@charset "UTF-8";

/* recruit
---------------------------------------------------------------------------*/
header {
	margin-bottom: 40px;
}

/* .recruit-title
------------------------------------*/
.recruit-title {
	width: 1234px;
	margin: 0 auto 35px;
	padding: 0 40px;
}

.recruit-lead img {
	width: 100%;
	height: auto;
}

.recruit-lead {
	width: 920px;
	margin: 0 auto 75px;
}

/* media query
-----------------------------------*/
@media (max-width: 1340px) {
	.recruit-title {
		box-sizing: border-box;
		width: 100%;
	}
	.recruit-title img {
		width: 100%;
		height: auto;
	}
}

/* .recruit-pnav
------------------------------------*/
.recruit-pnav {
	margin-bottom: 105px;
	text-align: center;
}

.recruit-pnav li {
	position: relative;
	display: inline-block;
}

.recruit-pnav li:before,
.recruit-pnav li:last-of-type:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	border-left: 1px dashed #006c3e;
	width: 1px;
	height: 65px;
}

.recruit-pnav li:before { left: 0; }
.recruit-pnav li:after { right: 0; }

.recruit-pnav li a {
	display: block;
	position: relative;
	padding: 5px 50px 56px;
}

.recruit-pnav li a:hover {
	opacity: 0.5;
}

.recruit-pnav li a img {
	width: auto;
	height: 56px;
}

.recruit-pnav li a i {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url(../img/share/ico-arrow-down.svg) no-repeat;
	background-size: 40px 39px;
	width: 40px;
	height: 39px;
	transform: translateX(-50%);
}

/* .job
------------------------------------*/
.job {
	width: 900px;
	margin: 0 auto 140px;
}

.job:last-of-type {
	margin-bottom: 0;
}

.job .title-center {
	padding-bottom: 48px;
	border-bottom: 4px solid #006c3e;
	text-align: center;
}

.job .title-center .inner {
	display: inline-block;
	position: relative;
}

.job .title-center .inner:after {
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	right: -165px;
	width: 133px;
	height: 65px;
	background-repeat: no-repeat;
	background-size: 133px 65px;
}

.job-entry .title-center .inner:after { background-image: url(../img/recruit/status_entry.png); }
.job-end .title-center .inner:after { background-image: url(../img/recruit/status_end.png); }

.job .title-center h3 {
	position: relative;
	padding: 10px 35px 13px;
}

.job .title-center h3:before {
	display: block;
	content: '';
	position: absolute;
	bottom: -50px;
	left: 50%;
	background: #006c3e;
	width: 4px;
	height: 50px;
	margin-left: -2px;
}

.job .title-center h3:after {
	display: block;
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	background: #006c3e;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.job h3 img {
	width: auto;
	height: 64px;
}

/* .job-list
------------------------------------*/
.job-list {
	padding: 35px 30px 0;
}

.job-list > div {
	display: -webkit-box;
	display: flex;
	border-bottom: 1px dashed #E7E7E7;
	padding: 18px 20px 16px;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.job-list dt {
	width: 110px;
	min-width: 110px;
	font-size: 16px;
}

.job-list dd {
	position: relative;
	padding: 1px 0 0 45px;
	font-size: 14px;
}

.job-list dd:before {
	display: block;
	content: '-';
	position: absolute;
	top: 0;
	left: 0;
	color: #767676;
}