/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
*{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}
a{
	transition: all .3s;
}
a:hover{
	opacity: .7;
}
ul{
	list-style: inside none;
	padding: 0;
}
img{
	display: block;
	max-width: 100%;
	vertical-align: bottom;
	width: 100%;
}
p{
	font-size: 18px;
	line-height: 2em;
        z-index: 2;
}
q{
	font-size: 18px;
	line-height: 2em;
        z-index: 2;
}
.center{
	text-align: center;
}
.center img{
	margin: 0 auto;
	text-align: center;
}
#wrapper{
	margin: 0 auto;
	max-width: 768px;
	overflow: hidden;
	width: 100%;
}
.ul{
	background: linear-gradient(transparent 50%, #fff100 50%);
}

.wow.bounceInCenter {
  animation-name: bounceInCenter;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes bounceInCenter {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}



.delay1{
	animation-delay: 0.1s;
}
.delay2{
	animation-delay: 0.2s;
}
.delay3{
	animation-delay: 0.3s;
}
.delay4{
	animation-delay: 0.4s;
}
.delay5{
	animation-delay: 0.5s;
}
.delay6{
	animation-delay: 0.6s;
}
.delay7{
	animation-delay: 0.7s;
}
.delay8{
	animation-delay: 0.8s;
}
.delay9{
	animation-delay: 0.9s;
}
.delay10{
	animation-delay: 1.0s;
}
.delay11{
	animation-delay: 1.1s;
}
.delay12{
	animation-delay: 1.2s;
}
.delay13{
	animation-delay: 1.3s;
}
.delay14{
	animation-delay: 1.4s;
}
.delay15{
	animation-delay: 1.5s;
}
/*===============================================
 * header
===============================================*/
header{
	padding: 0;
	position: relative;
}
.header_title{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
header h1 img{
	margin: 0;
	width: 100%;
}
.title_sub{
	position: absolute;
	top: 25%;
	left: 0%;
	width: 100%;
	z-index: 1;
}
.title_sub2{
	position: absolute;
	bottom: 23%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.title_point{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	z-index: 1;
}
header{
	position: relative;
}
header > img{
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
}
.header_inner{
        background-image: url(../img/1071439.png);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.header_inner img{
	width: 100%;
}
.header_inner h1{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.header_inner p,
.header_inner span{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.header_inner > img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
section{
	padding: 0;
}
h2{
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
}

#first_cta {
  position: relative;
  width: 100%;
  height: auto;
  background-image: url(../img/ctabg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #ffd7a2;
  overflow: visible;
}

.cta_wrap {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.cta_wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.btn_area {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.btn_area a img {
  width: 80%;
  max-width: 320px;
  height: auto;
  margin: 0;
  padding: 0;
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
  .btn_area a img {
    width: 90%;
    max-width: 100%;
  }
}

.wow {
  visibility: visible;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wow.fadeIn {
  animation-name: fadeIn;
}

.wow.pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}


#first_cta img.wow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.link{
	position: absolute;
	left: 5%;
	bottom: 0px;
	z-index: 1;
}

#step{
	background-image: url(../img/step.png);
	background-position: cover;
	background-size: cover;
	padding: 0% 0;
	margin-top: 0px;
	z-index: 1;
}
.step_inner{
  position: relative;
}
.step1{
  position: absolute;
}
.step2{
  position: absolute;
}
.step4{
  position: absolute;
}
.step5{
  position: absolute;
}


#hit{
	background-image: url(../img/hit.jpg);
	background-position: cover;
	background-size: cover;
	padding: 0% 0;
	margin-top: -5px;
	z-index: 1;
}
.hit_inner{
  position: relative;
}
.hit1{
  position: absolute;
}
#voice{
	background-image: url(../img/voice.jpg);
	background-position: cover;
	background-size: cover;
	padding: 0% 0;
	margin-top: -5px;
	z-index: 1;
}
.voice_inner{
  position: relative;
}
.voice{
  position: absolute;
}
#hit3{
	background-image: url(../img/ctabg.jpg);
	background-position: center bottom;
	background-size: cover;
	padding: 0% 0;
	margin-top: -3px;
}
.btn_area{
	margin-top: -10px;
	position: relative;
}
.btn_area > img{
	position: relative;
	z-index: 0;
}
.link{
	position: absolute;
	left: 5%;
	bottom: 0px;
	z-index: 1;
}
.btn_area a img{
	width: 100%;
}


#introduction h2 img{
	display: block;
}
#introduction ul li + li{
	margin-top: 15px;
}
#lste{
	padding: 10% 0;
	margin-top: -40px;
}
#summary .heading .heading_inner h2,
#summary .heading .heading_inner h2 img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2 !important;
}
.summary_contents{
	background-image: url(../img/bg_summary2.jpg);
	background-size: cover;
	background-position: center bottom;
}
.img_summary{
	position: relative;
	bottom: 10vh;
	margin-bottom: -5vh;
}
img.imgCenter{
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
form.app_form input.address{
	max-width: 90%;
	width: 900px;
	height: 50px;
	font-size: 100%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 40px;
}
form.app_form .submit_btn{
	border: 0;
	background: url("../img/btn.png") no-repeat 0 0;
	background-size: auto;
	background-size: contain;
	max-width: 90%;
	width: 100%;
	padding-top: 23.5%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*===============================================
 * footer
===============================================*/
footer{
	background: #D80019;
	margin-top: 0px;
	padding: 0px 0;
	text-align: center;
}
footer p{
	color: #fff;
	font-size: 10px;
}
@media screen and (max-width: 640px){
	footer ul li a{
		font-size: 10px !important;
	}
}
.remodal{
	padding: 35px 15px !important;
	text-align: center;
}
.txtJustify{
	text-align: left;
}
.remodal table{
	width: 100%;
}
.remodal table th,
.remodal table td{
	border: 1px solid #9f9fa0;
	font-size: 12px;
	padding: .5em 1em;
}
.remodal table th{
	background: #efeff0;
	width: 30%;
}


@media screen and (min-width: 768px) {
  #hit {
    position: relative;
    height: 600px;
    overflow: hidden;
  }

  #hit .hit1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}


@media screen and (min-width: 768px) {
  .btn_area {
    text-align: center;
  }

  .btn_area a img {
    width: 80%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
