main.recruit {
	/* background-image: none; */
	padding: 0;
}
main.recruit h2.style01 {
	margin-bottom: 40px;
}
hr.primary {
	border: none;
	border-top: 1px solid #2F59AC;
	margin: 50px 0 65px 0;
}
a.cta-career-primary {
	background-color: #2F59AC;
	border: 1px solid #2F59AC;
	border-radius: 10px;
	display: block;
	padding: 2em 1em;
	background-image: url("/wp-content/themes/sinyu/img/career/ico-mail-white.png");
	background-repeat: no-repeat;
	background-position: center right 30px;
	background-size: 35px 35px;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 15px;
	max-width: 380px;
	margin: 0 auto;
	margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
	a.cta-career-primary {
		font-size: 18px;
		padding: 1.5em;
	}
}
/* 
a.cta-infosession {
	background-color: #2F59AC;
	border: 1px solid #2F59AC;
	border-radius: 10px;
	display: block;
	padding: 2em 1em;
	background-image: url("/wp-content/themes/sinyu/img/career/ico-mail-white.png");
	background-repeat: no-repeat;
	background-position: center right 30px;
	background-size: 35px 35px;
	font-size: 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 15px;
}
a.cta-internship {
	background-color: #F1F4FA;
	border: 1px solid #2F59AC;
	border-radius: 10px;
	display: block;
	padding: 2em 1em;
	background-image: url("/wp-content/themes/sinyu/img/career/ico-mail-blue.png");
	background-repeat: no-repeat;
	background-position: center right 30px;
	background-size: 35px 35px;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 15px;
} */



/* ========== First View ========== */
.recruit-fv {
	/* margin-top: 72px; */
	position: relative;
	width: 100%;
	height: calc(100vh - 72px);
	background-image: url("/wp-content/themes/sinyu/img/career/fv-career.jpg");
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.recruit-fv p.recruit-fv__catch {
	color: #fff;
	font-size: 50px;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	padding: 0 0 60px 60px;
}

@media only screen and (max-width: 767px) {
	.recruit-fv {
		background-image: url("/wp-content/themes/sinyu/img/career/fv-career-sp.jpg");
	}

	.recruit-fv p.recruit-fv__catch {
		font-size: 35px;
		padding: 0 0 40px 30px;
	}
}

/* ========== CTA ========== */
a.recruit-cta {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 175px;
	z-index: 100;
	display: block;
	transition: opacity 0.3s ease;
}

a.recruit-cta img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	a.recruit-cta {
		width: 84px;
		bottom: 20px;
		right: 20px;
	}
}

/* ========== Gallery ========== */
.recruit-gallery {
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.recruit-gallery {
		margin-bottom: 60px;
	}
}
.recruit-gallery__track {
	display: flex;
	width: max-content;
	animation: recruit-gallery-scroll 80s linear infinite;
}

main.recruit .recruit-gallery__track img {
	height: 170px;
	width: auto;
	display: block;
	margin-right: 8px;
	flex-shrink: 0;
}

@keyframes recruit-gallery-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* @media only screen and (max-width: 767px) {
	.recruit-gallery__track img {
		height: 180px;
	}
} */

/* ========== Footer CTA ========== */
.wrap-cta {
	width: 100%;
	background-image: url("/wp-content/themes/sinyu/img/career/bg-footer-career.jpg");
	background-size: cover;
	background-position: center;
	padding: 80px 20px;
}
.wrap-cta__inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.wrap-cta__text {
	color: #fff;
	font-size: 30px;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
	line-height: 2;
	text-align: center;
	margin-bottom: 1.2em;
}
a.btn-entry {
	text-align: center;
	width: 195px;
	display: inline-block;
}


@media only screen and (max-width: 767px) {
	.wrap-cta {
		padding: 60px 20px;
	}
	.wrap-cta__inner {
		flex-direction: column;
		gap: 15px;
		text-align: center;
	}
	.wrap-cta__text {
		font-size: 16px;
		margin-bottom: 1.7em;
	}
}

/* ========== Anchor ========== */
a#requirements {
	display: block;
	padding-top: 60px;
	margin-top: -60px;
}

/* ========== Lead ========== */
.recruit-lead {
	text-align: center;
	padding: 80px 20px;
}
.recruit-lead.footer {
	text-align: center;
	padding: 60px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
	.recruit-lead.footer {
		padding: 40px 0px 20px 0px;
	}
}
main.recruit p.recruit-lead__main {
	color: #3273c3;
	font-size: 25px;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "HiraMinProN-W3", "Hiragino Mincho ProN", serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

main.recruit p.recruit-lead__sub {
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.03em;
}

@media only screen and (max-width: 767px) {
	.recruit-lead {
		padding: 50px 20px;
	}

	main.recruit p.recruit-lead__main {
		font-size: 17px;
	}

	main.recruit p.recruit-lead__sub {
		font-size: 13px;
	}
}


/* ========== 信友建設の特徴 ========== */
main.recruit div.feature {
	align-items: flex-start;
}
div.feature {
	margin-bottom: 25px;
}
main.recruit div.feature img {
	margin-bottom: 15px;
}
div.feature p.primary {
	font-size: 25px;
	color: #2F59AC;
	font-weight: bold;
	margin-bottom: 0.3em;
}
div.feature p.secondary {
	font-size: 15px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	div.feature {
		margin-bottom: 15px;
	}
	div.feature .inner_two_col {
		padding: 1% 0 25px 0;
	}
	div.feature p.primary {
		font-size: 15px;
	}
	div.feature p.secondary {
		font-size: 12px;
	}
}



/* ========== 求める人物像 ========== */
main.recruit p.character {
	font-weight: bold;
	font-size: 24px;
	background-color: #F2F6FB;
	border-radius: 15px;
	padding: 0.6em 0.8em;
	display: flex;
	align-items: center;
	gap: 0.6em;
}

main.recruit p.character::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background-image: url("/wp-content/themes/sinyu/img/career/ico-check01.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	main.recruit p.character {
		font-size: 15px;
	}
}

@media only screen and (min-width: 769px) {
	div.character .inner_two_col {
		padding: 1% 2%;
	}
}
div.character {
	margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
	div.character {
		margin-bottom: 55px;
	}
	div.character .inner_two_col {
		padding: 1% 0;
	}
}

/* ========== 働き方、環境、福利厚生、社内制度 ========== */
main.recruit .outer.environment {
    align-items: flex-start;
}
div.environment {
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	div.environment {
		margin-bottom: 50px;
	}
}
main.recruit .outer.environment .inner_three_col img {
	display: block;
	height: 150px;
	width: auto;
	margin: 0 auto 15px auto;
}


@media only screen and (max-width: 768px) {
	main.recruit .outer.environment .inner_three_col img {
		height: 120px;
	}

	main.recruit .outer.environment {
		display: flex;
		flex-flow: row wrap;
	}

	main.recruit .outer.environment .inner_three_col {
		flex: 0 1 50%;
		padding: 2%;
	}

	main.recruit .outer.environment .inner_three_col:nth-child(3n) {
		flex: 0 1 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (max-width: 460px) {
	main.recruit .outer.environment .inner_three_col img {
		height: 100px;
	}
}

.environment p {
	text-align: center;
}
.environment p.primary {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.environment p.secondary {
	font-size: 25px;
	color: #2F59AC;
	font-weight: bold;
	margin-bottom: 7px;
}
.environment p.secondary span {
	font-size: 50px;
}
.environment p.tertiary {
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.environment p.primary {
		font-size: 15px;
	}
	.environment p.secondary {
		font-size: 15px;
	}
	.environment p.secondary span {
		font-size: 25px;
	}
	.environment p.tertiary {
		font-size: 10px;
	}
}
main.recruit img.ban-grandslam {
	width: 580px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	margin-bottom: 80px;
}