/* 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;
}
.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%);
}
.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;
}
/*===============================================
 * header
===============================================*/
header{
	padding: 0;
	position: relative;
}
.header_inner{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.header_inner img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.link_first{
	background: #b6d34d;
	padding: 0 5% 5%;
}
.link_first a img{
	margin-top: -5vh;
	position: relative;
	z-index: 2;
}
.cta{
	background-image: url(../img/bg_cta.png);
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 10% 0;
	position: relative;
}
.cta_img_top{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.arrow{
	text-alilgn: center;
	margin: 0 auto 30px;
}
#point{
	background: #b6d34d;
	padding: 10% 0;
}
#point ul{
	margin: 30px 0;
}
#point ul li + li{
	margin-top: 30px;
}
#point2{
	background: #e1eecf;
}
#point2 h2{
	margin-top: -5vh;
}
#point2 > div{
	position: relative;
	z-index: 0;
}
#point2 > div > div{
	position: relative;
	z-index: 0;
}
#point2 > div > div img:first-child{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
#point2 > div > div img:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
}
#point2 > div > div img:last-child{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
}
#requirement{
	background-image: url(../img/bg_requirement.jpg);
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 10% 0;
}
#requirement h2{
	margin-bottom: 30px;
}
#requirement > div{
	margin: 30px 0;
	position: relative;
	z-index: 0;
}
#requirement > div > div{
	position: relative;
	z-index: 0;
}
#requirement > div > div img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
#voice .title_inner{
	position: relative;
	z-index: 0;
}
#voice .title_inner h2 img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
#voice ul{
	background-image: url(../img/bg_voice.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding: 10% 0;
}

/*===============================================
 * footer
===============================================*/
footer{
	background: #007733;
	padding: 5px 0;
	text-align: center;
}
footer p{
	color: #fff;
	font-size: 10px;
}

