@charset "UTF-8";

/* PCでは電話リンクを踏ませない(SPのみ有効) */
a[href^="tel:"]{ pointer-events:none; }
@media screen and (max-width:768px){ a[href^="tel:"]{ pointer-events:auto; } }
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
}

.header__inner {
  position: relative;
  width: 100%;
  height: 112px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 50px;
  }
}

.header__logo {
  position: absolute;
  top: 33px;
  left: 31px;
  width: 200px;
  height: 44px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    top: 12px;
    left: 21px;
    width: 150px;
    height: 33px;
  }
}

.header__logo-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__access {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 221px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .header__access {
    top: 10px;
    right: 16px;
    width: 138px;
    height: 28px;
  }
}

.header__access-img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.top-section-group {
  background-image: url("../images/01_mv-bg-pc.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section-group {
    background-image: none;
  }
}

.top-section {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .top-section {
    padding-top: 55px;
  }
}

.top-section__inner {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}

.top-section__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section {
    background-image: none;
  }
}
.top-section2 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}

.top-section2__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.top-section2__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section2__img--sp {
  display: none;
}

/* 焼き込み済みボタンの上に重ねる透明リンク（%指定・二重表示回避） */
.top-section2__hotspots--pc {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.top-section2__hotspots--pc .top-section2__hotspot {
  position: absolute;
  display: block;
  bottom: 8.7%;
  width: 33.2%;
  height: 6.6%;
}
.top-section2__hotspots--pc .top-section2__hotspot--web {
  left: 16.2%;
}
.top-section2__hotspots--pc .top-section2__hotspot--tel {
  left: 50.3%;
}

@media screen and (max-width: 768px) {
  .top-section2__img--pc {
    display: none;
  }
  .top-section2__img--sp {
    display: block;
  }
  .top-section2__hotspots--pc {
    display: none;
  }
}

/* 焼き込み済みボタン上の透明リンク（SP・二重表示回避） */
.top-section2__hotspots--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-section2 {
    background-image: url("../images/02_jisseki-bg-sp.webp");
    background-size: 100% 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .top-section2__hotspots--sp {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
  }
  .top-section2__hotspots--sp .top-section2__hotspot {
    position: absolute;
    display: block;
    left: 7.7%;
    width: 83.7%;
  }
  .top-section2__hotspots--sp .top-section2__hotspot--web {
    top: 87.6%;
    height: 4%;
  }
  .top-section2__hotspots--sp .top-section2__hotspot--tel {
    top: 91.8%;
    height: 4.5%;
  }
}
.top-section3 {
  background-image: url("../images/03_nayami-bg-pc.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  background-position: center top;
}

.top-section3__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section3__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .top-section3 {
    background-size: cover;
    background-position: top center;
  }

  .top-section3__img {
    clip-path: inset(0 0 5px 0);
    margin-bottom: -5px;
  }
}

.top-section3-4-group {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-section3-4-group {
    background-image: none;
  }

  .top-section3 {
    background-image: none;
    padding-top: 0;
  }



  .top-section3__inner picture {
    display: block;
    width: 100%;
  }
}
.top-section4-5-group {
  background-image: url("../images/04_shikumi-bg-pc.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section4-5-group {
    margin-top: -1px;
    background-image: none;
  }
}

.top-section4 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section4__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section4__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section4 {
    background: none;
  }
}
.top-section5 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section5__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section5__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section5 {
    background-image: none;
  }
}
.top-section6 {
  background-image: url("../images/06_jizoku-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .top-section6 {
    background-size: 100% 100%;
    background-position: top center;
  }
}
@media screen and (max-width: 768px) {
  .top-section6 {
    padding-bottom: 0px;
  }
}

.top-section6__inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding: 94px 24px 0 48px;
}

.top-section6__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section6 {
    background-image: none;
  }

  .top-section6__inner {
    padding: 0;
  }
}
.top-section7-9-group {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section7-9-group {
    background-image: none;
  }
}

.top-section7 {
  width: 100%;
  position: relative;
  background-image: url("../images/07_before-after-bg-pc.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-section7 {
    background-image: unset;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.top-section7__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section7__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section7 {
    background-image: none;
  }
}
.top-section8 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-section8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.top-section8__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section8__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section9 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 30px;
  background-image: url("../images/09_demerit-bg-pc.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-section9 {
    background-image: unset;
  }
}

.top-section9__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section9__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section9 {
    background-image: none;
  }
}
.top-section10-11-group {
  background-image: url("../images/10_riyu-bg-pc.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section10-11-group {
    background-image: none;
  }
}

.top-section10 {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-section10 {
    padding-right: 20px;
    padding-top: 0;
  }
}

.top-section10__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section10__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section11 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top-section11 {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
}

.top-section11__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section11__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section12 {
  background-image: url("../images/12_cta-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}
@media screen and (min-width: 1440px) {
  .top-section12 {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .top-section12 {
    padding-bottom: 0px;
  }
}

.top-section12__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.top-section12__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 焼き込み済みボタン上の透明リンク（PC・二重表示回避） */
.top-section12__hotspots--pc {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.top-section12__hotspots--pc .top-section12__hotspot {
  position: absolute;
  display: block;
  bottom: 20%;
  height: 15%;
  width: 33.1%;
}
.top-section12__hotspots--pc .top-section12__hotspot--web {
  left: 16.3%;
}
.top-section12__hotspots--pc .top-section12__hotspot--tel {
  left: 50.6%;
}

@media screen and (max-width: 768px) {
  .top-section12 {
    background-image: none;
  }
  .top-section12__hotspots--pc {
    display: none;
  }
}
.top-section13-14-group {
  padding-block: 80px;
  background-image: url("../images/13_torikumi-bg-pc.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section13-14-group {
    padding-block: 0;
    background-image: none;
  }
}

.top-section13 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .top-section13 {
    padding: 0px;
  }
}

.top-section13__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.top-section13__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 焼き込み済みボタン上の透明リンク（SP・二重表示回避） */
.top-section13__hotspots--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-section13__hotspots--sp {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
  }
  .top-section13__hotspots--sp .top-section13__hotspot {
    position: absolute;
    display: block;
    left: 7.8%;
    width: 84%;
  }
  .top-section13__hotspots--sp .top-section13__hotspot--web {
    top: 63.3%;
    height: 11%;
  }
  .top-section13__hotspots--sp .top-section13__hotspot--tel {
    top: 75%;
    height: 10%;
  }
}
.top-section14 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section14__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section14__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section15 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-section15 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top-section15__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section15__img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 10px;
}

.top-section16 {
  background-image: url("../images/16_price-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .top-section16 {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .top-section16 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
}

.top-section16__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  /* デザインに合わせてコンテンツ上下に余白を付与 */
  padding-block: 56px;
}

.top-section16__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section16 {
    background-image: none;
  }
}
.top-section17 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-section17 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 49px;
  }
}

.top-section17__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.top-section17__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section18 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 60px;
}
/* PCでは section17 画像に手術当日の流れ4ステップが焼き込み済みのため、重複する section18 を非表示 */
@media screen and (min-width: 769px) {
  .top-section18 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-section18 {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.top-section18__inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

.top-section18__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section19-21-group {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-section19-21-group {
    background-image: url("../images/19_cta-bg-sp.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

.top-section19 {
  background-image: url("../images/19_cta-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
@media screen and (min-width: 1440px) {
  .top-section19 {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .top-section19 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.top-section19__inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.top-section19__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 焼き込み済みボタン上の透明リンク（PC・二重表示回避） */
.top-section19__hotspots--pc {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.top-section19__hotspots--pc .top-section19__hotspot {
  position: absolute;
  display: block;
  bottom: 16.2%;
  height: 11%;
  width: 33.1%;
}
.top-section19__hotspots--pc .top-section19__hotspot--web {
  left: 16.3%;
}
.top-section19__hotspots--pc .top-section19__hotspot--tel {
  left: 50.6%;
}

@media screen and (max-width: 768px) {
  .top-section19 {
    background-image: none;
  }
  .top-section19__hotspots--pc {
    display: none;
  }
}
.top-section20 {
  background-image: url("../images/20_faq-bg-pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 65px 0;
}
@media screen and (min-width: 1440px) {
  .top-section20 {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .top-section20 {
    padding: 0;
  }
}

.top-section20__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section20__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-section20 {
    background-image: none;
    padding: 0;
  }
  .top-section20__inner {
    overflow: hidden;
  }
  .top-section20__img {
    width: 87.2%;
    margin-inline: auto;
  }
}
.top-section21 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 65px 0;
}
@media screen and (max-width: 768px) {
  .top-section21 {
    padding: 30px 0;
    background-color: transparent;
  }
}

.top-section21__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section21__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section21__map--pc {
  position: absolute;
  top: 13%;
  left: 0;
  width: 488px;
  height: 332px;
  z-index: 2;
}
.top-section21__map--pc iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-section21__map--pc {
    display: none;
  }
}
.top-section22 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .top-section22 {
    padding-bottom: 0;
  }
}

.top-section22__inner {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}

.top-section22__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section23 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section23__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  background: linear-gradient(#F8F3EA, #FFFFFF);
}

.top-section23__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .top-section23,
.top-section24,
.top-section25,
.top-section26,
.top-section27 {
    display: none;
  }
}
.top-section24 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section24__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section24__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 焼き込み済みボタン上の透明リンク（SP・二重表示回避） */
.top-section24__hotspots--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-section24__hotspots--sp {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
  }
  .top-section24__hotspots--sp .top-section24__hotspot {
    position: absolute;
    display: block;
    left: 8.2%;
    width: 83.7%;
  }
  .top-section24__hotspots--sp .top-section24__hotspot--web {
    top: 75.5%;
    height: 7.5%;
  }
  .top-section24__hotspots--sp .top-section24__hotspot--tel {
    top: 83.4%;
    height: 7%;
  }
}
.top-section25 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section25__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section25__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section26 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section26__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section26__inner picture {
  display: block;
  width: 100%;
}

.top-section26__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section26__map {
  position: absolute;
  top: 10%;
  left: 4.2666666667vw;
  right: 4.2666666667vw;
  width: auto;
  aspect-ratio: 488/342;
  z-index: 2;
  padding-top: 6.6666666667vw;
}
.top-section26__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.top-section27 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}

.top-section27__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section27__img {
  display: block;
  width: 100%;
  height: auto;
}

.sp-sections-after-footer {
  background-color: #fff;
  width: 100%;
}

.top-section28 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-section28 {
    padding-top: 40px;
    padding-right: 17px;
    padding-left: 17px;
  }
}

.top-section28__inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section28__img {
  display: block;
  width: 100%;
  height: auto;
}

/* 焼き込み済みボタン上の透明リンク（SP・二重表示回避） */
.top-section28__hotspots--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top-section28__hotspots--sp {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
  }
  .top-section28__hotspots--sp .top-section28__hotspot {
    position: absolute;
    display: block;
  }
  .top-section28__hotspots--sp .top-section28__hotspot--web {
    left: 3.9%;
    width: 92%;
    top: 36.4%;
    height: 6.5%;
  }
  .top-section28__hotspots--sp .top-section28__hotspot--tel {
    left: 5%;
    width: 90%;
    top: 42.5%;
    height: 6%;
  }
}
.top-section29 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-section29 {
    padding-top: 20px;
    padding-bottom: 47px;
    padding-right: 17px;
    padding-left: 17px;
  }
}

.top-section29__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section29__img {
  display: block;
  width: 100%;
  height: auto;
}

.top-section30 {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-section30 {
    padding-right: 17px;
    padding-left: 17px;
    padding-bottom: 40px;
  }
}

.top-section30__inner {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.top-section30__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .sp-sections-after-footer {
    display: none;
  }
}

/* SPの「3つの理由」「5つの取り組み」は新デザインで1枚に集約したため、
   旧SPで分割していた重複セクションはSPのみ非表示にする（PC表示には影響しない） */
@media screen and (max-width: 768px) {
  .top-section10,
  .top-section11,
  .top-section15,
  .top-section16,
  .top-section17,
  .top-section18 {
    display: none;
  }
}

.footer {
  background-color: #111111;
  height: 50px;
  padding-top: 24px;
  padding-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .footer {
    background-color: #111111;
    height: 50px;
    padding-top: 24px;
    padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
  }
}

.footer__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copy {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.fixed-cta {
  position: fixed;
  right: 16px;
  bottom: 0px;
  z-index: 200;
  width: min(352px, 25.1428571429vw);
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.18));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.fixed-cta.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .fixed-cta {
    display: none;
  }
}

.fixed-cta__inner {
  width: 100%;
  aspect-ratio: 352/194;
  box-sizing: border-box;
  background-image: url("../images/btn-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: min(51px, 3.6428571429vw) min(17px, 1.2142857143vw) min(17px, 1.2142857143vw);
}

.fixed-cta__buttons {
  display: flex;
  flex-direction: column;
  gap: min(8px, 0.5714285714vw);
  line-height: 0;
}

.fixed-cta__btn {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 962/210;
}
.fixed-cta__btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.fixed-cta-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed-cta-sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    filter: drop-shadow(0 -4px 12px rgba(0, 0, 0, 0.12));
  }
}

.fixed-cta-sp__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 750/224;
  box-sizing: border-box;
  background-image: url("../images/sp-btn-bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.fixed-cta-sp__buttons {
  position: absolute;
  left: 4.2666666667vw;
  right: 4.2666666667vw;
  bottom: calc(3.2vw + env(safe-area-inset-bottom, 0px));
  display: flex;
  gap: 2.1333333333vw;
  line-height: 0;
}

.fixed-cta-sp__btn {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  height: 12.2666666667vw;
}
.fixed-cta-sp__btn img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}


/* SP: sp2-new(section2)にMV/ヘッダーが含まれMV二重になるため、別MV(top-section)をSP非表示 */
@media screen and (max-width:768px){ .top-section{ display:none; } }

/* SP: sp2-new(section2)にヘッダー焼き込みのためHTMLヘッダーをSP非表示(二重回避) */
@media screen and (max-width:768px){ .header{ display:none; } }
