@charset "UTF-8";
/* =========================
  リセット
========================= */
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/* =========================
  LP全体
========================= */
/* 全体レイアウト */
.lp {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden; /* 画像のはみ出し防止 */
  background-color: #fff;
}

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

/* 重なりを実現するための設定 */
.stack-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 共通のレイヤー設定 */
.stack-group img,
.stack-group a,
.stack-group .swiper {
  position: relative;
  width: 100%;
  min-width: 0;
}

/* スライド内の画像を中央寄せにする設定 */
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 2枚目（症例のみの画像）の位置を1枚目の枠に合わせる調整 */
}
.swiper-slide.slide-cases {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swiper-slide.slide-cases img {
  width: 82.66%;
  height: auto;
  margin-top: 21.8%;
  margin-left: 9.5%;
}
.swiper-slide {
  /* 治療法比較表(2枚目)の位置調整 */
}
.swiper-slide.slide-table {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.swiper-slide.slide-table img {
  width: 93.6%;
  margin-top: 36.5%;
  margin-left: 3.2%;
}

/* Q&Aスライダーの配置調整（短い1枚目を上に固定する） */
.qa-swiper .swiper-slide {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}

/* 高さを維持しつつ背景を透かすための設定 */
.invisible {
  opacity: 0;
  pointer-events: none;
}

.layer-1 {
  z-index: 1;
}

.layer-2 {
  z-index: 2;
}

.layer-3 {
  z-index: 3;
}

.layer-4 {
  z-index: 4;
}

.layer-5 {
  z-index: 5;
}

.top-stack .layer-2 {
  margin-top: -10%;
}
.top-stack .layer-3 {
  margin-top: -1%;
  width: 100%;
  background: url(../img/03_cta.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
.top-stack {
  /* 画像03の上のボタン位置調整 */
}
.top-stack .cta-overlay-link {
  bottom: 13%;
}
.top-stack .layer-4 {
  margin-top: -8%;
  z-index: 4;
}
.top-stack .layer-5 {
  margin-top: -23%;
  z-index: 2;
}

.bottom-stack .layer-1 {
  margin-top: 0;
}
.bottom-stack .layer-2 {
  margin-top: -24%;
}
.bottom-stack .layer-3 {
  margin-top: -1%;
  width: 100%;
  background: url(../img/11_cta.png) no-repeat center top;
  background-size: 100% auto;
  position: relative;
}
.bottom-stack {
  /* 画像11の上のボタン位置調整 */
}
.bottom-stack .cta-overlay-link {
  bottom: 13%;
}
.bottom-stack .layer-4 {
  margin-top: -1%;
}
.bottom-stack .layer-5 {
  margin-top: -8%;
}

/* 視覚的に隠すSEO用テキスト */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 比較表スライダーのスクロールバー調整 */
.treatment-swiper .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.05);
  height: 4px;
  bottom: 5px;
  z-index: 10;
}

.treatment-swiper .swiper-scrollbar-drag {
  background: #b47274;
}

/* 重ねるボタン(画像08)の共通設定（セレクタを強くして優先度を上げる） */
.stack-group .cta-overlay-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 84.66%;
  z-index: 10;
  display: block;
}

.map-wrap {
  position: relative;
}

.map {
  position: absolute;
  top: 74%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93%;
  aspect-ratio: 338/169;
  z-index: 10;
}

.map-anchor {
  display: block;
  width: 100%;
  height: 100%;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  display: block;
}/*# sourceMappingURL=style.css.map */