@charset "utf-8";

/* Contents
 * ****************************
 *
 * 1: general style
 * 2: body
 * 3: container
 * 4: header
 * 5: contents
 * 6: side
 * 7: footer
 *
 * ****************************
 */


/*======= 1: general style ===============================================*/


/*======= 2: body ========================================================*/
body {
	margin-top: 68px;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 88%;
	line-height: 1.8;
	background: #ffffff;
}
body.people001 {
    background: #222222;
}



/*======= 3: container ===================================================*/
#container {
}


/*======= 4: header ======================================================*/
header {
	position: fixed;
	top: 0;
	width: 100%;

	background: #fff;
	border-bottom: 1px solid #d3d3d3;
	z-index: 100;
}
body.people001 header {
	background: none;
	border-bottom: none;
}
header #logo {
	text-align: center;
	padding: 20px 0;
}
header #menu {
	position: absolute;
	top: 17px;
	left: 13px;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	header #menu {
		top: 22px;
	}
}
/*======= 5: contents ====================================================*/
#contentsArea {
}
#contents {
}


#interview_box01 {
	position: relative;
	margin-top: -106px;
	min-height: 424px;
	z-index: 15;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	#interview_box01 { margin-top: -150px; }
}
#interview_box01 .btn_link {
	position: absolute;
	width: 100%;
	bottom: 10%;
	text-align: center;
	color: #fff;
}
.icon_arw {
	display: inline-block;
    padding-left: 20px;
    background: url(../../img/common/icon_arrow01.png) no-repeat left center;
    background-size: 14px;
    font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 100; 
	color: #fff;
}
#interview_box02 {
	position: relative;
	margin-top: -53px;
	min-height: 362px;
	z-index: 20;
}
#interview_box05 {
	position: relative;
	z-index: 20;
	text-align: center;
}
#interview_box05 .btn_link {
	position: absolute;
	top: 73%;
	margin: 0 21%;
	width: 44.5%;
}
#interview_box05 .btn_link a {
	display: inline-block;
	width: 100%;
	padding: 5px 23px;
    font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: bold; 
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0,0,0,.2)
}
#interview_box05 span {
	display: inline-block;
    padding: 0 30px;
    background: url(../../img/index/forrgo05_arrow.png) no-repeat right center;
    background-size: 14px;
    font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 100;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	#interview_box02 { margin-top: -150px; }
}
#interview_archive {
	position: relative;
	margin-top: -43px;
	min-height: 80px;
	z-index: 25;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	#interview_archive { margin-top: -150px; }
}
#gallery_box {
	position: relative;
	margin-top: -43px;
	margin-bottom: 45px;
	min-height: 382px;
	z-index: 18;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	#gallery_box { margin-top: -80px; }
}
#gallery_box .btn_link {
	position: absolute;
	width: 100%;
	bottom: 11%;
	text-align: center;
	color: #fff;
}

/*======= 7: footer ======================================================*/
footer {
	margin-top: 100px;
	background: url(../../img/common/bg_footer.png) no-repeat center bottom;
	background-size: 100% 100%;
}
#footerInner {
	position: relative;
	min-height: 118px;
}
#logo_f {
	margin: 0 0 20px 20px;
}
/* copyright */
#copyright {
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: right;
	color: #fff;
	font-size: 8px;
}
/* pageTop */
#pageTop {
	position: relative;
}
#pageTop a {
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -21px;
	display: block;
	text-align: center;
}
