@charset "utf-8";

/* CSS Document */

/*--------------------------------------------------------------------------
#mv
---------------------------------------------------------------------------*/
#mv{
	position: relative;    
	width: 100%;    
	height: 640px;
	display:table;
	background: url("../images/method/kv-img-pc.jpg") no-repeat scroll center center / cover;
}
.mv_content{
	width:100%;
	position:relative;
	z-index:99;
	display:table-cell;
	vertical-align:middle;
}
.mv_content .title{
	text-align: center;
}
.mv_content .title img{
	width:370px;
}
@media screen and (max-width: 750px) {
#mv{
	height: 360px;
	background: url("../images/method/kv-img-sp.jpg") no-repeat scroll center center / cover;
}	
.mv_content .title img{
	width: 196px;
}
}

/*--------------------------------------------------------------------------
#message
---------------------------------------------------------------------------*/
#message{
	position: relative;
}
#message .inner{
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding-left: 60px;
	box-sizing: border-box;
}
#message .inner .txt_area{
	width: 560px;
	position: relative;
	float: left;
}
#message .inner .txt_area .ttl span{
	font-size: 8px;
}
#message .inner .img_area{
	width: 520px;
	position: relative;
	float: right;
	padding-top: 80px;
}
#message .inner .img_area .img img{
	width: 100%;
	position: relative;
}
#message .inner p{
	position: relative;
	margin-bottom: 34px;
}
#message .inner p:last-child{
	margin-bottom: 0px;
}
#message .inner .name{
	position: relative;
	text-align: right;
	font-size: 22px;
}
#message .inner .name .position{
	position: relative;
	display: block;
	font-size: 12px;
}
@media screen and (max-width: 1360px) {
#message .inner{
	width: auto;
	margin: 0 80px 0 80px;
	padding-left: 0px;
}
#message .inner .txt_area{
	width: 45.1%;
}
#message .inner .img_area{
	width: 44%;
	padding-top: 80px;
}
#message .inner .img_area .img{
	width: 100%;
}
}
@media screen and (max-width: 1120px) {
#message .inner .txt_area{
	width: auto;
	float: none;
}
#message .inner .img_area{
	width: auto;
	float: none;
	padding-top: 0px;
	margin-top: 36px;
}
}
@media screen and (max-width: 750px) {
#message .inner{
	margin: 0 30px 0;
}
#message .inner .img_area{
	margin-top: 58px;
}
#message .inner p{
	margin-bottom: 22px;
}
#message .inner .name{
	font-size: 20px;
}
#message .inner .name .position{
	font-size: 11px;
}
}

/*--------------------------------------------------------------------------
#method
---------------------------------------------------------------------------*/
#method{
	position: relative;
	background: url("../images/method/sec02_bg-pc.gif") repeat-y scroll center top;
	margin-top: 160px;
	padding-top: 160px;
	padding-bottom: 140px;
	box-sizing: border-box;
}
#method .inner{
	position: relative;
	width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
}
#method .inner .ttl{
	position: relative;
	text-align: center;
	margin-bottom: 78px;
}
#method .inner .method_01, #method .inner .method_02, #method .inner .method_03{
	position: relative;
	display: table;
	width: 100%;
}
#method .inner .method_01 .img, #method .inner .method_02 .img, #method .inner .method_03 .img{
	position: relative;
	display: table-cell;
	width: 50%;
}
#method .inner .method_01 .txt_area, #method .inner .method_02 .txt_area, #method .inner .method_03 .txt_area{
	position: relative;
	display: table-cell;
	width: 50%;
	background: #ffffff;
	padding: 97px 80px 100px;
	box-sizing: border-box;
}
#method .inner .method_02 .txt_area{
	background: #354451;
	color: #ffffff;
}
#method .inner .method_01 .txt_area .ttl, #method .inner .method_02 .txt_area .ttl, #method .inner .method_03 .txt_area .ttl{
	position: relative;
	font-size: 28px;
	margin-bottom: 32px;
	text-align: left;
	line-height: 2;
}
#method .inner .method_01 .img{
	background: url("../images/method/sec02_img_01-pc.jpg") no-repeat scroll center center / cover;
}
#method .inner .method_02 .img{
	background: url("../images/method/sec02_img_02-pc.jpg") no-repeat scroll center center / cover;
}
#method .inner .method_03 .img{
	background: url("../images/method/sec02_img_03-pc.jpg") no-repeat scroll center center / cover;
}
@media screen and (max-width: 1400px) {
#method{
	background: url("../images/method/sec02_bg-mid.gif") repeat-y scroll right top;
}
#method .inner{
	position: relative;
	width: auto;
	margin: 0 80px;
}
}
@media screen and (max-width: 1400px) {
#method{
	background: url("../images/method/sec02_bg-mid.gif") repeat-y scroll right top;
}
#method .inner{
	position: relative;
	width: auto;
	margin: 0 80px;
}
}
@media screen and (max-width: 1160px) {
#method{
	background: url("../images/method/sec02_bg-tb.gif") repeat-y scroll right top;
}
}
@media screen and (max-width: 930px) {
#method{
	background: url("../images/method/sec02_bg-sm.gif") repeat-y scroll right top;
}
#method .inner .method_01 .txt_area, #method .inner .method_02 .txt_area, #method .inner .method_03 .txt_area{
	padding: 82px 60px 80px;
}
}
@media screen and (max-width: 750px) {
#method{
	background: url("../images/method/sec02_bg-sp.gif") repeat-y scroll right top;
	background-size: 295px auto;
	margin-top: 50px;
	padding-top: 70px;
	padding-bottom: 70px;

}
#method .inner{
	margin: 0 20px;
}
#method .inner .ttl{
	text-align: left;
	margin-bottom: 50px;
}
#method .inner .method_01, #method .inner .method_02, #method .inner .method_03{
	display: block;
	width: auto;
}
#method .inner .method_01 .img, #method .inner .method_02 .img, #method .inner .method_03 .img{
	display: block;
	width: auto;
}
#method .inner .method_01 .txt_area, #method .inner .method_02 .txt_area, #method .inner .method_03 .txt_area{
	display: block;
	width: auto;
	padding: 48px 35px 47px;
}
#method .inner .method_01 .txt_area .ttl, #method .inner .method_02 .txt_area .ttl, #method .inner .method_03 .txt_area .ttl{
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 6px;
}
#method .inner .method_01 .img{
	background: url("../images/method/sec02_img_01-sp.jpg") no-repeat scroll center center / cover;
	height: 220px;
}
#method .inner .method_02 .img{
	background: url("../images/method/sec02_img_02-sp.jpg") no-repeat scroll center center / cover;
	height: 220px;
}
#method .inner .method_03 .img{
	background: url("../images/method/sec02_img_03-sp.jpg") no-repeat scroll center center / cover;
	height: 220px;
}
}

/*--------------------------------------------------------------------------
#footer_img
---------------------------------------------------------------------------*/
#footer_img{
	position: relative;
	width: calc(100% - 80px);
	float: right;
	height: 660px;
	background: url("../images/method/footer_img-pc.jpg") no-repeat scroll center center / cover;
	margin-top: 160px;
}
@media screen and (max-width: 750px) {
#footer_img{
	width: calc(100% - 30px);
	height: 280px;
	background: url("../images/method/footer_img-sp.jpg") no-repeat scroll center center / cover;
	margin-top: 60px;
}
}











