@charset "utf-8";
/*--------------------------------------------------
Main
--------------------------------------------------*/
#recruitment #main {
	background: url(../img/mv_recruitment.jpg) no-repeat top right 2.1vw;
    background-size: 80.8%;
}
#recruitment h1 {
	padding-right:2.4vw;
}
@media screen and (max-width: 767px){
	#recruitment #main {
	background: url(../img/mv_recruitment_sp.jpg) no-repeat;
	margin-bottom:30vw;
}
}
/*--------------------------------------------------
container
--------------------------------------------------*/
.wrap {
	background:#ecedf2;
	margin-top:11.3vw;
	padding-top:5vw;
	overflow:hidden;
	clear:both;
}
.container {
	background:#fff;
	max-width:1160px;
	width:90%;
	text-align:center;
	margin-bottom: 6.7vw;
    padding: 7.4vw 0 1vw;
	overflow:hidden;
}
table {
	max-width:860px;
	margin:0 auto 10.4rem !important;
	width:80% !important;
}
table tr th {
	position:relative;
	padding: .75rem .75rem .75rem 0 !important;
	font-size:1.8rem;
	letter-spacing:0.1em;
	font-weight:bold;
}
table tr th span {
	position:relative;
	background:#ecedf2;
	line-height:81px;
	width:11vw;
	display:block;
}
table tr th span:before {
	content:"";
	position:absolute;
	height:100%;
	width:1px;
	right:-1.2rem;
	background:#ecedf2;
}
table tr td {
	vertical-align: middle !important;
	text-align:left;
}
table tr:last-child th,table tr:last-child td {
	border-bottom:1px solid #dee2e6;
}
caption {
	caption-side:top !important;
	color:#009944;
	text-align:center;
    font-size: 2.4rem;
    font-weight: bold;
	padding-left: 3rem;
	margin-bottom:1.8vw;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px){
table {
	width:90%;
	margin-bottom:5rem !important;
}
table caption {
	font-size:4rem;
	margin-bottom:5rem;
}
.table tr th span {
	line-height:30px;
	width:100%;
	min-width:50px;
}
.table th,.table td {
	display:block;
	font-size:2.8rem;
}
.table th {
	border:none;
	width:140px;
	padding:0 !important;
}
.table th span:before {
	display:none;
}
.table td {
	border-top:none;
	border-bottom:1px solid #dee2e6;
	width:100%;
    padding: 2rem 0;
    margin-bottom: 4rem;
	line-height:1.6;
}
.table:nth-child(2) tr:last-child td {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
}