@charset "UTF-8";
.main_image {
  position: relative;
  height: 522px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/denture/denture_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;
  text-align: center;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images/common/line.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 60vw;
    padding-top: 28.3vw;
    box-sizing: border-box;
    background: url(/images/denture/denture_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;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images/denture/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
.sec01 {
  padding-bottom: 100px;
}
.sec01 .check_list_box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec01 .check_list_box .item {
  border-bottom: 1px dashed #333631;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec01 .check_list_box {
    padding: 5.5vw 0;
  }
  .sec01 .check_list_box .list {
    display: block;
  }
  .sec01 .check_list_box .item {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5vw;
  }
  .sec01 .check_list_box .item:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .sec01 .check_list_box .item:nth-of-type(2n-1) {
    margin-right: initial;
  }
  .sec01 .check_list_box .check_img {
    width: 7vw;
    height: 7vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .point01 .textbox, .sec02 .point03 .textbox {
  margin-right: 50px;
}
.sec02 .point02 {
  flex-direction: row-reverse;
}
.sec02 .point02 .textbox {
  margin-left: 50px;
}
.sec02 .point_title {
  font-size: 23px;
  font-feature-settings: "palt";
}
.sec02 .pricebox {
  text-align: center;
  margin-bottom: 55px;
}
.sec02 .pricebox .gridbox {
  grid-template-columns: repeat(1, 2fr);
  width: 100%;
  max-width: 100%;
}
.sec02 .pricebox .gridbox .flexbox {
  margin-top: 56px;
  padding-bottom: 62px;
  border-bottom: 0.5px solid #333631;
}
.sec02 .pricebox .gridbox .price_menu {
  text-align: left;
  width: 48%;
}
.sec02 .pricebox .gridbox .price {
  text-align: right;
  width: 48%;
}
.sec02 .about_btn {
  border-bottom: 1px solid #0071B7;
}
.sec02 .about_btn::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/common/price_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .point {
    margin-bottom: 10vw;
  }
  .sec02 .point01 .textbox, .sec02 .point03 .textbox {
    margin-right: initial;
  }
  .sec02 .point02 .textbox {
    margin-left: initial;
  }
  .sec02 .point03 .point_title {
    font-feature-settings: "palt";
    font-size: 5.3vw;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .first_text {
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  color: #333631;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 95px;
}
.sec03 .compare_box {
  width: 100%;
  margin-bottom: 80px;
}
.sec03 .compare_box .list {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.sec03 .compare_box .item {
  width: 33%;
  display: flex;
  flex-direction: column;
}
.sec03 .compare_box .item:not(:last-of-type) {
  margin-right: 20px;
}
.sec03 .compare_box .item_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #F5F3F1;
  padding: 10px 0;
}
.sec03 .compare_box .d_title {
  background-color: #DBF2EF;
}
.sec03 .compare_box .box01 {
  margin-bottom: 5px;
  background-color: #F5F3F1;
  text-align: center;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
}
.sec03 .compare_box .denture1 {
  background-color: #DBF2EF;
}
.sec03 .compare_box .box01 img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.sec03 .compare_box .box2 {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #F5F3F1;
  min-height: 240px;
}
.sec03 .compare_box .box2 .merit_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  background-color: #F09FA6;
  border-radius: 5px;
  color: #fff;
}
.sec03 .compare_box .box2 .merit_item {
  padding-left: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}
.sec03 .compare_box .box2 .merit_item::before {
  content: "〇";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #F09FA6;
}
.sec03 .compare_box .denture2 {
  background-color: #DBF2EF;
}
.sec03 .compare_box .box03 {
  flex-grow: 1;
  padding: 20px;
  margin-bottom: 5px;
  background-color: #F5F3F1;
}
.sec03 .compare_box .box03 .demerit_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  background-color: #B3B3B3;
  border-radius: 5px;
  color: #fff;
}
.sec03 .compare_box .box03 .demerit_item {
  padding-left: 1.6em;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}
.sec03 .compare_box .box03 .demerit_item::before {
  content: "×";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #666666;
}
.sec03 .compare_box .denture3 {
  background-color: #DBF2EF;
}
.sec03 .compare_box .flexbox {
  justify-content: center;
  width: 33%;
  margin-right: 0;
  margin-left: auto;
}
.sec03 .compare_box .flexbox .about_btn {
  border-bottom: 1px solid #CE95C0;
}
.sec03 .compare_box .flexbox .about_btn::before {
  width: 20px;
  height: 20px;
  background: url(/images/denture/purple_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .first_text {
    font-size: 4vw;
    padding-bottom: 10vw;
    width: 100%;
  }
  .sec03 .compare_box {
    margin-bottom: 10vw;
  }
  .sec03 .compare_box .flexbox {
    width: 100%;
  }
  .sec03 .compare_box .list {
    display: block;
  }
  .sec03 .compare_box .item {
    width: 100%;
  }
  .sec03 .compare_box .item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec03 .compare_box .item_title {
    font-size: 5.3vw;
  }
  .sec03 .compare_box .box01 {
    margin-bottom: 1vw;
  }
  .sec03 .compare_box .box2, .sec03 .compare_box .box03 {
    margin-bottom: 1vw;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .sec03 .compare_box .box2 .merit_title, .sec03 .compare_box .box2 .demerit_title, .sec03 .compare_box .box03 .merit_title, .sec03 .compare_box .box03 .demerit_title {
    font-size: 5vw;
    margin-bottom: 10vw;
    border-radius: 20vw;
  }
  .sec03 .compare_box .box2 .merit_item, .sec03 .compare_box .box2 .demerit_item, .sec03 .compare_box .box03 .merit_item, .sec03 .compare_box .box03 .demerit_item {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
  .sec03 .compare_box .box2 .merit_item::before, .sec03 .compare_box .box2 .demerit_item::before, .sec03 .compare_box .box03 .merit_item::before, .sec03 .compare_box .box03 .demerit_item::before {
    font-size: 4vw;
  }
  .sec03 .compare_box .flexbox .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .menu_box {
  margin: 0 auto 55px;
  box-sizing: border-box;
}
.sec04 .menu_box .flexbox {
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 55px;
  box-sizing: border-box;
}
.sec04 .menu_box .flexbox .textbox {
  width: 70%;
  margin-right: 60px;
  box-sizing: border-box;
}
.sec04 .menu_box .flexbox .textbox .menu_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: left;
  padding-left: 55px;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.sec04 .menu_box .flexbox .textbox .menu_title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  background: url(/images/denture/green_icon.webp) center/contain no-repeat;
}
.sec04 .menu_box .flexbox .imagebox {
  width: 330px;
  min-width: 33%;
}
.sec04 .balance_box {
  display: flex;
  justify-content: space-between;
}
.sec04 .balance_box:not(:last-of-type) {
  margin-bottom: 55px;
  border-bottom: 1px solid #009245;
}
.sec04 .merit_box {
  position: relative;
  width: 525px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #f8ebeb;
}
.sec04 .merit_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #F09FA6;
  margin-bottom: 30px;
  border-bottom: 1px solid #F3B2B8;
  padding-bottom: 10px;
}
.sec04 .merit_list {
  width: 100%;
  margin: 0 auto;
}
.sec04 .merit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec04 .merit_item::before {
  content: "〇";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #F3B2B8;
}
.sec04 .merit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec04 .demerit_box {
  position: relative;
  width: 525px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #EDEDED;
}
.sec04 .demerit_title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #949494;
  margin-bottom: 30px;
  border-bottom: 1px solid #949494;
  padding-bottom: 10px;
}
.sec04 .demerit_list {
  width: 100%;
  margin: 0 auto;
}
.sec04 .demerit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec04 .demerit_item::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #666666;
}
.sec04 .demerit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .menu_box .flexbox .imagebox {
    margin-bottom: 5vw;
    width: initial;
    min-width: initial;
  }
  .sec04 .menu_box .flexbox .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec04 .menu_box .flexbox .textbox .menu_title {
    font-size: 5vw;
    padding-left: 12vw;
    margin-bottom: 5vw;
  }
  .sec04 .menu_box .flexbox .textbox .menu_title::before {
    width: 8vw;
    height: 8vw;
    top: 3vw;
  }
  .sec04 .balance_box {
    display: block;
  }
  .sec04 .balance_box .merit_box, .sec04 .balance_box .demerit_box {
    width: 100%;
    max-width: 100%;
    padding: 10vw 5vw;
    margin: 0 auto 10vw;
  }
  .sec04 .balance_box .merit_box .merit_title, .sec04 .balance_box .merit_box .demerit_title, .sec04 .balance_box .demerit_box .merit_title, .sec04 .balance_box .demerit_box .demerit_title {
    font-size: 5vw;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
  .sec04 .balance_box:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .sec04 .merit_item:not(:last-of-type), .sec04 .demerit_item:not(:last-of-type) {
    margin-bottom: 5vw;
  }
  .sec04 .merit_item::before, .sec04 .demerit_item::before {
    font-size: 4vw;
  }
  .sec04 .merit_item, .sec04 .demerit_item {
    font-size: 4vw;
  }
}

.sec05 {
  padding-bottom: 100px;
}
.sec05 .flexbox {
  flex-direction: row-reverse;
}
.sec05 .flexbox .textbox {
  margin-right: 60px;
}
.sec05 .about_btn {
  margin-top: 100px;
  border-bottom: 1px solid #F0A76D;
}
.sec05 .about_btn::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/denture/orange_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 13.8vw;
  }
  .sec05 .flexbox .textbox {
    margin-right: initial;
  }
  .sec05 .about_btn {
    margin-top: 5vw;
  }
  .sec05 .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
}

.sec06 {
  padding-bottom: 100px;
}
.sec06 .pricebox {
  text-align: center;
  margin-bottom: 55px;
}
.sec06 .pricebox .gridbox {
  grid-template-columns: repeat(1, 2fr);
  width: 100%;
  max-width: 100%;
}
.sec06 .pricebox .gridbox .flexbox {
  margin-top: 56px;
  padding-bottom: 62px;
  border-bottom: 0.5px solid #333631;
}
.sec06 .pricebox .gridbox .price_menu {
  text-align: left;
  width: 48%;
}
.sec06 .pricebox .gridbox .price {
  text-align: right;
  width: 48%;
}
.sec06 .about_btn {
  border-bottom: 1px solid #0071B7;
}
.sec06 .about_btn::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/common/price_icon.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding-bottom: 13.8vw;
  }
  .sec06 .about_btn::before {
    width: 7vw;
    height: 7vw;
  }
  .sec06 .pricebox {
    margin-bottom: 10vw;
    padding-bottom: initial;
  }
  .sec06 .pricebox .gridbox {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec06 .pricebox .gridbox .flexbox {
    width: 100%;
    margin-top: 5vw;
    padding-top: initial;
    padding-bottom: 5vw;
  }
  .sec06 .pricebox .gridbox .flexbox .price {
    width: 100%;
    font-size: 4vw;
  }
  .sec06 .pricebox .gridbox .flexbox .price_menu {
    width: 100%;
    font-size: 4vw;
  }
}

.sec07 {
  margin-bottom: 100px;
}
.sec07 .first_box {
  width: 706px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 95px;
}
.sec07 .dxbox {
  margin-bottom: 50px;
}
.sec07 .dxbox .dx_title {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  border-left: 11px solid #0071BC;
  height: 58px;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.sec07 .dxbox .dx_text {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec07 .dxbox:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media screen and (max-width: 767px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .first_box {
    width: 100%;
    max-width: 100%;
    font-size: 4vw;
    padding-bottom: 10vw;
  }
  .sec07 .dxbox {
    margin-bottom: 10vw;
  }
  .sec07 .dxbox .dx_title {
    font-size: 5vw;
    margin-bottom: 5vw;
    border-left: 11px solid #0071BC;
    height: 11vw;
  }
  .sec07 .dxbox .dx_text {
    font-size: 4vw;
  }
  .sec07 .dxbox:nth-last-of-type(1) {
    margin-bottom: initial;
  }
}/*# sourceMappingURL=denture.css.map */