@charset "UTF-8";
:root {
  --dr-navy: #061b3d;
  --dr-navy-deep: #001333;
  --dr-blue: #0b72e7;
  --dr-blue-2: #0756d9;
  --dr-cyan: #6fd2f2;
  --dr-line: rgba(6, 27, 61, 0.14);
  --dr-panel-line: rgba(6, 27, 61, 0.12);
  --dr-soft: #f5fbff;
  --dr-white: #ffffff;
  --dr-shadow: 0 18px 42px rgba(6, 27, 61, 0.08);
  --dr-serif: "Noto Serif JP", "Noto Serif CJK JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --dr-sans: "Noto Sans JP", "Noto Sans CJK JP", "Helvetica Neue", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif;
  --dr-muted: #52647d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.dr-growth-body {
  margin: 0;
  color: var(--dr-navy);
  background: var(--dr-white);
  font-family: var(--dr-sans);
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dr-growth-icons {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.dr-growth-icons symbol, .dr-growth-page .issue-item__icon, .dr-growth-page .strategy-step__icon, .dr-growth-page .strategy-arrow, .dr-growth-page .contact-panel__icon-wrap svg, .dr-growth-page .contact-button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dr-growth-icons .fill-soft {
  fill: rgba(8, 109, 243, 0.24);
  stroke: none;
}

.dr-growth-icons .fill-primary {
  fill: currentColor;
  stroke: currentColor;
}

.dr-growth-icons .badge {
  fill: #fff;
  stroke: currentColor;
}

.dr-growth-icons .badge-line {
  fill: none;
  stroke: currentColor;
}

.dr-growth-icons .icon-text {
  fill: currentColor;
  stroke: none;
  font-family: var(--dr-sans);
  font-size: 9px;
  font-weight: 700;
}

.dr-growth-page {
  width: 100%;
  max-width: 1620px;
  min-width: 320px;
  margin-inline: auto;
  overflow: hidden;
  color: var(--dr-navy);
  background: #fff;
  font-family: var(--dr-sans);
}

.dr-growth-page img {
  display: block;
  max-width: 100%;
}

.dr-growth-page a {
  color: inherit;
  text-decoration: none;
}

.dr-growth-page svg {
  display: block;
}

/* ========================= Hero ========================= */
.dr-growth-page .hero {
  position: relative;
  min-height: 442px;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 78% 18%, rgba(74, 160, 255, 0.18), transparent 26%), radial-gradient(circle at 99% 82%, rgba(0, 176, 255, 0.18), transparent 22%), linear-gradient(104deg, #fff 0%, #fff 42%, #f5faff 70%, #e7f4ff 100%);
}

.dr-growth-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.72;
  background: radial-gradient(circle at 7% 17%, rgba(41, 130, 255, 0.11) 0 1px, transparent 2px), radial-gradient(circle at 96% 31%, rgba(72, 208, 255, 0.75) 0 2px, transparent 4px), radial-gradient(circle at 74% 8%, rgba(255, 255, 255, 0.96) 0 3px, transparent 7px);
  background-size: 240px 220px, 400px 300px, 330px 260px;
}

.dr-growth-page .hero__glow {
  position: absolute;
  top: -300px;
  right: -120px;
  z-index: -2;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 185, 255, 0.2), rgba(88, 185, 255, 0) 68%);
  filter: blur(10px);
}

.dr-growth-page .hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 442px;
  margin-inline: auto;
}

.dr-growth-page .hero__copy-block {
  position: relative;
  z-index: 4;
  width: min(61vw, 950px);
  padding: 35px 0 34px clamp(32px, 5vw, 82px);
}

.dr-growth-page .hero__eyebrow {
  margin: 0 0 8px;
  color: var(--dr-blue-2);
  font-family: var(--dr-sans);
  font-size: clamp(13px, 1.08vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.045em;
}

.dr-growth-page .hero__brand {
  margin: 0;
  color: var(--dr-navy-deep);
  font-family: var(--dr-serif);
  font-size: clamp(56px, 4.75vw, 73px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.025em;
}

.dr-growth-page .hero__title {
  margin: 3px 0 0;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(42px, 3.58vw, 55px);
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.04em;
}

.dr-growth-page .hero__description {
  margin: 12px 0 0 3px;
  color: var(--dr-navy);
  font-family: var(--dr-sans);
  font-size: clamp(16px, 1.36vw, 21px);
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 0.025em;
}

.dr-growth-page .hero__visual {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 43.03%;
  height: 442px;
  overflow: hidden;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 8%, #000 21%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 8%, #000 21%, #000 100%);
}

.dr-growth-page .hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), transparent 22%);
}

.dr-growth-page .hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.dr-growth-page .hero__wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 150px;
  color: rgba(91, 157, 223, 0.24);
  pointer-events: none;
}

.dr-growth-page .hero__wave path {
  stroke: currentColor;
  stroke-width: 1.2;
}

/* ========================= Growth section ========================= */
.dr-growth-page .growth {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 6% 89%, rgba(78, 169, 255, 0.12), transparent 28%), radial-gradient(circle at 95% 86%, rgba(78, 169, 255, 0.13), transparent 30%), linear-gradient(180deg, #fff 0%, #fff 46%, var(--dr-soft) 100%);
}

.dr-growth-page .growth::before, .dr-growth-page .growth::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(75, 218, 255, 0.72);
  box-shadow: 25px 37px 0 rgba(255, 255, 255, 0.9), 102px 18px 0 rgba(95, 179, 255, 0.5), 188px 59px 0 rgba(255, 255, 255, 0.95), 274px 20px 0 rgba(102, 231, 255, 0.72);
  filter: drop-shadow(0 0 5px rgba(62, 188, 255, 0.5));
  opacity: 0.7;
}

.dr-growth-page .growth::before {
  bottom: 62px;
  left: 8px;
}

.dr-growth-page .growth::after {
  right: 260px;
  bottom: 58px;
}

.dr-growth-page .growth__ambient {
  position: absolute;
  z-index: 0;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
}

.dr-growth-page .growth__ambient--left {
  bottom: -150px;
  left: -270px;
  background: radial-gradient(circle, rgba(87, 181, 255, 0.18), transparent 68%);
}

.dr-growth-page .growth__ambient--right {
  right: -250px;
  bottom: -150px;
  background: radial-gradient(circle, rgba(87, 181, 255, 0.2), transparent 68%);
}

.dr-growth-page .growth__wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 330px;
  color: rgba(108, 172, 230, 0.18);
  pointer-events: none;
}

.dr-growth-page .growth__wave path {
  stroke: currentColor;
  stroke-width: 1.15;
}

.dr-growth-page .growth__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1500px);
  margin-inline: auto;
  padding: 17px clamp(22px, 3.2vw, 54px) 27px;
}

.dr-growth-page .section-title {
  position: relative;
  margin: 0 0 10px;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(24px, 2.03vw, 31px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.065em;
  text-align: center;
}

.dr-growth-page .section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 5px auto 0;
  border-radius: 99px;
  background: var(--dr-cyan);
}

.dr-growth-page .issue-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 145px;
  margin-bottom: 21px;
}

.dr-growth-page .issue-item {
  position: relative;
  min-width: 0;
  padding: 0 27px;
  text-align: center;
}

.dr-growth-page .issue-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 143px;
  background: var(--dr-line);
}

.dr-growth-page .issue-item__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 7px;
  color: var(--dr-blue);
}

.dr-growth-page .issue-item:nth-child(1) .issue-item__icon {
  width: 55px;
}

.dr-growth-page .issue-item h3 {
  margin: 0 0 6px;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.dr-growth-page .issue-item p {
  margin: 0;
  color: var(--dr-muted);
  font-family: var(--dr-sans);
  font-size: clamp(11px, 0.94vw, 14.5px);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.015em;
}

.dr-growth-page .growth-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.78fr) minmax(350px, 1fr);
  gap: 15px;
  align-items: stretch;
}

.dr-growth-page .strategy-panel, .dr-growth-page .contact-panel {
  position: relative;
  min-height: 312px;
  overflow: hidden;
  border: 1px solid var(--dr-panel-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--dr-shadow);
}

.dr-growth-page .strategy-panel::before, .dr-growth-page .contact-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -38% -10%;
  height: 72%;
  opacity: 0.65;
  background: radial-gradient(ellipse at center, rgba(51, 145, 255, 0.1), transparent 63%), repeating-radial-gradient(ellipse at 40% 100%, transparent 0 19px, rgba(84, 161, 232, 0.07) 20px 21px);
  pointer-events: none;
}

.dr-growth-page .panel-title {
  position: relative;
  z-index: 2;
  margin: 10px 0 6px;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(20px, 1.58vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.065em;
  text-align: center;
}

.dr-growth-page .strategy-flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(96px, 1fr) 24px minmax(96px, 1fr) 24px minmax(96px, 1fr) 24px minmax(96px, 1fr) 24px minmax(96px, 1fr) 24px minmax(96px, 1fr);
  align-items: center;
  min-height: 116px;
  padding: 2px 45px 11px;
  border-bottom: 1px solid var(--dr-line);
}

.dr-growth-page .strategy-step {
  min-width: 0;
  text-align: center;
}

.dr-growth-page .strategy-step__icon {
  width: 47px;
  height: 47px;
  margin: 0 auto 4px;
  color: var(--dr-blue);
}

.dr-growth-page .strategy-step p {
  margin: 0;
  color: var(--dr-navy);
  font-family: var(--dr-sans);
  font-size: clamp(10px, 0.79vw, 12px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.dr-growth-page .strategy-arrow {
  width: 18px;
  height: 18px;
  justify-self: center;
  color: var(--dr-blue);
  stroke-width: 2.1;
}

.dr-growth-page .results-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 200px repeat(4, minmax(0, 1fr));
  min-height: 114px;
  padding: 27px 24px 17px;
  align-items: stretch;
}

.dr-growth-page .results-grid__label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(18px, 1.52vw, 23px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.dr-growth-page .result-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 0 8px;
}

.dr-growth-page .result-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 87px;
  background: var(--dr-line);
}

.dr-growth-page .result-item > span {
  margin-bottom: 3px;
  color: var(--dr-navy);
  font-family: var(--dr-sans);
  font-size: clamp(11px, 0.92vw, 14px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.dr-growth-page .result-item strong {
  color: var(--dr-navy-deep);
  font-family: var(--dr-serif);
  font-size: clamp(29px, 2.52vw, 38px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.dr-growth-page .result-item em {
  color: var(--dr-blue);
  font-style: normal;
}

.dr-growth-page .result-arrow {
  display: inline-block;
  padding-inline: 5px;
  color: var(--dr-blue);
  font-family: var(--dr-serif);
  font-size: 0.78em;
  transform: translateY(-0.06em);
}

.dr-growth-page .contact-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 23px 42px 20px;
  text-align: center;
}

.dr-growth-page .contact-panel__icon-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 7px;
  border: 1px solid rgba(8, 109, 243, 0.3);
  border-radius: 50%;
  color: var(--dr-blue);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(8, 63, 155, 0.08);
}

.dr-growth-page .contact-panel__icon-wrap svg {
  width: 39px;
  height: 39px;
}

.dr-growth-page .contact-panel h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 6px;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(28px, 2.31vw, 35px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.045em;
}

.dr-growth-page .contact-panel p {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: var(--dr-muted);
  font-family: var(--dr-sans);
  font-size: clamp(13px, 1.08vw, 16px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.dr-growth-page .contact-button {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  width: min(100%, 345px);
  min-height: 58px;
  padding: 0 18px 0 32px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(120deg, var(--dr-navy-deep), var(--dr-blue));
  box-shadow: 0 15px 35px rgba(8, 78, 184, 0.20);
  font-family: var(--dr-sans);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.dr-growth-page .contact-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 38%, rgba(255, 255, 255, 0.14) 49%, transparent 60%);
  transform: translateX(-115%);
  transition: transform 430ms ease;
}

.dr-growth-page .contact-button span {
  position: relative;
  z-index: 1;
  font-size: clamp(17px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.045em;
  text-align: center;
  white-space: nowrap;
}

.dr-growth-page .contact-button svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  justify-self: end;
  stroke-width: 2.5;
}

.dr-growth-page .contact-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 20px 44px rgba(8, 78, 184, 0.28);
}

.dr-growth-page .contact-button:hover::before {
  transform: translateX(115%);
}

.dr-growth-page .contact-button:focus-visible {
  outline: 3px solid rgba(8, 109, 243, 0.24);
  outline-offset: 4px;
}

.dr-growth-page .contact-anchor {
  position: absolute;
  inset: 0 auto auto 0;
}

/* ========================= Responsive ========================= */
@media (max-width: 1240px) {
  .dr-growth-page .hero__copy-block {
    width: 63vw;
  }

  .dr-growth-page .hero__title {
    letter-spacing: 0.03em;
  }

  .dr-growth-page .hero__description {
    font-size: 17px;
  }

  .dr-growth-page .strategy-flow {
    padding-inline: 22px;
  }

  .dr-growth-page .strategy-step p {
    font-size: 10px;
  }

  .dr-growth-page .results-grid {
    grid-template-columns: 168px repeat(4, minmax(0, 1fr));
    padding-inline: 16px;
  }

  .dr-growth-page .contact-panel {
    padding-inline: 24px;
  }

}

@media (max-width: 1036px) {
  .dr-growth-page {
    padding-top: 72px;
  }

  .dr-growth-page .hero, .dr-growth-page .hero__inner {
    min-height: 520px;
  }

  .dr-growth-page .hero__copy-block {
    width: 70%;
    padding-top: 34px;
  }

  .dr-growth-page .hero__title {
    font-size: clamp(38px, 5vw, 49px);
  }


  .dr-growth-page .hero__visual {
    top: 78px;
    width: 55%;
    height: 442px;
    opacity: 0.72;
  }

  .dr-growth-page .growth__inner {
    width: min(100%, 930px);
    padding-bottom: 34px;
  }

  .dr-growth-page .issue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .dr-growth-page .issue-item:nth-child(2)::after {
    display: none;
  }

  .dr-growth-page .issue-item::before {
    content: "";
    position: absolute;
    right: 7%;
    bottom: -12px;
    left: 7%;
    height: 1px;
    background: var(--dr-line);
  }

  .dr-growth-page .issue-item:nth-child(n + 3)::before {
    display: none;
  }

  .dr-growth-page .growth-panels {
    grid-template-columns: 1fr;
  }

  .dr-growth-page .strategy-panel, .dr-growth-page .contact-panel {
    min-height: auto;
  }

  .dr-growth-page .contact-panel {
    padding-block: 24px 28px;
  }

}

@media (max-width: 767px) {
  .dr-growth-page {
    padding-top: 64px;
  }

  .dr-growth-page .hero {
    min-height: auto;
  }

  .dr-growth-page .hero__inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .dr-growth-page .hero__copy-block {
    width: 100%;
    padding: 25px 22px 8px;
  }

  .dr-growth-page .hero__eyebrow {
    font-size: 12px;
  }

  .dr-growth-page .hero__brand {
    font-size: clamp(46px, 13vw, 64px);
  }

  .dr-growth-page .hero__title {
    font-size: clamp(31px, 8.5vw, 42px);
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .dr-growth-page .hero__description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.95;
  }


  .dr-growth-page .hero__visual {
    position: relative;
    top: auto;
    right: auto;
    order: 2;
    width: 100%;
    height: 285px;
    opacity: 1;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%);
  }

  .dr-growth-page .hero__visual img {
    object-position: 63% center;
  }

  .dr-growth-page .hero__wave {
    height: 120px;
  }

  .dr-growth-page .growth__inner {
    width: min(100%, 620px);
    padding: 24px 18px 34px;
  }

  .dr-growth-page .section-title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .dr-growth-page .issue-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 28px;
  }

  .dr-growth-page .issue-item {
    padding: 22px 12px 25px;
  }

  .dr-growth-page .issue-item:first-child {
    padding-top: 2px;
  }

  .dr-growth-page .issue-item:not(:last-child)::after {
    top: auto;
    right: 8%;
    bottom: 0;
    left: 8%;
    width: auto;
    height: 1px;
  }

  .dr-growth-page .issue-item::before {
    display: none;
  }

  .dr-growth-page .issue-item__icon {
    width: 58px;
    height: 58px;
  }

  .dr-growth-page .issue-item h3 {
    font-size: 18px;
  }

  .dr-growth-page .issue-item p {
    font-size: 13px;
  }

  .dr-growth-page .strategy-panel {
    padding-bottom: 8px;
  }

  .dr-growth-page .panel-title {
    margin: 16px 14px 8px;
    font-size: 21px;
  }

  .dr-growth-page .strategy-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
    padding: 13px 18px 22px;
  }

  .dr-growth-page .strategy-step {
    position: relative;
    padding: 10px 2px;
  }

  .dr-growth-page .strategy-step:nth-of-type(odd):not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 14%;
    right: -4px;
    width: 1px;
    height: 72%;
    background: var(--dr-line);
  }

  .dr-growth-page .strategy-arrow {
    display: none;
  }

  .dr-growth-page .strategy-step__icon {
    width: 50px;
    height: 50px;
  }

  .dr-growth-page .strategy-step p {
    font-size: 12px;
  }

  .dr-growth-page .results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0 14px 18px;
  }

  .dr-growth-page .results-grid__label {
    grid-column: 1 / -1;
    padding: 18px 0 15px;
    font-size: 21px;
  }

  .dr-growth-page .result-item {
    min-height: 98px;
    border-top: 1px solid var(--dr-line);
  }

  .dr-growth-page .result-item::before {
    top: 16%;
    height: 68%;
  }

  .dr-growth-page .result-item:nth-child(2)::before, .dr-growth-page .result-item:nth-child(4)::before {
    display: none;
  }

  .dr-growth-page .result-item > span {
    font-size: 12px;
  }

  .dr-growth-page .result-item strong {
    font-size: 31px;
  }

  .dr-growth-page .contact-panel h3 {
    font-size: 28px;
  }

  .dr-growth-page .contact-panel p {
    font-size: 14px;
  }

}

@media (max-width: 420px) {
  .dr-growth-page .hero__copy-block {
    padding-inline: 18px;
  }

  .dr-growth-page .hero__title {
    font-size: 29px;
  }

  .dr-growth-page .hero__visual {
    height: 250px;
  }

  .dr-growth-page .section-title {
    font-size: 22px;
    letter-spacing: 0.04em;
  }

  .dr-growth-page .contact-panel {
    padding-inline: 16px;
  }

  .dr-growth-page .contact-panel h3 {
    font-size: 25px;
  }

  .dr-growth-page .contact-button {
    min-height: 56px;
    padding-left: 24px;
  }

  .dr-growth-page .contact-button span {
    font-size: 17px;
  }

}

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

  .dr-growth-page .contact-button, .dr-growth-page .contact-button::before {
    transition: none;
  }

}

/* Reference image icon refinements */
.dr-growth-page .issue-item__icon {
  stroke-width: 2.35;
  filter: drop-shadow(0 2px 4px rgba(11, 114, 231, 0.08));
}

.dr-growth-page .strategy-step__icon {
  stroke-width: 2.25;
  filter: drop-shadow(0 2px 3px rgba(11, 114, 231, 0.07));
}

.dr-growth-page .issue-item:nth-child(2) .issue-item__icon, .dr-growth-page .issue-item:nth-child(3) .issue-item__icon {
  width: 62px;
  height: 62px;
}

.dr-growth-page .issue-item:nth-child(4) .issue-item__icon {
  width: 61px;
  height: 61px;
}

.dr-growth-icons .icon-text {
  font-size: 9px;
  letter-spacing: -0.04em;
}

/* Reference-image icon assets */
.issue-item__icon--image, .strategy-step__icon--image, .contact-panel__icon-wrap img {
  display: block;
  object-fit: contain;
  filter: none;
}

.issue-item__icon--image {
  width: 68px;
  height: 68px;
  margin: -3px auto 2px;
}

.issue-item:nth-child(1) .issue-item__icon--image {
  width: 64px;
  height: 64px;
  margin-top: 1px;
  margin-bottom: 2px;
}

.strategy-step__icon--image {
  width: 52px;
  height: 52px;
  margin: 0 auto 1px;
}

.contact-panel__icon-wrap img {
  width: 62px;
  height: 62px;
}

@media (max-width: 760px) {
  .issue-item__icon--image {
    width: 66px;
    height: 66px;
  }

  .strategy-step__icon--image {
    width: 54px;
    height: 54px;
  }

}

/* ===== DR Growth expanded layout ===== */
.dr-wide {
  width:min(100% - 64px,1500px);
  margin-inline:auto
}

.dr-section {
  padding:20px 0
}

.dr-title {
  position:relative;
  margin:0 0 44px;
  color:var(--dr-navy);
  font-family:var(--dr-serif);
  font-size:clamp(28px,2.2vw,38px);
  font-weight:600;
  line-height:1.5;
  letter-spacing:.055em;
  text-align:center
}

.dr-title::after {
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin:10px auto 0;
  border-radius:999px;
  background:var(--dr-blue)
}

.dr-title small {
  font-size:.68em
}

.dr-benefits {
  background:linear-gradient(180deg,#fff,#f8fbff)
}

.dr-benefits-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:26px;
  padding:26px;
  border:1px solid rgba(6,27,61,.12);
  border-radius:22px;
  background:#fff
}

.dr-benefit-card {
  overflow:hidden;
  border:1px solid rgba(6,27,61,.11);
  border-radius:16px;
  background:#fff
}

.dr-benefit-card>img {
  width:100%;
  height:190px;
  object-fit:cover
}

.dr-benefit-card>div {
  padding:20px
}

.dr-benefit-card h3 {
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:0 0 10px;
  color:var(--dr-blue-2);
  font-family:var(--dr-serif);
  font-size:17px;
  line-height:1.6
}

.dr-benefit-card h3::before {
  content:"✓";
  display:grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  margin-top:.08em;
  border:0;
  border-radius:50%;
  color:#fff;
  background:var(--dr-blue);
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:1
}

.dr-benefit-card p {
  margin:0;
  color:var(--dr-muted);
  font-size:13px;
  line-height:1.75
}

.dr-strategy {
  background:#fff
}

.dr-strategy-grid {
  display:grid;
  grid-template-columns:repeat(11,auto);
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:34px 26px;
  border:1px solid rgba(6,27,61,.11);
  border-radius:20px;
  background:linear-gradient(180deg,#fff,#f9fcff)
}

.dr-strategy-grid article {
  width:145px;
  text-align:center
}

.dr-strategy-grid article img {
  width:66px;
  height:66px;
  margin:0 auto 14px;
  object-fit:contain
}

.dr-strategy-grid article h3 {
  min-height:54px;
  margin:0 0 10px;
  font-family:var(--dr-serif);
  font-size:16px;
  line-height:1.55
}

.dr-strategy-grid article p {
  margin:0;
  color:var(--dr-muted);
  font-size:12px;
  line-height:1.65
}

.dr-strategy-grid>span {
  color:var(--dr-blue);
  font-size:34px
}

.dr-progress {
  padding: 36px 0 54px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.dr-progress-card {
  padding: 20px 28px 22px;
  border: 1px solid rgba(11, 114, 231, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 12px 34px rgba(6, 27, 61, 0.05),
    inset 0 0 28px rgba(78, 169, 255, 0.04);
}

.dr-progress-title {
  margin: 0 0 24px;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: clamp(22px, 1.85vw, 30px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.035em;
  text-align: center;
}

.dr-progress-title span {
  white-space: nowrap;
}

.dr-stage-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.1fr) 24px
    minmax(0, 1.1fr) 24px
    minmax(0, 1.1fr) 24px
    minmax(0, 1.1fr);
  align-items: stretch;
  gap: 12px;
  margin-bottom: 28px;
}

.dr-stage-card {
  min-width: 0;
  padding: 16px 18px 15px;
  border: 1px solid rgba(11, 114, 231, 0.16);
  border-radius: 14px;
  background: #ffffff;
}

.dr-stage-card--final {
  border-color: rgba(11, 114, 231, 0.25);
}

.dr-stage-card > b {
  display: block;
  margin-bottom: 5px;
  color: var(--dr-navy);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.dr-stage-card--final > b {
  color: var(--dr-blue);
}

.dr-stage-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--dr-navy);
  font-family: var(--dr-serif);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.dr-stage-card strong em {
  color: var(--dr-blue);
  font-style: normal;
  font-size: 1.38em;
}

.dr-stage-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  color: var(--dr-navy);
  font-size: 15px;
  line-height: 1.65;
  list-style: none;
}

.dr-stage-card li {
  position: relative;
  padding-left: 18px;
}

.dr-stage-card li::before {
  content: "○";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--dr-blue);
  font-weight: 700;
}

.dr-stage-card li.is-negative::before {
  content: "×";
  color: var(--dr-navy);
}

.dr-stage-arrow {
  display: grid;
  place-items: center;
  color: #000;
  font-size: 31px;
  line-height: 1;
}

.dr-chart-box {
  position: relative;
  padding: 17px 20px 0 52px;
}

.dr-chart-box::before {
  content: "DR（推定値）";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--dr-navy);
  font-size: 11px;
  font-weight: 700;
}

.dr-chart-y-axis {
  position: absolute;
  top: 27px;
  bottom: 42px;
  left: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--dr-navy);
  font-size: 11px;
  line-height: 1;
  text-align: right;
}

.dr-chart-plot {
  position: relative;
  height: 185px;
  border-bottom: 1px solid rgba(11, 114, 231, 0.34);
  border-left: 1px solid rgba(11, 114, 231, 0.34);
}

.dr-chart-grid {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dr-chart-grid span {
  width: 100%;
  border-top: 1px solid rgba(11, 114, 231, 0.12);
}

.dr-chart-groups {
  position: absolute;
  inset: 0 3%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 8%;
}

.dr-chart-group {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 8px;
  height: 100%;
}

.dr-chart-group i {
  display: block;
  width: clamp(12px, 1.7vw, 28px);
  height: var(--bar-height);
  min-height: 2px;
  border-radius: 2px 2px 0 0;
  background: rgba(11, 114, 231, var(--bar-opacity));
}

.dr-chart-group i.is-final {
  background: linear-gradient(180deg, #1687ff 0%, #0756d9 100%);
}

.dr-chart-line {
  position: absolute;
  inset: 4px 1.5% 0;
  z-index: 2;
  width: 97%;
  height: calc(100% - 4px);
  overflow: visible;
  pointer-events: none;
}

.dr-chart-line polyline {
  fill: none;
  stroke: var(--dr-blue);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dr-chart-line circle {
  fill: var(--dr-blue);
  stroke: #ffffff;
  stroke-width: 3;
}

.dr-chart-line marker path {
  fill: var(--dr-blue);
}

.dr-chart-labels {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 8px 0 0;
  color: var(--dr-navy);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.dr-note {
  margin: 12px 0 0;
  color: var(--dr-muted);
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.dr-bottom-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:28px
}

.dr-usecases,.dr-reasons {
  padding:30px;
  border:1px solid rgba(6,27,61,.12);
  border-radius:20px;
  background:#fff
}

.dr-usecases .dr-title,.dr-reasons .dr-title {
  margin-bottom:28px;
  font-size:30px
}

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

.dr-usecase-grid img {
  width:100%;
  height:145px;
  border-radius:10px;
  object-fit:cover
}

.dr-usecase-grid h3 {
  margin:14px 0 6px;
  font-family:var(--dr-serif);
  font-size:17px
}

.dr-usecase-grid p {
  margin:0;
  color:var(--dr-muted);
  font-size:15px;
  line-height:1.7
}

.dr-reasons {
  background:radial-gradient(circle at 100% 100%,rgba(75,170,255,.15),transparent 35%),#fff
}

.dr-reasons ul {
  display:grid;
  gap:24px;
  margin:0;
  padding:8px 10px 0;
  list-style:none
}

.dr-reasons li {
  display:flex;
  gap:14px;
  font-size:15px;
  line-height:1.7
}

.dr-reasons li::before {
  content:"✓";
  display:grid;
  place-items:center;
  flex:0 0 28px;
  width:28px;
  height:28px;
  margin-top:.08em;
  border:0;
  border-radius:50%;
  color:#fff;
  background:var(--dr-blue);
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:1
}

.dr-cta {
  padding:0 0 48px
}

.dr-cta-inner {
  display:grid;
  grid-template-columns:90px 1fr auto;
  align-items:center;
  gap:24px;
  padding:30px 44px;
  border:1px solid rgba(6,27,61,.1);
  border-radius:20px;
  background:radial-gradient(circle at 100% 100%,rgba(88,180,255,.18),transparent 35%),linear-gradient(90deg,#f4f9ff,#fff)
}

.dr-cta-icon {
  display:grid;
  place-items:center;
  width:82px;
  height:82px;
  border:1px solid rgba(11,114,231,.24);
  border-radius:50%;
  background:#fff
}

.dr-cta-icon img {
  width:58px;
  height:58px;
  object-fit:contain
}

.dr-cta-inner h2 {
  margin:0 0 4px;
  font-family:var(--dr-serif);
  font-size:28px
}

.dr-cta-inner p {
  margin:0;
  color:var(--dr-muted);
  font-size:14px
}

.dr-cta-inner .contact-button {
  min-width:380px
}

@media(max-width:1180px) {
  .dr-benefits-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .dr-strategy-grid {
    grid-template-columns:repeat(6,minmax(0,1fr))
  }

  .dr-strategy-grid>span {
    display:none
  }

  .dr-strategy-grid article {
    width:auto
  }

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

  .dr-stage-grid>span {
    display:none
  }

}

@media(max-width:900px) {
  .dr-wide {
    width:min(100% - 36px,760px)
  }

  .dr-bottom-grid {
    grid-template-columns:1fr
  }

  .dr-cta-inner {
    grid-template-columns:70px 1fr
  }

  .dr-cta-inner .contact-button {
    grid-column:1/-1;
    width:100%;
    min-width:0
  }

}

@media(max-width:640px) {
  .dr-wide {
    width:min(100% - 28px,560px)
  }

  .dr-title {
    margin-bottom:32px;
    font-size:25px
  }

  .dr-benefits-grid {
    grid-template-columns:1fr;
    padding:14px
  }

  .dr-benefit-card>img {
    height:210px
  }

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

  .dr-stage-grid {
    grid-template-columns:1fr
  }

  .dr-chart-box {
    padding:22px 12px 16px 36px
  }

  .dr-chart-bars {
    height:240px;
    padding-inline:8px
  }

  /* 折れ線SVGをグラフ枠内に収め、0か月の開始点が下へはみ出さないようにする */
  .dr-chart-line {
    top: 4px;
    right: auto;
    bottom: auto;
    left: 1.5%;
    width: 97%;
    height: calc(100% - 4px);
  }

  .dr-chart-labels {
    font-size:10px
  }

  .dr-usecases,.dr-reasons {
    padding:22px 16px
  }

  .dr-usecase-grid {
    grid-template-columns:1fr
  }

  .dr-usecase-grid img {
    height:190px
  }

  .dr-cta-inner {
    grid-template-columns:1fr;
    text-align:center;
    padding:28px 20px
  }

  .dr-cta-icon {
    margin:0 auto
  }

  .dr-cta-inner h2 {
    font-size:24px
  }

}

/* DR progress responsive overrides */
@media (max-width: 1180px) {
  .dr-stage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .dr-stage-arrow {
    display: none;
  }
}

@media (max-width: 760px) {
  .dr-progress {
    padding: 28px 0 2px;
  }

  .dr-progress-card {
    padding: 20px 14px;
  }

  .dr-progress-title {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .dr-progress-title span {
    display: block;
    white-space: normal;
  }

  .dr-stage-grid {
    grid-template-columns: 1fr;
  }

  .dr-stage-card {
    padding: 18px 16px;
  }

  .dr-chart-box {
    padding: 18px 5px 0 36px;
  }

  .dr-chart-box::before {
    font-size: 9px;
  }

  .dr-chart-y-axis {
    left: 8px;
    font-size: 9px;
  }

  .dr-chart-plot {
    height: 170px;
  }

  .dr-chart-groups {
    inset-inline: 1%;
    gap: 3%;
  }

  .dr-chart-group {
    gap: 3px;
  }

  .dr-chart-group i {
    width: clamp(7px, 2.4vw, 14px);
  }

  .dr-chart-line polyline {
    stroke-width: 3;
  }

  .dr-chart-labels {
    font-size: 9px;
  }
}



/* =========================================================
   DR SCORE GUIDE
========================================================= */
.dr-score-guide{padding:36px 0 42px}
.dr-score-guide__head{text-align:center}
.dr-score-guide__eyebrow{margin:0 0 5px;color:var(--dr-blue);font-family:var(--dr-sans);font-size:13px;font-weight:700;letter-spacing:.12em}
.dr-score-guide__lead{max-width:850px;margin:-24px auto 28px;color:var(--dr-muted);font-family:var(--dr-sans);font-size:14px;font-weight:500;line-height:1.85}
.dr-score-table{overflow:hidden;border:1px solid rgba(6,27,61,.12);border-radius:20px;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 14px 34px rgba(6,27,61,.05)}
.dr-score-table__header,.dr-score-row{display:grid;grid-template-columns:220px 200px minmax(360px,1.35fr) minmax(300px,1fr)}
.dr-score-table__header{color:#fff;background:linear-gradient(90deg,var(--dr-navy-deep),#0a3272);font-family:var(--dr-sans);font-size:14px;font-weight:700;letter-spacing:.04em}
.dr-score-table__header>div{padding:13px 18px;text-align:center}.dr-score-table__header>div:not(:last-child){border-right:1px solid rgba(255,255,255,.2)}
.dr-score-row{--score-accent:var(--dr-blue);--score-soft:rgba(11,114,231,.07);min-height:132px;color:var(--dr-navy);font-family:var(--dr-sans);background:linear-gradient(90deg,var(--score-soft),rgba(255,255,255,.92) 25%,rgba(255,255,255,.96))}
.dr-score-row:not(:last-child){border-bottom:1px solid rgba(6,27,61,.11)}.dr-score-row>div{min-width:0;padding:20px 22px}.dr-score-row>div:not(:last-child){border-right:1px solid rgba(6,27,61,.09)}
.dr-score-row--60{--score-accent:#7652d6;--score-soft:rgba(118,82,214,.08)}.dr-score-row--40{--score-accent:#e69809;--score-soft:rgba(230,152,9,.08)}.dr-score-row--30{--score-accent:#269761;--score-soft:rgba(38,151,97,.08)}.dr-score-row--10{--score-accent:#176ee9;--score-soft:rgba(23,110,233,.07)}.dr-score-row--0{--score-accent:#697586;--score-soft:rgba(105,117,134,.07)}
.dr-score-row__score{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dr-score-row__score strong{color:var(--score-accent);font-family:var(--dr-serif);font-size:34px;font-weight:600;line-height:1.15;letter-spacing:-.02em}.dr-score-row__score strong span{margin:0 2px;font-family:var(--dr-sans);font-size:.46em;font-weight:700;letter-spacing:0}.dr-score-row__score em{min-width:104px;margin-top:10px;padding:4px 13px;border-radius:999px;color:#fff;background:var(--score-accent);font-family:var(--dr-sans);font-size:12px;font-style:normal;font-weight:700;line-height:1.4}
.dr-score-row__rank{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.dr-score-row__icon{display:grid;place-items:center;width:55px;height:55px;border:2px solid currentColor;border-radius:16px;color:var(--score-accent);background:rgba(255,255,255,.72);font-family:var(--dr-serif);font-size:29px;font-weight:700;line-height:1}.dr-score-row__icon--chart{border:none;background:transparent;font-size:48px}.dr-score-row__rank strong{color:var(--score-accent);font-family:var(--dr-serif);font-size:16px;font-weight:600}
.dr-score-row__description{display:flex;flex-direction:column;justify-content:center}.dr-score-row__description strong{margin-bottom:7px;color:var(--dr-navy);font-family:var(--dr-serif);font-size:16px;font-weight:600;line-height:1.6}.dr-score-row__description p{margin:0;color:var(--dr-muted);font-size:13px;font-weight:500;line-height:1.75}
.dr-score-row__examples{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;gap:8px 10px;text-align:center}.dr-score-row__examples span{padding:5px 10px;border:1px solid rgba(11,114,231,.18);border-radius:999px;color:var(--score-accent);background:rgba(255,255,255,.76);font-family:var(--dr-sans);font-size:13px;font-weight:700;line-height:1.4}.dr-score-row__examples small{flex-basis:100%;color:var(--dr-muted);font-size:11px;line-height:1.55}
.dr-score-guide__note{margin:12px 4px 0;color:var(--dr-muted);font-family:var(--dr-sans);font-size:11px;line-height:1.65;text-align:right}
@media(max-width:1180px){.dr-score-table__header,.dr-score-row{grid-template-columns:150px 150px minmax(300px,1.4fr) minmax(230px,1fr)}.dr-score-row>div{padding:18px 16px}.dr-score-row__score strong{font-size:30px}}
@media(max-width:900px){.dr-score-table{overflow:visible;border:0;background:transparent;box-shadow:none}.dr-score-table__header{display:none}.dr-score-row{grid-template-columns:130px 1fr;min-height:0;margin-bottom:16px;overflow:hidden;border:1px solid rgba(6,27,61,.11)!important;border-radius:16px;background:rgba(255,255,255,.88)}.dr-score-row>div{border-right:0!important}.dr-score-row__score{grid-row:1/span 2;border-right:1px solid rgba(6,27,61,.09)!important;background:var(--score-soft)}.dr-score-row__rank{align-items:flex-start;flex-direction:row;justify-content:flex-start;padding-bottom:8px!important;text-align:left}.dr-score-row__icon{width:42px;height:42px;border-radius:12px;font-size:22px}.dr-score-row__icon--chart{font-size:38px}.dr-score-row__description{padding-top:8px!important}.dr-score-row__examples{grid-column:1/-1;justify-content:flex-start;border-top:1px solid rgba(6,27,61,.08);text-align:left}.dr-score-guide__note{text-align:left}}
@media(max-width:640px){.dr-score-guide{padding:24px 0 30px}.dr-score-guide__lead{margin:-20px auto 22px;font-size:12px;line-height:1.8}.dr-score-row{grid-template-columns:104px 1fr}.dr-score-row__score{padding:16px 10px!important}.dr-score-row__score strong{font-size:25px}.dr-score-row__score em{min-width:86px;padding:4px 8px;font-size:10px}.dr-score-row__rank,.dr-score-row__description,.dr-score-row__examples{padding:14px!important}.dr-score-row__rank strong{font-size:14px}.dr-score-row__description strong{font-size:14px}.dr-score-row__description p,.dr-score-row__examples span{font-size:11px}}

/* =========================================================
   SHARED TOP BACKGROUND
   TOP画面と同じ抽象ブルー背景をページ全体へ固定表示
========================================================= */
html{
  background:#f7fbff;
}

body{
  position:relative;
  isolation:isolate;
  min-height:100vh;
  background:transparent!important;
}

body::before,
body::after{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
}

body::before{
  z-index:-2;
  background-image:url("../img/top/top-page-background-v1.png");
  background-image:image-set(
    url("../img/top/top-page-background-v1.webp") type("image/webp"),
    url("../img/top/top-page-background-v1.png") type("image/png")
  );
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.78;
}

body::after{
  z-index:-1;
  background:linear-gradient(
    180deg,
    rgba(255,255,255,.24) 0%,
    rgba(248,252,255,.34) 52%,
    rgba(255,255,255,.46) 100%
  );
}

@media(max-width:900px){
  body::before{
    background-position:72% center;
    opacity:.73;
  }

  body::after{
    background:linear-gradient(
      180deg,
      rgba(255,255,255,.32) 0%,
      rgba(248,252,255,.42) 52%,
      rgba(255,255,255,.54) 100%
    );
  }
}

@media(max-width:640px){
  body::before{
    background-position:84% center;
    opacity:.69;
  }
}


.dr-growth-page,
.dr-growth-page .growth,
.dr-benefits,
.dr-strategy,
.dr-progress,
.dr-bottom{
  background:transparent!important;
}
.dr-benefits-grid,
.dr-benefit-card,
.dr-strategy-grid,
.dr-progress-card,
.dr-stage-card,
.dr-usecases,
.dr-reasons,
.dr-cta-inner{
  background-color:rgba(255,255,255,.82)!important;
  -webkit-backdrop-filter:blur(3px);
  backdrop-filter:blur(3px);
}

/* =========================================================
   GLOBAL FOOTER — browser zoom / scale stability
   ブラウザの表示倍率を変更してもフッターを画面幅いっぱいに維持
========================================================= */
html,
body{
  min-height:100%;
}

body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

body > #header{
  flex:0 0 auto;
}

body > main{
  width:100%;
  flex:1 0 auto;
}

body > #footer{
  position:relative;
  z-index:10;
  width:100%;
  max-width:none!important;
  margin-top:auto;
  margin-right:0!important;
  margin-left:0!important;
  align-self:stretch;
  flex:0 0 auto;
  box-sizing:border-box;
}

/* footer.htmlから読み込まれる一番外側の要素だけ固定幅を解除 */
body > #footer > *,
body > #footer > footer,
body > #footer > .footer{
  width:100%!important;
  max-width:none!important;
  margin-right:0!important;
  margin-left:0!important;
  box-sizing:border-box;
}

/* 内部コンテンツの中央寄せは維持 */
body > #footer .footer-inner,
body > #footer .footer__inner,
body > #footer .footer-container,
body > #footer .footer__container{
  margin-right:auto!important;
  margin-left:auto!important;
}

/* 縮小表示時の横スクロール発生を防ぐ */
body > #footer,
body > #footer > *{
  min-width:0;
}

/* =========================================================
   GLOBAL PAGE POSITION — zoom stability / left anchored
   ブラウザの表示倍率を下げても、ページ本体を中央へ移動させず、
   通常時と同じ左基準位置に維持する
========================================================= */
html,
body{
  width:100%;
  min-width:320px;
}

body{
  align-items:stretch;
}

/* 各ページの最外側ラッパーを左基準へ固定 */
.affiliate-page,
.article-page,
.formx-page,
.other-page,
.dr-growth-page,
.business-ai-page,
.strategy-page,
.page-image-wrap,
.page-image-cta-wrap{
  width:min(100%,1620px);
  max-width:1620px;
  margin-right:auto!important;
  margin-left:0!important;
}

/* 各ページ内の中央コンテナも、縮小時に画面中央へ移動しない */
.affiliate-inner,
.article-inner,
.formx-inner,
.formx-container,
.other-inner,
.dr-wide,
.business-ai-container,
.strategy-inner,
.privacy-inner{
  margin-right:auto!important;
  margin-left:0!important;
}

/* プライバシー・フォームなど main が直接レイアウトを持つページ */
body > main{
  max-width:1620px;
  margin-right:auto;
  margin-left:0;
}

/* お問い合わせ・資料請求 */
.diagnosis{
  margin-right:auto!important;
  margin-left:0!important;
}

/* フッターは背景だけ全幅、内容は元の左位置を維持 */
body > #footer{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

body > #footer .footer{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

body > #footer .footer-info{
  margin-right:auto!important;
  margin-left:40px!important;
}

/* PCのみ位置固定。スマホでは既存レスポンシブ設定を優先 */
@media(max-width:1036px){
  .affiliate-page,
  .article-page,
  .formx-page,
  .other-page,
  .dr-growth-page,
  .business-ai-page,
  .strategy-page,
  .page-image-wrap,
  .page-image-cta-wrap,
  body > main{
    width:100%;
    max-width:none;
    margin-right:0!important;
    margin-left:0!important;
  }

  .affiliate-inner,
  .article-inner,
  .formx-inner,
  .formx-container,
  .other-inner,
  .dr-wide,
  .business-ai-container,
  .strategy-inner,
  .privacy-inner{
    margin-right:auto!important;
    margin-left:auto!important;
  }

  body > #footer .footer-info{
    margin-left:0!important;
  }
}


/* Vector hero rendering */
img[src$=".svg"]{
  image-rendering:auto;
}

/* =========================================================
   MOBILE HERO VISUAL — FormX基準
========================================================= */
@media screen and (max-width:767px){
  .dr-growth-page .hero,
  .dr-growth-page .hero__inner{
    min-height:clamp(360px,105vw,430px);
  }

  .dr-growth-page .hero__visual{
    position:absolute;
    top:calc(25px + clamp(10px,2.8vw,12px) + 14px);
    right:clamp(-105px,-22vw,-70px);
    z-index:1;
    width:clamp(280px,88vw,380px);
    height:clamp(260px,78vw,340px);
    margin:0;
    overflow:hidden;
    opacity:1;
    -webkit-mask-image:none;
    mask-image:none;
  }

  .dr-growth-page .hero__visual img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:74% center;
  }

  .dr-growth-page .hero__visual::after{
    background:linear-gradient(
      90deg,
      #fff 0%,
      rgba(255,255,255,.92) 12%,
      rgba(255,255,255,.38) 28%,
      rgba(255,255,255,0) 48%
    );
  }
}

/* MOBILE: shared hero typography */
@media screen and (max-width:767px){
  .dr-growth-page .hero__eyebrow{font-size:12px;line-height:1.4;font-weight:600}
  .dr-growth-page .hero__brand{font-size:clamp(42px,12vw,52px);line-height:1.08;font-weight:500}
  .dr-growth-page .hero__title{font-size:clamp(28px,7.5vw,36px);line-height:1.45;font-weight:500}
  .dr-growth-page .hero__description{font-size:13px;line-height:1.9;font-weight:500}
}

/* =========================================================
   WHY DR NOW — circular icon frames
   他サービスページと同じ淡いブルーの円枠・淡い水色背景・薄い影
========================================================= */
.dr-growth-page .issue-grid .issue-item .issue-item__icon.issue-item__icon--image {
  display: block;
  width: 86px;
  height: 86px;
  margin: -2px auto 10px;
  padding: 15px;
  border: 1px solid rgba(8, 109, 243, 0.30);
  border-radius: 50%;
  background: #f5f8fd;
  box-shadow: 0 8px 22px rgba(8, 63, 155, 0.08);
  object-fit: contain;
  filter: none;
}

.dr-growth-page .issue-grid {
  min-height: 170px;
}

.dr-growth-page .issue-item:not(:last-child)::after {
  height: 170px;
}

@media (max-width: 767px) {
  .dr-growth-page .issue-grid .issue-item .issue-item__icon.issue-item__icon--image {
    width: 78px;
    height: 78px;
    margin: 0 auto 10px;
    padding: 13px;
  }

  .dr-growth-page .issue-grid {
    min-height: 0;
  }

  .dr-growth-page .issue-item:not(:last-child)::after {
    height: 1px;
  }
}

/* =========================================================
   DR BENEFITS — filled check badges
   AI営業のAfter項目と同じ、青地に白いチェックの丸アイコン
========================================================= */
@media (max-width: 640px) {
  .dr-benefit-card h3 {
    gap:9px;
  }

  .dr-benefit-card h3::before {
    flex-basis:26px;
    width:26px;
    height:26px;
    font-size:17px;
  }
}

/* =========================================================
   DR REASONS — filled check badges
   上部の利点カードと同じ、青地に白いチェックへ統一
========================================================= */
@media (max-width: 640px) {
  .dr-reasons li {
    gap:12px;
  }

  .dr-reasons li::before {
    flex-basis:26px;
    width:26px;
    height:26px;
    font-size:17px;
  }
}

/* =========================================================
   DR STRATEGY — circular icon frames / black separators
   「DR向上を支える6つの施策」のアイコンを共通の丸枠へ統一し、
   各施策間の「›」を黒色へ変更
========================================================= */
.dr-growth-page .dr-strategy-grid article img {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 auto 14px;
  padding: 15px;
  border: 1px solid rgba(8, 109, 243, 0.30);
  border-radius: 50%;
  background: #f5f8fd;
  box-shadow: 0 8px 22px rgba(8, 63, 155, 0.08);
  object-fit: contain;
  filter: none;
}

.dr-growth-page .dr-strategy-grid > span {
  color: #000;
}

@media (max-width: 640px) {
  .dr-growth-page .dr-strategy-grid article img {
    width: 78px;
    height: 78px;
    margin-bottom: 12px;
    padding: 13px;
  }
}

