html{
	position: relative;
	line-height: 2;
}


section p{
	font-size: 2.1rem;
	line-height: 2;
	letter-spacing:
}
.section_box{
	width: 100%;
}
.section{
	position: relative;
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.section1{
	width: 100%;
	height: 100vh;
}


header h1{
	position: absolute;
	top:115px;
	left: 40px;
	transition: all 250ms 0s ease-in-out;
}
header h1 img{
	transition: all 250ms 0s ease;
}
header.on h1{
	position: absolute;
	top:23px;
	left: 20px;

}
header.on h1 img{
width: 75px;
height: 40px;
}
.section1 .pic{
	position: absolute;
	bottom:43px;
	left: 43%;
	margin-left: 50px;
}

.section1 .pic img{
	height: 55vh;
	min-height: 425px;
	width: auto;
}
.section_box1{
	position: relative;
}
.section_box1 .bg{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	background-color: #E6FFFA;
	z-index: -1;
	height: 125px;
}

.section_box2{
	background-color: #E6FFFA;
}
.section2{
	max-width: 940px;
	margin: 0 auto;
}
.section2 h2{
	display: block;
padding-top: 122px;
	margin-bottom: 100px;
}
.section2 p{
	margin-left: 100px;
	text-align: left;
	padding-bottom: 236px;
}


.section_box3{
	background-color: #00B8DB;
}
.section3{
	text-align: center;
}
.section3 h2{
	padding-top: 243px;
	display: block;
	padding-bottom: 100px;
}
.section3 p{
	text-align: left;
	padding-bottom: 236px;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.83;
	color: #FFF;
	width: 610px;
	margin: 0 auto;
}


.section_box4{
	background-color: #E6FFFA;
}
.section4{
	max-width: 940px;
	margin: 0 auto;
}
.section4 .img_box{
	width: 100%;
	text-align: right;
	padding-top: 217px;
		margin-bottom: 155px;
}
.section4 h2{
	display: block;
	margin-bottom: 100px;
}
.section4 p{
	margin-left: 100px;
	text-align: left;
	padding-bottom: 236px;
}

.section_box5{
	background-color: #00B8DB;
}
.section5{
	text-align: center;
}
.section5 h2{
	padding-top: 243px;
	display: block;
	padding-bottom: 100px;
}
.section5 p{
	text-align: left;
	padding-bottom: 90px;
	font-size: 1.9rem;
	line-height: 1.7;
	letter-spacing: 0.015em;
	color: #FFF;
	width: 680px;
	margin: 0 auto;
}

.section5 .img_box{
	padding-bottom: 237px;
}

.section_box6{
	background-color: #FFF;
}
.section6{
	max-width: 940px;
	margin: 0 auto;
}
.section6 .img_box{
	width: 100%;
	text-align: right;
		margin-bottom: 78px;
}
.section6 h2{

	padding-top: 217px;
	display: block;
	margin-bottom: 60px;
	font-size: 3.3rem;
	letter-spacing: 0.015em;
}
.section6 b{
	display: block;
margin-bottom: 70px;
	color:#00B8DB;
		font-size: 3rem;
		letter-spacing: 0.015em;
		font-weight: bold;
}
.section6 p{
	margin-left: 100px;
	text-align: left;
	padding-bottom: 180px;
}


.section_box7{
	background-color: #E6FFFA;

}
.section7{
	max-width: 940px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.section7 h2{

	padding-top: 217px;
	display: block;
	margin-bottom: 150px;
	font-size: 3.3rem;
	letter-spacing: 0.015em;
}
.section7 b{
	display: block;
margin-bottom: 70px;
	color:#00B8DB;
		font-size: 3rem;
		letter-spacing: 0.015em;
		font-weight: bold;
}
.section7 p{
	margin-left: 100px;
	text-align: left;
	padding-bottom: 180px;
}

.section_box8{
	background-color: #00B8DB;
	text-align: center;
	height: 100vh;
	width: 100%;
}
.section8{
	height: 100vh;
	width: 100%;
}
.section8 h2{
	background-color: #00B8DB;
	text-align: center;
	position: absolute;
	display: block;
	top:50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -159px;
}

.section8 a{
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-top: 0px;
	margin-left: -50px;
}
@media screen and (min-width: 960px) {

.tb,.tbr{
	display: none !important;
}
}
@media screen and (max-width: 960px) {
	.pc{
		display: none !important;
	}
}
@media screen and (min-width: 767px) {
	.sp,.spr{
		display: none !important;
	}
}
@media screen and (max-width: 960px) {
	.tbr{
		display: block !important;
	}
	.section p,
	.section p b{
		display: block;
	}
	.section p b{
		padding: 1em 0;
	}
	.section p>br{
		display: none
	}
	.section1{
		width: 100%;
		height: 100vh;
	}
	header h1{
		position: absolute;
		top:115px;
		left: 20px;
		transition: all 250ms 0s ease;
	}
	header h1 img{
		transition: all 250ms 0s ease;
	}
	header.on h1{
		position: absolute;
		top:23px;
		left: 20px;

	}
	header.on h1 img{
	width: 75px;
	height: 40px;
	}

	.section1 .pic{
		position: absolute;
		bottom:93px;
		left: 50%;
		margin-left: -160px;
	}

	.section1 .pic img{
		height: 470px;
		min-height: 470px;
		width: auto;
	}

	.section_box1{
		position: relative;
	}
	.section_box1 .bg{
		position: absolute;
		bottom:0;
		left: 0;
		width: 100%;
		background-color: #E6FFFA;
		z-index: -1;
		height: 180px;
	}

	.section_box2{
		background-color: #E6FFFA;
	}
	.section2{
		box-sizing: border-box;
		padding:0 40px;
	}
	.section2 h2{
		display: inline-block;
		padding-top: 152px;
		margin-bottom: 60px;
	}
	.section2 p{
		margin-left: 0;
		text-align: left;
		padding-bottom: 150px;
	}


	.section_box3{
		background-color: #00B8DB;
	}
	.section3{
		text-align: center;
		box-sizing: border-box;
		padding:0 40px;
	}
	.section3 h2{
		padding-top: 243px;
		display: block;
		padding-bottom: 80px;
	}
	.section3 h2 img{
		height: 217px;
		width: auto;
	}
	.section3 p{
		text-align: left;
		padding-bottom: 236px;
		font-weight: bold;
		font-size: 3rem;
		line-height: 1.83;
		color: #FFF;
		width: 100%;

		margin: 0 auto;
	}


	.section_box4{
		background-color: #E6FFFA;
	}
	.section4{
		box-sizing: border-box;
		padding:0 40px;
	}
	.section4 .img_box{
		width: 100%;
		text-align: center;
		padding-top: 217px;
			margin-bottom: 145px;
	}
	.section4 h2{
		display: block;
		margin-bottom: 60px;
	}
	.section4 p{
		margin-left: 0;
		text-align: left;
		padding-bottom: 236px;
	}

	.section_box5{
		background-color: #00B8DB;
	}
	.section5{
		text-align: center;
	}
	.section5 h2{
		padding-top: 227px;
		display: block;
		padding-bottom: 38px;
	}
	.section5 p{
		text-align: left;
		padding-bottom: 90px;
		font-size: 1.9rem;
		line-height: 1.7;
		letter-spacing: 0.015em;
		color: #FFF;
		width: 680px;
		margin: 0 auto;
	}

	.section5 .img_box{
		padding-bottom: 237px;
	}

	.section_box6{
		background-color: #FFF;
	}
	.section6{
		box-sizing: border-box;
		padding:0 40px;
	}
	.section6 .img_box{
		width: 100%;
		text-align: center;
		margin-top: 20px;
			margin-bottom: 130px;
	}
	.section6 h2{

		padding-top: 217px;
		display: block;
		margin-bottom: 130px;
		font-size: 3.3rem;
		letter-spacing: 0.015em;
	}
	.section6 b{
		display: block;
	margin-bottom: 70px;
		color:#00B8DB;
			font-size: 3rem;
			letter-spacing: 0em;
			font-weight: bold;
			line-height: 1.7;
	}
	.section6 p{
		margin-left:0;
		padding-bottom: 240px;
	}


	.section_box7{
		background-color: #E6FFFA;

	}
	.section7{
		box-sizing: border-box;
		padding:0 40px;
		padding-bottom: 110px;
	}
	.section7 h2{
		padding-top: 217px;
		display: block;
		margin-bottom: 150px;
		font-size: 3.3rem;
		letter-spacing: 0.015em;
	}
	.section7 b{
		display: block;
		margin-bottom: 60px;
		color:#00B8DB;
		letter-spacing: 0.015em;
		line-height: 1.7;
	}
	.section7 p{
		margin-left: 0;
		padding-bottom: 150px;
	}
}





@media screen and (max-width: 767px) {
	.spr{
		display: block !important;
	}

	section p{
		font-size: 1.3rem;
		line-height: 2;
		letter-spacing:
	}

	header h1{
		position: absolute;
		top:100px;
		left: 20px;
	}
	header h1 img{
		width: 135px;
		height: auto;
	}

	.section1 .pic{
		position: absolute;
		bottom:80px;
		left: 55%;
		margin-left: -125px;
	}
	.section1 .pic img{
		width: auto;
		min-height: 225px;
		height: 40vh;
	}

	.section_box1{
		position: relative;
	}
	.section_box1 .bg{
		position: absolute;
		bottom:0;
		left: 0;
		width: 100%;
		background-color: #E6FFFA;
		z-index: -1;
		height: 143px;
	}

	.section_box2{
		background-color: #E6FFFA;
	}
	.section2{
		box-sizing: border-box;
		padding:0 40px;
	}
	.section2 h2{
		display: inline-block;
		padding-top: 33px;
		margin-bottom: 33px;
	}
	.section2 h2 img{
		width: 92%;
		height: auto;
	}
	.section2 p{
		margin-left: 0;
		text-align: left;
		padding-bottom: 110px;
	}


	.section_box3{
		background-color: #00B8DB;
	}
	.section3{
		text-align: center;
		box-sizing: border-box;
		padding:0 40px;
	}
	.section3 h2{
		padding-top: 108px;
		display: block;
		padding-bottom: 50px;
	}
	.section3 h2 img{
		height:auto;
		width: 48%;
	}
	.section3 p{
		text-align: left;
		padding-bottom: 100px;
		font-weight: bold;
		font-size: 1.5rem;
		line-height: 1.7;
		color: #FFF;
		width: 100%;

		margin: 0 auto;
	}


	.section_box4{
		background-color: #E6FFFA;
	}
	.section4{
		box-sizing: border-box;
		padding:0 40px;
	}
	.section4 .img_box{
		width: 100%;
		text-align: center;
		padding-top: 105px;
			margin-bottom: 60px;
	}
	.section4 .img_box img{
		height:auto;
		width:72%;
	}

	.section4 h2{
		display: block;
		margin-bottom: 30px;
	}
	.section4 h2 img{
		width:95%;
		height: auto;
	}
	.section4 p{
		margin-left: 0;
		text-align: left;
		padding-bottom:125px;
	}

	.section_box5{
		background-color: #00B8DB;
	}
	.section5{
		text-align: center;
	}
	.section5 h2{
		padding-top: 110px;
		display: block;
		padding-bottom: 28px;
	}
	.section5 h2 img{
		height: auto;
		width: 35%;
	}
	.section5 p{
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.7;
		letter-spacing: 0.015em;
		color: #FFF;
		width: 100%;
		box-sizing: border-box;
		padding: 0 40px 45px;
		margin: 0 auto;
	}
	.section5 .img_box img{
		height: auto;
		width: 121px;

	}
	.section5 .img_box{
		padding-bottom: 110px;
	}

	.section_box6{
		background-color: #FFF;
	}
	.section6{
		box-sizing: border-box;
		padding:0 40px;
		margin-bottom: 86px;
	}

	.section6 .img_box{
		width: 100%;
		text-align: center;
		margin-top: 30px;
			margin-bottom: 50px;
	}

	.section6 .img_box img{
		width: 80%;
		height: auto;
	}

	.section6 h2{
		padding-top:110px;
		display: block;
		margin-bottom: 90px;
		font-size: 1.8rem;
		letter-spacing: 0.015em;
	}

	.section6 b{
		display: block;
		margin-bottom: 26px;
		color:#00B8DB;
		font-size: 1.6rem;
		letter-spacing: 0em;
		font-weight: bold;
		line-height: 1.7;
	}

	.section6 p{
		margin-left:0;
		padding-bottom: 75px;
	}

	.section_box7{
		background-color: #E6FFFA;

	}
	.section7{
		box-sizing: border-box;
		padding:0 40px;
		padding-bottom: 75px;
	}
	.section7 h2{
		padding-top: 130px;
		display: block;
		margin-bottom: 75px;
		font-size: 1.8rem;
		letter-spacing: 0.015em;
	}
	.section7 b{
		display: block;
		margin-bottom: 30px;
		font-size: 1.6rem;
		letter-spacing: 0.015em;
		line-height: 1.7;
	}
	.section7 p{
		margin-left: 0;
		padding-bottom: 68px;
	}

	.section8 h2{
		margin-top: -40px;
		margin-left: -85px;
	}
	.section8 h2 img{
		width: 170px;
		height: auto;
	}
	.section8 a img{
		width: 90px;
		height: 60px;

	}
	.section8 a{
		position: absolute;
		bottom: 60px;
		left: 50%;
		margin-top: 0px;
		margin-left: -45px;
	}
}
