.csh {
	--csh-ink: #243238;
	--csh-ink-soft: #5f6c70;
	--csh-forest: #1f5b50;
	--csh-forest-deep: #143f39;
	--csh-sage: #dbe8df;
	--csh-sage-pale: #eef5f0;
	--csh-blue: #456d80;
	--csh-blue-pale: #eaf2f5;
	--csh-coral: #e66f61;
	--csh-coral-deep: #c85147;
	--csh-coral-pale: #fff0ec;
	--csh-cream: #fbf8f0;
	--csh-paper: #fffdf9;
	--csh-gold: #c49a4a;
	--csh-line: rgba(36, 50, 56, 0.13);
	--csh-shadow: 0 18px 55px rgba(30, 65, 64, 0.10);
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	overflow: clip;
	background: var(--csh-paper);
	color: var(--csh-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: 0.025em;
}

.csh,
.csh * {
	box-sizing: border-box;
}

.csh.csh--embedded {
	left: auto;
	width: auto;
	margin-left: 0;
	overflow: visible;
	background: transparent;
}

.csh-voices-block {
	margin: 56px 0;
	padding: clamp(28px, 5vw, 48px);
	border-radius: 24px;
	background: var(--csh-blue-pale) !important;
}

.csh-voices-block > h2 {
	margin-bottom: 30px;
	font-size: clamp(27px, 4vw, 40px);
}

.csh h1,
.csh h2,
.csh h3,
.csh p,
.csh ul,
.csh ol {
	margin-top: 0;
}

.csh h1,
.csh h2,
.csh h3 {
	color: inherit;
	font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.csh a {
	color: inherit;
	text-decoration: none;
}

.csh img {
	display: block;
	max-width: 100%;
}

.csh-shell {
	width: min(1160px, calc(100% - 48px));
	margin: 0 auto;
}

.csh-shell--narrow {
	width: min(900px, calc(100% - 48px));
}

.csh-section {
	position: relative;
	padding: clamp(86px, 9vw, 138px) 0;
}

.csh-eyebrow {
	margin-bottom: 14px;
	color: var(--csh-coral-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.23em;
	text-transform: uppercase;
}

.csh-section-head {
	display: grid;
	grid-template-columns: 70px minmax(0, 760px);
	gap: 22px;
	margin-bottom: clamp(42px, 6vw, 72px);
	align-items: start;
}

.csh-section-head__number {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border: 1px solid var(--csh-line);
	border-radius: 50%;
	color: var(--csh-forest);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.csh-section-head h2 {
	margin-bottom: 18px;
	font-size: clamp(31px, 4.6vw, 58px);
	line-height: 1.35;
}

.csh-section-head__intro {
	max-width: 700px;
	margin-bottom: 0;
	color: var(--csh-ink-soft);
	font-size: clamp(15px, 1.8vw, 17px);
}

.csh-button {
	display: inline-flex;
	min-height: 58px;
	padding: 14px 22px;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.csh-button:hover {
	transform: translateY(-2px);
}

.csh-button:focus-visible,
.csh a:focus-visible,
.csh summary:focus-visible {
	outline: 3px solid #f2b35d;
	outline-offset: 4px;
}

.csh-button--primary {
	background: var(--csh-coral);
	box-shadow: 0 12px 28px rgba(230, 111, 97, 0.26);
	color: #fff;
}

.csh-button--primary:hover {
	background: var(--csh-coral-deep);
	color: #fff;
}

.csh-button--sub {
	border-color: var(--csh-line);
	background: #fff;
	color: var(--csh-forest-deep);
}

.csh-button--light {
	background: #fff;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
	color: var(--csh-forest-deep);
}

.csh-button--outline-light {
	border-color: rgba(255, 255, 255, 0.55);
	background: transparent;
	color: #fff;
}

.csh-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.csh-hero {
	position: relative;
	padding: clamp(58px, 8vw, 105px) 0 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 18%, rgba(196, 154, 74, 0.13) 0 13%, transparent 13.5%),
		linear-gradient(135deg, #fbf8f0 0%, #f3f1e8 58%, #e7f0ea 100%);
}

.csh-hero::before {
	position: absolute;
	top: 0;
	left: max(24px, calc(50% - 580px));
	width: 1px;
	height: 100%;
	background: rgba(31, 91, 80, 0.11);
	content: "";
}

.csh-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
	gap: clamp(42px, 7vw, 98px);
	min-height: 620px;
	align-items: center;
}

.csh-hero__copy {
	position: relative;
	z-index: 2;
	padding-bottom: 72px;
}

.csh-hero h1 {
	max-width: 760px;
	margin-bottom: 28px;
	font-size: clamp(42px, 6vw, 77px);
	line-height: 1.23;
	letter-spacing: 0.01em;
}

.csh-hero h1::after {
	display: block;
	width: 74px;
	height: 4px;
	margin-top: 26px;
	border-radius: 999px;
	background: var(--csh-coral);
	content: "";
}

.csh-hero__lead {
	max-width: 690px;
	margin-bottom: 24px;
	color: #45555b;
	font-size: clamp(16px, 2vw, 18px);
	line-height: 2;
}

.csh-hero__chips {
	display: flex;
	margin-bottom: 28px;
	flex-wrap: wrap;
	gap: 8px;
}

.csh-hero__chips span {
	display: inline-flex;
	padding: 7px 12px;
	border: 1px solid rgba(31, 91, 80, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	color: var(--csh-forest-deep);
	font-size: 12px;
	font-weight: 700;
}

.csh-hero__note {
	margin: 13px 0 0;
	color: #718084;
	font-size: 12px;
}

.csh-hero__visual {
	position: relative;
	min-height: 510px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 220px 220px 28px 28px;
	background:
		linear-gradient(150deg, rgba(255, 255, 255, 0.66), rgba(219, 232, 223, 0.78)),
		var(--csh-sage);
	box-shadow: var(--csh-shadow);
}

.csh-hero__visual::before,
.csh-hero__visual::after {
	position: absolute;
	border: 1px solid rgba(31, 91, 80, 0.16);
	border-radius: 50%;
	content: "";
}

.csh-hero__visual::before {
	width: 330px;
	height: 330px;
	top: 52px;
	left: 50%;
	transform: translateX(-50%);
}

.csh-hero__visual::after {
	width: 385px;
	height: 385px;
	top: 24px;
	left: 50%;
	border-style: dashed;
	transform: translateX(-50%);
}

.csh-hero__visual > img {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}

.csh-compass {
	position: absolute;
	z-index: 2;
	top: 72px;
	left: 50%;
	width: 290px;
	height: 290px;
	border: 15px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: 0 24px 60px rgba(31, 91, 80, 0.15), inset 0 0 0 1px rgba(31, 91, 80, 0.12);
	transform: translateX(-50%);
}

.csh-compass__ring {
	position: absolute;
	inset: 28px;
	border: 1px solid rgba(31, 91, 80, 0.28);
	border-radius: 50%;
}

.csh-compass__ring::before,
.csh-compass__ring::after {
	position: absolute;
	background: rgba(31, 91, 80, 0.18);
	content: "";
}

.csh-compass__ring::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
}

.csh-compass__ring::after {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
}

.csh-compass__needle {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 190px;
	background: linear-gradient(to bottom, var(--csh-coral) 0 50%, var(--csh-blue) 50% 100%);
	clip-path: polygon(50% 0, 100% 48%, 50% 100%, 0 48%);
	filter: drop-shadow(0 6px 8px rgba(32, 58, 65, 0.22));
	transform: translate(-50%, -50%) rotate(35deg);
}

.csh-compass b {
	position: absolute;
	top: 2px;
	left: 50%;
	color: var(--csh-forest-deep);
	font-family: Georgia, serif;
	font-size: 17px;
	transform: translateX(-50%);
}

.csh-compass i {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	border: 7px solid #fff;
	border-radius: 50%;
	background: var(--csh-forest);
	box-shadow: 0 9px 20px rgba(31, 91, 80, 0.24);
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	transform: translate(-50%, -50%);
}

.csh-hero__message {
	position: absolute;
	z-index: 3;
	right: 18px;
	bottom: 32px;
	left: 18px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0 13px 32px rgba(31, 91, 80, 0.11);
	backdrop-filter: blur(12px);
}

.csh-hero__message span {
	display: block;
	margin-bottom: 4px;
	color: var(--csh-coral-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.csh-hero__message strong {
	display: block;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 20px;
	line-height: 1.6;
}

.csh-hero__facts {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 12px;
	border-top: 1px solid rgba(31, 91, 80, 0.14);
	background: rgba(255, 255, 255, 0.58);
}

.csh-hero__facts div {
	display: grid;
	min-height: 88px;
	padding: 16px 20px;
	place-content: center;
	text-align: center;
}

.csh-hero__facts div + div {
	border-left: 1px solid rgba(31, 91, 80, 0.12);
}

.csh-hero__facts span {
	display: block;
	margin-bottom: 4px;
	color: var(--csh-ink-soft);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

.csh-hero__facts strong {
	display: block;
	font-size: 14px;
}

.csh-paths {
	background: var(--csh-paper);
}

.csh-paths__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.csh-path {
	position: relative;
	display: flex;
	min-height: 330px;
	padding: 30px;
	flex-direction: column;
	border: 1px solid var(--csh-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 38px rgba(43, 65, 67, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.csh-path:hover {
	border-color: rgba(31, 91, 80, 0.35);
	box-shadow: var(--csh-shadow);
	transform: translateY(-5px);
}

.csh-path::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 115px;
	height: 115px;
	border-radius: 0 24px 0 100%;
	background: var(--path-color, var(--csh-sage));
	content: "";
	opacity: 0.55;
}

.csh-path--coral { --path-color: var(--csh-coral-pale); }
.csh-path--blue { --path-color: var(--csh-blue-pale); }
.csh-path--green { --path-color: var(--csh-sage-pale); }

.csh-path__number {
	position: relative;
	z-index: 1;
	display: grid;
	width: 45px;
	height: 45px;
	margin-bottom: 38px;
	place-items: center;
	border: 1px solid var(--csh-line);
	border-radius: 50%;
	color: var(--csh-forest);
	font-size: 11px;
	font-weight: 800;
}

.csh-path small {
	margin-bottom: 10px;
	color: var(--csh-ink-soft);
	font-size: 11px;
	font-weight: 700;
}

.csh-path strong {
	margin-bottom: 15px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 23px;
	line-height: 1.45;
}

.csh-path p {
	margin-bottom: 24px;
	color: var(--csh-ink-soft);
	font-size: 14px;
}

.csh-path i {
	margin-top: auto;
	align-self: flex-end;
	color: var(--csh-coral-deep);
	font-size: 24px;
	font-style: normal;
}

.csh-concerns {
	background: var(--csh-forest-deep);
	color: #f9fbf8;
}

.csh-concerns::before {
	position: absolute;
	top: 0;
	right: -170px;
	width: 480px;
	height: 480px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	content: "";
}

.csh-concerns .csh-eyebrow {
	color: #f4aa9e;
}

.csh-concerns .csh-section-head__number {
	border-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

.csh-concerns .csh-section-head__intro {
	color: rgba(255, 255, 255, 0.74);
}

.csh-concerns__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.csh-concern {
	position: relative;
	padding: 29px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.075);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
}

.csh-concern__head {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 15px;
	margin-bottom: 17px;
	align-items: center;
}

.csh-concern__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 24px;
}

.csh-concern__head p {
	margin-bottom: 2px;
	color: #f4aa9e;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
}

.csh-concern h3 {
	margin-bottom: 0;
	font-size: 23px;
}

.csh-concern__desc {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.csh-concern__tags {
	display: flex;
	margin-bottom: 18px;
	flex-wrap: wrap;
	gap: 6px;
}

.csh-concern__tags a {
	display: inline-flex;
	padding: 4px 9px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 10px;
}

.csh-concern__posts {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
}

.csh-concern__posts li + li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.csh-concern__posts a {
	display: flex;
	padding: 11px 0;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	font-size: 13px;
}

.csh-concern__posts a:hover {
	color: #f4aa9e;
}

.csh-concern__all {
	display: inline-flex;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.35);
	text-underline-offset: 6px;
}

.csh-inline-cta {
	display: flex;
	margin-top: 26px;
	padding: 24px 27px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	border-radius: 18px;
	background: var(--csh-coral);
	color: #fff;
}

.csh-inline-cta span {
	display: block;
	font-size: 11px;
	font-weight: 700;
}

.csh-inline-cta strong {
	display: block;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
}

.csh-inline-cta a {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 800;
}

.csh-empty {
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 22px;
	text-align: center;
}

.csh-empty strong {
	display: block;
	margin-bottom: 10px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 25px;
}

.csh-admin-only {
	margin: 20px 0 0;
	padding: 12px;
	border-radius: 8px;
	background: #fff5cc;
	color: #5e4b00;
	font-size: 12px;
}

.csh-reasons {
	background: var(--csh-cream);
}

.csh-reasons__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.csh-reason {
	min-height: 300px;
	padding: 30px;
	border: 1px solid var(--csh-line);
	border-radius: 22px;
	background: #fff;
}

.csh-reason > span {
	display: inline-flex;
	margin-bottom: 56px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--csh-coral);
	color: var(--csh-coral-deep);
	font-size: 11px;
	font-weight: 800;
}

.csh-reason h3 {
	margin-bottom: 18px;
	font-size: 23px;
	line-height: 1.55;
}

.csh-reason p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
	font-size: 14px;
}

.csh-reasons__foot {
	display: grid;
	grid-template-columns: 170px minmax(0, 680px);
	gap: 30px;
	margin-top: 40px;
	padding-top: 34px;
	align-items: start;
	border-top: 1px solid var(--csh-line);
}

.csh-reasons__foot span {
	color: rgba(31, 91, 80, 0.18);
	font-family: Georgia, serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.csh-reasons__foot p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
}

.csh-matching {
	background: var(--csh-sage-pale);
}

.csh-matching__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
	gap: clamp(45px, 8vw, 105px);
}

.csh-matching .csh-section-head {
	grid-template-columns: 58px 1fr;
}

.csh-matching__promise {
	margin-left: 80px;
	padding: 24px;
	border-left: 4px solid var(--csh-coral);
	background: rgba(255, 255, 255, 0.65);
}

.csh-matching__promise span {
	display: block;
	margin-bottom: 7px;
	color: var(--csh-coral-deep);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.csh-matching__promise strong {
	display: block;
	margin-bottom: 8px;
}

.csh-matching__promise p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
	font-size: 13px;
}

.csh-matching__steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.csh-matching__steps li {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 20px;
	padding: 25px 0;
	border-bottom: 1px solid rgba(31, 91, 80, 0.15);
}

.csh-matching__steps li > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: var(--csh-forest);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

.csh-matching__steps h3 {
	margin-bottom: 7px;
	font-size: 20px;
}

.csh-matching__steps p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
	font-size: 13px;
}

.csh-matching__cta {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 20px;
	margin-top: 55px;
	padding: 25px 28px;
	align-items: center;
	border-radius: 19px;
	background: var(--csh-forest);
	color: #fff;
}

.csh-matching__cta p,
.csh-matching__cta small {
	margin: 0;
}

.csh-matching__cta p {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	font-weight: 700;
}

.csh-matching__cta small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
}

.csh-counselors {
	background: #fff;
}

.csh-counselors__embed {
	padding: 12px 0;
}

.csh-counselors__fallback {
	padding: clamp(36px, 5vw, 62px);
	border: 1px solid var(--csh-line);
	border-radius: 26px;
	background:
		radial-gradient(circle at 88% 12%, rgba(230, 111, 97, 0.11) 0 17%, transparent 17.5%),
		var(--csh-cream);
	text-align: center;
}

.csh-counselors__marks {
	display: flex;
	margin-bottom: 26px;
	justify-content: center;
	flex-wrap: wrap;
	gap: 9px;
}

.csh-counselors__marks span {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 8px 20px rgba(31, 91, 80, 0.08);
	color: var(--csh-forest);
	font-size: 12px;
	font-weight: 800;
}

.csh-counselors__fallback h3 {
	margin-bottom: 10px;
	font-size: 28px;
}

.csh-counselors__fallback p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
}

.csh-center-actions {
	display: flex;
	margin-top: 34px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.csh-text-link {
	color: var(--csh-forest);
	font-size: 13px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.csh-voices {
	background: var(--csh-blue-pale);
}

.csh-voices__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.csh-voice {
	position: relative;
	min-height: 350px;
	padding: 28px;
	border: 1px solid rgba(69, 109, 128, 0.15);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(69, 109, 128, 0.07);
}

.csh-voice__meta {
	display: flex;
	margin-bottom: 25px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.csh-voice__meta span {
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--csh-blue-pale);
	color: var(--csh-blue);
	font-size: 10px;
	font-weight: 800;
}

.csh-voice__meta b {
	font-size: 12px;
}

.csh-voice__quote {
	height: 30px;
	color: rgba(69, 109, 128, 0.22);
	font-family: Georgia, serif;
	font-size: 62px;
	line-height: 1;
}

.csh-voice__body {
	color: var(--csh-ink-soft);
	font-size: 13px;
}

.csh-voice__body p {
	margin-bottom: 13px;
}

.csh-voice__highlight {
	margin: 20px 0 0;
	padding-top: 17px;
	border-top: 1px solid var(--csh-line);
	color: var(--csh-forest-deep);
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 16px;
	font-weight: 700;
}

.csh-voices__note {
	margin: 20px 0 0;
	color: var(--csh-ink-soft);
	font-size: 11px;
	text-align: right;
}

.csh-prices {
	background: var(--csh-paper);
}

.csh-prices__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.csh-price {
	position: relative;
	padding: 27px 20px 22px;
	overflow: hidden;
	border: 1px solid var(--csh-line);
	border-radius: 21px;
	background: #fff;
	text-align: center;
}

.csh-price:nth-child(2) {
	border-color: rgba(230, 111, 97, 0.55);
	box-shadow: 0 14px 38px rgba(230, 111, 97, 0.11);
}

.csh-price__badge {
	min-height: 25px;
	margin: -27px -20px 20px;
	padding: 7px 10px;
	background: var(--csh-sage-pale);
	color: var(--csh-forest);
	font-size: 10px;
	font-weight: 800;
}

.csh-price:nth-child(2) .csh-price__badge {
	background: var(--csh-coral);
	color: #fff;
}

.csh-price h3 {
	margin-bottom: 20px;
	font-size: 28px;
}

.csh-price__normal {
	display: flex;
	margin-bottom: 15px;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
}

.csh-price__normal span {
	color: var(--csh-ink-soft);
	font-size: 10px;
}

.csh-price__normal strong {
	font-size: 16px;
}

.csh-price__first {
	padding: 15px 10px;
	border-radius: 14px;
	background: var(--csh-coral-pale);
}

.csh-price__first span {
	display: block;
	margin-bottom: 3px;
	color: var(--csh-coral-deep);
	font-size: 10px;
	font-weight: 800;
}

.csh-price__first strong {
	color: var(--csh-coral-deep);
	font-size: clamp(20px, 2.5vw, 27px);
}

.csh-price__first small {
	margin-left: 4px;
	color: var(--csh-ink-soft);
	font-size: 9px;
}

.csh-price-info {
	display: grid;
	grid-template-columns: 1fr 1fr auto;
	gap: 22px;
	margin-top: 25px;
	padding: 23px 25px;
	align-items: center;
	border-radius: 18px;
	background: var(--csh-cream);
}

.csh-price-info strong,
.csh-price-info span {
	display: block;
}

.csh-price-info strong {
	margin-bottom: 3px;
	font-size: 11px;
}

.csh-price-info span {
	color: var(--csh-ink-soft);
	font-size: 11px;
}

.csh-price-info a {
	color: var(--csh-forest);
	font-size: 11px;
	font-weight: 800;
}

.csh-flow {
	background: var(--csh-cream);
}

.csh-flow__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.csh-flow-step {
	position: relative;
	padding: 33px;
	border-top: 1px solid var(--csh-line);
	border-bottom: 1px solid var(--csh-line);
}

.csh-flow-step + .csh-flow-step {
	border-left: 1px solid var(--csh-line);
}

.csh-flow-step > span {
	display: block;
	margin-bottom: 25px;
	color: var(--csh-coral-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.csh-flow-step__icon {
	display: grid;
	width: 65px;
	height: 65px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 50%;
	background: var(--csh-forest);
	box-shadow: 0 11px 25px rgba(31, 91, 80, 0.18);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 21px;
}

.csh-flow-step h3 {
	margin-bottom: 14px;
	font-size: 22px;
}

.csh-flow-step p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
	font-size: 13px;
}

.csh-flow__notice {
	display: flex;
	margin-top: 24px;
	padding: 20px 24px;
	align-items: center;
	gap: 22px;
	border-radius: 16px;
	background: #fff;
}

.csh-flow__notice strong {
	flex: 0 0 auto;
	color: var(--csh-coral-deep);
	font-size: 12px;
}

.csh-flow__notice p {
	margin-bottom: 0;
	color: var(--csh-ink-soft);
	font-size: 12px;
}

.csh-safety {
	background: #fff;
}

.csh-safety__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
	gap: clamp(42px, 7vw, 90px);
	align-items: start;
}

.csh-founder {
	margin-left: 92px;
	padding: 27px 0 27px 28px;
	border-left: 3px solid var(--csh-coral);
}

.csh-founder > p:first-child {
	margin-bottom: 5px;
	color: var(--csh-coral-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.csh-founder h3 {
	margin-bottom: 13px;
	font-size: 25px;
}

.csh-founder ul {
	display: flex;
	margin: 0 0 18px;
	padding: 0;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
}

.csh-founder li {
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--csh-sage-pale);
	color: var(--csh-forest);
	font-size: 10px;
	font-weight: 700;
}

.csh-founder p {
	color: var(--csh-ink-soft);
	font-size: 13px;
}

.csh-founder a {
	color: var(--csh-forest);
	font-size: 12px;
	font-weight: 800;
}

.csh-safety__card {
	position: sticky;
	top: 90px;
	padding: clamp(32px, 5vw, 53px);
	border-radius: 28px;
	background: var(--csh-forest-deep);
	box-shadow: var(--csh-shadow);
	color: #fff;
}

.csh-safety__card > span {
	display: block;
	margin-bottom: 20px;
	color: #f4aa9e;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.csh-safety__card h3 {
	margin-bottom: 20px;
	font-size: 27px;
	line-height: 1.55;
}

.csh-safety__card p {
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
}

.csh-safety__card ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin: 25px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	list-style: none;
}

.csh-safety__card li {
	position: relative;
	padding-left: 17px;
	font-size: 11px;
}

.csh-safety__card li::before {
	position: absolute;
	top: 9px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f4aa9e;
	content: "";
}

.csh-faq {
	background: var(--csh-sage-pale);
}

.csh-faq__item {
	border-bottom: 1px solid rgba(31, 91, 80, 0.17);
}

.csh-faq__item summary {
	display: grid;
	grid-template-columns: 48px 1fr 30px;
	gap: 16px;
	padding: 25px 8px;
	align-items: center;
	cursor: pointer;
	list-style: none;
}

.csh-faq__item summary::-webkit-details-marker {
	display: none;
}

.csh-faq__item summary > span,
.csh-faq__answer > span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 50%;
	background: var(--csh-forest);
	color: #fff;
	font-family: Georgia, serif;
	font-size: 16px;
}

.csh-faq__item summary strong {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
}

.csh-faq__item summary i {
	position: relative;
	width: 24px;
	height: 24px;
}

.csh-faq__item summary i::before,
.csh-faq__item summary i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 1px;
	background: var(--csh-forest);
	content: "";
	transform: translate(-50%, -50%);
}

.csh-faq__item summary i::after {
	transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 160ms ease;
}

.csh-faq__item[open] summary i::after {
	transform: translate(-50%, -50%) rotate(0);
}

.csh-faq__answer {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 16px;
	padding: 0 8px 27px;
}

.csh-faq__answer > span {
	background: var(--csh-coral);
}

.csh-faq__answer div {
	color: var(--csh-ink-soft);
	font-size: 14px;
}

.csh-faq__answer p:last-child {
	margin-bottom: 0;
}

.csh-reading {
	background: #fff;
}

.csh-reading__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.csh-reading__panel {
	padding: clamp(28px, 5vw, 48px);
	border: 1px solid var(--csh-line);
	border-radius: 25px;
	background: var(--csh-cream);
}

.csh-reading__panel--news {
	background: var(--csh-blue-pale);
}

.csh-reading__type {
	margin-bottom: 10px;
	color: var(--csh-coral-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.csh-reading__panel h3 {
	margin-bottom: 25px;
	font-size: 26px;
}

.csh-reading__embed {
	margin-bottom: 25px;
}

.csh-reading__panel > a {
	color: var(--csh-forest);
	font-size: 12px;
	font-weight: 800;
}

.csh-reading__links {
	display: flex;
	margin-top: 30px;
	justify-content: flex-end;
	gap: 24px;
}

.csh-reading__links a {
	color: var(--csh-ink-soft);
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.csh-final {
	position: relative;
	padding: clamp(90px, 11vw, 150px) 0 0;
	overflow: hidden;
	background: var(--csh-forest-deep);
	color: #fff;
}

.csh-final::before {
	position: absolute;
	top: -260px;
	right: -160px;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	border-radius: 50%;
	content: "";
}

.csh-final__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 70px;
	padding-bottom: 100px;
	align-items: center;
}

.csh-final .csh-eyebrow {
	color: #f4aa9e;
}

.csh-final h2 {
	max-width: 760px;
	margin-bottom: 22px;
	font-size: clamp(36px, 5.5vw, 65px);
	line-height: 1.35;
}

.csh-final p {
	max-width: 690px;
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.74);
}

.csh-final__compass {
	position: relative;
	width: 300px;
	height: 300px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
}

.csh-final__compass::before,
.csh-final__compass::after {
	position: absolute;
	background: rgba(255, 255, 255, 0.13);
	content: "";
}

.csh-final__compass::before {
	top: 50%;
	left: 15%;
	width: 70%;
	height: 1px;
}

.csh-final__compass::after {
	top: 15%;
	left: 50%;
	width: 1px;
	height: 70%;
}

.csh-final__compass span {
	position: absolute;
	inset: 35px;
	border: 1px dashed rgba(255, 255, 255, 0.25);
	border-radius: 50%;
}

.csh-final__compass b {
	position: absolute;
	top: 8px;
	left: 50%;
	font-family: Georgia, serif;
	transform: translateX(-50%);
}

.csh-final__compass i {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 210px;
	background: linear-gradient(to bottom, var(--csh-coral) 0 50%, #dfecea 50% 100%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	transform: translate(-50%, -50%) rotate(35deg);
}

.csh-final__notice {
	max-width: none !important;
	margin: 0 !important;
	padding: 22px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.55) !important;
	font-size: 11px;
	text-align: center;
}

.csh-sticky {
	position: fixed;
	z-index: 999;
	right: 22px;
	bottom: 20px;
	display: flex;
	min-height: 62px;
	padding: 9px 18px 9px 9px;
	align-items: center;
	gap: 13px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(20, 45, 43, 0.20);
	color: #173f38;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
	transition: transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.csh-sticky:hover {
	transform: translateY(-3px);
}

.csh-sticky.is-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(16px);
}

.csh-sticky__line {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 50%;
	background: #06c755;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
}

.csh-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 650ms ease, transform 650ms ease;
}

.csh-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1050px) {
	.csh-hero__grid {
		grid-template-columns: minmax(0, 1fr) 390px;
		gap: 35px;
	}

	.csh-prices__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.csh-price-info {
		grid-template-columns: repeat(2, 1fr);
	}

	.csh-price-info a {
		grid-column: 1 / -1;
	}
}

@media (max-width: 860px) {
	.csh-hero__grid,
	.csh-matching__layout,
	.csh-safety__layout {
		grid-template-columns: 1fr;
	}

	.csh-hero__copy {
		padding-bottom: 0;
	}

	.csh-hero__visual {
		width: min(520px, 100%);
		margin: 0 auto 65px;
	}

	.csh-paths__grid,
	.csh-reasons__grid,
	.csh-flow__grid {
		grid-template-columns: 1fr;
	}

	.csh-path {
		min-height: 270px;
	}

	.csh-flow-step + .csh-flow-step {
		border-top: 0;
		border-left: 0;
	}

	.csh-voices__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.csh-safety__card {
		position: static;
	}

	.csh-founder {
		margin-left: 80px;
	}

	.csh-final__grid {
		grid-template-columns: 1fr 230px;
		gap: 35px;
	}

	.csh-final__compass {
		width: 220px;
		height: 220px;
	}

	.csh-final__compass i {
		height: 150px;
	}
}

@media (max-width: 680px) {
	.csh {
		font-size: 15px;
		line-height: 1.82;
	}

	.csh-shell,
	.csh-shell--narrow {
		width: min(100% - 28px, 1160px);
	}

	.csh-section {
		padding: 78px 0;
	}

	.csh-section-head {
		grid-template-columns: 44px 1fr;
		gap: 12px;
		margin-bottom: 38px;
	}

	.csh-section-head__number {
		width: 40px;
		height: 40px;
		font-size: 10px;
	}

	.csh-section-head h2 {
		font-size: clamp(28px, 9vw, 39px);
		line-height: 1.38;
	}

	.csh-hero {
		padding-top: 52px;
	}

	.csh-hero::before {
		display: none;
	}

	.csh-hero__grid {
		min-height: auto;
	}

	.csh-hero h1 {
		font-size: clamp(39px, 12vw, 54px);
		line-height: 1.28;
	}

	.csh-hero__lead {
		font-size: 15px;
		line-height: 1.9;
	}

	.csh-actions,
	.csh-actions .csh-button {
		width: 100%;
	}

	.csh-hero__visual {
		min-height: 420px;
		border-radius: 180px 180px 24px 24px;
	}

	.csh-hero__visual::before {
		width: 270px;
		height: 270px;
	}

	.csh-hero__visual::after {
		width: 315px;
		height: 315px;
	}

	.csh-compass {
		top: 58px;
		width: 240px;
		height: 240px;
	}

	.csh-compass__needle {
		height: 155px;
	}

	.csh-hero__facts {
		grid-template-columns: repeat(2, 1fr);
	}

	.csh-hero__facts div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid rgba(31, 91, 80, 0.12);
	}

	.csh-hero__facts div:nth-child(4) {
		border-top: 1px solid rgba(31, 91, 80, 0.12);
	}

	.csh-path {
		padding: 25px;
	}

	.csh-concerns__grid,
	.csh-voices__track,
	.csh-prices__grid,
	.csh-reading__grid {
		grid-template-columns: 1fr;
	}

	.csh-concern {
		padding: 23px;
	}

	.csh-inline-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.csh-reasons__foot {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.csh-matching .csh-section-head {
		grid-template-columns: 44px 1fr;
	}

	.csh-matching__promise {
		margin-left: 0;
	}

	.csh-matching__cta {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.csh-voice {
		min-height: 0;
	}

	.csh-price-info {
		grid-template-columns: 1fr;
	}

	.csh-price-info a {
		grid-column: auto;
	}

	.csh-flow-step {
		padding: 28px 20px;
	}

	.csh-flow__notice {
		align-items: flex-start;
		flex-direction: column;
		gap: 5px;
	}

	.csh-founder {
		margin-left: 0;
	}

	.csh-safety__card ul {
		grid-template-columns: 1fr;
	}

	.csh-faq__item summary {
		grid-template-columns: 38px 1fr 24px;
		gap: 10px;
		padding: 20px 0;
	}

	.csh-faq__item summary > span,
	.csh-faq__answer > span {
		width: 34px;
		height: 34px;
		font-size: 13px;
	}

	.csh-faq__item summary strong {
		font-size: 15px;
		line-height: 1.6;
	}

	.csh-faq__answer {
		grid-template-columns: 38px 1fr;
		gap: 10px;
		padding: 0 0 22px;
	}

	.csh-reading__links {
		align-items: flex-start;
		flex-direction: column;
	}

	.csh-final__grid {
		grid-template-columns: 1fr;
		padding-bottom: 70px;
	}

	.csh-final__compass {
		display: none;
	}

	.csh-sticky {
		right: 8px;
		bottom: 8px;
		left: 8px;
		min-height: 58px;
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.csh-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.csh-button,
	.csh-path,
	.csh-sticky {
		transition: none;
	}
}
