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

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

/* -------------------------------------------
 * divider
 * -------------------------------------------*/
.routine-checkup-divider01 .base__bg-title-bl {
  background-image: url(../../lib/cmn_img/routine-checkup/divider_bg01.webp);
}
.routine-checkup-divider01 .base__bg-title-bl-title {
  line-height: 1.33;
}

/* -------------------------------------------
 * intro
 * -------------------------------------------*/
.routine-checkup-intro {
  margin-block: clamp(50px, 8.064516129vw, 100px);
}

/* -------------------------------------------
 * importance
 * -------------------------------------------*/
.routine-checkup-importance {
  margin-bottom: clamp(50px, 8.064516129vw, 100px);
}

.routine-checkup-importance__inner {
  background: #eff9fe;
  padding-block: clamp(40px, 6.4516129032vw, 80px);
  padding-inline: 9%;
}
@media (max-width: 834px) {
  .routine-checkup-importance__inner {
    padding-inline: 5%;
  }
}

.routine-checkup-importance__title {
  text-align: center;
  font-size: clamp(18px, 2.2580645161vw, 28px);
  color: #3fa9e2;
}

.routine-checkup-importance__lead {
  margin-block: 1.5em 3em;
  line-height: 1.9;
}

.routine-checkup-importance__detect {
  display: grid;
  grid-template-columns: 497fr 536fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.8%;
  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, 5vw, 62px);
}
@media (max-width: 834px) {
  .routine-checkup-importance__detect {
    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) {
  .routine-checkup-importance__detect-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 834px) {
  .routine-checkup-importance__detect-body {
    display: contents;
  }
}

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

.routine-checkup-importance__detect-title {
  color: #3fa9e2;
  font-size: clamp(17px, 1.935483871vw, 24px);
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 834px) {
  .routine-checkup-importance__detect-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    line-height: 1.8;
    margin-top: 1.5em;
  }
}

.routine-checkup-importance__total {
  padding-top: clamp(30px, 5vw, 62px);
}

.routine-checkup-importance__total-title {
  text-align: center;
  font-size: clamp(17px, 2.2580645161vw, 28px);
}

.routine-checkup-importance__total-lead {
  margin-block: 1.4em 2.4em;
}
@media (max-width: 834px) {
  .routine-checkup-importance__total-lead {
    margin-bottom: 1.8em;
  }
}

.routine-checkup-importance__total-img {
  max-width: 516px;
  margin-inline: auto;
}

/* -------------------------------------------
 * details
 * -------------------------------------------*/
.routine-checkup-details {
  padding-block: clamp(50px, 9.2741935484vw, 115px);
}

.routine-checkup-details__inner {
  background: #fff;
  padding-block: clamp(30px, 7.5vw, 93px);
  padding-inline: 5%;
}

.routine-checkup-details__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 4%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .routine-checkup-details__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: 36px;
  }
}
.routine-checkup-details__list > li {
  display: grid;
  grid-template-columns: 318fr 226fr;
  gap: 0 4%;
  -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) {
  .routine-checkup-details__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;
  }
}

.routine-checkup-details__list-img {
  width: 100%;
}

.routine-checkup-details__list-title {
  font-size: 18px;
  color: #4eb4ea;
  margin-bottom: 0.3em;
}
@media (max-width: 834px) {
  .routine-checkup-details__list-title {
    text-align: center;
    margin-top: 0.5em;
  }
}

.routine-checkup-details__list-txt {
  font-size: 15px;
}

/* -------------------------------------------
 * care cycle
 * -------------------------------------------*/
.routine-checkup-carecycle {
  margin-block: clamp(50px, 8.4677419355vw, 105px) clamp(40px, 7.0967741935vw, 88px);
}

.routine-checkup-carecycle__inner {
  display: grid;
  grid-template-columns: 707fr 566fr;
  gap: 0 7%;
  -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) {
  .routine-checkup-carecycle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.routine-checkup-carecycle__title {
  color: #3fa9e2;
}
@media (max-width: 834px) {
  .routine-checkup-carecycle__title {
    text-align: center;
    margin-inline: auto;
  }
}

.routine-checkup-carecycle__tagline {
  color: #3fa9e2;
  font-size: clamp(18px, 2.2580645161vw, 28px);
  margin-bottom: 0.6em;
  line-height: 1.49;
}
@media (max-width: 834px) {
  .routine-checkup-carecycle__tagline {
    text-align: center;
    margin-bottom: 1em;
  }
}

.routine-checkup-carecycle__text {
  line-height: 1.88;
}
@media (max-width: 834px) {
  .routine-checkup-carecycle__text {
    margin-bottom: 1.5em;
  }
}

/* -------------------------------------------
 * クリーニングと定期検診
 * -------------------------------------------*/
.routine-checkup-prevention {
  margin-bottom: clamp(50px, 9.0322580645vw, 112px);
  background: #eff9fe;
  display: grid;
  grid-template-columns: 576fr 524fr;
  gap: 0 6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: clamp(30px, 7.5vw, 93px);
  padding-inline: 5.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .routine-checkup-prevention {
    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%;
  }
}

.routine-checkup-prevention__title {
  color: #3fa9e2;
  font-size: 14px;
}
@media (max-width: 834px) {
  .routine-checkup-prevention__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}

.routine-checkup-prevention__tagline {
  font-size: clamp(18px, 1.935483871vw, 24px);
  color: #3fa9e2;
  margin-block: 0.2em 1em;
}
@media (max-width: 834px) {
  .routine-checkup-prevention__tagline {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-bottom: 1.5em;
  }
}

@media (max-width: 834px) {
  .routine-checkup-prevention__img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 834px) {
  .routine-checkup-prevention__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 1.5em;
  }
}

.routine-checkup-prevention__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: clamp(20px, 2.4193548387vw, 30px);
}
@media (any-hover: hover) {
  .routine-checkup-prevention__link:hover {
    opacity: 0.8;
  }
}
@media (max-width: 834px) {
  .routine-checkup-prevention__link {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: auto;
  }
}

.routine-checkup-prevention__link-label {
  font-size: clamp(16px, 1.4516129032vw, 18px);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.routine-checkup-prevention__link-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1em;
  position: relative;
  z-index: 0;
}
@media (max-width: 834px) {
  .routine-checkup-prevention__link-icon {
    width: 70px;
    height: 70px;
  }
}
.routine-checkup-prevention__link-icon img {
  display: block;
  width: 36px;
  height: auto;
}
@media (max-width: 834px) {
  .routine-checkup-prevention__link-icon img {
    width: 28px;
  }
}

@media (max-width: 834px) {
  .routine-checkup-prevention__body {
    display: contents;
  }
}/*# sourceMappingURL=routine-checkup.css.map */