@charset "UTF-8";

.sp {
	display: none;
}

#kv {
	height: 710px;
	background: #7de6ff;
	/*
	background: #97ebff url(../img/bg_kv.png) 50% 50% no-repeat;
	background-size: cover;
	*/
}
#kv .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	height: 710px;
	margin: 0 auto;
	padding: 0 20px;
}
#kv .logo {
	position: absolute;
	width: 141px;
	height: 76px;
	left: 30px;
	top: 58px;
}
#kv .logo a {
	display: block;
}
#kv .content {
	position: absolute;
	box-sizing: border-box;
	width: 664px;
	height: 606px;
	left: 30px;
	bottom: -62px;
	padding: 35px 42px;
	background: rgba(156,229,168,0.70);
	border-radius: 42px;
	box-shadow: 0 3px 4px rgba(65,65,65,0.25);
}
#kv .content h1 {
	width: 484px;
}
#kv .content .charger {
	width: 234px;
	margin: 20px 0 0;
}
#kv .content p {
	width: 540px;
	margin: 20px 0 0;
	font-size: 25px;
	font-weight: 300;
	font-family: 'M PLUS 1', sans-serif;
	line-height: 1.5;
}
#kv .content nav {
	width: 444px;
	margin: 26px auto 0;
}
#kv .content nav a {
	display: block;
	transition: all 300ms ease-out;
}
#kv .content nav a:hover {
	opacity: 0.7;
}
#kv .illust {
	position: absolute;
	width: 563px;
	height: 609px;
	right: 20px;
	top: 110px;
	z-index: 10;
	background: url(../img/illust.png?2) 0 0 no-repeat;
	background-size: 100% auto;
}


@media screen and (max-width:1159px) {
	#kv .content {
		width: 580px;
	}
	#kv .content h1 {
		width: 410px;
	}
	#kv .content p {
		width: 420px;
		font-size: 22px;
		line-height: 1.6;
	}
	#kv .illust {
		width: 520px;
		height: 562px;
	}
}

@media screen and (max-height:699px) {
	#kv,
	#kv .inner {
		height: 570px;
	}
	#kv .logo {
		width: 100px;
		top: 20px;
	}
	#kv .illust {
		top: 50px;
	}
	
	#kv .content {
		height: auto;
	}
	#kv .content h1 {
		width: 410px;
	}
	#kv .content .charger {
		width: 180px;
	}
	#kv .content p {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.6;
	}
	#kv .content nav {
		width: 400px;
	}
}





#menubar {
	height: 190px;
}
#menubar .inner {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: calc(1160px + 40px);
	height: 190px;
	margin: 0 auto;
	padding: 0 20px;
}
#menubar ul {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 57px;
	top: 24px;
	font-size: 20px;
	border-right: 1px solid #000;
}
#menubar li {
	flex-grow: 1;
	height: 57px;
	border-left: 1px solid #000;
}
#menubar ul a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 57px;
	padding: 0 25px;
	transition: all 300ms ease-out;
}
#menubar ul a:hover {
	opacity: 0.7;
}



@media screen and (max-width:1159px) {
	#menubar ul {
		font-size: 16px;
	}
}





footer {
	position: relative;
	padding: 80px 0 40px;
}
footer .return {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	left: calc(50% - 50px);
	top: -50px;
	cursor: pointer;
	transition: all 300ms ease-out;
}
footer .return:hover {
	opacity: 0.7;
}

footer .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}
footer .logo {
	width: 151px;
}
footer .copyright {
	margin: 30px 0 0;
	font-size: 13px;
	font-weight: 500;
}





section header {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 15px 30px;
	background: #f4f4f4;
}
section header h2 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 2px;
}





#about {
	padding: 50px 0 75px;
	background: #fffde1;
}
#about .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}

#about .lead {
	margin: 60px 0 0;
	text-align: center;
}
#about .lead p {
	font-size: 38px;
	font-weight: 500;
	line-height: 2.4;
}

#about .list {
	margin: 60px 0 0;
}
#about .list ul {
	display: flex;
	justify-content: space-between;
}
#about .list li {
	width: calc((100% - 24px) / 3);
	background: #fff;
}
#about .list li + li {
	margin-left: 12px;
}
#about .list figure {
	border-bottom: 12px solid #fffde1;
}
#about .list li .text {
	box-sizing: border-box;
	padding: 16px 26px;
}
#about .list li .text p {
	font-size: 22px;
	line-height: 1.7;
	text-align: justify;
}
#about .list li .text p.note {
	margin: 40px 0 0;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}










#feature {
	padding: 80px 0 40px;
}
#feature .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}

#feature .lead {
	margin: 60px 0 0;
	text-align: center;
}
#feature .lead p {
	font-size: 38px;
	font-weight: 500;
	line-height: 2.4;
}

#feature .list {
	margin: 40px 0 0;
}
#feature .list li + li {
	margin-top: 80px;
}
#feature .list .intro {
	position: relative;
	padding: 60px 0 124px;
}
#feature .list li:nth-child(1) .intro {
	background: #cbf5ff;
}
#feature .list li:nth-child(2) .intro {
	background: #fffaa6;
}
#feature .list .intro::after {
	position: absolute;
	content: "";
	display: block;
	width: 251px;
	height: 70px;
	left: calc(50% - 125px);
	bottom: 24px;
	background: url(../img/tri.png) 0 0 no-repeat;
}

#feature .list .title {
	box-sizing: border-box;
	width: 866px;
	margin: 0 auto;
	padding: 28px 80px;
	text-align: center;
	background: #fff;
}
#feature .list .title h3 {
	padding: 24px 0;
	color: #fff;
	overflow: hidden;
}
#feature .list li:nth-child(1) .title h3 {
	background: #7de6ff;
}
#feature .list li:nth-child(2) .title h3 {
	background: #e4a600;
}
#feature .list .title h3 span {
	display: block;
	width: 706px;
	white-space: nowrap;
	font-size: 46px;
	font-weight: 500;
}
#feature .list .title h3 strong {
	display: block;
	width: 706px;
	white-space: nowrap;
	margin: 30px 0 0;
	font-size: 50px;
	font-weight: 500;
}
#feature .list .caption {
	margin: 30px 0 0;
	font-size: 34px;
	font-weight: 500;
	line-height: 1.8;
}
#feature .list .text {
	margin: 50px 0 0;
}
#feature .list .text p {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.8;
}
#feature .list .text p.note {
	margin: 20px 0 0;
	font-size: 17px;
	line-height: 1.8;
	color: #333;
}
#feature .list .text p span.note {
	position: relative;
	display: inline-block;
	top: 5px;
	font-size: 16px;
	vertical-align: text-top;
}







#service {
	padding: 70px 0 90px;
	background: #fffef0;
}
#service .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}

#service .subtitle {
	width: 869px;
	margin: 60px auto 0;
}
#service .lead {
	margin: 40px 0 0;
	text-align: center;
}
#service .lead p {
	font-size: 38px;
	font-weight: 500;
	line-height: 1.7;
}
#service .lead p.note {
	margin: 30px 0 0;
	font-size: 24px;
	font-weight: 400;
	color: #333;
	text-align: left;
}

#service nav {
	width: 444px;
	margin: 40px auto 0;
}
#service nav a {
	display: block;
	transition: all 300ms ease-out;
}
#service nav a:hover {
	opacity: 0.7;
}

#service .list {
	margin: 65px 0 0;
}
#service .list ul {
	display: flex;
	flex-wrap: wrap;
}
#service .list li {
	width: calc((100% - 68px) / 3);
	margin-left: 34px;
}
#service .list li:nth-child(3n + 1) {
	margin-left: 0;
}
#service .list li:nth-child(n + 4) {
	margin-top: 34px;
}









#faq {
	padding: 50px 0;
}
#faq .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}

#faq .list {
	margin: 80px 0 0;
}
#faq .list li {
	border: 3px solid #9ce5a8;
}
#faq .list li + li {
	margin-top: 24px;
}
#faq .list li dt {
	position: relative;
	padding: 22px 110px 22px 100px;
	font-size: 26px;
	line-height: 1.6;
}
#faq .list li dt::before {
	position: absolute;
	content: "Q";
	left: 40px;
	top: 12px;
	font-size: 36px;
	font-weight: 500;
	color: #9ce5a8;
}
#faq .list li dt a {
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	right: 44px;
	top: calc(50% - 22px);
	border-radius: 22px;
	background: #9ce5a8 url(../img/icon_plus.png) 50% 50% no-repeat;
	background-size: 24px auto;
	cursor: pointer;
	transition: all 300ms ease-out;
}
#faq .list li dd {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: all 400ms ease-out;
}
#faq .list li dd .text {
	position: relative;
	padding: 22px 110px 22px 100px;
	border-top: 3px solid #9ce5a8;
}
#faq .list li dd .text::before {
	position: absolute;
	content: "A";
	left: 40px;
	top: calc(50%);
	transform: translateY(-50%);
	font-size: 36px;
	font-weight: 500;
	color: #e4a600;
}
#faq .list li dd .text p {
	font-size: 26px;
	line-height: 1.6;
}

#faq .list li:not(.opened) dt a:hover {
	opacity: 0.7;
}
#faq .list li.opened dt a {
	transform: rotate(45deg);
	opacity: 0.7;
}






#contact {
	padding: 80px 0 100px;
	background: #f4f4f4;
}
#contact .inner {
	position: relative;
	box-sizing: border-box;
	max-width: calc(1160px + 40px);
	margin: 0 auto;
	padding: 0 20px;
}
#contact header {
	background: #fff;
}

#contact .form {
	margin: 60px 0 0;
}





/* ---------------------------------------------------------------------------------------------------- */
/* Opening */

/*
#kv .content {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease-out;
}
#kv .illust {
	opacity: 0;
	transform: translateY(30px);
	transition: all 800ms ease-out 200ms;
}

body.start #kv .content {
	opacity: 1;
	transform: translateY(0px);
}
body.start #kv .illust {
	opacity: 1;
	transform: translateY(0px);
}
*/



/* ---------------------------------------------------------------------------------------------------- */
/* Animation */

section header {
	opacity: 0;
	transform: translateY(50px);
	transition: all 500ms ease-out;
}
section header.pass {
	opacity: 1;
	transform: translateY(0px);
}

section .lead {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease-out 100ms;
}
section .lead.pass {
	opacity: 1;
	transform: translateY(0px);
}



#about .list li {
	opacity: 0;
	transform: translateY(50px);
	transition: all 600ms ease-out;
}
#about .list.pass li {
	opacity: 1;
	transform: translateY(0px);
}
#about .list.pass li:nth-child(1) {
	transition-delay: 0ms;
}
#about .list.pass li:nth-child(2) {
	transition-delay: 200ms;
}
#about .list.pass li:nth-child(3) {
	transition-delay: 400ms;
}




#feature h3 {
	width: 0;
	transition: all 600ms ease-out;
}
#feature li.pass h3 {
	width: 706px;
}

#feature .caption {
	opacity: 0;
	transform: translateY(30px);
	transition: all 500ms ease-out 200ms;
}
#feature li.pass .caption {
	opacity: 1;
	transform: translateY(0px);
}

#feature .list .intro::after {
	opacity: 0;
	transform: translateY(-30px);
	transition: all 500ms ease-out 400ms;
}
#feature .list li.pass .intro::after {
	opacity: 1;
	transform: translateY(0px);
}

#feature figure {
	opacity: 0;
	transition: all 500ms ease-out;
}
#feature figure.pass {
	opacity: 1;
	transform: translateY(0px);
}

#feature .text {
	opacity: 0;
	transform: translateY(30px);
	transition: all 500ms ease-out;
}
#feature .text.pass {
	opacity: 1;
	transform: translateY(0px);
}




#service .subtitle {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease-out 150ms;
}
#service .subtitle.pass {
	opacity: 1;
	transform: translateY(0px);
}

#service .lead {
	transition-delay: 300ms;
}

#service nav {
	opacity: 0;
	transition: all 600ms ease-out 300ms;
}
#service nav.pass {
	opacity: 1;
	transform: translateY(0px);
}

#service .list li {
	opacity: 0;
	transform: translateY(30px);
	transition: all 600ms ease-out;
}
#service .list.pass li {
	opacity: 1;
	transform: translateY(0px);
}
#service .list.pass li:nth-child(1) {
	transition-delay: 0ms;
}
#service .list.pass li:nth-child(2) {
	transition-delay: 150ms;
}
#service .list.pass li:nth-child(3) {
	transition-delay: 300ms;
}
#service .list.pass li:nth-child(4) {
	transition-delay: 450ms;
}
#service .list.pass li:nth-child(5) {
	transition-delay: 600ms;
}
#service .list.pass li:nth-child(6) {
	transition-delay: 750ms;
}




#faq .list li {
	opacity: 0;
	transform: translateY(30px);
	transition: all 500ms ease-out;
}
#faq .list li.pass {
	opacity: 1;
	transform: translateY(0px);
}




.form {
	opacity: 0;
	transition: all 500ms ease-out 200ms;
}
.form.pass {
	opacity: 1;
}












