:root {
  --bg: #faf7f1;
  --bg-soft: #f7f2eb;
  --surface: #fffdf9;
  --surface-strong: #ffffff;
  --text: #2f2923;
  --muted: #6f6960;
  --line: #eadfce;
  --line-soft: rgba(206, 185, 161, 0.28);
  --accent: #566f35;
  --accent-deep: #415629;
  --accent-soft: #f1f5e9;
  --copper: #b98242;
  --shadow: 0 28px 56px rgba(53, 39, 25, 0.08);
  --shadow-soft: 0 16px 36px rgba(53, 39, 25, 0.06);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --container: 1180px;
  --page-gutter: 20px;
  --container-current: min(calc(100vw - (var(--page-gutter) * 2)), var(--container));
  --container-bleed: calc((100vw - var(--container-current)) / 2);
  --hero-fade-solid: #faf8f1;
  --hero-fade-soft: #f1f4e8;
  --hero-right-overscan: clamp(18px, 1.8vw, 30px);
  --hero-left-overlap: clamp(22px, 2vw, 34px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(215, 189, 157, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(195, 211, 226, 0.15), transparent 24%),
    linear-gradient(180deg, #fbf8f3 0%, #fdfcf8 38%, #faf7f2 100%);
  line-height: 1.72;
}

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

svg {
  display: block;
}

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

.icon-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(252, 249, 244, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(234, 223, 206, 0.72);
}

.header-shell {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-copy strong {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.brand-copy small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  color: #d2a476;
  flex: none;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 0.94rem;
  color: #36312d;
}

.header-nav a {
  position: relative;
  padding: 6px 0;
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.header-nav a:hover::after {
  transform: scaleX(1);
}

.line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
  padding: 0 28px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(180deg, #2a6654, #1f5645);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(35, 89, 72, 0.16);
}

.line-button::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 7h12a4 4 0 0 1 0 8h-5l-3 2v-2H6a4 4 0 0 1 0-8Z' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='11' r='0.95' fill='white'/%3E%3Ccircle cx='12' cy='11' r='0.95' fill='white'/%3E%3Ccircle cx='15' cy='11' r='0.95' fill='white'/%3E%3C/svg%3E")
      center / 18px 18px no-repeat,
    rgba(255, 255, 255, 0.18);
}

.line-button:hover {
  background: linear-gradient(180deg, #255b4b, #184637);
}

.line-button--small {
  min-height: 58px;
  padding: 0 24px;
  font-size: 0.98rem;
}

.mobile-menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #2f2923;
}

.mobile-menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 10px 0 16px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(110deg, rgba(221, 192, 153, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-bg::before {
  top: -80px;
  left: -90px;
  width: 360px;
  height: 420px;
  background:
    linear-gradient(135deg, rgba(211, 179, 141, 0.36), transparent 40%),
    repeating-linear-gradient(
      0deg,
      rgba(211, 179, 141, 0.12) 0 1px,
      transparent 1px 28px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(211, 179, 141, 0.12) 0 1px,
      transparent 1px 28px
    );
  clip-path: polygon(0 0, 100% 0, 44% 100%, 0 100%);
}

.hero-bg::after {
  top: 12px;
  right: -50px;
  width: 540px;
  height: 540px;
  background:
    radial-gradient(circle at center, rgba(197, 137, 79, 0.12), transparent 45%),
    linear-gradient(135deg, rgba(196, 214, 234, 0.18), transparent 65%);
  clip-path: polygon(46% 0, 100% 0, 100% 100%, 18% 100%);
  opacity: 0.9;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 490px) minmax(620px, 1fr);
  gap: clamp(10px, 1.8vw, 26px);
  align-items: start;
  justify-content: space-between;
}

.hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 490px;
  padding: 42px 0 10px 6px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #4f4943;
}

.hero h1,
.section-heading h2,
.problem-copy h2,
.consult-copy h2,
.final-copy h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.hero h1 {
  font-size: clamp(3.45rem, 4.35vw, 5.05rem);
  line-height: 0.94;
  letter-spacing: 0.02em;
}

.hero-title-line {
  display: block;
}

.hero-title-line:first-child {
  font-size: 0.88em;
  letter-spacing: 0.03em;
}

.hero-title-break {
  display: inline;
}

.hero-title-line + .hero-title-line {
  margin-top: 8px;
}

.hero-title-line--main {
  font-size: 0.84em;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.hero-title-accent {
  color: var(--copper);
}

.hero-lead {
  margin: 30px 0 0;
  font-size: 1.32rem;
  color: #504741;
}

.hero-handwritten-card {
  display: block;
  margin: 0;
  padding: 0;
}

.hero-handwritten {
  display: block;
  width: 100%;
  margin: 0;
  object-fit: contain;
}

.hero-button {
  min-width: 274px;
  margin-top: 28px;
}

.hero-visual {
  position: relative;
  isolation: isolate;
  width: calc(100% + var(--container-bleed) + var(--hero-right-overscan));
  max-width: none;
  margin-left: calc(var(--hero-left-overlap) * -1);
  margin-right: calc(var(--container-bleed) * -1 - var(--hero-right-overscan));
  justify-self: stretch;
  height: 448px;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(250, 247, 241, 0.72), rgba(246, 241, 232, 0.38));
  box-shadow: 0 28px 60px rgba(72, 61, 48, 0.06);
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-visual::before {
  z-index: 1;
  inset: -8% auto -12% -30%;
  width: 64%;
  background:
    linear-gradient(
      90deg,
      rgba(250, 247, 241, 0.94) 0%,
      rgba(250, 247, 241, 0.82) 18%,
      rgba(248, 243, 236, 0.54) 36%,
      rgba(247, 241, 232, 0.22) 58%,
      rgba(246, 240, 231, 0.06) 82%,
      rgba(246, 240, 231, 0) 100%
    ),
    radial-gradient(circle at 20% 46%, rgba(250, 247, 241, 0.74), rgba(247, 241, 232, 0.34) 36%, rgba(246, 240, 231, 0.08) 64%, transparent 86%);
  filter: blur(22px);
  opacity: 0.82;
}

.hero-visual::after {
  z-index: 1;
  background:
    radial-gradient(circle at 23% 52%, rgba(248, 243, 236, 0.16), transparent 22%),
    linear-gradient(90deg, rgba(250, 247, 241, 0.08) 0%, rgba(247, 241, 232, 0.03) 12%, rgba(246, 240, 231, 0) 22%);
}

.hero-handwritten-card--overlay {
  position: absolute;
  top: 28px;
  left: 54px;
  z-index: 2;
  width: 332px;
  padding: 6px 12px 10px 8px;
  pointer-events: none;
}

.hero-handwritten-card--overlay::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -10px;
  left: 2px;
  width: 74%;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(
      ellipse at 44% 48%,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.9) 36%,
      rgba(255, 255, 255, 0.36) 72%,
      transparent 100%
    );
  filter: blur(10px);
}

.hero-visual-media,
.problem-visual-media {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-visual-media {
  object-position: 80% center;
  transform: scale(1.08);
  transform-origin: center;
}

.case-visual-media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transform-origin: center;
}

.metrics-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 14px;
}

.metric-card,
.task-card,
.reason-card,
.case-card,
.consult-card,
.plan-card,
.flow-card,
.faq-item,
.problem-visual,
.final-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.metric-card {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 138px;
  padding: 22px 28px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
}

.metric-icon,
.task-icon,
.reason-icon,
.plan-icon,
.flow-icon {
  display: grid;
  place-items: center;
  color: #988c7b;
}

.metric-icon {
  width: 74px;
  height: 74px;
  padding: 10px;
  border-radius: 999px;
  flex-shrink: 0;
  background: #f9f4ec;
  box-shadow: inset 0 0 0 1px rgba(228, 214, 195, 0.86);
}

.metric-icon svg,
.task-icon svg,
.reason-icon svg,
.plan-icon svg,
.flow-icon svg,
.approach-icon svg {
  width: 24px;
  height: 24px;
}

.metric-card p,
.metric-card strong {
  margin: 0;
}

.metric-card > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.metric-card p {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #49413a;
}

.metric-card strong {
  display: block;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(2.45rem, 2.8vw, 3rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #5b4e45;
}

.metric-card strong span {
  color: var(--copper);
  font-size: 1.08em;
}

.metrics-note {
  margin: 10px 6px 0 0;
  text-align: right;
  color: #8f8578;
  font-size: 0.78rem;
}

.section {
  padding: 56px 0 0;
}

.section--problem {
  padding-top: 34px;
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 500px);
  gap: 48px;
  align-items: center;
}

.problem-copy {
  padding: 6px 10px 0;
  max-width: none;
}

.problem-copy h2,
.section-heading h2,
.consult-copy h2,
.final-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.problem-copy h2 {
  font-size: clamp(2.18rem, 2.7vw, 2.86rem);
  line-height: 1.16;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.problem-list,
.case-points,
.consult-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.problem-list li,
.case-points li,
.consult-list li {
  position: relative;
  padding-left: 34px;
  margin-top: 16px;
  color: #645b52;
}

.problem-list li::before,
.case-points li::before,
.consult-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(100, 140, 114, 0.36);
  background:
    linear-gradient(180deg, rgba(236, 244, 238, 0.96), rgba(248, 252, 249, 0.96));
}

.problem-list li::after,
.case-points li::after,
.consult-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 8px;
  height: 4px;
  border-left: 2px solid #809b83;
  border-bottom: 2px solid #809b83;
  transform: rotate(-45deg);
}

.problem-visual {
  position: relative;
  min-height: 214px;
  border-radius: 0;
  overflow: hidden;
}

.problem-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(29, 25, 20, 0.06) 0%, rgba(29, 25, 20, 0.22) 42%, rgba(29, 25, 20, 0.68) 72%, rgba(29, 25, 20, 0.62) 100%),
    radial-gradient(ellipse at 76% 50%, rgba(20, 28, 24, 0.58) 0%, rgba(20, 28, 24, 0.34) 44%, rgba(20, 28, 24, 0) 72%);
}

.problem-visual-media {
  transform: scale(1.045);
  transform-origin: center;
}

.problem-visual-copy {
  position: absolute;
  inset: 0 0 0 42%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 22px 26px;
}

.problem-visual-copy p {
  margin: 0;
  max-width: 11em;
  color: rgba(255, 255, 255, 0.98);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(1.22rem, 1.48vw, 1.76rem);
  line-height: 1.58;
  letter-spacing: 0.02em;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.48), 0 12px 26px rgba(0, 0, 0, 0.34);
}

.section-heading {
  text-align: center;
  margin-bottom: 34px;
}

.section-heading--approach {
  margin-bottom: 26px;
}

.section-heading--compact {
  margin-bottom: 24px;
}

.section-heading--left {
  text-align: left;
  margin-bottom: 22px;
}

.section-heading p,
.section-note {
  margin: 8px 0 0;
  color: var(--muted);
}

.section-bridge {
  margin: 0;
  color: #2e2822;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: 0.03em;
}

.section-note {
  text-align: center;
  font-size: 0.82rem;
}

.section--approach {
  padding-top: 14px;
}

.approach-banner {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr) 132px;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 16px 28px;
  border: 1px solid rgba(232, 225, 211, 0.9);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(247, 243, 235, 0.94), rgba(250, 247, 241, 0.98));
  box-shadow: 0 10px 24px rgba(72, 61, 48, 0.04);
}

.approach-banner-copy {
  text-align: center;
}

.approach-banner-copy p:last-child {
  margin: 8px 0 0;
  color: #5f584d;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.approach-banner-ornament {
  width: 120px;
  height: 120px;
  justify-self: center;
  object-fit: contain;
  opacity: 0.92;
}

.approach-banner-ornament--right {
  transform: scaleX(-1);
}

.approach-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.approach-card {
  position: relative;
  padding: 0 14px;
  text-align: center;
}

.approach-card:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 28px;
  right: -12px;
  color: rgba(186, 146, 102, 0.92);
  font-size: 2rem;
  line-height: 1;
}

.approach-icon {
  position: relative;
  width: 84px;
  height: 84px;
  padding: 14px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #c08a5e;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(214, 165, 111, 0.72);
  box-shadow: 0 10px 22px rgba(72, 61, 48, 0.05);
}

.approach-icon .icon-image {
  transform: scale(1.14);
}

.approach-step {
  display: block;
  margin-bottom: 10px;
  color: #d09a62;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.approach-card h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 700;
}

.approach-card p {
  margin: 8px auto 0;
  max-width: 16.5ch;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.75;
}

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

.task-card {
  min-height: 164px;
  padding: 22px 16px 18px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 10px 22px rgba(53, 39, 25, 0.05);
}

.task-icon {
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0 auto 14px;
  color: #92a086;
}

.task-icon .icon-image {
  transform: scale(1.22);
}

.task-card h3,
.reason-card h3,
.case-card h3,
.plan-card h3,
.flow-card h3 {
  margin: 0;
  font-size: 1.06rem;
  line-height: 1.45;
}

.task-card p,
.reason-card p,
.plan-card p,
.flow-card p,
.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.72;
}

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

.reason-card,
.plan-card {
  padding: 26px 28px;
  border-radius: 16px;
}

.reason-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(234, 223, 206, 0.92);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 28px rgba(53, 39, 25, 0.05);
}

.reason-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px 24px 22px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(234, 223, 206, 0.92);
  border-radius: 0;
  box-shadow: none;
}

.reason-card:last-child {
  border-right: 0;
}

.reason-icon,
.plan-icon {
  width: 54px;
  height: 54px;
  padding: 0;
  margin-bottom: 0;
  color: #90a086;
}

.reason-icon {
  color: #c08a5e;
}

.reason-icon .icon-image {
  transform: scale(1.2);
}

.reason-copy {
  min-width: 0;
  text-align: left;
}

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

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 178px;
  gap: 24px;
  align-items: center;
  min-height: 228px;
  padding: 24px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(53, 39, 25, 0.05);
}

.case-copy {
  min-width: 0;
}

.case-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #667754;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.case-card h3 {
  margin-top: 16px;
  font-size: 1.28rem;
  line-height: 1.52;
  font-weight: 700;
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.case-points {
  margin-top: 16px;
}

.case-points li {
  margin-top: 12px;
  font-size: 0.96rem;
  line-height: 1.7;
}

.case-visual {
  width: 100%;
  height: 144px;
  border-radius: 16px;
  overflow: hidden;
  background: #fbf7ef;
  box-shadow: 0 8px 20px rgba(53, 39, 25, 0.06);
}

.section--consult {
  padding-top: 28px;
}

.consult-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 350px;
  gap: 26px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 24px;
  background: rgba(248, 244, 237, 0.82);
  border: 1px solid rgba(234, 223, 206, 0.88);
  box-shadow: 0 12px 26px rgba(53, 39, 25, 0.04);
}

.consult-visual {
  height: 206px;
  width: 166px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  justify-self: center;
}

.consult-copy h2 {
  font-size: clamp(2rem, 2.4vw, 2.45rem);
  line-height: 1.35;
}

.consult-list {
  margin-top: 16px;
}

.consult-list li {
  margin-top: 14px;
  font-size: 0.98rem;
}

.consult-cta {
  display: grid;
  place-items: center;
  min-height: 164px;
  padding: 26px 24px;
  border: 1px solid rgba(234, 223, 206, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(53, 39, 25, 0.04);
  text-align: center;
}

.consult-kicker {
  margin: 0 0 18px;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.6;
}

.consult-cta .line-button {
  min-width: 238px;
}

.section--plans {
  padding-top: 34px;
}

.plan-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.plan-card {
  min-height: 212px;
  padding: 28px 18px 22px;
  border-radius: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(234, 223, 206, 0.92);
  box-shadow: 0 10px 20px rgba(53, 39, 25, 0.04);
}

.plan-icon {
  width: 94px;
  height: 94px;
  padding: 0;
  margin: 0 auto 16px;
  color: #c08a5e;
}

.plan-icon .icon-image {
  transform: scale(1.12);
}

.plan-card h3 {
  font-size: 1.03rem;
  line-height: 1.58;
}

.plan-card p {
  margin-top: 12px;
  max-width: 16.5ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.9rem;
  line-height: 1.74;
}

.section--bottom-panels {
  padding-top: 30px;
}

.bottom-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.section-heading--flow {
  text-align: center;
  margin-bottom: 26px;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  align-items: start;
}

.flow-card {
  position: relative;
  min-height: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.flow-card:not(:last-child)::after {
  content: "➜";
  position: absolute;
  top: 18px;
  right: -28px;
  color: #23323a;
  font-size: 1.6rem;
  line-height: 1;
}

.flow-icon {
  width: 92px;
  height: 92px;
  padding: 0;
  margin: 0 auto 6px;
  color: #8f978f;
}

.flow-icon .icon-image {
  transform: scale(1.12);
}

.flow-step {
  display: block;
  margin-bottom: 10px;
  color: #d09a62;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.flow-card h3 {
  font-size: 1.03rem;
  line-height: 1.56;
}

.flow-card p {
  margin-top: 12px;
  font-size: 0.9rem;
  line-height: 1.75;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 14px;
  padding: 0 20px;
}

.faq-item summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  min-height: 72px;
  display: flex;
  align-items: center;
  padding-right: 34px;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #9d958c;
  font-size: 1.5rem;
  font-weight: 400;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0 0 18px;
}

.section--final {
  padding: 30px 0 0;
}

.final-card {
  display: grid;
  grid-template-areas: "figure copy button ornament";
  grid-template-columns: 124px minmax(0, 1fr) auto 120px;
  gap: 22px;
  align-items: center;
  padding: 18px 30px;
  border-radius: 18px;
  box-shadow: 0 12px 24px rgba(53, 39, 25, 0.04);
  background:
    linear-gradient(180deg, rgba(246, 241, 233, 0.98), rgba(249, 245, 239, 0.98));
}

.final-figure {
  grid-area: figure;
  height: 118px;
  width: 108px;
  object-fit: contain;
  justify-self: start;
  mix-blend-mode: multiply;
}

.final-copy {
  grid-area: copy;
  min-width: 0;
}

.final-copy h2 {
  font-size: 1.62rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.final-button {
  grid-area: button;
  min-width: 232px;
  min-height: 54px;
  padding: 0 24px;
  font-size: 0.98rem;
  box-shadow: 0 12px 22px rgba(35, 89, 72, 0.12);
}

.final-ornament {
  grid-area: ornament;
  width: 116px;
  height: 74px;
  object-fit: contain;
  justify-self: end;
  align-self: end;
  opacity: 0.72;
}

.site-footer {
  padding: 10px 0 22px;
  background: transparent;
}

.footer-shell {
  display: block;
  color: #8e867c;
  font-size: 0.82rem;
  text-align: center;
}

.brand--footer .brand-copy strong {
  font-size: 1.8rem;
}

.footer-branding,
.footer-nav {
  display: none;
}

.copyright {
  margin: 0;
  white-space: normal;
}

@media (max-width: 1200px) {
  .header-shell {
    grid-template-columns: auto 1fr;
  }

  .header-cta {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .problem-grid,
  .consult-card,
  .bottom-panels,
  .footer-shell,
  .plan-grid,
  .tasks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 4.9vw, 4.7rem);
  }

  .hero-title-line:first-child {
    font-size: 0.9em;
  }

  .hero-title-line--main {
    font-size: 0.82em;
  }

  .hero-visual {
    width: calc(100% + var(--container-bleed) + 24px);
    margin-left: -18px;
    margin-right: calc(var(--container-bleed) * -1 - 24px);
    height: 416px;
  }

  .hero-handwritten-card--overlay {
    top: 22px;
    left: 22px;
    width: 244px;
    padding: 6px 12px 10px 8px;
  }

  .hero-handwritten {
    width: 100%;
  }

  .problem-copy h2 {
    white-space: normal;
  }

  .approach-banner {
    grid-template-columns: 96px minmax(0, 1fr) 96px;
    gap: 14px;
    padding: 16px 22px;
  }

  .approach-banner-ornament {
    width: 82px;
    height: 82px;
  }

  .metrics-grid,
  .approach-row,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .approach-card:not(:last-child)::after {
    display: none;
  }

  .reason-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .consult-card {
    grid-template-columns: 160px minmax(0, 1fr) 280px;
    gap: 20px;
  }

  .consult-visual {
    width: 148px;
    height: 188px;
  }

  .plan-grid {
    gap: 18px;
  }

  .plan-card {
    min-height: 198px;
    padding: 24px 16px 20px;
  }

  .plan-icon {
    width: 82px;
    height: 82px;
  }

  .flow-grid {
    gap: 32px 34px;
  }

  .flow-card:not(:last-child)::after {
    display: none;
  }

  .footer-shell {
    text-align: center;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: static;
  }

  .hero-grid,
  .metrics-grid,
  .problem-grid,
  .tasks-grid,
  .reason-grid,
  .case-grid,
  .consult-card,
  .plan-grid,
  .bottom-panels,
  .flow-grid,
  .final-card {
    grid-template-columns: 1fr;
  }

  .header-shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px 0 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand-copy strong {
    font-size: 1.42rem;
  }

  .brand-copy small {
    margin-top: 1px;
    font-size: 0.58rem;
    letter-spacing: 0.01em;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .header-nav,
  .header-cta {
    display: none;
  }

  .approach-banner {
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    gap: 8px;
    margin-bottom: 22px;
    padding: 14px 14px 12px;
    border-radius: 20px;
  }

  .approach-banner-ornament {
    width: 54px;
    height: 54px;
  }

  .approach-banner-copy p:last-child {
    margin-top: 4px;
    font-size: 0.76rem;
    line-height: 1.55;
  }

  .section-bridge {
    font-size: 1.32rem;
    line-height: 1.34;
  }

  .section-heading--approach {
    margin-bottom: 20px;
  }

  .mobile-menu-button {
    display: inline-block;
    justify-self: end;
  }

  .mobile-menu-button span {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-header.is-open .mobile-menu-button span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.is-open .mobile-menu-button span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-open .mobile-menu-button span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-header.is-open .header-nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    border: 1px solid rgba(234, 223, 206, 0.92);
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.98);
    box-shadow: 0 20px 40px rgba(50, 39, 29, 0.12);
    backdrop-filter: blur(16px);
    z-index: 60;
  }

  .site-header.is-open .header-nav a {
    display: block;
    padding: 13px 16px;
  }

  .site-header.is-open .header-nav a::after {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-grid {
    gap: 0;
  }

  .hero-copy {
    order: 2;
    max-width: none;
    padding: 18px 4px 0;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.9rem;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 1.06rem;
    line-height: 1.7;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 10.2vw, 4rem);
    line-height: 0.96;
  }

  .hero-title-line:first-child {
    font-size: 0.9em;
  }

  .hero-title-line--main {
    font-size: 0.8em;
    white-space: normal;
  }

  .hero-title-break {
    display: block;
  }

  .hero-visual {
    order: 1;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 238px;
    border-radius: 18px;
  }

  .hero-visual::before {
    inset: -4% auto -10% -22%;
    width: 62%;
    filter: blur(14px);
  }

  .hero-handwritten-card--overlay {
    top: 14px;
    left: 50%;
    width: 170px;
    transform: translateX(-50%);
    padding: 5px 10px 8px;
  }

  .hero-handwritten-card--overlay::before {
    top: -5px;
    bottom: -8px;
    left: 1px;
    width: 74%;
    filter: blur(8px);
  }

  .hero-handwritten {
    width: 100%;
  }

  .hero-button {
    width: 100%;
    min-width: 0;
    margin-top: 20px;
  }

  .metric-card {
    gap: 14px;
    min-height: 92px;
    padding: 14px 16px;
    border-radius: 14px;
  }

  .metric-icon {
    width: 42px;
    height: 42px;
    padding: 5px;
  }

  .metric-card p {
    font-size: 0.78rem;
    font-weight: 600;
  }

  .metric-card strong {
    font-size: clamp(1.75rem, 7.3vw, 2.05rem);
  }

  .metrics-grid {
    gap: 10px;
    margin-top: 12px;
  }

  .case-card {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 20px 18px;
  }

  .case-card h3 {
    font-size: 1.14rem;
  }

  .case-points li {
    font-size: 0.92rem;
  }

  .case-visual {
    max-width: 180px;
    height: 120px;
    margin-left: auto;
  }

  .approach-row {
    gap: 18px;
  }

  .approach-card {
    padding: 0;
  }

  .approach-icon {
    width: 68px;
    height: 68px;
    padding: 13px;
    margin-bottom: 6px;
  }

  .approach-step {
    margin-bottom: 8px;
    font-size: 0.9rem;
  }

  .approach-card h3 {
    font-size: 1.04rem;
  }

  .approach-card p {
    max-width: none;
    font-size: 0.86rem;
  }

  .task-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .task-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
  }

  .metrics-note {
    margin-top: 8px;
    text-align: right;
    font-size: 0.66rem;
  }

  .metric-card,
  .task-card,
  .reason-card,
  .case-card,
  .consult-card,
  .plan-card,
  .flow-card,
  .faq-item {
    border-radius: 18px;
  }

  .reason-grid {
    border-radius: 18px;
  }

  .reason-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 18px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 223, 206, 0.92);
  }

  .reason-card:last-child {
    border-bottom: 0;
  }

  .reason-icon {
    width: 50px;
    height: 50px;
  }

  .consult-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
  }

  .consult-visual {
    width: 124px;
    height: 154px;
    justify-self: start;
  }

  .consult-copy h2 {
    font-size: 1.62rem;
  }

  .consult-list li {
    font-size: 0.92rem;
  }

  .consult-cta {
    min-height: 0;
    padding: 20px 16px;
  }

  .consult-kicker {
    margin-bottom: 14px;
    font-size: 1rem;
  }

  .consult-cta .line-button {
    width: 100%;
    min-width: 0;
  }

  .plan-card {
    min-height: 0;
    padding: 22px 18px 20px;
  }

  .plan-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
  }

  .plan-card h3 {
    font-size: 0.98rem;
  }

  .plan-card p {
    font-size: 0.86rem;
  }

  .section-heading--flow {
    margin-bottom: 20px;
  }

  .flow-grid {
    gap: 28px;
  }

  .flow-card {
    padding: 0;
  }

  .flow-icon {
    width: 68px;
    height: 68px;
  }

  .flow-step {
    margin-bottom: 8px;
    font-size: 0.9rem;
  }

  .flow-card h3 {
    font-size: 1rem;
  }

  .flow-card p {
    font-size: 0.86rem;
  }

  .problem-visual {
    min-height: 224px;
    border-radius: 18px;
  }

  .problem-visual-copy {
    inset: auto 0 0 0;
    padding: 22px 20px 20px;
    background: linear-gradient(180deg, rgba(24, 31, 30, 0) 0%, rgba(24, 31, 30, 0.82) 48%, rgba(24, 31, 30, 0.9) 100%);
    align-items: flex-end;
  }

  .problem-visual-copy p {
    max-width: 10em;
    font-size: 1.34rem;
    line-height: 1.52;
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-visual {
    max-width: 240px;
    margin-left: auto;
  }

  .consult-card {
    padding: 24px;
  }

  .consult-cta {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }

  .final-card {
    position: relative;
    grid-template-areas:
      "figure copy"
      "button button";
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px 12px;
    padding: 14px 78px 16px 18px;
    border-radius: 18px;
  }

  .final-figure {
    height: 86px;
    width: 74px;
  }

  .final-copy h2 {
    font-size: 1.16rem;
    line-height: 1.55;
  }

  .final-button {
    min-width: 0;
    width: 100%;
    min-height: 50px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .final-ornament {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 40px;
  }
}


/* === overflow-x fix (全LP共通) ===
   hero-visual が container-bleed で画面外まで bleeding する設計のため、
   横スクロールが発生する。body overflow を抑止 + コンテナ幅内に収める */
body { overflow-x: hidden; }
.hero-visual {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
