@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;
  }
}

@media screen and (max-width: 1300px) {
  .wisdom-tooth-page .page__main-title_big {
    font-size: 1.8rem;
  }
}
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;
}

.wisdom-tooth-section__title {
  text-align: center;
  font-size: clamp(20px, 2.2023809524vw, 37px);
  line-height: 1.5;
}

.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;
  }
}

/* -------------------------------------------
 * 親知らずとは？
 * -------------------------------------------*/
.wisdom-tooth-about {
  background-color: #eff9fe;
  padding: 70px 9%;
  margin-bottom: 100px;
}
@media (max-width: 834px) {
  .wisdom-tooth-about {
    padding: 40px 5%;
    margin-bottom: 50px;
  }
}

.wisdom-tooth-about__title {
  color: #3fa9e2;
  border-bottom: 1px solid #3fa9e2;
  text-align: center;
  font-size: clamp(15px, 1.1904761905vw, 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0.5em;
}

.wisdom-tooth-about__tagline {
  color: #3fa9e2;
  text-align: center;
  font-size: clamp(20px, 2.2023809524vw, 37px);
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .wisdom-tooth-about__tagline {
    line-height: 1.4;
    margin-bottom: 1.5em;
  }
}

.wisdom-tooth-about__list {
  max-width: 720px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 12%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: clamp(30px, 4.4642857143vw, 75px);
}
@media (max-width: 834px) {
  .wisdom-tooth-about__list {
    gap: 20px 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}
.wisdom-tooth-about__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 834px) {
  .wisdom-tooth-about__list > li {
    width: 45%;
  }
}
.wisdom-tooth-about__list > li:not(:first-child) .wisdom-tooth-about__list-bubble-text-inner {
  margin-top: -0.5em;
}

.wisdom-tooth-about__list-bubble-text {
  font-size: clamp(15px, 1.369047619vw, 23px);
  text-align: center;
  color: #fff;
  background: url(../../lib/cmn_img/wisdom-tooth/about_bubble.webp) no-repeat center center/cover;
  aspect-ratio: 330/356;
  display: grid;
  place-content: center;
  max-width: 142px;
  line-height: 1.32;
  width: 85%;
}

.wisdom-tooth-about__list-bubble {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -------------------------------------------
 * 放置のリスク
 * -------------------------------------------*/
.wisdom-tooth-about__risk {
  margin-top: clamp(40px, 4.7619047619vw, 80px);
  padding-top: clamp(40px, 3.8095238095vw, 64px);
  background-color: #eff9fe;
  background-image: radial-gradient(circle, #c0dcea 1.5px, transparent 1.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 3px;
}

.wisdom-tooth-about__risk-title {
  border-radius: 100vmax;
  background-color: #3fa9e2;
  color: #fff;
  line-height: 1;
  font-size: clamp(13px, 1.1904761905vw, 20px);
  text-align: center;
  padding: 0.5em 1.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.wisdom-tooth-about__risk-tagline {
  text-align: center;
  margin-block: 0.5em 1em;
  font-size: clamp(18px, 1.7857142857vw, 30px);
}
@media (max-width: 834px) {
  .wisdom-tooth-about__risk-tagline {
    margin-block: 0.3em 0.8em;
  }
}

.wisdom-tooth-about__risk-flex {
  margin-top: clamp(30px, 3.5714285714vw, 60px);
  display: grid;
  grid-template-columns: 532fr 495fr;
  gap: 0 6%;
  -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) {
  .wisdom-tooth-about__risk-flex {
    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) {
  .wisdom-tooth-about__risk-flex-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}

@media (max-width: 834px) {
  .wisdom-tooth-about__risk-flex-body {
    display: contents;
  }
}

.wisdom-tooth-about__risk-flex-title {
  color: #3fa9e2;
  font-size: clamp(18px, 1.7857142857vw, 30px);
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .wisdom-tooth-about__risk-flex-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin-bottom: 0.8em;
  }
}

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

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

.wisdom-tooth-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
 * -------------------------------------------*/
.wisdom-tooth-feature {
  padding-block: clamp(50px, 6.5476190476vw, 110px);
}

.wisdom-tooth-feature__item {
  background: #fff;
  padding-block: clamp(40px, 5.8333333333vw, 98px) clamp(40px, 8.3333333333vw, 140px);
  padding-inline: 5.4%;
}
@media (max-width: 834px) {
  .wisdom-tooth-feature__item {
    padding-inline: 5%;
  }
}

.wisdom-tooth-feature__text {
  margin-inline: auto;
  max-width: 872px;
  margin-block: 1.8em 2.6em;
  width: 100%;
}
@media (max-width: 834px) {
  .wisdom-tooth-feature__text {
    margin-block: 1.4em 1.8em;
  }
}

/* -------------------------------------------
 * 精密診断に基づく安全な抜歯
 * -------------------------------------------*/
.wisdom-tooth-feature__summary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .wisdom-tooth-feature__summary-list {
    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) {
  .wisdom-tooth-feature__summary-list > li {
    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) {
  .wisdom-tooth-feature__summary-list-item-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }
}

.wisdom-tooth-feature__summary-list-item-label {
  color: #4eb4ea;
  font-size: clamp(15px, 1.3095238095vw, 22px);
  text-align: center;
  line-height: 1.3;
  margin-top: 1.4em;
}
@media (max-width: 834px) {
  .wisdom-tooth-feature__summary-list-item-label {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.3em;
  }
}

.wisdom-tooth-feature__summary-list-item-title {
  font-size: clamp(18px, 1.7261904762vw, 29px);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .wisdom-tooth-feature__summary-list-item-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 834px) {
  .wisdom-tooth-feature__summary-list-item-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/* -------------------------------------------
 * 抜歯の流れ

 * -------------------------------------------*/
.wisdom-tooth-flow {
  padding-block: clamp(50px, 7.7380952381vw, 130px) clamp(50px, 10.119047619vw, 170px);
}
.wisdom-tooth-flow .wisdom-tooth-section__title {
  color: #3fa9e2;
}

.wisdom-tooth-flow__text {
  text-align: center;
  margin-top: 1.4em;
}

.wisdom-tooth-flow__list {
  counter-reset: count;
  margin-top: clamp(40px, 4.4642857143vw, 75px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 74px 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .wisdom-tooth-flow__list {
    gap: 40px 5%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wisdom-tooth-flow__list > li {
  counter-increment: count;
  position: relative;
}
.wisdom-tooth-flow__list > li::before {
  position: absolute;
  left: 12px;
  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) {
  .wisdom-tooth-flow__list > li::before {
    top: -7px;
    font-size: 15px;
    width: 40px;
    height: 40px;
  }
}

.wisdom-tooth-flow__list-title {
  text-align: center;
  font-size: clamp(16px, 1.3095238095vw, 22px);
  line-height: 1.5;
  margin-block: 0.8em 0.4em;
  color: #4eb4ea;
}/*# sourceMappingURL=wisdom-tooth.css.map */