@charset "UTF-8";
/********************************************************/
/*-------------------------------------------
 * 共通
-------------------------------------------*/
/* 改行 */
.br-sp {
  display: none;
}
@media (max-width: 834px) {
  .br-sp {
    display: block;
  }
}

.no-br-sp {
  display: block;
}
@media (max-width: 834px) {
  .no-br-sp {
    display: none;
  }
}

li {
  list-style: none;
}

.denture-section__label {
  line-height: 1.88;
  text-align: center;
  color: #3fa9e2;
  font-size: clamp(15px, 1.1904761905vw, 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 1px solid #3fa9e2;
}

.denture-section__title {
  margin-block: 0.5em 1em;
  font-size: clamp(24px, 2.2023809524vw, 37px);
  text-align: center;
  color: #3fa9e2;
}

.denture-section__text {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.wisdom-tooth-intro {
  margin-bottom: 70px;
}
@media (max-width: 834px) {
  .wisdom-tooth-intro {
    margin-bottom: 50px;
  }
}

/* -------------------------------------------
 * 入れ歯の安定性を決める、かみ合わせの重要性
 * -------------------------------------------*/
.denture-importance {
  margin-block: clamp(50px, 4.5833333333vw, 77px) clamp(50px, 6.6666666667vw, 112px);
  padding-block: clamp(40px, 5.9523809524vw, 100px) clamp(40px, 7.1428571429vw, 120px);
  padding-inline: 9%;
  background-color: #eff9fe;
}
@media (max-width: 834px) {
  .denture-importance {
    padding-inline: 5%;
  }
}

.denture-importance__title {
  text-align: center;
  color: #3fa9e2;
  font-size: clamp(22px, 2.2023809524vw, 37px);
}

.denture-importance__text {
  margin-block: 1.8em 2em;
}
@media (max-width: 834px) {
  .denture-importance__text {
    margin-block: 1em 1.5em;
  }
}

.denture-importance__risk-title {
  font-size: clamp(15px, 1.1904761905vw, 20px);
  border-radius: 100vmax;
  line-height: 1;
  color: #fff;
  padding: 0.5em 1.5em;
  background-color: #3fa9e2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: -18px;
  position: relative;
  z-index: 1;
}

.denture-importance__risk-list {
  background: #fff;
  padding-block: clamp(36px, 2.9761904762vw, 50px) clamp(20px, 2.9761904762vw, 50px);
  padding-inline: 7%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.4em 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .denture-importance__risk-list {
    padding-inline: 5%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 499px) {
  .denture-importance__risk-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4em;
  }
}
.denture-importance__risk-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3em;
}

.denture-importance__risk-list-icon {
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.denture-importance__risk-list-icon img {
  vertical-align: middle;
}

/* -------------------------------------------
 * divider
 * -------------------------------------------*/
.denture-divider .base__bg-title-bl {
  background-image: url(../../lib/cmn_img/denture/divider_bg01.webp);
}

.denture-divider .base__bg-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.8em;
  font-size: clamp(15px, 1.1904761905vw, 20px);
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* -------------------------------------------
 * feature
 * -------------------------------------------*/
.denture-feature {
  padding-block: clamp(50px, 6.5476190476vw, 110px);
}

.denture-feature__item {
  background: #fff;
  padding-block: clamp(40px, 5.8333333333vw, 98px) clamp(40px, 8.3333333333vw, 140px);
  padding-inline: 5.4%;
}

/* -------------------------------------------
 * 入れ歯治療プロセス
 * -------------------------------------------*/
.denture-feature__process {
  padding-top: clamp(40px, 4.7619047619vw, 80px);
}

.denture-feature__process-title {
  color: #3fa9e2;
  border-bottom: 1px solid #3fa9e2;
  margin-bottom: 3em;
  line-height: 1.8;
  font-size: clamp(18px, 1.5476190476vw, 26px);
}
@media (max-width: 834px) {
  .denture-feature__process-title {
    margin-bottom: 2.5em;
  }
}

.denture-feature__process-list {
  counter-reset: count;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .denture-feature__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 20px;
  }
}
.denture-feature__process-list > li {
  counter-increment: count;
  position: relative;
}
.denture-feature__process-list > li::before {
  position: absolute;
  left: 50%;
  top: -34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: counter(count, decimal-leading-zero);
  background-color: #3fa9e2;
  color: #fff;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 68px;
  height: 68px;
  aspect-ratio: 1;
  border-radius: 100vmax;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 834px) {
  .denture-feature__process-list > li::before {
    top: -20px;
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

.denture-feature__process-item-title {
  color: #4eb4ea;
  font-size: clamp(18px, 1.3095238095vw, 22px);
  margin-block: 0.5em;
  text-align: center;
}

/* -------------------------------------------
 * 入れ歯の種類
 * -------------------------------------------*/
.denture-type {
  margin-top: clamp(30px, 6.6666666667vw, 112px);
  padding-block: clamp(40px, 6.6666666667vw, 112px);
  padding-inline: 5.4%;
  background: #fff;
}
.denture-type .denture-section__text {
  text-align: center;
}
@media (max-width: 834px) {
  .denture-type .denture-section__text {
    text-align: left;
  }
}
.denture-type .denture-section__title {
  margin-top: 0;
  color: inherit;
}

.denture-type__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: clamp(40px, 4.7619047619vw, 80px);
}
@media (max-width: 834px) {
  .denture-type__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.denture-type__item-title {
  text-align: center;
  color: #4eb4ea;
  font-size: clamp(18px, 1.3095238095vw, 22px);
  margin-block: 0.5em;
}

.denture-type__insurance {
  background-color: #eff9fe;
  margin-top: clamp(40px, 4.7619047619vw, 80px);
  display: grid;
  padding-inline: 11.6%;
  padding-block: clamp(30px, 4.1666666667vw, 70px);
  grid-template-columns: 239fr 318fr;
  gap: 0 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .denture-type__insurance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 5%;
  }
}

.denture-type__insurance-title {
  color: #3fa9e2;
  font-size: clamp(20px, 1.4880952381vw, 25px);
}
@media (max-width: 834px) {
  .denture-type__insurance-title {
    text-align: center;
  }
}

.denture-type__insurance-tagline {
  font-size: clamp(16px, 1.3095238095vw, 22px);
  margin-block: 0.6em 1em;
}
@media (max-width: 834px) {
  .denture-type__insurance-tagline {
    text-align: center;
  }
}

/* -------------------------------------------
 * ブリッジという選択肢
 * -------------------------------------------*/
.denture-bridge {
  padding-block: clamp(50px, 7.1428571429vw, 120px) clamp(50px, 8.4523809524vw, 142px);
}

.denture-bridge__list {
  margin-top: clamp(40px, 4.7619047619vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .denture-bridge__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.denture-bridge__list .arrow {
  background: url(../../lib/cmn_img/denture/arrow.svg) no-repeat center;
  background-size: contain;
  width: 24px;
  aspect-ratio: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .denture-bridge__list .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}/*# sourceMappingURL=denture.css.map */