@charset "UTF-8";
/* ******************************************************************

	--recruit.css--

	1. Layout setting

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


/*==================================================================
	1. Layout setting
===================================================================*/
.section-recruit {
	padding: 60px 0 100px;
}
.section-recruit .img-recruit {
	margin-bottom: 30px;
	position: relative;
}
.section-recruit .img-recruit .tit-recruit {
	position: absolute;
	top: 180px;
	left: 40px;
}
.section-recruit .img-recruit .txt-recruit {
	position: absolute;
	top: 250px;
	left: 60px;
	font-weight: bold;
	line-height: 2;
}
.section-recruit .tbl-recruit {
	width: 100%;
	margin-bottom: 70px;
}
.section-recruit .tbl-recruit th {
	color: #2c7337;
	font-weight: bold;
	padding: 25px 18px;
	width: 224px;
	vertical-align: top;
	border-bottom: 1px solid #2c7337;
	position: relative;
}
.section-recruit .tbl-recruit tr:not(:last-child) th:after {
	content: '';
	position: absolute;
	border: 1px solid #2c7337;
	left: 0;
	right: 0;
	top: 100%;
}
.section-recruit .tbl-recruit td {
	padding: 25px 18px;
	vertical-align: top;
	border-bottom: 1px solid #2c7337;
}
.section-recruit .tbl-recruit td em {
	color: #c80000;
	margin-left: 15px;
}
.section-recruit .banner-recruit {
	position: relative;
	width: 730px;
	margin: 0 auto;
}
.section-recruit .banner-recruit a {
	position: absolute;
	top: 85px;
	right: 38px;
}