@charset "UTF-8";
.main_image {
  position: relative;
  min-width: 100%;
  height: 491px;
  box-sizing: border-box;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 0 0 35px;
  margin: 0 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

@media screen and (max-width: 768px) {
  .lead_sec {
    margin-bottom: 13.8vw;
  }
}

.sec01 {
  margin-bottom: 125px;
}
.sec01 .first_box {
  margin-bottom: 115px;
}
.sec01 .first_box .flexbox {
  -moz-column-gap: 75px;
       column-gap: 75px;
  align-items: flex-start;
}
.sec01 .first_box .flexbox .imagebox {
  width: 100%;
}
.sec01 .first_box .flexbox .textbox .box_title {
  margin-bottom: 40px;
  font-weight: bold;
  font-family: serif;
  font-size: 24px;
}
.sec01 .first_box .flexbox .textbox .box_title .blue {
  font-weight: bold;
  color: #397CB6;
}
.sec01 .second_box .box_title {
  font-size: 24px;
  font-family: serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 2px dashed #397CB6;
}
.sec01 .second_box .box_title .blue {
  font-weight: bold;
  color: #397CB6;
}
.sec01 .second_box .table_box {
  background-color: #fff;
}
.sec01 .second_box .table_box .thead {
  border-bottom: 2px solid #191E20;
}
.sec01 .second_box .table_box .thead .merit {
  color: #D69673;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
}
.sec01 .second_box .table_box .thead .demerit {
  color: #636C75;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
}
.sec01 .second_box .table_box .menu_img {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
}
.sec01 .second_box .table_box .merit, .sec01 .second_box .table_box .demerit, .sec01 .second_box .table_box .merit_cont, .sec01 .second_box .table_box .demerit_cont {
  border-left: 1px dashed #636C75;
}
.sec01 .second_box .table_box .merit_cont, .sec01 .second_box .table_box .demerit_cont {
  width: 36%;
  padding: 35px 40px 15px 25px;
}
.sec01 .second_box .table_box .merit_cont .m_cont, .sec01 .second_box .table_box .merit_cont .d_cont, .sec01 .second_box .table_box .demerit_cont .m_cont, .sec01 .second_box .table_box .demerit_cont .d_cont {
  position: relative;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.8;
}
.sec01 .second_box .table_box .merit_cont .cont, .sec01 .second_box .table_box .demerit_cont .cont {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.sec01 .second_box .table_box .merit_cont .cont .maru, .sec01 .second_box .table_box .demerit_cont .cont .maru {
  color: #D69673;
  font-size: 20px;
  line-height: 1.8;
}
.sec01 .second_box .table_box .merit_cont .cont .batu, .sec01 .second_box .table_box .demerit_cont .cont .batu {
  color: #636C75;
  font-size: 23px;
  line-height: 1.8;
}
.sec01 .second_box .table_box .menu {
  padding: 25px 42px;
}
.sec01 .second_box .table_box .menu .menu01 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .first_box {
    margin-bottom: 10vw;
  }
  .sec01 .first_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec01 .first_box .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .first_box .flexbox .textbox .box_title {
    margin-bottom: 3vw;
    font-weight: bold;
    font-family: serif;
    font-size: 5vw;
  }
  .sec01 .first_box .flexbox .textbox .box_title .blue {
    font-weight: bold;
    color: #397CB6;
  }
  .sec01 .second_box .box_title {
    font-size: 5vw;
    font-family: serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    border-bottom: 2px dashed #397CB6;
  }
  .sec01 .second_box .box_title .blue {
    font-weight: bold;
    color: #397CB6;
  }
  .sec01 .second_box .table_box {
    background-color: #fff;
  }
  .sec01 .second_box .table_box .thead {
    border-bottom: 0px solid #191E20;
    display: flex;
    flex-direction: column;
  }
  .sec01 .second_box .table_box .thead .merit {
    color: #D69673;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 3vw 0;
  }
  .sec01 .second_box .table_box .thead .demerit {
    color: #636C75;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 3vw 0;
  }
  .sec01 .second_box .table_box .menu_img {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0;
  }
  .sec01 .second_box .table_box .merit, .sec01 .second_box .table_box .demerit, .sec01 .second_box .table_box .merit_cont, .sec01 .second_box .table_box .demerit_cont {
    border-left: 0px dashed #636C75;
    margin-bottom: 1px dashed #636363;
  }
  .sec01 .second_box .table_box .merit_cont, .sec01 .second_box .table_box .demerit_cont {
    width: 90%;
    padding: 0vw 4vw 5vw 5vw;
  }
  .sec01 .second_box .table_box .merit_cont .m_cont, .sec01 .second_box .table_box .merit_cont .d_cont, .sec01 .second_box .table_box .demerit_cont .m_cont, .sec01 .second_box .table_box .demerit_cont .d_cont {
    position: relative;
    font-size: 4vw;
    margin-bottom: 3vw;
    line-height: 1.8;
  }
  .sec01 .second_box .table_box .merit_cont .cont, .sec01 .second_box .table_box .demerit_cont .cont {
    display: flex;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .sec01 .second_box .table_box .merit_cont .cont .maru, .sec01 .second_box .table_box .demerit_cont .cont .maru {
    color: #D69673;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .sec01 .second_box .table_box .merit_cont .cont .batu, .sec01 .second_box .table_box .demerit_cont .cont .batu {
    color: #636C75;
    font-size: 4.8vw;
    line-height: 1.8;
  }
  .sec01 .second_box .table_box .merit_cont {
    border-bottom: 1px dashed #636C75;
  }
  .sec01 .second_box .table_box .demerit_cont {
    border-bottom: 2px solid #191E20;
  }
  .sec01 .second_box .table_box .last {
    border-bottom: none;
  }
  .sec01 .second_box .table_box .menu {
    padding: 5vw 5vw 0 5vw;
  }
  .sec01 .second_box .table_box .menu .menu01 {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5vw;
  }
}

.sec02 {
  margin-bottom: 145px;
}
.sec02 .num_box .flexbox .image01 {
  width: 100%;
  margin-bottom: 20px;
}
.sec02 .num_box .flexbox .image02 {
  position: relative;
}
.sec02 .num_box .flexbox .image02::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 58px;
  right: 30px;
  bottom: 160px;
  z-index: 1;
  background: url(/images/caries/sec01_kazari.webp) center/contain no-repeat;
}
.sec02 .num_box .flexbox .image02 .circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 204px;
  height: 204px;
  background-color: rgba(57, 124, 182, 0.8);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: serif;
  text-align: center;
  border-radius: 100%;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.sec02 .num_box .flexbox .image02 .circle .big {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.sec02 .num_box .flexbox .sp_bottom {
  margin-bottom: 10vw;
}
.sec02 .num_box .flexbox .float_text {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
}
.sec02 .num_box .btn_box {
  margin-top: 50px;
  justify-content: flex-end;
}
.sec02 .box01 {
  background-color: #fff;
  border-radius: 20px;
  padding: 65px 90px;
  margin-bottom: 100px;
}
.sec02 .box01 .box_header {
  margin-bottom: 60px;
}
.sec02 .box01 .box_header .header_subtitle {
  font-size: 21px;
  color: #397CB6;
  text-align: center;
}
.sec02 .box01 .box_header .header_title {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
}
.sec02 .box01 .box_header .header_title .blue {
  font-weight: bold;
  color: #397CB6;
}
.sec02 .box01 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.sec02 .box01 .gridbox .box_title {
  margin: 15px 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #397CB6;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .num_box .btn_box {
    margin-top: 5vw;
    justify-content: center;
    margin-bottom: 5vw;
  }
  .sec02 .num_box .flexbox .image02 .circle {
    position: absolute;
    bottom: 1vw;
    right: 1vw;
    width: 43vw;
    height: 43vw;
    background-color: rgba(57, 124, 182, 0.8);
    color: #fff;
    text-align: center;
    font-size: 4vw;
    font-family: serif;
    text-align: center;
    border-radius: 100%;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .sec02 .num_box .flexbox .image02 .circle .big {
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .sec02 .box01 {
    background-color: #fff;
    border-radius: 20px;
    padding: 10vw 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .box01 .box_header {
    margin-bottom: 5vw;
  }
  .sec02 .box01 .box_header .header_subtitle {
    font-size: 4.5vw;
    color: #397CB6;
    text-align: center;
  }
  .sec02 .box01 .box_header .header_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
  }
  .sec02 .box01 .box_header .header_title .blue {
    font-weight: bold;
    color: #397CB6;
  }
  .sec02 .box01 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
  }
  .sec02 .box01 .gridbox .box_title {
    margin: 3vw 0;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    color: #397CB6;
  }
}

.sec03 {
  margin-bottom: 125px;
}
.sec03 .first_box {
  margin-bottom: 105px;
}
.sec03 .first_box .flexbox {
  -moz-column-gap: 75px;
       column-gap: 75px;
  align-items: flex-start;
}
.sec03 .first_box .flexbox .imagebox {
  width: 71.2%;
}
.sec03 .first_box .flexbox .textbox {
  width: 100%;
}
.sec03 .first_box .flexbox .textbox .box_title {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
}
.sec03 .first_box .flexbox .textbox .box_title .blue {
  color: #397CB6;
  font-weight: bold;
}
.sec03 .second_box .white {
  background-color: #fff;
  padding: 40px 35px;
  margin-bottom: 35px;
}
.sec03 .second_box .white .white_title {
  position: relative;
  font-size: 24px;
  color: #397CB6;
  font-weight: bold;
  font-family: serif;
  padding-left: 40px;
  margin-bottom: 20px;
}
.sec03 .second_box .white .white_title::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 28px;
  bottom: 50%;
  transform: translateY(50%);
}
.sec03 .second_box .white .flexbox {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sec03 .second_box .white .box_text {
  width: 82%;
}
.sec03 .second_box .white .imagebox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .first_box {
    margin-bottom: 10vw;
  }
  .sec03 .first_box .flexbox {
    flex-direction: column-reverse;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
  }
  .sec03 .first_box .flexbox .imagebox {
    width: 100%;
  }
  .sec03 .first_box .flexbox .textbox {
    width: 100%;
  }
  .sec03 .first_box .flexbox .textbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 3vw;
  }
  .sec03 .first_box .flexbox .textbox .box_title .blue {
    color: #397CB6;
    font-weight: bold;
  }
  .sec03 .second_box .white {
    background-color: #fff;
    padding: 10vw 5vw;
    margin-bottom: 35px;
  }
  .sec03 .second_box .white .white_title {
    position: relative;
    font-size: 5vw;
    color: #397CB6;
    font-weight: bold;
    font-family: serif;
    padding-left: 10vw;
    margin-bottom: 3vw;
  }
  .sec03 .second_box .white .white_title::before {
    content: "●";
    position: absolute;
    left: 0;
    font-size: 5vw;
    bottom: 50%;
    transform: translateY(50%);
  }
  .sec03 .second_box .white .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column-reverse;
  }
  .sec03 .second_box .white .box_text {
    width: 100%;
  }
  .sec03 .second_box .white .imagebox {
    width: 100%;
  }
}

.sec04 {
  margin-bottom: 150px;
}
.sec04 .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
  margin-bottom: 110px;
  position: relative;
}
.sec04 .flexbox::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 19px;
  right: 50%;
  bottom: -50px;
  transform: translateX(50%);
  background: url(/images/perio/polygon_1.webp) center/contain no-repeat;
}
.sec04 .flexbox .imagebox {
  width: 39.3%;
}
.sec04 .flexbox .textbox {
  width: 100%;
}
.sec04 .flexbox .textbox .step_title {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  align-items: center;
}
.sec04 .flexbox .textbox .step_title .step {
  font-size: 18px;
  color: #397CB6;
  font-family: serif;
  font-weight: bold;
}
.sec04 .flexbox .textbox .step_title .step .step_num {
  font-weight: bold;
  font-size: 28px;
  color: #397CB6;
}
.sec04 .flexbox .textbox .step_title .box_title {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
}
.sec04 .flexbox .textbox .box_text {
  margin-bottom: 35px;
}
.sec04 .flexbox .textbox .bottom_list {
  background-color: #fff;
  padding: 25px 0 15px 40px;
}
.sec04 .flexbox .textbox .bottom_list .bottom_title {
  color: #397CB6;
  font-size: 18px;
  font-weight: bold;
}
.sec04 .flexbox .textbox .bottom_list .bottom_text {
  margin-bottom: 20px;
}
.sec04 .flexbox .circle {
  position: absolute;
  content: "";
  bottom: -40px;
  right: -10px;
}
.sec04 .flex_last::before {
  display: none;
}
.sec04 .btn_box {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
    margin-bottom: 10vw;
    position: relative;
  }
  .sec04 .flexbox::before {
    position: absolute;
    content: "";
    width: 7vw;
    height: 5vw;
    right: 50%;
    bottom: -6vw;
    transform: translateX(50%);
    background: url(/images/perio/polygon_1.webp) center/contain no-repeat;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .flexbox .textbox {
    width: 100%;
  }
  .sec04 .flexbox .textbox .step_title {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
  }
  .sec04 .flexbox .textbox .step_title .step {
    font-size: 4vw;
    color: #397CB6;
    font-family: serif;
    font-weight: bold;
  }
  .sec04 .flexbox .textbox .step_title .step .step_num {
    font-weight: bold;
    font-size: 6vw;
    color: #397CB6;
  }
  .sec04 .flexbox .textbox .step_title .box_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
  }
  .sec04 .flexbox .textbox .box_text {
    margin-bottom: 5vw;
  }
  .sec04 .flexbox .textbox .bottom_list {
    background-color: #fff;
    padding: 5vw;
  }
  .sec04 .flexbox .textbox .bottom_list .bottom_title {
    color: #397CB6;
    font-size: 4vw;
    font-weight: bold;
  }
  .sec04 .flexbox .textbox .bottom_list .bottom_text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec04 .flexbox .circle {
    position: absolute;
    content: "";
    bottom: -3vw;
    right: -3vw;
    width: 70%;
  }
  .sec04 .flex_last::before {
    display: none;
  }
  .sec04 .btn_box {
    padding-top: 5vw;
    justify-content: center;
  }
}

.sec05 {
  margin-bottom: 125px;
}
.sec05 .sec_header {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 23.8vw;
  }
  .sec05 .btn_box {
    padding-top: 5vw;
  }
}/*# sourceMappingURL=implant.css.map */