@charset "UTF-8";

/* benefits
-------------------------------------------------------------- */

#benefits{
	width:100%;
	background: url("../images/benefits/benefits_bg01.jpg") center top no-repeat;
}
#benefits .inner{
	width: 1126px;
	height: 470px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#benefits h1{
	color: #fff;
	font-size: 5.5rem;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	/*animation: fadeIn 3s ease-in-out both;*/
}

@media only screen and (max-width: 767px) {
	#benefits{
		background-image: url("../images/benefits/benefits_bg01_sp.jpg");
		background-size: auto 300px;
	}
	#benefits .inner{
		width: 100%;
		height: 250px;
		box-sizing: border-box;
		padding: 20px 0 0;
	}
	#benefits h1{
		font-size: 2.6rem;
		line-height: 1.15;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}
}


/* help
-------------------------------------------------------------- */

#help{
	padding: 120px 0 0;
	margin-top: -40px;
	position: relative;
	overflow: hidden;
}
#help .note{
	width: 100%;
	padding: 20px 0 60px;
	position: relative;
	overflow: hidden;
}
#help .note p{
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.67;
	text-align: center;
}
#help h2{
	width: 940px;
	margin: 0 auto 80px;
	color: #CFB37B;
	font-size: 4.0rem;
	line-height: 1.2;
	text-align: center;
	/*animation: fadeIn 3s ease-in-out both;*/
}
#help .box{
	width:100%;
	position: relative;
	margin-bottom: 50px;
	
}
#help .box .pic01{
	position: absolute;
	top:0;
	left: -40px;
}
#help .box .txt{
	box-sizing: border-box;
	width:1150px;
	padding: 0 0 0 450px;
	margin: 0 auto;
}
#help .box .txt p > span{
    display: block;
    padding: 10px 0 0;
    font-size: 1.4rem;
}
#help .box h3{
	font-size: 3.6rem;
	margin-bottom: 30px;
}
#help .box h3 > span{
	font-size: 1.6rem;
}
#help .box p{
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	margin-bottom: 30px;
}
#help .box p > sup{
	font-size: 1.0rem;
	vertical-align: top;
}
#help .box .graph{
	display: flex;
	justify-content: space-between;
}
#help .box .graph > div{
	width: 320px;
}
#help .box .graph > div > p{
	padding: 10px 0 0 30px;
	font-size: 1.4rem;
	line-height: 1.5;
}
#help .pic02{
	position: absolute;
	top:40px;
	right: -30px;
	/*animation: fadeIn 3s ease-in-out both;*/
}

@media only screen and (max-width: 767px) {
	#help{
		padding-top: 80px;
	}
	#help .note{
		padding-top: 80px;
		margin-top: -50px;
	}
	#help .note p{
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#help h2{
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 30px;
		font-size: 2.4rem;
		line-height: 1.15;
	}
	#help .box .pic01{
		width: 90%;
		position: relative;
		margin-bottom: 30px;
	}
	#help .box .pic01 img{
		width: 100%;
		height: auto;
	}
	#help .box .txt{
		width:100%;
		padding: 0 20px;
	}
	#help .box h3{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	#help .box h3 > sup{
		font-size: 1.2rem;
	}
	#help .box h3 > span{
		font-size: 1.2rem;
	}
	#help .box p{
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#help .box p > sup{
		font-size: 1.0rem;
		vertical-align: top;
	}
	#help .box .graph{
		display: block;
		padding-bottom: 20px;
	}
	#help .box .graph > div{
		width: 100%;
	}
	#help .box .graph > div img{
		width: 100%;
	}
#help .box .graph > div > p{
	padding: 15px 0 0;
}
	#help .pic02{
		top:0;
		text-align: right;
	}
	#help .pic02 img{
		width: 40%;
		height: auto;
	}
}


/* science
-------------------------------------------------------------- */

#science{
	padding: 100px 0 0;
	margin-top: -100px;
	position: relative;
	overflow: hidden;
}
#science .inner{
	width: 100%;
	background: #fcf6e8;
	padding: 100px 0 0;
}
#science h2{
	width: 730px;
	margin: 0 auto 80px;
	color: #CFB37B;
	font-size: 4.0rem;
	line-height: 1.2;
	text-align: center;
}
#science .box{
	box-sizing: border-box;
	width: 765px;
	height: 510px;
	background: url("../images/benefits/science_bg01.png") no-repeat;
	padding: 420px 0 0;
	margin: 0 auto 80px;
}
#science .box .btn{
	width:425px;
	height: 70px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto 0;
	font-size: 2.6rem;
	line-height: 70px;
	text-align: center;
}
#science .box .btn a{
	display: block;
	width:425px;
	height: 70px;
	color: #CFB37B;
	text-decoration: none;
}
#science .box .btn a:hover{
	opacity: 0.5;
}
#science .box .btn span{
	display: inline-block;
	padding: 0 65px;
	position: relative;
}
#science .box .btn span::before{
	content: '';
	width:26px;
	height: 36px;
	background: url("../images/benefits/science_icon01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:17px;
	left: 15px;
	/*animation: flash 2s linear infinite;*/
}
#science .box .btn span::after{
	content:'';
	width: 57px;
	height: 32px;
	background: url("../images/benefits/science_icon02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top:19px;
	right: 0;
	/*animation: flash 2s linear infinite;*/
}
#science .pic{
	position: absolute;
	top: 0;
	left: -50px;
}

@media only screen and (max-width: 767px) {
	#science .inner{
		padding-top: 60px;
	}
	#science h2{
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
		font-size: 2.4rem;
		line-height: 1.15;
		margin-bottom: 30px;
	}
	#science .box{
		box-sizing: border-box;
		width: 336px;
		height: 224px;
		background-size: contain;
		padding-top: 165px;
		margin: 0 auto 50px;
	}
	#science .box .btn{
		width:272px;
		height: 47px;
		font-size: 2.6rem;
		line-height: 47px;
		text-align: center;
	}
	#science .box .btn{
		font-size: 1.6rem;
		line-height: 47px;
	}
	#science .box .btn a{
		width:272px;
		height: 47px;
	}
	#science .box .btn span{
		padding: 0 45px;
	}
	#science .box .btn span::before{
		width:16px;
		height: 23px;
		top:12px;
		left: 15px;
	}
	#science .box .btn span::after{
		width: 38px;
		height: 21px;
		top:13px;
		right: 0;
	}
	#science .pic{
		position: absolute;
		top: 20px;
		left: -50px;
	}
	#science .pic img{
		width: 200px;
		height: auto;
	}
}

