/**
 * HR Support (page-hr-support.php)
 * Enqueued after tokumori-service-detail / tokumori-rpo-bpo.
 * Figma PC 1441:47948 / SP 1441:47009
 */

:root {
	--hr-red: #af322c;
	--hr-hot: #ff351a;
	--hr-soft: #ffede9;
	--hr-mid: #2e99eb;
	--hr-mid-bg: #7cafff;
	--hr-mid-soft: #f4f8ff;
	--hr-blush: #faf5f6;
	--hr-text: #333333;
	--hr-muted: #838586;
	--hr-mark: #fffd8c;
	--hr-max: 1274px;
}

/* -------------------------------------------------------------------------- */
/* Main stack — SP matches PC order
 * PC/SP: metrics → why → services → model
/* -------------------------------------------------------------------------- */

.p-hr-main {
	display: flex;
	flex-direction: column;
}

/* -------------------------------------------------------------------------- */
/* Breadcrumb — Figma 1441:47951
/* -------------------------------------------------------------------------- */

body.page-template-page-hr-support .c-svc-bc {
	padding: 10px 80px;
	background: #fff;
}

/* -------------------------------------------------------------------------- */
/* Hero — same MV geometry as 採用代行, HR red
/* Figma PC 1441:47961 / SP 1441:47022
/* -------------------------------------------------------------------------- */

.c-svc-hero--hr.c-svc-hero--hrnew {
	--fv: 1px;
	box-sizing: border-box;
	background: #fff;
	padding: calc(40 * var(--fv)) calc(80 * var(--fv)) calc(72 * var(--fv));
	color: var(--hr-text);
}

.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__inner {
	max-width: calc(1274 * var(--fv));
	grid-template-columns: auto minmax(0, 1fr);
	gap: calc(80 * var(--fv));
	align-items: center;
}

.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__copy {
	box-sizing: border-box;
	gap: calc(40 * var(--fv));
	width: max-content;
	max-width: none;
	color: var(--hr-text);
	justify-self: start;
}

.c-svc-hero--hrnew .c-svc-hero__logos {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 16px;
}

.c-svc-hero--hrnew .c-svc-hero__logo {
	display: block;
	width: calc(246 * var(--fv));
	height: calc(40 * var(--fv));
	max-width: calc(246 * var(--fv));
	object-fit: contain;
}

.c-svc-hero--hrnew .c-svc-hero__intro {
	display: flex;
	flex-direction: column;
	gap: calc(40 * var(--fv));
	width: 100%;
}

.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__title {
	margin: 0;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: calc(48 * var(--fv));
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	color: var(--hr-text);
	isolation: isolate;
}

.c-svc-hero--hrnew .c-svc-hero__title-em {
	position: relative;
	display: inline;
	font-size: calc(64 * var(--fv));
	letter-spacing: 0;
	line-height: 1.3;
}

.c-svc-hero--hrnew .c-svc-hero__title-tail {
	font-size: calc(48 * var(--fv));
	letter-spacing: 0;
	line-height: 1.3;
}

.c-svc-hero--hrnew .c-svc-hero__title-mark::after {
	bottom: 0.18em;
	height: calc(12 * var(--fv));
	background: var(--hr-mark);
}

.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__lead {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: calc(16 * var(--fv));
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
}

@media (min-width: 768px) {
	.c-svc-hero--hrnew .c-svc-hero__lead.c-svc-show-pc {
		display: block;
		white-space: nowrap;
	}

	.c-svc-hero--hrnew .c-svc-hero__lead.c-svc-show-sp {
		display: none;
	}
}

.c-svc-btn--outline-hr {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 24px;
	min-height: 59px;
	padding: 20px 28px 20px 40px;
	border: 1px solid var(--hr-red);
	border-radius: 37px;
	background: #fff;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-red);
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.c-svc-btn--outline-hr:hover,
.c-svc-btn--outline-hr:focus-visible {
	opacity: 0.9;
	text-decoration: none;
	color: var(--hr-red);
}

.c-svc-btn--outline-hr:active {
	transform: translateY(1px);
}

.c-svc-btn--outline-hr .c-svc-btn__chev {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-left: 0;
	border: 0;
	border-radius: 50%;
	background: var(--hr-red);
	transform: none;
	flex-shrink: 0;
}

.c-svc-btn--outline-hr .c-svc-btn__chev::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	margin-left: -1px;
}

/* Same frame / plate offsets as 採用代行 (Figma 1382:40730), HR red. */
.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__illust {
	--saiyo-illust-w: 95.316%;
	--saiyo-illust-photo-right: 4.577%;
	--saiyo-illust-blue-right: 2.236%;
	--saiyo-illust-blue-top: 4.274%;
	--saiyo-illust-radius: 3.747cqw;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: calc(559 * var(--fv));
	min-width: 0;
	aspect-ratio: 558.65 / 409.5;
	justify-self: end;
	overflow: hidden;
	container-type: inline-size;
	container-name: hr-illust;
}

.c-svc-hero--hrnew .c-svc-hero__illust-bg,
.c-svc-hero--hrnew .c-svc-hero__illust-photo {
	background: var(--hr-red);
}

.c-svc-hero--hrnew .c-svc-hero__illust-tint,
.c-svc-hero--hrnew .c-svc-hero__illust-reveal-tint {
	background: var(--hr-red);
}

.c-svc-hero--hrnew .c-svc-hero__illust-tint {
	opacity: 0.4;
}

.c-svc-hero--hrnew .c-svc-hero__illust.is-saiyo-page-turning {
	overflow: visible;
}

.c-svc-hero--hrnew .c-svc-hero__scroll {
	z-index: 6;
}

@media (prefers-reduced-motion: reduce) {
	.c-svc-hero--hrnew .c-svc-hero__illust-photo,
	.c-svc-hero--hrnew .c-svc-hero__egg,
	.c-svc-hero--hrnew .c-svc-hero__scroll {
		display: none;
	}

	.c-svc-hero--hrnew .c-svc-hero__illust-reveal {
		opacity: 1;
		transform: none;
	}

	.c-svc-hero--hrnew .c-svc-hero__scroll-dot {
		animation: none;
	}
}

@media (min-width: 1101px) {
	.c-svc-hero--hr.c-svc-hero--hrnew {
		--fv: min(1px, 100vw / 1440);
	}
}

@media (max-width: 1100px) {
	.c-svc-hero--hr.c-svc-hero--hrnew {
		padding: 56px 24px;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__inner {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		gap: 32px;
		align-items: stretch;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__copy {
		width: 100%;
		max-width: none;
		gap: 32px;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__illust {
		order: 1;
		width: 100%;
		max-width: 559px;
		margin-inline: auto;
		justify-self: unset;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__lead,
	.c-svc-hero--hrnew .c-svc-hero__lead.c-svc-show-pc {
		white-space: normal;
	}
}

/* -------------------------------------------------------------------------- */
/* Metrics / cases — Figma PC 1441:47989 / SP 1441:47064
/* -------------------------------------------------------------------------- */

.c-svc-section--hr-metrics {
	padding: 80px 100px;
	background: #fff;
}

.c-svc-section--hr-metrics > .c-svc-section__inner {
	max-width: 1240px;
	gap: 80px;
}

.c-svc-hr-metrics-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 56px;
	width: 100%;
	max-width: 1098px;
	margin: 0 auto;
}

.c-svc-section--hr-metrics .c-svc-section__head {
	gap: 24px;
	max-width: 1020px;
}

.c-svc-section--hr-metrics .c-svc-section__title {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--hr-text);
}

.c-svc-section--hr-metrics .c-svc-section__lead {
	max-width: 1020px;
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
}

.c-svc-hr-metrics {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

.c-svc-hr-metrics__rows {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
}

.c-svc-hr-wreath {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 100%;
}

.c-svc-hr-wreath__leaf {
	flex: 0 0 40px;
	width: 40px;
	height: 96px;
	background: url("../img/rpo/metric-laurel-l.svg") center / contain no-repeat;
}

.c-svc-hr-wreath__leaf--r {
	background-image: url("../img/rpo/metric-laurel-r.svg");
}

.c-svc-hr-wreath__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	min-width: 0;
}

.c-svc-hr-metrics__axis {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
	text-align: center;
	white-space: nowrap;
}

.c-svc-hr-metric__axis-sp {
	display: none;
}

.c-svc-hr-metrics__pair {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.c-svc-hr-metric--inline {
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-svc-hr-metric__topline {
	display: flex;
	align-items: center;
	gap: 4px;
}

.c-svc-hr-metric__pill {
	margin: 0;
	padding: 4px 10px;
	border-radius: 50px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--hr-text);
	white-space: nowrap;
}

.c-svc-hr-metric--newgrad .c-svc-hr-metric__pill {
	background: #ffede9;
}

.c-svc-hr-metric--mid .c-svc-hr-metric__pill {
	background: #f4f8ff;
}

.c-svc-hr-metric__value {
	margin: 0;
	display: inline-flex;
	align-items: baseline;
	color: var(--hr-text);
	letter-spacing: 1.2px;
	line-height: 0.9;
	white-space: nowrap;
}

.c-svc-hr-metric__num {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-size: clamp(10px, calc(70 * 100vw / 410), 70px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 0.9;
}

.c-svc-hr-metric__unit {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 0.9;
	padding-bottom: 0.12em;
}

.c-svc-hr-metrics__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
	width: 100%;
}

.c-svc-hr-wreath--copy,
.c-svc-hr-wreath--split {
	flex: 0 1 auto;
	width: auto;
}

.c-svc-hr-wreath--copy .c-svc-hr-wreath__main {
	align-items: flex-start;
	gap: 8px;
}

.c-svc-hr-wreath--split .c-svc-hr-wreath__main {
	align-items: flex-start;
	gap: 8px;
}

.c-svc-hr-wreath__split {
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-svc-hr-metric__text {
	margin: 0;
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--hr-text);
	text-align: center;
}

.c-svc-hr-metric__desc {
	margin: 0;
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
}

.c-svc-hr-metric__sub {
	margin: 0;
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
}

.c-svc-hr-metric__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
}

.c-svc-hr-metrics .c-svc-metrics__note {
	align-self: flex-end;
	margin-top: 0;
	color: var(--hr-muted);
}

.c-svc-hr-cases {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
}

.c-svc-section--hr-metrics .c-svc-section__sub {
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
	letter-spacing: 0;
	color: var(--hr-text);
}

.c-svc-section--hr-metrics .c-svc-section__actions {
	display: flex;
	justify-content: center;
	width: 100%;
}

@media (min-width: 768px) {
	.c-svc-section--hr-metrics .c-svc-section__lead.c-svc-show-pc {
		display: block;
	}

	.c-svc-section--hr-metrics .c-svc-section__lead.c-svc-show-sp {
		display: none;
	}
}

@media (max-width: 1100px) {
	.c-svc-section--hr-metrics {
		padding: 64px 24px;
	}

	.c-svc-hr-metric__num {
		font-size: clamp(10px, calc(52 * 100vw / 410), 52px);
	}

	.c-svc-hr-metric__text {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	}
}

/* -------------------------------------------------------------------------- */
/* Why / download CTA
/* -------------------------------------------------------------------------- */

.c-svc-section--hr-why {
	background: #fff;
	border-top: 1px solid var(--hr-red);
}

.c-svc-section--hr-why .c-svc-section__title {
	color: var(--hr-text);
}

.c-svc-section--hr-why .c-svc-section__title-em,
.c-svc-section--hr-services .c-svc-section__title-em {
	color: var(--hr-red);
}

.c-svc-dl-card {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: 486px;
	height: 120px;
	min-height: 120px;
	padding: 24px 0 24px 24px;
	border-radius: 8px;
	background: linear-gradient(96.5deg, #fe6760 0%, #af322c 100%);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: opacity 0.2s ease;
}

.c-svc-dl-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	width: min(100%, 312px);
	min-width: 0;
	z-index: 1;
}

.c-svc-dl-card__eyebrow {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: #fff;
}

.c-svc-dl-card__title {
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	white-space: nowrap;
}

/* Figma 1448:44494 — cta-illust 211×180 at x:275 / y:-30 */
.c-svc-dl-card__illust {
	position: absolute;
	top: -30px;
	right: 0;
	display: block;
	width: 211px;
	height: 180px;
	object-fit: contain;
	object-position: left top;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

.c-svc-dl-card:hover,
.c-svc-dl-card:focus-visible {
	opacity: 0.92;
	text-decoration: none;
	color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Two services — Figma PC 1441:57614 / 1448:44193 · SP 1448:45339
/* -------------------------------------------------------------------------- */

.c-svc-section--hr-services {
	padding: 80px clamp(24px, 5.5vw, 80px);
	background: var(--hr-blush);
}

.c-svc-section--hr-services > .c-svc-section__inner {
	max-width: 1280px;
	gap: 56px;
}

.c-svc-section--hr-services .c-svc-section__title {
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	letter-spacing: 1.2px;
	line-height: 1.6;
}

.c-svc-hr-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 80px;
	width: 100%;
	padding: 64px;
	border-radius: 8px;
	background: #fff;
}

.c-svc-hr-card__labels {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

.c-svc-hr-card__pill {
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 4px 16px;
	border-radius: 50px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
	color: var(--hr-text);
}

.c-svc-hr-card--s01 .c-svc-hr-card__pill {
	background: var(--hr-soft);
}

.c-svc-hr-card--s02 .c-svc-hr-card__pill {
	background: var(--hr-mid-soft);
}

.c-svc-hr-card__brand {
	display: block;
	height: 40px;
	width: auto;
	max-width: 246px;
	object-fit: contain;
}

.c-svc-hr-card__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 427px;
	gap: 80px;
	align-items: start;
	width: 100%;
}

.c-svc-hr-card--s01 .c-svc-hr-card__top {
	gap: 10px;
}

.c-svc-hr-card__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	min-width: 0;
}

.c-svc-hr-card__catch {
	margin: 0;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--hr-text);
	isolation: isolate;
}

.c-svc-hr-card__catch-mark {
	position: relative;
	display: inline;
	z-index: 0;
}

.c-svc-hr-card__catch-mark::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0.18em;
	height: 8px;
	background: var(--hr-mark);
}

.c-svc-hr-card--s01 .c-svc-hr-card__catch-mark::after {
	bottom: -0.2em;
}

.c-svc-hr-card__body {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
}

.c-svc-hr-card__body.c-svc-show-pc {
	display: block;
}

.c-svc-hr-card__body.c-svc-show-sp {
	display: none;
}

.c-svc-chips--hr {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-svc-hr-card .c-svc-chips--hr li {
	margin: 0;
	padding: 4px 12px;
	border-radius: 8px;
	background: #f6f6f6;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
	color: var(--hr-text);
}

/* Illust — same geometry as midcareer/newgrad/rpo
 * Figma Rectangle 577: rotate −4° → CSS rotate(4deg) CW
 */
.c-svc-hr-card__illust {
	--hr-card-illust-w: 95.316%;
	--hr-card-photo-right: 4.577%;
	--hr-card-bg-right: 2.236%;
	--hr-card-bg-top: 4.274%;
	--hr-card-radius: 3.747cqw;
	position: relative;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: 427px;
	aspect-ratio: 427 / 313;
	justify-self: end;
	overflow: hidden;
	container-type: inline-size;
	container-name: hr-card-illust;
}

.c-svc-hr-card__illust-bg {
	position: absolute;
	z-index: 0;
	top: var(--hr-card-bg-top);
	right: var(--hr-card-bg-right);
	left: auto;
	width: var(--hr-card-illust-w);
	aspect-ratio: 407 / 288;
	border-radius: var(--hr-card-radius);
	transform: rotate(4deg);
	transform-origin: center center;
	pointer-events: none;
}

.c-svc-hr-card--s01 .c-svc-hr-card__illust-bg {
	background: var(--hr-hot);
}

.c-svc-hr-card--s02 .c-svc-hr-card__illust-bg {
	background: var(--hr-mid-bg);
}

.c-svc-hr-card__illust-photo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: var(--hr-card-photo-right);
	left: auto;
	display: block;
	width: var(--hr-card-illust-w);
	aspect-ratio: 407 / 286;
	border-radius: var(--hr-card-radius);
	overflow: hidden;
}

.c-svc-hr-card__illust-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Achievement / stats */
.c-svc-hr-stats {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 0;
	width: 100%;
}

.c-svc-hr-stats__banner {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
}

.c-svc-hr-stats__banner > img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	filter: brightness(0.5);
}

.c-svc-hr-stats__banner figcaption {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 16px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

.c-svc-hr-stats__banner figcaption img {
	display: block;
	height: 40px;
	width: auto;
}

.c-svc-hr-stats__head {
	display: none;
}

.c-svc-hr-stats__row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	width: 100%;
}

.c-svc-hr-stats__row--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.c-svc-hr-stat {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 16px;
	min-height: 180px;
	padding: 24px;
	border-radius: 0 8px 8px 0;
	background: var(--hr-blush);
	text-align: left;
}

.c-svc-hr-card--s02 .c-svc-hr-stat {
	background: var(--hr-mid-soft);
}

.c-svc-hr-stat__label {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.8;
	color: var(--hr-text);
}

.c-svc-hr-stat__value {
	margin: 0;
	display: inline-flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0;
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-size: clamp(10px, calc(32 * 100vw / 410), 32px);
	font-weight: 500;
	line-height: 1;
	color: var(--hr-text);
}

.c-svc-hr-stat__value span {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-size: clamp(10px, calc(90 * 100vw / 410), 90px);
	font-weight: 300;
	line-height: 1;
	color: #000;
}

.c-svc-hr-stat__value span.is-text {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(56 * 100vw / 410), 56px);
	font-weight: 300;
	line-height: 1.3;
	color: #000;
}

.c-svc-hr-stat__value span.is-unit {
	font-size: clamp(10px, calc(32 * 100vw / 410), 32px);
	font-weight: 500;
}

.c-svc-hr-stat__value span.is-tilde {
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 500;
	margin: 0 2px;
}

.c-svc-hr-stat__icon {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: block;
	width: 30px;
	height: 30px;
}

.c-svc-hr-stats__note {
	margin: 4px 0 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 400;
	line-height: 1.6;
	color: var(--hr-muted);
	text-align: right;
}

.c-svc-hr-stats__note--sp {
	display: none;
}

.c-svc-section--hr-services .c-svc-cta-pair {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	width: 100%;
}

.c-svc-section--hr-services .c-svc-cta-link {
	flex: 1 1 0;
	max-width: 556px;
	width: auto;
	min-height: 180px;
	height: auto;
	padding: 24px;
	gap: 16px;
	justify-content: flex-start;
}

.c-svc-section--hr-services .c-svc-cta-link__eyebrow {
	position: static;
	top: auto;
	left: auto;
	transform: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 35px;
	padding: 4px 16px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #d9d9d9;
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 700;
	line-height: 1.8;
	color: #000;
}

.c-svc-section--hr-services .c-svc-cta-link--ghost .c-svc-cta-link__eyebrow {
	background: #fff;
	border: 1px solid #d9d9d9;
	color: #000;
}

.c-svc-section--hr-services .c-svc-cta-link__copy {
	gap: 4px;
	max-width: none;
}

.c-svc-section--hr-services .c-svc-cta-link__chev {
	top: auto;
	bottom: 24px;
	transform: none;
}

.c-svc-cta-link--fill .c-svc-cta-link__eyebrow {
	border-color: transparent;
	background: #fff;
	color: var(--hr-text);
}

.c-svc-cta-link--hr {
	background: var(--hr-hot);
	border-color: var(--hr-hot);
	color: #fff;
}

.c-svc-cta-link--mid {
	background: var(--hr-mid);
	border-color: var(--hr-mid);
	color: #fff;
}

.c-svc-cta-link--hr-ghost,
.c-svc-cta-link--mid-ghost {
	background: #fff;
	border-color: var(--hr-text);
	color: var(--hr-text);
}

.c-svc-cta-link--hr:hover,
.c-svc-cta-link--hr:focus-visible,
.c-svc-cta-link--mid:hover,
.c-svc-cta-link--mid:focus-visible {
	color: #fff;
}

.c-svc-cta-link {
	position: relative;
}

.c-svc-cta-link__eyebrow {
	position: absolute;
	top: -14px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	padding: 4px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid currentColor;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	white-space: nowrap;
}

.c-svc-cta-link--fill .c-svc-cta-link__eyebrow {
	border-color: transparent;
	color: var(--hr-text);
}

.c-svc-section--hr-services .c-svc-cta-link--fill .c-svc-cta-link__eyebrow {
	border-radius: 8px;
	border: 1px solid #d9d9d9;
	background: #fff;
	color: #000;
}

.c-svc-cta-link--hr:hover,
.c-svc-cta-link--hr:focus-visible,
.c-svc-cta-link--mid:hover,
.c-svc-cta-link--mid:focus-visible {
	color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Business model — Figma PC 1448:44635 / SP 1599:51465
/* -------------------------------------------------------------------------- */

.c-svc-section--hr-model {
	padding: 80px clamp(24px, 5.5vw, 80px);
	background: #fff;
}

.c-svc-section--hr-model > .c-svc-section__inner {
	max-width: 1280px;
	gap: 56px;
}

.c-svc-section--hr-model .c-svc-section__title {
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
}

.c-svc-section--hr-model .c-svc-section__lead {
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 400;
	color: var(--hr-muted);
}

.c-svc-section--hr-model .c-svc-model {
	--model-dash-tray: repeating-linear-gradient(
		90deg,
		#d2d3d3 0 2px,
		transparent 2px 4px
	);
	--model-dash-hot: repeating-linear-gradient(
		90deg,
		var(--hr-red) 0 2px,
		transparent 2px 4px
	);
	--model-dash-other: repeating-linear-gradient(
		90deg,
		#838586 0 2px,
		transparent 2px 4px
	);
	box-sizing: border-box;
	position: relative;
	container-type: inline-size;
	width: 100%;
	max-width: 1240px;
	min-height: 556px;
	padding: 0 0 17px;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.c-svc-section--hr-model .c-svc-model__tray {
	position: absolute;
	top: 77px;
	left: 0;
	right: 10px;
	bottom: 0;
	z-index: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 11px 16px 36px;
	border-radius: 8px;
	background: var(--hr-blush);
	pointer-events: none;
}

.c-svc-section--hr-model .c-svc-model__rule {
	display: block;
	flex: 0 0 64px;
	height: 64px;
	background-image: var(--model-dash-tray);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 1px;
}

.c-svc-section--hr-model .c-svc-model__labels {
	position: absolute;
	top: 88px;
	left: 16px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 130px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-svc-section--hr-model .c-svc-model__label {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 64px;
	padding: 0 8px;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
	white-space: nowrap;
}

.c-svc-section--hr-model .c-svc-model__cols {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	box-sizing: border-box;
	margin: 16px 20px 0 154px;
}

.c-svc-section--hr-model .c-svc-model__col {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.c-svc-section--hr-model .c-svc-model__col--tokumori {
	flex: 585 1 0;
	border: 1px solid var(--hr-red);
}

.c-svc-section--hr-model .c-svc-model__col--other {
	flex: 473 1 0;
	border: 1px solid #d9d9d9;
}

.c-svc-section--hr-model .c-svc-model__head {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: -1px -1px 0;
}

.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__head {
	height: 67px;
	padding: 16px 27px;
	background: var(--hr-red);
}

.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__head img {
	display: block;
	width: 200px;
	height: 35px;
	object-fit: contain;
}

.c-svc-section--hr-model .c-svc-model__col--other .c-svc-model__head {
	height: 64px;
	padding: 16px 27px;
	background: #eeeeee;
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--hr-text);
	text-align: center;
}

.c-svc-section--hr-model .c-svc-model__body {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0;
	padding: 20px 12px;
	list-style: none;
}

.c-svc-section--hr-model .c-svc-model__cell {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex: 0 0 64px;
	height: 64px;
	padding: 0 4px;
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	letter-spacing: 1.2px;
	line-height: 1.8;
	text-align: center;
	color: var(--hr-text);
	overflow-wrap: anywhere;
}

.c-svc-section--hr-model .c-svc-model__cell::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 48px;
	height: 1px;
	background-repeat: repeat-x;
	background-position: left center;
	background-size: auto 1px;
	pointer-events: none;
}

.c-svc-section--hr-model .c-svc-model__label:nth-child(2),
.c-svc-section--hr-model .c-svc-model__label:nth-child(3),
.c-svc-section--hr-model .c-svc-model__label:nth-child(5),
.c-svc-section--hr-model .c-svc-model__cell:nth-child(2),
.c-svc-section--hr-model .c-svc-model__cell:nth-child(3),
.c-svc-section--hr-model .c-svc-model__cell:nth-child(5),
.c-svc-section--hr-model .c-svc-model__rule:nth-child(2),
.c-svc-section--hr-model .c-svc-model__rule:nth-child(3),
.c-svc-section--hr-model .c-svc-model__rule:nth-child(5) {
	flex-basis: 97px;
	height: 97px;
}

.c-svc-section--hr-model .c-svc-model__label:nth-child(2),
.c-svc-section--hr-model .c-svc-model__label:nth-child(5) {
	white-space: normal;
}

.c-svc-section--hr-model .c-svc-model__cell:nth-child(2)::after,
.c-svc-section--hr-model .c-svc-model__cell:nth-child(3)::after,
.c-svc-section--hr-model .c-svc-model__cell:nth-child(5)::after {
	top: 96px;
}

.c-svc-section--hr-model .c-svc-model__cell:last-child {
	flex-basis: 48px;
	height: 48px;
}

.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__cell {
	font-weight: 700;
}

.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__cell::after {
	background-image: var(--model-dash-hot);
}

.c-svc-section--hr-model .c-svc-model__col--other .c-svc-model__cell {
	font-weight: 400;
}

.c-svc-section--hr-model .c-svc-model__col--other .c-svc-model__cell::after {
	background-image: var(--model-dash-other);
}

@media (max-width: 1100px) and (min-width: 768px) {
	.c-svc-section--hr-model {
		padding: 80px 40px;
	}

	.c-svc-section--hr-model .c-svc-model__cols {
		margin-left: 120px;
		margin-right: 8px;
	}

	.c-svc-section--hr-model .c-svc-model__labels {
		width: 104px;
	}

	.c-svc-section--hr-model .c-svc-model__label {
		font-size: clamp(8px, calc(12 * 100vw / 410), 12px);
		letter-spacing: 0.4px;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: keep-all;
		line-break: strict;
	}

	.c-svc-section--hr-model .c-svc-model__cell {
		font-size: clamp(10px, calc(15 * 100vw / 410), 15px);
		letter-spacing: 0.4px;
		overflow-wrap: anywhere;
		word-break: keep-all;
		line-break: strict;
	}

	.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__head img {
		width: 170px;
		height: 30px;
	}
}

/* -------------------------------------------------------------------------- */
/* SP
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/* Logos — Figma PC 1441:47983 / SP 1441:47055
/* -------------------------------------------------------------------------- */

body.page-template-page-hr-support .c-svc-logos--saiyo {
	padding: 48px 0;
	background: var(--hr-blush);
	gap: 30px;
}

body.page-template-page-hr-support .c-svc-logos--saiyo .c-svc-logos__title-num {
	color: var(--hr-red);
}

body.page-template-page-hr-support .c-svc-logos--saiyo .c-svc-logos__title-text {
	font-family: var(--tokumori-font-display);
}

@media (max-width: 767px) {
	.p-hr-main > .c-svc-hero--hr {
		order: 1;
	}

	.p-hr-main > .c-svc-logos--saiyo {
		order: 2;
	}

	.p-hr-main > .c-svc-section--hr-metrics {
		order: 3;
	}

	.p-hr-main > .c-svc-section--hr-why {
		order: 4;
	}

	.p-hr-main > .c-svc-section--hr-services {
		order: 5;
	}

	.p-hr-main > .c-svc-section--hr-model {
		order: 6;
	}

	body.page-template-page-hr-support .c-svc-bc {
		padding: 12px 16px;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew {
		padding: 56px 24px;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__copy {
		gap: 32px;
		align-items: stretch;
	}

	.c-svc-hero--hrnew .c-svc-hero__logos {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-self: center;
		width: auto;
		gap: 16px;
	}

	.c-svc-hero--hrnew .c-svc-hero__logo--tenshoku {
		order: -1;
	}

	.c-svc-hero--hrnew .c-svc-hero__logo {
		width: 246px;
		height: 40px;
	}

	.c-svc-hero--hrnew .c-svc-hero__intro {
		gap: 24px;
		align-items: center;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-hero--hrnew .c-svc-hero__title-em {
		font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	}

	.c-svc-hero--hrnew .c-svc-hero__title-tail {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-svc-hero--hrnew .c-svc-hero__title-mark::after {
		left: 50%;
		right: auto;
		width: 312px;
		max-width: 100%;
		height: 12px;
		bottom: 0.22em;
		transform: translateX(-50%);
	}

	.c-svc-hero--hrnew .c-svc-hero__lead.c-svc-show-pc {
		display: none;
	}

	.c-svc-hero--hrnew .c-svc-hero__lead.c-svc-show-sp {
		display: block;
		width: 100%;
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
		white-space: normal;
	}

	.c-svc-btn--outline-hr {
		width: 100%;
		max-width: 362px;
		margin-inline: auto;
		height: auto;
		min-height: 0;
		padding: 12px 20px 12px 32px;
		justify-content: space-between;
		gap: 8px;
	}

	.c-svc-hero--hr.c-svc-hero--hrnew .c-svc-hero__illust {
		--saiyo-illust-w: 95.417%;
		--saiyo-illust-photo-right: 4.583%;
		--saiyo-illust-blue-right: 2.21%;
		--saiyo-illust-blue-top: 4.406%;
		--saiyo-illust-radius: 5.782cqw;
		order: 1;
		flex: none;
		align-self: center;
		width: min(362px, 100%);
		min-width: 0;
		max-width: 362px;
		height: auto;
		margin: 0 auto;
		aspect-ratio: 362 / 261;
		overflow: visible;
	}

	body.page-template-page-hr-support .c-svc-logos--saiyo {
		padding: 40px 0;
	}

	.c-svc-section--hr-metrics {
		padding: 56px 16px;
	}

	.c-svc-section--hr-metrics > .c-svc-section__inner {
		gap: 80px;
	}

	.c-svc-hr-metrics-block {
		gap: 32px;
		max-width: 378px;
	}

	.c-svc-section--hr-metrics .c-svc-section__head {
		gap: 16px;
		align-items: center;
		text-align: center;
	}

	.c-svc-section--hr-metrics .c-svc-section__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		text-align: center;
	}

	.c-svc-section--hr-metrics .c-svc-section__lead.c-svc-show-pc {
		display: none;
	}

	.c-svc-section--hr-metrics .c-svc-section__lead.c-svc-show-sp {
		display: block;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	}

	.c-svc-hr-metrics {
		gap: 24px;
		max-width: 367px;
		margin-inline: auto;
	}

	.c-svc-hr-metrics__rows {
		display: contents;
	}

	.c-svc-hr-wreath--pair {
		display: contents;
	}

	.c-svc-hr-wreath--pair > .c-svc-hr-wreath__leaf,
	.c-svc-hr-wreath--pair .c-svc-hr-metrics__axis {
		display: none;
	}

	.c-svc-hr-wreath--pair .c-svc-hr-wreath__main {
		display: contents;
	}

	.c-svc-hr-metrics__pair {
		display: flex;
		flex-direction: column;
		gap: 24px;
		width: 100%;
	}

	.c-svc-hr-metric--inline {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		grid-template-rows: auto auto;
		column-gap: 24px;
		row-gap: 4px;
		align-items: center;
		justify-items: center;
		width: 100%;
	}

	.c-svc-hr-metric--inline::before,
	.c-svc-hr-metric--inline::after {
		content: "";
		grid-row: 1 / -1;
		width: 40px;
		height: 96px;
		background: url("../img/rpo/metric-laurel-l.svg") center / contain no-repeat;
	}

	.c-svc-hr-metric--inline::before {
		grid-column: 1;
	}

	.c-svc-hr-metric--inline::after {
		grid-column: 3;
		background-image: url("../img/rpo/metric-laurel-r.svg");
	}

	.c-svc-hr-metric--inline .c-svc-hr-metric__topline,
	.c-svc-hr-metric--inline .c-svc-hr-metric__value {
		grid-column: 2;
	}

	.c-svc-hr-metric__axis-sp {
		display: block;
		margin: 0;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
		white-space: nowrap;
	}

	.c-svc-hr-metric__more {
		display: none;
	}

	.c-svc-hr-metrics__bottom {
		display: contents;
	}

	.c-svc-hr-wreath--copy,
	.c-svc-hr-wreath--split {
		width: 100%;
		justify-content: space-between;
		gap: 0;
	}

	.c-svc-hr-wreath--copy .c-svc-hr-wreath__main,
	.c-svc-hr-wreath--split .c-svc-hr-wreath__main {
		flex: 1;
		min-width: 0;
		align-items: center;
		gap: 4px;
		text-align: center;
	}

	.c-svc-hr-wreath__split {
		align-items: center;
		justify-content: center;
		gap: 4px;
	}

	.c-svc-hr-metric__copy {
		align-items: center;
	}

	.c-svc-hr-metric__pill {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	}

	.c-svc-hr-metric__text {
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		text-align: center;
	}

	.c-svc-hr-metric__desc {
		font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-hr-metric__sub {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		line-height: 1.8;
	}

	.c-svc-hr-metric__num {
		font-size: clamp(10px, calc(60 * 100vw / 410), 60px);
	}

	.c-svc-hr-metric__unit {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	}

	.c-svc-hr-metrics .c-svc-metrics__note {
		align-self: center;
		text-align: center;
	}

	.c-svc-hr-cases {
		gap: 32px;
	}

	.c-svc-section--hr-metrics .c-svc-section__sub {
		font-family: var(--tokumori-font-display);
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		letter-spacing: 1.2px;
	}

	.c-svc-section--hr-metrics .c-svc-cases-head__mark {
		width: 34px;
	}

	.c-svc-section--hr-metrics .c-svc-cases-slider .c-card {
		flex-basis: 319px;
		width: 319px;
		max-width: 319px;
	}

	.c-svc-section--hr-metrics .c-svc-cases-slider__group,
	.c-svc-section--hr-metrics .c-svc-cases-slider.is-sp .c-svc-cases-slider__group {
		gap: 24px;
	}

	.c-svc-section--hr-metrics .c-svc-cases-slider__controls {
		margin-top: 32px;
		gap: 16px;
	}

	.c-svc-section--hr-metrics .c-svc-btn--outline-dark {
		width: 320px;
	}

	.c-svc-section--hr-why .c-svc-section__head,
	.c-svc-section--hr-services .c-svc-section__head,
	.c-svc-section--hr-model .c-svc-section__head {
		align-items: center;
		text-align: center;
	}

	.c-svc-section--hr-why .c-svc-section__title,
	.c-svc-section--hr-services .c-svc-section__title,
	.c-svc-section--hr-model .c-svc-section__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		text-align: center;
	}

	.c-svc-section--hr-model {
		padding: 56px 16px;
	}

	.c-svc-section--hr-model .c-svc-section__lead {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		line-height: 1.8;
		text-align: center;
	}

	.c-svc-section--hr-model .c-svc-model {
		container-type: inline-size;
		display: grid;
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.55fr) minmax(0, 1.25fr);
		grid-template-rows: 55px repeat(6, auto);
		column-gap: 6px;
		min-height: 0;
		padding: 16px 0 36px;
	}

	.c-svc-section--hr-model .c-svc-model__tray {
		top: 61px;
		right: 0;
		left: 0;
		padding: 16px 0 36px;
		background: #fff;
	}

	.c-svc-section--hr-model .c-svc-model__rule {
		display: none;
	}

	.c-svc-section--hr-model .c-svc-model__labels {
		position: static;
		display: grid;
		grid-template-rows: subgrid;
		grid-column: 1;
		grid-row: 2 / span 6;
		width: auto;
		z-index: 1;
	}

	.c-svc-section--hr-model .c-svc-model__label {
		display: grid;
		align-items: center;
		justify-items: start;
		height: auto;
		min-height: 0;
		padding: 8px 4px 8px 0;
		font-size: clamp(8px, calc(11 * 100cqi / 378), 12px);
		letter-spacing: 0;
		line-height: 1.45;
		white-space: normal;
		position: relative;
		overflow-wrap: anywhere;
		word-break: keep-all;
		line-break: strict;
	}

	.c-svc-section--hr-model .c-svc-model__label::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100cqw;
		bottom: 0;
		height: 1px;
		background-image: var(--model-dash-tray);
		background-repeat: repeat-x;
		background-position: left center;
		background-size: auto 1px;
		pointer-events: none;
		z-index: 0;
	}

	.c-svc-section--hr-model .c-svc-model__cols {
		display: contents;
		margin: 0;
		gap: 0;
	}

	.c-svc-section--hr-model .c-svc-model__col {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: 1 / span 7;
		overflow: visible;
		background: transparent;
		border: 0;
		border-radius: 0;
		z-index: 2;
	}

	.c-svc-section--hr-model .c-svc-model__col--tokumori {
		flex: none;
		grid-column: 2;
	}

	.c-svc-section--hr-model .c-svc-model__col--other {
		flex: none;
		grid-column: 3;
	}

	.c-svc-section--hr-model .c-svc-model__head {
		grid-row: 1;
		margin: 0;
		border-radius: 8px 8px 0 0;
	}

	.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__head {
		height: 55px;
		padding: 16px 8px;
	}

	.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__head img {
		width: min(130px, 100%);
		height: auto;
	}

	.c-svc-section--hr-model .c-svc-model__col--other .c-svc-model__head {
		height: 55px;
		padding: 16px 4px;
		background: var(--hr-muted);
		color: #fff;
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		white-space: nowrap;
	}

	.c-svc-section--hr-model .c-svc-model__body {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: 2 / span 6;
		padding: 0;
		background: #fff;
		border-style: solid;
		border-width: 0 1px 1px;
		border-radius: 0 0 8px 8px;
	}

	.c-svc-section--hr-model .c-svc-model__col--tokumori .c-svc-model__body {
		border-color: var(--hr-red);
	}

	.c-svc-section--hr-model .c-svc-model__col--other .c-svc-model__body {
		border-color: var(--hr-muted);
	}

	.c-svc-section--hr-model .c-svc-model__cell {
		display: grid;
		place-items: center;
		flex: none;
		height: auto;
		min-height: 0;
		padding: 8px 4px;
		font-size: clamp(8px, calc(11 * 100cqi / 378), 12px);
		letter-spacing: 0;
		line-height: 1.45;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: normal;
		line-break: strict;
	}

	.c-svc-section--hr-model .c-svc-model__cell:first-child {
		padding-top: 20px;
	}

	.c-svc-section--hr-model .c-svc-model__cell::after {
		top: auto;
		bottom: 0;
	}

	.c-svc-section--hr-model .c-svc-model__cell:last-child {
		flex-basis: auto;
		height: auto;
		padding-bottom: 20px;
	}

	.c-svc-section--hr-model .c-svc-model__col--other .c-svc-model__cell {
		color: var(--hr-muted);
	}

	.c-svc-dl-card {
		max-width: 100%;
		height: 140px;
		min-height: 140px;
		padding: 24px 0 24px 20px;
	}

	.c-svc-dl-card__copy {
		width: min(100%, 250px);
		gap: 8px;
	}

	.c-svc-dl-card__title {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		line-height: 1.4;
		white-space: normal;
	}

	.c-svc-dl-card__eyebrow {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 0.6px;
		line-height: 1.6;
	}

	.c-svc-dl-card__illust {
		top: -24px;
		right: -8px;
		width: 160px;
		height: 150px;
	}

	.c-svc-section--hr-services {
		padding: 56px 16px;
	}

	.c-svc-hr-card {
		padding: 32px 16px;
		gap: 32px;
	}

	.c-svc-hr-card__labels {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 16px;
	}

	.c-svc-hr-card__labels + .c-svc-hr-card__top {
		margin-top: 24px; /* labels→catch = 56 with card gap 32 */
	}

	.c-svc-hr-card__pill {
		min-height: 33px;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	}

	.c-svc-hr-card__brand {
		height: 30px;
	}

	.c-svc-hr-card__top {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.c-svc-hr-card--s01 .c-svc-hr-card__top {
		gap: 0;
	}

	.c-svc-hr-card__copy {
		align-items: stretch;
		gap: 16px;
		width: 100%;
	}

	/* SP: chips sit outside the intro block (Figma gap 32 before chips) */
	.c-svc-hr-card__copy .c-svc-chips--hr {
		margin-top: 16px;
	}

	.c-svc-hr-card__illust {
		display: none;
	}

	.c-svc-hr-card__catch {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		line-height: 1.6;
		text-align: center;
		width: 100%;
	}

	.c-svc-hr-card__catch-mark::after {
		height: 8px;
	}

	.c-svc-hr-card__body {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	}

	.c-svc-hr-card__body.c-svc-show-pc {
		display: none;
	}

	.c-svc-hr-card__body.c-svc-show-sp {
		display: block;
	}

	.c-svc-hr-stat__label .c-svc-show-pc {
		display: none;
	}

	.c-svc-hr-stat__label .c-svc-show-sp {
		display: block;
	}

	.c-svc-chips--hr {
		gap: 10px;
	}

	.c-svc-hr-stats {
		align-items: stretch;
		gap: 0;
	}

	.c-svc-hr-stats__banner {
		border-radius: 8px;
		box-shadow: none;
		margin-bottom: 4px;
	}

	.c-svc-hr-stats__banner > img {
		height: 100px;
	}

	.c-svc-hr-stats__banner figcaption {
		gap: 4px;
		flex-direction: column;
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	}

	.c-svc-hr-stats__banner figcaption img {
		height: 30px;
	}

	.c-svc-hr-stats__row,
	.c-svc-hr-stats__row--2 {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		gap: 4px;
	}

	.c-svc-hr-stat {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		min-height: 95px;
		padding: 16px 24px;
		border-radius: 8px;
		background: var(--hr-blush);
		gap: 8px;
	}

	.c-svc-hr-card--s02 .c-svc-hr-stat {
		background: #f7f8fb;
		min-height: 82px;
	}

	.c-svc-hr-card--s02 .c-svc-hr-stat:first-child {
		min-height: 95px;
		border-radius: 0 8px 8px 0;
	}

	.c-svc-hr-stat__label {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		line-height: 1.8;
	}

	.c-svc-hr-stat__label .c-svc-show-sp {
		display: block;
	}

	.c-svc-hr-stat__value {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-svc-hr-stat__value span {
		font-size: clamp(10px, calc(48 * 100vw / 410), 48px);
	}

	.c-svc-hr-card--s02 .c-svc-hr-stat__value span {
		font-size: clamp(10px, calc(40 * 100vw / 410), 40px);
	}

	.c-svc-hr-stat__value span.is-text {
		font-size: clamp(10px, calc(32 * 100vw / 410), 32px);
	}

	.c-svc-hr-card--s02 .c-svc-hr-stat__value span.is-text {
		font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
	}

	.c-svc-hr-stat__value span.is-unit {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-svc-hr-stat__value span.is-tilde {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-svc-hr-stat__icon {
		display: none;
	}

	.c-svc-hr-stats__note--pc {
		display: none;
	}

	.c-svc-hr-stats__note--sp {
		display: block;
		width: 100%;
		text-align: left;
	}

	.c-svc-section--hr-services .c-svc-cta-pair {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.c-svc-section--hr-services .c-svc-cta-link {
		width: 100%;
		max-width: 100%;
		flex: 1 1 auto;
		min-height: 0;
		height: auto;
	}

	.c-svc-section--hr-services .c-svc-cta-link__title {
		white-space: normal;
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	}

	.c-svc-section--hr-services .c-svc-cta-link__desc-line {
		white-space: normal;
	}

	.c-svc-section--hr-services .c-svc-cta-link__chev {
		top: 50%;
		bottom: auto;
		transform: translateY(-50%);
	}

	.c-svc-btn--outline-hr .c-svc-btn__chev {
		display: inline-flex;
	}
}
