.main_image {
  position: relative;
  /* .kazari01 {
      position: absolute;
      left: -10px;
      top: -10px;
      width: 586px;
      height: 358px;
      background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 563px;
      height: 251px;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
      position: absolute;
      right: -10px;
      bottom: -10px;
      width: 301px;
      height: 270px;
      background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 150px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .inner:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 160px;
  right: 1090px;
  width: 2000px;
  height: 536px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 905px;
  width: calc(100vw - 905px);
  height: 803px;
  background: linear-gradient(#f5f1ed, #fff);
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 0;
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff;
}
.main_image .text:before {
  content: "MEDICAL";
  position: absolute;
  left: 0;
  top: -40px;
  font-family: initial;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #736357;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .main_image .inner:before {
    right: initial;
    left: 0;
    width: 206px;
    height: 536px;
    margin-left: -10px;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .inner:after {
    top: 0;
    left: initial;
    right: 78px;
    width: 29.46vw;
    height: 803px;
    margin-right: -79px;
    background: linear-gradient(#f5f1ed, #fff);
  }
}
@media screen and (max-width: 767px) {
  .main_image {
    /* .kazari01 {
        position: absolute;
        left: -2.7vw;
        top: -2.7vw;
        width: 80vw;
        height: 48.8vw;
        background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
    }
    .kazari02 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 80vw;
        height: 25.8vw;
        background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .kazari03 {
        position: absolute;
        right: -2.7vw;
        bottom: -2.7vw;
        width: 40vw;
        height: 93.3vw;
        background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
  }
  .main_image .inner:before {
    display: none;
  }
  .main_image .inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 39.8vw;
    width: 60.33vw;
    height: 116.13vw;
    background: linear-gradient(#f5f1ed, #fff);
  }
  .main_image .text {
    padding-top: 8vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0vw;
    top: 2vw;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 43px;
  top: 38px;
  width: 769px;
  height: 513px;
  background: url(/images/inlay-crown/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
.lead_sec .lower_box {
  position: relative;
  width: 1075px;
  max-width: 100%;
  padding: 80px 40px;
  margin: 300px auto 0;
  box-sizing: border-box;
  background-color: #faeded;
}
.lead_sec .lower_box .box_subtitle {
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
.lead_sec .lower_box .box_title {
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #666666;
  text-align: center;
  margin-bottom: 60px;
}
.lead_sec .lower_box .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.lead_sec .lower_box .item {
  width: 390px;
  max-width: 48%;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
}
.lead_sec .lower_box .item:nth-of-type(2n-1) {
  margin-right: 40px;
}
.lead_sec .lower_box .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.lead_sec .lower_box .check_img {
  width: 48px;
  height: 41px;
  padding-right: 20px;
  text-align: center;
}
.lead_sec .lower_box .check_img img {
  width: 100%;
  height: 100%;
}
.lead_sec .lower_box .check_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .lower_box::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 248px;
  height: 39px;
  background: url(/images/child-ortho/text_check.webp) center/contain no-repeat;
}
@media screen and (max-width: 979px) and (min-width: 768px) {
  .lead_sec .lower_box {
    padding: 80px 100px;
  }
  .lead_sec .lower_box .list {
    display: flex;
    justify-content: flex-start;
  }
  .lead_sec .lower_box .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .lead_sec .lower_box .item:nth-of-type(2n-1) {
    margin-right: initial;
  }
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/inlay-crown/lead_sec_bg_sp.webp) center/contain no-repeat;
  }
  .lead_sec .sec_title {
    margin-top: 50.53vw;
    margin-bottom: 4.2vw;
    margin-left: initial;
    font-size: 5.3vw;
  }
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin-left: initial;
  }
  .lead_sec .lower_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 13.8vw auto 0;
    padding: 5.5vw;
  }
  .lead_sec .lower_box .box_subtitle {
    font-size: 4vw;
    margin-bottom: 4.2vw;
  }
  .lead_sec .lower_box .box_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .lead_sec .lower_box .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .lead_sec .lower_box .item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.2vw;
    display: flex;
    align-items: center;
  }
  .lead_sec .lower_box .item:nth-of-type(2n-1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .lead_sec .lower_box .item:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .lead_sec .lower_box .check_img {
    width: 12.8vw;
    height: 11vw;
    padding-right: 4vw;
    text-align: center;
  }
  .lead_sec .lower_box .check_img img {
    width: 100%;
    height: 100%;
  }
  .lead_sec .lower_box .check_text {
    width: 75vw;
    font-size: 4vw;
    text-align: left;
  }
  .lead_sec .lower_box::before {
    content: "";
    position: absolute;
    top: -4.2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 49.6vw;
    height: 7.8vw;
    background: url(/images/caries/text_check.webp) center/contain no-repeat;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec01 .point01 {
  margin-bottom: 90px;
}
.sec01 .point01 .textbox {
  margin-right: 60px;
}
.sec01 .point02 {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}
.sec01 .point02 .textbox {
  margin-left: 60px;
}
.sec01 .point03 .textbox {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .sec_header {
    margin-bottom: 8vw;
  }
  .sec01 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .sec01 .point01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point02 .textbox {
    margin-left: initial;
  }
  .sec01 .point02 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point03 .textbox {
    margin-right: initial;
  }
  .sec01 .point03 .point_image {
    margin-bottom: 4.2vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .cont {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 35px;
  box-sizing: border-box;
}
.sec02 .title_text {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  border-bottom: solid 1px #736357;
  margin-bottom: 55px;
}
.sec02 .textbox {
  width: 70%;
  margin-right: 60px;
}
.sec02 .imagebox {
  width: 30%;
  min-width: 313px;
  max-width: 30%;
  box-sizing: border-box;
}
.sec02 .cont_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec02 .cont_text {
  margin-bottom: 25px;
}
.sec02 .cont_title {
  margin-right: 20px;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #673606;
}
.sec02 .cont_price {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec02 .cont_image {
  width: 313px;
}
.sec02 .list {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec02 .item {
  width: 538px;
  padding: 30px;
  box-sizing: border-box;
}
.sec02 .item01 {
  margin-right: 20px;
  background: #f8eae3;
}
.sec02 .item02 {
  background: #e6e6e6;
}
.sec02 .item01 .item_title {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #cb7b7f;
  text-align: center;
}
.sec02 .merit_list {
  width: 80%;
  margin: 0 auto;
}
.sec02 .merit_item {
  position: relative;
  padding-left: 2.5em;
  letter-spacing: 0.1em;
}
.sec02 .merit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec02 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background: url(/images/inlay-crown/merit.webp) center/contain no-repeat;
}
.sec02 .item02 .item_title {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #83abaf;
  text-align: center;
}
.sec02 .demerit_list {
  width: 80%;
  margin: 0 auto;
}
.sec02 .demerit_item {
  position: relative;
  padding-left: 2.5em;
  letter-spacing: 0.1em;
}
.sec02 .demerit_item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sec02 .demerit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url(/images/inlay-crown/demerit.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .cont {
    margin: 0 auto 4.2vw;
  }
  .sec02 .title_text {
    font-size: 5.3vw;
    margin-bottom: 55px;
  }
  .sec02 .textbox {
    width: 100%;
    margin-right: initial;
  }
  .sec02 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec02 .cont_head {
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec02 .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec02 .cont_title {
    margin-right: initial;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    color: #673606;
    margin-bottom: initial;
  }
  .sec02 .cont_price {
    font-size: 3.7vw;
    text-align: right;
  }
  .sec02 .cont_image {
    width: 100%;
  }
  .sec02 .list {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec02 .item {
    width: 100%;
    padding: 5.5vw;
  }
  .sec02 .item01 {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .item01 .item_title {
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
  }
  .sec02 .merit_list {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .merit_item {
    position: relative;
    font-size: 4vw;
    padding-left: 2.5em;
    letter-spacing: 0.1em;
  }
  .sec02 .merit_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sec02 .merit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1vw;
    width: 4.53vw;
    height: 4.53vw;
    background: url(/images/inlay-crown/merit.webp) center/contain no-repeat;
  }
  .sec02 .item02 .item_title {
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
  }
  .sec02 .demerit_list {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .demerit_item {
    position: relative;
    font-size: 4vw;
    padding-left: 2.5em;
    letter-spacing: 0.1em;
  }
  .sec02 .demerit_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .sec02 .demerit_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1vw;
    width: 4.53vw;
    height: 4.53vw;
    background: url(/images/inlay-crown/demerit.webp) center/contain no-repeat;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .cont01 .textbox {
  margin-right: 60px;
}
.sec03 .cont01 .cont_image {
  top: 0;
  right: 0;
}
.sec03 .about_btn {
  width: 318px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .cont01 .textbox {
    margin-right: initial;
  }
  .sec03 .cont01 .cont_image {
    top: 0;
    right: 0;
  }
  .sec03 .about_btn {
    width: 85.3vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=inlay-crown.css.map */