@charset "utf-8";

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

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

.intro__copy {
  text-align: center;
}

.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) {
  .intro__copy {
    font-size: 14px;
    text-align: left;
  }

  .anchor {
    max-width: 400px;
  }

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

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

.flowSlider .swiper-slide {
  border-color: #a0bfdd;
}

.flowSlider__num {
  color: #c6d9eb;
}

.flowSlider__name {
  color: #6799c9;
}

.flowSlider .swiper-button-next,
.flowSlider .swiper-button-prev {
  background-color: #6799c9;
}

.flowSlider .swiper-pagination-bullet {
  background-color: #e6e1d6;
}
.flowSlider .swiper-pagination-bullet-active {
  background: #a0bfdd;
}

/* machine */
.machine {
  margin-top: 100px;
  background-color: #ecf2f8;
  padding: 40px calc(60 / 1220 * 100%);
  position: relative;
  z-index: 0;
}

.machine__copy {
  font-size: clamp(18px, 1.04rem + 0.17vw, 20px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #417fbb;
  padding-right: 36%;
}

.machine__text {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-top: 1em;
  padding-right: 36%;
}

.machineImg {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: calc(217 / 1020 * 100%);
  z-index: 1;
}

/* treatTypeBox01 */
.treatTypeBox01 .treatTypeBox__title {
  background-color: #8dd0c8;
}
.treatTypeBox01 .treatTypeBox__merit > li {
  color: #67c1b5;
}
.treatTypeBox01 .treatTypeContents__title {
  background-color: #ecf7f6;
}
.treatTypeBox01 .treatTypeBox__merit::before,
.treatTypeBox01 .treatTypeBox__merit::after,
.treatTypeBox01 .treatTypeBox__merit > li + li::before {
  background-color: #a0d8d1;
}

/* treatTypeBox02 */
.treatTypeBox02 .treatTypeBox__title {
  background-color: #8db2d6;
}
.treatTypeBox02 .treatTypeBox__merit > li {
  color: #6799c9;
}
.treatTypeBox02 .treatTypeContents__title {
  background-color: #ecf2f8;
}
.treatTypeBox02 .treatTypeBox__merit::before,
.treatTypeBox02 .treatTypeBox__merit::after,
.treatTypeBox02 .treatTypeBox__merit > li + li::before {
  background-color: #a0bfdd;
}

.treatTypeBox03 .treatTypeBox__title {
  background-color: #adacde;
}
.treatTypeBox03 .treatTypeContents__title {
  background-color: #f1f1f9;
}
.treatTypeBox03 .treatTypeBox__merit > li {
  color: #9191d3;
}
.treatTypeBox03 .treatTypeBox__merit::before,
.treatTypeBox03 .treatTypeBox__merit::after,
.treatTypeBox03 .treatTypeBox__merit > li + li::before {
  background-color: #babae3;
}

@media screen and (min-width: 769px) {
  .treatTypeBox__img {
    max-width: 970px;
    margin-top: 60px;
  }
}

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

  /* machine */
  .machine {
    max-width: 400px;
    margin-top: 30px;
    padding: 25px 20px 0;
    overflow: hidden;
  }

  .machine__copy {
    padding-right: 0;
    text-align: center;
  }

  .machine__text {
    padding-right: 0;
  }

  .machineImg {
    position: static;
    width: 217px;
    margin-top: 20px;
    margin-inline: auto;
    margin-bottom: -60px;
  }
}