.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: 145px;
}
.sec01 .flexbox {
  -moz-column-gap: 80px;
       column-gap: 80px;
  align-items: flex-start;
  margin-bottom: 195px;
}
.sec01 .flexbox .imagebox {
  width: 71.1%;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .flexbox {
    -moz-column-gap: 0px;
         column-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40vw;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
}

.sec02 {
  margin-bottom: 120px;
}
.sec02 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 95px;
       column-gap: 95px;
  width: 1113px;
  margin: 0 auto;
}
.sec02 .gridbox .box {
  width: 506px;
  height: 507px;
}
.sec02 .gridbox .box .imagebox {
  height: 160px;
  text-align: center;
}
.sec02 .gridbox .box .textbox .box_title {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #4E89BD;
}
.sec02 .gridbox .box .textbox .box_title .blue {
  font-size: 24px;
  font-weight: bold;
  font-family: serif;
  color: #4E89BD;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    width: 100%;
    margin: 0 auto;
    row-gap: 10vw;
  }
  .sec02 .gridbox .box {
    width: 100%;
    height: auto;
  }
  .sec02 .gridbox .box .imagebox {
    width: 60%;
    margin: 0 auto 5vw;
    height: auto;
    text-align: center;
  }
  .sec02 .gridbox .box .textbox .box_title {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    padding-bottom: 3vw;
    margin-bottom: 5vw;
    line-height: 1.5;
    border-bottom: 1px dashed #4E89BD;
  }
  .sec02 .gridbox .box .textbox .box_title .blue {
    font-size: 5vw;
    font-weight: bold;
    font-family: serif;
    color: #4E89BD;
  }
}

.sec03 {
  margin-bottom: 130px;
}
.sec03 .sec_header {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .menu_box .box .flexbox .textbox .box2 .box_big::before {
    position: absolute;
    content: "";
    width: 16vw;
    height: 1vw;
    left: -2vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/line_price.webp) center/contain no-repeat;
  }
  .sec03 .long {
    font-feature-settings: "palt";
  }
}

.sec04 {
  margin-bottom: 150px;
}
.sec04 .flexbox {
  -moz-column-gap: 75px;
       column-gap: 75px;
  align-items: flex-start;
}
.sec04 .flexbox .imagebox {
  width: 71.2%;
}
.sec04 .flexbox .textbox {
  width: 100%;
}
.sec04 .flexbox .textbox .box_text {
  margin-bottom: 110px;
}
.sec04 .flexbox .textbox .about_btn::before {
  background: url(/images/common/red_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sec04 .flexbox .imagebox {
    width: 100%;
  }
  .sec04 .flexbox .textbox {
    width: 100%;
  }
  .sec04 .flexbox .textbox .box_text {
    margin-bottom: 10vw;
  }
  .sec04 .flexbox .textbox .about_btn::before {
    background: url(/images/common/red_icon.webp) center/contain no-repeat;
  }
}

.sec05 {
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 23.8vw;
  }
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .flexbox {
  position: relative;
  justify-content: flex-start;
}
.sec06 .flexbox .textbox {
  width: 50%;
}
.sec06 .flexbox .textbox .box_title {
  font-size: 74px;
  font-weight: bold;
  font-family: serif;
  color: #4e89bd;
  opacity: 40%;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 85px;
}
.sec06 .flexbox .textbox .box_subtitle {
  font-size: 28px;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 50px;
}
.sec06 .flexbox .textbox .box_text {
  font-size: 18px;
}
.sec06 .flexbox .textbox .box_text .blue {
  color: #397CB6;
  font-size: 18px;
  font-weight: bold;
}
.sec06 .flexbox .imagebox {
  position: absolute;
  right: -105px;
  bottom: 50%;
  transform: translateY(50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .flexbox {
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
  }
  .sec06 .flexbox .textbox {
    width: 100%;
  }
  .sec06 .flexbox .textbox .box_title {
    font-size: 10vw;
    font-weight: bold;
    font-family: serif;
    color: #4e89bd;
    opacity: 40%;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 5vw;
  }
  .sec06 .flexbox .textbox .box_subtitle {
    font-size: 5.5vw;
    font-weight: bold;
    font-family: serif;
    margin-bottom: 5vw;
    font-feature-settings: "palt";
  }
  .sec06 .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec06 .flexbox .textbox .box_text .blue {
    color: #397CB6;
    font-size: 4vw;
    font-weight: bold;
  }
  .sec06 .flexbox .imagebox {
    position: absolute;
    right: -5vw;
    bottom: 50%;
    transform: translateY(-10%);
  }
}/*# sourceMappingURL=denture.css.map */