/* CSS Document */

/******************************

interview_top

******************************/
html,
body.interview_index{
	height:100%;
	min-height:768px;
}
body.interview_index{
	background-image: url(../../interview/img/index_bg.jpg);
	background-position:center;
	background-size:cover;
}
.interview_index .header{
	position:relative;
	z-index:101;
}
.interview_index .footer{
	margin-top:-61px;
	position:relative;
	z-index:102;
}
.interview_index .contents{
	margin-top:-121px;
	height:100%;
	background-color:transparent;
}
.interview_index .contents_layout{
	height:100%;
	width:778px;
	margin-left:auto;
	margin-right:auto;	
	position: relative;
}

.interview_index .layout_inner{
	position: absolute;
	top:50%;
	margin-top:-235px;
}
.interview_title{
	margin-bottom:5px;
}




/******************************

interview common

******************************/
.main{
	position:relative;
	height:700px;
	background-color:#40352C;
}
.main_pic{
	background-image:url(../../interview/img/iizuka_main.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	height:100%;
}
.main_catch{
	position:absolute;
}


.contents_layout{}


/* profile */
.profile{
	background-repeat:no-repeat;
	background-position:13px 0;
	margin-top:-250px;
	margin-left:12px;
	margin-right:12px;
	position:relative;
	z-index:1024;
}
.profile_fromto{
	width:195px;
	position:absolute;
	top:75px;
}
.fromto1{
	left:38px;
}
.fromto2{
	left:303px;
}
.fromto3{
	left:563px;
}
.fromto_text{
	color:#fff;
	font-size:93%;
	line-height:1.66;
	letter-spacing:0.0646em;
	margin-top:1em;
}


/* box */
.box{
	margin-left:12px;
	margin-right:12px;
	padding:65px 80px 80px;
	background-color: #fff;
	position:relative;
}
.box_capter_title{
	margin-bottom:1.5em;
}
.box_margin{
	margin-bottom:10px;
}


/* .middle_pic */
/* .bottom_pic */
.middle_pic{
	margin:-50px 0;
	height:600px;
	overflow:hidden;
}
.bottom_pic{
	margin-top:-50px;
	height:560px;
	overflow:hidden;
}



/******************************

.iizuka

******************************/
.iizuka{}
.iizuka .main_pic{
	background-image:url(../../interview/img/iizuka_main.jpg);
}
.iizuka .main_catch{
	left:50%;
	top:7%;
}
.iizuka .profile{
	height:267px;
	background-image:url(../../interview/img/iizuka_profile_bg.png);
}
.iizuka .box.first-child{
	padding-top:120px;
	margin-top:-70px;
}



/******************************

.kimura

******************************/
.kimura{}
.kimura .main_pic{
	background-image:url(../../interview/img/kimura_main.jpg);
}
.kimura .main_catch{
	top:7%;
	width:100%;
}
.kimura .catch_layout{
	display:block;
	width:797px;
	margin:0 auto;
}
.kimura .catch_layout img{
	margin-left:13px;
}
.kimura .profile{
	height:307px;
	background-image:url(../../interview/img/kimura_profile_bg.png);
}
.kimura .box.first-child{
	padding-top:165px;
	margin-top:-105px !important;
}







