@charset "utf-8";

/* h1 */
h1{
	line-height:580px;
	background:url(../images/top/h1_bg.jpg)no-repeat center center;
	background-size:cover;
}
h1 img{
	width:433px;
}
@media screen and (max-width:768px){
	h1{
		background-image:none;
		line-height:1;
	}
	h1 img{
		width:94%;
	}
}


/* .cont */
.cont{
	padding:50px 0 60px;
}
.cont h2{
	line-height:1.5;
	font-size:28px;
	color:#317E63;
}
.cont h2 span{
	display:block;
	font-size:14px;
	font-weight:500;
	letter-spacing:0.3em;
	text-indent:0.3em;
}
.cont .btn{
	display:inline-block;
	width:580px;
	line-height:80px;
	margin-top:1em;
	font-size:20px;
	font-weight:bold;
	color:#317E63;
	background-color:#FFF766;
	border:2px solid #317E63;
	border-radius:40px;
	box-shadow:0 5px 0 rgba(0,0,0,0.2);
	position:relative;
}
.cont .btn img{
	width:15px;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
}

@media screen and (max-width:768px){
	.cont{
		padding:9% 0;
	}
	.cont h2{
		font-size:4.5vw;
	}
	.cont h2 span{
		font-size:2.5vw;
	}
	.cont .btn{
		width:80%;
		line-height:3;
		font-size:3.6vw;
		border:1px solid #317E63;
		border-radius:1.5m;
		box-shadow:0 3px 0 rgba(0,0,0,0.2);
	}
	.cont .btn img{
		width:0.6em;
		right:0.6em;
	}
}



/* #cont1 */
#cont1{
	padding-top:0;
	background-color:#317E63;
}
#cont1 a.scroll{
	line-height:1;
	display:inline-block;
	transform:translateY(-25px);
}
#cont1 a.scroll img{
	width:50px;
}
#cont1 a.scroll span{
	display:block;
	margin-top:1em;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#cont1 h2{
	margin-bottom:-0.5em;
	letter-spacing:0.05em;
	text-indent:0.05em;
	color:#fff;
}
#cont1 p{
	margin-top:2em;
	color:#fff;
}
@media screen and (max-width:900px){
	#cont1 p br.only_smart{
		display:block !important;
	}
}
@media screen and (max-width:768px){
	#cont1 a.scroll{
		display:inline-block;
		transform:translateY(-15px);
	}
	#cont1 a.scroll img{
		width:30px;
	}
	#cont1 a.scroll span{
		margin-top:5px;
		font-size:10px;
	}
	#cont1 p{
		padding:0 5%;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	#cont1 p br.only_smart{
		display:none !important;
	}
}


/* #cont2 */
#cont2{
	background-color:#F6F2EB;
}
#cont2 ul li{
	padding:20px 0;
}
#cont2 ul li:last-child{
	padding-bottom:0;
}
#cont2 ul li figure img{
	width:245px;
}
#cont2 ul li h3{
	margin:0.5em 0;
	font-size:24px;
	color:#317E63;
}
#cont2 .btn{
	color:#fff;
	background-color:#317E63;
	border-color:#fff;
}

@media screen and (max-width:768px){
	#cont2 ul li figure img{
		width:40%;
	}
	#cont2 ul li h3{
		font-size:4vw;
	}
}


/* #cont3 */
#cont3{
	background-color:#EAF2EF;
}
#cont3 ol{
	width:557px;
	margin:auto;
}
#cont3 ol li{
	margin:15px 0 0;
	padding:15px 0 25px;
	background-color:#317E63;
	position:relative;
	z-index:1;
}
#cont3 ol li:first-child{
	z-index:6;
}
#cont3 ol li:nth-child(2){
	z-index:5;
}
#cont3 ol li:nth-child(3){
	z-index:4;
}
#cont3 ol li:nth-child(4){
	z-index:3;
}
#cont3 ol li:nth-child(5){
	z-index:2;
}
#cont3 ol li:after{
	content:'';
	display:block;
	width:50px;
	padding-top:23px;
	position:absolute;
	top:100%;
	left:50%;
	transform:translateX(-50%);
	background:url(../images/top/cont3_arrow.png)no-repeat center top;
	background-size:100% auto;
}
#cont3 ol li:last-child:after{
	content:none;
}
#cont3 ol li span{
	line-height:1.5;
	margin-bottom:0.3em;
	padding:0 0.3em;
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	border-bottom:1px solid;
}
#cont3 ol li h3{
	font-size:22px;
	color:#FFF766;
}
#cont3 ol li p{
	line-height:1.6;
	font-size:16px;
	color:#fff;
}

@media screen and (max-width:768px){
	#cont3 ol{
		width:80%;
	}
	#cont3 ol li{
		margin:3% 0 0;
		padding:1.5% 0 3%;
	}
	#cont3 ol li:after{
		width:10%;
		padding-top:5%;
		background:url(../images/top/cont3_arrow.png)no-repeat center top;
		background-size:100% auto;
	}
	#cont3 ol li span{
		font-size:3.6vw;
	}
	#cont3 ol li h3{
		font-size:4vw;
	}
	#cont3 ol li p{
		font-size:3.1vw;
	}
}


/* #cont4 */
#cont4{
	background:url(../images/top/cont4_bg.png) center top;
	background-size:25px  auto;
}
#cont4 dl{
	margin-top:10px;
}
#cont4 dl dt{
	line-height:1.5;
	font-size:40px;
	font-weight:bold;
}
#cont4 dl dt span{
	font-size:24px;
}
#cont4 dl dd{
	padding-left:1em;
}
#cont4 .btn{
	color:#fff;
	background-color:#3C3C3C;
	border-color:#fff;
}

@media screen and (max-width:768px){
	#cont4 dl{
		margin-top:3%;
	}
	#cont4 dl dt{
		font-size:7.5vw;
	}
	#cont4 dl dt span{
		font-size:4.5vw;
	}
}


/* footer */
footer dl{
	padding:30px 0;
	color:#fff;
	background-color:#317E63;
}
footer dl dt{
	font-size:32px;
	font-weight:bold;
}
footer dl dd{
	font-size:14px;
	font-weight:500;
}
footer dl dd ul li{
	margin:0 0.5em;
	display:inline-block;
}

@media screen and (max-width:768px){
	footer dl{
		padding:5% 0;
	}
	footer dl dt{
		font-size:5vw;
	}
	footer dl dd{
		font-size:3vw;
	}
}
