@charset "utf-8";
/* ===================================================================
CSS information

  file name  :dental-aesthetic-page.css
  style info :審美歯科・矯正歯科 各ページ
=================================================================== */

/* -----------------------------------------------------------
  TOP
----------------------------------------------------------- */
#dental_aesthetic_top main .main_wrap {
  position: relative;
}
#dental_aesthetic_top main .main {
  height: calc(100vh - 100px);
  position: relative;
  @media screen and (max-width: 810px){
    display: flex;
    flex-direction: column-reverse;
    height: 100vh;
    padding-bottom: 5vw;
  }
}
#dental_aesthetic_top main .main .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: 0; */
  @media screen and (max-width: 810px){

  }
}

#dental_aesthetic_top main .main .swiper-slide:before {
  background: linear-gradient(360deg, rgba(255,255,255,0.9) 0, transparent 40%),rgba(255,255,255,0.1);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .5s ease;
}

#dental_aesthetic_top main .main .main_bnr {
  position: absolute;
  bottom: 50px;
  right: 30px;
  z-index: 2;
  @media screen and (max-width: 810px) {
    position: inherit;
    bottom: 0;
    right: 0;
    padding: 3vw 5vw;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4vw;
  }
}

#dental_aesthetic_top main .main .main_bnr picture {
  margin-top: 1vw;
  width: 350px;
  box-shadow: 3px 3px 6px rgba(0,0,0,.16);
  @media screen and (max-width: 1080px) {
    width: 270px;
  }
  @media screen and (max-width: 810px) {
    margin: 0;
    width: 100%;
  }
}

#dental_aesthetic_top main .main .main_bnr picture:first-of-type {
  margin-top: 0;
}

#dental_aesthetic_top main .main .main_bnr picture a:hover {
  opacity: var(--opacity_07);
}

#dental_aesthetic_top main .main .main_bnr picture img {
  width: 100%;
}

#dental_aesthetic_top main .main .mv_ttl {
  padding: 0 4vw 5vw 4vw;
  position: absolute;
  left: 0;
  bottom: 0;
  @media screen and (max-width: 810px) {
    padding: 5vw;
  }
}

#dental_aesthetic_top main .main .mv_ttl .mv_ttl_jp {
  font-size: 5.5rem;
  font-weight: 600;
  color: var(--color_04);

  .sp {
    display: none;
    @media screen and (max-width: 520px){
      display: block;
    }
  }
  @media screen and (max-width: 1440px){
    font-size: 5rem;
  }
  @media screen and (max-width: 1280px){
    font-size: 4.5rem;
  }
  @media screen and (max-width: 1080px){
    font-size: 4rem;
  }
  @media screen and (max-width: 810px){
    font-size: 3.5rem;
  }
  @media screen and (max-width: 520px){
    font-size: 1.8rem;
  }
}

#dental_aesthetic_top main .container #point_sec {
  padding: var(--padding_06);
  background: url(../img/dental_surgery/point_sec_bg.jpg) no-repeat center / cover;
  position: relative;
  z-index: 0;

  @media screen and (max-width: 520px){
    background: url(../img/dental_surgery/sp/point_sec_bg.jpg) no-repeat center / cover;
  }

  & .sec_ttl {
    font-size: 4rem;
    font-weight: 500;
    color: var(--color_04);
    display: table;
    margin: 0 auto;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 3px rgba(255, 255, 255, 1);
    @media screen and (max-width: 1440px) {
      font-size: 3.5rem;
    }
    @media screen and (max-width: 1280px) {
      font-size: 3.3rem;
    }
    @media screen and (max-width: 1080px) {
      font-size: 3rem;
    }
    @media screen and (max-width: 810px) {
      font-size: 2.8rem;
    }
    @media screen and (max-width: 520px) {
      font-size: 2rem;
    }

    & br {
      @media screen and (max-width: 810px) {
        display: none;
      }
    }

  }

  & .point_lists {
    margin: 2vw 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw 5vw;
    max-width: 1100px;
    margin: 2vw auto 0;
    @media screen and (max-width: 520px){
      margin: 5vw 0 0;
      grid-template-columns: 1fr;
      gap: 4vw;
    }

    & .list {
      display: grid;
      grid-template-columns: 89px 1fr;
      align-items: center;
      gap: 1vw;
      @media screen and (max-width: 1280px) {
        grid-template-columns: 80px 1fr;
      }
      @media screen and (max-width: 520px){
        grid-template-columns: 60px 1fr;
        gap: 2vw;
      }

      & .txt {
        font-size: 2.5rem;
        font-weight: 500;
        color: var(--color_15);
        @media screen and (max-width: 1280px) {
          font-size: 2.3rem;
        }
        @media screen and (max-width: 1080px) {
          font-size: 2.1rem;
        }
        @media screen and (max-width: 810px) {
          font-size: 1.8rem;
        }
        @media screen and (max-width: 520px){
          font-size: 1.6rem;
        }
      }

    }

  }

  & .point_circle {
    height: 89px;
    background: #fff;
    border: 1px solid var(--color_05);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color_04);
    @media screen and (max-width: 1280px) {
      height: 80px;
    }
    @media screen and (max-width: 520px){
      height: 60px;
    }

    & .ttl {
      font-size: 1.2rem;
    }

    & .num {
      font-size: 4rem;
      letter-spacing: .1em;
      font-weight: 400;
      line-height: 1.2;
      @media screen and (max-width: 1440px) {
        font-size: 3.8rem;
      }
      @media screen and (max-width: 1280px) {
        font-size: 3.6rem;
      }
      @media screen and (max-width: 520px){
        font-size: 2.8rem;
      }
    }

  }

}

#dental_aesthetic_top main .container #point_sec:before {
  background-color: rgba(255,255,255,0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#dental_aesthetic_top main .container #about_shinnbishika_sec {
  padding: 3vw 0;
  background-color: var(--color_17);
  @media screen and (max-width: 1080px) {
    padding: 5vw 0;
  }

  & .ttl_03 {
    background: var(--color_13);
    color: var(--color_15);

    &:after {
      border-color: var(--color_13) transparent transparent transparent;
    }

  }


  & .more_box {
    &:before {
      background-color: var(--color_15);
    }

    & .txt {
      color: var(--color_15);
    }

  }

  & .about_container {

    & .cont_box {

      & .sub_ttl {
        color: var(--color_15);
      }

    }

    & .list_box {
      border-color: var(--color_15);
      color: var(--color_15);

      .square_list {
        display: flex;
        flex-direction: column;
        gap: 1vw;
      }

      & .square_list > .list {
        &:before {
          background: var(--color_15);
        }
      }

    }

  }

}

#dental_aesthetic_top main .container .case-introduction_sec {
  max-width: 1400px;
  width: 90%;
  padding: 3vw 0 160px;
  margin: 0 auto;

  @media screen and (max-width: 810px) {
    padding: 3vw 0 80px;
  }

  & .txt_box {
    margin-bottom: 70px;
    text-align: center;

    @media screen and (max-width: 810px) {
      margin-bottom: 35px;
    }
  }

  & .case_container {
    border: 1px solid var(--color_04);

    & .cont_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 45px 0;
      padding: 85px 100px;

      @media screen and (max-width: 810px) {
        flex-direction: column;
        gap: 25px 0;
        padding: 5vw;
      }

      & .arrow {
        @media screen and (max-width: 810px) {
          margin: 0 auto;
        }
      }
    }

    & .case_item {
      max-width: 562px;
      width: 46.8333%;

      @media screen and (max-width: 810px) {
        width: 100%;
        margin: 0 auto;
      }

      & figcaption {
        display: flex;
        align-items: center;
      }

      & .case_num {
        font-size: 5.0rem;

        @media screen and (max-width: 810px) {
          font-size: 2.8rem;
        }

        & >small {
          padding-right: 5px;
          font-size: 1.8rem;
        }
      }

      & .case_ttl {
        margin-left: 30px;
        font-size: 2.5rem;

        @media screen and (max-width: 810px) {
          margin-left: 15px;
          font-size: 1.8rem;
        }
      }
    }
  }
}

#dental_aesthetic_top main .container #about_kyouseishika_sec {
  padding: 3vw 0;
  background-color: var(--color_18);

  @media screen and (max-width: 1080px) {
    padding: 5vw 0;
  }

  @media screen and (max-width: 520px) {
    padding: 7.5vw 0;
  }


  & .more_box {
    &:before {
      background-color: var(--color_15);
    }

    & .txt {
      color: var(--color_15);
    }

  }

  & .ttl_03 {
    background: var(--color_10);
    color: var(--color_03);

    &:after {
      border-color: var(--color_10) transparent transparent transparent;
    }

  }

  & .about_container {

    & .cont_box {

      & .sub_ttl {
        color: var(--color_03);
      }

    }

    & .list_box {
      border-color: var(--color_03);
      color: var(--color_03);

      .square_list {
        display: flex;
        flex-direction: column;
        gap: 1vw;
      }

      & .square_list > .list {
        &:before {
          background: var(--color_03);
        }
      }

    }

  }

}

#dental_aesthetic_top main .container #implant_case_introduction_sec {
  padding: var(--padding_05);
}

#dental_aesthetic_top main .container #koukuugeka_case_introduction_sec {
  padding: var(--padding_05);
}

#dental_aesthetic_top main .container #about_docter_sec {
  padding: var(--padding_05);
  background: rgba(238,238,238,.47);
  position: relative;
  z-index: 0;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 5vw;
    right: 5vw;
    width: 22.65vw;
    height: 24vw;
    background: url(../img/dental_surgery/about_doctor_obj.svg) no-repeat center / contain;
  }

  & .doctor_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 5vw 0 0;

    @media screen and (max-width: 520px) {
      grid-template-columns: 1fr;
      gap: 5vw;
    }

  }

  & .txt_box {

    & .txt {
      line-height: 2.1;

      & + & {
        margin: 1vw 0 0;

        @media screen and (max-width: 520px) {
          margin: 2vw 0 0;
        }

      }

    }

  }

  & .btn_box {
    margin: 8vw 0 0;

    @media screen and (max-width: 520px) {
      margin: 5vw 0 0;
    }

    & .btn {
      & + & {
        margin: 2vw 0 0;
      }
    }

  }

  & .pic_box {
    order: -1;
    padding: 0 7vw 0 0;

    @media screen and (max-width: 520px) {
      padding: 0;
    }

  }

  & .other_site_box {
    margin: 5vw 0 0;
    padding: 4vw 0 0;
    border-top: 1px solid var(--color_02);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2vw;

    @media screen and (max-width: 520px) {
      padding: 5vw 0 0;
      grid-template-columns: repeat(2,1fr);
    }

  }

  & .other_site_box .list:nth-of-type(3n) {
    text-align: right;
  }

  & .other_site_box .list:nth-of-type(2),
  & .other_site_box .list:nth-of-type(5) {
    text-align: center;
  }

}

#dental_aesthetic_top main .container #voice_sec {
  padding: var(--padding_05);
  background: url(../img/dental_surgery/voice_sec_bg.jpg) no-repeat center / cover;

  & .voice_cont_wrap {
    margin: 3.125vw 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: flex-start;
    gap: 20px;
  }

}

#dental_aesthetic_top main .container #faq_sec {
  padding: var(--padding_05);
  background: var(--color_13);

  & .faq_cat_wrap {
    margin: 5vw 0 0;
     & + & {
      margin: 8vw 0 0;
     }
  }

  & .faq_cat_ttl {
    font-size: 4rem;
    letter-spacing: .1em;
    color: var(--color_04);
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid var(--color_04);
    padding: 0 0 15px;
    margin: 0 0 2.5vw;

    @media screen and (max-width: 1440px) {
      font-size: 3.8rem;
    }

    @media screen and (max-width: 1280px) {
      font-size: 3.6rem;
    }

    @media screen and (max-width: 1080px) {
      font-size: 3.4rem;
    }

    @media screen and (max-width: 810px) {
      font-size: 3.2rem;
    }

    @media screen and (max-width: 520px) {
      font-size: 3rem;
      padding: 0 0 5px;
      margin: 0 0 5vw;
    }

  }

}

#dental_aesthetic_top main .container #interior_sec {
  padding: var(--padding_05);
  overflow: hidden;

  & .sub_ttl {
    font-size: 3rem;
    text-align: center;
    letter-spacing: .1em;
    color: var(--color_03);
  }

  & .ttl_under_lead {
    font-size: 1.8rem;
    letter-spacing: .2em;
    font-weight: 600;
    margin-top: 2vw;

    @media screen and (max-width: 810px){
      font-size: 1.6rem;
    }

  }

  & .interior_img_box {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 4vw;
    display: flex;

    @media screen and (max-width: 520px){
      display: block;
    }

  }

  & .interior_img_box .img {
    width: 100%;
    height: auto;
  }

  & .interior_img_box .left_col {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
  }

  & .interior_img_box .left_col .interior_img_01 {
    flex-basis: 100%;
  }

  & .interior_img_box .left_col .interior_img_02 {
    flex-basis: 50%;
  }

  & .interior_img_box .left_col .interior_img_03 {
    flex-basis: 50%;
  }

  & .interior_img_box .left_col .interior_img_04 {
    flex-basis: 100%;
  }

  & .interior_img_box .right_col {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
  }

  & .interior_img_box .right_col .interior_img_01 {
    flex-basis: 50%;
  }

  & .interior_img_box .right_col .interior_img_02 {
    flex-basis: 50%;
  }

  & .interior_img_box .right_col .interior_img_03 {
    flex-basis: 100%;
  }

  & .interior_img_box .right_col .interior_img_04 {
    flex-basis: 100%;
  }

}

.has-scrollbar #dental_aesthetic_top main .container #interior_sec .interior_img_box {
  margin-right: calc(50% - 50vw - var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw - var(--scroll-bar-width) / 2);
}


/* -----------------------------------------------------------
  doctor
----------------------------------------------------------- */
#dental_aesthetic_doctor main .container #message_sec {
  padding: 10vw 0 5vw;

  & .concept_box {
    position: relative;
    z-index: 0;
    padding: 0 15vw;

    @media screen and (max-width: 1440px) {
      padding: 0 10vw;
    }

    @media screen and (max-width: 1280px) {
      padding: 0 7.5vw;
    }

    @media screen and (max-width: 1080px) {
      padding: 0 5vw;
    }

    @media screen and (max-width: 520px) {
      display: flex;
      flex-direction: column;
    }

    &:before {
      content: "";
      width: 14vw;
      height: 15vw;
      background: url(../img/dental_surgery/logo_mark.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      right: 7vw;
      bottom: 7vw;
    }

  }

  & .txt_box {
    padding: 0 0 0 calc((33vw - 15vw) + 5vw);

    @media screen and (max-width: 1440px) {
      padding: 0 0 0 calc((33vw - 10vw) + 5vw);
    }

    @media screen and (max-width: 1280px) {
      padding: 0 0 0 calc((33vw - 7.5vw) + 5vw);
    }

    @media screen and (max-width: 1080px) {
      padding: 0 0 0 calc((31vw - 5vw) + 5vw);
    }

    @media screen and (max-width: 520px) {
      padding: 0;
      margin: 5vw 0 0;
    }

    & .ttl {
      font-size: 2.5rem;
      font-weight: 600;
      color: var(--color_03);
      margin: 0 0 1em;

      @media screen and (max-width: 1080px) {
        font-size: 2rem;
      }

    }

    & p {
      letter-spacing: .1em;
      line-height: var(--line-height_19);
    }

    & p + p {
      margin: 2vw 0 0;

      @media screen and (max-width: 520px) {
        margin: 5vw 0 0;
      }

    }

    & .sign_img {
      margin: 5vw 0 0;
      text-align: right;

      & img {
        @media screen and (max-width: 520px) {
          width: 50vw;
        }
      }

    }

  }

  & .profile_box {
    margin: 2vw 0 0;

    & .name {
      margin: .5vw 0 3vw;
      display: flex;
      align-items: center;
    }

    & .name .ja {
      font-size: 2.5rem;
    }

    & .name .en {
      font-size: 1.4rem;
      letter-spacing: .3em;
      color: var(--color_05);
      margin: 0 0 0 1.8vw;
    }

  }

  & .pic_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 33vw;

    @media screen and (max-width: 1080px) {
      width: 31vw;
    }

    @media screen and (max-width: 520px) {
      order: -1;
      position: initial;
      width: 100%;
    }

    & img {
      width: 100%;
      height: auto;
    }
  }

}

#dental_aesthetic_doctor main .container #career_sec {
  padding: var(--padding_05);
  position: relative;
  z-index: 0;

  &:before {
    content: "";
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
    height: 100%;
    background: var(--color_06);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }

  & .cont_wrap {
    background: #fff;
    padding: 4vw 4.5vw;
    margin: 2.5vw 0 0;
  }

  & .career_box {
    margin: 0 0 10vw;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 5vw;

    @media screen and (max-width: 810px){
      grid-template-columns: 1fr;
    }

  }

  & .career_cont .ttl {
    font-size: 2.5rem;
    padding-left: 16px;
    border-left: 6px solid var(--color_02);

    @media screen and (max-width: 1080px){
      font-size: 1.8rem;
    }

  }

  & .career_cont .cont {
    margin: 20px 0 0 22px;
  }

  & .career_cont .cont .career_lists .list .link {
    text-decoration: underline;
  }

  & .career_lists .list + .list {
    margin: 0.5vw 0 0;
  }

  & .other_site_box {
    padding: 4vw 0 0;
    border-top: 1px solid var(--color_02);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2vw;

    @media screen and (max-width: 520px){
      padding: 5vw 0 0;
      grid-template-columns: repeat(2,1fr);
    }

  }

  & .other_site_box .list:nth-of-type(3n) {
    text-align: right;
  }

  & .other_site_box .list:nth-of-type(2),
  & .other_site_box .list:nth-of-type(5) {
    text-align: center;
  }


}

.has-scrollbar #dental_aesthetic_doctor main .container #career_sec:before {
  margin-right: calc(50% - 50vw - var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw - var(--scroll-bar-width) / 2);
}

/* -----------------------------------------------------------
  oral surgery
----------------------------------------------------------- */
#dental_surgery_oralsurgery main .container #head_sec {
  padding: 10vw 0 20vw;

  & .cont_box {
    position: relative;
    z-index: 0;
    padding: 0 15vw;

    @media screen and (max-width: 1440px) {
      padding: 0 10vw;
    }

    @media screen and (max-width: 1280px) {
      padding: 0 7.5vw;
    }

    @media screen and (max-width: 1080px) {
      padding: 0 5vw;
    }

    @media screen and (max-width: 520px) {
      display: flex;
      flex-direction: column;
    }

    &:after {
      content: "";
      width: 98vw;
      height: 14vw;
      background: url(../img/dental_surgery/oralsurgery/font_oralsurgery.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      top: -4vw;
      right: 0;
      opacity: .5;
    }

    @media screen and (max-width: 520px) {
      &:after {
        top: -10vw;
      }
    }

    &:before {
      content: "";
      width: 14vw;
      height: 15vw;
      background: url(../img/dental_surgery/logo_mark.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      right: 7vw;
      bottom: -7vw;
    }

    @media screen and (max-width: 520px) {
      &:before {
        width: 20vw;
        height: 21vw;
        bottom: -2vw;
      }
    }

  }

  & .txt_box {
    padding: 0 0 0 calc((33vw - 15vw) + 5vw);

    @media screen and (max-width: 1440px) {
      padding: 0 0 0 calc((33vw - 10vw) + 5vw);
    }

    @media screen and (max-width: 1280px) {
      padding: 0 0 0 calc((33vw - 7.5vw) + 5vw);
    }

    @media screen and (max-width: 1080px) {
      padding: 0 0 0 calc((31vw - 5vw) + 5vw);
    }

    @media screen and (max-width: 520px) {
      padding: 0;
      margin: 5vw 0 0;
    }

    & .ttl {
      font-size: 2.5rem;
      font-weight: 600;
      color: var(--color_03);
      margin: 0 0 1em;

      @media screen and (max-width: 1080px) {
        font-size: 2rem;
      }

    }

    & p {
      padding-left: calc(1em + 5px);
      text-indent: calc(-1em + -5px);
      letter-spacing: .1em;
      line-height: var(--line-height_19);
      line-height: 2.5;
    }

    & p::before {
      content: '●';
      padding-right: 5px;
      color: var(--color_04);
    }

    & p + p {
      margin: 2vw 0 0;

      @media screen and (max-width: 520px) {
        margin: 5vw 0 0;
      }

    }

    & .sign_img {
      margin: 5vw 0 0;
      text-align: right;

      & img {
        @media screen and (max-width: 520px) {
          width: 50vw;
        }
      }

    }

  }

  & .profile_box {
    margin: 2vw 0 0;

    & .name {
      margin: .5vw 0 3vw;
      display: flex;
      align-items: center;
    }

    & .name .ja {
      font-size: 2.5rem;
    }

    & .name .en {
      font-size: 1.4rem;
      letter-spacing: .3em;
      color: var(--color_05);
      margin: 0 0 0 1.8vw;
    }

  }

  & .pic_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 33vw;

    @media screen and (max-width: 1080px) {
      width: 31vw;
    }

    @media screen and (max-width: 520px) {
      order: -1;
      position: initial;
      width: 100%;
    }

    & img {
      width: 100%;
      height: auto;

      @media screen and (max-width: 520px) {
        height: 200px;
        object-fit: cover;
      }

    }
  }

}

#dental_surgery_oralsurgery main .container #about_sec {
  padding: var(--padding_05);
  position: relative;
  z-index: 0;

  &:before {
    content: "";
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
    height: 100%;
    background: var(--color_13);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }

  & .ttl_under_lead {
    font-size: 2.5rem;
    margin: 2vw auto 0;
    text-align: center;

    @media screen and (max-width: 1440px) {
      font-size: 2.3rem;
    }

    @media screen and (max-width: 1280px) {
      font-size: 2.1rem;
    }

    @media screen and (max-width: 1080px) {
      font-size: 1.8rem;
    }

    @media screen and (max-width: 810px) {
      font-size: 1.6rem;
    }

  }

  & .pic_box {
    margin: 2vw 0 0;
  }

  & .txt_box {
    margin: 2vw 0 0;
    line-height: 2.5;
  }

  & .oral_surgery_treatment_box {
    margin: 4vw auto 0;
    max-width: calc(100% - 10vw);
    padding: 4vw 5vw;
    background: #fff;

    @media screen and (max-width: 1080px) {
      max-width: 100%;
    }

    & .ttl {
      font-size: 2.5rem;
      color: var(--color_04);
      font-weight: 600;
      text-align: center;
      margin: 0 0 2vw;
      @media screen and (max-width: 1440px) {
        font-size: 2.3rem;
      }

      @media screen and (max-width: 1280px) {
        font-size: 2.1rem;
      }

      @media screen and (max-width: 1080px) {
        font-size: 1.8rem;
      }

      @media screen and (max-width: 810px) {
        font-size: 1.6rem;
      }
    }

    & .cont_box {
      padding: 2vw 4vw;
      border: 1px solid var(--color_04);
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
      gap: 4vw;
      @media screen and (max-width: 520px) {
        gap: 1vw;
      }
    }

    & .square_list {
      display: flex;
      flex-direction: column;
      gap: 1vw;
    }

    & .square_list .list:before {
      background: var(--color_04);
    }

  }

  & .arrow_bottom_box {
    &:before {
      background: var(--color_03);
    }
  }

  & .faq_bnr_box {
    max-width: 755px;
    width: 100%;
    margin: 0 auto;

    & .img {
      width: 100%;
    }

    & a {
      &:hover {
        opacity: .7;
      }
    }

  }

}

#dental_surgery_oralsurgery main .container #case_sec {
  padding: var(--padding_05);
}

.has-scrollbar #dental_surgery_oralsurgery main .container #about_sec:before {
  margin-right: calc(50% - 50vw - var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw - var(--scroll-bar-width) / 2);
}

/* -----------------------------------------------------------
  esthetic
----------------------------------------------------------- */
#dental_aesthetic_esthetic main .container #head_sec {
  padding: 10vw 0 20vw;

  & .cont_box {
    position: relative;
    z-index: 0;
    padding: 0 15vw;

    @media screen and (max-width: 1440px) {
      padding: 0 10vw;
    }

    @media screen and (max-width: 1280px) {
      padding: 0 7.5vw;
    }

    @media screen and (max-width: 1080px) {
      padding: 0 5vw;
    }

    @media screen and (max-width: 520px) {
      display: flex;
      flex-direction: column;
    }

    &:after {
      content: "";
      width: 61vw;
      height: 14vw;
      background: url(../img/dental_aesthetic/esthetic/font_esthetic.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      top: -4vw;
      right: 20px;
    }

    @media screen and (max-width: 520px) {
      &:after {
        top: -10vw;
      }
    }

    &:before {
      content: "";
      width: 14vw;
      height: 15vw;
      background: url(../img/dental_surgery/logo_mark.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      right: 7vw;
      bottom: -7vw;
    }

    @media screen and (max-width: 520px) {
      &:before {
        width: 20vw;
        height: 21vw;
        bottom: -2vw;
      }
    }

  }

  & .txt_box {
    padding: 0 0 0 calc((33vw - 15vw) + 5vw);

    @media screen and (max-width: 1440px) {
      padding: 0 0 0 calc((33vw - 10vw) + 5vw);
    }

    @media screen and (max-width: 1280px) {
      padding: 0 0 0 calc((33vw - 7.5vw) + 5vw);
    }

    @media screen and (max-width: 1080px) {
      padding: 0 0 0 calc((31vw - 5vw) + 5vw);
    }

    @media screen and (max-width: 520px) {
      padding: 0;
      margin: 5vw 0 0;
    }

    & .ttl {
      font-size: 2.5rem;
      font-weight: 600;
      color: var(--color_03);
      margin: 0 0 1em;

      @media screen and (max-width: 1080px) {
        font-size: 2rem;
      }

    }

    & p {
      letter-spacing: .1em;
      line-height: var(--line-height_19);
      line-height: 2.5;
    }

    & p + p {
      margin: 2vw 0 0;

      @media screen and (max-width: 520px) {
        margin: 5vw 0 0;
      }

    }

    & .sign_img {
      margin: 5vw 0 0;
      text-align: right;

      & img {
        @media screen and (max-width: 520px) {
          width: 50vw;
        }
      }

    }

  }

  & .profile_box {
    margin: 2vw 0 0;

    & .name {
      margin: .5vw 0 3vw;
      display: flex;
      align-items: center;
    }

    & .name .ja {
      font-size: 2.5rem;
    }

    & .name .en {
      font-size: 1.4rem;
      letter-spacing: .3em;
      color: var(--color_05);
      margin: 0 0 0 1.8vw;
    }

  }

  & .pic_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 33vw;

    @media screen and (max-width: 1080px) {
      width: 31vw;
    }

    @media screen and (max-width: 520px) {
      order: -1;
      position: initial;
      width: 100%;
    }

    & img {
      width: 100%;
      height: auto;

      @media screen and (max-width: 520px) {
        height: 200px;
        object-fit: cover;
      }

    }
  }

}

#dental_aesthetic_esthetic main .container #about_sec {
  padding: var(--padding_05);
  position: relative;
  z-index: 0;

  &:before {
    content: "";
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
    height: 100%;
    background: var(--color_17);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }

  & .ttl_under_lead {
    font-size: 2.5rem;
    margin: 2vw auto 0;
    text-align: center;
    color: #fff;

    @media screen and (max-width: 1440px) {
      font-size: 2.3rem;
    }

    @media screen and (max-width: 1280px) {
      font-size: 2.1rem;
    }

    @media screen and (max-width: 1080px) {
      font-size: 1.8rem;
    }

    @media screen and (max-width: 810px) {
      font-size: 1.6rem;
    }

  }

  & .pic_box {
    margin: 2vw 0 0;
  }

  & .txt_box {
    margin: 2vw 0 0;
    line-height: 2.5;
  }

  & .about_list {
    display: flex;
    justify-content: space-between;

    @media screen and (max-width: 810px) {
      flex-direction: column;
      gap: 25px 0;
    }

    & .about_item {
      width: 46.0000%;

      @media screen and (max-width: 810px) {
        width: 100%;
      }

      & .ttl {
        margin-bottom: 20px;
        font-size: 3.5rem;
        color: var(--color_04);
        text-align: center;

        @media screen and (max-width: 810px) {
          margin-bottom: 10px;
          font-size: 2.5rem;
        }
      }

      & picture {
        margin-bottom: 20px;

        @media screen and (max-width: 810px) {
          text-align: center;
        }
      }

      & .sub_ttl {
        margin-bottom: 20px;
        font-size: 3.0rem;

        @media screen and (max-width: 810px) {
          margin-bottom: 10px;
          font-size: 2.0rem;
        }
      }

      & .txtbox {
        line-height: 2.5;
      }
    }
  }

  & .oral_surgery_treatment_box {
    margin: 4vw auto 0;
    max-width: calc(100% - 10vw);
    padding: 4vw 5vw;
    background: #fff;

    @media screen and (max-width: 1080px) {
      max-width: 100%;
    }

    & .ttl {
      font-size: 2.5rem;
      color: var(--color_03);
      font-weight: 600;
      text-align: center;
      margin: 0 0 2vw;
      @media screen and (max-width: 1440px) {
        font-size: 2.3rem;
      }

      @media screen and (max-width: 1280px) {
        font-size: 2.1rem;
      }

      @media screen and (max-width: 1080px) {
        font-size: 1.8rem;
      }

      @media screen and (max-width: 810px) {
        font-size: 1.6rem;
      }
    }

    & .cont_box {
      padding: 2vw 4vw;
      border: 1px solid var(--color_03);
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
      gap: 4vw;
      @media screen and (max-width: 520px) {
        gap: 1vw;
      }
    }

    & .square_list {
      display: flex;
      flex-direction: column;
      gap: 1vw;
    }

    & .square_list .list:before {
      background: var(--color_03);
    }

  }

  & .arrow_bottom_box {
    &:before {
      background: var(--color_03);
    }
  }

  & .faq_bnr_box {
    max-width: 755px;
    width: 100%;
    margin: 0 auto;

    & .img {
      width: 100%;
    }

    & a {
      &:hover {
        opacity: .7;
      }
    }

  }

}

#dental_aesthetic_esthetic main .container .sec_main_img {
  & .img {
    width: 100%;
    height: 500px;
    object-fit: cover;

    @media screen and (max-width: 1280px) {
      height: 450px;
    }

    @media screen and (max-width: 1080px) {
      height: 400px;
    }

    @media screen and (max-width: 810px) {
      height: 350px;
    }

    @media screen and (max-width: 520px) {
      height: 200px;
    }
  }
}

#dental_aesthetic_esthetic main .container .treatment_sec {
  padding: var(--padding_05);

  & .txt_box {
    line-height: 2.5;
  }

  & .treatment_wrap {
    padding: 50px 100px;
    margin-top: 60px;
    border: 1px solid var(--color_05);

    @media screen and (max-width: 810px) {
      padding: 25px 25px;
      margin-top: 30px;
    }

    & .ttl {
      margin-bottom: 20px;

      @media screen and (max-width: 810px) {
        margin-bottom: 10px;
      }

      &::before {
        content: '■　';
        color: var(--color_05);
        font-size: 1.8rem;
      }
    }

    & .treatment_list {
      display: flex;

      @media screen and (max-width: 810px) {
        justify-content: space-between;
      }

      & .treatment_item {
        position: relative;
        max-width: 411px;
        width: 41.2651%;
        box-sizing: content-box;

        &:first-of-type {
          padding-right: 27.4699%;

          @media screen and (max-width: 810px) {
            padding-right: 20px;
          }
        }
        &:first-of-type::after {
          content: "";
          width: 13.37px;
          height: 8.59px;
          display: inline-block;
          background-color: var(--color_03);
          -webkit-mask-image: url(../img/dental_surgery/more_box_obj.svg);
          mask-image: url(../img/dental_surgery/more_box_obj.svg);
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          -webkit-mask-position: center;
          mask-position: center;
          -webkit-mask-size: contain;
          mask-size: contain;
          position: absolute;
          top: 0;
          bottom: 0;
          /*left: 50%;*/
          right: calc(37.4699% / 2);
          margin: auto;
          transform: translateX(-50%) rotate(270deg);
          /*transform:;*/
        }
        @media screen and (max-width: 810px) {
          &:first-of-type::after {
            right: calc(-26.5301% / 2);
          }
        }

        & .txtbox {
          margin-top: 15px;
          font-size: 2.0rem;
          text-align: center;

          @media screen and (max-width: 810px) {
            margin-top: 10px;
            font-size: 1.8rem;
          }
        }
      }
    }

    & .img_layout_box {
      display: flex;
      justify-content: space-between;

      @media screen and (max-width: 810px) {
        flex-direction: column;
        gap: 25px 0;
      }

      & picture {
        width: 39.9420%;

        @media screen and (max-width: 810px) {
          width: 100%;
          text-align: center;
        }
      }

      & .txtarea {
        width: 51.7408%;

        @media screen and (max-width: 810px) {
          width: 100%;
        }

        & .txtarea_ttl {
          margin-bottom: 25px;
          font-size: 2.2rem;

          @media screen and (max-width: 810px) {
            margin-bottom: 15px;
            font-size: 2.0rem;
          }
        }

        & .txtarea_box {
          line-height: 2.5;
        }
      }
    }
  }
}

#dental_aesthetic_esthetic main .container #reasons_sec {
  padding: var(--padding_05);

  & .img_layout_box {
    display: flex;
    align-items: center;
    gap: 0 85px;

    @media screen and (max-width: 810px) {
      flex-direction: column;
      gap: 25px 0;
    }

    & .txtarea {
      /*max-width: 557px;
      width: 46.4167%;*/
      flex: 1 1;

      & .txtarea_ttl {
        margin-bottom: 30px;
        font-size: 2.6rem;

        @media screen and (max-width: 810px) {
          margin-bottom: 15px;
          font-size: 1.8rem;
        }
      }

      & .txtarea_box {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 2.22;

        @media screen and (max-width: 810px) {
          font-size: 1.6rem;
        }
      }
    }
  }

  & .step_cont_lists {
    display: flex;
    padding: 45px;
    border: 1px solid var(--color_05);

    @media screen and (max-width: 810px) {
      flex-direction: column;
      padding: 20px;
      gap: 20px 0;
    }

    & > .list {
      display: flex;
      flex-direction: column;
      max-width: 315px;
      width: calc(100% / 3);

      @media screen and (max-width: 810px) {
        width: 100%;
        margin: 0 auto;
      }

      & .txt_box .ttl_box {
        display: flex;
        margin-bottom: 30px;

        & .ttl {
          font-size: 2.2rem;
          color: var(--color_04);
        }

        & .num_box {
          width: 66px;
          height: 66px;
          color: var(--color_04);
          background: var(--color_05);

          & .step_ttl {
            font-size: 1.4rem;
          }

          & .num {
            font-size: 2.5rem;
          }
        }
      }
    }
  }
}

#dental_aesthetic_esthetic main .container #case {
  padding: var(--padding_05);

  & .case_wrap {
    padding: 50px 100px;
    margin-top: 60px;
    border: 1px solid var(--color_05);

    @media screen and (max-width: 810px) {
      padding: 25px 25px;
      margin-top: 30px;
    }

    & .num_box {
      margin-bottom: 30px;
      text-align: center;

      @media screen and (max-width: 810px) {
        margin-bottom: 15px;
      }

      & .step_ttl {
        display: inline-block;
        font-size: 1.8rem;

        @media screen and (max-width: 810px) {
          font-size: 1.6rem;
        }
      }
      & .num {
        display: inline-block;
        font-size: 5.0rem;

        @media screen and (max-width: 810px) {
          font-size: 3.8rem;
        }
      }
    }

    & .ttl {
      margin-bottom: 40px;
      font-size: 2.5rem;
      text-align: center;

      @media screen and (max-width: 810px) {
        margin-bottom: 20px;
        font-size: 2.0rem;
      }
    }

    & .case_list {
      display: flex;
      justify-content: space-between;

      & .case_item {
        max-width: 562px;
        width: 47.6271%;

        & picture {
          margin-bottom: 25px;

          @media screen and (max-width: 810px) {
            margin-bottom: 15px;
          }
        }

        & .txtbox {
          text-align: center;
        }
      }
    }
  }
}

.has-scrollbar #dental_aesthetic_esthetic main .container #about_sec:before {
  /*margin-right: calc(50% - 50vw - var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw - var(--scroll-bar-width) / 2);*/
}

#dental_aesthetic_esthetic main .container #merit_demerit_sec {
  padding: 3vw 0 7.5vw;
  background: #EEEEEE;

  @media screen and (max-width: 810px) {
    padding: 5vw 0 7.5vw;
  }

  @media screen and (max-width: 520px) {
    padding: 7.5vw 5vw;
  }

  & .mer_dem_container {
    margin: 6.5vw 0 0;
    position: relative;
    z-index: 0;

    @media screen and (max-width: 520px) {
      display: flex;
      flex-direction: column;
      margin: 5vw 0 0;
    }

    & + & {
      margin: 15vw 0 0;

      @media screen and (max-width: 520px) {
        margin: 5vw 0 0;
      }

    }

    & .cont_box {
      background: #fff;
      padding: 3vw 15vw 3vw 20vw;
      max-width: calc(100% - 15vw);
      margin: 0 0 0 auto;

      @media screen and (max-width: 1440px) {
        padding: 3vw 10vw 3vw 15vw;
        max-width: calc(100% - 10vw);
      }

      @media screen and (max-width: 1280px) {
        padding: 3vw 7.5vw 3vw 15vw;
      }

      @media screen and (max-width: 1080px) {
        padding: 3vw 5vw 3vw 15vw;
      }

      @media screen and (max-width: 520px) {
        padding: 5vw;
        max-width: 100%;
        margin: 0 auto;
      }

      &._left {
        padding: 3vw 20vw 3vw 15vw;
        max-width: calc(100% - 15vw);
        margin: 0 auto 0 0;

        @media screen and (max-width: 1440px) {
          padding: 3vw 15vw 3vw 10vw;
          max-width: calc(100% - 10vw);
        }

        @media screen and (max-width: 1280px) {
          padding: 3vw 15vw 3vw 7.5vw;
        }

        @media screen and (max-width: 1080px) {
          padding: 3vw 15vw 3vw 5vw;
        }

        @media screen and (max-width: 520px) {
          padding: 5vw;
          max-width: 100%;
          margin: 0 auto;
        }

      }

      &._dem {
        padding-bottom: 12vw;

        @media screen and (max-width: 520px) {
          padding-bottom: 5vw;
        }

      }

    }

    & .cont_ttl {
      font-size: 3rem;
      letter-spacing: .1em;
      font-weight: 600;
      color: var(--color_04);
      padding: 0 0 10px;
      border-bottom: 1px solid var(--color_04);
      margin: 0 0 2vw;

      @media screen and (max-width: 1440px) {
        font-size: 2.8rem;
      }

      @media screen and (max-width: 1280px) {
        font-size: 2.6rem;
      }

      @media screen and (max-width: 1080px) {
        font-size: 2.4rem;
      }

      @media screen and (max-width: 810px) {
        font-size: 2.2rem;
      }

      @media screen and (max-width: 520px) {
        font-size: 2rem;
        margin: 0 0 4vw;
        padding: 0 0 5px;
      }

    }

    & .mer_dem_list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2vw;

      @media screen and (max-width: 520px) {
        gap: 5vw;
      }

      & .list {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 2vw;

        @media screen and (max-width: 1080px) {
          grid-template-columns: 50px 1fr;
        }

      }

      & .ttl_box {
        order: -1;
        height: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        color: #fff;
        background: var(--color_04);

        @media screen and (max-width: 1080px) {
          height: 50px;
        }

        & .ttl {
          font-size: 1.4rem;
          letter-spacing: 0;

          @media screen and (max-width: 1080px) {
            font-size: 1.2rem;
          }

        }

        & .num {
          font-size: 2.5rem;
          line-height: 1;

          @media screen and (max-width: 1080px) {
            font-size: 1.8rem;
          }

        }

      }

      & .txt_box {

        & .ttl {
          font-size: 2.4rem;
          font-weight: 600;
          color: var(--color_04);

          @media screen and (max-width: 1440px) {
            font-size: 2.2rem;
          }

          @media screen and (max-width: 1280px) {
            font-size: 2rem;
          }

          @media screen and (max-width: 1080px) {
            font-size: 1.8rem;
          }

        }

        & p {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
          letter-spacing: .05em;
        }

      }

      &._dem {
        & .ttl_box {
          color: var(--color_04);
          border: 1px solid var(--color_04);
          background: #fff;
        }
      }

    }

    & .pic_box {
      position: absolute;
      left: 0;
      top: -3vw;
      width: 30vw;

      @media screen and (max-width: 1440px) {
        width: 20vw;
      }

      @media screen and (max-width: 520px) {
        position: initial;
        order: -1;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
      }

      &._right {
        right: 0;
        left: auto;
      }

      &._dem {
        top: -10vw;
      }

      & .img {
        width: 100%;
        height: auto;

        @media screen and (max-width: 520px) {
          height: 200px;
          object-fit: cover;
        }

      }

    }

  }

  .arrow_bottom_box {
    &:before {
      background: var(--color_04);
    }
  }

  & > .txt_box {
    padding: 0 15vw;

    @media screen and (max-width: 1440px) {
      padding: 0 10vw;
    }

    @media screen and (max-width: 1280px) {
      padding: 0 7.5vw;
    }

    @media screen and (max-width: 1080px) {
      padding: 0 5vw;
    }

    @media screen and (max-width: 520px) {
      padding: 0;
    }

    & .inr {
      color: #fff;
      text-align: center;
      background: var(--color_04);
      padding: 2vw;

      & p {
        letter-spacing: .05em;
        line-height: 1.8;

        @media screen and (max-width: 520px) {
          font-size: 1.4rem;
        }

        & + & {
          margin: 10px 0 0;
        }

        & strong {
          font-size: 1.875em;
          font-weight: 600;

          @media screen and (max-width: 520px) {
            font-size: 1.5em;
          }

        }

      }

    }
  }

}

#dental_aesthetic_esthetic main .container .flow_up_img {
  width: 100%;

  & .img {
    width: 100%;
    height: 500px;
    object-fit: cover;

    @media screen and (max-width: 1280px) {
      height: 450px;
    }

    @media screen and (max-width: 1080px) {
      height: 400px;
    }

    @media screen and (max-width: 810px) {
      height: 350px;
    }

    @media screen and (max-width: 520px) {
      height: 200px;
    }

  }

}

#dental_aesthetic_esthetic main .container .flow_sec {
  padding: var(--padding_05);
  background: var(--color_06);

  & > .txt_box {
    margin: 3.5vw 0 0;
    letter-spacing: .1em;
    line-height: 2.5;
  }

  .step_cont_lists > .list .txt_box .ttl_box .num_box {
    color: var(--color_04);
    background: var(--color_05);
  }

  .step_cont_lists > .list .txt_box .mt {
    margin: 1vw 0 0;
    @media screen and (max-width: 520px) {
      margin: 2vw 0 0;
    }
  }

  /*&.-whitening {*/
    & .step_cont_lists > .list .txt_box .ttl_box .num_box {
      color: var(--color_01);
      background: var(--color_04);
    }
  /*}*/

}

#dental_aesthetic_esthetic main .container #type_sec {
  padding: var(--padding_05);
  background: var(--color_10);

  & .cavity_progress_cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5vw;
    margin: 5vw 0 0;

    @media screen and (max-width: 520px) {
      gap: 5vw;
    }

  }

  & .cavity_progress_cont .list {
    display: grid;
    grid-template-columns: 124px auto;

    @media screen and (max-width: 520px) {
      grid-template-columns: 1fr;
    }

  }

  & .cavity_progress_cont .list .level_box {
    order: 1;
  }

  & .cavity_progress_cont .list .level_box {
    background: var(--color_04);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    @media screen and (max-width: 520px) {
      flex-direction: row;
      padding: 2vw;
    }

  }

  & .cavity_progress_cont .list .level_box .ttl {
    letter-spacing: .1em;
    padding: 0 10px 10px;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;

    @media screen and (max-width: 520px) {
      letter-spacing: .1em;
      padding: 0 10px 0 0;
      border-bottom: none;
      border-right: 1px solid #fff;
      margin: 0 10px 0 0;
    }

  }

  & .cavity_progress_cont .list .level_box .num {
    font-size: 3rem;
    letter-spacing: .2em;
    font-weight: bold;

    @media screen and (max-width: 520px) {
      font-size: 2rem;
    }

  }

  & .cavity_progress_cont .list .cont {
    order: 2;
    gap: 4vw;
    padding: 1.5vw 4vw;
    background: #fff;
    border: 1px solid var(--color_04);

    @media screen and (max-width: 520px) {
      grid-template-columns: 1fr;
      padding: 4vw;
    }

  }

  & .cavity_progress_cont .list .cont .txt_box {
    order: 2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  & .cavity_progress_cont .list .cont .txt_box > .ttl {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color_04);
    margin: 0 0 12px;

    @media screen and (max-width: 520px) {
      font-size: 1.8rem;
    }

  }

  & .cavity_progress_cont .list .cont .txt_box > .txt {
    line-height: 1.875;
  }

}

#dental_aesthetic_esthetic main .container #maker_sec {
  padding: var(--padding_05);

  & .maker_list {
    margin: 5vw 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;

    @media screen and (max-width: 520px) {
      gap: 5vw;
    }

    & .list {
      padding-bottom: 30px;
      border-bottom: 1px solid var(--color_04);
      display: grid;
      grid-template-columns: 247px 1fr;
      gap: 3vw;

      @media screen and (max-width: 520px) {
        padding-bottom: 5vw;
        grid-template-columns: 1fr;
      }

      & .pic_box {
        order: -1;

        & .img {
          width: 100%;
        }

      }

      & .txt_box {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      }

      & .ttl {
        font-size: 2rem;
        font-weight: bold;
        color: var(--color_04);
        letter-spacing: 0;
        margin: 0 0 1vw;

        @media screen and (max-width: 520px) {
          font-size: 1.8rem;
        }

      }

      .txt {
        letter-spacing: .05em;
        line-height: 1.875;
      }

    }

  }

}

#dental_aesthetic_esthetic main .container #case_sec {
  padding: var(--padding_05);
  background: var(--color_13);

  & .treatment_cont:first-of-type {
    margin-top: 5vw;
  }

}

/* -----------------------------------------------------------
  orthodontia
----------------------------------------------------------- */
#dental_aesthetic_orthodontia main .container #head_sec {
  padding: 10vw 0 20vw;

  & .cont_box {
    position: relative;
    z-index: 0;
    padding: 0 15vw;

    @media screen and (max-width: 1440px) {
      padding: 0 10vw;
    }

    @media screen and (max-width: 1280px) {
      padding: 0 7.5vw;
    }

    @media screen and (max-width: 1080px) {
      padding: 0 5vw;
    }

    @media screen and (max-width: 520px) {
      display: flex;
      flex-direction: column;
    }

    &:after {
      content: "";
      width: 61vw;
      height: 14vw;
      background: url(../img/dental_aesthetic/orthodontia/font_orthodontia.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      top: -4vw;
      right: 20px;
    }

    @media screen and (max-width: 520px) {
      &:after {
        top: -10vw;
      }
    }

    &:before {
      content: "";
      width: 14vw;
      height: 15vw;
      background: url(../img/dental_surgery/logo_mark.svg) no-repeat center / contain;
      position: absolute;
      z-index: -1;
      right: 7vw;
      bottom: -7vw;
    }

    @media screen and (max-width: 520px) {
      &:before {
        width: 20vw;
        height: 21vw;
        bottom: -2vw;
      }
    }

  }

  & .txt_box {
    padding: 0 0 0 calc((33vw - 15vw) + 5vw);

    @media screen and (max-width: 1440px) {
      padding: 0 0 0 calc((33vw - 10vw) + 5vw);
    }

    @media screen and (max-width: 1280px) {
      padding: 0 0 0 calc((33vw - 7.5vw) + 5vw);
    }

    @media screen and (max-width: 1080px) {
      padding: 0 0 0 calc((31vw - 5vw) + 5vw);
    }

    @media screen and (max-width: 520px) {
      padding: 0;
      margin: 5vw 0 0;
    }

    & .ttl {
      font-size: 2.5rem;
      font-weight: 600;
      color: var(--color_03);
      margin: 0 0 1em;

      @media screen and (max-width: 1080px) {
        font-size: 2rem;
      }

    }

    & p {
      letter-spacing: .1em;
      line-height: var(--line-height_19);
      line-height: 2.5;
    }

    & p + p {
      margin: 2vw 0 0;

      @media screen and (max-width: 520px) {
        margin: 5vw 0 0;
      }

    }

    & .sign_img {
      margin: 5vw 0 0;
      text-align: right;

      & img {
        @media screen and (max-width: 520px) {
          width: 50vw;
        }
      }

    }

  }

  & .profile_box {
    margin: 2vw 0 0;

    & .name {
      margin: .5vw 0 3vw;
      display: flex;
      align-items: center;
    }

    & .name .ja {
      font-size: 2.5rem;
    }

    & .name .en {
      font-size: 1.4rem;
      letter-spacing: .3em;
      color: var(--color_05);
      margin: 0 0 0 1.8vw;
    }

  }

  & .pic_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 33vw;

    @media screen and (max-width: 1080px) {
      width: 31vw;
    }

    @media screen and (max-width: 520px) {
      order: -1;
      position: initial;
      width: 100%;
    }

    & img {
      width: 100%;
      height: auto;

      @media screen and (max-width: 520px) {
        height: 200px;
        object-fit: cover;
      }

    }
  }

}

#dental_aesthetic_orthodontia main .container #about_sec {
  padding: var(--padding_05);
  position: relative;
  z-index: 0;

  &:before {
    content: "";
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
    height: 100%;
    background: var(--color_18);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }

  & .ttl_under_lead {
    font-size: 2.5rem;
    margin: 2vw auto 0;
    text-align: center;
    color: #fff;

    @media screen and (max-width: 1440px) {
      font-size: 2.3rem;
    }

    @media screen and (max-width: 1280px) {
      font-size: 2.1rem;
    }

    @media screen and (max-width: 1080px) {
      font-size: 1.8rem;
    }

    @media screen and (max-width: 810px) {
      font-size: 1.6rem;
    }

  }

  & .pic_box {
    margin: 2vw 0 0;
  }

  & .txt_box {
    margin: 2vw 0 0;
    line-height: 2.5;
  }

  & .about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 105px 0;

    @media screen and (max-width: 810px) {
      flex-direction: column;
      gap: 25px 0;
    }

    & .about_item {
      width: 46.0000%;

      @media screen and (max-width: 810px) {
        width: 100%;
      }

      & .ttl {
        margin-bottom: 20px;
        font-size: 3.5rem;
        color: var(--color_04);
        text-align: center;

        @media screen and (max-width: 810px) {
          margin-bottom: 10px;
          font-size: 2.5rem;
        }

        & small {
          display: block;
          font-size: 2.5rem;

          @media screen and (max-width: 810px) {
            font-size: 1.8rem;
          }
        }
      }

      & picture {
        margin-bottom: 20px;

        @media screen and (max-width: 810px) {
          text-align: center;
        }
      }

      & .sub_ttl {
        margin-bottom: 20px;
        font-size: 3.0rem;

        @media screen and (max-width: 810px) {
          margin-bottom: 10px;
          font-size: 2.0rem;
        }
      }

      & .txtbox {
        line-height: 2.5;
      }
    }
  }

  & .oral_surgery_treatment_box {
    margin: 4vw auto 0;
    max-width: calc(100% - 10vw);
    padding: 4vw 5vw;
    background: #fff;

    @media screen and (max-width: 1080px) {
      max-width: 100%;
    }

    & .ttl {
      font-size: 2.5rem;
      color: var(--color_03);
      font-weight: 600;
      text-align: center;
      margin: 0 0 2vw;
      @media screen and (max-width: 1440px) {
        font-size: 2.3rem;
      }

      @media screen and (max-width: 1280px) {
        font-size: 2.1rem;
      }

      @media screen and (max-width: 1080px) {
        font-size: 1.8rem;
      }

      @media screen and (max-width: 810px) {
        font-size: 1.6rem;
      }
    }

    & .cont_box {
      padding: 2vw 4vw;
      border: 1px solid var(--color_03);
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
      gap: 4vw;
      @media screen and (max-width: 520px) {
        gap: 1vw;
      }
    }

    & .square_list {
      display: flex;
      flex-direction: column;
      gap: 1vw;
    }

    & .square_list .list:before {
      background: var(--color_03);
    }

  }

  & .arrow_bottom_box {
    &:before {
      background: var(--color_03);
    }
  }

  & .faq_bnr_box {
    max-width: 755px;
    width: 100%;
    margin: 0 auto;

    & .img {
      width: 100%;
    }

    & a {
      &:hover {
        opacity: .7;
      }
    }

  }

}

#dental_aesthetic_orthodontia main .container .sec_main_img {
  & .img {
    width: 100%;
    height: 500px;
    object-fit: cover;

    @media screen and (max-width: 1280px) {
      height: 450px;
    }

    @media screen and (max-width: 1080px) {
      height: 400px;
    }

    @media screen and (max-width: 810px) {
      height: 350px;
    }

    @media screen and (max-width: 520px) {
      height: 200px;
    }
  }
}

#dental_aesthetic_orthodontia main .container .treatment_sec {
  padding: var(--padding_05);

  & .txt_box {
    line-height: 2.5;
  }

  & .treatment_wrap {
    padding: 50px 100px;
    margin-top: 60px;
    background: var(--color_01);
    border: 1px solid var(--color_05);

    @media screen and (max-width: 810px) {
      padding: 25px 25px;
      margin-top: 30px;
    }

    & .ttl {
      margin-bottom: 20px;

      @media screen and (max-width: 810px) {
        padding-left: calc(1em + 0.7em);
        text-indent: calc(-1em + -0.7em);
        margin-bottom: 10px;
      }

      &::before {
        content: '■　';
        color: var(--color_05);
        font-size: 1.8rem;
      }
      @media screen and (max-width: 810px) {
        &::before {
          content: '■ ';
        }
      }
    }

    & .treatment_list {
      display: flex;

      /*@media screen and (max-width: 810px) {
        flex-direction: column;
      }*/

      & .treatment_item {
        position: relative;
        max-width: 411px;
        width: 41.2651%;
        margin: 0 auto;
        box-sizing: content-box;

        &:first-of-type {
          /*padding-right: 27.4699%;*/

          @media screen and (max-width: 810px) {
            padding-right: 20px;
          }
        }

        & .txtbox {
          margin-top: 15px;
          font-size: 2.0rem;
          text-align: center;

          @media screen and (max-width: 810px) {
            margin-top: 10px;
            font-size: 1.8rem;
          }
        }
      }
    }

    & .txtbox {
      margin-top: 40px;
    }

    & .img_layout_box {
      display: flex;
      justify-content: space-between;

      @media screen and (max-width: 810px) {
        flex-direction: column;
        gap: 25px 0;
      }

      & .txtarea {
        width: 51.7408%;

        @media screen and (max-width: 810px) {
          width: 100%;
        }

        & .txtarea_ttl {
          margin-bottom: 25px;
          font-size: 2.2rem;

          @media screen and (max-width: 810px) {
            margin-bottom: 15px;
            font-size: 2.0rem;
          }
        }

        & .txtarea_box {
          line-height: 2.5;
        }
      }
    }
  }
}

#dental_aesthetic_orthodontia .cost_box {
  display: flex;
  margin-top: 40px;
  border: 1px solid var(--color_05);
  background: var(--color_01);

  @media screen and (max-width: 810px) {
    flex-direction: column;
  }

  .cost_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    font-size: 2.5rem;
    font-weight: bold;
    background: var(--color_05);

    @media screen and (max-width: 810px) {
      width: 100%;
      padding: 10px 0;
      font-size: 2.0rem;
    }
  }
  .cost_co {
    padding: 25px;

    .price_ttl {
      font-size: 2.0rem;
      font-weight: bold;

      @media screen and (max-width: 810px) {
        font-size: 1.8rem;
      }
    }

    .price_box {
      margin-bottom: 10px;
      font-size: 3.0rem;
      font-weight: bold;
      color: var(--color_07);

      @media screen and (max-width: 810px) {
        margin-bottom: 5px;
        font-size: 2.4rem;
      }

      & small {
        font-size: 1.6rem;

        @media screen and (max-width: 810px) {
          font-size: 1.4rem;
        }
      }
    }

    .ttl-txt {
      margin-bottom: 10px;
      font-weight: bold;

      @media screen and (max-width: 810px) {
        margin-bottom: 5px;
      }
    }
    .r-txt {
      margin-bottom: 10px;

      @media screen and (max-width: 810px) {
        margin-bottom: 5px;
      }
    }
    .s-txt {
      font-size: 1.4rem;

      @media screen and (max-width: 810px) {
        font-size: 1.2rem;
      }
    }
  }
}

#dental_aesthetic_orthodontia main .container #orthodontics-01 {
  background: var(--color_06);
}

#dental_aesthetic_orthodontia .m-txt_box {
  font-size: 2.0rem;
  line-height: 2.25;

  @media screen and (max-width: 810px) {
    font-size: 1.8rem;
  }
}

#dental_aesthetic_orthodontia main .container #orthodontics-adult {
  background: var(--color_06);

  & .txt_box_wrap {
    margin-top: 60px;
    color: var(--color_04);

    @media screen and (max-width: 810px) {
      margin-top: 30px;
    }

    & .ttl {
      padding-left: 1em;
      text-indent: -1em;
      margin-bottom: 20px;
      font-size: 2.5rem;

      @media screen and (max-width: 810px) {
        margin-bottom: 10px;
        font-size: 2.0rem;
      }
    }
    & .txt_box {
      line-height: 2.5;
    }
  }

  & .treatment_wrap {

    & .treatment_list {
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px 20px;

      & .treatment_item {
        max-width: 498px;
        width: 45%;

        &:first-of-type {
          padding-right: 0;
        }
      }
    }
  }
}

#dental_aesthetic_orthodontia main .container #case {
  padding: var(--padding_05);

  & .case_wrap {
    padding: 50px 100px;
    margin-top: 60px;
    border: 1px solid var(--color_05);

    @media screen and (max-width: 810px) {
      padding: 25px 25px;
      margin-top: 30px;
    }

    & .num_box {
      margin-bottom: 30px;
      text-align: center;

      @media screen and (max-width: 810px) {
        margin-bottom: 15px;
      }

      & .step_ttl {
        display: inline-block;
        font-size: 1.8rem;

        @media screen and (max-width: 810px) {
          font-size: 1.6rem;
        }
      }
      & .num {
        display: inline-block;
        font-size: 5.0rem;

        @media screen and (max-width: 810px) {
          font-size: 3.8rem;
          line-height: 1.2;
        }
      }
    }

    & .ttl {
      margin-bottom: 40px;
      font-size: 2.5rem;
      text-align: center;

      @media screen and (max-width: 810px) {
        margin-bottom: 20px;
        font-size: 2.0rem;
      }
    }

    & .case_list {
      display: flex;
      justify-content: space-between;

      & .case_item {
        max-width: 562px;
        width: 47.6271%;

        & picture {
          margin-bottom: 25px;

          @media screen and (max-width: 810px) {
            margin-bottom: 15px;
          }
        }

        & .txtbox {
          text-align: center;
        }
      }
    }
  }
}

.has-scrollbar #dental_aesthetic_orthodontia main .container #about_sec:before {
  /*margin-right: calc(50% - 50vw - var(--scroll-bar-width) / 2);
  margin-left: calc(50% - 50vw - var(--scroll-bar-width) / 2);*/
}

#dental_aesthetic_orthodontia main .container #merit_demerit_sec {
  padding: 3vw 0 7.5vw;
  background: #EEEEEE;

  @media screen and (max-width: 810px) {
    padding: 5vw 0 7.5vw;
  }

  @media screen and (max-width: 520px) {
    padding: 7.5vw 5vw;
  }

  & .mer_dem_container {
    margin: 6.5vw 0 0;
    position: relative;
    z-index: 0;

    @media screen and (max-width: 520px) {
      display: flex;
      flex-direction: column;
      margin: 5vw 0 0;
    }

    & + & {
      margin: 15vw 0 0;

      @media screen and (max-width: 520px) {
        margin: 5vw 0 0;
      }

    }

    & .cont_box {
      background: #fff;
      padding: 3vw 15vw 3vw 20vw;
      max-width: calc(100% - 15vw);
      margin: 0 0 0 auto;

      @media screen and (max-width: 1440px) {
        padding: 3vw 10vw 3vw 15vw;
        max-width: calc(100% - 10vw);
      }

      @media screen and (max-width: 1280px) {
        padding: 3vw 7.5vw 3vw 15vw;
      }

      @media screen and (max-width: 1080px) {
        padding: 3vw 5vw 3vw 15vw;
      }

      @media screen and (max-width: 520px) {
        padding: 5vw;
        max-width: 100%;
        margin: 0 auto;
      }

      &._left {
        padding: 3vw 20vw 3vw 15vw;
        max-width: calc(100% - 15vw);
        margin: 0 auto 0 0;

        @media screen and (max-width: 1440px) {
          padding: 3vw 15vw 3vw 10vw;
          max-width: calc(100% - 10vw);
        }

        @media screen and (max-width: 1280px) {
          padding: 3vw 15vw 3vw 7.5vw;
        }

        @media screen and (max-width: 1080px) {
          padding: 3vw 15vw 3vw 5vw;
        }

        @media screen and (max-width: 520px) {
          padding: 5vw;
          max-width: 100%;
          margin: 0 auto;
        }

      }

      &._dem {
        padding-bottom: 12vw;

        @media screen and (max-width: 520px) {
          padding-bottom: 5vw;
        }

      }

    }

    & .cont_ttl {
      font-size: 3rem;
      letter-spacing: .1em;
      font-weight: 600;
      color: var(--color_04);
      padding: 0 0 10px;
      border-bottom: 1px solid var(--color_04);
      margin: 0 0 2vw;

      @media screen and (max-width: 1440px) {
        font-size: 2.8rem;
      }

      @media screen and (max-width: 1280px) {
        font-size: 2.6rem;
      }

      @media screen and (max-width: 1080px) {
        font-size: 2.4rem;
      }

      @media screen and (max-width: 810px) {
        font-size: 2.2rem;
      }

      @media screen and (max-width: 520px) {
        font-size: 2rem;
        margin: 0 0 4vw;
        padding: 0 0 5px;
      }

    }

    & .mer_dem_list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 2vw;

      @media screen and (max-width: 520px) {
        gap: 5vw;
      }

      & .list {
        display: grid;
        grid-template-columns: 64px 1fr;
        gap: 2vw;

        @media screen and (max-width: 1080px) {
          grid-template-columns: 50px 1fr;
        }

      }

      & .ttl_box {
        order: -1;
        height: 64px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2px;
        color: #fff;
        background: var(--color_04);

        @media screen and (max-width: 1080px) {
          height: 50px;
        }

        & .ttl {
          font-size: 1.4rem;
          letter-spacing: 0;

          @media screen and (max-width: 1080px) {
            font-size: 1.2rem;
          }

        }

        & .num {
          font-size: 2.5rem;
          line-height: 1;

          @media screen and (max-width: 1080px) {
            font-size: 1.8rem;
          }

        }

      }

      & .txt_box {

        & .ttl {
          font-size: 2.4rem;
          font-weight: 600;
          color: var(--color_04);

          @media screen and (max-width: 1440px) {
            font-size: 2.2rem;
          }

          @media screen and (max-width: 1280px) {
            font-size: 2rem;
          }

          @media screen and (max-width: 1080px) {
            font-size: 1.8rem;
          }

        }

        & p {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
          letter-spacing: .05em;
        }

      }

      &._dem {
        & .ttl_box {
          color: var(--color_04);
          border: 1px solid var(--color_04);
          background: #fff;
        }
      }

    }

    & .pic_box {
      position: absolute;
      left: 0;
      top: -3vw;
      width: 30vw;

      @media screen and (max-width: 1440px) {
        width: 20vw;
      }

      @media screen and (max-width: 520px) {
        position: initial;
        order: -1;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
      }

      &._right {
        right: 0;
        left: auto;
      }

      &._dem {
        top: -10vw;
      }

      & .img {
        width: 100%;
        height: auto;

        @media screen and (max-width: 520px) {
          height: 200px;
          object-fit: cover;
        }

      }

    }

  }

  .arrow_bottom_box {
    &:before {
      background: var(--color_04);
    }
  }

  & > .txt_box {
    padding: 0 15vw;

    @media screen and (max-width: 1440px) {
      padding: 0 10vw;
    }

    @media screen and (max-width: 1280px) {
      padding: 0 7.5vw;
    }

    @media screen and (max-width: 1080px) {
      padding: 0 5vw;
    }

    @media screen and (max-width: 520px) {
      padding: 0;
    }

    & .inr {
      color: #fff;
      text-align: center;
      background: var(--color_04);
      padding: 2vw;

      & p {
        letter-spacing: .05em;
        line-height: 1.8;

        @media screen and (max-width: 520px) {
          font-size: 1.4rem;
        }

        & + & {
          margin: 10px 0 0;
        }

        & strong {
          font-size: 1.875em;
          font-weight: 600;

          @media screen and (max-width: 520px) {
            font-size: 1.5em;
          }

        }

      }

    }
  }

}

#dental_aesthetic_orthodontia main .container .flow_up_img {
  width: 100%;

  & .img {
    width: 100%;
    height: 500px;
    object-fit: cover;

    @media screen and (max-width: 1280px) {
      height: 450px;
    }

    @media screen and (max-width: 1080px) {
      height: 400px;
    }

    @media screen and (max-width: 810px) {
      height: 350px;
    }

    @media screen and (max-width: 520px) {
      height: 200px;
    }

  }

}

#dental_aesthetic_orthodontia main .container #flow_sec {
  padding: var(--padding_05);
  background: var(--color_06);

  & > .txt_box {
    margin: 3.5vw 0 0;
    letter-spacing: .1em;
    line-height: 2.5;
  }

  .step_cont_lists > .list .txt_box .ttl_box .num_box {
    color: var(--color_04);
    background: var(--color_05);
  }

  .step_cont_lists > .list .txt_box .mt {
    margin: 1vw 0 0;
    @media screen and (max-width: 520px) {
      margin: 2vw 0 0;
    }
  }

  /*&.-whitening {*/
    & .step_cont_lists > .list .txt_box .ttl_box .num_box {
      color: var(--color_01);
      background: var(--color_04);
    }
  /*}*/

}

#dental_aesthetic_orthodontia main .container #type_sec {
  padding: var(--padding_05);
  background: var(--color_10);

  & .cavity_progress_cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5vw;
    margin: 5vw 0 0;

    @media screen and (max-width: 520px) {
      gap: 5vw;
    }

  }

  & .cavity_progress_cont .list {
    display: grid;
    grid-template-columns: 124px auto;

    @media screen and (max-width: 520px) {
      grid-template-columns: 1fr;
    }

  }

  & .cavity_progress_cont .list .level_box {
    order: 1;
  }

  & .cavity_progress_cont .list .level_box {
    background: var(--color_04);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    @media screen and (max-width: 520px) {
      flex-direction: row;
      padding: 2vw;
    }

  }

  & .cavity_progress_cont .list .level_box .ttl {
    letter-spacing: .1em;
    padding: 0 10px 10px;
    border-bottom: 1px solid #fff;
    margin: 0 0 10px;

    @media screen and (max-width: 520px) {
      letter-spacing: .1em;
      padding: 0 10px 0 0;
      border-bottom: none;
      border-right: 1px solid #fff;
      margin: 0 10px 0 0;
    }

  }

  & .cavity_progress_cont .list .level_box .num {
    font-size: 3rem;
    letter-spacing: .2em;
    font-weight: bold;

    @media screen and (max-width: 520px) {
      font-size: 2rem;
    }

  }

  & .cavity_progress_cont .list .cont {
    order: 2;
    gap: 4vw;
    padding: 1.5vw 4vw;
    background: #fff;
    border: 1px solid var(--color_04);

    @media screen and (max-width: 520px) {
      grid-template-columns: 1fr;
      padding: 4vw;
    }

  }

  & .cavity_progress_cont .list .cont .txt_box {
    order: 2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }

  & .cavity_progress_cont .list .cont .txt_box > .ttl {
    font-size: 2rem;
    font-weight: bold;
    color: var(--color_04);
    margin: 0 0 12px;

    @media screen and (max-width: 520px) {
      font-size: 1.8rem;
    }

  }

  & .cavity_progress_cont .list .cont .txt_box > .txt {
    line-height: 1.875;
  }

}

#dental_aesthetic_orthodontia main .container #maker_sec {
  padding: var(--padding_05);

  & .maker_list {
    margin: 5vw 0 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;

    @media screen and (max-width: 520px) {
      gap: 5vw;
    }

    & .list {
      padding-bottom: 30px;
      border-bottom: 1px solid var(--color_04);
      display: grid;
      grid-template-columns: 247px 1fr;
      gap: 3vw;

      @media screen and (max-width: 520px) {
        padding-bottom: 5vw;
        grid-template-columns: 1fr;
      }

      & .pic_box {
        order: -1;

        & .img {
          width: 100%;
        }

      }

      & .txt_box {
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      }

      & .ttl {
        font-size: 2rem;
        font-weight: bold;
        color: var(--color_04);
        letter-spacing: 0;
        margin: 0 0 1vw;

        @media screen and (max-width: 520px) {
          font-size: 1.8rem;
        }

      }

      .txt {
        letter-spacing: .05em;
        line-height: 1.875;
      }

    }

  }

}

#dental_aesthetic_orthodontia main .container #case_sec {
  padding: var(--padding_05);
  /*background: var(--color_13);*/

  & .treatment_cont:first-of-type {
    margin-top: 5vw;
  }

}