@charset "UTF-8";

/* 採用ご担当者向けLP（ヘッダ未設置） */
body.page_for_company {
	background: #fff;
	color: #333;
}
body.page_for_company #wrapper {
	background: #fff;
}
body.page_for_company a:hover {
	opacity: 1;
}

.co-wrap {
	font-feature-settings: "palt";
}
.co-inner {
	width: min(1080px, calc(100% - 48px));
	margin: 0 auto;
}

/* ----- hero ----- */
.co-hero {
	position: relative;
	min-height: 560px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-bottom: 4px solid #629b0d;
}
.co-hero-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 78% 50%;
}
.co-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.94) 0%,
		rgba(255, 255, 255, 0.78) 34%,
		rgba(255, 255, 255, 0.18) 58%,
		rgba(255, 255, 255, 0) 72%
	);
}
.co-hero-body {
	position: relative;
	z-index: 2;
	width: min(1080px, calc(100% - 48px));
	margin: 0 auto;
	padding: 56px 0 64px;
}
.co-hero-label {
	display: inline-block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #629b0d;
	border-bottom: 2px solid #629b0d;
	padding-bottom: 4px;
	margin-bottom: 22px;
}
.co-hero h1 {
	margin: 0 0 18px;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: clamp(1.7rem, 3.2vw, 2.45rem);
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0.06em;
	color: #222;
	max-width: 14em;
}
.co-hero h1 span {
	color: #629b0d;
}
.co-hero-lead {
	margin: 0 0 32px;
	max-width: 22em;
	font-size: 1rem;
	line-height: 1.95;
	color: #444;
}
.co-hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
}

.co-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	height: 56px;
	padding: 0 28px;
	background: #fc8505;
	color: #fff !important;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	border: 1px solid #fc8505;
	border-radius: 4px;
	text-decoration: none !important;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.12);
}
.co-btn:hover {
	background: #e67600;
	border-color: #e67600;
	color: #fff !important;
}
.co-btn-lg {
	min-width: 320px;
	height: 60px;
	font-size: 1.12rem;
}
.co-login {
	color: #555 !important;
	font-size: 0.88rem;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.co-login:hover {
	color: #629b0d !important;
}

/* ----- sections ----- */
.co-block {
	padding: 72px 0;
}
.co-block h2 {
	margin: 0 0 28px;
	font-size: 1.45rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #222;
	text-align: center;
}
.co-block h2::after {
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #629b0d;
	margin: 14px auto 0;
}

.co-prose {
	max-width: 38em;
	margin: 0 auto;
	font-size: 1rem;
	line-height: 2;
	color: #444;
	text-align: center;
}
.co-prose p + p {
	margin-top: 1.2em;
}

.co-founder-block {
	background: #f7f7f4;
}
.co-founder {
	display: grid;
	grid-template-columns: minmax(240px, 380px) 1fr;
	gap: 56px;
	align-items: center;
}
.co-founder-photo {
	margin: 0;
	overflow: hidden;
	aspect-ratio: 4 / 5;
	background: #e8e8e4;
}
.co-founder-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 54% 58%;
	display: block;
}
.co-founder-body h2 {
	text-align: left;
	margin-bottom: 22px;
	line-height: 1.6;
}
.co-founder-body h2::after {
	margin-left: 0;
	margin-right: auto;
}
.co-founder-body p {
	margin: 0 0 1.1em;
	line-height: 2;
	color: #444;
}
.co-founder-body blockquote {
	margin: 0 0 1.1em;
	padding: 0 0 0 1em;
	border-left: 3px solid #629b0d;
	font-size: 1.02rem;
	line-height: 1.9;
	color: #222;
	font-weight: 700;
}
.co-btn-ghost {
	background: #fff;
	color: #333 !important;
	border-color: #333;
	box-shadow: none;
	min-width: 240px;
	margin-top: 8px;
}
.co-btn-ghost:hover {
	background: #629b0d;
	border-color: #629b0d;
	color: #fff !important;
}

.co-table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 0 24px;
}
.co-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-size: 0.92rem;
	line-height: 1.7;
}
.co-table th,
.co-table td {
	padding: 16px 14px;
	border-bottom: 1px solid #e4e4e4;
	text-align: left;
	vertical-align: top;
}
.co-table thead th {
	font-weight: 700;
	background: #f7f7f4;
	border-bottom: 2px solid #d8d8d4;
	text-align: center;
}
.co-table tbody th {
	width: 9em;
	white-space: nowrap;
	font-weight: 700;
	color: #333;
	background: #fafafa;
}
.co-table .is-main {
	background: #f3f8ea;
	color: #222;
	font-weight: 700;
	text-align: center;
}
.co-table thead .is-main {
	background: #629b0d;
	color: #fff;
	border-bottom-color: #629b0d;
}
.co-table tbody td {
	text-align: center;
	color: #555;
}
.co-table-note {
	margin: 0;
	text-align: center;
	line-height: 1.95;
	color: #444;
}

.co-split {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 48px;
	align-items: center;
}
.co-split img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: center;
	display: block;
}
.co-split h2 {
	text-align: left;
}
.co-split h2::after {
	margin-left: 0;
	margin-right: auto;
}
.co-split p {
	margin: 0 0 1.1em;
	line-height: 2;
	color: #444;
}
.co-split p:last-child {
	margin-bottom: 0;
}

.co-jobs {
	background: #f7f7f4;
}
.co-job-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 8px;
}
.co-job {
	text-align: center;
}
.co-job img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 12px;
}
.co-job span {
	display: block;
	font-size: 0.8rem;
	color: #666;
	line-height: 1.6;
	margin-top: 10px;
}

.co-flow-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	counter-reset: step;
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}
.co-flow-list li {
	position: relative;
	padding: 0 24px 0 0;
	counter-increment: step;
}
.co-flow-list li::before {
	content: counter(step);
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
	color: #629b0d;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
.co-flow-list li + li::after {
	content: "";
	position: absolute;
	left: -16px;
	top: 16px;
	width: 12px;
	height: 1px;
	background: #c5c5c5;
}
.co-flow-list strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 6px;
}
.co-flow-list span {
	display: block;
	font-size: 0.85rem;
	color: #666;
	line-height: 1.7;
}

.co-price {
	text-align: center;
	background: #f7f7f4;
}
.co-price-num {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	color: #222;
	line-height: 1.5;
}
.co-price-num em {
	font-style: normal;
	color: #629b0d;
	font-size: 1.25em;
}
.co-price p {
	margin: 0 auto 32px;
	max-width: 32em;
	line-height: 1.95;
	color: #555;
}

.co-faq {
	max-width: 720px;
	margin: 0 auto;
}
.co-faq dl {
	margin: 0;
}
.co-faq dt {
	padding: 22px 0 8px;
	font-weight: 700;
	border-top: 1px solid #e4e4e4;
}
.co-faq dt:first-child {
	border-top: 0;
	padding-top: 0;
}
.co-faq dd {
	margin: 0 0 8px;
	padding-bottom: 8px;
	line-height: 1.9;
	color: #555;
}

.co-close {
	background: #2a2a2a;
	color: #fff;
	text-align: center;
	padding: 72px 0 76px;
}
.co-close h2 {
	color: #fff;
	margin-bottom: 12px;
}
.co-close h2::after {
	background: #629b0d;
}
.co-close p {
	margin: 0 auto 28px;
	max-width: 28em;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.78);
}
.co-close .co-login {
	display: inline-block;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.72) !important;
}
.co-close .co-login:hover {
	color: #fff !important;
}

@media screen and (max-width: 960px) {
	.co-founder,
	.co-split,
	.co-job-list,
	.co-flow-list {
		grid-template-columns: 1fr 1fr;
	}
	.co-founder {
		gap: 28px;
	}
	.co-split img {
		height: 260px;
	}
	.co-flow-list li + li::after {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.co-inner {
		width: calc(100% - 32px);
	}
	.co-hero {
		min-height: 0;
		display: block;
		border-bottom: 0;
	}
	.co-hero-img {
		position: relative;
		height: 240px;
		object-position: 80% 40%;
	}
	.co-hero::before {
		display: none;
	}
	.co-hero-body {
		width: auto;
		padding: 28px 16px 36px;
		background: #fff;
		border-bottom: 4px solid #629b0d;
	}
	.co-hero h1 {
		max-width: none;
	}
	.co-hero-lead {
		max-width: none;
	}
	.co-btn,
	.co-btn-lg,
	.co-btn-ghost {
		width: 100%;
		min-width: 0;
	}
	.co-block {
		padding: 48px 0;
	}
	.co-founder,
	.co-split,
	.co-job-list,
	.co-flow-list {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.co-founder-photo {
		max-width: 320px;
		margin: 0 auto;
	}
	.co-founder-body h2,
	.co-split h2 {
		text-align: center;
	}
	.co-founder-body h2::after,
	.co-split h2::after {
		margin-left: auto;
	}
	.co-founder-body br {
		display: none;
	}
	.co-close {
		padding: 48px 0 56px;
	}
}
