@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/caries/caries_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@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/caries/caries_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .flexbox {
  justify-content: flex-start;
}
.sec01 .textbox {
  margin-right: 100px;
}
.sec01 .imagebox {
  width: 65.4%;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.7vw;
  }
  .sec01 .flexbox {
    display: block;
    justify-content: flex-start;
  }
  .sec01 .textbox {
    margin-right: 0;
  }
  .sec01 .imagebox {
    width: 100%;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .point_header .point_title {
  font-feature-settings: "palt";
  font-size: 23px;
}
.sec02 .bottom_box {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 40px 60px 55px;
  margin-bottom: 80px;
}
.sec02 .bottom_box .box_header {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #16216D;
  border-bottom: 1px dashed #3B639A;
}
.sec02 .bottom_box .box_header .subtitle {
  font-size: 18px;
  color: #16216D;
}
.sec02 .bottom_box .box_header .box_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .bottom_box .imagebox {
  width: 22%;
  margin-left: 50px;
}
.sec02 .bottom_box .img_text {
  position: absolute;
  bottom: -5px;
  left: -30px;
}
.sec02 .bottom_box .img_text01, .sec02 .bottom_box .img_text02 {
  background-color: #3B639A;
  color: #fff;
  padding: 0 5px;
  letter-spacing: 0.1em;
}
.sec02 .bottom_box .img_text01 {
  margin-bottom: 5px;
  width: 150px;
}
.sec02 .bottom_box .img_text02 {
  width: 170px;
}
.sec02 .bottom_box .textbox {
  width: 73%;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point_header .point_title {
    font-size: 4.5vw;
    padding-left: 3vw;
  }
  .sec02 .bottom_box {
    padding: 10vw 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .bottom_box .box_header {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .sec02 .bottom_box .box_header .subtitle {
    font-size: 4.3vw;
  }
  .sec02 .bottom_box .box_header .box_title {
    font-size: 4.8vw;
  }
  .sec02 .bottom_box .flexbox {
    display: block;
  }
  .sec02 .bottom_box .imagebox {
    width: 80%;
    margin: 0 auto 3vw;
  }
  .sec02 .bottom_box .img_text {
    position: absolute;
    bottom: 3vw;
    left: -7vw;
  }
  .sec02 .bottom_box .img_text01, .sec02 .bottom_box .img_text02 {
    padding: 0 2vw;
    font-size: 4vw;
  }
  .sec02 .bottom_box .img_text01 {
    margin-bottom: 1vw;
    width: 31vw;
  }
  .sec02 .bottom_box .img_text02 {
    width: 36vw;
  }
  .sec02 .bottom_box .textbox {
    width: 100%;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 1045px;
  margin: 0 auto;
}
.sec03 .gridbox .box {
  width: 335px;
}
.sec03 .gridbox .box_title {
  background-color: #E6E6E6;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 21px;
}
.sec03 .gridbox .pink {
  background-color: #E7AAB0;
  color: #fff;
}
.sec03 .gridbox .meritbox {
  border: 1px solid #E7AAB0;
  height: 230px;
  margin-top: 5px;
}
.sec03 .gridbox .meritbox .merit_list {
  padding: 0 5px 20px 40px;
}
.sec03 .gridbox .meritbox .merit_title {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #FAA9B5;
  text-align: center;
  padding: 15px 0 20px;
}
.sec03 .gridbox .meritbox .merit_item:not(:last-of-type) {
  margin-bottom: 15px;
}
.sec03 .gridbox .meritbox .merit_item {
  position: relative;
  letter-spacing: 0.1em;
}
.sec03 .gridbox .meritbox .merit_item::before {
  content: "〇";
  position: absolute;
  left: -30px;
  bottom: 50%;
  transform: translateY(50%);
  color: #F3B2B8;
  font-size: 16px;
}
.sec03 .gridbox .demeritbox {
  border: 1px solid #CCCCCC;
  height: 311px;
  margin-top: 5px;
}
.sec03 .gridbox .demeritbox .demerit_list {
  padding: 0 5px 20px 40px;
}
.sec03 .gridbox .demeritbox .demerit_title {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #CCCCCC;
  text-align: center;
  padding: 15px 0 20px;
}
.sec03 .gridbox .demeritbox .demerit_item:not(:last-of-type) {
  margin-bottom: 15px;
}
.sec03 .gridbox .demeritbox .demerit_item {
  position: relative;
  letter-spacing: 0.1em;
}
.sec03 .gridbox .demeritbox .demerit_item::before {
  content: "×";
  position: absolute;
  left: -30px;
  bottom: 50%;
  transform: translateY(50%);
  color: #808080;
  font-size: 16px;
}
.sec03 .about_btn {
  color: #444444;
  margin-top: 60px;
}
.sec03 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
.sec03 .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 0 auto;
    row-gap: 5vw;
  }
  .sec03 .gridbox .box {
    width: 100%;
  }
  .sec03 .gridbox .box_title {
    font-size: 4.8vw;
  }
  .sec03 .gridbox .imagebox {
    margin-bottom: 1vw;
  }
  .sec03 .gridbox .meritbox {
    height: auto;
    margin-top: 1vw;
  }
  .sec03 .gridbox .meritbox .merit_list {
    padding: 0 5vw 5vw 10vw;
  }
  .sec03 .gridbox .meritbox .merit_title {
    font-size: 4.5vw;
    padding: 2vw 0;
  }
  .sec03 .gridbox .meritbox .merit_item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .sec03 .gridbox .meritbox .merit_item {
    font-size: 4vw;
  }
  .sec03 .gridbox .meritbox .merit_item::before {
    position: absolute;
    left: -6vw;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 4vw;
  }
  .sec03 .gridbox .demeritbox {
    height: auto;
    margin-top: 1vw;
  }
  .sec03 .gridbox .demeritbox .demerit_list {
    padding: 0 5vw 5vw 10vw;
  }
  .sec03 .gridbox .demeritbox .demerit_title {
    font-size: 4.5vw;
    padding: 2vw 0;
  }
  .sec03 .gridbox .demeritbox .demerit_item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .sec03 .gridbox .demeritbox .demerit_item {
    font-size: 4vw;
  }
  .sec03 .gridbox .demeritbox .demerit_item::before {
    position: absolute;
    left: -6vw;
    bottom: 50%;
    transform: translateY(50%);
    font-size: 4vw;
  }
  .sec03 .about_btn {
    margin-top: 0;
    margin-bottom: 5vw;
  }
  .sec03 .pc {
    display: none;
  }
  .sec03 .sp {
    display: block;
  }
}

.sec04 {
  margin-bottom: 100px;
}
.sec04 .about_btn {
  color: #444444;
  margin-top: 20px;
}
.sec04 .about_btn::before {
  background: url(/images/common/pink_icon.webp) center/contain no-repeat;
}
.sec04 .bottom_title {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  text-align: center;
  color: #16216D;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #3B639A;
}
.sec04 .bottom_box {
  margin-top: 105px;
  position: relative;
  background-color: rgba(85, 168, 171, 0.1);
  padding: 45px 50px 65px;
}
.sec04 .bottom_box .textbox {
  width: 912px;
}
.sec04 .bottom_box::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 143px;
  right: 70px;
  bottom: -30px;
  background: url(/images/implant/kazari.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .about_btn {
    margin-top: 10vw;
  }
  .sec04 .bottom_title {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .sec04 .bottom_box {
    margin-top: 10vw;
    padding: 10vw 5vw;
  }
  .sec04 .bottom_box .textbox {
    width: 100%;
  }
  .sec04 .bottom_box::before {
    content: "";
    position: absolute;
    width: 8vw;
    height: 24vw;
    right: 10vw;
    bottom: -8vw;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .textbox {
  width: 81.2%;
  margin: 0 auto 60px;
}
.sec05 .pricebox .price {
  color: #3B639A;
}
.sec05 .bottom_box {
  border: 1px solid #A67E34;
  padding: 35px 60px 45px;
  margin-bottom: 60px;
}
.sec05 .bottom_box .bottom_title {
  font-size: 21px;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  color: #A67E34;
  text-align: center;
}
.sec05 .bottom_box .listbox {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 45px;
}
.sec05 .bottom_box .listbox .bottom_list .item {
  font-size: 18px;
}
.sec05 .bottom_box .listbox .bottom_list .item .gold {
  color: #A67E34;
}
.sec05 .bottom_box .listbox .bottom_list .item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 13.8vw;
  }
  .sec05 .textbox {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .sec05 .bottom_box {
    padding: 10vw 5vw;
    margin-bottom: 5vw;
  }
  .sec05 .bottom_box .bottom_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec05 .bottom_box .listbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 3vw;
  }
  .sec05 .bottom_box .listbox .bottom_list {
    margin-bottom: 3vw;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sec05 .bottom_box .listbox .bottom_list .item {
    font-size: 4vw;
  }
  .sec05 .bottom_box .listbox .bottom_list .item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}/*# sourceMappingURL=implant.css.map */