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

li {
  list-style: none;
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.tooth-decay-intro {
  margin-bottom: clamp(48px, 6vw, 90px);
}

.tooth-decay-about {
  background: #eff9fe;
  padding-block: clamp(30px, 7.2580645161vw, 90px) clamp(30px, 8.8709677419vw, 110px);
  padding-inline: 9%;
}
@media (max-width: 834px) {
  .tooth-decay-about {
    padding-inline: 5%;
  }
}

.tooth-decay-about__intro {
  background-image: radial-gradient(circle, #c0dcea 1.5px, transparent 1.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 3px;
  padding-bottom: clamp(40px, 5.4838709677vw, 68px);
}

.tooth-decay-about__intro-tagline {
  margin-top: 0.7em;
  color: #3fa9e2;
}

.tooth-decay-about__intro-lead {
  margin-block: 1.4em 4em;
}
@media (max-width: 834px) {
  .tooth-decay-about__intro-lead {
    margin-bottom: 2.5em;
  }
}

.tooth-decay-about__intro-img {
  max-width: 530px;
  margin-inline: auto;
}

/* -------------------------------------------
 * むし歯の進行ステージ
 * -------------------------------------------*/
.tooth-decay-about__stage {
  margin-top: clamp(30px, 5.7258064516vw, 71px);
}

.tooth-decay-about__stage-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1.4em;
  margin-inline: auto;
  border-radius: 100vmax;
  background: #f9292d;
  color: #fff;
  font-size: clamp(15px, 1.6129032258vw, 20px);
  line-height: 1;
}

.tooth-decay-about__stage-lead {
  margin-block: 2em;
}
@media (max-width: 834px) {
  .tooth-decay-about__stage-lead {
    margin-block: 1.5em 2em;
  }
}

.tooth-decay-about__stage-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3.6%;
}
.tooth-decay-about__stage-list > li {
  padding-top: 1em;
  font-size: 14px;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  .tooth-decay-about__stage-content {
    overflow-x: scroll;
  }
  .tooth-decay-about__stage-content-inner {
    width: 902px;
    padding-bottom: 30px;
  }
}
/* -------------------------------------------
 * むし歯治療の考え方
 * -------------------------------------------*/
.tooth-decay-concept {
  padding-block: clamp(50px, 7.9838709677vw, 99px) clamp(50px, 7.0161290323vw, 87px);
  display: grid;
  grid-template-columns: 657fr 631fr;
  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) {
  .tooth-decay-concept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 834px) {
  .tooth-decay-concept__title {
    text-align: center;
    margin-inline: auto;
  }
}

.tooth-decay-concept__tagline {
  line-height: 1.5;
  margin-block: 0.35em 0.9em;
}
@media (max-width: 834px) {
  .tooth-decay-concept__tagline {
    text-align: center;
  }
}

@media (max-width: 834px) {
  .tooth-decay-concept__text {
    margin-bottom: 1.5em;
  }
}

/* -------------------------------------------
 * divvider
 * -------------------------------------------*/
.tooth-decay-divider01 .base__bg-title-bl {
  background-image: url(../../lib/cmn_img/tooth-decay/divider_bg01.webp);
}

.tooth-decay-divider01 .base__bg-title-bl-title {
  line-height: 1.5;
}

/* -------------------------------------------
 * details
 * -------------------------------------------*/
.tooth-decay-details {
  padding-block: clamp(50px, 9.0322580645vw, 112px) clamp(50px, 6.935483871vw, 86px);
}
@media (max-width: 834px) {
  .tooth-decay-details {
    padding-bottom: 0;
  }
}

.tooth-decay-details__title {
  font-size: clamp(18px, 1.935483871vw, 24px);
  margin-bottom: 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .tooth-decay-details__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1.5em;
  }
}

.tooth-decay-details__tagline {
  color: #4eb4ea;
  font-size: clamp(14px, 1.3709677419vw, 17px);
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .tooth-decay-details__tagline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.tooth-decay-details__item {
  background: #fff;
  padding-block: clamp(32px, 5vw, 62px);
  padding-inline: 5%;
}
.tooth-decay-details__item + .tooth-decay-details__item {
  margin-top: clamp(40px, 5.9677419355vw, 74px);
}
.tooth-decay-details__item:has(.tooth-decay-details__main) .tooth-decay-details__intro {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: clamp(40px, 4.0476190476vw, 68px);
}

.tooth-decay-details__intro {
  display: grid;
  grid-template-columns: 579fr 577fr;
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .tooth-decay-details__intro {
    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;
  }
}

@media (max-width: 834px) {
  .tooth-decay-details__intro-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 834px) {
  .tooth-decay-details__intro-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.5em;
  }
}

.tooth-decay-details__main {
  padding-top: clamp(30px, 3.2258064516vw, 40px);
}

.tooth-decay-details__main-title {
  text-align: center;
  color: #4eb4ea;
  font-size: clamp(18px, 1.7741935484vw, 22px);
  margin-bottom: 1.4em;
  font-weight: 400;
}

.tooth-decay-details__main-text {
  font-size: 15px;
  line-height: 1.8;
}

.tooth-decay-details__main-label {
  margin-top: 0.8em;
  color: #4eb4ea;
  font-size: clamp(16px, 1.4516129032vw, 18px);
  text-align: center;
}
@media (max-width: 834px) {
  .tooth-decay-details__main-label {
    margin-top: 0.5em;
  }
}
.tooth-decay-details__main-label + .tooth-decay-details__main-text {
  margin-top: 0.5em;
}
@media (max-width: 834px) {
  .tooth-decay-details__main-label + .tooth-decay-details__main-text {
    margin-top: 0.3em;
  }
}

@media (max-width: 834px) {
  .tooth-decay-details__intro-body {
    display: contents;
  }
}

/* -------------------------------------------
 * ダイレクトボンディング
 * -------------------------------------------*/
.tooth-decay-direct__flow-title {
  text-align: center;
  color: #4eb4ea;
  font-size: clamp(20px, 2vw, 29px);
  margin-bottom: 1.1em;
  font-weight: 400;
}

.tooth-decay-direct__flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px 1.8%;
}
@media (max-width: 1024px) {
  .tooth-decay-direct__flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.tooth-decay-direct__flow-list .num {
  margin: 0 auto -24px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #3fa9e2;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .tooth-decay-direct__flow-list .num {
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

.tooth-decay-inlay__materials-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 4%;
}
@media (max-width: 1024px) {
  .tooth-decay-inlay__materials-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}/*# sourceMappingURL=tooth-decay.css.map */