

/*===================================================

TOP_MV

=================================================*/


#wrapper{
	margin: 0 auto;
    width: 100%;
    overflow: hidden;
}


#top_mv{
	padding-top: 70px;
	width: 100%;
	height: 450px;
	background: url("../img/engines/mv.jpg")top center no-repeat;
	background-size: cover;
}

h2{
	width: 986px;
	margin: 0 auto;
    padding: 180px 0 0 0;
}

@media screen and (max-width: 1024px){ 
	h2{ width: 90%; }
}

@media screen and (max-width: 700px){ 
	h2{ padding: 70px 0 0 0; }
	h2 img{ width: 100%; }
	#top_mv{
		padding-top: 70px;
		width: 100%;
		height: 210px;
		background: url("../img/engines/mv_sp.jpg")top center no-repeat;
		background-size: cover;
	}
 
}


/*===================================================

 コンテンツ01 

=================================================*/

.contents01{
	width: 100%;
	margin: 80px 0 0 0;
	position: relative;
}

.contents01 div{
	width: 1000px;
	margin: 0 auto;
}

.contents01 div h4{
	font-size: 36px;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	padding: 6px 0 6px 30px;
    border-left: solid 2px #036eb8;
}

.contents01 div p{
	margin-top: 40px;
	line-height: 2.2em;
	font-size: 14px;
}

.contents01 > img{
	margin: 50px auto 0;
    text-align: center;
    display: block;
	padding-bottom: 50px;
}

.contents01 > em{
	background-color: #d2e4f1;
	height: 350px;
	overflow: hidden;
    display: block;
	position: absolute;
	bottom: 0;
    width: 100%;
    z-index: -10000;
}

@media screen and (max-width: 1024px){
	.contents01 div{ width: 90%; }
	.contents01 > img{ width: 90%; }
	.contents01 > em{ height: 310px; }
}

@media screen and (max-width: 940px){
	.contents01 div h4 br{ display: none; }
}

@media screen and (max-width: 768px){
	.contents01 > img{ width: 90%; }
	.contents01 > em{ height: 240px; }
}

@media screen and (max-width: 700px){
	.contents01{ margin: 60px auto 0; }
	.contents01 div h4{
		font-size: 26px;
		padding-left: 10px;
	}
	.contents01 div p{ margin-top: 20px; }
	.contents01 div p br{ display: none; }
	.contents01 > img{
		margin-top: 20px;
    	padding-bottom: 30px;
	}
	.contents01 > em{ height: 130px; }
}


/*===================================================

 コンテンツ02 

=================================================*/

.contents02{
    width: 1000px;
	margin: 70px auto 0;
    padding-bottom: 64px;
	font-size: 0;
}

.contents02 p{
	width: 38%;
	line-height: 2.2em;
	font-size: 14px;
	text-align: justify;
    overflow: hidden;
	display: inline-block;
	letter-spacing: 0.05em;
	padding: 90px 40px 0 0;
    position: relative;
}
.contents02 em{
	background: url("../img/engines/box_img2.jpg")top center no-repeat;
	background-size: cover;
	width: 53.5%;
	height: 340px;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 1024px){
	.contents02{ width: 90%; }
}

@media screen and (max-width: 768px){
	.contents02{ padding: 0; }
	.contents02 p{
		width: 100%;
		padding: 0 0 40px 0;
	}
	.contents02 em{
    	display: block;
		width: 100%;
		position: inherit;
	}
}

@media screen and (max-width: 700px){
	.contents02{ margin-top: 40px; }
	.contents02 em{ height: 200px; }
}


/*===================================================

 コンテンツ03 

=================================================*/


.contents03{
    width: 1000px;
    margin: 80px auto 0;
}

.contents03 h5{
	background: url("../img/engines/h5.png")top center no-repeat;
	text-align: center;
	line-height: 54px;
}

.contents03 ul{
	overflow: hidden;
	width: 820px;
	margin: 40px auto 0;
	font-size: 0;
	text-align: center;
}

.contents03 ul li{
	width: 29%;
	background-color:#d2e4f1;
	margin-right: 20px;
	display: inline-block;
	padding-left: 20px;
	text-align: right;
	vertical-align: top;
	min-height: 180px;
}

.contents03 ul li .ttl_01{
	color: #036eb8;
	font-size: 20px;
	font-weight: bold;
	padding: 22px 20px 10px 0;
}

.contents03 ul li .text{
	border-top: solid 1px #ffffff;
	padding: 10px 20px 0 0 ;
	line-height: 1.8em;
	color: #222222;
	font-size: 14px;
	font-weight: 100;
	text-align: justify;
}

.contents03 ul .twoline .text{ padding-bottom: 55px; }

.contents03 ul li:nth-child(3n){ margin-right: 0; }
.contents03 ul li:last-child{ margin-right: 0; }

@media screen and (max-width: 1000px){
	.contents03{ width: 90%; }
	.contents03 ul{ width: 100%; }
	.contents03 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
		padding-left: 0;
		min-height: 140px;
	}
	.contents03 ul li .ttl_01{ padding-right: 0; }
	.contents03 ul li .text{
		padding-right: 0;
		margin: 0 auto;
    	width: 90%;
	}
	.contents03 ul .twoline .text{ padding-bottom: 30px; }
}

@media screen and (max-width: 768px){

}

@media screen and (max-width: 700px){
	.contents03{ margin-top: 60px;}
	.contents03 ul{ margin-top: 20px; }
}









