/* 採用情報ページ固有（body.page-recruit） */

body.page-recruit .page-lead--follow {
	margin-top: 1.2em;
}

body.page-recruit .recruit-lead {
	max-width: 760px;
	margin: 0 0 36px;
	font-size: 15.5px;
	line-height: 2;
	color: var(--ink);
}

body.page-recruit .recruit-table dd p {
	margin: 0 0 0.8em;
}

body.page-recruit .recruit-table dd p:last-child {
	margin-bottom: 0;
}

body.page-recruit .recruit-phase {
	font-weight: 700;
	color: var(--ink-soft);
	margin-top: 0.6em !important;
}

body.page-recruit .recruit-phase:first-child {
	margin-top: 0 !important;
}

body.page-recruit .recruit-cta {
	margin: 36px 0 0;
}

body.page-recruit .sec-title {
	max-width: 760px;
}

@media (max-width: 767px) {
	body.page-recruit .recruit-lead {
		font-size: 14.5px;
		margin-bottom: 28px;
	}

	body.page-recruit .recruit-cta {
		margin-top: 28px;
	}
}
