@charset "utf-8";
.recruit {
	margin-top: 14rem;
}
.recruit .common_fv {
	background-image: url(../img/recruit/recruit_fv@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.recruit_content {
	margin-top: 7rem;
	padding: 13rem 5rem;
	max-width: calc(1000px + 100px);
	margin: 0 auto;
}
.recruit_none {
	font-size: 2.6rem;
	font-weight: 600;
	border-left: 10px solid #c7151d;
	padding-left: 0.5em;
}

@media screen and (max-width: 768px){
	.recruit {
		margin-top: 6rem;
	}
	.recruit .common_fv {
		background-image: url(../img/recruit/recruit_sp.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.recruit_content {
		padding: 6.5rem 1.5rem;
	}
	.recruit_none {
		font-size: 1.3rem;
		border-left: 5px solid #c7151d;
	}
}
