@charset "utf-8";

/* kv
---------------------------------------------- */
.kv__title .en {
  color: #fa9140;
}
.kv__title::before {
  background-image: url(../../img/oral/img_kv_text-bg.svg);
}

/* intro
---------------------------------------------- */
.intro {
  padding-top: var(--margin50-150);
  position: relative;
  z-index: 1;
}

.anchor {
  max-width: 1020px;
  margin-top: var(--margin50-150);
}

.anchorList {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px calc(67.5 / 1020 * 100%);
}

@media screen and (max-width: 768px) {
  .anchor {
    max-width: 400px;
  }

  .anchorList {
    grid-template-columns: 1fr;
  }
}

/* treatType
---------------------------------------------- */
.treatType {
  margin-top: -130px;
  padding-block: clamp(100px, 3.52rem + 11.65vw, 280px) var(--margin50-150);
}

/* treatTypeBox01 */
.treatTypeBox01 .treatTypeBox__title {
  background-color: #fca393;
}
.treatTypeBox01 .treatTypeBox__merit > li {
  color: #67c1b5;
}
.treatTypeBox01 .treatTypeContents__title {
  background-color: #fef0ed;
}

/* treatTypePoint */
.treatTypeBox01 .treatTypePointWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px calc(60 / 1020 * 100%);
}
.treatTypeBox01 .treatTypePoint__head::after {
  background-color: #fa664b;
}
.treatTypeBox01 .treatTypePoint__num {
  color: #fee0db;
}
.treatTypeBox01 .treatTypePoint__copy {
  color: #fb856f;
}
.treatTypeBox01 .treatTypeContentsList > li::before {
  color: #fcb2a5;
}

/* treatTypePointBox */
.treatTypeBox01 .treatTypePointBox {
  display: flex;
  align-items: center;
  gap: calc(40 / 1020 * 100%);
  background-color: #fff7f6;
  margin-top: 70px;
  margin-inline: auto;
  padding: calc(50 / 1220 * 100%);
}
.treatTypeBox01 .treatTypePointBox__title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(160px, calc(220 / 920 * 100%));
  height: 50px;
  background-color: #fca393;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.treatTypeBox01 .treatTypePointBox__title .en {
  font-size: 125%;
  letter-spacing: 0.14em;
  font-weight: 300;
  margin-top: 1px;
  margin-left: 0.1em;
}
.treatTypeBox01 .treatTypePointBox__text {
  color: #fb856f;
}

/* flowSlider */
.treatTypeBox01 .flowSlider .swiper-slide {
  border-color: #d2bbb9;
}

.treatTypeBox01 .flowSlider__num {
  color: #e4d6d5;
}

.treatTypeBox01 .flowSlider__name {
  color: #b7928f;
}

.treatTypeBox01 .swiper-button-next,
.treatTypeBox01 .swiper-button-prev {
  background-color: #fb856f;
}

.treatTypeBox01 .swiper-pagination-bullet-active {
  background: #b7928f;
}

/* treatTypeBox02 */
.treatTypeBox02 .treatTypeBox__title {
  background-color: #fcbd8c;
}
.treatTypeBox02 .treatTypeBox__merit > li {
  color: #fba766;
}
.treatTypeBox02 .treatTypeBox__merit::before,
.treatTypeBox02 .treatTypeBox__merit::after,
.treatTypeBox02 .treatTypeBox__merit > li + li::before {
  background-color: #fcc8a0;
}

/* treatTypeBox03 */
.treatTypeBox03 .treatTypeBox__title {
  background-color: #a2bc9e;
}
.treatTypeBox03 .treatTypeContents__title {
  background-color: #eff4ef;
}
.treatTypeBox03 .treatTypeBox__merit > li {
  color: #83a67e;
}
.treatTypeBox03 .treatTypeBox__merit::before,
.treatTypeBox03 .treatTypeBox__merit::after,
.treatTypeBox03 .treatTypeBox__merit > li + li::before {
  background-color: #b1c7ae;
}

/* treatTypePoint */
.treatTypeBox03 .treatTypePointWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px calc(60 / 1020 * 100%);
  margin-top: 80px;
}
.treatTypeBox03 .treatTypePoint__head::after {
  background-color: #64905e;
}
.treatTypeBox03 .treatTypePoint__num {
  color: #e0e9df;
}
.treatTypeBox03 .treatTypePoint__copy {
  color: #83a67e;
}

/* typeSlider */
.treatTypeBox03 .sliderInfo {
  width: calc(930 / 1220 * 100%);
}

.treatTypeBox03 .swiper-button-next,
.treatTypeBox03 .swiper-button-prev {
  background-color: #83a67e;
}

.treatTypeBox03 .swiper-pagination-bullet-active {
  background: #a2bc9e;
}

.treatTypeBox03 .typeThumSlider__btn::after {
  background-color: #64905e;
}

.treatTypeBox03 .swiper-slide-thumb-active,
.treatTypeBox03 .typeSlider__title,
.treatTypeBox03 .typeSliderPoint__text {
  color: #83a67e;
}

@media screen and (min-width: 769px) {
  .treatTypeBox03 .typeThumSliderList {
    width: calc(810 / 1220 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .treatType {
    margin-top: -50px;
  }

  .treatTypeBox01 .treatTypePointWrap,
  .treatTypeBox03 .treatTypePointWrap {
    width: 100%;
    grid-template-columns: 1fr;
  }

  /* treatTypePointBox */
  .treatTypeBox01 .treatTypePointBox {
    flex-direction: column;
    margin-top: 40px;
    padding: 0;
  }
  .treatTypeBox01 .treatTypePointBox__title {
    width: 100%;
  }
  .treatTypeBox01 .treatTypePointBox__text {
    font-size: 16px;
    padding: 1.2em;
  }

  /* typeSlider */
  .treatTypeBox03 .typeSlider .swiper-slide {
    width: min(calc(225 / 375 * 100%), 320px);
  }

  .treatTypeBox03 .sliderInfo {
    width: min(calc(338 / 375 * 100%), 433px);
  }

  .treatTypeBox03 .swiper-slide01 .typeSlider__head .icon {
    width: 28px;
  }
  .treatTypeBox03 .swiper-slide02 .typeSlider__head .icon {
    width: 25px;
  }
  .treatTypeBox03 .swiper-slide03 .typeSlider__head .icon {
    width: 32px;
  }
  .treatTypeBox03 .typeSlider__head .icon img {
    width: 100%;
  }
}
