.goodTeeth{

  .text-black{
    color: rgba(85, 85, 85, 1) !important;
  }

  .font-bold{
    font-weight:bold;
  }

  .goodTeeth-mv__wrapper{
    height: 418px;
    padding-bottom: 30px;
    background: url(../images/mv.webp) no-repeat center top;

    .goodTeeth-mv__inner{
      max-width: 1136px;
      margin-inline: auto;
      overflow: hidden;
      height: 100%;

      .mv-textBox{
        border-radius: 50%;
        height: 505px;
        width: 505px;
        background: rgba(255, 255, 255, 0.5);
        padding: 12px;
        position: relative;
        top: -36px;

        .mv-textBox__inner{
          border: 1px solid rgba(112, 93, 72, 0.5);
          border-radius: 50%;
          width: 100%;
          height: 100%;
        }

        .mv-textBox__text01{
          background: rgba(183, 158, 111, 1);
          color: #fff;
          text-align: center;
          padding: 4px 16px;
          width: fit-content;
          margin-inline: auto;
          border-radius: 9999px;
          margin-top: 46px;
        }

        .mv-textBox__title{
          color: rgba(112, 93, 72, 1);
          text-align: center;
          font-size: clamp(23px,5.75vw,54px);
          font-weight: 500;

          .size_s{
            font-size: clamp(18px,4.5vw,38px);
          }
        }

        .mv-textBox-kaisai{
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 4px;
          margin-top: -24px;
          font-family: 'noto sans JP' ,sans-serif;

          dt{
            background: rgba(102, 102, 102, 1);
            border-radius: 8px;
            color: #fff;
            font-size: clamp(11px,2.75vw,14px);
            line-height: 1;
            padding: 8px 10px;
            margin-top: 8px;
          }

          dd{
            display: flex;
            align-items: center;
            gap: 4px;

            .kaisaiText01{
              font-size: clamp(20px,5vw,32px);
              color: rgba(102, 102, 102, 1);

              &.slash{
                display: flex;

                &::after{
                  content: "";
                  height: 50px;
                  width: 2px;
                  background: rgba(102, 102, 102, 1);
                  transform: rotate(10deg);
                  display: block;
                  margin-top: 16px;
                }
              }
            }

            .kaisaiText02{
              font-size: clamp(42px,10.5vw,65px);
              color: rgba(102, 102, 102, 1);
            }

            .kaisaiText03{
              background: rgba(102, 102, 102, 1);
              color: #fff;
              font-size: clamp(14px,3.5vw,21px);
              padding-inline: 4px;
              margin-top: 24px;
            }
          }
        }
      }
    }
  } /* mv */

  .section_cmn{
    .title{
      font-size: clamp(24px,6vw,42px);
      color: rgba(112, 93, 72, 1);
      text-align: center;
      font-weight: 500;
    }

    .copy{
      background: rgba(112, 93, 72, 1);
      color: #fff;
      padding: 4px 60px;
      width: fit-content;
      margin-inline: auto;
      border-radius: 9999px;
    }

    .heading{
      display: flex;
      gap: 16px;
      align-items: center;

      &::after,&::before{
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: rgba(208, 208, 208, 1);
        flex: 1;
      }
    }
  } /* cmn */

  .section_01{
    margin-top: 60px;

    .text_01{
      max-width: 800px;
      margin-inline: auto;
      margin-top: 60px;
    }

    .tbl{
      width: 100%;
      border-collapse: collapse;
      color: rgba(51, 51, 51, 1);
      margin-top: 32px;

      th,td{
        border: 1px solid rgba(221, 221, 221, 1);
        padding: 30px 60px;
        font-size: clamp(17px, 4.25vw ,19px);
      }

      th{
        text-align: center;
        font-weight: 500;
      }

      td{
        ul{
          list-style: disc;
          margin-left: 20px;

          li{
            font-size: clamp(17px, 4.25vw ,19px);
          }
        }

        .tbl_btn{
          display: flex;
          max-width: 500px;
          width: 100%;
          justify-content: center;
          gap: 24px;
          align-items: center;
          font-size: clamp(24px, 6vw ,30px);
          border-radius: 5px;
          padding: 8px 0;

          .serif{
            font-weight: 100;
          }

          &.btn_pc{
            background: rgba(163, 132, 60, 1);
            color: #fff;
            box-shadow: 5px 5px 0px rgba(232, 230, 230, 1);

            img{
              width: auto;
              height: 24px;
            }
          }

          &.btn_line{
            background: rgba(57, 173, 54, 1);
            color: #fff;
            box-shadow: 5px 5px 0px rgba(232, 230, 230, 1);
            margin-top: 24px;

            img{
              width: auto;
              height: 34px;
            }
          }

          &.btn_tel{
            border: 1px solid rgba(156, 144, 100, 1);
            box-shadow: 5px 5px 0px rgba(232, 230, 230, 1);
            margin: 24px 0;

            .btn_text{
              font-size: clamp(14px, 3.5vw ,16px);
              font-family: 'noto sans JP' ,sans-serif;
              color: rgba(102, 102, 102, 1);
            }

            img{
              width: auto;
              height: 34px;
            }

            .serif{
              color: rgba(156, 144, 100, 1);
              margin-left: -24px;
              font-size: clamp(24px, 6vw ,30px);
            }
          }
        }
      }
    }
  } /* sec01 */

  .section_02{
    margin-top: 120px;

    .box_01{
      margin-top: 60px;
      max-width: 992px;
      margin-inline: auto;
    }

    .flexBox{
      display: flex;
      gap: 36px;
      align-items: flex-start;
      justify-content: space-between;
      margin-top: 60px;
      padding-bottom: 60px;
      border-bottom: 1px solid rgba(241, 239, 235, 1);

      &.box_05{
        border: none;
      }

      &.reverse{
        flex-direction: row-reverse;
      }

      .textBox{
        width: 50%;

        h3{
          font-size: clamp(24px, 6vw ,32px);
          margin-bottom: 40px;
          font-weight: 300;
          color: rgba(97, 107, 120, 1);
        }
      }

      .imgBox{
        box-shadow: 14px 14px 0px rgba(212, 207, 199, 1);
        border-radius: 14px;

        img{
          border-radius: 14px;
        }
      }
    }

    .box_06{
      max-width: 746px;
      margin-inline: auto;
      border: 2px solid rgba(32, 131, 196, 1);
      position: relative;
      border-radius: 10px;
      margin-top: 60px;

      p{
        position: absolute;
        width: 90%;
        background: rgba(32, 131, 196, 1);
        color: #fff;
        top: -16px;
        border-radius: 5px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;

        br{
            display: none;
          }
      }

      img{
        width: auto;
        margin-inline: auto;
        display: block;
      }
    }
  } /* sec02 */

  .section_03{
    margin-top: 120px;

    .text_01{
      max-width: 1016px;
      margin-inline: auto;
      margin-top: 60px;
    }

    .sec_03_list{
      max-width: 1016px;
      display: flex;
      margin-inline: auto;
      justify-content: center;
      gap: 32px;
      margin-top: 60px;

      .sec_03_list-item{
        background: rgba(249, 245, 244, 1);
        border-radius: 15px;
        padding: 24px;

        h3{
          font-size: 22px;
          color: rgba(112, 93, 72, 1);
          text-align: center;
          margin-bottom: 16px;
        }
      }
    }

    .sec_03_box{
      max-width: 1016px;
      display: flex;
      margin: 60px auto;
      gap: 32px;

      .img{
        width: 409px;
      }
    }
  } /* sec03 */
}

/* SP */
@media (max-width:768px){
  .goodTeeth{

    .goodTeeth-mv__wrapper{
      height: 74vw;
      padding-bottom: 0;
      background: url(../images/mv_sp.webp) no-repeat center top / cover;

      .goodTeeth-mv__inner{
        height: 100%;

        .mv-textBox{
          border-radius: 50%;
          height: 90%;
          width: 60%;
          top: 8px;
          background: rgba(255, 255, 255, 0.5);
          padding: 4px;
          position: relative;

          .mv-textBox__inner{
            border: 1px solid rgba(112, 93, 72, 0.5);
            border-radius: 50%;
            width: 100%;
            height: 100%;
          }

          .mv-textBox__text01{
            background: rgba(183, 158, 111, 1);
            color: #fff;
            text-align: center;
            padding: 4px 16px;
            width: fit-content;
            margin-inline: auto;
            border-radius: 9999px;
            margin-top: 46px;
          }

          .mv-textBox__title{
            color: rgba(112, 93, 72, 1);
            text-align: center;
            font-size: clamp(23px,5.75vw,54px);
            font-weight: 500;
            line-height: 1.3;

            .size_s{
              font-size: clamp(18px,4.5vw,38px);
            }
          }

          .mv-textBox-kaisai{
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 4px;
            margin-top: 0px;
            font-family: 'noto sans JP' ,sans-serif;

            dt{
              background: rgba(102, 102, 102, 1);
              border-radius: 8px;
              color: #fff;
              font-size: clamp(11px,2.75vw,14px);
              line-height: 1;
              padding: 8px 10px;
              margin-top: 8px;
              text-align: center;
            }

            dd{
              display: flex;
              align-items: center;
              gap: 4px;

              .kaisaiText01{
                font-size: clamp(20px,5vw,32px);
                color: rgba(102, 102, 102, 1);

                &.slash{
                  display: flex;

                  &::after{
                    content: "";
                    height: 50px;
                    width: 2px;
                    background: rgba(102, 102, 102, 1);
                    transform: rotate(10deg);
                    display: block;
                    margin-top: 16px;
                  }
                }
              }

              .kaisaiText02{
                font-size: clamp(42px,10.5vw,65px);
                color: rgba(102, 102, 102, 1);
              }

              .kaisaiText03{
                background: rgba(102, 102, 102, 1);
                color: #fff;
                font-size: clamp(14px,3.5vw,21px);
                padding-inline: 4px;
                margin-top: 24px;
              }
            }
          }
        }
      }
    } /* mv */

    .section_cmn{
      .title{
        font-size: clamp(24px,6vw,42px);
        color: rgba(112, 93, 72, 1);
        text-align: center;
        font-weight: 500;
      }

      .copy{
        background: rgba(112, 93, 72, 1);
        color: #fff;
        padding: 4px 24px;
        width: fit-content;
        margin-inline: auto;
        border-radius: 9999px;
      }

      .heading{
        display: flex;
        gap: 16px;
        align-items: center;

        &::after,&::before{
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background: rgba(208, 208, 208, 1);
          flex: 1;
        }
      }
    } /* cmn */

    .section_01{
      margin-top: 60px;

      .text_01{
        max-width: 800px;
        margin-inline: auto;
        margin-top: 60px;
      }

      .tbl{
        width: 100%;
        border-collapse: collapse;
        color: rgba(51, 51, 51, 1);
        margin-top: 32px;

        th,td{
          border: 1px solid rgba(221, 221, 221, 1);
          padding: 24px 24px;
          font-size: clamp(17px, 4.25vw ,19px);
        }

        th{
          text-align: center;
          font-weight: 500;
        }

        td{
          ul{
            list-style: disc;
            margin-left: 20px;

            li{
              font-size: clamp(17px, 4.25vw ,19px);
            }
          }

          .tbl_btn{
            display: flex;
            max-width: 500px;
            width: 100%;
            justify-content: center;
            gap: 24px;
            align-items: center;
            font-size: clamp(24px, 6vw ,30px);
            border-radius: 5px;
            padding: 8px 0;

            .serif{
              font-weight: 100;
            }

            &.btn_pc{
              background: rgba(163, 132, 60, 1);
              color: #fff;
              box-shadow: 5px 5px 0px rgba(232, 230, 230, 1);

              img{
                width: auto;
                height: 24px;
              }
            }

            &.btn_line{
              background: rgba(57, 173, 54, 1);
              color: #fff;
              box-shadow: 5px 5px 0px rgba(232, 230, 230, 1);
              margin-top: 24px;

              img{
                width: auto;
                height: 34px;
              }
            }

            &.btn_tel{
              border: 1px solid rgba(156, 144, 100, 1);
              box-shadow: 5px 5px 0px rgba(232, 230, 230, 1);
              margin: 24px 0;

              .btn_text{
                display: none;
              }

              img{
                width: auto;
                height: 34px;
              }

              .serif{
                color: rgba(156, 144, 100, 1);
                margin-left: -24px;
                font-size: clamp(24px, 6vw ,30px);
              }
            }
          }
        }
      }
    } /* sec01 */

    .section_02{
      margin-top: 120px;

      .box_01{
        margin-top: 60px;
        max-width: 992px;
        margin-inline: auto;
      }

      .flexBox{
        display: flex;
        gap: 36px;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(241, 239, 235, 1);
        flex-direction: column-reverse;

        &.box_05{
          border: none;
        }

        &.reverse{
          flex-direction: column-reverse;
        }

        .textBox{
          width: 100%;

          h3{
            font-size: clamp(24px, 6vw ,32px);
            margin-bottom: 40px;
            font-weight: 300;
            color: rgba(97, 107, 120, 1);
          }
        }

        .imgBox{
          box-shadow: 14px 14px 0px rgba(212, 207, 199, 1);
          border-radius: 14px;

          img{
            border-radius: 14px;
          }
        }
      }

      .box_06{
        max-width: 746px;
        margin-inline: auto;
        border: 2px solid rgba(32, 131, 196, 1);
        position: relative;
        border-radius: 10px;
        margin-top: 60px;
        padding-top: 16px;

        p{
          position: absolute;
          width: 90%;
          background: rgba(32, 131, 196, 1);
          color: #fff;
          top: -36px;
          border-radius: 5px;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center;

          br{
            display: block;
          }
        }

        img{
          width: auto;
          margin-inline: auto;
          display: block;
          border-radius: 10px;
        }
      }
    } /* sec02 */

    .section_03{
      margin-top: 120px;

      .text_01{
        max-width: 1016px;
        margin-inline: auto;
        margin-top: 60px;
      }

      .sec_03_list{
        max-width: 1016px;
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        justify-content: center;
        gap: 32px;
        margin-top: 60px;

        .sec_03_list-item{
          background: rgba(249, 245, 244, 1);
          border-radius: 15px;
          padding: 24px;

          h3{
            font-size: 22px;
            color: rgba(112, 93, 72, 1);
            text-align: center;
            margin-bottom: 16px;
          }
        }
      }

      .sec_03_box{
        max-width: 1016px;
        display: flex;
        margin: 60px auto;
        flex-direction: column-reverse;
        gap: 32px;

        .img{
          width: 409px;
          max-width: 100%;
        }
      }
    } /* sec03 */
  }
}