/**
 * ToC とくもり就活 (page-shukatsu.php)
 * Enqueued after tokumori-service-detail / tokumori-rpo-bpo.
 * Figma PC 1466:53418 / SP 1482:61117
 */

:root {
	--shu-hot: #ff351a;
	--shu-soft: #ffebe8;
	--shu-blush: #faf5f6;
	--shu-text: #333333;
	--shu-muted: #838586;
	--shu-mark: #fffd8c;
	--shu-border: #d9d9d9;
	--shu-max: 1274px;
}

/* -------------------------------------------------------------------------- */
/* Breadcrumb — Figma 1466:54329 / SP 1482:61120
/* -------------------------------------------------------------------------- */

body.page-template-page-shukatsu .c-svc-bc {
	padding: 10px 104px;
	background: #fff;
}

body.page-template-page-shukatsu .c-svc-bc__list a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.page-template-page-shukatsu .c-svc-bc__list li:nth-child(2) {
	text-decoration: none;
	color: #111;
}

body.page-template-page-shukatsu .c-svc-bc__list li:last-child {
	color: var(--shu-muted);
}

/* -------------------------------------------------------------------------- */
/* Hero — Figma PC 1466:53431 / SP 1482:61130
/* -------------------------------------------------------------------------- */

.c-svc-hero--shukatsu {
	--fv: 1px;
	box-sizing: border-box;
	background: #fff;
	padding: calc(58 * var(--fv)) calc(83 * var(--fv));
	color: var(--shu-text);
}

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

.c-svc-hero--shukatsu .c-svc-hero__copy {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(40 * var(--fv));
	width: 100%;
	max-width: calc(635 * var(--fv));
	min-width: 0;
	color: var(--shu-text);
	justify-self: start;
}

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

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

.c-svc-hero--shukatsu .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(--shu-text);
	isolation: isolate;
}

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

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

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

.c-svc-hero--shukatsu .c-svc-hero__title-line.c-svc-show-sp,
.c-svc-hero--shukatsu .c-svc-hero__title-mark.c-svc-show-sp {
	display: none;
}

.c-svc-hero--shukatsu .c-svc-hero__title-mark::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.08em;
	z-index: -1;
	height: calc(12 * var(--fv));
	background: var(--shu-mark);
}

.c-svc-hero--shukatsu .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(--shu-text);
}

.c-svc-hero--shukatsu .c-svc-hero__lead.c-svc-show-pc {
	display: block;
}

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

.c-svc-btn--outline-shukatsu {
	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(--shu-hot);
	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(--shu-hot);
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

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

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

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

.c-svc-btn--outline-shukatsu .c-svc-show-pc {
	display: inline;
}

.c-svc-btn--outline-shukatsu .c-svc-show-sp {
	display: none;
}

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

.c-svc-hero--shukatsu .c-svc-hero__illust {
	--shu-illust-w: 95.316%;
	--shu-illust-photo-right: 4.577%;
	--shu-illust-red-right: 2.236%;
	--shu-illust-red-top: 4.274%;
	--shu-illust-radius: 3.747cqw;
	--saiyo-illust-w: var(--shu-illust-w);
	--saiyo-illust-photo-right: var(--shu-illust-photo-right);
	--saiyo-illust-blue-right: var(--shu-illust-red-right);
	--saiyo-illust-blue-top: var(--shu-illust-red-top);
	--saiyo-illust-radius: var(--shu-illust-radius);
	position: relative;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: calc(559 * var(--fv));
	min-width: 0;
	aspect-ratio: 558.65 / 409.5;
	justify-self: end;
	overflow: hidden;
	container-type: inline-size;
	container-name: shu-illust;
}

.c-svc-hero--shukatsu .c-svc-hero__illust-bg {
	position: absolute;
	z-index: 0;
	top: var(--shu-illust-red-top);
	right: var(--shu-illust-red-right);
	left: auto;
	width: var(--shu-illust-w);
	aspect-ratio: 532.48 / 376.73;
	border-radius: var(--shu-illust-radius);
	background: var(--shu-hot);
	transform: rotate(4deg);
	transform-origin: center center;
	pointer-events: none;
}

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

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

.c-svc-hero--shukatsu .c-svc-hero__illust-tint,
.c-svc-hero--shukatsu .c-svc-hero__illust-reveal-tint {
	background: var(--shu-hot);
}

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

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

.c-svc-hero--shukatsu .c-svc-hero__scroll {
	--saiyo-illust-w: var(--shu-illust-w);
	--saiyo-illust-photo-right: var(--shu-illust-photo-right);
	--saiyo-scroll-gap-label: 1.432cqw;
	--saiyo-scroll-gap-dot: 2.506cqw;
	--saiyo-scroll-line-w: 0.716cqw;
	z-index: 6;
	font-size: 3.58cqw; /* 20 / 558.65 — Figma PC SCROLL 20px */
	padding-top: 0;
}

.c-svc-hero--shukatsu .c-svc-hero__scroll-line {
	height: 7.16cqw; /* 40 */
}

.c-svc-hero--shukatsu .c-svc-hero__scroll-dot {
	width: 3.58cqw; /* 20 */
	height: 3.58cqw;
}

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

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

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

/* -------------------------------------------------------------------------- */
/* Features — Figma PC 1466:53454 / SP 1482:61148
/* -------------------------------------------------------------------------- */

.c-svc-section--shukatsu-why {
	padding: 80px;
	background: var(--shu-blush);
}

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

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

.c-svc-section--shukatsu-why .c-svc-section__title-em {
	color: var(--shu-hot);
}

.c-svc-section--shukatsu-why .c-svc-features-panel--saiyo {
	padding: 56px 40px;
	border-radius: 8px;
	background: #fff;
}

.c-svc-section--shukatsu-why .c-svc-saiyo-why {
	gap: 64px;
}

.c-svc-section--shukatsu-why .c-svc-feature--saiyo:not(:last-child) {
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.c-svc-section--shukatsu-why .c-svc-feature--saiyo .c-svc-feature__title {
	font-family: var(--tokumori-font-mobo, var(--tokumori-font-display));
	font-size: clamp(10px, calc(36 * 100vw / 410), 36px);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	transform: skewX(-4deg);
	transform-origin: left center;
}

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

.c-svc-section--shukatsu-why .c-svc-feature--saiyo .c-svc-feature__main {
	gap: 16px;
}

.c-svc-cta-pair--shukatsu {
	margin-top: 0;
}

.c-svc-cta-pair--shukatsu-sp {
	display: none;
}

.c-svc-cta-link--shukatsu {
	flex: 0 0 486px;
	width: 486px;
	max-width: 486px;
	background: var(--shu-hot);
	border-color: var(--shu-hot);
	color: #fff;
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.08);
}

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

.c-svc-cta-link--shukatsu .c-svc-cta-link__title {
	white-space: nowrap;
}

.c-svc-cta-link--shukatsu .c-svc-cta-link__desc {
	color: #fff;
}

.c-svc-cta-link--shukatsu .c-svc-cta-link__chev {
	border-color: #fff;
	color: #fff;
}

.c-svc-cta-link--shukatsu .c-svc-cta-link__chev::before {
	border-color: #fff;
}

/* -------------------------------------------------------------------------- */
/* Results — Figma PC 1466:53578 / SP 1484:61912
/* -------------------------------------------------------------------------- */

.c-svc-section--shukatsu-results {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
	padding: 104px 0;
	background: #fff;
	overflow: visible;
}

.c-svc-section--shukatsu-results > .c-svc-section__inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: calc(1240px + 200px);
	margin: 0 auto;
	padding: 0 100px;
	gap: 56px;
	align-items: center;
}

.c-svc-section--shukatsu-results > .c-svc-section__inner--results-tail {
	gap: 0;
}

.c-svc-results__tap {
	position: absolute;
	top: -110px;
	right: clamp(0px, 2vw, 24px);
	z-index: 2;
}

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

.c-svc-results--shukatsu {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: 100%;
}

.c-svc-results-copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: center;
	container-type: inline-size;
}

.c-svc-results__headline {
	margin: 0;
	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.3;
	color: var(--shu-text);
	text-align: center;
	transform: skewX(-4deg);
}

.c-svc-results__em {
	color: var(--shu-hot);
}

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

.c-svc-results-logos {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
}

.c-svc-results-logos .c-svc-logos__marquee {
	width: 100%;
	max-width: none;
}

.c-svc-results-logos .c-svc-logos__marquee .c-svc-logos__track img {
	height: 80px;
	max-height: 80px;
}

.c-svc-companies--shukatsu {
	position: relative;
	width: 100%;
	padding-top: 48px;
	border-top: 2px dashed var(--shu-border);
}

.c-svc-companies--shukatsu .c-svc-companies__heading {
	margin: 0 0 32px;
	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.8;
	color: var(--shu-text);
	text-align: center;
}

.c-svc-companies--shukatsu .c-svc-companies__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: space-between;
	gap: 0 33px;
	padding-top: 0;
}

.c-svc-companies--shukatsu .c-svc-companies__col {
	font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
	font-weight: 400;
	letter-spacing: 1.2px;
	line-height: 1.8;
	gap: 0;
}

.c-svc-companies--shukatsu .c-svc-companies__note {
	margin: 10px 0 0;
	font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.8;
	color: var(--shu-muted);
	text-align: right;
}

.c-svc-companies--shukatsu .c-svc-companies__note-kicker {
	display: none;
}

.c-svc-companies--shukatsu .c-svc-companies__inline {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* Advisors — shared cards in service-detail.css (.c-svc-section--toc-advisors)
/* -------------------------------------------------------------------------- */

.c-svc-section--shukatsu-advisors {
	background: var(--shu-blush);
}

/* -------------------------------------------------------------------------- */
/* Comparison — Figma PC 1466:53700 (1240×426) / SP 1599:51835 (378×347)
/* Body rhythm: text 45px (28/1.6) + gap 16 + dashed line (same as Figma auto-layout)
/* -------------------------------------------------------------------------- */

.c-svc-section--shukatsu-diff {
	padding: 104px max(24px, min(100px, 6.94vw));
	background: #fff;
}

.c-svc-section--shukatsu-diff > .c-svc-section__inner {
	max-width: 1240px;
	gap: clamp(40px, 5.55vw, 80px);
	align-items: center;
}

.c-svc-section--shukatsu-diff .c-svc-section__title {
	font-size: clamp(24px, 2.5vw, 36px);
	font-weight: 700;
	letter-spacing: 0.083vw;
	line-height: 1.6;
	color: var(--shu-text);
	text-align: center;
}

.c-svc-diff--shukatsu {
	--u: min(1px, 100vw / 1440);
	position: relative;
	display: grid;
	grid-template-columns: calc(144 * var(--u)) minmax(0, 595fr) minmax(0, 483fr);
	grid-template-rows: auto repeat(4, auto);
	column-gap: 0;
	row-gap: 0;
	width: calc(1240 * var(--u));
	max-width: 100%;
	min-height: 0;
	padding-bottom: calc(18 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__labels {
	grid-column: 1 / -1;
	grid-row: 2 / span 4;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	z-index: 0;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: subgrid;
	grid-template-rows: subgrid;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #f7f6f6;
	border-radius: calc(12 * var(--u)) calc(12 * var(--u)) 0 0;
	pointer-events: none;
	overflow: visible;
}

.c-svc-diff--shukatsu .c-svc-diff__labels::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: calc(18 * var(--u));
	background: #f7f6f6;
	border-radius: 0 0 calc(12 * var(--u)) calc(12 * var(--u));
	pointer-events: none;
}

.c-svc-diff--shukatsu .c-svc-diff__labels span {
	grid-column: 1;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	min-height: calc(65 * var(--u));
	padding: 0 calc(8 * var(--u));
	font-size: calc(18 * var(--u));
	font-weight: 700;
	letter-spacing: calc(1.2 * var(--u));
	line-height: 1.8;
	color: var(--shu-text);
	border-bottom: 0;
	overflow: visible;
}

.c-svc-diff--shukatsu .c-svc-diff__labels span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-image: repeating-linear-gradient(
		90deg,
		#d2d3d3 0 2px,
		transparent 2px 4px
	);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 4px 1px;
	pointer-events: none;
}

.c-svc-diff--shukatsu .c-svc-diff__labels span:first-child {
	min-height: calc(68 * var(--u));
	padding-top: calc(20 * var(--u));
	padding-bottom: calc(16 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__labels span:last-child {
	min-height: calc(84 * var(--u));
	padding-top: calc(16 * var(--u));
	padding-bottom: calc(36 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__labels span:last-child::after {
	bottom: calc(20 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__cols {
	display: contents;
	margin-left: 0;
}

.c-svc-diff--shukatsu .c-svc-diff__col {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: 1 / span 5;
	min-width: 0;
	height: auto;
	border: 0;
	border-radius: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
	isolation: isolate;
	z-index: 2;
}

.c-svc-diff--shukatsu .c-svc-diff__col--tokumori {
	grid-column: 2;
}

.c-svc-diff--shukatsu .c-svc-diff__col--other {
	grid-column: 3;
	margin-left: calc(8 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__head {
	grid-row: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	min-height: calc(67 * var(--u));
	padding: calc(16 * var(--u)) calc(27 * var(--u));
	overflow: hidden;
	border-radius: calc(12 * var(--u)) calc(12 * var(--u)) 0 0;
	background-clip: padding-box;
}

.c-svc-diff--shukatsu .c-svc-diff__col--tokumori .c-svc-diff__head {
	background: var(--shu-hot);
}

.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__head {
	min-height: calc(67 * var(--u));
	background: #eeeeee;
	color: var(--shu-text);
	font-size: calc(18 * var(--u));
	font-weight: 400;
	letter-spacing: calc(1.2 * var(--u));
	line-height: 1.8;
}

.c-svc-diff--shukatsu .c-svc-diff__head img {
	display: block;
	height: calc(35 * var(--u));
	width: auto;
}

.c-svc-diff--shukatsu .c-svc-diff__list {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: 2 / span 4;
	gap: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 0 0 calc(8 * var(--u)) calc(8 * var(--u));
	background: #fff;
	box-shadow: 0 calc(12 * var(--u)) calc(23 * var(--u)) rgba(0, 0, 0, 0.08);
	overflow: visible;
}

.c-svc-diff--shukatsu .c-svc-diff__col--tokumori .c-svc-diff__list {
	border: 1px solid var(--shu-hot);
	border-top: 0;
}

.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__list {
	border: 1px solid #d9d9d9;
	border-top: 0;
}

.c-svc-diff--shukatsu .c-svc-diff__list li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0;
	box-sizing: border-box;
	min-height: calc(65 * var(--u));
	height: auto;
	margin: 0;
	padding: 0 calc(12 * var(--u));
	font-size: calc(20 * var(--u));
	font-weight: 700;
	letter-spacing: calc(1.2 * var(--u));
	line-height: 1.6;
	text-align: center;
	color: var(--shu-text);
	white-space: nowrap;
	border-bottom: 0;
}

.c-svc-diff--shukatsu .c-svc-diff__list li:first-child {
	min-height: calc(68 * var(--u));
	padding-top: calc(20 * var(--u));
	padding-bottom: calc(16 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__list li:last-child {
	min-height: calc(84 * var(--u));
	padding-top: calc(16 * var(--u));
	padding-bottom: calc(36 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__list li::after {
	content: "";
	position: absolute;
	left: calc(12 * var(--u));
	right: calc(12 * var(--u));
	bottom: 0;
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-image: repeating-linear-gradient(
		90deg,
		var(--shu-hot) 0 2px,
		transparent 2px 4px
	);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 4px 1px;
}

.c-svc-diff--shukatsu .c-svc-diff__list li[data-label]::before {
	content: none;
	display: none;
}

.c-svc-diff--shukatsu .c-svc-diff__col--tokumori .c-svc-diff__list li[data-label]::before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	width: calc(8 * var(--u));
	bottom: 0;
	height: 1px;
	background-image: repeating-linear-gradient(
		90deg,
		#d2d3d3 0 2px,
		transparent 2px 4px
	);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: 4px 1px;
	pointer-events: none;
}

.c-svc-diff--shukatsu .c-svc-diff__list li:last-child::after,
.c-svc-diff--shukatsu .c-svc-diff__col--tokumori .c-svc-diff__list li[data-label]:last-child::before {
	bottom: calc(20 * var(--u));
}

.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__list li {
	color: var(--shu-text);
	font-weight: 400;
}

.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__list li::after {
	background-image: repeating-linear-gradient(
		90deg,
		#838586 0 2px,
		transparent 2px 4px
	);
}

.c-svc-diff--shukatsu .c-svc-diff__list li .c-svc-show-pc {
	display: inline;
}

.c-svc-diff--shukatsu .c-svc-diff__list li .c-svc-show-sp {
	display: none;
}

.c-svc-section__actions--shukatsu-back {
	margin-top: 0;
}

.c-svc-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	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(--shu-text);
	text-decoration: none;
}

.c-svc-back-link::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg);
	margin-top: -1px;
}

.c-svc-back-link:hover {
	text-decoration: underline;
	color: var(--shu-text);
}

/* -------------------------------------------------------------------------- */
/* Tablet
/* -------------------------------------------------------------------------- */

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

@media (max-width: 1100px) {
	body.page-template-page-shukatsu .c-svc-bc {
		padding: 10px 24px;
	}

	.c-svc-hero--shukatsu {
		padding: 40px 24px 56px;
	}

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

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

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

	.c-svc-section--shukatsu-why,
	.c-svc-section--shukatsu-diff {
		padding: 56px 16px;
	}

	.c-svc-section--shukatsu-results {
		padding: 56px 0;
		gap: 32px;
	}

	.c-svc-section--shukatsu-results > .c-svc-section__inner {
		max-width: none;
		padding: 0 16px;
	}

	.c-svc-results__tap {
		display: none;
	}

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

	.c-svc-section--shukatsu-diff {
		padding: 56px max(16px, 3vw);
	}

	.c-svc-cta-link--shukatsu {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
	}
}

/* -------------------------------------------------------------------------- */
/* SP — Figma 1482:61117
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	body.page-template-page-shukatsu .c-svc-bc {
		padding: 10px 24px;
	}

	.c-svc-hero--shukatsu {
		padding: 28px 16px 56px;
	}

	.c-svc-hero--shukatsu .c-svc-hero__inner {
		display: flex;
		flex-direction: column;
		gap: 32px;
		align-items: stretch;
	}

	.c-svc-hero--shukatsu .c-svc-hero__copy {
		gap: 16px;
		width: 100%;
		max-width: none;
		align-items: center;
		text-align: center;
	}

	.c-svc-hero--shukatsu .c-svc-hero__logo {
		width: 246px;
		height: 40px;
		margin-inline: auto;
	}

	.c-svc-hero--shukatsu .c-svc-hero__intro {
		gap: 16px;
		align-items: center;
		width: 100%;
	}

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

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

	.c-svc-hero--shukatsu .c-svc-hero__title-line.c-svc-show-pc,
	.c-svc-hero--shukatsu .c-svc-hero__title-mark.c-svc-show-pc {
		display: none;
	}

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

	.c-svc-hero--shukatsu .c-svc-hero__title-mark {
		display: inline-block;
		max-width: 100%;
		margin-inline: auto;
		white-space: nowrap;
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
	}

	.c-svc-hero--shukatsu .c-svc-hero__title > br.c-svc-show-sp {
		display: none;
	}

	.c-svc-btn--outline-shukatsu .c-svc-show-pc {
		display: none;
	}

	.c-svc-btn--outline-shukatsu .c-svc-show-sp {
		display: inline;
	}

	.c-svc-hero--shukatsu .c-svc-hero__title-mark::after {
		bottom: 0.12em;
		height: 12px;
	}

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

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

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

	.c-svc-hero--shukatsu .c-svc-hero__illust {
		--shu-illust-w: 95.417%;
		--shu-illust-photo-right: 4.583%;
		--shu-illust-red-right: 2.21%;
		--shu-illust-red-top: 4.406%;
		--shu-illust-radius: 5.782cqw;
		--saiyo-illust-w: var(--shu-illust-w);
		--saiyo-illust-photo-right: var(--shu-illust-photo-right);
		--saiyo-illust-blue-right: var(--shu-illust-red-right);
		--saiyo-illust-blue-top: var(--shu-illust-red-top);
		--saiyo-illust-radius: var(--shu-illust-radius);
		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--shukatsu .c-svc-hero__scroll {
		display: flex;
		font-size: 8.01cqw; /* 29 / 362 */
		padding-top: 2%;
	}

	.c-svc-hero--shukatsu .c-svc-hero__scroll-line {
		width: 0.55cqw;
		height: 11.05cqw; /* ~40 */
	}

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

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

	.c-svc-section--shukatsu-why {
		padding: 56px 16px;
	}

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

	.c-svc-section--shukatsu-why .c-svc-saiyo-why {
		gap: 56px;
	}

	.c-svc-section--shukatsu-why .c-svc-section__title,
	.c-svc-section--shukatsu-results .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-section--shukatsu-diff .c-svc-section__title {
		font-size: clamp(10px, calc(24 * 100vw / 410), 24px);
		letter-spacing: 1.2px;
		line-height: 1.6;
		text-align: center;
		width: 100%;
	}

	.c-svc-section--shukatsu-diff .c-svc-section__head {
		align-items: center;
		text-align: center;
		width: 100%;
	}

	.c-svc-section--shukatsu-results > .c-svc-section__inner {
		gap: 16px;
		align-items: stretch;
	}

	.c-svc-section--shukatsu-results .c-svc-section__head {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-bottom: 16px;
		border-bottom: 2px dashed var(--shu-border);
		text-align: center;
	}

	.c-svc-section--shukatsu-results .c-svc-section__title {
		text-align: center;
		width: 100%;
	}

	.c-svc-results--shukatsu {
		box-sizing: border-box;
		gap: 32px;
		padding: 24px;
		border-radius: 8px;
		background: #fff;
		overflow: hidden;
	}

	.c-svc-section--shukatsu-why .c-svc-feature--saiyo .c-svc-feature__title {
		font-family: var(--tokumori-font-display);
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		line-height: 1.8;
		letter-spacing: 1.2px;
		text-align: center;
		transform-origin: center center;
	}

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

	.c-svc-section--shukatsu-why .c-svc-feature--saiyo .c-svc-feature__body.c-svc-show-sp {
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
	}

	.c-svc-section--shukatsu-why .c-svc-feature--saiyo .c-svc-feature__check-img--sp {
		width: 24px;
		height: 24px;
		margin-top: 0;
	}

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

	.c-svc-section--shukatsu-why .c-svc-feature--saiyo .c-svc-feature__main {
		gap: 8px;
		align-items: center;
	}

	.c-svc-cta-pair--shukatsu-pc {
		display: none;
	}

	.c-svc-cta-pair--shukatsu-sp {
		display: flex;
		width: 100%;
	}

	.c-svc-section--shukatsu-why .c-svc-cta-link--shukatsu,
	.c-svc-section--shukatsu-diff .c-svc-cta-link--shukatsu {
		width: 100%;
		max-width: 100%;
		flex: 1 1 auto;
		height: auto;
		min-height: 0;
	}

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

	.c-svc-results-copy {
		gap: 12px;
		text-align: center;
	}

	.c-svc-results__headline {
		font-size: clamp(14px, calc(100cqi / 17), 24px);
		line-height: 1.6;
		white-space: nowrap;
	}

	.c-svc-results__lead {
		font-size: clamp(10px, calc(100cqi / 17.5 * 18 / 24), 18px);
		letter-spacing: 1.2px;
	}

	.c-svc-results-logos {
		display: block;
		overflow: hidden;
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.c-svc-results-logos .c-svc-logos__marquee .c-svc-logos__track img {
		height: 56px;
		max-height: 56px;
	}

	.c-svc-companies--shukatsu {
		display: flex;
		flex-direction: column;
		padding-top: 28px;
	}

	.c-svc-companies--shukatsu .c-svc-companies__heading {
		display: none;
	}

	.c-svc-companies--shukatsu .c-svc-companies__grid {
		display: none;
	}

	.c-svc-companies--shukatsu .c-svc-companies__inline {
		display: block;
		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(--color-main-dark, #333);
		text-align: center;
	}

	.c-svc-companies--shukatsu .c-svc-companies__note {
		order: -1;
		margin: 0 0 16px;
		color: var(--color-main-dark, #333);
		font-size: clamp(10px, calc(14 * 100vw / 410), 14px);
		font-weight: 400;
		text-align: center;
	}

	.c-svc-companies--shukatsu .c-svc-companies__note-kicker {
		display: inline;
		margin-right: 0;
		font-size: clamp(10px, calc(18 * 100vw / 410), 18px);
		font-weight: 500;
	}

	.c-svc-section--shukatsu-diff > .c-svc-section__inner {
		gap: 16px;
		align-items: stretch;
	}

	.c-svc-section--shukatsu-diff .c-svc-cta-pair--shukatsu-pc,
	.c-svc-section--shukatsu-diff .c-svc-section__actions--shukatsu-back {
		display: none;
	}

	/* SP — overlay + subgrid so left/right rows share height */
	.c-svc-diff--shukatsu {
		display: grid;
		grid-template-columns: 64px minmax(0, 170fr) minmax(0, 140fr);
		grid-template-rows: auto repeat(4, auto);
		column-gap: 0;
		row-gap: 0;
		max-width: none;
		width: 100%;
		min-height: 0;
		padding-bottom: 0;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels::before {
		content: none;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels {
		grid-column: 1;
		grid-row: 2 / span 4;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		display: grid;
		grid-template-columns: none;
		grid-template-rows: subgrid;
		box-sizing: border-box;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		background: transparent;
		border-radius: 0;
		align-self: stretch;
		z-index: 1;
		pointer-events: none;
		overflow: visible;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels span {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		position: relative;
		padding: 8px 4px 8px 0;
		font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.6;
		border-bottom: 0;
		overflow: visible;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels span::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background-image: repeating-linear-gradient(
			90deg,
			#d2d3d3 0 2px,
			transparent 2px 4px
		);
		background-repeat: repeat-x;
		background-position: left center;
		background-size: auto 1px;
		pointer-events: none;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels span:first-child {
		min-height: 0;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels span:last-child {
		min-height: 0;
		padding-top: 8px;
		padding-bottom: 28px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__labels span:last-child::after {
		bottom: 20px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__cols {
		display: contents;
		margin-left: 0;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: 1 / span 5;
		height: auto;
		isolation: isolate;
		z-index: 2;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--tokumori {
		grid-column: 2;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--other {
		grid-column: 3;
		margin-left: 8px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li .c-svc-show-pc {
		display: none;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li .c-svc-show-sp {
		display: inline;
	}

	.c-svc-diff--shukatsu .c-svc-diff__head {
		grid-row: 1;
		flex: none;
		height: auto;
		min-height: 0;
		padding: 8px 8px;
		border-radius: 8px 8px 0 0;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__head {
		flex: none;
		height: auto;
		min-height: 0;
		background: #eeeeee;
		color: #000;
		font-size: clamp(10px, calc(16 * 100vw / 410), 16px);
		font-weight: 400;
		letter-spacing: 1.2px;
		line-height: 1.8;
	}

	.c-svc-diff--shukatsu .c-svc-diff__head img {
		height: 23px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: 2 / span 4;
		gap: 0;
		padding: 0;
		overflow: visible;
		box-shadow: none;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__list {
		border-color: #d9d9d9;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 0;
		box-sizing: border-box;
		min-height: 0;
		height: auto;
		padding: 8px 12px;
		font-size: clamp(10px, calc(12 * 100vw / 410), 12px);
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.6;
		white-space: normal;
		border-bottom: 0;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li:first-child {
		min-height: 0;
		padding-top: 16px;
		padding-bottom: 8px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li:last-child {
		min-height: 0;
		padding-top: 8px;
		padding-bottom: 28px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li::after {
		content: "";
		display: block;
		position: absolute;
		left: 12px;
		right: 12px;
		bottom: 0;
		height: 1px;
		width: auto;
		border: 0;
		background-image: repeating-linear-gradient(
			90deg,
			var(--shu-hot) 0 2px,
			transparent 2px 4px
		);
		background-repeat: repeat-x;
		background-position: left center;
		background-size: 4px 1px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--tokumori .c-svc-diff__list li[data-label]::before {
		content: "";
		display: block;
		position: absolute;
		left: 100%;
		width: 8px;
		bottom: 0;
		height: 1px;
		background-image: repeating-linear-gradient(
			90deg,
			#d2d3d3 0 2px,
			transparent 2px 4px
		);
		background-repeat: repeat-x;
		background-position: left center;
		background-size: 4px 1px;
		pointer-events: none;
	}

	.c-svc-diff--shukatsu .c-svc-diff__list li:last-child::after,
	.c-svc-diff--shukatsu .c-svc-diff__col--tokumori .c-svc-diff__list li[data-label]:last-child::before {
		bottom: 20px;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__list li {
		font-weight: 400;
		color: #838586;
	}

	.c-svc-diff--shukatsu .c-svc-diff__col--other .c-svc-diff__list li::after {
		background-image: repeating-linear-gradient(
			90deg,
			#838586 0 2px,
			transparent 2px 4px
		);
	}
}
