:root {
  --blue: #0073bd;
  --blue-mid: #3779ca;
  --label-blue: #4b8bc9;
  --green: #24b378;
  --green-soft: #4bbd90;
  --orange: #f49d46;
  --orange-soft: #f6ad65;
  --ink: #000000;
  --body: #484848;
  --muted: #747474;
  --white: #ffffff;
  --cream: #fdf7ee;
  --cream-deep: #fef0d0;
  --mint: #e9f2ee;
  --blue-pale: #e8eff6;
  --yellow: #f9f5b7;
  --line: rgba(0, 0, 0, 0.14);
  --shadow: 0 22px 52px rgba(36, 78, 106, 0.13);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1220px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(ellipse 46% 16% at 0% 18%, rgba(254, 240, 208, 0.56), transparent 75%),
    radial-gradient(ellipse 44% 18% at 100% 42%, rgba(233, 242, 238, 0.76), transparent 72%),
    linear-gradient(180deg, #ffffff 0%, #fdf7ee 20%, #fbfbec 44%, #f6f9f6 70%, #e8eff6 100%);
  font-family: "Inter", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
}

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

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

.pc-only {
  display: inline;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: min(48px, 3.2vw) 0 0;
}

.site-header__brand {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(28px, 1.9vw);
  min-height: 86px;
  padding: 0 42px 18px 0;
}

.site-header__brand::before {
  content: "";
  position: absolute;
  top: min(-48px, -3.2vw);
  right: 0;
  bottom: 0;
  left: -24px;
  z-index: -1;
  background: var(--white);
  border-bottom-right-radius: 22px;
}

.site-header__logo-link {
  display: inline-flex;
  align-items: flex-end;
  transition: opacity 0.2s var(--ease);
}

.site-header__logo-link:hover {
  opacity: 0.78;
}

.site-header__kyuden {
  width: min(143px, 9.5vw);
}

.site-header__dr-logo {
  width: min(178px, 12vw);
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: min(42px, 2.8vw);
  min-height: 78px;
  padding: 0 min(58px, 3.9vw);
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: clamp(13px, 1.08vw, 16px);
  font-weight: 800;
  white-space: nowrap;
}

.site-header__link {
  transition: color 0.2s var(--ease), transform 0.2s var(--ease);
}

.site-header__link:hover {
  color: var(--blue);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 172px 0 118px;
  overflow: hidden;
}

.hero::before,
.about-dr::before,
.price::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.32;
  background:
    linear-gradient(30deg, transparent 0 52px, rgba(249, 245, 183, 0.46) 53px 118px, transparent 119px) 92% 24% / 270px 230px no-repeat,
    linear-gradient(30deg, transparent 0 42px, rgba(232, 239, 246, 0.72) 43px 96px, transparent 97px) 10% 84% / 230px 210px no-repeat;
}

.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.section-label {
  margin: 0 0 14px;
  color: var(--label-blue);
  font-size: clamp(13px, 1.3vw, 20px);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.hero__title {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.45vw, 52px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.34;
}

.hero__title strong {
  display: inline;
  color: var(--green);
  font-size: 1.35em;
  font-weight: 800;
  background: linear-gradient(transparent 62%, rgba(36, 179, 120, 0.14) 62%);
}

.hero__title-lead {
  display: block;
  font-size: 0.62em;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.1em;
}

.hero__title-line {
  display: block;
}

.hero__title-connector {
  display: inline;
  font-size: 0.78em;
  font-weight: 800;
  color: var(--ink);
}

.hero__title-sub {
  display: block;
  font-size: 0.78em;
  font-weight: 800;
  color: var(--ink);
}

.hero__release-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin: 0 0 18px;
  padding: 0 16px;
  color: var(--green);
  background: var(--white);
  border: 1px solid rgba(36, 179, 120, 0.34);
  border-radius: 999px;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(36, 78, 106, 0.08);
}

.hero__lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: var(--body);
  font-size: clamp(16px, 1.55vw, 22px);
  font-weight: 500;
  line-height: 2.05;
}

.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__hex--main {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1.05;
  animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}

.hero__hex-motion,
.hero__hex-slides {
  width: 100%;
  height: 100%;
}

.hero__hex-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
}

.hero__hex-slide--active {
  opacity: 1;
}

.hero__hex-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__hex-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 50%;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 28px 0 34px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 800;
  line-height: 1.3;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.button--primary {
  color: var(--white);
  background: linear-gradient(90deg, var(--green) 0%, var(--green-soft) 100%);
  box-shadow: 0 12px 30px rgba(36, 179, 120, 0.25);
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(36, 78, 106, 0.18);
}

.button__arrow {
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 9px;
  background: url("assets/icon-arrow-white.png") center / contain no-repeat;
}

.floating-cta-wrap {
  position: fixed;
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 50;
  display: grid;
  justify-items: center;
  gap: 8px;
  transition: opacity 0.5s ease;
}

.floating-cta-wrap__text {
  margin: 0;
  padding: 8px 14px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 115, 189, 0.18);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(36, 78, 106, 0.12);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.floating-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 64px;
  padding: 0 28px 0 34px;
  color: var(--white);
  background: linear-gradient(90deg, var(--green) 0%, var(--green-soft) 100%);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(36, 179, 120, 0.28);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 800;
  line-height: 1.3;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.floating-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(36, 78, 106, 0.22);
}

.hero__hex {
  overflow: hidden;
  clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
}

.hero__bg-hex,
.bee {
  position: absolute;
  pointer-events: none;
}

.hero__bg-hex {
  width: 170px;
  aspect-ratio: 1;
  opacity: 0.24;
  background: linear-gradient(135deg, var(--yellow), var(--blue-pale));
  clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
}

.hero__bg-hex--1 {
  top: 180px;
  right: 9%;
}

.hero__bg-hex--2 {
  bottom: 120px;
  left: 4%;
  transform: scale(1.35);
}

.bee {
  width: 104px;
  height: 74px;
  background: url("assets/icon-bee.png") center / contain no-repeat;
}

.bee::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 80px;
  border-top: 5px dotted var(--ink);
  border-radius: 50%;
}

.bee--hero {
  top: 330px;
  right: 4%;
  transform: rotate(-15deg);
}

.bee--hero::after {
  right: 72px;
  top: -48px;
  transform: rotate(23deg);
}

.bee--about {
  top: 98px;
  right: 9%;
  transform: rotate(18deg);
}

.bee--about::after {
  right: -132px;
  top: -28px;
  transform: rotate(-38deg);
}

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

.anchor-nav {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: min(1180px, calc(100% - 48px));
  margin: -32px auto 20px;
  padding: 0;
  background: transparent;
}

.anchor-nav__head {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 6px;
}

.anchor-nav__label {
  margin: 0;
  color: var(--label-blue);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.anchor-nav__guide {
  position: relative;
  margin: 0;
  padding-left: 18px;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.anchor-nav__guide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
}

.anchor-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  min-height: 64px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 4px 14px rgba(36, 78, 106, 0.09);
  transition: transform 0.24s var(--ease), box-shadow 0.24s var(--ease);
}

.anchor-nav a::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 10 10'%3E%3Cpath d='M2 3.5l3 3 3-3' stroke='%2324b378' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat;
  transition: transform 0.24s var(--ease);
}

.anchor-nav a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(36, 78, 106, 0.14);
}

.anchor-nav a:hover::after {
  transform: translateY(2px);
}

.section {
  position: relative;
  padding: clamp(86px, 9vw, 140px) 0;
}

.is-hidden {
  display: none !important;
}

.concerns {
  padding-top: clamp(70px, 7vw, 110px);
  background:
    url('assets/segment-btob-bg.webp') center / cover no-repeat;
}

.concerns__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.7vw, 34px);
  align-items: center;
  padding-top: 12px;
}

.concerns__card {
  position: relative;
  display: grid;
  place-items: center;
  align-content: start;
  min-height: clamp(190px, 18vw, 248px);
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3.2vw, 40px) clamp(24px, 3.2vw, 40px);
  background: transparent;
  border: 0;
  border-radius: 0;
  animation: concernFloat 7.4s ease-in-out infinite;
}

.concerns__card::before,
.concerns__card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.concerns__card::before {
  inset: -14% -10%;
  z-index: 0;
  background: url("assets/concern-moya-a.svg") center 44% / contain no-repeat;
  opacity: 0.86;
}

.concerns__card::after {
  inset: 10% 9%;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.52), transparent 72%);
  filter: blur(12px);
}

.concerns__card:nth-child(2) {
  min-height: clamp(215px, 20vw, 280px);
  animation-name: concernFloatAlt;
  animation-duration: 8.6s;
  animation-delay: -1.4s;
}

.concerns__card:nth-child(2)::before {
  inset: -14% -10%;
  background-image: url("assets/concern-moya-b.svg");
  background-size: contain;
  background-position: center 44%;
}

.concerns__card:nth-child(3) {
  animation-duration: 7.9s;
  animation-delay: -3s;
}

.concerns__card:nth-child(3)::before {
  inset: -14% -10%;
  background-image: url("assets/concern-moya-c.svg");
  background-size: contain;
  background-position: center 44%;
}

.concerns__card h3 {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}

@keyframes concernFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-0.7deg);
  }
  50% {
    transform: translate3d(0, -13px, 0) rotate(1.2deg);
  }
}

@keyframes concernFloatAlt {
  0%,
  100% {
    transform: translate3d(0, 4px, 0) rotate(0.8deg);
  }
  50% {
    transform: translate3d(0, -16px, 0) rotate(-1.1deg);
  }
}

.concerns__summary {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  width: min(920px, 100%);
  margin: clamp(26px, 3.6vw, 46px) auto 0;
  padding: clamp(20px, 2.8vw, 32px) clamp(24px, 4vw, 48px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 34px;
  box-shadow: 0 14px 34px rgba(36, 78, 106, 0.12);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.65;
  text-align: left;
}

.concerns__summary::before {
  content: "";
  position: absolute;
  left: 128px;
  top: 50%;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.92);
  border-left: 2px solid rgba(0, 115, 189, 0.22);
  border-bottom: 2px solid rgba(0, 115, 189, 0.22);
  transform: translate(-50%, -50%) rotate(45deg);
}

.concerns__summary img {
  position: relative;
  z-index: 1;
  width: min(118px, 24vw);
  justify-self: center;
}

.concerns__summary p {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
}

.concerns__arrow {
  display: flex;
  justify-content: center;
  margin: clamp(16px, 2.4vw, 28px) auto;
}

.concerns__arrow img {
  width: clamp(44px, 5vw, 64px);
  height: auto;
  transform: rotate(90deg);
}

.concerns__solution {
  background: #C1E8D6;
  border-radius: 42px;
  padding: 12px 12px 20px 12px;
  box-shadow: 0 24px 56px rgba(36, 78, 106, 0.18);
}

.concerns__solution-frame {
  display: grid;
  gap: clamp(22px, 3vw, 36px);
  background: #ffffff;
  border-radius: 34px;
  padding: clamp(32px, 4.5vw, 58px);
}

.concerns__solution-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1.4vw, 18px);
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.concerns__solution-logo {
  width: min(390px, 60vw);
  height: auto;
}

.concerns__solution-content {
  display: grid;
  grid-template-columns: 1fr clamp(160px, 22vw, 260px);
  gap: clamp(24px, 3.6vw, 48px);
  align-items: center;
}

.concerns__solution-body p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2;
}

.concerns__solution-body p + p {
  margin-top: clamp(10px, 1.4vw, 16px);
}

.concerns__solution-accent {
  color: var(--green);
  font-weight: 800;
  font-size: 1.15em;
}

.concerns__solution-accent--lg {
  color: var(--green);
  font-weight: 800;
  font-size: 1.3em;
}

.concerns__solution-illust {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.concerns__solution-note {
  margin-top: 24px;
  padding: clamp(18px, 2.4vw, 26px);
  background: rgba(193, 232, 214, 0.2);
  border: 1px solid rgba(193, 232, 214, 0.6);
  border-radius: 24px;
}

.concerns__solution-note strong {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.service-image {
  background:
    linear-gradient(184deg, rgba(255, 248, 229, 0.74) 0 9%, rgba(238, 248, 243, 0.88) 9.2% 100%);
}

.service-diagram {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(280px, 0.95fr) minmax(250px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 48px;
  padding: clamp(24px, 3.5vw, 46px);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 46px;
  box-shadow: var(--shadow);
}

.service-diagram__panel,
.service-diagram__core,
.service-diagram__market {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 28px;
}

.service-diagram__panel {
  padding: 28px;
}

.service-diagram__label {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 800;
}

.service-diagram__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-diagram__list li {
  position: relative;
  padding-left: 24px;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
}

.service-diagram__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background: var(--orange);
  clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
}

.service-diagram__note {
  margin: 18px 0 0;
  padding-top: 16px;
  color: var(--muted);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.service-diagram__center {
  display: grid;
  gap: 18px;
}

.service-diagram__core {
  display: grid;
  place-items: center;
  gap: 16px;
  padding: 34px 24px;
  text-align: center;
  border: 2px solid var(--ink);
}

.service-diagram__core img {
  width: min(220px, 70%);
}

.service-diagram__core p,
.service-diagram__market {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
}

.service-diagram__market {
  display: grid;
  place-items: center;
  min-height: 86px;
  color: var(--white);
  background: linear-gradient(90deg, var(--green), var(--green-soft));
}

.service-diagram__flow {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 22px;
  color: var(--blue);
  background: #f7faf5;
  border-radius: 999px;
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 800;
  text-align: center;
}

.about-dr {
  overflow: visible;
  margin-top: clamp(18px, 2.8vw, 32px);
  padding: 0;
  background: transparent;
}

.section-title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 4.2vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.34;
}

.section-copy {
  max-width: 760px;
}

.section-copy--center {
  max-width: 850px;
  margin: 0 auto 58px;
  text-align: center;
}

.section-copy p:not(.section-label),
.body-text p,
.merit__detail p,
.price-card p {
  color: var(--body);
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 500;
  line-height: 2;
}

.body-text p {
  margin: 18px 0 0;
}

.about-dr__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: clamp(18px, 2.8vw, 34px) clamp(18px, 2.8vw, 34px);
  align-items: center;
  padding: clamp(20px, 2.8vw, 30px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 115, 189, 0.12);
  border-radius: 30px;
  box-shadow: 0 12px 30px rgba(36, 78, 106, 0.07);
}

.about-dr__balance-img {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
}

.about-dr__title {
  grid-column: 2;
  grid-row: 1;
}

.about-dr__body {
  grid-column: 2;
  grid-row: 2;
}

.about-dr .section-label {
  font-size: 12px;
}

.about-dr .section-title {
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.38;
}

.about-dr .body-text p {
  margin-top: 12px;
  font-size: clamp(13px, 1.08vw, 15px);
  line-height: 1.85;
}

.balance-card {
  padding: clamp(16px, 2vw, 22px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 115, 189, 0.12);
  border-radius: 24px;
  box-shadow: none;
  text-align: center;
}

.balance-card__label {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 14px;
  color: var(--blue);
  background: rgba(0, 115, 189, 0.08);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.balance-card__formula {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
}

.balance-card__formula span {
  display: grid;
  place-items: center;
  min-height: 74px;
  color: var(--ink);
  background: linear-gradient(135deg, #fffaf0, #eef8f3);
  border: 1px solid rgba(0, 115, 189, 0.16);
  border-radius: 16px;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 800;
  line-height: 1.25;
}

.balance-card__formula small {
  color: var(--blue);
  font-size: 11px;
}

.balance-card__formula strong {
  color: var(--blue);
  font-size: 24px;
}

.merits {
  background:
    radial-gradient(ellipse 46% 18% at 100% 8%, rgba(249, 245, 183, 0.42), transparent 75%),
    linear-gradient(184deg, rgba(247, 251, 255, 0.86) 0 8%, rgba(255, 255, 255, 1) 8.2% 100%);
}

.merit-list {
  display: grid;
  gap: clamp(34px, 5vw, 64px);
}

.support-topic.other-dr__card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
}

.other-dr__visual {
  border-radius: 0;
}

.other-dr__visual img {
  width: 100%;
}

.other-dr__caption {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.other-dr__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.merits__subtitle {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.merits__lead {
  max-width: 1080px;
  margin: clamp(20px, 2.4vw, 30px) auto 0;
  color: var(--body);
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 500;
  line-height: 2.05;
  text-align: left;
}

.merit {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(0, 115, 189, 0.14);
  border-radius: 42px;
  box-shadow: 0 24px 56px rgba(36, 78, 106, 0.13);
}

.merit__summary {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 24px);
  padding: 16px;
  background: var(--white);
}

.merit__badge,
.pill-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: fit-content;
  padding: 0 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 12px;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 12px 100%, 0 50%);
  font-size: 14px;
  font-weight: 800;
}

.pill-label {
  border-radius: 999px;
  clip-path: none;
}

.merit__summary h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.4;
}

.merit__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.merit__icon {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.merit__summary p {
  max-width: 860px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.merit__summary img:not(.merit__icon) {
  width: 100%;
  max-width: 680px;
  object-fit: contain;
  justify-self: center;
}

.merit__detail {
  display: grid;
  gap: 18px;
  padding: clamp(28px, 4vw, 54px);
  background:
    radial-gradient(ellipse 54% 68% at 95% 8%, rgba(233, 247, 241, 0.72), transparent 70%),
    linear-gradient(135deg, #ffffff 0%, #eef9f4 100%);
  border-top: 1px solid rgba(36, 179, 120, 0.12);
}

.merit__main-info {
  position: relative;
}

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

.merit__supplement {
  position: relative;
  padding: clamp(20px, 2.6vw, 30px);
  background: rgba(246, 248, 249, 0.94);
  border: 1px solid rgba(36, 78, 106, 0.1);
  border-radius: 24px;
}

.merit__supplement-label {
  display: inline-flex;
  margin: 0 0 10px;
  color: rgba(72, 72, 72, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.merit__detail h4 {
  position: relative;
  margin: 0;
  padding-left: 34px;
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 800;
  line-height: 1.45;
}

.merit__supplement h4 {
  padding-left: 24px;
  color: rgba(0, 0, 0, 0.78);
  font-size: clamp(17px, 1.45vw, 22px);
}

.merit__supplement h4::before {
  top: 0.58em;
  width: 13px;
  height: 13px;
  background: var(--green);
  opacity: 0.7;
}

.merit__supplement p {
  color: rgba(72, 72, 72, 0.88);
  font-size: clamp(14px, 1.18vw, 16px);
  line-height: 1.85;
}

.merit__detail h4::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--orange);
  clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
}

.merit__supplement h4::before {
  top: 0.58em;
  width: 13px;
  height: 13px;
  background: var(--green);
  opacity: 0.7;
}

.merit__detail p {
  margin: 12px 0 0;
}

.notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

p:not(.note) + p.note {
  margin-top: 16px;
}

.notes .note {
  margin: 0;
}

.note {
  display: flex;
  align-items: flex-start;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.note__label {
  flex-shrink: 0;
  width: 3em;
}

.note__body {
  flex: 1;
  min-width: 0;
}

.text-accent {
  color: var(--green);
  font-weight: 800;
  font-size: 1.15em;
}

.support-topics {
  background:
    radial-gradient(ellipse 42% 20% at 8% 8%, rgba(249, 245, 183, 0.42), transparent 76%),
    linear-gradient(176deg, #ffffff 0 8%, rgba(238, 248, 243, 0.82) 8.2% 100%);
}

.support-topics__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 36px);
}

.support-topic {
  display: grid;
  grid-template-columns: 1fr;
  align-content: start;
  gap: clamp(18px, 2.4vw, 26px);
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
  border: 1px solid rgba(0, 115, 189, 0.14);
  border-radius: 34px;
  box-shadow: 0 18px 42px rgba(36, 78, 106, 0.1);
}

.support-topic:nth-child(even) {
  background: var(--white);
}

.support-topic__visual {
  overflow: hidden;
  border-radius: 16px;
}

.support-topic__visual img {
  display: block;
  width: 51%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.support-topic h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.support-topic p {
  margin: 14px 0 0;
  color: var(--body);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  line-height: 1.9;
}

.price-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 32px);
  padding: clamp(30px, 4vw, 58px);
  background: var(--white);
  border-radius: 50px;
  box-shadow: var(--shadow);
}

.price-card__image {
  display: block;
  width: 68%;
  max-width: 612px;
  height: auto;
  margin: 0 auto;
}

.price {
  background:
    linear-gradient(184deg, rgba(238, 248, 243, 0.82) 0 10%, rgba(255, 248, 229, 0.7) 10.2% 100%);
}

.price-card__label {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 800;
}

.price-card h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.45;
}

.price-graph {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: end;
  min-height: 430px;
  padding: 38px 34px 70px;
  background: linear-gradient(180deg, #f7faf5, #fff7ef);
  border-radius: 34px;
}

.price-graph__bar {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  height: 100%;
}

.price-graph__bar strong {
  position: absolute;
  right: 0;
  bottom: -42px;
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.price-graph__segment {
  display: grid;
  place-items: center;
  padding: 10px;
  border: 2px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.price-graph__segment--bill {
  height: 330px;
  color: var(--white);
  background: var(--blue);
  border-radius: 24px 24px 8px 8px;
}

.price-graph__segment--reduction {
  height: 80px;
  background: var(--yellow);
  border-radius: 24px 24px 8px 8px;
}

.price-graph__segment--service {
  height: 88px;
  color: var(--white);
  background: var(--green);
}

.price-graph__segment--bill-small {
  height: 150px;
  color: var(--white);
  background: var(--blue-mid);
  border-radius: 8px 8px 24px 24px;
}

.price-graph__return {
  position: absolute;
  right: 34px;
  bottom: 20px;
  left: 34px;
  color: var(--green);
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}

.estimate {
  position: relative;
  padding: clamp(60px, 7vw, 96px) 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(240, 250, 245, 0.92) 0%, rgba(232, 247, 255, 0.92) 100%),
    url("assets/values-bg.webp") right top / 55% auto no-repeat;
}

.estimate__bg-hex {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.estimate__bg-hex--1 {
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(36, 179, 120, 0.12) 0%, transparent 70%);
}

.estimate__bg-hex--2 {
  bottom: -60px;
  left: -60px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 115, 189, 0.08) 0%, transparent 70%);
}

.estimate__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3.4vw, 42px);
  padding: clamp(34px, 4.6vw, 58px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.90) 0%, rgba(240, 252, 248, 0.90) 100%),
    url("assets/values-bg.webp") right top / 55% auto no-repeat;
  border: 5px solid var(--green);
  border-radius: 50px;
  box-shadow: 0 24px 64px rgba(36, 78, 106, 0.13);
}

.estimate__copy {
  display: grid;
  gap: clamp(10px, 1.5vw, 16px);
  justify-items: center;
  text-align: center;
}

.estimate__copy .hero__lead {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.estimate__message {
  display: grid;
  gap: 4px;
  max-width: 860px;
  margin: clamp(8px, 1.4vw, 18px) auto 0;
  color: var(--body);
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}

.estimate__message p {
  margin: 0;
}

.estimate__hero-title {
  font-size: clamp(24px, 2.55vw, 40px);
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.estimate__copy .hero__note {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.estimate__hero-title .hero__title-line,
.estimate__hero-title .hero__title-sub {
  display: inline;
}

.estimate__logo {
  width: min(220px, 46vw);
}

.estimate__title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.35;
}

.estimate__lead {
  margin: 0;
  color: var(--body);
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 1.9;
}


.estimate__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(2px, 0.8vw, 8px);
}

.estimate__button {
  min-width: 300px;
  border-color: transparent;
}

.faq {
  padding-top: clamp(72px, 8vw, 112px);
  background: #ffffff;
}

.faq__title {
  display: table;
  margin: 0 auto clamp(38px, 5vw, 68px);
  color: var(--blue);
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  background: linear-gradient(transparent 58%, var(--yellow) 58%);
}

.faq__list {
  display: grid;
  gap: clamp(30px, 4vw, 52px);
  max-width: 1120px;
  margin: 0 auto;
}

.faq__item {
  display: grid;
  gap: 18px;
}

.faq__item h3,
.faq__item p:not(.note) {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
}

.faq__item .notes {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0 0 68px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.faq__item .notes .note {
  margin: 0;
}

.faq__item .note {
  display: flex !important;
  align-items: flex-start;
  gap: 0;
  padding-left: 0 !important;
  text-indent: 0 !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

.faq__item .note .note__label,
.faq__item .note .note__body {
  display: block;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.faq__item .note .note__label {
  flex: 0 0 auto;
  width: 3em;
  color: inherit !important;
  font-weight: inherit !important;
}

.faq__item .note .note__body {
  flex: 1;
  min-width: 0;
}

.faq__item h3 {
  color: var(--blue);
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.55;
}

.faq__item p {
  color: var(--ink);
  font-size: clamp(16px, 1.45vw, 22px);
  font-weight: 500;
  line-height: 2;
}

.faq__item span {
  font-weight: 800;
  line-height: 1.3;
}

.faq__item h3 span {
  color: var(--blue);
  font-size: clamp(28px, 3vw, 38px);
}

.faq__item p span {
  color: var(--ink);
  font-size: clamp(27px, 2.8vw, 36px);
}

.site-footer {
  background: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

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

.site-footer__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  padding: 52px 0 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.site-footer__logo-row {
  display: flex;
  align-items: flex-start;
}

.site-footer__logo-img {
  width: 140px;
  height: auto;
}

.site-footer__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.site-footer__col-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.site-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-footer__link {
  color: var(--body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.site-footer__link--external::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M4 2H2a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V6M6 1h3m0 0v3m0-3L5 5' stroke='%23999' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: middle;
}

.site-footer__link:hover {
  color: var(--green);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
}

.site-footer__copy {
  margin: 0;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 500;
}

.site-footer__legal {
  display: flex;
  gap: 8px;
  align-items: center;
}

.site-footer__legal-link {
  color: var(--body);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.site-footer__legal-link:hover {
  color: var(--green);
}

.site-footer__legal-sep {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
}

.sp-only {
  display: none;
}

@media (max-width: 1100px) {
  .site-header {
    position: relative;
    flex-direction: column;
    padding: 20px 24px 0;
  }

  .site-header__brand::before {
    top: -20px;
    left: -24px;
  }

  .site-header__kyuden {
    width: 126px;
  }

  .site-header__dr-logo {
    width: 164px;
  }

  .site-header__nav {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    min-height: 62px;
    padding: 0 20px;
  }

  .hero {
    min-height: auto;
    padding-top: 58px;
  }

  .hero__inner,
  .about-dr__grid,
  .price-card {
    grid-template-columns: 1fr;
  }

  .hero__visual {
    min-height: auto;
  }

  .hero__hex--main {
    max-width: 360px;
  }

  .anchor-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .concerns__grid,
  .service-diagram {
    grid-template-columns: 1fr;
  }

  .estimate__button {
    min-width: 0;
    width: fit-content;
  }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .hero__visual {
    display: none;
  }

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

  .concerns__card:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .pc-only {
    display: none;
  }

  .site-header {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-header__brand::before {
    top: 0;
    left: 0;
  }

  .site-header__brand {
    gap: 10px;
    width: 100%;
    min-height: 0;
    padding: 6px 8px 6px 8px;
  }

  .site-header__kyuden {
    width: 64px;
  }

  .site-header__dr-logo {
    width: 83px;
  }

  .site-header__nav {
    border-width: 1.5px;
    border-radius: 28px;
    font-size: 13px;
  }

  .hero {
    padding: 16px 0 16px;
  }

  .hero__inner,
  .section__inner,
  .estimate__inner {
    width: min(100% - 28px, var(--container));
  }

  .hero__title {
    font-size: clamp(27px, 7.7vw, 38px);
  }

  .hero__release-badge {
    min-height: 36px;
    font-size: 13px;
  }

  .hero__lead {
    line-height: 1.8;
  }

  .hero__hex--main {
    max-width: 260px;
  }

  .button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 20px;
  }

  .floating-cta-wrap {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .floating-cta-wrap__text {
    width: fit-content;
    max-width: 100%;
    font-size: 12px;
  }

  .floating-cta {
    width: 100%;
    min-height: 58px;
    padding: 0 20px;
  }

  .bee {
    display: none;
  }

  .balance-card,
  .merit__summary,
  .merit__detail,
  .price-card,
  .estimate__inner {
    border-radius: 24px;
  }

  .hero__visual {
    display: none;
  }

  .anchor-nav {
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 28px, 1180px);
    border-radius: 24px;
    padding: 20px;
    font-size: 14px;
  }

  .anchor-nav a {
    flex-direction: row;
    justify-content: center;
    margin: 0;
    padding: 8px 10px;
    min-height: 0;
    text-align: center;
  }

  .anchor-nav a::after {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-size: 12px 12px;
  }


  .section {
    padding: 72px 0;
  }

  .about-dr {
    margin-top: 18px;
    padding: 0;
  }

  .about-dr__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 18px;
    padding: 20px;
    border-radius: 24px;
  }

  .about-dr__title {
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }

  .about-dr__balance-img {
    grid-column: auto;
    grid-row: auto;
    order: 2;
  }

  .about-dr__body {
    grid-column: auto;
    grid-row: auto;
    order: 3;
  }

  .about-dr .section-title {
    font-size: clamp(22px, 5.8vw, 28px);
  }

  .about-dr .body-text p {
    font-size: 13px;
    line-height: 1.82;
  }

  .about-dr .balance-card {
    padding: 16px;
  }

  .about-dr .balance-card__label {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .about-dr .balance-card__formula {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
  }

  .about-dr .balance-card__formula span {
    min-height: 58px;
    font-size: 15px;
    border-radius: 14px;
  }

  .about-dr .balance-card__formula strong {
    font-size: 20px;
  }

  .section-title {
    font-size: clamp(29px, 8.2vw, 38px);
  }

  .concerns__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    align-items: center;
  }

  .concerns__card {
    min-height: 170px;
    padding: 36px 8px 16px;
  }

  .concerns__card:first-child {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 20px 8px;
  }

  .concerns__card:nth-child(2) {
    min-height: 220px;
  }

  .concerns__card h3 {
    max-width: 100%;
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.55;
  }

  .concerns__card:first-child h3 {
    max-width: 100%;
    font-size: clamp(15px, 4.2vw, 17px);
  }

  .concerns__summary p {
    font-size: 16px;
  }

  .merit__icon {
    width: 84px;
    height: 84px;
  }

  .support-topic.other-dr__card {
    grid-template-columns: 1fr;
  }

  .price-card__image {
    width: 100%;
    max-width: none;
  }

  .support-topics .section-title {
    font-size: clamp(23px, 6.6vw, 30px);
  }

  .concerns__solution {
    padding: 10px 10px 16px 10px;
  }

  .concerns__solution-frame {
    padding: clamp(22px, 5vw, 32px);
  }

  .concerns__solution-title {
    font-size: clamp(20px, 5.5vw, 26px);
  }

  .concerns__solution-logo {
    width: min(180px, 44vw);
  }

  .concerns__solution-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .concerns__solution-illust {
    justify-self: center;
    width: min(200px, 56vw);
  }

  .support-topics__grid {
    grid-template-columns: 1fr;
  }

  .service-diagram {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .service-diagram__flow {
    border-radius: 20px;
    text-align: left;
  }

  .balance-card__formula {
    grid-template-columns: 1fr;
  }

  .balance-card__formula strong {
    line-height: 1;
  }

  .about-dr .balance-card__formula {
    grid-template-columns: 1fr auto 1fr;
  }

  .merit-list {
    gap: 28px;
  }

  .merit__summary,
  .merit__detail,
  .price-card,
  .estimate__inner {
    padding: 24px;
  }

  .merit__summary,
  .merit__supplement-grid {
    grid-template-columns: 1fr;
  }

  .merit__summary img {
    grid-column: 1;
    grid-row: auto;
  }

  .price-graph {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    min-height: 360px;
    padding: 24px 16px 66px;
  }

  .price-graph__segment {
    font-size: 12px;
  }

  .estimate__hero-title .hero__title-line,
  .estimate__hero-title .hero__title-sub {
    display: block;
  }

  .faq__item h3,
  .faq__item p:not(.note) {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  .faq__item .notes {
    margin-left: 0;
    padding: 0;
    border-radius: 0;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 0 28px;
  }

  .site-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .site-footer__legal {
    flex-wrap: wrap;
  }

  .sp-only {
    display: block;
  }
}
