﻿@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");

#gaisou-reform {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #2a2a2a;
  margin-top: -22px !important;
  --gr-gap-title-content-pc: 60px;
  --gr-gap-title-content-sp: 34px;
  --gr-gap-title-line-pc: 24px;
  --gr-gap-title-line-sp: 18px;
  --gr-gap-section-pc: 60px;
  --gr-gap-section-sp: 34px;
}

#gaisou-reform img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#gaisou-reform .inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.gr-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#gaisou-reform .inview.fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

#gaisou-reform .inview.fadeup.active {
  opacity: 1;
  transform: translateY(0);
}

#gaisou-reform .inview.fadeup-y {
  opacity: 0;
  margin-top: 20px;
  transition: opacity 0.9s ease-out, margin-top 0.9s ease-out;
}

#gaisou-reform .inview.fadeup-y.active {
  opacity: 1;
  margin-top: 0;
}

#gaisou-reform .inview.fadeup.fadeup-fast {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
}

#gaisou-reform .delay01 { transition-delay: 0.1s; }
#gaisou-reform .delay02 { transition-delay: 0.2s; }
#gaisou-reform .delay03 { transition-delay: 0.3s; }
#gaisou-reform .delay04 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
  #gaisou-reform .inview.fadeup {
    opacity: 1;
    transform: none;
    transition: none;
  }

  #gaisou-reform .inview.fadeup-y {
    opacity: 1;
    margin-top: 0;
    transition: none;
  }
}

.gr-top-wrap {
    margin-top: 0;
    background-image: url("../images/gaisou_reform/bg1_pc.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 110vw auto;
}

.gr-fv {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}

.gr-fv__bg {
  margin: 0;
}

.gr-fv__bg img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.gr-fv__overlay {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(900px, calc(100% - 36px));
  z-index: 2;
}

@media (min-width: 1101px) {
  #gaisou-reform .gr-fv__bg img {
    height: clamp(560px, 36vw, 640px);
    object-fit: cover;
    object-position: center top;
  }

  #gaisou-reform .gr-fv__overlay {
    bottom: 70px;
  }
}

.gr-fv__title {
  width: min(720px, calc(100% - 140px));
  margin: 0 auto -58px;
  position: relative;
  z-index: 4;
}

.gr-fv__panel {
  position: relative;
  margin-top: 22px;
}

.gr-cta-wrap {
  padding: 36px 0 12px;
}

.gr-fv__cta {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  width: calc(97% - 52px);
  max-width: 840px;
  display: flex;
  gap: 29px;
  z-index: 3;
}

.gr-fv__cta a {
  flex: 1 1 0;
  display: block;
}

.gr-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.gr-cta a {
  display: block;
  width: min(320px, 31%);
}

.gr-intro {
  margin-top: 0;
  padding: 42px 0 120px;
}

#gaisou-reform .gr-intro__inner {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 42px;
  align-items: start;
}

.gr-intro__lead {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #363636;
  font-weight: 500;
}

.gr-intro__lead span {
  display: block;
}

.gr-intro__lead em {
  font-style: normal;
  background: linear-gradient(transparent 70%, #f3d24f 70%);
}

.gr-intro__text p {
  margin: 0 0 49px;
  line-height: 1.95;
  font-size: 18px;
  color: #3f3f44;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.gr-intro__images {
  position: relative;
  width: 460px;
  min-height: 780px;
  margin-left: auto;
  overflow: visible;
}

#gaisou-reform .gr-intro__img-main {
  position: relative;
  width: 460px;
  max-width: none;
  left: 0;
  transform: translateX(56px);
}

#gaisou-reform .gr-intro__img-sub1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  max-width: none;
  transform: translate(-124px, 336px);
}

#gaisou-reform .gr-intro__img-sub2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  max-width: none;
  transform: translate(164px, 538px);
}

.gr-center-ttl {
  width: min(760px, 100%);
  margin: 0 auto 22px;
}

.gr-symptoms {
    padding: 120px 0 52px;
    margin-top: -170px !important;
}

.gr-symptoms__head {
  width: min(754px, 100%);
  margin: 0 auto 10px;
}

.gr-symptoms__stage {
  position: relative;
  width: min(1040px, 100%);
  margin: 0 auto;
}

.gr-symptoms__map {
  position: relative;
  width: min(900px, 100%);
  margin: 0 auto;
}

.gr-hotspot {
  position: absolute;
  display: block;
  z-index: 3;
}

.gr-hotspot__hit {
  display: block;
  width: 100%;
  height: 100%;
}

.gr-hotspot.hs-01 {
  left: 8.5%;
  top: 7.5%;
  width: 30%;
  height: 20%;
}

.gr-hotspot.hs-02 {
  right: 0.5%;
  top: 40%;
  width: 32%;
  height: 19%;
}

.gr-hotspot.hs-03 {
  left: 1.8%;
  top: 66.8%;
  width: 30%;
  height: 20%;
}

.gr-hotspot.hs-04 {
  left: 49.8%;
  top: 76.2%;
  width: 31.5%;
  height: 20%;
}

.gr-pin {
  position: absolute;
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
}

.gr-pin::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f8cf45;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.gr-pin.pin01 { top: 8%; right: 24%; }
.gr-pin.pin02 { top: 30%; right: 6%; }
.gr-pin.pin03 { top: 53%; right: 8%; }
.gr-pin.pin04 { top: 70%; left: 6%; }
.gr-pin.pin05 { top: 25%; left: 4%; }
.gr-pin.pin06 { top: 83%; right: 28%; }

.gr-cta-wrap--mid {
  padding: 0 0 20px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  height: 370px;
  background-image: url("../images/gaisou_reform/cta_bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 370px;
}

.gr-cta-mid {
  position: relative;
  width: 100%;
  margin: 0;
  height: 100%;
}

.gr-cta-mid picture {
  display: none;
}

.gr-cta-mid__bg {
  display: none;
}

.gr-cta--mid {
  position: absolute;
  left: 50%;
  bottom: 82px;
  transform: translateX(-50%);
  width: min(900px, calc(100% - 88px));
  gap: 36px;
}

.gr-cta--mid a {
  width: calc((100% - 72px) / 3);
  flex: 0 0 auto;
}

.gr-band {
  width: min(520px, calc(100% - 32px));
  margin: 0 auto 24px;
  background: #42424d;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 24px 16px;
}

.gr-subcopy {
  margin: 0 0 24px;
  text-align: center;
  font-size: 13px;
  color: #5b5b63;
}

.gr-campaign {
  padding: 56px 0 52px;
}

.gr-campaign--voice {
  padding-top: 62px;
  padding-bottom: 56px;
}

.gr-campaign__catch {
  margin: 0 auto 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #6e83b0;
}

.gr-campaign__link {
  display: block;
  width: min(830px, 100%);
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e8edf3;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(58, 76, 104, 0.14);
}

.gr-campaign__link img {
  display: block;
  border-radius: 0;
}

.gr-case {
  padding: var(--gr-gap-section-pc) 0;
  background: #fff;
}

.gr-case__heading {
  text-align: center;
  margin: 0 auto var(--gr-gap-title-content-pc);
}

.gr-case__en {
  width: 116px;
  margin: 0 auto 10px;
}

.gr-case__ttl {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  line-height: 1.2;
}

.gr-case__desc {
  margin: var(--gr-gap-title-line-pc) 0 0;
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
  letter-spacing: 0.06em;
}

.gr-voice__heading {
  text-align: center;
  margin: 0 auto;
}

.gr-voice__en {
  width: 200px;
  margin: 0 auto 10px;
}

.gr-voice__ttl {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #4d4d4d;
  line-height: 1.2;
}

.gr-voice__desc {
  margin: var(--gr-gap-title-line-pc) auto 0;
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
  letter-spacing: 0.03em;
  width: min(900px, calc(100% - 32px));
}

.gr-voice__head {
  position: relative;
  margin: 0 auto var(--gr-gap-title-content-pc);
}

.gr-voice__arrows {
  position: absolute;
  right: 0;
  bottom: -20px;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
}

.gr-voice__arrows-sp {
  display: none;
}

.gr-voice__arrows .gr-voice-arrow,
.gr-voice__arrows-sp .gr-voice-arrow {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  width: 42px;
  height: 42px;
  border: 0;
  background: #9ec9c1;
  border-radius: 2px;
  padding: 0;
  cursor: pointer;
}

.gr-voice__arrows .gr-voice-arrow::before,
.gr-voice__arrows-sp .gr-voice-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.gr-voice__arrows .gr-voice-arrow--prev::before,
.gr-voice__arrows-sp .gr-voice-arrow--prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.gr-voice__arrows .gr-voice-arrow--next::before,
.gr-voice__arrows-sp .gr-voice-arrow--next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

.gr-voice__arrows .slick-prev::before,
.gr-voice__arrows .slick-next::before,
.gr-voice__arrows-sp .slick-prev::before,
.gr-voice__arrows-sp .slick-next::before {
  color: transparent !important;
  font-size: 0 !important;
}

.gr-voice__arrows .slick-disabled,
.gr-voice__arrows-sp .slick-disabled {
  opacity: 0.45;
  cursor: default;
}

.gr-voice-card {
  position: relative;
  display: block;
  border: 1px solid #b8b8b8;
  background: #fff;
}

.gr-voice-card img {
  display: block;
  width: 100%;
  height: auto;
}

.gr-voice-card__zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 70px;
  height: 70px;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.gr-voice-card__tap {
  display: none;
}

.gr-voice-card__icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/gaisou_reform/voice_kakudai.webp") center / contain no-repeat;
}

.gr-voice-card__icon::after {
  content: none;
}

.gr-case-slider,
.gr-voice-slider,
.gr-flow ol,
.gr-reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gr-case-slider li,
.gr-voice-slider li {
  padding: 10px;
  box-sizing: border-box;
}

.gr-case-card {
  display: block;
  cursor: zoom-in;
}

.gr-case-slider .slick-slide {
  width: 410px !important;
  opacity: 1;
  transition: opacity .25s ease;
}

.gr-case-slider .slick-center {
  opacity: 1;
}

.gr-case-slider .slick-track {
  display: flex !important;
  align-items: center;
}

@media (min-width: 769px) {
  .gr-case-slider .slick-track {
    height: 380px;
  }

  .gr-case-slider .slick-list {
    height: 380px;
  }

  .gr-case-slider .slick-slide {
    float: none !important;
    height: auto !important;
    margin: 0 40px;
    transform: scale(1);
    transform-origin: center center;
    transition: transform .28s ease, opacity .25s ease;
  }

  .gr-case-slider .slick-center {
    width: 410px !important;
    transform: scale(1.3414634146);
    z-index: 2;
  }
}

.gr-case-slider .slick-prev,
.gr-case-slider .slick-next,
.gr-voice-slider .slick-prev,
.gr-voice-slider .slick-next {
  width: 32px;
  height: 32px;
  z-index: 3;
}

.gr-case-slider .slick-prev::before,
.gr-case-slider .slick-next::before,
.gr-voice-slider .slick-prev::before,
.gr-voice-slider .slick-next::before {
  color: #88c9ba;
  font-size: 32px;
}

.gr-case-slider .slick-dots,
.gr-voice-slider .slick-dots {
  bottom: -38px;
}

.gr-case-slider .slick-prev,
.gr-case-slider .slick-next {
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
}

.gr-case-slider .slick-prev {
  left: calc(50% - 310px);
}

.gr-case-slider .slick-next {
  right: calc(50% - 310px);
}

.gr-case-slider .slick-prev::before,
.gr-case-slider .slick-next::before {
  content: "" !important;
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-shadow: none !important;
}

.gr-case-slider .slick-prev::after,
.gr-case-slider .slick-next::after {
  content: none !important;
}

.gr-case-slider .slick-prev:hover::before,
.gr-case-slider .slick-prev:focus::before,
.gr-case-slider .slick-prev:active::before,
.gr-case-slider .slick-next:hover::before,
.gr-case-slider .slick-next:focus::before,
.gr-case-slider .slick-next:active::before {
  content: "" !important;
  color: transparent !important;
  font-size: 0 !important;
  opacity: 1 !important;
}

.gr-case-slider .slick-prev,
.gr-case-slider .slick-next {
  font-size: 0;
  line-height: 0;
}

.gr-case-slider .slick-prev::before {
  background-image: url("../images/gaisou_reform/allow_l.webp");
}

.gr-case-slider .slick-next::before {
  background-image: url("../images/gaisou_reform/allow_r.webp");
}

.gr-case-slider .slick-dots {
  bottom: -52px;
}

.gr-case-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.gr-case-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
}

.gr-case-slider .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #6e83b0;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
  top: 2px;
  left: 2px;
}

.gr-case-slider .slick-dots li.slick-active button::before {
  background: #6e83b0;
}

.gr-reasons {
  padding: var(--gr-gap-section-pc) 0;
  background-image: url("../images/gaisou_reform/seven_reason_bg.webp");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.gr-reason7__title {
  width: min(900px, 100%);
  margin: 0 auto var(--gr-gap-title-content-pc);
}

.gr-reason7__list {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.gr-reason7__item {
  margin-bottom: 70px;
}

.gr-reason7__item:last-child {
  margin-bottom: 0;
}

.gr-reason7__card {
  position: relative;
}

.gr-reason7__visual {
  margin: 0;
}

.gr-reason7__content {
  position: absolute;
  top: calc(50% + 16px);
  right: 29px;
  width: 400px;
  transform: translateY(-50%);
  z-index: 2;
}

.gr-reason7__item:nth-child(even) .gr-reason7__content {
  left: 48px;
  right: auto;
}

.gr-reason7__heading {
  margin: 0;
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.03em;
}

.gr-reason7__dash {
  width: 380px;
  border-bottom: 2px dashed #f2ce4a;
  margin: 14px 0 16px;
}

.gr-reason7__body {
  margin: 0;
  color: #3f3f3f;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

.gr-reason7__red {
  color: #ce4949;
}

.gr-pc-only {
  display: block;
}

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

.gr-voice {
  padding: var(--gr-gap-section-pc) 0;
  background: #fff;
}

.gr-voice-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10020;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s linear .28s;
}

.gr-voice-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .28s ease;
}

.gr-voice-lightbox__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity .28s ease;
}

.gr-voice-lightbox.is-open .gr-voice-lightbox__overlay {
  opacity: 1;
}

.gr-voice-lightbox__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%) scale(0.98);
  opacity: 0;
  width: min(94vw, 980px);
  max-height: 90vh;
  z-index: 2;
  transition: opacity .28s ease, transform .28s ease;
}

.gr-voice-lightbox.is-open .gr-voice-lightbox__inner {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.gr-voice-lightbox.is-case .gr-voice-lightbox__inner {
  background: #fff;
  padding: 14px;
  border-radius: 8px;
  box-sizing: border-box;
}

.gr-voice-lightbox.is-case .gr-voice-lightbox__inner img {
  background: transparent;
}

.gr-voice-lightbox__inner img {
  display: block;
  width: 100%;
  max-height: 90vh;
  height: auto;
  object-fit: contain;
  background: #fff;
}

.gr-voice-lightbox:not(.is-single) .gr-voice-lightbox__inner img {
  cursor: pointer;
}

.gr-voice-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 3;
}

.gr-voice-lightbox__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.gr-voice-lightbox__nav--prev {
  left: 10px;
}

.gr-voice-lightbox__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.gr-voice-lightbox__nav--next {
  right: 10px;
}

.gr-voice-lightbox__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.gr-voice-lightbox.is-single .gr-voice-lightbox__nav,
.gr-voice-lightbox__nav[disabled] {
  display: none;
}

.gr-voice-lightbox__close {
  position: absolute;
  right: -12px;
  top: -14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #333;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 4;
}

.gr-flow {
  padding: var(--gr-gap-section-pc) 0;
}

.gr-flow .inner {
  width: min(1180px, calc(100% - 32px));
}

.gr-flow__heading {
  text-align: center;
  margin: 0 auto var(--gr-gap-title-content-pc);
}

.gr-flow__en {
  width: 200px;
  margin: 0 auto 10px;
  color: #65779e;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.gr-flow__ttl {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #4d4d4d;
  line-height: 1.2;
}

.gr-flow__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 90px);
  column-gap: 40px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: fit-content;
}

.gr-flow__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 817px;
  height: 23px;
  background: url("../images/gaisou_reform/flow_arrow_pc.svg") center / contain no-repeat;
  z-index: 0;
  pointer-events: none;
}

.gr-flow__item {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 586px;
  border-radius: 12px;
  background: #c7d7ea;
  box-sizing: border-box;
  padding: 18px 8px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gr-flow__step {
  width: 100%;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 2px dashed #7b8fb6;
}

.gr-flow__step img {
  display: block;
  width: 42px !important;
  margin: 0 auto;
}

.gr-flow__text {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14pt;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #4d5563;
}

@media (min-width: 1101px) {
  #gaisou-reform .gr-flow__list {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.gr-area {
  padding: var(--gr-gap-section-pc) 0;
}

.gr-area__panel {
  width: min(1180px, 100%);
  min-height: 460px;
  margin: 0 auto;
  padding: 110px 54px 64px;
  box-sizing: border-box;
  background: url("../images/gaisou_reform/area_bg_pc.webp") center top / 100% auto no-repeat;
}

.gr-area__title {
  margin: 0;
  text-align: center;
  font-size: 20pt;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #4d4d4d;
}

.gr-area__cities {
  margin: 36px auto 0;
  text-align: center;
  font-size: 16pt;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #4d4d4d;
  word-break: keep-all;
  overflow-wrap: normal;
}

.gr-area__note {
  margin: 36px auto 0;
  text-align: center;
  font-size: 15pt;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #4d4d4d;
}

.gr-cta-wrap--bottom {
  padding: 12px 0 30px;
  position: relative;
}

.gr-fv__badge--bottom {
  position: static;
  width: min(130px, 24vw);
  margin: 0 auto 10px;
}

.gr-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility 0s linear .28s;
}

.gr-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .28s ease;
}

.gr-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity .28s ease;
}

.gr-modal.is-open .gr-modal__overlay {
  opacity: 1;
}

.gr-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  opacity: 0;
  width: min(92vw, 680px);
  max-height: 80vh;
  overflow: auto;
  background: #fff;
  border-radius: 12px;
  padding: 26px 24px;
  z-index: 2;
  transition: opacity .28s ease, transform .28s ease;
}

.gr-modal.is-open .gr-modal__inner {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.gr-modal__inner h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.gr-modal__inner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
}

.gr-modal__inner--symptom {
  top: 53%;
  width: min(900px, calc(100vw - 80px));
  max-height: calc(100vh - 80px);
  box-sizing: border-box;
  background: #ececec;
  border-radius: 0;
  padding: 90px;
  overflow: visible;
}

.gr-modal__close--round {
  top: -26px;
  right: -26px;
  width: 70px;
  height: 70px;
  border-radius: 0;
  background: transparent url("../images/gaisou_reform/close_btn.webp") center / contain no-repeat !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  padding: 0;
  z-index: 10001;
}

.gr-sm01__title {
  display: block;
  width: min(310px, 100%);
  margin: 0 0 24px;
}

.gr-sm01__list {
  margin: 0 0 20px;
  padding: 0;
  font-size: 30px;
  line-height: 1.6;
  color: #4b4b52;
}

.gr-sm01__list li {
  list-style: none;
  margin-bottom: 8px;
  position: relative;
  padding-left: 1.1em;
}

.gr-sm01__list li::before {
  content: "\30FB";
  position: absolute;
  left: 0;
  top: 0;
}

.gr-sm01__u {
  display: inline-block;
  border-bottom: 2px solid #c66a72;
  line-height: 1.25;
}

.gr-sm01__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 18px;
}

.gr-sm01,
.gr-sm02,
.gr-sm03,
.gr-sm04 {
  max-height: calc(100vh - 260px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -90px;
  padding: 0 90px;
}

.gr-smx__title {
  margin: 0 0 24px;
  display: inline-block;
  background: #9fcfc8;
  color: #fff;
  padding: 10px 26px;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.gr-sm04__note {
  font-size: 16px;
  line-height: 1.9;
  margin: 4px 0 18px;
}

.gr-sm04__photos {
  margin: 0;
}

.gr-sm04__photos img {
  display: block;
  width: 100%;
  height: auto;
}

.gr-sm01__photos img,
.gr-sm01__case img {
  display: block;
  width: 100%;
  height: auto;
}

.gr-sm01__risk {
  margin: 0 0 20px;
}

.gr-sm01__risk img {
  width: 100%;
}

.gr-sm01__case {
  margin: 0 0 18px;
}

.gr-sm01__case:last-child {
  margin-bottom: 0;
}

.gr-modal__close {
  position: absolute;
  right: -17px;
  top: -13px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

body.gr-modal-open {
  overflow: hidden;
}

br.sp {
  display: none;
}

@media (max-width: 900px) {
  .gr-intro__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gr-cta a {
    width: 100%;
  }

}

@media (max-width: 1100px) {
  #gaisou-reform {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
  }

  #gaisou-reform .inner {
    width: calc(100% - 20px);
  }

  .gr-top-wrap {
    background-image: url("../images/gaisou_reform/bg1_sp.webp");
    background-position: center 350px;
    background-repeat: no-repeat;
    background-size: 130vw auto;
  }

  .gr-fv {
    padding-bottom: 0;
  }

  .gr-fv__bg img {
    min-height: 0;
    object-fit: cover;
  }

  .gr-fv__overlay {
    position: relative;
    width: 100%;
    margin: -62px 0 0;
    z-index: 2;
    display: grid;
    justify-items: center;
  }

  .gr-fv__title {
    position: absolute;
    top: -436px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    max-width: 360px;
    margin: 0;
    z-index: 4;
  }

  .gr-fv__panel {
    margin-top: -50px;
    position: relative;
    transform: none;
    width: calc(100% - 35px);
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

.gr-fv__cta {
    width: calc(100% - 100px);
    bottom: 36px;
    flex-direction: column;
    gap: 29px;
}

  .gr-cta-wrap {
    padding: 28px 0 10px;
  }

  .gr-cta {
    flex-direction: column;
    gap: 8px;
  }

  .gr-cta-wrap--mid {
    padding: 0 0 14px;
    height: 600px;
    background-image: url("../images/gaisou_reform/cta_bg_sp.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 600px;
  }

  .gr-cta-mid {
    width: 100%;
  }

  .gr-cta--mid {
    bottom: 60px;
    width: calc(100% - 100px);
    max-width: 280px;
    gap: 18px;
  }

  .gr-cta--mid a {
    width: 100%;
  }

  .gr-campaign {
    padding: 40px 0 36px;
  }

  .gr-campaign--voice {
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .gr-campaign__catch {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }

  .gr-campaign__link {
    width: min(620px, 86%);
    padding: 8px;
    border-radius: 0;
  }

  .gr-campaign__link img {
    border-radius: 0;
  }

  .gr-intro {
    margin-top: 0;
    padding: 50px 0 180px;
  }

  #gaisou-reform .gr-intro__inner {
    width: calc(100% - 35px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gr-intro__text {
    min-width: 0;
    width: 100%;
  }

  .gr-intro__lead {
    font-size: 23px;
    line-height: 1.55;
    margin-bottom: 40px;
  }

  .gr-intro__text p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 38px;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: break-all !important;
  }

  .gr-intro__images {
    width: 100%;
    min-height: 430px;
    display: block;
    padding: 10px 0 0;
  }

  #gaisou-reform .gr-intro__img-main {
    position: relative;
    width: 310px;
    left: auto !important;
    right: auto !important;
    margin: 0 auto !important;
    transform: none !important;
    display: block;
  }

  #gaisou-reform .gr-intro__img-sub1 {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0;
    margin: 0;
    transform: translate(80px, 220px);
  }

  #gaisou-reform .gr-intro__img-sub2 {
    position: absolute;
    width: 155px;
    top: 0;
    right: 0;
    margin: 0;
    transform: translate(27px, 420px);
  }

  .gr-pin {
    font-size: 10px;
    padding: 5px 9px;
  }

  .gr-symptoms {
    padding: 8px 0 36px;
  }

  .gr-symptoms {
    margin-top: -80px !important;
}

  .gr-symptoms__head {
    width: calc(100% - 12px);
    margin-bottom: 6px;
  }

.gr-symptoms__stage {
    width: calc(100% - 12px);
    margin-top: 30px;
}

  .gr-hotspot.hs-01 {
    left: 2%;
    top: 20%;
    width: 39%;
    height: 20%;
  }

  .gr-hotspot.hs-02 {
    right: 2.8%;
    top: 34%;
    width: 41%;
    height: 18%;
  }

  .gr-hotspot.hs-03 {
    left: 1.5%;
    top: 54.8%;
    width: 40%;
    height: 18%;
  }

  .gr-hotspot.hs-04 {
    right: 0.8%;
    top: 77%;
    width: 45%;
    height: 20%;
  }

  .gr-band {
    font-size: 18px;
    padding: 16px 10px;
    width: calc(100% - 20px);
  }

  .gr-case__heading {
    margin-bottom: var(--gr-gap-title-content-sp);
  }

  .gr-case__en {
    width: 90px;
    margin-bottom: 8px;
  }

  .gr-case__ttl {
    font-size: 23px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }

  .gr-case__desc {
    margin-top: var(--gr-gap-title-line-sp);
    font-size: 16px;
    line-height: 1.8;
  }

  .gr-voice {
    padding: var(--gr-gap-section-sp) 0;
  }

  .gr-voice__head {
    margin-bottom: var(--gr-gap-title-content-sp);
  }

  .gr-voice__heading {
    margin-bottom: 0;
  }

  .gr-voice__en {
    width: min(140px, calc(100% - 20px));
    margin-bottom: 8px;
  }

  .gr-voice__ttl {
    font-size: 23px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }

  .gr-voice__desc {
    margin-top: var(--gr-gap-title-line-sp);
    font-size: 16px;
    line-height: 1.8;
    width: calc(100% - 20px);
  }

  .gr-voice__arrows {
    display: none;
  }

  .gr-voice__arrows-sp {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }

  .gr-voice-slider li {
    padding: 0 8px;
  }

  .gr-voice-slider .slick-dots {
    display: none !important;
  }

  .gr-voice-card__zoom {
    width: 80px;
    height: 80px;
    right: 6px;
    bottom: 6px;
  }

  .gr-voice-card__tap {
    font-size: 8px;
  }

  .gr-voice-lightbox__inner {
    width: calc(100vw - 24px);
  }

  .gr-voice-lightbox__nav {
    width: 36px;
    height: 36px;
  }

  .gr-voice-lightbox__nav--prev {
    left: 8px;
  }

  .gr-voice-lightbox__nav--next {
    right: 8px;
  }

  .gr-voice-lightbox__nav::before {
    width: 8px;
    height: 8px;
  }

  .gr-voice-lightbox.is-case .gr-voice-lightbox__inner {
    padding: 10px;
    border-radius: 6px;
  }

  .gr-voice-lightbox__close {
    right: -8px;
    top: -12px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .gr-case {
    padding: var(--gr-gap-section-sp) 0;
  }

  .gr-case-slider .slick-list {
    overflow: visible;
  }

  .gr-case-slider .slick-slide {
    width: 310px !important;
    margin: 0 10px;
  }

  .gr-case-slider .slick-center {
    width: 310px !important;
  }

  .gr-case-slider li {
    padding: 0 !important;
  }

  .gr-case-slider .slick-prev,
  .gr-case-slider .slick-next {
    width: 50px;
    height: 50px;
    top: 52%;
    transform: translateY(-50%);
  }

  .gr-case-slider .slick-prev {
    left: -8px;
  }

  .gr-case-slider .slick-next {
    right: -8px;
  }

  .gr-case-slider .slick-prev::before,
  .gr-case-slider .slick-next::before {
    width: 50px;
    height: 50px;
  }

  .gr-case-slider .slick-dots {
    bottom: -44px;
  }

  .gr-case-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }

  .gr-case-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }

  .gr-case-slider .slick-dots li button::before {
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }

  .gr-reasons {
    margin-top: 50px;
    padding: var(--gr-gap-section-sp) 0;
    background-size: 100% auto;
  }

  .gr-reason7__title {
    width: min(356px, calc(100% - 20px));
    margin: 0 auto var(--gr-gap-title-content-sp);
  }

  .gr-pc-only {
    display: none !important;
  }

  .gr-sp-only {
    display: block !important;
  }

  .gr-reason7sp__list {
    width: min(356px, calc(100% - 20px));
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  .gr-reason7sp__item {
    margin-bottom: 70px;
  }

  .gr-reason7sp__item:last-child {
    margin-bottom: 0;
  }

  .gr-reason7sp__card {
    position: relative;
    background: #ececec;
    border: 2px solid #6b6b6b;
    border-radius: 12px;
    padding: 54px 14px 14px;
    overflow: visible;
  }

  .gr-reason7sp__num {
    position: absolute;
    top: -40px;
    left: 10px;
    width: 96px;
    margin: 0;
  }

  .gr-reason7sp__num img {
    display: block;
    width: 100%;
    height: auto;
  }

  .gr-reason7sp__heading {
    margin: 0;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.02em;
  }

  .gr-reason7sp__dash {
    width: 100%;
    border-bottom: 2px dashed #f2ce4a;
    margin: 10px 0 12px;
  }

  .gr-reason7sp__body {
    margin: 0 auto 40px;
    color: #3f3f3f;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }

  .gr-reason7sp__photo {
    margin: 14px 0 40px;
    border-radius: 8px;
    overflow: hidden;
  }

  .gr-reason7sp__photo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .gr-flow .inner {
    width: calc(100% - 20px);
  }

  .gr-flow__heading {
    margin-bottom: var(--gr-gap-title-content-sp);
  }

  .gr-flow {
    padding: var(--gr-gap-section-sp) 0;
  }

  .gr-area {
    padding: var(--gr-gap-section-sp) 0;
  }

  .gr-area__panel {
    width: min(620px, 100%);
    min-height: 380px;
    margin: 0 auto;
    padding: 80px 22px 40px;
    background-image: url("../images/gaisou_reform/area_bg_sp.webp");
    background-size: 100% auto;
  }

  .gr-area__title {
    font-size: 17pt;
    letter-spacing: 0.06em;
  }

  .gr-area__cities {
    margin-top: 23px;
    font-size: 12pt;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }

  .gr-area__note {
    margin-top: 20px;
    font-size: 10pt;
    line-height: 1.7;
  }

  .gr-flow__en {
    width: min(200px, calc(100% - 20px));
    font-size: 26px;
    margin-bottom: 8px;
  }

  .gr-flow__ttl {
    font-size: 23px;
    line-height: 1.3;
  }

  .gr-flow__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }

  .gr-flow__list::before {
    width: 23px;
    height: 608px;
    background-image: url("../images/gaisou_reform/flow_arrow_sp.svg");
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .gr-flow__item {
    width: 100%;
    height: 80px;
    border-radius: 16px;
    flex-direction: row;
    align-items: center;
    padding: 0 8px 0 8px;
  }

  .gr-flow__step {
    width: 92px;
    flex: 0 0 62px;
    margin: 0 14px 0 0;
    padding: 0 8px 0 0;
    border-bottom: 0;
    border-right: 2px dashed #7b8fb6;
  }

  .gr-flow__step img {
    width: 42px !important;
  }

  .gr-flow__text {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 12pt;
    line-height: 1.35;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .gr-modal__inner {
    padding: 22px 16px;
  }

  .gr-modal__inner--symptom {
    top: 56%;
    width: calc(100vw - 34px);
    max-height: 86vh;
    padding: 24px 16px 20px;
    overflow: visible;
  }

  .gr-sm01,
  .gr-sm02,
  .gr-sm03,
  .gr-sm04 {
    max-height: calc(86vh - 40px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }

  .gr-smx__title {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 14px auto;
    font-size: 20px;
    padding: 8px 14px;
    text-align: center;
  }

  .gr-sm04__note {
    font-size: 12px;
    line-height: 1.8;
    margin: 0 0 12px;
  }

  .gr-modal__close--round {
    top: -16px;
    right: -16px;
    width: 50px;
    height: 50px;
  }

  .gr-sm01__title {
    width: min(310px, calc(100% - 28px));
    margin: 14px auto;
  }

  .gr-sm01__list {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
    padding: 0;
  }

  .gr-sm01__photos {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
  }

  .gr-sm01__risk {
    margin-bottom: 12px;
  }

  .gr-sm01__case {
    margin-bottom: 10px;
  }

  .gr-sm01__u {
    border-bottom-width: 1.5px;
  }

  br.sp {
    display: block;
  }
}

@media (max-width: 767px) {
  #gaisou-reform {
    /*margin-top: 22px !important;*/
  }

  .gr-campaign__catch {
    font-size: 18px;
  }

  .gr-campaign__link {
    width: 95%;
  }

  /* SP only: prevent horizontal page overflow from slick track width */
  #gaisou-reform .gr-case-slider .slick-list {
    overflow: hidden;
  }

}

@media (min-width: 768px) and (max-width: 1100px) {
  #wrapper {
    padding-top: 0 !important;
  }

  #gaisou-reform {
    --gr-tablet-left-gap: 60px;
    --gr-tablet-side-safe: 72px;
    --gr-tablet-right-gap: calc(var(--gr-tablet-left-gap) + var(--gr-tablet-side-safe));
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .gr-intro,
  .gr-symptoms {
    width: auto;
    max-width: none;
    margin-left: var(--gr-tablet-left-gap);
    margin-right: var(--gr-tablet-right-gap);
  }

  .gr-fv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  #gaisou-reform .gr-case .inner,
  #gaisou-reform .gr-area.inner,
  #gaisou-reform .gr-reasons .inner,
  #gaisou-reform .gr-voice .inner {
    width: min(430px, calc(100% - 20px));
    margin-left: auto;
    margin-right: auto;
  }

  #gaisou-reform .gr-flow .inner {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
  }

  #gaisou-reform .gr-symptoms__head {
    width: min(584px, 80%);
    margin: 0 auto 16px;
  }

  #gaisou-reform .gr-reasons {
    padding-top: calc(var(--gr-gap-section-sp) + 14px);
    padding-bottom: calc(var(--gr-gap-section-sp) + 14px);
  }

  #gaisou-reform .gr-reason7__title {
    width: calc(100% + 120px) !important;
    max-width: min(760px, calc(100vw - 170px));
    margin: 28px -60px calc(var(--gr-gap-title-content-sp) + 34px) !important;
    position: relative;
  }

  #gaisou-reform .gr-area__panel {
    min-height: 420px;
  }

  /* Tablet: force case section to use the same layout as SP */
  #gaisou-reform .gr-case {
    padding: var(--gr-gap-section-sp) 0;
  }

  #gaisou-reform .gr-case__heading {
    margin-bottom: var(--gr-gap-title-content-sp);
  }

  #gaisou-reform .gr-case__en {
    width: 90px;
    margin-bottom: 8px;
  }

  #gaisou-reform .gr-case__ttl {
    font-size: 23px;
    letter-spacing: 0.07em;
    line-height: 1.3;
  }

  #gaisou-reform .gr-case__desc {
    margin-top: var(--gr-gap-title-line-sp);
    font-size: 16px;
    line-height: 1.8;
  }

  #gaisou-reform .gr-case-slider .slick-list {
    height: auto !important;
    overflow: visible;
  }

  #gaisou-reform .gr-case-slider .slick-track {
    height: auto !important;
  }

  #gaisou-reform .gr-case-slider .slick-slide {
    width: 310px !important;
    margin: 0 10px;
    float: none !important;
    height: auto !important;
    transform: none !important;
  }

  #gaisou-reform .gr-case-slider .slick-center {
    width: 310px !important;
    transform: none !important;
    z-index: 2;
  }

  .gr-top-wrap {
    background-image: url("../images/gaisou_reform/bg1_pc.webp");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 161vw auto;
  }

  .gr-fv {
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
    background: none;
  }

  .gr-fv__bg img {
    width: 100vw;
    max-width: none;
    min-height: 500px;
    object-fit: cover;
  }

  .gr-fv__overlay {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(860px, calc(100% - 48px));
    margin: 0;
    z-index: 2;
    display: block;
  }

  .gr-fv__title {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: min(650px, calc(100% - 120px));
    max-width: none;
    margin: 0 auto -44px;
    z-index: 4;
  }

  .gr-intro {
    margin-top: 0;
    padding: 42px 0 120px;
  }

  #gaisou-reform .gr-intro__inner {
    width: min(900px, calc(100% - 36px));
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
  }

  .gr-intro__lead {
    font-size: 26px;
    line-height: 1.55;
    margin-bottom: 26px;
  }

  .gr-intro__text p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
  }

  .gr-intro__images {
    width: 360px;
    min-height: 620px;
  }

  #gaisou-reform .gr-intro__img-main {
    width: 360px;
    transform: translateX(24px);
  }

  #gaisou-reform .gr-intro__img-sub1 {
    width: 210px;
    transform: translate(48px, 268px);
  }

  #gaisou-reform .gr-intro__img-sub2 {
    width: 190px;
    transform: translate(6px, 470px);
  }

  .gr-symptoms {
    padding: 90px 0 50px;
    margin-top: -130px !important;
  }

  .gr-symptoms__head {
    width: min(730px, 100%);
    margin: 0 auto 10px;
  }

  .gr-symptoms__stage {
    width: min(700px, 100%);
    margin: 0 auto;
  }

  .gr-hotspot.hs-01 {
    left: 8.5%;
    top: 7.5%;
    width: 30%;
    height: 20%;
  }

  .gr-hotspot.hs-02 {
    right: 0.5%;
    top: 40%;
    width: 32%;
    height: 19%;
  }

  .gr-hotspot.hs-03 {
    left: 1.8%;
    top: 66.8%;
    width: 30%;
    height: 20%;
  }

  .gr-hotspot.hs-04 {
    left: 49.8%;
    top: 76.2%;
    width: 31.5%;
    height: 20%;
  }

  .gr-pin {
    font-size: 11px;
    padding: 6px 10px;
  }

  .gr-cta-wrap--mid {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 20px;
    position: relative;
    height: 370px;
    background-image: url("../images/gaisou_reform/cta_bg.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 370px;
    overflow: hidden;
  }

  .gr-cta-mid {
    position: relative;
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .gr-cta-mid picture,
  .gr-cta-mid__bg {
    display: none;
  }

  .gr-cta--mid {
    position: absolute;
    left: 50%;
    bottom: 82px;
    transform: translateX(-50%);
    width: min(900px, calc(100vw - 120px - var(--gr-tablet-side-safe)));
    max-width: 900px;
    gap: 36px;
    flex-direction: row;
  }

  .gr-cta--mid a {
    width: calc((100% - 72px) / 3);
    flex: 0 0 auto;
  }

  .gr-reasons {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-image: url("../images/gaisou_reform/seven_reason_bg.webp");
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }

  .gr-case__ttl,
  .gr-voice__ttl,
  .gr-flow__ttl {
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.07em;
  }

  .gr-case__heading,
  .gr-voice__head,
  .gr-flow__heading {
    margin-bottom: var(--gr-gap-title-content-sp);
  }

  .gr-fv__panel {
    margin-top: 18px;
    position: relative;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .gr-fv__cta {
    width: calc(97% - 44px);
    max-width: 760px;
    bottom: 28px;
    flex-direction: row;
    gap: 20px;
  }

  .gr-fv__cta a {
    width: min(250px, 31%);
  }

  .gr-voice__heading {
    margin-bottom: 0;
  }
}
