@charset "utf-8";
/* CSS Document */


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

	印刷用CSS

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

@media print {

html,
body {
width: 1270px !important;
transform-origin: 0 0 !important;
zoom:0.85;
position: static !important;
height: auto !important;
overflow: auto !important;
-webkit-print-color-adjust: exact; 
margin:0 auto; 
}

.fixed {position: static;}

.fixed_block {padding-top: 0;}

header h1 {margin: 10px 30px 0 20px;}

header nav#gnav li a:link {
    font-weight: bold;
    width: auto;
    padding: 5px 22px;
}

footer {font-size: 80%;}

footer .inner dl {
    margin: 30px 40px 0 0;
    float: left;
}

/*改ページ設定*/
#entry,
.interview,
#gist .info,
#staff .interview_orange{page-break-before: always;}


/*TOP*/

#intro{display:none;}


#MainVisual, #MainVisual_ul {
	display:none;
}

.box_contents {
    padding: 30px 0;
}

.box_contents .inner li h2 {
    padding-bottom: 10px;

}

.box_contents .inner li h2 span {
    padding-bottom: 5px;

}

.box_contents .inner li:nth-child(-n+2) div {
    top: 10%;

}

.interview .box_2column li:nth-child(1n) div {
    width: 60%;
    height: 50px;
    position: absolute;
    top: 15%;
    right: 5%;
}

.interview .box_2column li:nth-child(1n) div,
.interview .box_2column li:nth-child(2) div{
    width: 60%;
    top: 20%;
}

.topics li a {
    width: 346px;
    height: 525px;
    box-shadow: none; 
    border: 1px solid #eee;
}

.topics li p {margin-top: 30px;}


/*company*/

#company .top_message_img h3 img {width: 523px;}

.youtube_02{display:none;}


/*staff*/

#staff #container .staff_list .inner {
    padding: 20px 0;
}

#staff #container .staff_list .inner li a{
	width:346px;
	height:450px;
	margin:20px 20px 0 0;
	border-bottom:3px solid #F39800;
	overflow:hidden;
}

#staff #container .staff_list .inner li div {height: 30%;}

#staff #container .staff_list .inner li:nth-child(3n) a{
	margin:20px 0 0 0;
}


#staff h3.ttl_maincopy img {
    width: 700px;
}

#staff .interview_list{display:none;}

#staff.detail .interview_white .img_f_right {
    max-width: 480px;
}

#staff.detail .hitokoto {
    border-bottom: none;
}

/*gist*/

#gist .info dt,
#gist .info dd{padding: 10px 0 10px 20px;}

/*culture*/

#cul_detail .head_ttl {
    width: 220px;
    height: 70px;
    display: block;
    position: absolute;
    top: 40px;
    z-index: 99;
    right: 20px;
}

#cul_detail .head_copy {
    width: 260px;
    height: 260px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 100;
    right: 50px;
}

#cul_detail.job .cul_text{
	font-size:1.1rem;
	}


}