@charset "UTF-8";

/*================================================

　採用情報

=================================================*/
.recruit {
	margin-bottom: 40px;
	background: #CCC url(../../assets/images/recruit/main_bg01.jpg) center center no-repeat; background-size: cover;
}
.recruit .inner {
	position: relative;
	width: 94%;
	max-width: 1050px;
	min-height: 620px;
	margin: 0 auto;
	color: #000;
}
.recruit .inner > div {
	position: absolute;
	right: 0;
	bottom: 220px;
}
.recruit .inner h2 {
	font-size: 3.3rem;
	font-weight: normal;
	text-shadow:0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1);
}
.recruit .inner p {
	margin: 20px 0 0;
	font-size: 1.8rem;
	line-height: 2;
	text-shadow:0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1),0 0 5px rgba(255, 255, 255, 1);
}
@media screen and (max-width: 768px) {
	.recruit .inner {
		width: 100%;
		min-height: auto;
		padding: 80px 20px;
	}
	.recruit .inner > div {
		position: relative;
		bottom:auto;
	}
}
@media screen and (max-width: 375px) {
	.recruit .inner p {
		letter-spacing: -0.8px;
	}
}

.recruit-content-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	position: relative;
	max-width: 1200px;
	margin: 0 auto 190px;
	padding-left: 0;
}
.recruit-content-list > li {
	width: 70%;
	padding: 0 25px;
}
.recruit-content-list > li h3 {
	margin-bottom: 10px;
	color: #000;
	font-size: 1.8rem;
	font-weight: normal;
}
.recruit-content-list > li h4 {
	margin-bottom: 10px;
	color: #000;
	font-size: 2.5rem;
	font-weight: normal;
}
.recruit-content-list > li div {
	margin: 0 0 20px;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.recruit-content-list > li div p.space {
	height: calc(1.7em * 3);
}
.recruit-content-list > li div ul {
}
.recruit-content-list .button a {
	width: 96px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {

	.recruit .inner h2 {
		font-size: 3rem;
		font-weight: normal;
	}
	.recruit .inner p {
		margin: 20px 0 0;
		font-size: 1.4rem;
	}

	.recruit-content-list {
		margin: 0 auto;
	}
	.recruit-content-list > li {
		float: none;
		width: 94%;
		margin: 0 auto !important;
	}
	.recruit-content-list > li h4 {
		font-size: 2rem;
		margin-bottom: 20px;
	}

}
