:root {
  --ink: #18233a;
  --ink-soft: #334057;
  --gold: #c89b39;
  --gold-dark: #9c721f;
  --green: #47794d;
  --cream: #fbf7ef;
  --cream-deep: #f2eadb;
  --paper: #fffdf9;
  --line: #ded2bd;
  --white: #ffffff;
  --shadow: 0 16px 36px rgba(73, 57, 28, 0.10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.lp260901 {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: .035em;
}
body.lp260901 :where(h1, h2, p, figure, ul) { margin-block-start: 0; }
body.lp260901 img { display: block; width: 100%; height: auto; }
body.lp260901 p { margin: 0 0 1.25em; }
body.lp260901 strong { font-weight: 700; }

.lp260901 .container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.lp260901 .container.narrow { width: min(840px, calc(100% - 40px)); }
.lp260901 .section-pad { padding: 82px 0; }

.lp260901 .eyebrow {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}
.lp260901 .eyebrow--light { color: var(--gold); }

.lp260901 .section-title {
  margin: 0 0 34px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.16;
  letter-spacing: .02em;
  font-weight: 700;
}
.lp260901 .section-title span,
.lp260901 .section-title em { color: var(--green); font-style: normal; }
.lp260901 .section-title--large { font-size: clamp(31px, 4.8vw, 58px); }
.lp260901 .section-title--light { color: var(--white); }
.lp260901 .section-title--light span { color: var(--gold); }

.lp260901 .lead-copy { max-width: 68ch; font-size: clamp(16px, 2vw, 18px); }
.lp260901 .center-copy { max-width: 680px; margin: 0 auto 42px; text-align: center; }
.lp260901 .headline-block { text-align: center; margin-bottom: 42px; }
.lp260901 .small-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 16px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.lp260901 .hero {
  width: 100%;
  overflow: hidden;
  background: var(--paper);
}
.lp260901 .hero picture,
.lp260901 .hero img { display: block; width: 100%; }
.lp260901 .hero img { height: auto; }

.lp260901 .photo-card {
  margin: 38px 0 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.lp260901 .photo-card img { aspect-ratio: 16 / 10; object-fit: cover; }

.lp260901 .discern { background: var(--cream); }
.lp260901 .two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 38px; align-items: center; }
.lp260901 .story-copy { font-size: 17px; }
.lp260901 .story-copy p:first-child {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  line-height: 1.8;
}
.lp260901 .check-card {
  padding: 26px;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.lp260901 .check-list { list-style: none; margin: 0; padding: 0; }
.lp260901 .check-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  line-height: 1.55;
  font-weight: 700;
}
.lp260901 .check-list li:last-child { border-bottom: 0; }
.lp260901 .check-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--cream);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
}
.lp260901 .statement-box {
  margin: 52px auto 0;
  max-width: 790px;
  padding: 36px 34px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255,255,255,.72);
  text-align: center;
}
.lp260901 .statement-box strong {
  display: block;
  margin: 14px 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: var(--green);
  font-size: clamp(24px, 3.8vw, 38px);
  line-height: 1.35;
}

.lp260901 .order { background: var(--paper); }
.lp260901 .flow { display: grid; gap: 14px; margin: 42px 0; }
.lp260901 .flow-item {
  padding: 28px 28px 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}
.lp260901 .flow-item--accent { border-color: var(--gold); background: var(--cream); }
.lp260901 .flow-no { display: block; color: var(--gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.lp260901 .flow-item strong {
  display: block;
  margin: 6px 0 4px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 23px;
}
.lp260901 .flow-item p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.lp260901 .flow-arrow { text-align: center; color: var(--gold); font-size: 24px; line-height: 1; }
.lp260901 .photo-card--construction img { aspect-ratio: 16 / 9; object-position: center; }
.lp260901 .photo-card--construction figcaption {
  padding: 14px 18px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
}

.lp260901 .hope { background: var(--cream-deep); }
.lp260901 .hope-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 28px;
  background: var(--ink);
  box-shadow: var(--shadow);
}
.lp260901 .hope-copy { padding: 54px 50px; color: var(--white); }
.lp260901 .hope-copy p { color: var(--cream); }
.lp260901 .hope-em { margin-top: 28px; color: #fff !important; font-weight: 700; }
.lp260901 .hope-photo { margin: 0; }
.lp260901 .hope-photo img { height: 100%; min-height: 100%; object-fit: cover; }

.lp260901 .seminar { background: var(--paper); }
.lp260901 .seminar-list { list-style: none; margin: 0; padding: 0; }
.lp260901 .seminar-list li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.lp260901 .seminar-list li:first-child { border-top: 1px solid var(--line); }
.lp260901 .seminar-list span { color: var(--gold-dark); font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 28px; font-weight: 700; }
.lp260901 .seminar-list p { margin: 0; font-weight: 700; line-height: 1.6; }

.lp260901 .speaker { background: var(--cream); }
.lp260901 .speaker-card {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 28px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.lp260901 .speaker-photo { margin: 0; }
.lp260901 .speaker-photo img { height: 100%; object-fit: cover; object-position: 78% 48%; }
.lp260901 .speaker-copy { padding: 50px; }
.lp260901 .speaker-copy h2 {
  margin: 0 0 4px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 23px;
  line-height: 1.3;
}
.lp260901 .speaker-copy h2 strong { display: inline-block; margin-top: 5px; font-size: 38px; letter-spacing: .08em; }
.lp260901 .role { margin: 0 0 26px; color: var(--green); font-weight: 800; }

.lp260901 .trust { background: var(--paper); text-align: center; }
.lp260901 .trust .lead-copy { max-width: 680px; margin: 0 auto; }
.lp260901 .trust-message { margin: 42px auto; padding: 36px 28px; border-radius: var(--radius); background: var(--cream); }
.lp260901 .trust-message strong {
  display: block;
  margin: 15px 0;
  color: var(--green);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 4vw, 39px);
  line-height: 1.35;
}
.lp260901 .photo-card--consulting img { aspect-ratio: 16 / 9; object-fit: cover; }
.lp260901 .soft-note { margin: 34px auto 0; max-width: 720px; color: var(--ink-soft); }

.lp260901 .entry {
  background: radial-gradient(circle at 20% 0%, rgba(215,171,73,.18), transparent 32%), var(--ink);
  color: var(--white);
}
.lp260901 .entry-card {
  padding: 52px 34px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 28px;
  background: rgba(255,255,255,.05);
  text-align: center;
}
.lp260901 .entry-date { margin-bottom: 22px; color: var(--gold); font-weight: 700; letter-spacing: .1em; }
.lp260901 .entry-date span { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 36px; }
.lp260901 .entry-date b { padding: 0 8px; }
.lp260901 .entry h2 {
  margin: 0 0 24px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.18;
}
.lp260901 .entry > .container > .entry-card > p:not(.entry-date) { color: var(--white); }
.lp260901 .reservation-shell {
  margin-top: 34px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  text-align: left;
  min-height: 320px;
}

.lp260901 .lp-footer {
  padding: 68px 0 24px;
  border-top: 1px solid rgba(200,155,57,.45);
  background: var(--ink);
  color: var(--white);
  text-align: center;
}
.lp260901 .lp-footer p { margin: 0; }
.lp260901 .lp-footer__brand { margin-bottom: 34px; }
.lp260901 .lp-footer__tagline {
  color: var(--gold);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  letter-spacing: .18em;
}
.lp260901 .lp-footer__name {
  margin-top: 8px !important;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.2;
  letter-spacing: .18em;
}
.lp260901 .lp-footer__details {
  padding: 30px 34px;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
}
.lp260901 .lp-footer address { font-style: normal; }
.lp260901 .lp-footer address p + p { margin-top: 4px; }
.lp260901 .lp-footer a { color: inherit; text-decoration: none; }
.lp260901 .lp-footer__area {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  max-width: 760px;
  margin: 24px auto 0 !important;
  text-align: left;
  line-height: 1.8;
}
.lp260901 .lp-footer__area strong {
  color: var(--gold);
  white-space: nowrap;
}
.lp260901 .lp-footer__copyright {
  margin-top: 22px !important;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  letter-spacing: .12em;
}

.lp260901 .sp-only { display: none; }

@media (max-width: 760px) {
  body.lp260901 { font-size: 18px; line-height: 1.9; }
  .lp260901 .container,
  .lp260901 .container.narrow { width: min(calc(100% - 28px), 680px); }
  .lp260901 .section-pad { padding: 62px 0; }
  .lp260901 .section-title,
  .lp260901 .entry h2,
  .lp260901 .speaker-copy h2 {
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .lp260901 .section-title { margin-bottom: 26px; font-size: 30px; line-height: 1.2; }
  .lp260901 .section-title--large { font-size: 31px; }
  .lp260901 .headline-block { margin-bottom: 30px; }
  .lp260901 .sp-only { display: initial; }
  .lp260901 .pc-only { display: none; }
  .lp260901 .photo-card { margin-top: 30px; border-radius: 16px; }
  .lp260901 .photo-card img { aspect-ratio: 4 / 3; }
  .lp260901 .two-col { grid-template-columns: 1fr; gap: 24px; }
  .lp260901 .story-copy { font-size: 18px; }
  .lp260901 .story-copy p:first-child { font-size: 21px; }
  .lp260901 .check-card { padding: 18px 20px; border-radius: 16px; }
  .lp260901 .check-list li { grid-template-columns: 42px 1fr; gap: 10px; padding: 15px 0; font-size: 17px; }
  .lp260901 .check-list span { width: 36px; height: 36px; font-size: 10px; }
  .lp260901 .statement-box { margin-top: 34px; padding: 28px 20px; border-radius: 16px; }
  .lp260901 .statement-box strong { font-size: 25px; }
  .lp260901 .center-copy { text-align: left; margin-bottom: 30px; }
  .lp260901 .flow { margin: 30px 0; }
  .lp260901 .flow-item { padding: 22px 20px; border-radius: 15px; }
  .lp260901 .flow-item strong { font-size: 20px; }
  .lp260901 .flow-item p { font-size: 17px; }
  .lp260901 .photo-card--construction figcaption { font-size: 15px; line-height: 1.65; }
  .lp260901 .hope-panel { grid-template-columns: 1fr; border-radius: 20px; }
  .lp260901 .hope-copy { padding: 38px 26px 32px; }
  .lp260901 .hope-photo { order: -1; }
  .lp260901 .hope-photo img { height: auto; aspect-ratio: 16 / 10; }
  .lp260901 .seminar-list li { grid-template-columns: 44px 1fr; gap: 12px; padding: 17px 0; }
  .lp260901 .seminar-list span { font-size: 24px; }
  .lp260901 .seminar-list p { font-size: 17px; }
  .lp260901 .speaker-card { grid-template-columns: 1fr; border-radius: 20px; }
  .lp260901 .speaker-photo img { aspect-ratio: 4 / 3; object-position: center 45%; }
  .lp260901 .speaker-copy { padding: 30px 24px 34px; }
  .lp260901 .speaker-copy h2 { font-size: 19px; }
  .lp260901 .speaker-copy h2 strong { font-size: 32px; }
  .lp260901 .trust-message { margin: 32px auto; padding: 28px 18px; border-radius: 16px; }
  .lp260901 .trust-message strong { font-size: 24px; }
  .lp260901 .photo-card--consulting img { aspect-ratio: 4 / 3; }
  .lp260901 .entry-card { padding: 38px 14px; border-radius: 20px; }
  .lp260901 .entry-date span { font-size: 30px; }
  .lp260901 .entry h2 { font-size: 30px; }
  .lp260901 .reservation-shell { padding: 8px; min-height: 380px; }
  .lp260901 .lp-footer { padding: 50px 0 20px; }
  .lp260901 .lp-footer__brand { margin-bottom: 26px; }
  .lp260901 .lp-footer__tagline { font-size: 13px; }
  .lp260901 .lp-footer__name { font-size: 29px; letter-spacing: .12em; }
  .lp260901 .lp-footer__details { padding: 24px 10px; font-size: 15px; line-height: 1.8; }
  .lp260901 .lp-footer__area { display: block; margin-top: 20px !important; text-align: center; }
  .lp260901 .lp-footer__area strong { display: block; margin-bottom: 5px; }
  .lp260901 .lp-footer__area strong::before { content: "【"; }
  .lp260901 .lp-footer__area strong::after { content: "】"; }
  .lp260901 .lp-footer__copyright { font-size: 9px; letter-spacing: .08em; }
}

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