@charset "utf-8";

.recruit{
	background: url(../images/home/mv_bg.jpg) top center / 100% no-repeat;
}
.recruit:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, #ffffff 15%);
	position: absolute;
	top: 0;
	left: 0;
}
.recruit .p-section{
	max-width: 800px;
	width: 95%;
	margin:0 auto;
	position: relative;
	padding:5em 0;
}
.recruit .p-pageheader{
	/* padding-top:9em; */
	position: relative;
	color: var(--color-white);
}
.recruit p{
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 1em auto;
}
.recruit .another-body{
	max-width: 45em;
	margin: 3em auto;
}
.recruit .another-body p{
	line-height: 1.8;
	margin: 1em auto;
}
.recruit .another-body h2,.recruit .another-body h3{
	margin: 2em 0 1em 0;
	line-height: 1.3;
}
.recruit .another-body h2{
	text-align: center;
	font-size: 2.4rem;
}
.recruit .another-body h3{
	font-size: 1.6rem;
	border-bottom: 2px solid #222;
	padding-bottom: .2em;
}
.recruit .p-section h4{
	font-size: 1.6rem;
	color:#896400;
}


/*========================
モバイル
========================*/
@media (max-width: 767px) {


}