@charset "UTF-8";
.main_image {
  position: relative;
  height: 400px;
  /* .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: 400px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.main_image .inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 1009px;
  height: 400px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/inlay-crown/inlay-crown_key.webp) right top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -75px;
  left: 0px;
  width: 100%;
  height: 336px;
  box-sizing: border-box;
  background-color: #eeeae7;
}
.main_image .text {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  padding-left: 85px;
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
.main_image .text:before {
  content: "MEDICAL";
  position: absolute;
  left: 85px;
  top: -40px;
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}
@media screen and (max-width: 767px) {
  .main_image {
    overflow: hidden;
    /* .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;
    position: relative;
  }
  .main_image .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1009px;
    height: 400px;
    padding-top: 200px;
    box-sizing: border-box;
    background: url(/images/inlay-crown/inlay-crown_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner:after {
    display: none;
  }
  .main_image .text {
    margin-top: initial;
    padding-top: 220px;
    padding-left: 2vw;
    font-size: 5.8vw;
    display: flex;
    align-items: center;
  }
  .main_image .text:before {
    left: 3vw;
    top: 180px;
    font-size: 4vw;
  }
}

.lead_sec {
  position: relative;
}
.lead_sec .sec_text {
  margin-bottom: 125px;
}
.lead_sec .check_list_box {
  padding: 50px 60px 60px 60px;
}
.lead_sec .check_list_title {
  font-size: 22px;
  position: relative;
}
.lead_sec .check_list_title::before {
  content: "";
  position: absolute;
  top: -68px;
  right: 2.53vw;
  width: 202px;
  height: 131px;
  background: url(/images/inlay-crown/check_list_box_kazari01.webp) left bottom/contain no-repeat;
}
.lead_sec .check_list_box .check_text {
  text-align: left;
}
.lead_sec .box_text {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1119px) and (min-width: 1024px) {
  .lead_sec .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    right: 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 900px) {
  .lead_sec .check_list_box .check_list_subtitle {
    padding-right: 19vw;
  }
  .lead_sec .check_list_box .check_list_title {
    padding-right: 19vw;
    position: relative;
  }
  .lead_sec .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    right: 2.53vw;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .lead_sec .check_list_box .check_list_subtitle {
    padding-right: 19vw;
  }
  .lead_sec .check_list_box .check_list_title {
    padding-right: 19vw;
    position: relative;
  }
  .lead_sec .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    right: -4.47vw;
  }
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
  }
  .lead_sec .sec_text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 13.8vw;
  }
  .lead_sec .check_list_box {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin: 30vw 0 0;
    margin-bottom: 13.8vw;
    background-color: #fff;
    box-sizing: border-box;
  }
  .lead_sec .check_list_box .check_list_title {
    font-size: 4.8vw;
    position: relative;
    padding-top: 6.8vw;
  }
  .lead_sec .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    top: -22vw;
    left: 57%;
    transform: translateX(-50%);
    width: 40.2vw;
    height: 26.18vw;
  }
  .lead_sec .check_list_box .item {
    width: 100%;
  }
  .lead_sec .check_list_box .box_text {
    font-size: 4vw;
    padding: 0 0em;
    text-align: left;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .textbox {
  max-width: 70%;
}
.sec01 .cont_title {
  padding-bottom: initial;
  border-bottom: initial;
}
.sec01 .cont_image {
  width: 500px;
  min-width: 48%;
  max-width: 48%;
}
.sec01 .cont_image img {
  width: 100%;
  height: 100%;
}
.sec01 .cont01 .textbox {
  margin-right: 50px;
}
.sec01 .cont02 {
  flex-direction: row-reverse;
}
.sec01 .cont02 .textbox {
  margin-left: 50px;
}
.sec01 .cont02 .cont_text {
  margin-bottom: 40px;
}
.sec01 .cont03 .textbox {
  margin-right: 50px;
}
.sec01 .upper_box {
  width: 950px;
  max-width: 95%;
  margin: 0 auto;
  background-color: #eeeae7;
  padding: 50px 70px 70px;
  position: relative;
  box-sizing: border-box;
}
.sec01 .upper_box::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -60px;
  width: 180px;
  height: 180px;
  background: url(/images/inlay-crown/sec01_kazari01.webp) center center/cover no-repeat;
}
.sec01 .upper_box .box_title {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
.sec01 .upper_box .list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .upper_box .item {
  width: 276px;
}
.sec01 .upper_box .item .item_image {
  width: 100%;
  margin-bottom: 30px;
}
.sec01 .upper_box .item .item_image img {
  width: 100%;
}
.sec01 .upper_box .item:not(:last-of-type) {
  margin-right: 40px;
  position: relative;
}
.sec01 .upper_box .item:not(:last-of-type)::before {
  content: "▶";
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
  font-size: 20px;
  color: #dab56e;
}
.sec01 .upper_box .item_text {
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .point:not(:last-of-type) {
    margin-bottom: 4.2vw;
  }
  .sec01 .cont {
    padding: 0;
  }
  .sec01 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec01 .textbox {
    max-width: 100%;
  }
  .sec01 .cont_title {
    padding-bottom: initial;
    border-bottom: initial;
  }
  .sec01 .cont_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec01 .cont01 .textbox {
    margin-right: initial;
  }
  .sec01 .cont02 .textbox {
    margin-left: initial;
  }
  .sec01 .cont02 .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .cont03 .textbox {
    margin-right: initial;
  }
  .sec01 .upper_box {
    width: 100%;
    max-width: 100%;
    margin: 20.6vw auto 0;
    background-color: #eeeae7;
    padding: 5.5vw;
    position: relative;
    box-sizing: border-box;
  }
  .sec01 .upper_box::before {
    content: "";
    position: absolute;
    right: -3vw;
    top: -16vw;
    width: 36vw;
    height: 36vw;
    background: url(/images/inlay-crown/sec01_kazari01.webp) center center/cover no-repeat;
  }
  .sec01 .upper_box .box_title {
    font-size: 4.8vw;
    text-align: center;
    padding-right: 14vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.8vw;
  }
  .sec01 .upper_box .list {
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec01 .upper_box .item {
    width: 66vw;
    margin: 0 auto;
  }
  .sec01 .upper_box .item img {
    width: 100%;
    height: 100%;
  }
  .sec01 .upper_box .item:not(:last-of-type) {
    margin-left: initial;
    margin-right: initial;
    margin: 0 auto 8vw;
    position: relative;
  }
  .sec01 .upper_box .item:not(:last-of-type)::before {
    content: "▼";
    position: absolute;
    z-index: 3;
    top: initial;
    bottom: -8vw;
    transform: translate(-50%, 0);
    left: 46%;
    right: initial;
    font-size: 5vw;
    color: #dab56e;
  }
  .sec01 .upper_box .item_text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .menu_box {
  margin: 0 auto 55px;
  box-sizing: border-box;
}
.sec02 .menu_box .textbox {
  width: 100%;
  margin-right: 80px;
  box-sizing: border-box;
}
.sec02 .menu_box .menu_hedder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec02 .menu_box .price_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.sec02 .menu_box .menu_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: left;
  border-left: solid 14px #dab56e;
  height: 50px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.sec02 .menu_box .menu_price {
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  text-align: right;
}
.sec02 .menu_box .menu_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}
.sec02 .menu_box .menu_pic {
  width: 500px;
  min-width: 30%;
}
.sec02 .menu_box .menu_pic img {
  width: 100%;
  height: 100%;
}
.sec02 .balance_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.sec02 .merit_box {
  position: relative;
  width: 525px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #eeeae7;
}
.sec02 .merit_title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #de9587;
  padding-bottom: 18px;
  border-bottom: 1px solid #de9587;
  margin-bottom: 30px;
}
.sec02 .merit_list {
  width: 100%;
  margin: 0 auto;
}
.sec02 .merit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.sec02 .merit_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url(/images/inlay-crown/merit.webp) center/contain no-repeat;
}
.sec02 .merit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec02 .demerit_box {
  position: relative;
  width: 525px;
  max-width: 48%;
  padding: 40px 50px;
  margin: 0 auto 50px;
  box-sizing: border-box;
  background: #e2e1e2;
}
.sec02 .demerit_title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #808080;
  padding-bottom: 18px;
  border-bottom: 1px solid #808080;
  margin-bottom: 30px;
}
.sec02 .demerit_list {
  width: 100%;
  margin: 0 auto;
}
.sec02 .demerit_item {
  position: relative;
  padding-left: 2em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.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;
}
.sec02 .demerit_item:nth-child(2n-1) {
  margin-right: 20px;
}
.sec02 .demerit_item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .menu_box {
    display: block;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
  }
  .sec02 .menu_box .textbox {
    margin-right: initial;
    box-sizing: border-box;
  }
  .sec02 .menu_box .menu_hedder {
    display: block;
    margin-bottom: 4.2vw;
  }
  .sec02 .menu_box .price_list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .sec02 .menu_box .menu_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
    height: 13.3vw;
    margin-left: initial;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
    text-align: left;
  }
  .sec02 .menu_box .menu_price {
    font-size: 4vw;
    margin-bottom: 1.2vw;
    letter-spacing: 0.1em;
    text-align: right;
  }
  .sec02 .menu_box .menu_text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: justify;
  }
  .sec02 .menu_box .menu_pic {
    min-width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec02 .menu_box .menu_pic img {
    width: 100%;
    height: 100%;
  }
  .sec02 .balance_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 13.8vw;
  }
  .sec02 .merit_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    padding: 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .merit_box .merit_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .merit_box .merit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
  }
  .sec02 .merit_box .merit_item {
    flex-grow: 1;
    font-size: 4vw;
    letter-spacing: 0.2em;
    padding-left: 1.6em;
    margin-bottom: 15px;
    position: relative;
  }
  .sec02 .merit_box .merit_item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4.53vw;
    height: 4.53vw;
    background: url(/images/inlay-crown/merit.webp) center/contain no-repeat;
  }
  .sec02 .merit_box .merit_item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec02 .merit_box .pain3 {
    width: 100%;
    margin-right: 1em;
  }
  .sec02 .merit_box .pain2 {
    width: 100%;
    margin-right: 1em;
  }
  .sec02 .demerit_box {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
    margin: 0 auto 4.2vw;
    box-sizing: border-box;
  }
  .sec02 .demerit_box .demerit_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .demerit_box .demerit_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 0 auto;
  }
  .sec02 .demerit_box .demerit_item {
    flex-grow: 1;
    font-size: 4vw;
    letter-spacing: 0.2em;
    padding-left: 1.6em;
    margin-bottom: 15px;
    position: relative;
  }
  .sec02 .demerit_box .demerit_item::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    width: 4.53vw;
    height: 4.53vw;
    background: url(/images/inlay-crown/demerit.webp) center/contain no-repeat;
  }
  .sec02 .demerit_box .demerit_item:not(:last-of-type) {
    margin-right: initial;
  }
  .sec02 .demerit_box .pain3 {
    width: 100%;
    margin-right: 1em;
  }
  .sec02 .demerit_box .pain2 {
    width: 100%;
    margin-right: 1em;
  }
}

.sec03 {
  padding-bottom: 120px;
}
.sec03 .cont01 .textbox {
  margin-right: 60px;
}
.sec03 .cont01 .cont_image {
  top: 0;
  right: 0;
}
.sec03 .cont01 .cont_text {
  margin-bottom: 40px;
}
.sec03 .about_btn {
  width: 318px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .cont:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont01 .textbox {
    margin-right: initial;
  }
  .sec03 .cont01 .cont_image {
    top: 0;
    right: 0;
  }
  .sec03 .cont01 .cont_text {
    margin-bottom: 4.2vw;
  }
  .sec03 .about_btn {
    width: 85.3vw;
    margin: 0 auto;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec04 .link_btn {
  width: 100%;
}
.sec04 .link_btn img {
  width: 100%;
  height: 100%;
}
.sec04 .link_btn:nth-of-type(1) {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .flex_box {
    display: block;
    padding: 0 5.5vw;
  }
  .sec04 .link_btn {
    width: 100%;
    text-align: center;
  }
  .sec04 .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec04 .link_btn:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}/*# sourceMappingURL=inlay-crown01.css.map */