@charset "UTF-8";
/* INDEX */


/* Main Visual
-------------------- */
#main_visual_sp {
	display: none;
}

#main_visual {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	line-height: 1;
	position: relative;
}

.mv_set {
	position: relative;
	width: 50%;
	margin: 0;
}
.pco_img {
	display: block;
}
.pco_txt {
	position: absolute;
	left: 0;
	top: 0;
}
.pco_name {
	position: absolute;
	left: 0;
	bottom: calc(-80 / 1400 * 100%);
	z-index: 1;
}
.mv_mark {
	position: absolute;
	left: auto;
	right: auto;
	top: 30%;
	z-index: 2;
	width: 25%;
	max-width: 460px;
}


/* What's Works
-------------------- */
#works {
	width: 100%;
	min-height: 880px;
	margin: 0 auto;
	padding: 6em 0 9em;
	background: url("../images/works_mv_bg.png") center center no-repeat;
	background-size: cover;
	position: relative;
}
#works_inr {
	width: 100%;
	margin: 0;
}
#works h2 {
	max-width: 750px;
	margin: 0 auto;	
}
.works_ill {
	max-width: 880px;
	margin: 0 auto;
}
.works_link {
	display: inline-block;
	width: 50%;
	max-width: 300px;
	margin: 0 auto;
}



/* Recruit News
-------------------- */
#recruit {
	width: 100%;
	margin: -100px auto 0;
	padding: 0;
	position: relative;
}
.rec_sub {
	margin: 3em auto;
	font-size: 1.5em;
}
.rec_stitle {
	width: 10em;
	margin: 1.5em auto;
	padding: .5em 1em;
	background: #003C88;
	border-radius: 3em;
	font-size: 1.25em;
	letter-spacing: .2em;
	color: #fff;
}
#recruit table {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	border-collapse: collapse;
}
#recruit tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#recruit th,
#recruit td {
	padding: 1em;
}
#recruit th {
	width: 13em;
	text-align: center;
}
#recruit td {
	width: auto;
	text-align: left;
}
.mynavi_txt {
	margin: 1.5em auto 4em;
	font-size: 1.1em;
}



#recruit dl {
	width: 90%;
	max-width: 960px;
	max-height: 360px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	text-align: left;
	-webkit-overflow-scrolling: touch;
}
#recruit dt {
	display: block;
	margin: 0;
	padding: 1em 1em 0;
	font-size: 1.1em;
	line-height: 1.4;
	color: #0078DC;
}
#recruit dt:before {
	content: "\f101";
	font-family: "FontAwesome";
	margin: 0 .5em 0 0;
}
#recruit dt.new:after {
	content: "NEW";
	display: inline-block;
	background: #0078DC;
	color: #fff;
	font-size: .75em;
	line-height: 1;
	margin: 0 0 0 .5em;
	padding: .2em .4em;
}
#recruit dd {
	padding: .25em 1em 1em 2.5em;
	border-bottom: 1px #ccc dashed;
	line-height: 1.4;
	font-size: .95em;
}
#recruit dd:last-of-type {
	border: none;
}
#recruit > dd > p {
	margin: .4em 0;
}
#recruit > dd > p:last-of-type {
	margin: .4em 0 0;
}



/* 834px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 834px) {

#works {
	min-height: auto;
	padding: 5em 0 10em;
}
#recruit th {
	width: 10em;
}


}
/* 480px以下 --------------------------------
------------------------------------------*/
@media only screen and (max-width: 480px) {

#main_visual_sp {
	display: block;
}
#main_visual_sp p {
	width: 95%;
	margin: 2em auto;
	/*font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;*/
	font-size: .95em;
}
.mv_sp_stf {
	max-width: 300px;
	margin: 0 0 1em;
}
#main_visual {
	display: none;
}

#works {
	padding: 4em 0 7em;
}

#recruit {
	margin: -60px auto 0;
}
.rec_sub {
	margin: 2em auto;
	font-size: 1.2em;
}
#recruit th {
	width: 5em;
}




}