:root {
  --ink: #2f2833;
  --ink-soft: #4d4452;
  --purple: #5e456f;
  --purple-deep: #352541;
  --purple-pale: #eee8f2;
  --silver: #c9c3ce;
  --pearl: #fbf9fb;
  --white: #ffffff;
  --line: rgba(94, 69, 111, 0.2);
  --shadow: 0 18px 55px rgba(54, 37, 66, 0.12);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f9f7fa url("images/section-bg.webp") center top / 1440px auto repeat-y;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.045em;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  color: #fff;
  background: var(--purple-deep);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background: #4b3b59 url("images/hero.webp") center center / cover no-repeat;
  isolation: isolate;
}

.hero__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(25, 16, 34, 0.14), rgba(43, 29, 53, 0.58)),
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, 0.12), transparent 32%),
    radial-gradient(ellipse at 50% 55%, rgba(72, 51, 85, 0.08), rgba(27, 18, 36, 0.5));
}

.hero__inner {
  position: relative;
  width: min(calc(100% - 28px), 720px);
  margin: auto;
  padding: 38px 0 32px;
  text-align: center;
  text-shadow: 0 2px 20px rgba(19, 12, 26, 0.65);
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 26px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
}

.hero__eyebrow::before,
.hero__eyebrow::after {
  width: 32px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8));
}

.hero__eyebrow::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), transparent);
}

.hero h1 {
  position: relative;
  margin: 0;
  padding: 25px 4px 29px;
  font-size: clamp(19px, 6vw, 40px);
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: 0.025em;
  background: radial-gradient(ellipse at center, rgba(24, 14, 33, 0.48), rgba(48, 31, 58, 0.2) 58%, transparent 76%);
  filter: drop-shadow(0 5px 18px rgba(18, 10, 25, 0.48));
}

.hero h1::before,
.hero h1::after {
  position: absolute;
  left: 50%;
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(246, 241, 250, 0.92), transparent);
}

.hero h1::before {
  top: 0;
  width: min(68%, 380px);
}

.hero h1::after {
  bottom: 0;
  width: min(88%, 540px);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.65);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero__title-sub {
  margin-bottom: 6px;
  color: #f8f3fb;
  font-size: 0.94em;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-shadow:
    0 2px 14px rgba(13, 7, 19, 0.95),
    0 0 20px rgba(233, 219, 242, 0.42);
}

.hero__title-main {
  position: relative;
  font-size: 1.04em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.015em;
  text-shadow:
    0 2px 14px rgba(18, 11, 24, 0.86),
    0 0 18px rgba(232, 217, 241, 0.52),
    0 0 36px rgba(238, 226, 247, 0.28);
}

.hero__title-main em {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-right: 0.05em;
  padding: 0 0.06em;
  color: #fffdfd;
  font-style: normal;
  letter-spacing: 0.045em;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.78),
    0 0 24px rgba(225, 207, 237, 0.55),
    0 2px 14px rgba(18, 11, 24, 0.82);
}

.hero__title-main em::before {
  position: absolute;
  z-index: -1;
  right: -0.08em;
  bottom: 0.08em;
  left: -0.08em;
  height: 0.48em;
  border-radius: 50%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(202, 177, 218, 0.42), transparent);
  filter: blur(3px);
}

.hero__title-main em::after {
  position: absolute;
  right: 0;
  bottom: -0.13em;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, #e7d9ef 22%, #fff 50%, #e7d9ef 78%, transparent);
  box-shadow: 0 0 9px rgba(234, 219, 243, 0.72);
}

.hero__copy {
  width: min(100%, 520px);
  margin: 34px auto 0;
  padding: 21px 18px 7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(27, 17, 36, 0.35), rgba(77, 55, 89, 0.22));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 40px rgba(20, 12, 28, 0.12);
  font-size: 15.5px;
  line-height: 1.9;
  backdrop-filter: blur(2px);
}

.hero__copy p {
  margin: 0 0 15px;
}

.hero__question {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.trial-badge {
  position: relative;
  width: 100%;
  margin: 28px auto 0;
  padding: 12px 18px 13px;
  border: 1px solid rgba(94, 69, 111, 0.35);
  border-radius: 8px;
  color: var(--purple-deep);
  background: linear-gradient(110deg, #f6f3f8, #fff 48%, #e8e1ed);
  box-shadow: 0 8px 24px rgba(51, 36, 65, 0.12);
  text-align: center;
  text-shadow: none;
}

.trial-badge::before,
.trial-badge::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  content: "";
  background: rgba(94, 69, 111, 0.45);
}

.trial-badge::before {
  left: 10px;
}

.trial-badge::after {
  right: 10px;
}

.trial-badge__small {
  display: block;
  margin-bottom: 2px;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.trial-badge strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.06em;
}

.trial-badge--hero {
  max-width: 430px;
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(19, 11, 26, 0.32), 0 0 26px rgba(240, 230, 246, 0.12);
}

.trial-badge--hero strong {
  font-size: clamp(12px, 3.5vw, 16px);
  line-height: 1.5;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.hero__note {
  max-width: 510px;
  margin: 15px auto 0;
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.hero__scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 200px;
  margin-top: 31px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.hero__scroll-mark {
  display: block;
  width: 1px;
  height: 32px;
  margin-top: 9px;
  background: rgba(255, 255, 255, 0.75);
}

.container {
  width: min(100% - 34px, 1040px);
  margin-inline: auto;
}

.container--narrow {
  max-width: 700px;
}

.section {
  padding: 76px 0;
}

.section h2 {
  margin: 0;
  color: var(--purple-deep);
  font-size: clamp(24px, 6vw, 38px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.08em;
  text-align: center;
}

.section__lead {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
  text-align: center;
}

.prose {
  font-size: 16px;
}

.prose p {
  margin: 0 0 25px;
}

.message {
  padding-top: 90px;
}

.message .prose {
  margin-top: 42px;
}

.message .prose,
.guide .prose {
  width: min(100%, 560px);
  margin-right: auto;
  margin-left: auto;
}

.moon-divider {
  width: min(94%, 760px);
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0.85;
}

.moon-divider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.concerns {
  padding-top: 66px;
}

.concern-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.concern-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 34px 24px 30px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(57, 42, 67, 0.08);
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.concern-card:hover,
.concern-card:focus-visible {
  border-color: rgba(94, 69, 111, 0.5);
  box-shadow: 0 16px 42px rgba(57, 42, 67, 0.14);
  transform: translateY(-2px);
}

.concern-card__number {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(94, 69, 111, 0.35);
  border-radius: 50%;
  color: var(--purple);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.concern-card h3 {
  min-height: 3.8em;
  margin: 0 0 22px;
  color: var(--purple-deep);
  font-size: clamp(16px, 4.6vw, 19px);
  font-weight: 600;
  line-height: 1.75;
}

.concern-card p {
  align-self: stretch;
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
}

.concern-card__arrow {
  margin-top: auto;
  padding-top: 12px;
  color: #9987a4;
}

.concern-card strong {
  margin-top: 2px;
  color: var(--purple-deep);
  font-size: 19px;
  font-weight: 600;
}

.concern-card__service {
  margin-top: 5px;
  color: #8b7b94;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}

.concern-card__link {
  margin-top: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(94, 69, 111, 0.45);
  color: var(--purple);
  font-family: var(--sans);
  font-size: 12px;
}

.advisor-section {
  scroll-margin-top: 20px;
}

.advisor-section__for {
  margin: 0 auto 26px;
  color: var(--purple-deep);
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}

.advisor-card {
  overflow: hidden;
  border: 1px solid rgba(94, 69, 111, 0.2);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.advisor-card__visual {
  padding: 28px 24px 31px;
  background: linear-gradient(150deg, rgba(236, 229, 241, 0.94), rgba(250, 248, 251, 0.86));
  text-align: center;
}

.advisor-card__image-frame {
  position: relative;
  width: min(100%, 270px);
  aspect-ratio: 4 / 5;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50% 50% 8px 8px / 22% 22% 8px 8px;
  background: linear-gradient(145deg, #eee9f1, #d9d0df);
  box-shadow: 0 14px 34px rgba(53, 37, 65, 0.2);
}

.advisor-card__image-frame::after {
  position: absolute;
  inset: 0;
  border: 5px solid rgba(255, 255, 255, 0.35);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.advisor-card__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.advisor-card__service {
  margin: 0 0 4px;
  color: #8b7b94;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.advisor-card__visual h2 {
  font-size: 32px;
  line-height: 1.5;
}

.advisor-card__visual h2 span {
  margin-left: 0.3em;
  font-size: 16px;
}

.advisor-card__catch {
  margin: 12px 0 0;
  color: var(--purple-deep);
  font-size: 15px;
}

.advisor-card__content {
  padding: 38px 24px 34px;
}

.advisor-card__content > p:not(.benefit-note) {
  margin: 0 0 21px;
}

.fit-box {
  margin: 38px 0 0;
  padding: 27px 20px 23px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(240, 235, 244, 0.45);
}

.fit-box h3 {
  margin: 0 0 17px;
  color: var(--purple-deep);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.fit-box ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-box li {
  position: relative;
  padding-left: 1.65em;
  font-size: 14px;
  line-height: 1.75;
}

.fit-box li::before {
  position: absolute;
  top: 0.62em;
  left: 0.2em;
  width: 8px;
  height: 8px;
  border: 1px solid #9f8baa;
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 0 2px #fff;
  background: #b7a7c0;
}

.advisor-card__content .trial-badge {
  margin-top: 32px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 60px;
  margin-top: 16px;
  padding: 14px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(115deg, #285544, #3f735e 52%, #244c3d);
  box-shadow: 0 10px 24px rgba(37, 82, 65, 0.26), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: clamp(12px, 3.6vw, 15px);
  font-weight: 600;
  letter-spacing: 0.035em;
  text-align: center;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.cta__arrow {
  margin-left: 8px;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 400;
}

.cta span:first-child {
  white-space: nowrap;
}

.benefit-note {
  margin: 13px 0 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
}

.guide {
  margin-top: 32px;
  padding: 90px 0;
  color: #f5f1f7;
  background:
    linear-gradient(rgba(48, 34, 58, 0.92), rgba(55, 38, 65, 0.94)),
    url("images/hero.webp") center / cover;
}

.guide h2 {
  color: #f7f3f8;
}

.guide__intro {
  margin-top: 34px;
}

.guide-links {
  display: grid;
  gap: 13px;
  margin: 41px 0;
}

.guide-links a {
  display: grid;
  min-height: 150px;
  place-content: center;
  padding: 23px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  text-decoration: none;
  backdrop-filter: blur(2px);
}

.guide-links__arrow {
  margin: 5px 0;
  color: #d7cadf;
}

.guide-links strong {
  font-size: 18px;
}

.guide__closing {
  padding-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.signature {
  margin-top: 44px !important;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-align: right;
}

.signature span {
  margin-left: 0.45em;
  font-size: 19px;
}

.notes {
  padding: 66px 0 74px;
  background: rgba(239, 234, 242, 0.72);
}

.notes h2 {
  font-size: 22px;
}

.notes ul {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.notes li {
  position: relative;
  padding-left: 1.4em;
  color: #443b49;
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.85;
  letter-spacing: 0.02em;
}

.notes li::before {
  position: absolute;
  left: 0;
  content: "・";
}

.footer {
  padding: 34px 20px;
  color: rgba(255, 255, 255, 0.78);
  background: #30243a;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-align: center;
}

.footer a {
  display: inline-block;
  margin-bottom: 16px;
  text-underline-offset: 5px;
}

.footer p {
  margin: 0;
}

@media (min-width: 760px) {
  body {
    font-size: 17px;
  }

  .hero__inner {
    padding-block: 48px 40px;
  }

  .hero__copy {
    font-size: 16px;
  }

  .section {
    padding-block: 104px;
  }

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

  .concern-card {
    padding-inline: 27px;
  }

  .advisor-section__for {
    margin-bottom: 34px;
    font-size: 22px;
  }

  .advisor-card {
    display: grid;
    grid-template-columns: minmax(300px, 0.88fr) minmax(400px, 1.12fr);
  }

  .advisor-card--reverse {
    grid-template-columns: minmax(400px, 1.12fr) minmax(300px, 0.88fr);
  }

  .advisor-card--reverse .advisor-card__visual {
    grid-column: 2;
    grid-row: 1;
  }

  .advisor-card--reverse .advisor-card__content {
    grid-column: 1;
    grid-row: 1;
  }

  .advisor-card__visual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 34px;
  }

  .advisor-card__content {
    padding: 54px 48px 46px;
  }

  .fit-box {
    padding-inline: 26px;
  }

  .guide-links {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1100px) {
  .hero h1 {
    font-size: 44px;
  }
}

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

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

@supports not (min-height: 100svh) {
  .hero {
    min-height: 100vh;
  }
}
