/*
* recruitment_detail.css
*
*/
/* --------------------------------
	 main
-------------------------------- */
.main {
	background: #fff;
}

.gnav_lists li.gnav_recruit a:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 50%;
	margin: auto;
	width: 100%;
	height: 2px;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0); 
	background: #cb0400;
	background: linear-gradient(to right, #cb0400 50%, #cb0400 50%, #0f158c 50%);
	background-color: #cb0400;
}
@media screen and (min-width: 751px) {
	.gnav_lists li.gnav_recruit a:after {
		right: auto;
		bottom: 0;
		height: 3px;
	}
}

.subpage .gnav_lists li.gnav_recruit a {
	color: #cb0400;
}

/* --------------------------------
	 lines
-------------------------------- */
.cover_lines {
	z-index: 0;
}
.cover_lines .vertical_line {
	background: #e8e8e8;
}

/* --------------------------------
	 cover
-------------------------------- */
.cover {
	position: relative;
	padding: 85px 0 65px;
	background: #f5f5f5;
}
@media screen and (min-width: 751px) {
	.cover {
		padding: 127px 0 140px;
	}
}
.cover .inner {
	position: relative;
	z-index: 1;
}

/* --------------------------------
	 recruitment
-------------------------------- */
.recruitment_contents {
	position: relative;
	margin: auto;
	padding: 65px 0 70px; 
	width: 100%;
}
@media screen and (min-width: 751px) {
	.recruitment_contents {
		margin: auto;
		padding: 155px 0 120px; 
		width: 85%;
		width: calc(85% - 2px);
	}
}

.recruitment_img {
	overflow: hidden; 
	position: relative;
	margin-top: 28px;
	max-height: 177px;
}
@media screen and (min-width: 751px) {
	.recruitment_img {
		margin-top: 48px;
		max-height: 430px;
	}
}

.recruitment_txt {
	margin: 20px 15px 0;
	font-size: 13px;
	line-height: 1.76923;
}
@media screen and (min-width: 751px) {
	.recruitment_txt {
		margin: 30px 11% 0;
		font-size: 14px;
		line-height: 2;
	}
}

.recruitment_detail_lists {
	margin: 28px auto 0; 
	width: 100%;
	width: calc(100% - 2px);
}
@media screen and (min-width: 751px) {
	.recruitment_detail_lists {
		margin: 48px auto 0;
	}
}

.recruitment_detail_list {
	display: table;
	position: relative;
	z-index: 1;
	width: 100%;
	font-size: 13px; 
	line-height: 1.69231;
}
@media screen and (min-width: 751px) {
	.recruitment_detail_list {
		font-size: 14px;
		line-height: 2;
	}
}
.recruitment_detail_list dt {
	display: table-cell;
	position: relative;
	padding: 13px 2.6%;
	border-top: 1px solid #f5f5f5;
	width: 26%;
	vertical-align: top; 
	font-weight: bold;
}
@media screen and (min-width: 751px) {
	.recruitment_detail_list dt {
		padding: 18px 30px;
		width: 25.1%;
	}
}
.recruitment_detail_list dt:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	width: 6px;
	height: 1px;
	background: #000;
}
.recruitment_detail_list dd {
	display: table-cell;
	padding: 13px 2.6%;
	border-top: 1px solid #f5f5f5;
	width: 100%;
	background: #fff;
	vertical-align: top;
}
@media screen and (min-width: 751px) {
	.recruitment_detail_list dd {
		padding: 18px 30px;
	}
}
.recruitment_detail_list dd p {
	padding-left: 1em; 
	text-indent: -1em;
}
.recruitment_detail_list dd p em {
	font-weight: bold; 
	font-style: normal;
}
.recruitment_detail_list:last-child dt,
.recruitment_detail_list:last-child dd {
	border-bottom: 1px solid #f5f5f5;
}
.recruitment_detail_list:last-child dt {
	position: relative;
}
.recruitment_detail_list:last-child dt:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 6px;
	height: 1px;
	background: #000;
}

.interview {
	position: relative;
	margin-top: 90px;
}
@media screen and (min-width: 751px) {
	.interview {
		margin-top: 150px;
	}
}
@media screen and (min-width: 751px) {
	.interview .section_header {
		font-size: 200px;
	}
}
.interview .section_header span {
	z-index: 2; 
	top: -22px;
}
@media screen and (min-width: 751px) {
	.interview .section_header span {
		top: -48px;
	}
}

.interview_lists {
	position: relative;
	z-index: 1;
	margin: 28px auto 0;
	padding: 30px 0; 
	width: 100%;
}
@media screen and (min-width: 751px) {
	.interview_lists {
		display: -ms-flexbox;
		display: flex;
		margin: 47px auto 0;
		padding: 60px 0;
	}
}
.interview_lists:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 84%;
	height: 100%;
	background: #f4f3f3;
}
@media screen and (min-width: 751px) {
	.interview_lists:after {
		margin: 0 64px; 
		width: auto;
	}
}

.interview_list {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 751px) {
	.interview_list {
		width: 30%;
	}
}
@media screen and (min-width: 751px) {
	.interview_list:nth-child(n+4) {
		padding-top: 50px;
	}
}
.interview_list a {
	text-decoration: none;
}
@media screen and (min-width: 751px) {
	.interview_list a:hover .interview_list_txts {
		color: #fff;
	}
}
@media screen and (min-width: 751px) and (min-width: 751px) {
	.interview_list a:hover .interview_list_txts:before {
		width: 100%;
	}
	.interview_list a:hover .interview_list_txts:after {
		background: #cb0400;
	}
}
@media screen and (min-width: 751px) {
	.interview_list a:hover .interview_list_tags .tag {
		background: #cb0400;
	}
	.interview_list a:hover .interview_list_post em {
		color: #fff;
	}
}
.interview_list + .interview_list {
	margin-top: 27px;
}
@media screen and (min-width: 751px) {
	.interview_list + .interview_list {
		margin: 0 0 0 51px;
	}
}

.interview_list_txts {
	position: relative;
	z-index: 1;
	margin: -20px 15px 0;
	padding: 30px 10% 36px;
	background-color: #fff;
	color: #010101; 
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (min-width: 751px) {
	.interview_list_txts {
		margin: -25px 14px 0;
		padding: 28px 10% 43px;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
	}
}
.interview_list_txts:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	transition: 0.4s width cubic-bezier(0.23, 1, 0.32, 1); 
	background-color: #cb0400;
}
.interview_list_txts:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #cb0400;
	background: linear-gradient(to right, #cb0400 50%, #cb0400 50%, #0f158c 50%); 
	background-color: #cb0400;
}
@media screen and (min-width: 751px) {
	.interview_list_txts:after {
		height: 4px;
	}
}

.interview_list_tags {
	letter-spacing: -0.4em;
	line-height: 1;
}
.interview_list_tags .tag {
	display: inline-block;
	padding: 3px 5px;
	letter-spacing: normal;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
}
.interview_list_tags .tag:nth-child(1) {
	background: #cb0400;
}
.interview_list_tags .tag:nth-child(2) {
	background: #0f158c;
}

.interview_list_post {
	margin-top: 12px;
	font-size: 12px;
	font-weight: bold; 
	line-height: 1.5;
}
@media screen and (min-width: 751px) {
	.interview_list_post {
		margin-top: 15px;
	}
}
.interview_list_post em {
	color: #cb0400;
	font-style: normal;
}

.interview_list_name {
	margin-top: 12px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (min-width: 751px) {
	.interview_list_name {
		margin-top: 10px;
		font-size: 26px;
	}
}
.interview_list_name small {
	display: block;
	margin-top: 6px;
	font-size: 11px;
}
@media screen and (min-width: 751px) {
	.interview_list_name small {
		margin-top: 3px;
	}
}

.entry {
	margin-top: 80px;
}
@media screen and (min-width: 751px) {
	.entry {
		margin-top: 90px;
	}
}

.link_btn {
	margin-top: 32px;
}
@media screen and (min-width: 751px) {
	.link_btn {
		margin-top: 64px;
	}
}