/**
 * とくもり採用代行 (page-rpo-bpo.php)
 * Enqueued after tokumori-service-detail / components.
 * Overrides .c-svc-hero--rpo gradient via .c-svc-hero--rpo.c-svc-hero--saiyo.
 */

:root {
	--saiyo-blue: #4a63f1;
	--saiyo-blue-soft: #eef1ff;
	--saiyo-blue-tint: #f4f6ff;
	--saiyo-gray: #f7f8fb;
	--saiyo-text: #333333;
	--saiyo-muted: #838586;
	--saiyo-chip: #eeeeee;
	--saiyo-chip-sp: #b6b6b6;
	--saiyo-border: #d9d9d9;
	--saiyo-max: 1274px;
	--saiyo-inner: 1240px;
}

/* -------------------------------------------------------------------------- */
/* Breadcrumb
/* -------------------------------------------------------------------------- */

.c-svc-bc {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 80px;
	background: #fff;
}

.c-svc-bc__list {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	max-width: var(--saiyo-max);
	margin: 0 auto;
	padding: 0;
	list-style: none;
	font-family: var(--tokumori-font-body, var(--tokumori-font-display));
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 500;
	line-height: 1.6;
	color: var(--saiyo-muted);
}

.c-svc-bc__list li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.c-svc-bc__list li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 8px;
	margin-left: 0;
	background: var(--saiyo-muted);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	opacity: 0.7;
}

.c-svc-bc__list a {
	color: var(--saiyo-text);
	text-decoration: none;
}

.c-svc-bc__list a:hover {
	text-decoration: underline;
}

.c-svc-bc__list li:last-child {
	color: var(--saiyo-muted);
}

/* -------------------------------------------------------------------------- */
/* Hero — white (override gradient)
/* -------------------------------------------------------------------------- */

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

.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__inner {
	max-width: calc(1274 * var(--fv));
	/* Left (copy) keeps natural size; right (illust) absorbs width shrink */
	grid-template-columns: auto minmax(0, 1fr);
	gap: calc(80 * var(--fv));
	align-items: center;
}

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

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

.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__logo {
	display: block;
	width: auto;
	max-width: calc(410 * var(--fv));
	height: calc(50 * var(--fv));
	object-fit: contain;
}

/* Figma 1136:53319 — line1 MOBO 52 / lines 2–3 MOBO 40 / lh 130% */
.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__title {
	margin: 0;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: calc(40 * var(--fv));
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	color: var(--saiyo-text);
	isolation: isolate;
}

.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__title-line--lg {
	font-size: calc(52 * var(--fv));
}

.c-svc-hero__title-line,
.c-svc-hero__title-mark {
	position: relative;
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

/* Figma: yellow marker under last line only (Rectangle 1568 — #fffd8c / 12px) */
.c-svc-hero__title-line::after {
	content: none;
}

.c-svc-hero__title-mark {
	display: inline-block;
}

.c-svc-hero__title-mark::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	z-index: -1;
	height: 12px;
	background: #fffd8c;
}

.c-svc-hero__title-line--bar {
	display: inline-block;
}

.c-svc-hero__title-line--bar::after {
	content: none;
}

.c-svc-hero--rpo.c-svc-hero--saiyo .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(--saiyo-text);
	/* PC: only break at explicit <br>; prevent mid-phrase wrap */
	white-space: nowrap;
}

/* Outline blue CTA — Figma 1136:53321 */
.c-svc-btn--outline-blue {
	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(--saiyo-blue);
	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(--saiyo-blue);
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

.c-svc-btn--outline-blue .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(--saiyo-blue);
	transform: none;
	flex-shrink: 0;
}

.c-svc-btn--outline-blue .c-svc-btn__chev::before {
	content: "";
	display: block;
	/* Figma Symbol ~7.55×12.46 inside 24 circle */
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	margin-left: -1px;
}

/* Outline dark CTA — Figma 1136:53491 / 1186:80106 */
.c-svc-btn--outline-dark {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 350px;
	max-width: 100%;
	min-height: 72px;
	padding: 20px 28px 20px 40px;
	border: 2px solid var(--saiyo-text);
	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(--saiyo-text);
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

.c-svc-btn--outline-dark .c-svc-btn__chev {
	display: inline-block;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	margin-left: 0;
	border: 0;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	border-radius: 0;
	background: transparent;
	transform: rotate(-45deg);
}

.c-svc-btn--outline-dark .c-svc-btn__chev::before {
	content: none;
}

/* Hero illustration — Figma 1382:40730 (exported CSS)
 * Frame 558.65×409.5
 * Blue  Rectangle 577: right 24.98 / top -1.1 / 532.48×376.73 / rotate(4deg)
 * Photo Rectangle 576: right 25.57 / top 0   / 532.48×376.73
 */
.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__illust {
	--saiyo-illust-w: 95.316%; /* 532.48 / 558.65 */
	--saiyo-illust-photo-right: 4.577%; /* 25.57 / 558.65 */
	/*
	 * Figma's right/top describe the rotated bounds. CSS positions the
	 * unrotated rectangle first, so compensate for the 4° AABB expansion:
	 * horizontal ≈12.5px, vertical ≈17.5px.
	 */
	--saiyo-illust-blue-right: 2.236%; /* ≈12.49 / 558.65 */
	--saiyo-illust-blue-top: 4.274%; /* ≈17.5 / 409.5 */
	--saiyo-illust-radius: 3.747cqw; /* 20.9329 / 558.65 */
	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;
	/* Figma 1615:57659 — static photo + blue plate, clipsContent: false */
	overflow: visible;
	container-type: inline-size;
	container-name: saiyo-illust;
}

.c-svc-hero__illust-bg {
	position: absolute;
	z-index: 0;
	top: var(--saiyo-illust-blue-top);
	right: var(--saiyo-illust-blue-right);
	left: auto;
	width: var(--saiyo-illust-w);
	aspect-ratio: 532.48 / 376.73;
	border-radius: var(--saiyo-illust-radius);
	background: var(--saiyo-blue);
	transform: rotate(4deg);
	/* CSS/Figma default: rotate around the rectangle center. */
	transform-origin: center center;
	pointer-events: none;
}

.c-svc-hero__illust-photo {
	position: absolute;
	z-index: 1;
	top: 0;
	right: var(--saiyo-illust-photo-right);
	left: auto;
	display: block;
	width: var(--saiyo-illust-w);
	aspect-ratio: 532.48 / 376.73;
	border-radius: var(--saiyo-illust-radius);
	overflow: hidden;
	isolation: isolate;
	background: #4a63f1;
	transform: translate3d(0, 0, 0);
	transform-origin: center center;
	backface-visibility: hidden;
}

.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__illust-photo > img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	object-fit: cover;
}

.c-svc-hero__illust-tint,
.c-svc-hero__illust-reveal-tint {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: block;
	border-radius: inherit;
	background: var(--saiyo-blue);
	opacity: 0;
	pointer-events: none;
}

/*
 * Scroll-scrubbed MV storyboards:
 * 1: 1382:40683 / 2: 1186:75390 / 3: 1382:40693 /
 * 4: 1186:75340 / 5: 1382:40725.
 */
.c-svc-hero__illust-reveal {
	position: absolute;
	z-index: 3;
	top: 0;
	right: var(--saiyo-illust-photo-right);
	left: auto;
	display: block;
	width: var(--saiyo-illust-w);
	aspect-ratio: 532.48 / 376.73;
	border-radius: var(--saiyo-illust-radius);
	overflow: hidden;
	isolation: isolate;
	opacity: 0;
	transform: translate3d(9%, 0, 0) rotateY(-88deg);
	transform-origin: right center;
	backface-visibility: hidden;
}

.c-svc-hero__illust-reveal > img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-svc-hero__egg {
	position: absolute;
	z-index: 4;
	top: 0;
	right: var(--saiyo-illust-photo-right);
	display: grid;
	place-items: center;
	width: var(--saiyo-illust-w);
	aspect-ratio: 532.48 / 376.73;
	opacity: 0;
	pointer-events: none;
}

.c-svc-hero__egg .c-svc-hero__egg-mark {
	position: absolute;
	display: block;
	width: 26.052%;
	height: auto;
	max-width: none;
	transform-origin: center center;
}

.c-svc-hero__egg-mark--ghost {
	opacity: 0;
}

.c-svc-hero__egg-mark--main {
	opacity: 1;
}

.c-svc-hero__illust.is-saiyo-motion-active {
	overflow: visible;
	perspective: 1200px;
	perspective-origin: center center;
}

/*
 * Preserve the Figma clipping at rest. Only the page-turn interval may
 * paint outside the illustration frame.
 */
.c-svc-hero--rpo.c-svc-hero--saiyo
	.c-svc-hero__illust.is-saiyo-page-turning {
	overflow: visible;
}

.c-svc-hero__illust.is-saiyo-motion-active .c-svc-hero__illust-bg,
.c-svc-hero__illust.is-saiyo-motion-active .c-svc-hero__illust-photo,
.c-svc-hero__illust.is-saiyo-motion-active .c-svc-hero__illust-reveal,
.c-svc-hero__illust.is-saiyo-motion-active .c-svc-hero__egg-mark,
.c-svc-hero__illust.is-saiyo-motion-active .c-svc-hero__scroll {
	will-change: transform, opacity;
}

html.is-saiyo-motion-locked,
body.is-saiyo-motion-locked {
	overscroll-behavior: none;
}

body.is-saiyo-motion-locked {
	touch-action: none;
}

/* SCROLL — MOBO 40 / line 4×40 / circle 20, over the photo box */
.c-svc-hero__scroll {
	--saiyo-scroll-gap-label: 1.432cqw; /* 8 / 558.65 */
	--saiyo-scroll-gap-dot: 2.506cqw; /* 14 / 558.65 */
	--saiyo-scroll-line-w: 0.716cqw; /* 4 / 558.65 */
	position: absolute;
	z-index: 6;
	top: 0;
	right: var(--saiyo-illust-photo-right);
	left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--saiyo-scroll-gap-label);
	box-sizing: border-box;
	width: var(--saiyo-illust-w);
	aspect-ratio: 532.48 / 376.73;
	padding-top: 2.5%;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: 7.16cqw; /* 40 / 558.65 */
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	writing-mode: horizontal-tb;
	pointer-events: none;
	user-select: none;
}

.c-svc-hero__scroll-label {
	display: block;
	line-height: 1.6;
}

.c-svc-hero__scroll-line {
	display: block;
	width: var(--saiyo-scroll-line-w);
	height: 7.16cqw; /* 40 / 558.65 */
	margin: 0;
	border-radius: calc(var(--saiyo-scroll-line-w) / 2);
	background: #fff;
	flex-shrink: 0;
}

.c-svc-hero__scroll-dot {
	display: block;
	width: 3.58cqw; /* 20 / 558.65 */
	height: 3.58cqw;
	margin-top: calc(var(--saiyo-scroll-gap-dot) - var(--saiyo-scroll-gap-label));
	border-radius: 50%;
	background: #fff;
	flex-shrink: 0;
	animation: saiyo-scroll-pulse 1.6s ease-in-out infinite;
}

@keyframes saiyo-scroll-pulse {
	0%,
	100% {
		opacity: 1;
		transform: translateY(0);
	}
	50% {
		opacity: 0.55;
		transform: translateY(4px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.c-svc-hero__scroll-dot {
		animation: none;
	}

	.c-svc-hero__illust[data-saiyo-hero-motion] .c-svc-hero__illust-photo,
	.c-svc-hero__illust[data-saiyo-hero-motion] .c-svc-hero__egg,
	.c-svc-hero__illust[data-saiyo-hero-motion] .c-svc-hero__scroll {
		display: none;
	}

	.c-svc-hero__illust[data-saiyo-hero-motion] .c-svc-hero__illust-reveal {
		opacity: 1;
		transform: none;
	}
}

/*
 * When the illust column would get too small (~1100), stack:
 * copy on top, illust below (same DOM order as SP).
 */
@media (min-width: 1101px) {
	.c-svc-hero--rpo.c-svc-hero--saiyo {
		--fv: min(1px, 100vw / 1440);
	}
}

@media (max-width: 1100px) {
	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__inner {
		display: flex;
		flex-direction: column;
		grid-template-columns: none;
		gap: 40px;
		align-items: stretch;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__copy {
		order: 0;
		width: 100%;
		max-width: none;
		align-items: center;
		text-align: center;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__intro {
		align-items: center;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__logo {
		margin-inline: auto;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__title {
		text-align: center;
	}

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

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__lead {
		white-space: normal;
		text-align: center;
	}

	.c-svc-feature--saiyo .c-svc-feature__body.c-svc-show-pc {
		display: none;
	}

	.c-svc-feature--saiyo .c-svc-feature__body.c-svc-show-sp {
		display: block;
	}
}

/* -------------------------------------------------------------------------- */
/* Logos — Figma 1136:53333 (PC) / 1186:79931 (SP). Infinite marquee (PC+SP).
/* -------------------------------------------------------------------------- */

.c-svc-logos--saiyo {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 30px;
	width: 100%;
	padding: 48px 0;
	background: var(--saiyo-gray);
	overflow: hidden;
}

.c-svc-logos--saiyo .c-svc-logos__inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: min(1257px, calc(100% - 80px));
	max-width: 1257px;
	margin: 0 auto;
	padding: 0;
}

/* PC reference — 300 MOBO 48 / #4a63f1 · 本文 MOBO 37 / #231815 */
.c-svc-logos--saiyo .c-svc-logos__title {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(40 * 100vw / 410), 40px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: flex-start;
	color: #231815;
	background: none;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: unset;
}

.c-svc-logos--saiyo .c-svc-logos__title-num {
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(48 * 100vw / 410), 48px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	color: var(--saiyo-blue);
}

.c-svc-logos--saiyo .c-svc-logos__title-text {
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(32 * 100vw / 410), 32px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: #231815;
}

.c-svc-logos--saiyo .c-svc-logos__static {
	display: none;
}

/*
 * Full-bleed horizontal marquee (same image ×2, translateX -50%).
 * Marquee is a direct child of the section (not inside centered __inner).
 */
.c-svc-logos--saiyo .c-svc-logos__marquee {
	display: flex;
	flex-direction: column;
	gap: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
    padding: 20px;
}

.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: max-content;
	max-width: none;
	min-width: 0;
	gap: 40px;
	overflow: visible;
	will-change: transform;
}

.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track--upper {
	animation: c-svc-logos-marquee var(--logo-marquee-duration, 40s) linear infinite;
}

.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track--lower,
.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track--slow {
	animation: c-svc-logos-marquee-ltr var(--logo-marquee-duration, 40s) linear infinite;
}

.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track img {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 72px;
	max-height: 72px;
	max-width: none;
	margin: 0;
	object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
	.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track,
	.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track--upper,
	.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track--lower,
	.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track--slow {
		animation: none;
		transform: none;
	}
}

/* -------------------------------------------------------------------------- */
/* Metrics — Figma 1136:53342
/* -------------------------------------------------------------------------- */

.c-svc-section--saiyo-metrics > .c-svc-section__inner > .c-svc-section__head {
	gap: 24px;
}

.c-svc-section--saiyo-metrics > .c-svc-section__inner > .c-svc-section__head + .c-svc-metrics {
	margin-top: 0;
}

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

.c-svc-cases-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 100%;
	margin: 0;
}

.c-svc-cases-head__mark {
	display: block;
	width: 43px;
	height: auto;
}

.c-svc-section--saiyo-metrics .c-svc-section__sub {
	margin: 0;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(28 * 100vw / 410), 28px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--saiyo-text);
	text-align: center;
}

.c-svc-section--saiyo-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(--saiyo-text);
	text-align: center;
}

.c-svc-section--saiyo-metrics > .c-svc-section__inner {
	gap: 56px;
}

.c-svc-metrics--saiyo {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	max-width: 1228px;
	margin: 0 auto;
}

.c-svc-metrics--saiyo .c-svc-metrics__rows {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.c-svc-metrics--saiyo .c-svc-metrics__row {
	display: grid;
	gap: 32px;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.c-svc-metrics--saiyo .c-svc-metrics__row--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.c-svc-metrics--saiyo .c-svc-metrics__row--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.c-svc-metric-card {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-height: 99px;
	padding: 0;
	border: 0;
	background: transparent;
	text-align: center;
}

.c-svc-metric-card__laurel-slot {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
}

.c-svc-metric-card__laurel {
	display: block;
	width: 40px;
	height: 96px;
	object-fit: contain;
}

.c-svc-metric-card__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	text-align: center;
}

.c-svc-metric-card__label {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(12px, 1.25vw, 18px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-text);
	text-align: center;
	white-space: nowrap;
}

.c-svc-metric-card__value {
	margin: 0;
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: nowrap;
	color: var(--saiyo-text);
	line-height: 0.9;
	letter-spacing: 1.2px;
	white-space: nowrap;
}

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

.c-svc-metric-card__pct {
	font-family: var(--tokumori-font-en);
	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-metric-card__unit {
	font-family: 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-metrics__note {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--saiyo-muted);
	text-align: right;
}

@media (max-width: 1100px) {
	.c-svc-metric-card {
		gap: 12px;
	}

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

	.c-svc-metric-card__num {
		font-size: clamp(10px, calc(56 * 100vw / 410), 56px);
		font-weight: 300;
	}

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

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

/* -------------------------------------------------------------------------- */
/* Cases — PC infinite marquee (full-bleed) / SP auto slider
/* -------------------------------------------------------------------------- */

.c-svc-cases-slider {
	box-sizing: border-box;
	width: 100%;
}

.c-svc-cases-slider__viewport {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.c-svc-cases-slider__track {
	display: flex;
	flex-wrap: nowrap;
	width: max-content;
	will-change: transform;
	transition: transform 0.4s ease;
}

.c-svc-cases-slider__group {
	display: flex;
	flex-wrap: nowrap;
	gap: 24px;
	padding-right: 24px;
}

@media (min-width: 768px) {
	/* Break out of .c-svc-section__inner / section padding → full viewport */
	.c-svc-section--saiyo-metrics {
		overflow-x: clip;
	}

	.c-svc-cases-slider {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.c-svc-cases-slider__track,
	.c-svc-cases-slider.is-pc .c-svc-cases-slider__track {
		animation: saiyo-cases-marquee 55s linear infinite;
		transition: none;
	}

	.c-svc-cases-slider:hover .c-svc-cases-slider__track,
	.c-svc-cases-slider:focus-within .c-svc-cases-slider__track,
	.c-svc-cases-slider.is-pc:hover .c-svc-cases-slider__track,
	.c-svc-cases-slider.is-pc:focus-within .c-svc-cases-slider__track {
		animation-play-state: paused;
	}

	.c-svc-cases-slider.is-few,
	.c-svc-cases-slider--few {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.c-svc-cases-slider.is-few .c-svc-cases-slider__viewport,
	.c-svc-cases-slider--few .c-svc-cases-slider__viewport {
		display: flex;
		justify-content: center;
	}

	.c-svc-cases-slider.is-few .c-svc-cases-slider__track,
	.c-svc-cases-slider.is-few.is-pc .c-svc-cases-slider__track,
	.c-svc-cases-slider--few .c-svc-cases-slider__track,
	.c-svc-cases-slider--few.is-pc .c-svc-cases-slider__track {
		animation: none;
		width: max-content;
		max-width: 100%;
		justify-content: center;
		will-change: auto;
	}

	.c-svc-cases-slider.is-few:hover .c-svc-cases-slider__track,
	.c-svc-cases-slider.is-few:focus-within .c-svc-cases-slider__track,
	.c-svc-cases-slider.is-few.is-pc:hover .c-svc-cases-slider__track,
	.c-svc-cases-slider.is-few.is-pc:focus-within .c-svc-cases-slider__track,
	.c-svc-cases-slider--few:hover .c-svc-cases-slider__track,
	.c-svc-cases-slider--few:focus-within .c-svc-cases-slider__track,
	.c-svc-cases-slider--few.is-pc:hover .c-svc-cases-slider__track,
	.c-svc-cases-slider--few.is-pc:focus-within .c-svc-cases-slider__track {
		animation: none;
	}

	.c-svc-cases-slider.is-few .c-svc-cases-slider__group,
	.c-svc-cases-slider--few .c-svc-cases-slider__group {
		padding-right: 0;
	}

	.c-svc-cases-slider.is-few .c-svc-cases-slider__group--clone,
	.c-svc-cases-slider--few .c-svc-cases-slider__group--clone {
		display: none !important;
	}

	.c-svc-cases-slider__controls {
		display: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.c-svc-cases-slider__track,
	.c-svc-cases-slider.is-pc .c-svc-cases-slider__track {
		animation: none !important;
	}
}

@keyframes saiyo-cases-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

/* Case cards in slider — reuse shared .c-card (Figma 382:24766) */
.c-svc-cases-slider .c-card {
	flex: 0 0 319px;
	width: 319px;
	max-width: 319px;
}

.c-svc-cases-slider__controls {
	display: none;
}

.c-svc-cases-slider__nav {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.c-svc-cases-slider__nav img {
	display: block;
	width: 24px;
	height: 24px;
}

.c-svc-cases-slider__progress {
	position: relative;
	box-sizing: border-box;
	flex: 0 0 160px;
	width: 160px;
	height: 1px;
	border-radius: 999px;
	background: var(--saiyo-muted);
	overflow: visible;
}

.c-svc-cases-slider__progress-thumb {
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 3px;
	margin-top: -1.5px;
	border-radius: 10px;
	background: var(--saiyo-text);
	transform: translateX(0);
	transition: transform 0.35s ease;
}

.c-svc-cases-slider.is-instant .c-svc-cases-slider__track,
.c-svc-cases-slider.is-instant .c-svc-cases-slider__progress-thumb {
	transition: none !important;
}

/* -------------------------------------------------------------------------- */
/* Why section — Figma 1136:53492
/* -------------------------------------------------------------------------- */

.c-svc-section--saiyo-why {
	box-sizing: border-box;
	padding: 80px;
	background: var(--saiyo-gray);
}

.c-svc-section--saiyo-why > .c-svc-section__inner {
	box-sizing: border-box;
	max-width: 1280px;
	gap: 56px;
	align-items: center;
}

.c-svc-section--saiyo-why .c-svc-section__head {
	gap: 0;
}

.c-svc-section--saiyo-why .c-svc-section__title {
	margin: 0;
	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(--saiyo-text);
	text-align: center;
}

.c-svc-section--saiyo-why .c-svc-section__title-em {
	color: var(--saiyo-blue);
}

.c-svc-saiyo-why {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	width: 100%;
}

.c-svc-features-panel--saiyo {
	box-sizing: border-box;
	width: 100%;
	max-width: 1080px;
	padding: 56px 40px;
	border-radius: 8px;
	background: #fff;
}

.c-svc-features--saiyo {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.c-svc-feature--saiyo {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 200px;
	gap: 32px;
	align-items: center;
	width: 100%;
	min-height: 150px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.c-svc-feature--saiyo:not(:last-child) {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px dashed var(--saiyo-border);
}

.c-svc-feature--saiyo .c-svc-feature__content {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.c-svc-feature--saiyo .c-svc-feature__check-img {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	margin-top: 8px;
}

.c-svc-feature--saiyo .c-svc-feature__check-img--pc {
	display: block;
}

.c-svc-feature--saiyo .c-svc-feature__check-img--sp {
	display: none;
}

.c-svc-feature--saiyo .c-svc-feature__main {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	flex: 1;
}

.c-svc-feature--saiyo .c-svc-feature__title {
	margin: 0;
	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: var(--saiyo-text);
}

.c-svc-feature--saiyo .c-svc-feature__title-pc {
	display: block;
}

.c-svc-feature--saiyo .c-svc-feature__title-sp {
	display: none;
}

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

.c-svc-feature--saiyo .c-svc-feature__body.c-svc-show-sp {
	display: none;
}

.c-svc-feature--saiyo .c-svc-feature__art {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
}

.c-svc-feature--saiyo .c-svc-feature__art img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Why CTA card — whole link is the CTA (Figma link 480×180) */
.c-svc-why-cta {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
	max-width: 480px;
	min-height: 180px;
	padding: 24px;
	border: 1px solid var(--saiyo-blue);
	border-radius: 8px;
	background: var(--saiyo-blue);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.c-svc-why-cta__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
	flex: 1;
}

.c-svc-why-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 8px;
	background: #fff;
	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;
	color: var(--saiyo-text);
}

.c-svc-why-cta__title {
	display: block;
	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;
}

.c-svc-why-cta__text {
	display: block;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
}

.c-svc-why-cta__text-pc {
	display: block;
}

.c-svc-why-cta__text-sp {
	display: none;
}

.c-svc-why-cta__chev {
	box-sizing: border-box;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	align-self: center;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
}

/* Figma Symbol ~7.55×12.46 inside 24 circle */
.c-svc-why-cta__chev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: translate(-60%, -50%) rotate(45deg);
}

.c-svc-why-cta:hover,
.c-svc-why-cta:focus-visible {
	opacity: 0.9;
	text-decoration: none;
	color: #fff;
}

.c-svc-why-cta:active {
	transform: translateY(1px);
}

/* -------------------------------------------------------------------------- */
/* Scope tabs — Figma 1136:53650 (tab area max 1088px)
/* -------------------------------------------------------------------------- */

.c-svc-section--saiyo-scope {
	box-sizing: border-box;
	padding: 80px;
	background: #fff;
}

.c-svc-section--saiyo-scope > .c-svc-section__inner {
	box-sizing: border-box;
	max-width: 1280px;
	gap: 56px;
	align-items: center;
}

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

.c-svc-section--saiyo-scope .c-svc-section__title {
	margin: 0;
	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(--saiyo-text);
	text-align: center;
}

.c-svc-section--saiyo-scope .c-svc-section__lead {
	margin: 0;
	max-width: 1020px;
	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(--saiyo-text);
	text-align: center;
}

.c-svc-scope-tabs {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	max-width: 1088px;
	margin: 0 auto;
}

.c-svc-scope-tabs__nav {
	display: flex;
	gap: 4px;
	width: 100%;
	max-width: 1088px;
}

.c-svc-scope-tabs__nav [role="tab"] {
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 0;
	min-height: 54px;
	padding: 8px 30px;
	border: 0;
	border-radius: 8px 8px 0 0;
	background: #eeeeee;
	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: var(--saiyo-muted);
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.c-svc-scope-tabs__nav [role="tab"][aria-selected="true"] {
	background: var(--saiyo-blue);
	color: #fff;
}

.c-svc-scope-tabs__panels {
	width: 100%;
	max-width: 1088px;
}

.c-svc-scope-tabs__panel {
	box-sizing: border-box;
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 40px;
	border: 1px solid var(--saiyo-border);
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
}

.c-svc-scope-tabs__panel.is-active {
	display: flex;
}

.c-svc-scope-tabs__illust {
	margin: 0;
	width: 100%;
	max-width: 249px;
}

.c-svc-scope-tabs__illust img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.c-svc-scope-tabs__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
	max-width: 1008px;
	min-width: 0;
}

.c-svc-scope-tabs__headline {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 16px;
	border-radius: 4px;
	background: var(--saiyo-gray);
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--saiyo-blue);
	text-align: center;
}

.c-svc-scope-tabs__headline-pc {
	display: inline;
}

.c-svc-scope-tabs__headline-sp {
	display: none;
}

.c-svc-chips--wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.c-svc-chips--sp {
	display: none;
}

.c-svc-chips--wrap li {
	box-sizing: border-box;
	padding: 4px 12px;
	border-radius: 8px;
	background: #f7f6f6;
	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: var(--saiyo-text);
	white-space: nowrap;
}

/* Scope comparison table (実務・BPO / 振り返り・改善) */
.c-svc-scope-table-wrap {
	box-sizing: border-box;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.c-svc-scope-table {
	box-sizing: border-box;
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: clamp(10px, calc(13 * 100vw / 410), 13px);
	line-height: 1.5;
	color: var(--saiyo-text);
}

.c-svc-scope-table th,
.c-svc-scope-table td {
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #e5e5e5;
	vertical-align: middle;
	background: #fff;
}

.c-svc-scope-table thead th {
	font-family: var(--tokumori-font-display);
	font-weight: 700;
	text-align: center;
	background: #f7f8fb;
	color: var(--saiyo-text);
}

.c-svc-scope-table thead th:first-child,
.c-svc-scope-table tbody th {
	width: 28%;
	text-align: left;
	font-weight: 500;
	background: #fff;
}

.c-svc-scope-table tbody th {
	font-weight: 500;
	color: var(--saiyo-text);
}

.c-svc-scope-table td {
	text-align: center;
}

.c-svc-scope-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	flex-wrap: wrap;
}

.c-svc-scope-mark__icon {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 700;
	line-height: 1;
}

.c-svc-scope-mark__icon--yes {
	color: var(--saiyo-blue);
}

.c-svc-scope-mark__icon--no {
	color: #b6b6b6;
}

.c-svc-scope-mark__text {
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 500;
	line-height: 1.4;
	color: var(--saiyo-text);
}

/* -------------------------------------------------------------------------- */
/* Plans — Figma 1136:54109
/* -------------------------------------------------------------------------- */

.c-svc-section--rpo-plans {
	background: var(--saiyo-gray);
	padding: clamp(40px, 5.556vw, 80px) clamp(16px, 5.556vw, 80px);
	scroll-margin-top: 96px;
}

.c-svc-section--rpo-plans > .c-svc-section__inner {
	box-sizing: border-box;
	max-width: 1280px;
	gap: clamp(40px, 5.556vw, 80px);
	align-items: center;
	width: 100%;
	min-width: 0;
}

.c-svc-rpo-plans-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(32px, 3.889vw, 56px);
	width: 100%;
	min-width: 0;
}

.c-svc-section--rpo-plans .c-svc-section__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	width: 100%;
	max-width: 1020px;
	text-align: center;
}

.c-svc-section--rpo-plans .c-svc-section__title {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--saiyo-text);
	text-align: center;
}

.c-svc-section--rpo-plans .c-svc-section__lead {
	margin: 0;
	max-width: 1020px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-text);
	text-align: center;
}

.c-svc-section--rpo-plans .c-svc-section__lead-em {
	position: relative;
	display: inline;
	z-index: 0;
	font-weight: 700;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.c-svc-section--rpo-plans .c-svc-section__lead-em::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.15em;
	z-index: -1;
	height: 12px;
	background: #fffd8c;
}

.c-svc-plans-slider {
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	isolation: isolate;
	width: 100%;
	container-type: inline-size;
	container-name: saiyo-plans;
	overflow-x: clip;
}

/*
 * PC — Figma 1136:54115 (1280 × 623, items-end):
 * Light / Advisory / Premium: ~287 × 623
 * Basic (推奨): 370 × 650 — bottoms align via flex-end (sticks up 27px)
 * 4-up: 287×3 + 370 + 16×3 = 1279
 * Narrower PC: scale the 1280 row to the slider width so all 4 stay on one screen.
 */
.c-svc-plans-slider__viewport {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: calc(666px * min(1, 100cqi / 1280px));
	overflow: visible;
}

.c-svc-plans-slider__fit {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 1280px;
	flex-shrink: 0;
	transform-origin: bottom center;
	transform: scale(min(1, 100cqi / 1280px));
}

.c-svc-plans--saiyo {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	column-gap: 16px;
	row-gap: 0;
	box-sizing: border-box;
	width: 1280px;
	max-width: none;
	margin-inline: auto;
	padding-top: 16px;
}

.c-svc-plans--saiyo > .c-svc-plan-card {
	flex: 0 0 287px;
	width: 287px;
	min-width: 287px;
	max-width: none;
	height: 623px;
	min-height: 623px;
	margin-top: 0;
}

.c-svc-plans--saiyo > .c-svc-plan-card.has-badge {
	flex: 0 0 370px;
	width: 370px;
	min-width: 370px;
	max-width: none;
	height: auto;
	min-height: 650px;
	margin-top: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.c-svc-section--rpo-plans {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.c-svc-plans-tabs {
	display: none;
}

.c-svc-plans-slider__controls {
	display: none;
}

.c-svc-plan-card {
	position: relative;
	z-index: 0;
	isolation: isolate;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 623px;
	border-radius: 8px;
	overflow: visible;
	background: transparent;
	box-shadow: 0 16px 24px rgba(0, 0, 0, 0.08);
}

.c-svc-plan-card__hook {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	height: 146px;
	min-height: 146px;
	padding: 16px 12px;
	text-align: center;
	color: #fff;
	background: transparent;
	border-radius: 8px 8px 0 0;
	isolation: isolate;
	flex-shrink: 0;
}

.c-svc-plan-card__hook::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: var(--saiyo-blue);
}

.c-svc-plan-card.has-badge .c-svc-plan-card__hook {
	padding: 16px 12px;
	height: 173px;
	min-height: 173px;
}

.c-svc-plan-card__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	z-index: 2;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	width: 120px;
	height: 24px;
	min-height: 24px;
	padding: 0 12px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	color: var(--saiyo-blue);
	white-space: nowrap;
	transform: translateX(-50%);
}

.c-svc-plan-card__badge-mark {
	display: block;
	width: 14px;
	height: 16px;
	flex-shrink: 0;
	object-fit: contain;
}

.c-svc-plan-card__hook-title {
	margin: 0;
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: #fff;
}

.c-svc-plan-card__hook-sub {
	margin: 0;
	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-plan-card__body {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 16px;
	flex: 1;
	background: #fff;
	border-radius: 0 0 8px 8px;
}

.c-svc-plan-card.has-badge .c-svc-plan-card__body {
	gap: 32px;
}

.c-svc-plan-card__main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
}

.c-svc-plan-card__name {
	box-sizing: border-box;
	margin: 0;
	padding: 2px 0 16px;
	width: 100%;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--saiyo-text);
	text-align: center;
}

/*
 * Figma price Margin: FIXED 70px, price glyphs 56px top-aligned → ~14px below.
 * (Previously min-height:70 + align flex-end + pad 0 pinned numbers to the list.)
 */
.c-svc-plan-card__price {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap: 4px;
	margin: 0;
	height: 70px;
	min-height: 70px;
	padding: 0 0 14px;
	width: 100%;
	font-family: var(--tokumori-font-display);
	line-height: 1;
	color: var(--saiyo-text);
	text-align: center;
}

.c-svc-plan-card__price-unit {
	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: var(--saiyo-text);
}

.c-svc-plan-card__price-num {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-size: clamp(10px, calc(64 * 100vw / 410), 64px);
	font-weight: 600;
	font-style: italic;
	letter-spacing: -0.96px;
	line-height: 0.88;
	color: var(--saiyo-blue);
}

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

.c-svc-plan-card__price--text {
	align-items: center;
	justify-content: center;
	height: 70px;
	min-height: 70px;
	padding: 0;
}

.c-svc-plan-card__price-text {
	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(--saiyo-text);
}

.c-svc-plan-card__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
}

.c-svc-plan-card__list li {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 4px 8px;
	border-top: 1px solid var(--saiyo-border);
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-text);
}

.c-svc-plan-card__list li::before {
	content: "";
	flex-shrink: 0;
	width: 12px;
	height: 9px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5 4.2 7.7 11 1' stroke='%234a63f1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		center / contain no-repeat;
}

.c-svc-plan-card__compare {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 200px;
	height: 48px;
	padding: 0 24px;
	margin: 0;
	border: 1px solid #333;
	border-radius: 37px;
	background: #fff;
	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: #333;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.c-svc-plan-card__compare:hover,
.c-svc-plan-card__compare:focus-visible {
	color: #333;
	text-decoration: none;
}

.c-svc-plan-card__compare:focus-visible {
	outline: 2px solid #4a63f1;
	outline-offset: 2px;
}

.c-svc-plan-card__compare.is-disabled {
	border-color: #b6b6b6;
	color: #b6b6b6;
	pointer-events: none;
	cursor: default;
}

/* -------------------------------------------------------------------------- */
/* 他社サービス比較モーダル — Figma 1599:49601 / 1599:50003
/* -------------------------------------------------------------------------- */

.c-svc-cmp-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 24px;
	visibility: hidden;
	pointer-events: none;
}

.c-svc-cmp-modal.is-open,
.c-svc-cmp-modal.is-closing {
	visibility: visible;
	pointer-events: auto;
}

.c-svc-cmp-modal[hidden] {
	display: none;
}

.c-svc-cmp-modal.is-open[hidden],
.c-svc-cmp-modal.is-closing[hidden] {
	display: flex;
}

.c-svc-cmp-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 17, 17, 0.55);
	opacity: 0;
	transition: opacity 0.28s ease;
	cursor: pointer;
}

.c-svc-cmp-modal.is-open .c-svc-cmp-modal__backdrop {
	opacity: 1;
}

.c-svc-cmp-modal__dialog {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: min(1120px, calc(100vw - 48px));
	max-height: min(860px, calc(100vh - 80px));
	padding: 40px 40px 32px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(17, 17, 17, 0.22);
	opacity: 0;
	transform: translate3d(0, 18px, 0) scale(0.97);
	transition:
		opacity 0.28s ease,
		transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-svc-cmp-modal.is-open .c-svc-cmp-modal__dialog {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.c-svc-cmp-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}

.c-svc-cmp-modal__close:focus-visible {
	outline: 2px solid #4a63f1;
	outline-offset: 2px;
}

.c-svc-cmp-modal__close-icon {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.c-svc-cmp-modal__close-icon::before,
.c-svc-cmp-modal__close-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: #333;
}

.c-svc-cmp-modal__close-icon::before {
	transform: rotate(45deg);
}

.c-svc-cmp-modal__close-icon::after {
	transform: rotate(-45deg);
}

.c-svc-cmp-modal__title {
	margin: 0 40px 24px 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4;
	color: #111;
	text-align: center;
}

.c-svc-cmp-modal__scroll {
	overflow: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}

.c-svc-cmp-table {
	width: 100%;
	min-width: 920px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
}

.c-svc-cmp-table--cols-3 {
	min-width: 640px;
}

.c-svc-cmp-table th,
.c-svc-cmp-table td {
	box-sizing: border-box;
	padding: 14px 12px;
	border: 1px solid #e6e6e6;
	vertical-align: top;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
	color: #333;
}

.c-svc-cmp-table thead th {
	padding: 16px 12px;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.45;
	text-align: center;
	vertical-align: middle;
}

.c-svc-cmp-table thead th.c-svc-cmp-table__head--tokumori,
.c-svc-cmp-table thead th.c-svc-cmp-table__head--tokumori .c-svc-cmp-table__head-label,
.c-svc-cmp-table thead th.c-svc-cmp-table__head--tokumori .c-svc-cmp-table__head-note {
	color: #fff;
}

.c-svc-cmp-table__axis {
	position: sticky;
	left: 0;
	z-index: 2;
	width: 168px;
	background: #f7f7f7;
	font-weight: 700;
	color: #111;
	text-align: left;
}

.c-svc-cmp-table thead .c-svc-cmp-table__axis {
	z-index: 3;
	background: #fff;
	text-align: center;
}

.c-svc-cmp-table__head--tokumori {
	background: #4a63f1;
	color: #fff;
	border-color: #4a63f1;
}

.c-svc-cmp-table__head--other {
	background: #ececec;
	color: #333;
}

.c-svc-cmp-table__head-label,
.c-svc-cmp-table__head-note {
	display: block;
}

.c-svc-cmp-table__head-note {
	margin-top: 4px;
	font-size: clamp(10px, calc(11 * 100vw / 410), 11px);
	font-weight: 500;
	letter-spacing: 0.02em;
	opacity: 0.92;
}

.c-svc-cmp-table__cell--tokumori {
	background: #eef1ff;
	color: #4a63f1;
	border-color: #d5dbff;
}

.c-svc-cmp-table__cell--other {
	background: #fff;
	color: #333;
}

.c-svc-cmp-table__cell-inner {
	display: flex;
	align-items: flex-start;
	gap: 6px;
}

.c-svc-cmp-rate {
	flex-shrink: 0;
	width: 1.1em;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	color: #333;
}

.c-svc-cmp-rate--tokumori {
	color: #4a63f1;
}

.c-svc-cmp-rate--alert,
.c-svc-cmp-table__cell-inner.is-alert .c-svc-cmp-rate,
.c-svc-cmp-table__cell-inner.is-alert .c-svc-cmp-table__text {
	color: #ff351a;
}

.c-svc-cmp-table__text {
	flex: 1 1 auto;
	min-width: 0;
}

.c-svc-cmp-table__cell--tokumori .c-svc-cmp-table__text {
	color: #4a63f1;
}

body.is-cmp-modal-open {
	overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
	.c-svc-cmp-modal__backdrop,
	.c-svc-cmp-modal__dialog {
		transition: none;
	}
}

/* -------------------------------------------------------------------------- */
/* 他手法との比較 — Figma PC 1136:54108 / SP 1599:50785
/* -------------------------------------------------------------------------- */

.c-svc-rpo-plans-compare {
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	scroll-margin-top: 96px;
	background: #fff;
	border-radius: 0;
}

.c-svc-compare--saiyo {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	width: 100%;
	padding: 56px;
	background: #fff;
}

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

.c-svc-compare--saiyo .c-svc-compare__title {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--saiyo-text);
	text-align: center;
}

.c-svc-compare--saiyo .c-svc-section__lead {
	margin: 0;
	width: 100%;
	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(--saiyo-text);
	text-align: center;
}

.c-svc-compare--saiyo .c-svc-section__lead--methods-sp {
	display: none;
}

.c-svc-methods--sp,
.c-svc-methods-scroll {
	display: none;
}

.c-svc-methods--pc {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 16px;
	width: fit-content;
	max-width: 100%;
	margin-inline: auto;
}

.c-svc-methods__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex: 0 0 230px;
	width: 230px;
	min-width: 230px;
	min-height: 319px;
	border: 1px solid var(--saiyo-border);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.c-svc-methods__card.is-featured {
	flex: 0 0 430px;
	width: 430px;
	min-width: 430px;
	min-height: 315px;
}

.c-svc-methods__name {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	margin: 0;
	padding: 16px 12px;
	background: #eee;
}

.c-svc-methods__name h4 {
	margin: 0;
	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;
	text-align: center;
	color: var(--saiyo-text);
}

.c-svc-methods__card.is-featured .c-svc-methods__name {
	background: var(--saiyo-blue);
}

.c-svc-methods__card.is-featured .c-svc-methods__name h4 {
	color: #fff;
}

.c-svc-methods__body {
	box-sizing: border-box;
	flex: 1 1 auto;
	padding: 16px;
	background: #fff;
}

.c-svc-methods__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
}

.c-svc-methods__list li {
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0 8px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-text);
}

.c-svc-methods__list li:not(:last-child) {
	padding-bottom: 4px;
	border-bottom: 1px solid var(--saiyo-border);
}

.c-svc-methods__list li::before {
	content: "";
	flex-shrink: 0;
	width: 12px;
	height: 9px;
	margin-top: 0.55em;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5 4.2 7.7 11 1' stroke='%234a63f1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		center / contain no-repeat;
}

.c-svc-methods__card:not(.is-featured) .c-svc-methods__list li::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5 4.2 7.7 11 1' stroke='%23333333' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.c-svc-methods__accent {
	color: var(--saiyo-blue);
}

.c-svc-methods__rate {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid var(--saiyo-border);
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	color: var(--saiyo-text);
}

.c-svc-methods__card .c-svc-methods__rate {
	white-space: nowrap;
}

.c-svc-methods__card.is-featured .c-svc-methods__rate {
	font-weight: 700;
}

.c-svc-methods__card:not(.is-featured) .c-svc-methods__rate {
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 500;
}

.c-svc-methods__list li > span {
	min-width: 0;
	flex: 1 1 auto;
}

.c-svc-methods__link {
	color: var(--saiyo-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.c-svc-methods__name-icon {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* 費用対効果 — Figma PC 1599:57176 / 1599:57232
 * Design frame 1168 inside 1440. Narrow PC: scale every size with vw.
 * -------------------------------------------------------------------------- */

.c-svc-cost--saiyo {
	--cost-pad-x: clamp(16px, 3.889vw, 56px);
	--cost-pad-b: clamp(32px, 3.889vw, 56px);
	--cost-gap: clamp(24px, 3.889vw, 56px);
	--cost-gutter: clamp(8px, 1.111vw, 16px);
	--cost-arrow-w: clamp(12px, 1.389vw, 20px);
	--cost-arrow-h: clamp(54px, 6.25vw, 90px);
	--cost-head-h: clamp(72px, 7.292vw, 105px);
	--cost-row-h: clamp(48px, 3.958vw, 57px);
	--cost-stat-h: clamp(72px, 6.667vw, 96px);
	--cost-radius: clamp(6px, 0.556vw, 8px);
	--cost-fs-title: clamp(24px, 2.5vw, 36px);
	--cost-fs-case: clamp(18px, 1.667vw, 24px);
	--cost-fs-lead: clamp(13px, 1.111vw, 16px);
	--cost-fs-en: clamp(22px, 2.361vw, 34px);
	--cost-fs-ja: clamp(12px, 1.111vw, 16px);
	--cost-fs-cell: clamp(10px, 0.972vw, 14px);
	--cost-pad-table: clamp(10px, 1.667vw, 24px);
	--cost-pad-cell-y: clamp(3px, 0.278vw, 4px);
	--cost-pad-cell-x: clamp(6px, 0.833vw, 12px);
	--cost-fs-total-label: clamp(13px, 1.389vw, 20px);
	--cost-fs-total-mid: clamp(16px, 1.667vw, 24px);
	--cost-fs-total-main: clamp(28px, 3.75vw, 54px);
	--cost-fs-stat-label: clamp(12px, 1.111vw, 16px);
	--cost-fs-stat-value: clamp(14px, 1.389vw, 20px);
	--cost-fs-stat-num: clamp(22px, 2.778vw, 40px);
	--cost-fs-note: clamp(11px, 0.972vw, 14px);
	--cost-fs-foot: clamp(10px, 0.833vw, 12px);

	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--cost-gap);
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 var(--cost-pad-x) var(--cost-pad-b);
	background: #fff;
}

.c-svc-cost--saiyo *,
.c-svc-cost--saiyo *::before,
.c-svc-cost--saiyo *::after {
	box-sizing: border-box;
}

.c-svc-cost__title {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-title);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.6;
	color: var(--saiyo-text);
	text-align: center;
}

.c-svc-cost__title-sp {
	display: none;
}

.c-svc-cost-case {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: clamp(16px, 2.222vw, 32px);
	width: 100%;
	max-width: 1168px;
	min-width: 0;
}

.c-svc-cost-case + .c-svc-cost-case {
	padding-top: var(--cost-gap);
	border-top: 1px solid var(--saiyo-border);
}

.c-svc-cost-case__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(6px, 0.556vw, 8px);
	width: 100%;
	text-align: center;
}

.c-svc-cost-case__title {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-case);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	color: var(--saiyo-blue);
}

.c-svc-cost-case__lead {
	margin: 0;
	width: 100%;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-lead);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-text);
}

.c-svc-cost-case__lead--sp {
	display: none;
}

/* Before 400 + 16 + arrow 20 + 16 + After 716 = 1168 */
.c-svc-cost-case__flow {
	display: flex;
	align-items: stretch;
	gap: var(--cost-gutter);
	width: 100%;
	min-width: 0;
}

.c-svc-cost-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	border: 2px solid var(--saiyo-border);
	border-radius: var(--cost-radius);
	overflow: hidden;
	background: #fff;
}

.c-svc-cost-panel--before {
	flex: 400 1 0;
}

.c-svc-cost-panel--after {
	flex: 716 1 0;
}

.c-svc-cost-panel__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: var(--cost-head-h);
	padding: clamp(10px, 1.111vw, 16px) clamp(8px, 0.833vw, 12px);
	text-align: center;
}

.c-svc-cost-panel--before .c-svc-cost-panel__head {
	background: #eee;
	color: var(--saiyo-text);
}

.c-svc-cost-panel--after .c-svc-cost-panel__head {
	background: var(--saiyo-blue);
	color: #fff;
}

.c-svc-cost-panel__en {
	font-family: var(--tokumori-font-en);
	font-size: var(--cost-fs-en);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
}

.c-svc-cost-panel__ja {
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-ja);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
}

.c-svc-cost-panel__main {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	background: #fff;
}

.c-svc-cost-panel__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	background: #fff;
}

.c-svc-cost-panel--after .c-svc-cost-panel__content {
	flex: 400 1 0;
}

.c-svc-cost-panel__rows {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	padding: var(--cost-pad-table) var(--cost-pad-table) clamp(8px, 1.111vw, 16px);
}

.c-svc-cost-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	width: 100%;
	min-width: 0;
	min-height: var(--cost-row-h);
	border: 0;
}

.c-svc-cost-row + .c-svc-cost-row {
	border-top: 1px solid var(--saiyo-border);
}

.c-svc-cost-row__label,
.c-svc-cost-row__value {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: var(--cost-pad-cell-y) var(--cost-pad-cell-x);
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-cell);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	text-align: center;
}

.c-svc-cost-row__text {
	display: block;
	width: 100%;
	min-width: 0;
	text-align: center;
}

.c-svc-cost-panel--before .c-svc-cost-row__text,
.c-svc-cost-panel--after .c-svc-cost-row__text {
	white-space: nowrap;
}

.c-svc-cost-row__label {
	background: #f7f6f6;
	color: var(--saiyo-text);
}

.c-svc-cost-row__value {
	background: #fff;
	color: var(--saiyo-muted);
}

.c-svc-cost-num {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-weight: 600;
	letter-spacing: 0;
}

.c-svc-cost-row .c-svc-cost-num {
	font-family: inherit;
	font-weight: inherit;
}

/* Figma: ※N is ~55% of 14px, top-aligned to the kanji cap */
.c-svc-cost-ref {
	display: inline-block;
	font-size: 0.55em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}

.c-svc-cost-panel__total {
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: center;
	gap: 0;
	margin-top: auto;
	margin-bottom: 0;
	padding: clamp(12px, 1.111vw, 16px) clamp(8px, 1.111vw, 16px);
	min-height: clamp(72px, 8.194vw, 118px);
	font-family: var(--tokumori-font-display);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	color: var(--saiyo-text);
	background: #fff;
	white-space: nowrap;
}

.c-svc-cost-panel__total-label,
.c-svc-cost-panel__total-rest {
	font-size: var(--cost-fs-total-label);
	color: var(--saiyo-text);
}

.c-svc-cost-panel__total-label {
	margin-inline-end: 0.2em;
}

.c-svc-cost-panel__total-approx,
.c-svc-cost-panel__total-yen {
	font-size: var(--cost-fs-total-mid);
}

.c-svc-cost-panel__total-main {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-weight: 600;
	font-size: var(--cost-fs-total-main);
	line-height: 1.6;
}

.c-svc-cost-panel__total.is-after .c-svc-cost-panel__total-approx,
.c-svc-cost-panel__total.is-after .c-svc-cost-panel__total-main,
.c-svc-cost-panel__total.is-after .c-svc-cost-panel__total-yen {
	color: var(--saiyo-blue);
}

.c-svc-cost-panel--after .c-svc-cost-panel__total {
	padding-inline: 0;
}

.c-svc-cost-panel__note {
	margin: 0;
	padding: 0 var(--cost-pad-table) var(--cost-pad-table);
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-note);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-muted);
	text-align: left;
}

.c-svc-cost-arrow {
	flex: 0 0 var(--cost-arrow-w);
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: var(--cost-arrow-w);
	position: relative;
	z-index: 2;
	overflow: visible;
}

.c-svc-cost-arrow__img {
	display: block;
	width: var(--cost-arrow-w);
	height: var(--cost-arrow-h);
	max-width: none;
}

.c-svc-cost-stats {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: clamp(6px, 0.694vw, 10px);
	flex: 316 1 0;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: var(--cost-pad-table) var(--cost-pad-table) clamp(8px, 1.111vw, 16px);
	list-style: none;
	background: #fff;
}

.c-svc-cost-stat {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: clamp(8px, 1.111vw, 16px);
	min-height: var(--cost-stat-h);
	padding: clamp(10px, 1.111vw, 16px);
	border-radius: var(--cost-radius);
	background: var(--saiyo-blue-tint);
}

.c-svc-cost-stat__label {
	flex: 0 1 auto;
	max-width: 42%;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-stat-label);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	color: var(--saiyo-text);
	text-align: left;
}

.c-svc-cost-stat__label--sp {
	display: none;
}

.c-svc-cost-stat__value {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	flex: 0 0 auto;
	margin-inline-start: auto;
	min-width: 0;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-stat-value);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	color: var(--saiyo-blue);
	text-align: right;
	white-space: nowrap;
}

.c-svc-cost-stat__prefix,
.c-svc-cost-stat__pct,
.c-svc-cost-stat__yen {
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-stat-value);
	line-height: 1.4;
	color: var(--saiyo-blue);
}

.c-svc-cost-stat__num {
	font-family: var(--tokumori-font-en, var(--tokumori-font-display));
	font-weight: 600;
	font-size: var(--cost-fs-stat-num);
	line-height: 1.2;
	color: var(--saiyo-blue);
}

.c-svc-cost-stat__tail {
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-stat-value);
	line-height: 1.4;
	color: var(--saiyo-text);
}

.c-svc-cost-stat.is-copy .c-svc-cost-stat__value {
	display: block;
	width: max-content;
	max-width: 9.2em;
	color: var(--saiyo-text);
	text-align: left;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-stat-value);
	line-height: 1.4;
	white-space: normal;
}

.c-svc-cost-case__footnotes {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: var(--cost-fs-foot);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.7;
	color: var(--saiyo-muted);
}

/* -------------------------------------------------------------------------- */
/* Notes / CTA pair / flow / back — saiyo tweaks
/* -------------------------------------------------------------------------- */

.c-svc-notes {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 500;
	line-height: 1.6;
	color: var(--saiyo-muted);
}

.c-svc-cta-pair {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/* Figma 1438:46311 — link cards 448×180 */
.c-svc-cta-link {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	flex: 0 0 448px;
	width: 448px;
	max-width: 448px;
	height: 180px;
	min-height: 180px;
	padding: 24px 64px 24px 24px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.c-svc-cta-link--fill {
	background: var(--saiyo-blue);
	border: 1px solid var(--saiyo-blue);
	color: #fff;
}

.c-svc-cta-link--ghost {
	background: #fff;
	border: 1px solid var(--saiyo-text);
	color: var(--saiyo-text);
}

.c-svc-cta-link__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
	max-width: 348px;
}

.c-svc-cta-link__title {
	margin: 0;
	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: inherit;
	white-space: nowrap;
}

.c-svc-cta-link__desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	color: inherit;
}

.c-svc-cta-link__desc-line {
	display: block;
	white-space: nowrap;
}

.c-svc-cta-link__chev {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 24px;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	border: 1px solid currentColor;
	border-radius: 50%;
	transform: translateY(-50%);
}

.c-svc-cta-link__chev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	transform: translate(-60%, -50%) rotate(45deg);
}

.c-svc-cta-link:hover,
.c-svc-cta-link:focus-visible {
	opacity: 0.92;
	transform: translateY(-2px);
	text-decoration: none;
	color: inherit;
}

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

.c-svc-cta-link--ghost:hover,
.c-svc-cta-link--ghost:focus-visible {
	color: var(--saiyo-text);
}

.c-svc-cta-link:active {
	transform: translateY(0);
}

.c-svc-btn--flow-back {
	min-width: 270px;
	padding: 20px;
	justify-content: space-between;
	border-color: var(--saiyo-blue);
	color: var(--saiyo-blue);
}

.c-svc-btn--flow-back .c-svc-btn__chev {
	color: var(--saiyo-blue);
	border-color: var(--saiyo-blue);
}

/* -------------------------------------------------------------------------- */
/* Flow — Figma 1136:54536
/* -------------------------------------------------------------------------- */

.c-svc-section--saiyo-flow {
	box-sizing: border-box;
	padding: 104px 80px;
	background: #fff;
}

.c-svc-section--saiyo-flow > .c-svc-section__inner {
	box-sizing: border-box;
	max-width: 1240px;
	gap: 80px;
	align-items: center;
}

.c-svc-section--saiyo-flow .c-svc-flow-panel {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	padding: 70px 56px 80px;
	border-radius: 8px;
	background: var(--saiyo-gray);
	overflow: visible;
}

.c-svc-section--saiyo-flow .c-svc-flow-illust {
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 2;
	margin: 0;
	width: min(32vw, 370px);
	pointer-events: none;
}

.c-svc-section--saiyo-flow .c-svc-flow-illust img {
	display: block;
	width: 100%;
	height: auto;
}

.c-svc-section--saiyo-flow .c-svc-flow-panel__head {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 1020px;
	margin: 0 0 56px;
}

.c-svc-section--saiyo-flow .c-svc-flow-panel__copy {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
	max-width: 720px;
}

.c-svc-section--saiyo-flow .c-svc-flow-panel__title {
	margin: 0;
	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(--saiyo-text);
}

.c-svc-section--saiyo-flow .c-svc-flow-panel__lead {
	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(--saiyo-text);
}

.c-svc-section--saiyo-flow .c-svc-flow-panel__lead--sp {
	display: none;
}

.c-svc-section--saiyo-flow .c-svc-flow {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 56px;
	width: 100%;
	max-width: 1128px;
	margin: 0;
}

.c-svc-section--saiyo-flow .c-svc-flow::before {
	content: "";
	position: absolute;
	top: 26px;
	left: 0;
	right: 0;
	z-index: 0;
	border-top: 2px dashed #333;
}

.c-svc-section--saiyo-flow .c-svc-step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	min-height: 236px;
	border: 1px solid var(--saiyo-blue);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.c-svc-section--saiyo-flow .c-svc-step__label {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-height: 52px;
	padding: 10px 12px;
	background: var(--saiyo-blue-tint);
	border-bottom: 1px solid var(--saiyo-blue);
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	color: var(--saiyo-blue);
}

.c-svc-section--saiyo-flow .c-svc-step__content {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	flex: 1;
	padding: 16px 16px 24px;
	background: #fff;
}

.c-svc-section--saiyo-flow .c-svc-step__icon {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 5px 0;
	border: 1px solid var(--saiyo-blue);
	border-radius: 50%;
	background: #fff;
}

.c-svc-section--saiyo-flow .c-svc-step__icon img {
	display: block;
	width: 24px;
	height: 24px;
}

.c-svc-section--saiyo-flow .c-svc-step__body {
	margin: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
	text-align: center;
	color: var(--saiyo-text);
}

.c-svc-section--saiyo-flow .c-svc-step__note {
	margin: 0;
	align-self: center;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
	color: var(--saiyo-muted);
}

.c-svc-flow-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	color: var(--saiyo-text);
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.c-svc-flow-back:hover,
.c-svc-flow-back:focus-visible {
	opacity: 0.9;
	color: var(--saiyo-text);
	text-decoration: none;
}

.c-svc-flow-back__chev {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	flex-shrink: 0;
}

.c-svc-flow-back__chev::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translate(-30%, -50%) rotate(45deg);
}

.c-svc-flow-slider {
	box-sizing: border-box;
	width: 100%;
}

.c-svc-flow-slider__viewport,
.c-svc-flow-slider__track {
	width: 100%;
}

.c-svc-flow-slider__controls {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* FAQ — Figma PC 1599:57515 / SP 1599:57572
/* -------------------------------------------------------------------------- */

.c-svc-faq {
	box-sizing: border-box;
	padding: 104px 100px;
	background: #f7f6f6;
}

.c-svc-faq__inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 56px;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.c-svc-faq__title {
	margin: 0;
	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(--saiyo-text);
	text-align: center;
}

.c-svc-faq__list {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid var(--saiyo-border);
}

.c-svc-faq__item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.c-svc-faq__q {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border: 0;
	border-bottom: 1px solid var(--saiyo-border);
	background: transparent;
	color: var(--saiyo-text);
	text-align: left;
	cursor: pointer;
}

.c-svc-faq__mark {
	flex-shrink: 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(--saiyo-text);
}

.c-svc-faq__q-text {
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--tokumori-font-display);
	font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.8;
}

.c-svc-faq__icon {
	position: relative;
	flex-shrink: 0;
	width: 13px;
	height: 13px;
}

.c-svc-faq__icon::before,
.c-svc-faq__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--saiyo-text);
	transform: translate(-50%, -50%);
}

.c-svc-faq__icon::before {
	width: 13px;
	height: 1px;
}

.c-svc-faq__icon::after {
	width: 1px;
	height: 13px;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.c-svc-faq__item.is-open .c-svc-faq__icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.c-svc-faq__a {
	display: grid;
	grid-template-rows: 0fr;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	transition: grid-template-rows 0.35s ease;
}

.c-svc-faq__item.is-open .c-svc-faq__a {
	grid-template-rows: 1fr;
}

.c-svc-faq__item.is-open .c-svc-faq__q {
	border-bottom-color: var(--saiyo-border);
}

.c-svc-faq__a-inner {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 0;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	padding: 0 0 0 40px;
	transition: padding 0.35s ease, border-color 0.35s ease;
}

.c-svc-faq__item.is-open .c-svc-faq__a-inner {
	padding: 20px 0 20px 40px;
	border-bottom-color: var(--saiyo-border);
}

.c-svc-faq__a-text {
	flex: 1 1 auto;
	min-width: 0;
	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(--saiyo-text);
}

@media (prefers-reduced-motion: reduce) {
	.c-svc-faq__a,
	.c-svc-faq__a-inner,
	.c-svc-faq__icon::after {
		transition: none;
	}

	.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more {
		animation: none;
	}
}

.c-svc-faq__item.is-more {
	display: none;
}

.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more {
	display: flex;
	animation: saiyo-faq-more-in 0.5s ease both;
}

.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more:nth-child(7) {
	animation-delay: 0.06s;
}

.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more:nth-child(8) {
	animation-delay: 0.12s;
}

.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more:nth-child(9) {
	animation-delay: 0.18s;
}

.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more:nth-child(10) {
	animation-delay: 0.24s;
}

.c-svc-faq__list.is-expanded .c-svc-faq__item.is-more:nth-child(n + 11) {
	animation-delay: 0.3s;
}

@keyframes saiyo-faq-more-in {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.c-svc-faq__more {
	appearance: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 56px;
	margin-top: 24px;
	padding: 0 16px;
	border: 1px solid #333;
	border-radius: 37px;
	background: #fff;
	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: #333;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.c-svc-faq__more:hover,
.c-svc-faq__more:focus-visible {
	background: #fff;
	color: #333;
}

.c-svc-faq__list.is-expanded ~ .c-svc-faq__more,
.c-svc-faq__more[hidden] {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* SP ≤767px (theme convention; service-detail uses 1100px)
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.c-svc-bc {
		padding: 12px 16px;
	}

	.c-svc-logos--saiyo {
		padding: 40px 0;
	}

	.c-svc-logos--saiyo .c-svc-logos__inner {
		gap: 30px;
		width: min(1257px, calc(100% - 32px));
		padding: 0;
	}

	/* Figma 1186:79932 — 300 MOBO 35 / 本文 MOBO 24 / #231815 */
	.c-svc-logos--saiyo .c-svc-logos__title {
		padding: 0;
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		line-height: 1.6;
	}

	.c-svc-logos--saiyo .c-svc-logos__title-num {
		font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
		font-size: clamp(10px, calc(35 * 100vw / 410), 35px);
		font-weight: 700;
		line-height: 1;
	}

	.c-svc-logos--saiyo .c-svc-logos__title-text {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

		.c-svc-logos--saiyo .c-svc-logos__marquee .c-svc-logos__track img {
		height: 48px;
		max-height: 48px;
	}

	/* Hero — Figma 1186:79904
	   Title: mixed MOBO — line1 35 / lines 2–3 25 / lh 160% / ls 0
	   (Figma text bounds 275×129; L2 width matches 25px em; marker ≈222) */
	.c-svc-hero--rpo.c-svc-hero--saiyo {
		padding: 56px 24px;
	}

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

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__copy {
		order: 0;
		gap: 32px;
		width: 100%;
		max-width: none;
		align-items: center;
		text-align: center;
	}

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

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__logo {
		max-width: 328px;
		height: 40px;
		margin-inline: auto;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__title {
		font-size: clamp(10px, calc(25 * 100vw / 410), 25px);
		letter-spacing: 0;
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__title-line--lg {
		font-size: clamp(10px, calc(35 * 100vw / 410), 35px);
	}

	.c-svc-hero__title-mark::after {
		bottom: 0.08em;
		height: 12px;
		background: #fffd8c;
	}

	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__lead {
		font-family: var(--tokumori-font-display);
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.8;
		white-space: normal;
		text-align: center;
	}

	.c-svc-btn--outline-blue {
		width: 100%;
		max-width: 362px;
		margin-inline: auto;
		/* Figma 1186:79925 — 72px incl. inside stroke; flex-center instead of pad+lh overflow */
		height: 72px;
		min-height: 72px;
		padding: 0 20px 0 32px;
		gap: 8px;
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.8;
		justify-content: space-between;
	}

	.c-svc-btn--outline-dark {
		width: 320px;
		max-width: 100%;
		min-height: 72px;
		padding: 20px 28px 20px 40px;
	}

	/* Illust — Figma 1186:81052 (frame 362×261, no clip)
	 * Photo right≈16.59 / Blue right≈−0.84→0 (shifted +17.43) / rotate(4deg) */
	.c-svc-hero--rpo.c-svc-hero--saiyo .c-svc-hero__illust {
		--saiyo-illust-w: 95.417%; /* 345.41 / 362 */
		--saiyo-illust-photo-right: 4.583%; /* 16.59 / 362 */
		/*
		 * Keep the Figma 362×261 coordinate system as the maximum size,
		 * while scaling every layer with narrower content areas.
		 */
		--saiyo-illust-blue-right: 2.21%; /* 8 / 362 */
		--saiyo-illust-blue-top: 4.406%; /* 11.5 / 261 */
		--saiyo-illust-radius: 5.782cqw; /* 20.93 / 362 */
		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;
	}

	.c-svc-hero__scroll {
		--saiyo-scroll-gap-label: 1.66cqw; /* 6 / 362 */
		--saiyo-scroll-gap-dot: 2.76cqw; /* 10 / 362 */
		--saiyo-scroll-line-w: 0.55cqw; /* 2 / 362 */
		font-size: 8.01cqw; /* 29 / 362 */
		padding-top: 2%;
	}

	.c-svc-hero__scroll-line {
		height: 11.05cqw; /* 40 / 362 */
	}

	.c-svc-hero__scroll-dot {
		width: 3.87cqw; /* 14 / 362 */
		height: 3.87cqw;
	}

	.c-svc-section--saiyo-metrics > .c-svc-section__inner {
		gap: 32px;
	}

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

	.c-svc-section--saiyo-metrics .c-svc-section__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		letter-spacing: 1.2px;
		line-height: 1.6;
		text-align: center;
	}

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

	.c-svc-section--saiyo-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--saiyo-metrics .c-svc-section__lead {
		max-width: 378px;
		margin-inline: auto;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
	}

	.c-svc-metrics--saiyo {
		width: 100%;
		max-width: 322px;
		margin-inline: auto;
		gap: 24px;
		align-items: center;
	}

	.c-svc-metrics--saiyo .c-svc-metrics__rows {
		gap: 24px;
		width: 100%;
	}

	.c-svc-metrics--saiyo .c-svc-metrics__row--3,
	.c-svc-metrics--saiyo .c-svc-metrics__row--4 {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		grid-template-columns: none;
		gap: 24px;
		width: 100%;
	}

	.c-svc-metric-card {
		display: grid;
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		column-gap: 24px;
		align-items: center;
		justify-items: center;
		width: 100%;
		min-height: 96px;
		gap: 0;
	}

	.c-svc-metric-card__laurel-slot {
		flex: none;
		width: 40px;
		min-width: 40px;
		max-width: 40px;
	}

	.c-svc-metric-card__laurel {
		width: 40px;
		height: 96px;
	}

	.c-svc-metric-card__main {
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.c-svc-metric-card__label {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
		white-space: nowrap;
	}

	.c-svc-metric-card__value {
		justify-content: center;
		letter-spacing: 1.2px;
		line-height: 0.9;
	}

	.c-svc-metric-card__num {
		font-size: clamp(10px, calc(54 * 100vw / 410), 54px);
		font-weight: 300;
		letter-spacing: 1.2px;
		line-height: 0.9;
	}

	.c-svc-metric-card__pct {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		letter-spacing: 1.2px;
		line-height: 0.9;
		padding-bottom: 0.1em;
	}

	.c-svc-metric-card__unit {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		letter-spacing: 1.2px;
		line-height: 0.9;
		padding-bottom: 0.1em;
	}

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

	.c-svc-section--saiyo-metrics {
		overflow-x: clip;
	}

	.c-svc-cases-slider {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}

	.c-svc-cases-slider__viewport {
		padding-inline: 0;
		overflow: hidden;
	}

	.c-svc-cases-slider__track,
	.c-svc-cases-slider.is-sp .c-svc-cases-slider__track {
		animation: none !important;
		gap: 0;
	}

	.c-svc-cases-slider__group,
	.c-svc-cases-slider.is-sp .c-svc-cases-slider__group {
		gap: 16px;
		padding-right: 0;
	}

	.c-svc-cases-slider__group--clone,
	.c-svc-cases-slider.is-sp .c-svc-cases-slider__group--clone {
		display: none !important;
	}

	.c-svc-cases-slider .c-card {
		flex: 0 0 280px;
		width: 280px;
		max-width: 280px;
	}

	.c-svc-cases-slider__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		width: 100%;
		margin-top: 24px;
		padding-inline: 0;
	}

	/* Why — Figma SP 1186:80107 */
	.c-svc-section--saiyo-why {
		padding: 56px 16px;
	}

	.c-svc-section--saiyo-why > .c-svc-section__inner {
		gap: 32px;
		align-items: stretch;
	}

	.c-svc-section--saiyo-why .c-svc-section__head {
		width: 100%;
		gap: 0;
	}

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

	.c-svc-saiyo-why {
		gap: 56px;
		align-items: stretch;
	}

	.c-svc-features-panel--saiyo {
		padding: 32px 16px;
	}

	.c-svc-features--saiyo {
		gap: 0;
	}

	.c-svc-feature--saiyo {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
		grid-template-columns: none;
		min-height: 0;
		width: 100%;
		text-align: center;
	}

	.c-svc-feature--saiyo:not(:last-child) {
		padding-bottom: 24px;
		margin-bottom: 24px;
		border-bottom: 1px dashed var(--saiyo-border);
	}

	.c-svc-feature--saiyo .c-svc-feature__content {
		flex-direction: column;
		align-items: center;
		gap: 12px;
		width: 100%;
	}

	/* Check — Figma SP 1400:44590 outlined 24px (not filled 30px) */
	.c-svc-feature--saiyo .c-svc-feature__check-img--pc {
		display: none;
	}

	.c-svc-feature--saiyo .c-svc-feature__check-img--sp {
		display: block;
		width: 24px;
		height: 24px;
		margin-top: 8px;
	}

	.c-svc-feature--saiyo .c-svc-feature__main {
		align-items: center;
		gap: 8px;
		width: 100%;
	}

	/*
	 * Title — Figma SP 1400:44594: Noto Sans JP Bold 18 / lh 180% / ls 1.2
	 * Long lines are nowrap (Figma breaks). clamp keeps them on one line on <410px.
	 */
	.c-svc-feature--saiyo .c-svc-feature__title {
		font-family: var(--tokumori-font-display);
		font-size: clamp(15px, 4.4vw, 18px);
		font-weight: 700;
		letter-spacing: clamp(0px, 0.29vw, 1.2px);
		line-height: 1.8;
		text-align: center;
		color: var(--saiyo-text);
		width: 100%;
	}

	.c-svc-feature--saiyo .c-svc-feature__title-pc {
		display: none;
	}

	.c-svc-feature--saiyo .c-svc-feature__title-sp {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		color: inherit;
	}

	.c-svc-feature--saiyo .c-svc-feature__title-line {
		display: block;
		white-space: nowrap;
	}

	.c-svc-feature--saiyo .c-svc-feature__body,
	.c-svc-section--saiyo-why .c-svc-feature--saiyo .c-svc-feature__body {
		width: 100%;
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6;
		text-align: left;
	}

	.c-svc-feature--saiyo .c-svc-feature__body.c-svc-show-pc {
		display: none;
	}

	.c-svc-feature--saiyo .c-svc-feature__body.c-svc-show-sp {
		display: block;
	}

	.c-svc-feature--saiyo .c-svc-feature__art {
		width: 180px;
		height: 130px;
		margin: 0 auto;
	}

	/* Why CTA — Figma SP link 1441:46456 (378×141) */
	.c-svc-why-cta {
		align-items: center;
		justify-content: space-between;
		max-width: none;
		width: 100%;
		min-height: 0;
		height: auto;
		gap: 40px;
		padding: 24px;
		border: 1px solid var(--saiyo-blue);
		border-radius: 8px;
		background: var(--saiyo-blue);
		box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
	}

	.c-svc-why-cta__copy {
		flex: 1 1 auto;
		gap: 4px;
		max-width: 306px;
	}

	.c-svc-why-cta__eyebrow {
		display: none;
	}

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

	.c-svc-why-cta__text {
		max-width: 180px;
		font-family: var(--tokumori-font-display);
		font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
		font-weight: 400;
		letter-spacing: 0;
		line-height: 1.6;
		color: #fff;
	}

	.c-svc-why-cta__text-pc {
		display: none;
	}

	.c-svc-why-cta__text-sp {
		display: block;
	}

	.c-svc-why-cta__chev {
		position: relative;
		top: auto;
		right: auto;
		flex-shrink: 0;
		align-self: center;
		width: 24px;
		height: 24px;
		margin: 0;
		border: 1px solid #fff;
		border-radius: 50%;
		transform: none;
	}

	/* Scope — Figma SP 1186:80299 */
	.c-svc-section--saiyo-scope {
		padding: 56px 16px;
	}

	.c-svc-section--saiyo-scope > .c-svc-section__inner {
		gap: 56px;
		align-items: stretch;
	}

	.c-svc-section--saiyo-scope .c-svc-section__head {
		width: 100%;
		max-width: none;
		gap: 16px;
		align-items: center;
	}

	.c-svc-section--saiyo-scope .c-svc-section__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-section--saiyo-scope .c-svc-section__lead {
		max-width: none;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		font-weight: 400;
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
	}

	.c-svc-scope-tabs {
		width: 100%;
		max-width: 362px;
		margin-inline: auto;
	}

	.c-svc-scope-tabs__nav {
		max-width: none;
		gap: 4px;
	}

	.c-svc-scope-tabs__nav [role="tab"] {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		box-sizing: border-box;
		height: 74px;
		min-height: 74px;
		/* Figma lists pad 16 but label is 90px in 118px tab — bump left a bit for breathing room */
		padding: 8px 8px 8px 14px;
		border-radius: 8px 8px 0 0;
		background: var(--saiyo-chip-sp);
		font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.6;
		color: #fff;
		text-align: left;
	}

	.c-svc-scope-tabs__nav [role="tab"] .c-svc-show-pc {
		display: none !important;
	}

	.c-svc-scope-tabs__nav [role="tab"] .c-svc-show-sp {
		display: block;
		width: 100%;
		line-height: 1.6;
	}

	.c-svc-scope-tabs__nav [role="tab"][aria-selected="true"] {
		background: var(--saiyo-blue);
		color: #fff;
	}

	.c-svc-scope-tabs__panels {
		max-width: none;
	}

	.c-svc-scope-tabs__panel {
		gap: 20px;
		padding: 24px;
		border: 1px solid var(--saiyo-border);
		border-radius: 0 0 8px 8px;
		box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
	}

	.c-svc-scope-tabs__illust {
		max-width: 249px;
		width: 100%;
	}

	.c-svc-scope-tabs__body {
		gap: 32px;
		max-width: none;
	}

	.c-svc-scope-tabs__headline {
		padding: 8px 0;
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-scope-tabs__headline-pc {
		display: none;
	}

	.c-svc-scope-tabs__headline-sp {
		display: inline;
	}

	.c-svc-chips--pc {
		display: none;
	}

	.c-svc-chips--sp {
		display: flex;
	}

	.c-svc-chips--wrap {
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}

	.c-svc-chips--wrap li {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.8;
		white-space: nowrap;
	}

	.c-svc-scope-table-wrap {
		margin-inline: -8px;
		padding-inline: 0;
	}

	.c-svc-scope-table {
		min-width: 640px;
		font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	}

	.c-svc-scope-table th,
	.c-svc-scope-table td {
		padding: 8px 10px;
	}

	.c-svc-scope-table thead th:first-child,
	.c-svc-scope-table tbody th {
		position: sticky;
		left: 0;
		z-index: 1;
		width: 140px;
		min-width: 140px;
		box-shadow: 4px 0 8px rgba(51, 51, 51, 0.06);
		background: #fff;
	}

	.c-svc-scope-table thead th:first-child {
		background: #f7f8fb;
		z-index: 2;
	}

	/* Plans — Figma SP 1186:80386 */
	.c-svc-section--rpo-plans {
		padding: 56px 16px;
		overflow: visible;
	}

	.c-svc-section--rpo-plans > .c-svc-section__inner {
		gap: 56px;
		align-items: stretch;
		overflow: visible;
	}

	.c-svc-rpo-plans-top {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 56px;
		width: 100%;
		overflow: visible;
	}

	.c-svc-section--rpo-plans .c-svc-section__head {
		width: 100%;
		max-width: none;
		gap: 16px;
		align-items: center;
	}

	.c-svc-section--rpo-plans .c-svc-section__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-section--rpo-plans .c-svc-section__lead {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		font-weight: 400;
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
	}

	.c-svc-section--rpo-plans .c-svc-section__lead-em {
		font-weight: 400;
	}

	.c-svc-section--rpo-plans .c-svc-section__lead-em::after {
		height: 5px;
		bottom: 0.1em;
	}

	.c-svc-plans-slider {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
		width: 100%;
		overflow: visible;
		container-type: normal;
	}

	.c-svc-plans-tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: flex-start;
		gap: 10px;
		width: 100%;
		max-width: 322px;
		margin: 0 auto;
	}

	.c-svc-plans-tabs [data-plan-tab] {
		box-sizing: border-box;
		flex: 0 0 130px;
		width: 130px;
		min-height: 33px;
		padding: 4px 8px;
		border: 1px solid #d9d9d9;
		border-radius: 8px;
		background: #fff;
		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: var(--saiyo-text);
		white-space: nowrap;
		text-align: center;
		cursor: pointer;
		transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	}

	.c-svc-plans-tabs [data-plan-tab][aria-selected="true"],
	.c-svc-plans-tabs [data-plan-tab].is-active {
		border-color: #fff;
		color: #fff;
	}

	.c-svc-plans-tabs [data-plan-tab="light"][aria-selected="true"],
	.c-svc-plans-tabs [data-plan-tab="light"].is-active {
		background: #a0adf6;
	}

	.c-svc-plans-tabs [data-plan-tab="standard"][aria-selected="true"],
	.c-svc-plans-tabs [data-plan-tab="standard"].is-active {
		background: #6b7ff4;
	}

	.c-svc-plans-tabs [data-plan-tab="advisory"][aria-selected="true"],
	.c-svc-plans-tabs [data-plan-tab="advisory"].is-active {
		background: #4a63f1;
	}

	.c-svc-plans-tabs [data-plan-tab="premium"][aria-selected="true"],
	.c-svc-plans-tabs [data-plan-tab="premium"].is-active {
		background: #3648d4;
	}

	/*
	 * Full-viewport strip so the active card can sit on the screen center.
	 * Side pad = leftover of (100vw - card) — also keeps box-shadow unclipped.
	 */
	.c-svc-plans-slider__viewport {
		--plan-shadow-x: 24px;
		--plan-card-w: min(360px, calc(100vw - 48px));
		box-sizing: border-box;
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		transform: none;
		padding: 16px calc((100vw - var(--plan-card-w)) / 2) 32px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: calc((100vw - var(--plan-card-w)) / 2);
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: auto;
		height: auto;
		align-items: flex-start;
	}

	.c-svc-plans-slider.is-animating .c-svc-plans-slider__viewport {
		scroll-snap-type: none;
	}

	.c-svc-plans-slider__viewport::-webkit-scrollbar {
		display: none;
	}

	.c-svc-plans-slider__fit {
		display: block;
		width: max-content;
		max-width: none;
		flex-shrink: 0;
		transform: none;
	}

	.c-svc-plans--saiyo,
	.c-svc-plans-slider__track {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		/* Wider than --plan-shadow-x so neighbors stay outside the overflow pad */
		gap: calc(var(--plan-shadow-x, 24px) + 8px);
		width: max-content;
		max-width: none;
		grid-template-columns: none;
		transition: transform 0.4s ease;
	}

	.c-svc-plans-slider.is-instant .c-svc-plans-slider__track,
	.c-svc-plans-slider.is-instant .c-svc-plans-slider__viewport {
		transition: none !important;
	}

	/* Per-card height (content); do not stretch to tallest sibling */
	.c-svc-plans--saiyo .c-svc-plan-card,
	.c-svc-plans--saiyo > .c-svc-plan-card.has-badge {
		display: flex;
		flex: 0 0 var(--plan-card-w);
		width: var(--plan-card-w);
		min-width: 0;
		max-width: var(--plan-card-w);
		height: auto;
		min-height: 0;
		margin-top: 0;
		align-self: flex-start;
		overflow: visible;
		scroll-snap-align: center;
		scroll-snap-stop: always;
	}

	.c-svc-plans--saiyo {
		padding-top: 0;
		align-items: flex-start;
		align-content: flex-start;
		flex-wrap: nowrap;
		justify-content: flex-start;
		column-gap: calc(var(--plan-shadow-x, 24px) + 8px);
		row-gap: 16px;
		width: max-content;
		max-width: none;
		margin-inline: 0;
	}

	.c-svc-plans-slider__viewport {
		display: block;
	}

	.c-svc-plan-card__hook {
		height: auto;
		min-height: 0;
		padding: 16px 12px;
	}

	.c-svc-plan-card.has-badge .c-svc-plan-card__hook {
		padding: 16px 12px;
		height: auto;
		min-height: 0;
	}

	.c-svc-plan-card__badge {
		top: -12px;
	}

	.c-svc-plan-card__hook-title {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		line-height: 1.6;
	}

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

	.c-svc-plan-card__body {
		flex: 1 1 auto;
		padding: 16px;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
	}

	.c-svc-plan-card.has-badge .c-svc-plan-card__body {
		gap: 32px;
	}

	.c-svc-plan-card__name {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		padding: 2px 0 16px;
	}

	.c-svc-plan-card__price,
	.c-svc-plan-card__price--text {
		height: 70px;
		min-height: 70px;
	}

	.c-svc-plan-card__price {
		padding-bottom: 14px;
	}

	.c-svc-plan-card__price--text {
		padding-bottom: 0;
	}

	.c-svc-plan-card__price-num {
		font-size: clamp(10px, calc(64 * 100vw / 410), 64px);
	}

	.c-svc-plan-card__price-note--pc {
		display: none;
	}

	.c-svc-plan-card__list li {
		padding: 4px 8px;
	}

	.c-svc-plan-card__compare {
		align-self: center;
		width: auto;
		min-width: 0;
	}

	.c-svc-plans-slider__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15.5px;
		width: 100%;
		max-width: 239px;
		margin: 0 auto;
	}

	.c-svc-plans-slider__nav {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
		opacity: 1;
		transition: opacity 0.2s ease;
	}

	.c-svc-plans-slider__nav.is-disabled,
	.c-svc-plans-slider__nav:disabled {
		opacity: 0.5;
		cursor: default;
	}

	.c-svc-plans-slider__nav img {
		display: block;
		width: 24px;
		height: 24px;
	}

	.c-svc-plans-slider__progress {
		position: relative;
		box-sizing: border-box;
		flex: 0 0 160px;
		width: 160px;
		height: 3px;
		border-radius: 999px;
		background: #838586;
		overflow: visible;
	}

	.c-svc-plans-slider__progress-thumb {
		position: absolute;
		top: 50%;
		left: 0;
		width: 60px;
		height: 3px;
		margin-top: -1.5px;
		border-radius: 999px;
		background: #333;
		transform: translateX(0);
		transition: transform 0.35s ease;
	}

	.c-svc-plans-slider.is-instant .c-svc-plans-slider__progress-thumb {
		transition: none !important;
	}

	.c-svc-section--rpo-plans .c-svc-section__inner,
	.c-svc-rpo-plans-compare,
	.c-svc-compare--saiyo,
	.c-svc-compare--rpo {
		min-width: 0;
	}

	.c-svc-rpo-plans-compare,
	.c-svc-compare--saiyo {
		overflow-x: hidden;
	}

	/* Figma SP 1599:50785 — title 24 center / lead 16 / rows */
	.c-svc-compare--saiyo {
		padding: 32px 0 56px;
		gap: 32px;
		align-items: center;
		background: transparent;
	}

	.c-svc-compare--saiyo .c-svc-compare__head--saiyo {
		gap: 32px;
		max-width: none;
		align-items: center;
	}

	.c-svc-compare--saiyo .c-svc-compare__title {
		display: block;
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		font-weight: 700;
		letter-spacing: 1.2px;
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-compare--saiyo .c-svc-section__lead--methods-pc {
		display: none;
	}

	.c-svc-compare--saiyo .c-svc-section__lead--methods-sp {
		display: block;
	}

	.c-svc-methods--pc {
		display: none;
	}

	.c-svc-methods-scroll {
		display: block;
		box-sizing: border-box;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		padding-bottom: 0;
		border: 1px solid var(--saiyo-border);
		border-radius: 8px;
		background: #fff;
	}

	.c-svc-methods--sp {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		width: 770px;
		min-width: 770px;
		border: 0;
		border-radius: 0;
		overflow: visible;
		background: #fff;
	}

	.c-svc-methods__row {
		box-sizing: border-box;
		display: flex;
		align-items: stretch;
		width: 100%;
		border: 0;
		border-radius: 0;
		border-bottom: 1px solid var(--saiyo-border);
		overflow: visible;
		background: #fff;
	}

	.c-svc-methods__row:last-child {
		border-bottom: 0;
	}

	.c-svc-methods__row .c-svc-methods__name {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 8px;
		flex: 0 0 120px;
		width: 120px;
		padding: 16px 6px;
		background: #eee;
		position: sticky;
		left: 0;
		z-index: 2;
		box-shadow: 4px 0 8px rgba(51, 51, 51, 0.06);
	}

	.c-svc-methods__row .c-svc-methods__name h4 {
		font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.4;
	}

	.c-svc-methods__row.is-featured .c-svc-methods__name {
		background: var(--saiyo-blue);
	}

	.c-svc-methods__row.is-featured .c-svc-methods__name h4 {
		color: #fff;
	}

	.c-svc-methods__name-icon {
		display: block;
		width: 28px;
		height: 22px;
		object-fit: contain;
		filter: brightness(0) invert(1);
	}

	.c-svc-methods__row .c-svc-methods__rate {
		flex: 0 0 190px;
		width: 190px;
		border-top: 0;
		border-left: 1px solid var(--saiyo-border);
		border-right: 1px solid var(--saiyo-border);
		font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.45;
		white-space: pre-line;
	}

	.c-svc-methods__row:not(.is-featured) .c-svc-methods__rate {
		font-weight: 300;
	}

	.c-svc-methods__row .c-svc-methods__body {
		flex: 1 1 auto;
		min-width: 0;
		width: 460px;
		padding: 16px;
	}

	.c-svc-methods__row .c-svc-methods__list li {
		align-items: center;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

	.c-svc-methods__row .c-svc-methods__list li::before {
		margin-top: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M1 4.5 4.2 7.7 11 1' stroke='%234a63f1' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}

	/* 費用対効果 SP — Figma 1599:50787 */
	.c-svc-cost--saiyo {
		--cost-radius: 8px;
		--cost-head-h: 105px;
		margin-top: 0;
		padding: 40px 16px;
		gap: 40px;
	}

	.c-svc-cost__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		letter-spacing: 1.2px;
	}

	.c-svc-cost__title-pc {
		display: none;
	}

	.c-svc-cost__title-sp {
		display: inline;
	}

	.c-svc-cost-case {
		gap: 0;
	}

	.c-svc-cost-case + .c-svc-cost-case {
		padding-top: 40px;
	}

	.c-svc-cost-case__head {
		gap: 8px;
		margin-bottom: 32px;
	}

	.c-svc-cost-case__title {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		letter-spacing: 1.2px;
		line-height: 1.6;
	}

	.c-svc-cost-case__lead {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		letter-spacing: 1.2px;
		line-height: 1.8;
		color: var(--saiyo-text);
	}

	.c-svc-cost-case__lead--pc {
		display: none;
	}

	.c-svc-cost-case__lead--sp {
		display: block;
	}

	.c-svc-cost-case__flow {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		margin-bottom: 12px;
	}

	.c-svc-cost-panel--before,
	.c-svc-cost-panel--after {
		flex: 1 1 auto;
		width: 100%;
		border-radius: 8px;
	}

	.c-svc-cost-panel__head {
		min-height: 105px;
		padding: 16px 0;
	}

	.c-svc-cost-arrow {
		flex: 0 0 20px;
		align-self: center;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 90px;
		height: 20px;
		overflow: visible;
	}

	.c-svc-cost-arrow__img {
		width: 20px;
		height: 90px;
		transform: rotate(90deg);
	}

	.c-svc-cost-panel__main {
		flex-direction: column;
	}

	.c-svc-cost-panel__content,
	.c-svc-cost-panel--after .c-svc-cost-panel__content {
		flex: 0 0 auto;
		width: 100%;
		padding-bottom: 16px;
	}

	.c-svc-cost-panel__rows {
		padding: 24px 24px 16px;
	}

	.c-svc-cost-panel__en {
		font-size: clamp(10px, calc(34 * 100vw / 410), 34px);
		font-weight: 600;
		line-height: 1.3;
	}

	.c-svc-cost-panel__ja {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

	.c-svc-cost-row {
		min-height: 57px;
	}

	.c-svc-cost-row.is-empty {
		display: none;
	}

	.c-svc-cost-row__label,
	.c-svc-cost-row__value {
		padding: 16px 8px;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

	.c-svc-cost-ref {
		font-size: 8px;
		top: 0.15em;
	}

	.c-svc-cost-panel__total {
		flex-wrap: nowrap;
		margin-top: 0;
		padding: 0 16px;
		min-height: 102px;
		white-space: nowrap;
	}

	.c-svc-cost-panel__content:not(:has(.c-svc-cost-panel__note)) .c-svc-cost-panel__total,
	.c-svc-cost-panel--after .c-svc-cost-panel__total {
		min-height: inherit;
		padding: 0;
	}

	.c-svc-cost-panel__total-label,
	.c-svc-cost-panel__total-rest {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	}

	.c-svc-cost-panel__total-approx,
	.c-svc-cost-panel__total-yen {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-svc-cost-panel__total-main {
		font-size: clamp(10px, calc(54 * 100vw / 410), 54px);
		line-height: 1.6;
	}

	.c-svc-cost-panel__note {
		padding: 0 16px 16px;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

	.c-svc-cost-stats {
		width: 100%;
		padding: 24px 24px 16px;
		gap: 10px;
	}

	.c-svc-cost-case--cost-estimate .c-svc-cost-stats {
		padding: 24px;
	}

	.c-svc-cost-stat {
		min-height: 100px;
		padding: 16px;
		border-radius: 8px;
	}

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

	.c-svc-cost-stat__label--sp {
		display: block;
		max-width: none;
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

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

	.c-svc-cost-stat__prefix,
	.c-svc-cost-stat__pct,
	.c-svc-cost-stat__yen,
	.c-svc-cost-stat__tail {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	}

	.c-svc-cost-stat__num {
		font-size: clamp(10px, calc(54 * 100vw / 410), 54px);
	}

	.c-svc-cost-stat.is-copy .c-svc-cost-stat__value {
		width: 125px;
		max-width: 125px;
		font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
		line-height: 1.4;
	}

	.c-svc-cost-case__footnotes {
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		font-weight: 400;
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

	.c-svc-cta-pair {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.c-svc-cta-link {
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 0;
		padding: 24px 56px 24px 24px;
		gap: 4px;
	}

	.c-svc-cta-link__copy {
		max-width: none;
	}

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

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

	.c-svc-cta-link__chev {
		top: 50%;
		right: 16px;
		bottom: auto;
		transform: translateY(-50%);
	}

	.c-svc-btn--flow-back {
		width: 100%;
		max-width: 320px;
	}

	.c-svc-section--saiyo-flow {
		padding: 56px 16px;
		overflow-x: hidden;
	}

	.c-svc-section--saiyo-flow > .c-svc-section__inner {
		gap: 56px;
		align-items: center;
	}

	/* Figma SP 1186:80790 — gray panel pad 32 / gap 32 / horizontal slider */
		.c-svc-section--saiyo-flow .c-svc-flow-panel {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
		padding: 32px 16px;
		border-radius: 8px;
		overflow: visible;
	}

	.c-svc-section--saiyo-flow .c-svc-flow-illust {
		display: none;
	}

	.c-svc-section--saiyo-flow .c-svc-flow-panel__head {
		margin-bottom: 0;
		max-width: none;
	}

	.c-svc-section--saiyo-flow .c-svc-flow-panel__copy {
		max-width: none;
		gap: 16px;
		align-items: center;
	}

	.c-svc-section--saiyo-flow .c-svc-flow-panel__title {
		font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		letter-spacing: 0;
		line-height: 1.6;
		text-align: center;
	}

	.c-svc-section--saiyo-flow .c-svc-flow-panel__lead--pc {
		display: none;
	}

	.c-svc-section--saiyo-flow .c-svc-flow-panel__lead--sp {
		display: block;
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		letter-spacing: 1.2px;
		line-height: 1.8;
		text-align: center;
	}

	.c-svc-flow-slider {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		width: 100%;
	}

	.c-svc-flow-slider__viewport {
		box-sizing: border-box;
		width: min(320px, 100%);
		margin: 0 auto;
		padding: 0 3px 16px;
		overflow: visible;
		transition: height 0.4s ease;
	}

	.c-svc-section--saiyo-flow .c-svc-flow,
	.c-svc-flow-slider__track {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 32px;
		width: max-content;
		max-width: none;
		grid-template-columns: none;
		transition: transform 0.4s ease;
	}

	.c-svc-flow-slider.is-instant .c-svc-flow-slider__track,
	.c-svc-flow-slider.is-instant .c-svc-flow-slider__viewport {
		transition: none !important;
	}

	.c-svc-section--saiyo-flow .c-svc-flow::before {
		display: block;
		top: 26px;
		right: auto;
		bottom: auto;
		left: 0;
		width: 100%;
		border-top: 2px dashed #333;
		border-left: 0;
		transform: none;
	}

	.c-svc-section--saiyo-flow .c-svc-step {
		flex: 0 0 314px;
		width: 314px;
		min-height: 236px;
		background: #fff;
	}

	.c-svc-section--saiyo-flow .c-svc-step__label {
		font-size: clamp(10px, calc(20 * 100vw / 410), 20px);
	}

	.c-svc-section--saiyo-flow .c-svc-step__body {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	}

	.c-svc-flow-slider__controls {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15.5px;
		width: 100%;
		max-width: 239px;
		margin: 0 auto;
	}

	.c-svc-faq {
		padding: 56px 16px;
	}

	.c-svc-faq__inner {
		gap: 32px;
	}

	.c-svc-faq__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		letter-spacing: 1.2px;
	}

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

	.c-svc-faq__more {
		width: min(200px, 100%);
		height: 48px;
		margin-top: 8px;
	}

	/* 他社サービス比較モーダル (SP) */
	.c-svc-cmp-modal {
		align-items: flex-end;
		padding: 0;
	}

	.c-svc-cmp-modal__dialog {
		width: 100%;
		max-height: min(92vh, 100%);
		padding: 28px 0 20px;
		border-radius: 16px 16px 0 0;
		transform: translate3d(0, 24px, 0);
	}

	.c-svc-cmp-modal.is-open .c-svc-cmp-modal__dialog {
		transform: translate3d(0, 0, 0);
	}

	.c-svc-cmp-modal__close {
		top: 10px;
		right: 8px;
		width: 36px;
		height: 36px;
	}

	.c-svc-cmp-modal__title {
		margin: 0 44px 16px 16px;
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		letter-spacing: 0.03em;
		text-align: left;
	}

	.c-svc-cmp-modal__scroll {
		margin: 0;
		border: 0;
		border-radius: 0;
		border-top: 1px solid #e6e6e6;
	}

	.c-svc-cmp-table {
		min-width: 720px;
	}

	.c-svc-cmp-table--cols-3 {
		min-width: 520px;
	}

	.c-svc-cmp-table th,
	.c-svc-cmp-table td {
		padding: 10px 8px;
		font-size: 10px;
		line-height: 1.55;
	}

	.c-svc-cmp-table thead th {
		padding: 12px 8px;
		font-size: clamp(10px, calc(11 * 100vw / 410), 11px);
		letter-spacing: 0.02em;
	}

	.c-svc-cmp-table__axis {
		width: 108px;
		min-width: 108px;
		box-shadow: 4px 0 8px rgba(17, 17, 17, 0.06);
	}

	.c-svc-cmp-table__head-note {
		font-size: 9px;
	}

	.c-svc-cmp-rate {
		font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
	}

	.c-svc-cmp-table__cell-inner {
		gap: 4px;
	}
}
