@charset "utf-8";

.recruit-title {
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	display: table;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: bold;
}

.rec-wrap {
	padding: calc(40px + 3vw) calc(20px + .5vw);
}

.rec-main {
	height: calc(400px + 30vw);
/* 	max-height: 1000px; */
	padding-top: 0;
	position: relative;
	z-index: 1;
}

.rec-main:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(../images/bg_recruit.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.rec-main-catch,
.rec-main-tex {
	position: relative;
	z-index: 5;
}

.rec-main-catch {
	font-weight: bold;
	text-align: center;
}

.rec-main-tex {
	max-width: 730px;
	margin: calc(20px + 1vw) auto;
	text-align: justify;
}


@media screen and ( min-width: 800px ) {

	.rec-main-catch {
		font-size: 3.5rem;
		line-height: 5rem;
	}

	.rec-main-tex {
		font-size: 1.6rem;
		line-height: 3rem;
	}

}


@media screen and ( max-width: 800px ) {

	.rec-main-catch {
		font-size: 2rem;
		line-height: 3rem;
	}

	.rec-main-tex {
		font-size: 1.4rem;
		line-height: 2rem;
	}

	.rec-main {
		height: auto;
		min-height: 350px;
		padding-bottom: 150px;
	}

	.rec-main:after {
		background-position: center bottom;
		background-size: 100% auto;
	}

}


/*------------------------------------*/


.seek {
	margin: 0 auto;
	padding: 0 calc(20px + 3vw);
	max-width: 800px;
	border: 5px solid #1879c0;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}

.seek-title {
	font-weight: bold;
	text-align: center;
	color: #1879c0;
}

.seek-tex {
	margin: 40px 0;
	font-weight: bold;
	text-align: center;
}

.rec-img {
	height: 200px;
	margin: calc(20px + 4vw) 0;
	position: relative;
	z-index: 0;
/*
	display: -webkit-flex;
	display: flex;
*/
}


.rec-img li {
	width: 289px;
	height: 200px;
	position: absolute;
	top: 0;
/* 	flex: 1; */
}


@media screen and ( min-width: 800px ) {

	.seek {
		margin-top: -100px;
	}

	.seek-title {
		font-size: 3rem;
		line-height: 10rem;
	}

	.seek-tex {
		font-size: 1.8rem;
		line-height: 3rem;
	}

}


@media screen and ( max-width: 800px ) {

	.seek {
		margin-top: 0;
		margin: 30px calc(20px + .5vw);
	}

	.seek-title {
		font-size: 2rem;
		line-height: 6rem;
	}

	.seek-tex {
		margin: 20px 0;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}

}


/*------------------------------------*/


.system {
	padding: 0 calc(20px + .5vw);
}

.system-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.system-list th,
.system-list td {
	padding: calc(10px + 1vw) 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	vertical-align: middle;
}

.system-list th {
	width: 25%;
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: bold;
}

.system-list th span {
	padding-right: 20px;
	font-style: italic;
	font-weight: bold;
	color: #1879c0;
}

.system-list td {
	font-size: 1.5rem;
	line-height: 2.5rem;
}


@media screen and ( max-width: 800px ) {

	.system-list th,
	.system-list td {
		width: 100%;
		display: block;
		float: left;
	}

	.system-list td {
		padding-top: 0;
		border-top: 0;
	}

}


/*------------------------------------*/


.rec-list {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.rec-list th,
.rec-list td {
	padding: calc(10px + 1vw) 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	font-size: 1.5rem;
	line-height: 2.5rem;
	vertical-align: middle;
}

.rec-list th {
	width: 25%;
	font-weight: bold;
}

.entry {
	width: 100%;
	max-width: 500px;
	margin: calc(40px + 3vw) auto;
	margin-top: 0;
	display: table;
}

.entry a {
	padding: calc(10px + 1vw);
	display: block;
	border: 2px solid #1879c0;
	border-radius: 5px;
	font-size: calc(1.4rem + .5vw);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #1879c0;
}


@media screen and ( min-width: 800px ) {

	

}


@media screen and ( max-width: 800px ) {

	.rec-list th,
	.rec-list td {
		width: 100%;
		display: block;
		float: left;
	}

	.rec-list td {
		padding-top: 0;
		border-top: 0;
	}

	.entry {
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}

}