:root {
	--lp-scale: 1;
	--gradient-main: linear-gradient(135deg, #ff7647 0%, #ff3f43 100%);
	--gradient-soft: linear-gradient(
		180deg,
		#fff6ed 0%,
		#fffefe 46%,
		#fff7ed 100%
	);
	--text: #3e3e3e;
	--orange: #ff7647;
	--red: #ff3f43;
	--blue: #4d6da9;
	--main: #111a2e;
	--paper: #fffaf5;
	--white: #ffffff;
	--font-roboto: "Roboto", sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	background: #fff8f1;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100%;
	color: var(--text);
	background: #fff8f1;
	font-family:
		"Zen Kaku Gothic New",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	overflow-x: hidden;
}

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

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

.lp-scale-frame {
	width: 390px;
	margin: 0 auto;
}

.lp-shell {
	width: 390px;
	overflow: hidden;
	background: white;
	box-shadow: 0 0 28px rgba(17, 26, 46, 0.08);
}

.kv-section {
	position: relative;
	height: 800px;
	overflow: hidden;
	background: linear-gradient(140deg, #fff4e9 0%, #ffffff 54%, #fffaf4 100%);
}

.kv-bg-ring {
	position: absolute;
	pointer-events: none;
}

.kv-bg-ring-one {
	top: -72px;
	left: -63px;
	width: 194px;
	opacity: 0.82;
}

.kv-bg-ring-two {
	top: 338px;
	left: -188px;
	width: 472px;
}

.kv-main-photo {
	position: absolute;
	top: -176px;
	right: -272px;
	z-index: 1;
	width: 512px;
	height: auto;
	pointer-events: none;
	max-width: none;
}

.kv-copy {
	position: relative;
	z-index: 2;
	padding: 33px 18px 0;
}

.kv-copy h1 {
	margin: 0;
	color: var(--main);
	font-size: 32px;
	font-style: oblique;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.kv-line {
	display: block;
	transform: skewX(-8deg);
	transform-origin: left center;
}

.kv-orange {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 34px;
	line-height: 1.42;
}

.kv-black {
	margin-top: 6px;
	color: var(--text);
	font-size: 28px;
}

.kv-final {
	margin-top: 3px;
	color: #202020;
	font-size: 31px;
	white-space: nowrap;
	line-height: 1.5;
}

.kv-final span {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 46px;
}

.kv-lead {
	margin: 26px 0 0;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.kv-lead span {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 18px;
}

.connection-panel {
	position: relative;
	z-index: 3;
	margin: 35px 14px 0;
}

.connection-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0 0 14px;
	color: var(--orange);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.connection-title img {
	width: 13px;
	height: 18px;
}

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

.connection-list li {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 6px 7px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 3px 11px rgba(255, 118, 71, 0.12);
	color: #141414;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.connection-list img {
	flex: 0 0 auto;
	width: 23px;
	height: 23px;
	margin-right: 6px;
}

.kv-cta {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 336px;
	height: 76px;
	margin: 38px auto 0;
	border: 3px solid var(--white);
	border-radius: 999px;
	background: var(--gradient-main);
	box-shadow:
		0 0 0 3px #ff674e,
		0 10px 24px rgba(255, 63, 67, 0.18);
	color: var(--white);
	text-align: center;
}

.kv-cta span {
	position: absolute;
	top: -22px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 36px;
	padding: 0 0 8px;
	border: 0;
	background: url("../images/kv/hukidashi_background.svg") center / contain
		no-repeat;
	color: var(--orange);
	font-size: 13px;
	font-weight: 700;
	transform: translateX(-50%);
	letter-spacing: 0.05em;
}

.kv-cta strong {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.kv-cta b {
	position: absolute;
	top: 50%;
	right: 39px;
	font-size: 31px;
	font-weight: 500;
	line-height: 1;
	transform: translateY(-51%);
}

.kv-photo-strip {
	--kv-photo-loop-distance: 604px;
	position: absolute;
	bottom: 0px;
	left: -51px;
	z-index: 2;
	display: flex;
	gap: 0px;
	width: max-content;
	animation: kv-photo-strip-loop 18s linear infinite;
	will-change: transform;
}

.kv-photo-strip img {
	flex: 0 0 151px;
	width: 151px;
	height: auto;
}

@keyframes kv-photo-strip-loop {
	from {
		transform: translate3d(calc(var(--kv-photo-loop-distance) * -1), 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@media (prefers-reduced-motion: no-preference) {
	.kv-bg-ring-one {
		animation: kv-ring-drift 13s ease-in-out infinite alternate;
	}

	.kv-bg-ring-two {
		animation: kv-ring-drift-reverse 16s ease-in-out infinite alternate;
	}

	.kv-main-photo {
		animation: kv-photo-drift 8s ease-in-out 0.8s infinite alternate both;
	}

	/* 重要要素(見出し・リード・CTA)は待たせず、短いフェードのみで即表示 */
	.kv-line,
	.kv-lead,
	.kv-cta {
		opacity: 0;
		animation: kv-quick-fade 360ms ease-out both;
	}

	.kv-line:nth-child(1) {
		animation-delay: 0ms;
	}

	.kv-line:nth-child(2) {
		animation-delay: 70ms;
	}

	.kv-line:nth-child(3) {
		animation-delay: 140ms;
	}

	.kv-line:nth-child(4) {
		animation-delay: 210ms;
	}

	.kv-lead {
		animation-delay: 180ms;
	}

	/* CTAは装飾チップを待たずに早出し(体感ほぼ即時) */
	.kv-cta {
		animation:
			kv-quick-fade 380ms ease-out 260ms both,
			cta-attention 5.8s ease-in-out 1.6s infinite;
	}

	/* 演出は「お客様と店舗をつなぐ接点」のタイトル・チップに集約 */
	.connection-title,
	.connection-list li {
		opacity: 0;
		animation-fill-mode: both;
	}

	.connection-title {
		animation: soft-rise-in 560ms cubic-bezier(0.22, 1, 0.36, 1) 420ms both;
	}

	.connection-list li {
		animation: chip-pop-in 520ms cubic-bezier(0.2, 1.4, 0.35, 1) both;
		animation-delay: calc(560ms + var(--reveal-order, 0) * 70ms);
	}

	.kv-cta::after,
	.cta-button::after,
	.form-submit::after {
		position: absolute;
		inset: -8px;
		z-index: 0;
		border: 1px solid rgba(255, 118, 71, 0.38);
		border-radius: inherit;
		content: "";
		opacity: 0;
		pointer-events: none;
	}

	.kv-cta::after,
	.cta-button::after {
		animation: cta-halo 5.8s ease-out 1.6s infinite;
	}

	.cta-button,
	.form-submit,
	.service-consult-box {
		transition:
			transform 220ms ease,
			box-shadow 220ms ease,
			filter 220ms ease;
	}

	.kv-cta:hover,
	.cta-button:hover,
	.form-submit:hover,
	.service-consult-box:hover {
		filter: brightness(1.03);
		transform: translateY(-2px);
	}

	.kv-cta:active,
	.cta-button:active,
	.form-submit:active,
	.service-consult-box:active {
		transform: translateY(0);
	}

	.motion-ready .reveal-item {
		--reveal-x: 0px;
		--reveal-y: 22px;
		--reveal-rotate: 0deg;
		--reveal-scale: 1;
		opacity: 0;
		filter: blur(5px);
		transform: translate3d(var(--reveal-x), var(--reveal-y), 0)
			rotate(var(--reveal-rotate)) scale(var(--reveal-scale));
		transition:
			opacity 520ms ease,
			filter 650ms ease,
			transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
		transition-delay: calc(var(--reveal-order, 0) * 55ms);
		will-change: opacity, filter, transform;
	}

	.motion-ready .reveal-item[data-reveal="card"] {
		--reveal-y: 28px;
		--reveal-scale: 0.97;
	}

	.motion-ready .reveal-item[data-reveal="feature"] {
		--reveal-y: 34px;
		--reveal-scale: 0.985;
	}

	.motion-ready .reveal-item[data-reveal="from-left"] {
		--reveal-x: -24px;
		--reveal-y: 12px;
		--reveal-rotate: -0.8deg;
	}

	.motion-ready .reveal-item[data-reveal="from-right"] {
		--reveal-x: 24px;
		--reveal-y: 12px;
		--reveal-rotate: 0.8deg;
	}

	.motion-ready .reveal-item.is-visible {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}

	.reveal-item.is-visible .important-step,
	.reveal-item.is-visible .step-icon,
	.reveal-item.is-visible .service-consult-box img,
	.service-consult-box.is-visible img,
	.important-message.is-visible img {
		animation: icon-breathe 2.8s ease-in-out 620ms infinite;
	}

	.problem-grid li.is-visible:nth-child(odd),
	.form-check-list li.is-visible:nth-child(even) {
		animation: card-micro-tilt 4.8s ease-in-out 1.1s infinite;
	}

	.flow-card.is-visible .flow-touchpoints li {
		animation: flow-touchpoint-live 2.8s ease-in-out both;
		animation-delay: calc(420ms + var(--reveal-order, 0) * 90ms);
	}

	.flow-card.is-visible .flow-down {
		animation: flow-arrow-live 2.2s ease-in-out 1s infinite;
	}

	.flow-card.is-visible .flow-down-arrows {
		animation: flow-wide-arrows-live 3.2s ease-in-out 720ms infinite;
	}

	.flow-card.is-visible .flow-step {
		animation: flow-step-glow 3.5s ease-in-out both;
	}

	.flow-card.is-visible .flow-step-one {
		animation-delay: 820ms;
	}

	.flow-card.is-visible .flow-step-two {
		animation-delay: 1080ms;
	}

	.flow-card.is-visible .flow-step-three {
		animation-delay: 1340ms;
	}

	.faq-question,
	.footer-nav a,
	.footer-policy a {
		transition:
			color 180ms ease,
			opacity 180ms ease,
			transform 180ms ease;
	}

	.faq-question:hover,
	.footer-nav a:hover,
	.footer-policy a:hover {
		opacity: 0.86;
		transform: translateX(2px);
	}
}

@keyframes kv-copy-in {
	from {
		opacity: 0;
		transform: translate3d(-16px, 18px, 0) skewX(-8deg);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) skewX(-8deg);
	}
}

@keyframes soft-rise-in {
	from {
		opacity: 0;
		transform: translate3d(0, 18px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/* 重要要素(見出し・リード・CTA)を待たせず即表示するための短いフェード */
@keyframes kv-quick-fade {
	from {
		opacity: 0;
		transform: translate3d(0, 8px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes chip-pop-in {
	from {
		opacity: 0;
		transform: translate3d(0, 12px, 0) scale(0.92);
	}

	70% {
		opacity: 1;
		transform: translate3d(0, -2px, 0) scale(1.02);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes kv-ring-drift {
	from {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}

	to {
		transform: translate3d(8px, 12px, 0) rotate(8deg);
	}
}

@keyframes kv-ring-drift-reverse {
	from {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}

	to {
		transform: translate3d(-10px, -6px, 0) rotate(-6deg);
	}
}

@keyframes kv-photo-drift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}

	to {
		transform: translate3d(-5px, 8px, 0) scale(1.012);
	}
}

@keyframes cta-attention {
	0%,
	74%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	79% {
		transform: translate3d(0, -2px, 0) scale(1.015);
	}

	84% {
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes cta-halo {
	0%,
	72% {
		opacity: 0;
		transform: scale(0.98);
	}

	84% {
		opacity: 0.48;
		transform: scale(1.04);
	}

	100% {
		opacity: 0;
		transform: scale(1.11);
	}
}

@keyframes icon-breathe {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(0, -3px, 0) scale(1.04);
	}
}

@keyframes card-micro-tilt {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}

	50% {
		transform: translate3d(0, -2px, 0) rotate(-0.45deg);
	}
}

@keyframes flow-touchpoint-live {
	0% {
		box-shadow: none;
		transform: translate3d(0, 0, 0);
	}

	38% {
		box-shadow: 0 8px 18px rgba(255, 118, 71, 0.2);
		transform: translate3d(0, -3px, 0);
	}

	100% {
		box-shadow: none;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes flow-arrow-live {
	0%,
	100% {
		opacity: 0.78;
		transform: translate3d(0, 0, 0);
	}

	50% {
		opacity: 1;
		transform: translate3d(0, 5px, 0);
	}
}

@keyframes flow-wide-arrows-live {
	0%,
	100% {
		opacity: 0.72;
		transform: translate3d(0, 0, 0);
	}

	50% {
		opacity: 1;
		transform: translate3d(0, 4px, 0);
	}
}

@keyframes flow-step-glow {
	0%,
	100% {
		box-shadow: 0 0 0 rgba(255, 118, 71, 0);
	}

	45% {
		box-shadow: 0 10px 22px rgba(255, 118, 71, 0.15);
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.problem-section {
	position: relative;
	min-height: 540px;
	padding: 74px 15px 46px;
	background: #fffdf8;
}

.problem-heading {
	text-align: center;
}

.problem-heading p {
	margin: 0 0 4px;
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.problem-heading h2 {
	margin: 0;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
}

.problem-heading h2 span {
	color: var(--blue);
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.problem-heading img {
	width: 320px;
	height: 10px;
	margin: 7px auto 0;
}

.problem-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 10px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.problem-grid li {
	min-height: 82px;
	padding: 12px 14px;
	border-radius: 12px;
	background: var(--white);
	box-shadow: -2px 2px 7px rgba(17, 26, 46, 0.15);
}

.problem-grid small {
	display: block;
	margin: 0 0 4px;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.problem-grid strong {
	display: inline;
	color: var(--blue);
	background: linear-gradient(transparent 80%, #dedbdb 80%);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.hint-section {
	position: relative;
	height: 190px;
	background: #fff6ed;
}

.hint-inner {
	position: relative;
	height: 176px;
	background: var(--gradient-main);
	color: var(--white);
	text-align: center;
	display: grid;
	place-content: center;
}

.hint-inner::after {
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 15px solid var(--red);
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	content: "";
	transform: translateX(-50%);
}

.hint-inner img {
	width: 38px;
	height: 38px;
	margin: 0 auto 8px;
}

.hint-inner p {
	margin: 0 0 11px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.hint-inner h2 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.hint-inner h2 span {
	font-size: 23px;
	line-height: 1;
}

.important-section {
	position: relative;
	min-height: 2103px;
	padding: 72px 16px 114px;
	overflow: hidden;
	background: #fff6ed;
}

.important-heading-ring {
	position: absolute;
	top: 54px;
	left: 129px;
	width: 132px;
	height: 132px;
	pointer-events: none;
}

.important-heading {
	position: relative;
	z-index: 1;
	text-align: center;
}

.important-heading p {
	margin: 0 0 13px;
	color: #3f3f3f;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.important-heading h2 {
	margin: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.important-heading h2 span {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 32px;
}

.important-card-list {
	display: grid;
	gap: 24px;
	margin-top: 64px;
}

.important-card {
	position: relative;
	min-height: 500px;
	padding: 38px 16px;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 0 4px 15px rgba(255, 0, 0, 0.09);
}

.important-card::before {
	position: absolute;
	top: 63px;
	right: 28px;
	left: 28px;
	border-top: 3px dotted rgba(255, 118, 71, 0.72);
	content: "";
}

.important-step {
	position: relative;
	z-index: 1;
	width: 64px;
	height: 67px;
	margin: -7px auto 32px;
	background: url("../images/important/step_background.png") center / contain
		no-repeat;
}

.important-step span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	color: var(--white);
	font-family: var(--font-roboto);
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
}

.important-card h3 {
	margin: 0 0 24px;
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.important-card-image {
	width: 318px;
	height: auto;
	margin: 0 auto 22px;
	border-radius: 4px;
}

.important-card-image-wide {
	width: 326px;
	max-width: calc(100% + 8px);
}

.important-card p {
	margin: 0;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.important-message {
	min-height: 158px;
	margin-top: 64px;
	padding: 32px 16px;
	border-radius: 8px;
	background: linear-gradient(135deg, #ff7647 0%, #ff654a 48%, #ff5d3f 100%);
	box-shadow: 0 5px 14px rgba(255, 118, 71, 0.25);
	color: var(--white);
	text-align: center;
}

.important-message img {
	width: 51px;
	height: 34px;
	margin: 0 auto 18px;
}

.important-message p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
}

.important-message span {
	font-size: 24px;
}

.consolidation-section {
	position: relative;
	padding: 48px 16px 80px;
	background: var(--white);
}

.consolidation-top-radius {
	position: absolute;
	top: -39px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 39px;
	pointer-events: none;
}

.consolidation-heading {
	position: relative;
	z-index: 2;
	text-align: center;
}

.consolidation-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	height: 60px;
	padding-bottom: 12px;
	margin: 0;
	background: url("../images/consolidation/hukidashi_background.svg") center /
		contain no-repeat;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.consolidation-heading h2 {
	position: relative;
	padding-bottom: 24px;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 0;
}

.consolidation-heading h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 160px;
	border-top: 2px dotted #ff7658;
	content: "";
	transform: translateX(-50%);
}

.consolidation-heading h2 span {
	display: inline-block;
	margin: 0 3px;
	color: #333333;
	font-size: 32px;
}

.consolidation-lead {
	margin: 24px 0 0;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
}

.scatter-card {
	position: relative;
	margin-top: 64px;
	padding: 40px 20px;
	border: 5px solid #8ba2cc;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 0 4px 10px rgba(181, 181, 181, 0.2);
	text-align: center;
}

.scatter-decoration {
	width: 54px;
	height: auto;
	margin: 0 auto 10px;
}

.scatter-card h3 {
	margin: 0 0 32px;
	color: #333333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.scatter-list {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.scatter-list li {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 64px;
	padding: 0 14px 0 49px;
	border: 2px dashed #7185ac;
	border-radius: 6px;
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.25;
	text-align: left;
}

.scatter-list li::before {
	position: absolute;
	top: 50%;
	left: 17px;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #5a76ad;
	color: var(--white);
	font-size: 13px;
	font-weight: 700;
	content: "✓";
	transform: translateY(-50%);
}

.consolidation-arrow {
	width: 330px;
	height: 46px;
	margin: 40px auto;
	background: #ffdfd5;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.flow-card {
	min-height: 734px;
	padding: 40px 16px;
	border: 6px solid #ffdfd1;
	border-radius: 12px;
	background: white;
	box-shadow: 0 6px 15px rgba(255, 118, 71, 0.15);
	text-align: center;
}

.flow-heading p {
	margin: 0 0 4px;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.flow-heading p span {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.flow-heading h3 {
	margin: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.flow-heading h3 span {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 26px;
}

.flow-touchpoints {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 5px;
	margin: 31px 0 25px;
	padding: 0;
	list-style: none;
}

.flow-touchpoints li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px;
	height: 58px;
	border: 2px solid #ff6a50;
	border-radius: 4px;
	background: var(--white);
	color: #111111;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.flow-touchpoints img {
	width: 28px;
	height: 28px;
	margin-bottom: 3px;
}

.flow-touchpoints li:nth-child(3) img {
	width: 24px;
	height: 23px;
	margin-bottom: 6px;
}

.flow-down {
	width: 0;
	height: 0;
	margin: 0 auto 28px;
	border-top: 20px solid #faa285;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
}

.flow-down-arrows {
	width: 267px;
	height: 85px;
	margin: -24px auto 24px;
	border: 0;
	background: url("../images/consolidation/arrows.svg") center / contain
		no-repeat;
}

.flow-step {
	position: relative;
	width: 100%;
	border: 2px solid #ff6a50;
	border-radius: 5px;
	background: rgba(255, 250, 247, 0.96);
}

.flow-number {
	position: absolute;
	top: -17px;
	left: 50%;
	display: grid;
	place-items: center;
	width: 33px;
	height: 33px;
	border-radius: 999px;
	background: var(--gradient-main);
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	transform: translateX(-50%);
}

.flow-step-one {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 86px;
	margin-bottom: 28px;
	padding: 16px 14px 12px;
}

.flow-step-one img {
	width: 50px;
	height: 50px;
	margin-right: 11px;
}

.flow-step-one p,
.flow-step-three p {
	margin: 0;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.flow-step-one p span,
.flow-step-three p span {
	font-size: 18px;
	color: #fb5c26;
}

.flow-step-two {
	min-height: 91px;
	margin-bottom: 28px;
	padding: 24px 10px 12px;
}

.flow-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.flow-benefits p {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin: 0;
	background: var(--white);
	box-shadow: 0 5px 13px rgba(255, 118, 71, 0.12);
	color: #333333;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.3;
}

.flow-benefits img {
	flex: 0 0 auto;
	width: 28px;
	height: 28px;
	margin-right: 8px;
}

.flow-benefits p:nth-child(2) img {
	width: 24px;
	height: 24px;
}

.flow-step-three {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 91px;
	padding: 19px 14px 12px;
}

.flow-step-three img {
	width: 53px;
	height: 53px;
	margin-right: 9px;
}

.flow-step-three p {
	font-size: 18px;
}

.about-section {
	position: relative;
	padding: 80px 16px;
	overflow: hidden;
	background: var(--orange);
	color: var(--white);
}

.about-heading-decoration {
	position: absolute;
	top: 41px;
	left: 129px;
	width: 132px;
	height: 132px;
	pointer-events: none;
}

.about-heading {
	position: relative;
	z-index: 1;
}

.about-heading h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}

.about-heading h2 span {
	font-size: 20px;
}

.about-heading p {
	margin: 48px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: left;
}

.about-card-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 20px;
	margin-top: 40px;
}

.about-card {
	position: relative;
	display: grid;
	grid-template-columns: 124px 1fr;
	min-height: 179px;
	overflow: hidden;
	border: 5px solid rgba(255, 238, 229, 0.92);
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 4px 6px 13px rgba(108, 55, 44, 0.18);
}

.about-card::after {
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 0;
	color: rgba(255, 118, 71, 0.08);
	font-family: var(--font-roboto);
	font-size: 160px;
	font-weight: 600;
	line-height: 1;
	content: attr(data-number);
	pointer-events: none;
}

.about-card-image {
	position: relative;
	z-index: 1;
	width: 124px;
	min-height: 169px;
	overflow: hidden;
	background: #fff6ed;
}

.about-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-card-body {
	position: relative;
	z-index: 1;
	padding: 40px 11px 20px 13px;
	color: #333333;
}

.about-card h3 {
	margin: 0 0 16px;
	color: #fb5c26;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.about-card p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.reason-section {
	position: relative;
	padding: 80px 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #fff7ed 0%, #fff0f1 100%);
}

.reason-heading-decoration {
	position: absolute;
	top: 59px;
	left: 129px;
	width: 132px;
	height: 132px;
	pointer-events: none;
}

.reason-heading {
	position: relative;
	z-index: 1;
	text-align: center;
}

.reason-heading h2 {
	margin: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.reason-heading h2 span {
	display: block;
}

.reason-heading strong,
.reason-heading em {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-style: normal;
	font-weight: 700;
}

.reason-heading strong {
	font-size: 30px;
}

.reason-heading em {
	font-size: 30px;
	letter-spacing: 0.08em;
}

.reason-card-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 32px;
	margin-top: 64px;
}

.reason-card {
	overflow: hidden;
	min-height: 200px;
	border-radius: 12px;
	background: var(--white);
	box-shadow:
		0 10px 21px rgba(255, 118, 71, 0.12),
		0 2px 8px rgba(17, 26, 46, 0.06);
}

.reason-card-label {
	display: flex;
	align-items: baseline;
	justify-content: center;
	height: 53px;
	padding-top: 8px;
	background: var(--orange);
	color: var(--white);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.reason-card-label span {
	margin-right: 7px;
	font-size: 14px;
}

.reason-card-label strong {
	font-size: 31px;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.reason-card-body {
	padding: 28px 20px;
	color: #333333;
}

.reason-card h3 {
	margin: 0 0 16px;
	color: #fb5c26;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}

.reason-card p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}

.reason-card-with-tags {
	min-height: 299px;
}

.reason-card-with-tags .reason-card-body {
	padding-top: 30px;
}

.reason-tags {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.reason-tags b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 39px;
	height: 26px;
	padding: 0 10px;
	border-radius: 999px;
	background: #fff7f1;
	box-shadow: 0 4px 10px rgba(255, 118, 71, 0.1);
	font-family: var(--font-roboto);
	font-size: 12px;
	font-weight: 500;
}

.service-section {
	position: relative;
	padding: 80px 16px 100px;
	overflow: hidden;
	background: #fff7ed;
}

.service-heading {
	text-align: center;
}

.service-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 172px;
	height: 52px;
	margin: 0 auto -8px;
	padding: 0 0 13px;
	background: url("../images/service/hukidashi_background.svg") center / contain
		no-repeat;
	color: var(--white);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.service-heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 16px;
	color: #333333;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.18em;
	text-indent: 0.18em;
}

.service-heading h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 126px;
	border-top: 2px dotted #ff7658;
	content: "";
	transform: translateX(-50%);
}

.service-lead {
	margin: 32px 0 0;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.service-card-list {
	counter-reset: service-card;
	display: grid;
	gap: 20px;
	margin-top: 64px;
}

.service-card {
	position: relative;
	counter-increment: service-card;
	overflow: hidden;
	min-height: 257px;
	border: 6px solid #ffdfd1;
	border-radius: 12px;
	background: var(--white);
	box-shadow: 0 4px 10px rgba(224, 100, 100, 0.2);
}

.service-card-image {
	width: 100%;
	height: 142px;
	object-fit: cover;
}

.service-card-body {
	position: relative;
	min-height: 105px;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.98);
	color: #333333;
}

.service-card-body::after {
	position: absolute;
	right: -20px;
	bottom: -40px;
	z-index: 0;
	color: rgba(255, 118, 71, 0.08);
	font-family: var(--font-roboto);
	font-size: 164px;
	font-weight: 600;
	line-height: 1;
	content: counter(service-card, decimal-leading-zero);
	pointer-events: none;
}

.service-card h3,
.service-card p {
	position: relative;
	z-index: 1;
}

.service-card h3 {
	margin: 0 0 13px;
	color: #f15f3a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.service-card p {
	margin: 0;
	color: #3e3e3e;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.service-consult-box {
	display: block;
	margin-top: 77px;
	min-height: 225px;
	padding: 32px 16px;
	border-radius: 12px;
	background: linear-gradient(180deg, #ff7647 0%, #ff6b45 100%);
	box-shadow:
		0 10px 18px rgba(255, 118, 71, 0.18),
		0 2px 8px rgba(17, 26, 46, 0.06);
	color: var(--white);
	text-align: center;
	text-decoration: none;
}

.service-consult-box img {
	width: 38px;
	height: 46px;
	margin: 0 auto 25px;
}

.service-consult-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.service-consult-text {
	margin: 28px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.voice-section {
	position: relative;
	min-height: 1788px;
	padding: 90px 16px 69px;
	overflow: visible;
	background: var(--white);
}

.voice-top-decoration {
	position: absolute;
	top: -39px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 39px;
	pointer-events: none;
}

.voice-heading-decoration {
	position: absolute;
	top: 74px;
	left: 129px;
	width: 132px;
	height: 132px;
	pointer-events: none;
}

.voice-heading {
	position: relative;
	z-index: 1;
	text-align: center;
}

.voice-heading h2 {
	margin: 0;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.voice-heading h2 span {
	display: block;
}

.voice-heading strong {
	color: transparent;
	background: var(--gradient-main);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.voice-lead {
	position: relative;
	z-index: 1;
	margin: 50px 0 0;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.voice-card-list {
	display: grid;
	gap: 32px;
	margin-top: 64px;
}

.voice-card {
	display: grid;
	grid-template-columns: 111px 1fr;
	grid-template-rows: auto auto;
	column-gap: 14px;
	min-height: 300px;
	padding: 24px 12px;
	border-radius: 20px;
	background: var(--white);
	box-shadow:
		0 4px 15px rgba(255, 118, 71, 0.15),
		0 0 0 4px rgba(255, 246, 237, 0.4);
}

.voice-trackrecord {
	grid-row: 1 / 2;
	align-self: start;
}

.voice-trackrecord img {
	width: 108px;
	height: 216px;
	object-fit: contain;
	max-width: none;
	filter: drop-shadow(0 4px 7px rgba(17, 26, 46, 0.12));
}

.voice-card:nth-child(2) .voice-trackrecord img {
	width: 113px;
	height: 219px;
	margin-left: -2px;
}

.voice-card-content {
	min-width: 0;
	color: #333333;
}

.voice-card h3 {
	position: relative;
	margin: 0 0 12px;
	padding-bottom: 10px;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.voice-card h3 span {
	color: #fb5c26;
}

.voice-card h3::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 2px dotted #ff7658;
	content: "";
}

.voice-summary {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}

.voice-comment {
	margin-top: 13px;
	padding: 9px 10px 10px;
	border-radius: 4px;
	background: linear-gradient(180deg, #fff6ed 0%, #ffefef 100%);
}

.voice-comment-title {
	display: flex;
	align-items: center;
	margin: 0 0 5px;
	color: #f15f3a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.voice-icon {
	position: relative;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	border-radius: 999px;
	background: var(--gradient-main);
}

.voice-icon::before,
.voice-icon::after {
	position: absolute;
	left: 50%;
	background: var(--white);
	content: "";
	transform: translateX(-50%);
}

.voice-icon::before {
	top: 4px;
	width: 5px;
	height: 5px;
	border-radius: 999px;
}

.voice-icon::after {
	bottom: 4px;
	width: 10px;
	height: 5px;
	border-radius: 8px 8px 3px 3px;
}

.voice-comment p:last-child {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.voice-tags {
	grid-column: 1 / -1;
	display: flex;
	gap: 12px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.voice-tags li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 70px;
	height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #fff6ed 0%, #ffefef 100%);
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.voice-tags li:nth-child(2) {
	min-width: 86px;
}

.voice-tags li:nth-child(3) {
	min-width: 78px;
}

.step-section {
	position: relative;
	padding: 80px 16px 55px;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 50% 29%,
			rgba(255, 118, 71, 0.1) 0,
			rgba(255, 118, 71, 0.05) 31%,
			rgba(255, 118, 71, 0) 58%
		),
		linear-gradient(180deg, #fffaf6 0%, #fff7f3 54%, #ffefef 100%);
}

.step-heading {
	text-align: center;
}

.step-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 266px;
	height: 52px;
	margin: 0 auto -4px;
	padding: 0 0 12px;
	background: url("../images/step/hukidashi_background.svg") center / contain
		no-repeat;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
}

.step-heading h2 {
	margin: 0;
	color: #333333;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-indent: 0.13em;
}

.step-heading h2 span {
	font-size: 20px;
	letter-spacing: 0.08em;
	text-indent: 0.05em;
}

.step-count {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 16px 0 0;
	color: #f15f3a;
	font-family: var(--font-roboto);
	font-weight: 700;
	line-height: 1;
}

.step-count::before,
.step-count::after {
	flex: 1 1 0;
	border-top: 2px dotted #ff7658;
	content: "";
}

.step-count span {
	display: inline-flex;
	align-items: baseline;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.step-count small {
	margin-left: 4px;
	font-size: 14px;
	font-weight: 500;
}

.step-flow {
	position: relative;
	display: grid;
	gap: 36px;
	margin-top: 48px;
}

.step-flow::before {
	position: absolute;
	top: 49px;
	bottom: 49px;
	left: 50%;
	z-index: 0;
	border-left: 2px dotted rgba(255, 118, 71, 0.5);
	content: "";
	transform: translateX(-50%);
}

.step-card {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	column-gap: 14px;
	align-items: center;
	padding: 24px 16px;
	border-radius: 4px;
	background: var(--white);
	box-shadow:
		0 14px 25px rgba(255, 63, 67, 0.09),
		0 4px 13px rgba(255, 118, 71, 0.08);
	text-align: left;
}

.step-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: rgba(255, 247, 237, 0.92);
	grid-row: 1 / 3;
}

.step-icon img {
	width: 100%;
}

.step-number {
	align-self: end;
	margin: 0 0 5px;
	color: #f15f3a;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.step-number strong {
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0;
}

.step-card h3 {
	align-self: start;
	margin: 0;
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.step-note {
	margin: 30px 2px 0;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.faq-section {
	position: relative;
	padding: 86px 16px 80px;
	overflow: hidden;
	background: #fff7ed;
}

.faq-heading-decoration {
	position: absolute;
	top: 44px;
	left: 129px;
	width: 132px;
	height: 132px;
	pointer-events: none;
}

.faq-heading {
	position: relative;
	z-index: 1;
	text-align: center;
}

.faq-heading h2 {
	margin: 0;
	background: linear-gradient(90deg, #ff7647 0%, #ff3f43 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-indent: 0.12em;
}

.faq-list {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 25px;
	margin-top: 82px;
}

.faq-card {
	min-height: 111px;
	padding: 24px 13px 24px;
	border-radius: 7px;
	background: var(--gradient-main);
	box-shadow:
		0 8px 18px rgba(255, 118, 71, 0.18),
		0 2px 8px rgba(17, 26, 46, 0.06);
	color: var(--white);
}

.faq-question-heading {
	margin: 0;
}

.faq-question {
	display: grid;
	grid-template-columns: 33px 1fr 18px;
	column-gap: 14px;
	align-items: start;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.faq-question:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.72);
	outline-offset: 7px;
	border-radius: 4px;
}

.faq-q {
	display: grid;
	place-items: center;
	width: 33px;
	height: 33px;
	border-radius: 999px;
	background: var(--white);
	color: #fb5c26;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
}

.faq-question-text {
	margin: 2px 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.faq-toggle-icon {
	position: relative;
	width: 18px;
	height: 18px;
	margin-top: 9px;
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 3px;
	border-radius: 999px;
	background: var(--white);
	content: "";
	transition:
		opacity 220ms ease,
		transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	transform: translate(-50%, -50%);
}

.faq-toggle-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-toggle-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.45);
}

.faq-question[aria-expanded="true"] .faq-toggle-icon {
	transform: rotate(180deg);
}

.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	margin: 0 0 0 58px;
	padding: 0 16px;
	overflow: hidden;
	border-radius: 6px;
	background: var(--white);
	color: #333333;
	opacity: 0;
	transform: translateY(-7px);
	transition:
		grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1),
		margin-top 320ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 240ms ease,
		padding 320ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: grid-template-rows, margin-top, opacity, padding, transform;
}

.faq-answer.is-open {
	grid-template-rows: 1fr;
	margin-top: 19px;
	padding: 21px 16px;
	opacity: 1;
	transform: translateY(0);
}

.faq-answer.is-animating {
	pointer-events: none;
}

.faq-answer[hidden] {
	display: none;
}

.faq-answer p {
	min-height: 0;
	margin: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.form-section {
	position: relative;
	min-height: 1922px;
	padding: 78px 16px 74px;
	overflow: hidden;
	background: var(--white);
}

.form-heading {
	text-align: center;
}

.form-pill {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 58px;
	margin: 0 auto;
	padding: 0 0 13px;
	background: url("../images/form/hukidashi_background.svg") center / contain
		no-repeat;
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
}

.form-heading h2 {
	position: relative;
	margin: 0;
	padding-bottom: 18px;
	color: #333333;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-indent: 0.12em;
}

.form-heading h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 166px;
	border-top: 2px dotted #ff7658;
	content: "";
	transform: translateX(-50%);
}

.form-lead {
	margin: 35px 0 0;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.form-check-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.form-check-list li {
	position: relative;
	min-height: 84px;
	padding: 16px 10px 12px 14px;
	border: 2px solid #ff7658;
	border-radius: 4px;
	background: linear-gradient(108deg, #fff6ed 0%, #ffefef 100%);
	box-shadow: 0 5px 12px rgba(255, 118, 71, 0.08);
	color: #f15f3a;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.form-check-list img {
	position: absolute;
	top: -12px;
	left: -8px;
	width: 25px;
	height: 25px;
}

.form-panel {
	margin-top: 40px;
	padding: 64px 16px 88px;
	border: 4px solid #ff7658;
	border-radius: 20px;
	background: #fff7ed;
	box-shadow: 0 8px 15px rgba(255, 118, 71, 0.11);
	color: #3e3e3e;
}

.form-panel h3 {
	margin: 0;
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-align: center;
}

.form-panel-lead {
	margin: 31px 0 0;
	color: #333333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.04em;
}

.contact-form {
	margin-top: 54px;
}

.form-field {
	margin-top: 25px;
}

.form-field:first-child {
	margin-top: 0;
}

.form-field label {
	display: block;
	margin: 0 0 10px;
	color: #111111;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

.form-field label span {
	margin-left: 7px;
	color: #f15f3a;
	font-size: 12px;
	font-weight: 700;
}

.form-field input,
.form-field select,
.form-field textarea {
	display: block;
	width: 100%;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	background: var(--white);
	color: #333333;
	font: inherit;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	outline: none;
}

.form-field input,
.form-field select {
	height: 45px;
	padding: 0 18px;
}

.form-field textarea {
	min-height: 120px;
	padding: 14px 18px;
	line-height: 1.8;
	resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
	color: #a6a6a6;
	opacity: 1;
}

.form-select-field {
	position: relative;
}

.form-select-field select {
	appearance: none;
	color: #3e3e3e;
	padding-right: 44px;
}

.form-select-field::after {
	position: absolute;
	right: 20px;
	bottom: 17px;
	width: 12px;
	height: 12px;
	border-right: 1.5px solid #111111;
	border-bottom: 1.5px solid #111111;
	content: "";
	pointer-events: none;
	transform: rotate(45deg);
}

.form-privacy {
	margin: 40px 0 0;
	color: #111111;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.03em;
}

.form-consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	align-items: start;
	margin-top: 18px;
	color: #111111;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.02em;
}

.form-consent input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: #f15f3a;
}

.form-consent a {
	color: #111111;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.turnstile-widget {
	display: flex;
	justify-content: center;
	min-height: 65px;
	margin-top: 24px;
}

.form-submit {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 74px;
	margin-top: 44px;
	border: 2px solid var(--white);
	border-radius: 999px;
	background: var(--gradient-main);
	box-shadow:
		0 0 0 3px #ff7658,
		0 10px 20px rgba(255, 63, 67, 0.16);
	color: var(--white);
	font: inherit;
	cursor: pointer;
}

.form-submit span {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.form-submit b {
	position: absolute;
	top: 50%;
	right: 30px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	transform: translateY(-53%);
}

.form-submit:disabled {
	cursor: progress;
	opacity: 0.72;
}

/* ハニーポット（bot対策）— 画面外に隠して人には見えないようにする */
.form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* 送信結果メッセージ */
.form-status {
	margin: 20px 0 0;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.02em;
	white-space: pre-line;
}

.form-status[data-status="pending"] {
	background: #f2f4f8;
	color: #4d6da9;
}

.form-status[data-status="success"] {
	background: #eafaf1;
	color: #1f8f5f;
}

.form-status[data-status="error"] {
	background: #fdecec;
	color: #d23b3b;
}

.cta-section {
	position: relative;
	min-height: 702px;
	padding: 64px 16px;
	overflow: hidden;
	background: linear-gradient(180deg, #ff7647 0%, #ff6847 100%);
}

.cta-card {
	min-height: 574px;
	padding: 61px 19px 42px;
	border-radius: 9px;
	background: var(--white);
	box-shadow:
		0 11px 22px rgba(163, 54, 35, 0.17),
		0 0 0 2px rgba(255, 246, 237, 0.5);
	color: #333333;
}

.cta-card h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.15em;
}

.cta-card h2 span {
	position: relative;
	display: block;
	padding-left: 40px;
	white-space: nowrap;
}

.cta-card h2 i {
	position: absolute;
	top: -14px;
	left: 42px;
	display: block;
	width: auto;
	margin-right: 0;
	color: #ff5b45;
	font-size: 24px;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: -0.12em;
	vertical-align: 0.03em;
	overflow: visible;
}

.cta-card h2 strong {
	color: #f15f3a;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.cta-lead {
	margin: 30px 0 0;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}

.cta-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 74px;
	margin-top: 37px;
	border: 2px solid var(--white);
	border-radius: 999px;
	background: var(--gradient-main);
	box-shadow:
		0 0 0 3px #ff7658,
		0 10px 20px rgba(255, 63, 67, 0.16);
	color: var(--white);
	text-align: center;
}

.cta-button span {
	position: absolute;
	top: -21px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 176px;
	height: 34px;
	border: 2px solid #ff7658;
	border-radius: 999px;
	background: var(--white);
	color: #f15f3a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	transform: translateX(-50%);
}

.cta-button strong {
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
}

.cta-button b {
	position: absolute;
	top: 50%;
	right: 55px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	transform: translateY(-53%);
}

.cta-benefits {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 12px 13px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.cta-benefits li {
	position: relative;
	padding-left: 21px;
	color: #f15f3a;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.45;
}

.cta-benefits li::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border-radius: 999px;
	background: #ff7647;
	color: var(--white);
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	content: "✓";
}

.footer-section {
	position: relative;
	min-height: 323px;
	padding: 48px 16px 36px;
	overflow: hidden;
	background: linear-gradient(108deg, #fff6ed 0%, #ffefef 100%);
	color: #333333;
	text-align: center;
}

.footer-decoration {
	position: absolute;
	right: -68px;
	bottom: -146px;
	width: 245px;
	height: auto;
	pointer-events: none;
}

.footer-inner {
	position: relative;
	z-index: 1;
}

.footer-logo {
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-decoration: none;
}

.footer-logo img {
	margin: 0 auto;
	width: 174px;
	height: auto;
}

.footer-company {
	margin: 16px 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.04em;
}

.footer-nav,
.footer-policy {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
}

.footer-nav {
	gap: 14px;
	margin-top: 40px;
}

.footer-policy {
	gap: 20px;
	margin-top: 27px;
}

.footer-nav a,
.footer-policy a {
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.footer-policy a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.footer-copy {
	margin: 31px 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

/* 画面下部固定CTA(problemセクション通過後〜formセクション手前で表示) */
/* 形状はキービジュアルの .kv-cta を踏襲 */
.floating-cta {
	position: fixed;
	bottom: 18px;
	left: 50%;
	z-index: 60;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(calc(100vw - 24px), 336px);
	height: 66px;
	border: 3px solid var(--white);
	border-radius: 999px;
	background: var(--gradient-main);
	box-shadow:
		0 0 0 3px #ff674e,
		0 14px 30px rgba(255, 63, 67, 0.32);
	color: var(--white);
	text-align: center;
	opacity: 0;
	transform: translate(-50%, calc(100% + 40px));
	pointer-events: none;
	transition:
		opacity 300ms ease,
		transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
}

.floating-cta span {
	position: absolute;
	top: -22px;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 36px;
	padding: 0 0 8px;
	background: url("../images/kv/hukidashi_background.svg") center / contain
		no-repeat;
	color: var(--orange);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.05em;
	transform: translateX(-50%);
}

.floating-cta strong {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05em;
}

.floating-cta b {
	position: absolute;
	top: 50%;
	right: 39px;
	font-size: 31px;
	font-weight: 500;
	line-height: 1;
	transform: translateY(-51%);
}

.floating-cta.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
	pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
	.floating-cta {
		transition: opacity 200ms ease;
		transform: translate(-50%, 0);
	}
}

@media (max-width: 767px) {
	.lp-scale-frame {
		width: 100vw;
		margin: 0;
		overflow: hidden;
	}

	.lp-shell {
		margin: 0;
		transform: scale(var(--lp-scale));
		transform-origin: top left;
	}
}

/* ============================================================
   767px超：左右余白のブランド演出（案A＋C）
   ============================================================ */

/* 既定（モバイル）では非表示。デスクトップでのみ表示する */
.side-ambience,
.side-brand,
.side-cta {
	display: none;
}

@media (min-width: 768px) {
	/* 灰色ベタ → やわらかなブランドグラデーション */
	html,
	body {
		background:
			radial-gradient(
				1100px 620px at 14% 18%,
				rgba(255, 118, 71, 0.12),
				transparent 62%
			),
			radial-gradient(
				960px 680px at 86% 82%,
				rgba(77, 109, 169, 0.08),
				transparent 60%
			),
			linear-gradient(180deg, #fffdf9 0%, #fff1e6 100%);
		background-attachment: fixed;
	}

	.lp-shell {
		box-shadow: 0 4px 15px rgba(255, 0, 0, 0.09);
	}

	/* 両サイドに浮遊する装飾リング（コンテンツ列の背面に配置） */
	.side-ambience {
		display: block;
		position: fixed;
		inset: 0;
		z-index: -1;
		overflow: hidden;
		pointer-events: none;
	}

	.side-ring {
		position: absolute;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		opacity: 0.55;
		will-change: transform;
	}

	.side-ring-1 {
		top: -70px;
		left: -90px;
		width: 400px;
		height: 400px;
		background-image: url("../images/kv/background-decoration1.svg");
		animation: kv-ring-drift 15s ease-in-out infinite alternate;
	}

	.side-ring-2 {
		bottom: 8%;
		left: 1%;
		width: 260px;
		height: 260px;
		background-image: url("../images/kv/background-decoration2.svg");
		animation: kv-ring-drift-reverse 18s ease-in-out infinite alternate;
	}

	.side-ring-3 {
		top: 10%;
		right: -80px;
		width: 360px;
		height: 360px;
		background-image: url("../images/kv/background-decoration2.svg");
		animation: kv-ring-drift-reverse 17s ease-in-out infinite alternate;
	}

	.side-ring-4 {
		right: 2%;
		bottom: -60px;
		width: 320px;
		height: 320px;
		background-image: url("../images/kv/background-decoration1.svg");
		animation: kv-ring-drift 20s ease-in-out infinite alternate;
	}
}

/* サイドのブランディング＆CTA（列とかぶらない十分な幅が取れる時のみ） */
@media (min-width: 1000px) {
	/* 下部固定CTAはサイドCTAと重複するため非表示 */
	.floating-cta {
		display: none !important;
	}

	.side-brand {
		display: block;
		position: fixed;
		top: 50%;
		right: calc(50% + 195px + 40px);
		z-index: 30;
		width: 220px;
		text-align: right;
		transform: translateY(-50%);
		animation: side-fade-in 700ms cubic-bezier(0.22, 1, 0.36, 1) 500ms both;
	}

	.side-brand-logo {
		width: 132px;
		margin: 0 0 0 auto;
	}

	.side-brand-copy {
		margin: 22px 0 0;
		color: var(--main);
		font-size: 22px;
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.02em;
	}

	.side-brand-copy em {
		font-style: normal;
		color: var(--orange);
	}

	.side-cta {
		display: block;
		position: fixed;
		top: 50%;
		left: calc(50% + 195px + 40px);
		z-index: 30;
		width: 224px;
		padding: 26px 24px 24px;
		border: 1px solid rgba(255, 118, 71, 0.28);
		border-radius: 22px;
		background: var(--white);
		box-shadow: 0 18px 44px rgba(255, 63, 67, 0.16);
		transform: translateY(-50%);
		animation: side-fade-in 700ms cubic-bezier(0.22, 1, 0.36, 1) 620ms both;
	}

	.side-cta-title {
		margin: 0;
		color: var(--main);
		font-size: 17px;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: 0.02em;
	}

	.side-cta-title strong {
		display: inline-block;
		margin-top: 2px;
		color: var(--red);
		font-size: 26px;
		font-weight: 700;
	}

	.side-cta-points {
		margin: 16px 0 20px;
		padding: 0;
		list-style: none;
	}

	.side-cta-points li {
		position: relative;
		padding: 0 0 0 22px;
		color: var(--text);
		font-size: 13px;
		font-weight: 600;
		line-height: 2;
	}

	.side-cta-points li::before {
		position: absolute;
		top: 0;
		left: 0;
		color: var(--orange);
		font-size: 13px;
		font-weight: 900;
		content: "✓";
	}

	.side-cta-button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 54px;
		border: 2px solid var(--white);
		border-radius: 999px;
		background: var(--gradient-main);
		box-shadow:
			0 0 0 2px #ff674e,
			0 10px 22px rgba(255, 63, 67, 0.28);
		color: var(--white);
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.03em;
		transition:
			transform 200ms ease,
			filter 200ms ease;
	}

	.side-cta-button b {
		position: absolute;
		top: 50%;
		right: 18px;
		font-size: 22px;
		font-weight: 500;
		transform: translateY(-52%);
	}

	.side-cta-button:hover {
		filter: brightness(1.04);
		transform: translateY(-2px);
	}
}

@keyframes side-fade-in {
	from {
		opacity: 0;
		transform: translateY(-50%) translateX(0) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(-50%) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.side-ring {
		animation: none !important;
	}

	.side-brand,
	.side-cta {
		animation: none !important;
	}
}

/* ============================================================
   サンクスページ
   ============================================================ */

.thanks-body {
	min-height: 100vh;
	background:
		radial-gradient(
			1100px 620px at 14% 18%,
			rgba(255, 118, 71, 0.12),
			transparent 62%
		),
		radial-gradient(
			960px 680px at 86% 82%,
			rgba(77, 109, 169, 0.08),
			transparent 60%
		),
		linear-gradient(180deg, #fffdf9 0%, #fff1e6 100%);
	background-attachment: fixed;
}

.thanks-page {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.thanks-card {
	width: 100%;
	height: 100%;
	max-width: 520px;
	padding: 48px 32px 40px;
	background: var(--white);
	text-align: center;
}

.thanks-logo {
	width: 140px;
	margin: 0 auto;
}

.thanks-check {
	width: 84px;
	height: 84px;
	margin: 32px auto 0;
	border-radius: 50%;
	background: var(--gradient-main);
	box-shadow: 0 10px 24px rgba(255, 63, 67, 0.24);
}

.thanks-check svg {
	width: 100%;
	height: 100%;
}

.thanks-check circle {
	stroke: rgba(255, 255, 255, 0.5);
	stroke-width: 2;
}

.thanks-check path {
	stroke: var(--white);
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 40;
	stroke-dashoffset: 40;
	animation: thanks-check-draw 600ms ease-out 200ms forwards;
}

.thanks-eyebrow {
	margin: 26px 0 0;
	color: var(--orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.thanks-title {
	margin: 10px 0 0;
	color: var(--main);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.02em;
}

.thanks-title span {
	color: var(--red);
}

.thanks-lead {
	margin: 24px 0 0;
	color: var(--text);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.9;
	letter-spacing: 0.02em;
}

.thanks-note {
	margin: 28px 0 0;
	padding: 18px 20px;
	border-radius: 14px;
	background: #fff6ef;
	text-align: left;
}

.thanks-note p {
	margin: 0;
	color: #6b5d54;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.85;
	letter-spacing: 0.02em;
}

.thanks-note a {
	color: var(--orange);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.thanks-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 320px;
	height: 62px;
	margin: 32px auto 0;
	border: 2px solid var(--white);
	border-radius: 999px;
	background: var(--gradient-main);
	box-shadow:
		0 0 0 2px #ff674e,
		0 12px 26px rgba(255, 63, 67, 0.26);
	color: var(--white);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition:
		transform 200ms ease,
		filter 200ms ease;
}

.thanks-button b {
	position: absolute;
	top: 50%;
	right: 26px;
	font-size: 24px;
	font-weight: 500;
	transform: translateY(-52%);
}

.thanks-button:hover {
	filter: brightness(1.04);
	transform: translateY(-2px);
}

@keyframes thanks-check-draw {
	to {
		stroke-dashoffset: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thanks-check path {
		animation: none;
		stroke-dashoffset: 0;
	}
}
