:root {
  --page-bg: #f2faf7;
  --deep-green: #005644;
  --cta-green: #006850;
  --shadow: 0 18px 50px rgba(0, 68, 54, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.94), transparent 26rem),
    linear-gradient(180deg, #f6fcfa 0%, var(--page-bg) 48%, #f6fcfa 100%);
  color: var(--deep-green);
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  padding-bottom: 88px;
}

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

.visual-lp {
  width: 100%;
  overflow: hidden;
}

.visual-section {
  position: relative;
  width: min(100%, 1122px);
  margin: 0 auto;
  background: #f7fcfa;
}

.visual-section + .visual-section {
  margin-top: 0;
}

.visual-section img {
  width: 100%;
  margin: 0 auto;
}

.image-link {
  display: block;
  text-decoration: none;
}

.image-link:focus-visible,
.hero-cta-link:focus-visible,
.doctor-career-link:focus-visible,
.fixed-cta a:focus-visible {
  outline: 3px solid rgba(0, 86, 68, 0.36);
  outline-offset: 4px;
}

.hero-section {
  background: #edf8f5;
}

.hero-cta-link {
  position: absolute;
  left: 50.2%;
  top: 56.9%;
  width: 45.6%;
  height: 7.1%;
  border-radius: 999px;
}

.cta-section {
  width: min(100% - 28px, 1080px);
  padding: clamp(20px, 3vw, 36px) 0;
  background: transparent;
}

.cta-section img {
  border-radius: clamp(22px, 3vw, 34px);
  box-shadow: var(--shadow);
}

.doctor-section {
  width: min(100%, 980px);
}

.doctor-career-link {
  position: absolute;
  left: 11.5%;
  right: 11.5%;
  bottom: 4.4%;
  height: 5.9%;
  border-radius: 999px;
}

.clinic-section {
  width: min(100%, 980px);
}

.map-frame {
  position: absolute;
  left: 7.5%;
  right: 7.5%;
  bottom: 5.7%;
  height: 18.9%;
  overflow: hidden;
  border: 1px solid rgba(0, 86, 68, 0.12);
  border-radius: clamp(12px, 2vw, 18px);
  background: #fff;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.faq-section {
  width: min(100%, 980px);
  background:
    radial-gradient(circle at 48% 10%, rgba(255, 255, 255, 0.96), transparent 28rem),
    linear-gradient(180deg, #f8fdfb 0%, #f0faf7 100%);
}

.faq-inner {
  width: min(100% - 64px, 860px);
  margin: 0 auto;
  padding: clamp(96px, 13vw, 150px) 0 clamp(120px, 18vw, 190px);
  text-align: center;
}

.faq-en {
  margin: 0 0 clamp(22px, 4vw, 42px);
  color: rgba(0, 61, 50, 0.66);
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.18em;
}

.faq-section h2 {
  margin: 0 0 clamp(72px, 10vw, 120px);
  color: var(--deep-green);
  font-size: clamp(44px, 8.7vw, 72px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.faq-list {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
}

.faq-list details {
  overflow: hidden;
  border-radius: clamp(26px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(0, 68, 54, 0.08);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(112px, 18vw, 164px);
  padding: clamp(24px, 4vw, 44px) clamp(74px, 10vw, 110px) clamp(24px, 4vw, 44px) clamp(72px, 9vw, 110px);
  color: var(--deep-green);
  cursor: pointer;
  font-size: clamp(26px, 5.2vw, 43px);
  font-weight: 700;
  line-height: 1.55;
  list-style: none;
  text-align: left;
}

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

.faq-list summary::before {
  content: "";
  position: absolute;
  left: clamp(28px, 4vw, 52px);
  top: 50%;
  width: 0;
  height: 0;
  border-top: clamp(11px, 1.8vw, 18px) solid transparent;
  border-bottom: clamp(11px, 1.8vw, 18px) solid transparent;
  border-left: clamp(17px, 2.8vw, 28px) solid var(--deep-green);
  transform: translateY(-50%);
}

.faq-list summary::after {
  content: "";
  position: absolute;
  right: clamp(30px, 5vw, 62px);
  top: 50%;
  width: clamp(18px, 3vw, 32px);
  height: clamp(18px, 3vw, 32px);
  border-right: clamp(3px, 0.45vw, 5px) solid var(--deep-green);
  border-bottom: clamp(3px, 0.45vw, 5px) solid var(--deep-green);
  transform: translateY(-68%) rotate(45deg);
  transition: transform 0.25s ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-28%) rotate(225deg);
}

.faq-answer {
  margin: 0 clamp(24px, 4vw, 44px) clamp(26px, 4vw, 42px);
  padding: clamp(24px, 4vw, 40px);
  border-top: 1px solid rgba(0, 86, 68, 0.12);
  color: #242828;
  font-size: clamp(18px, 3.5vw, 28px);
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

.fixed-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(246, 252, 250, 0), rgba(246, 252, 250, 0.96) 32%);
  pointer-events: none;
}

.fixed-cta a {
  display: grid;
  place-items: center;
  width: min(100%, 520px);
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep-green), var(--cta-green));
  box-shadow: 0 14px 34px rgba(0, 68, 54, 0.28);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  pointer-events: auto;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.fixed-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0, 68, 54, 0.32);
}

@media (min-width: 1123px) {
  .visual-section {
    box-shadow: 0 0 0 1px rgba(0, 86, 68, 0.02);
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 82px;
  }

  .cta-section {
    width: min(100% - 18px, 1080px);
    padding: 14px 0;
  }

  .fixed-cta {
    padding-inline: 12px;
  }

  .fixed-cta a {
    min-height: 54px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .faq-inner {
    width: min(100% - 42px, 860px);
  }

  .faq-list summary {
    padding-left: 62px;
    padding-right: 58px;
  }
}
