.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/caries/caries_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/caries/caries_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;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .leadtext {
  width: 880px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 70px;
  letter-spacing: 0.18em;
  line-height: 2;
}
.sec01 .point01 {
  margin-bottom: 90px;
  display: block;
}
.sec01 .point01 .point_upperbox {
  width: 100%;
  margin-bottom: 45px;
}
.sec01 .point01 .point_upperbox img {
  width: 100%;
  height: 1005;
}
.sec01 .point01 .point_underbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec01 .point01 .textbox {
  margin-right: 60px;
}
.sec01 .point01 .point_text {
  margin-bottom: 50px;
}
.sec01 .point01 .about_btn {
  width: 262px;
}
.sec01 .point02 {
  margin-bottom: 90px;
}
.sec01 .point02 .textbox {
  margin-right: 60px;
}
.sec01 .point02 .imagebox {
  position: relative;
}
.sec01 .point02 .point_text {
  margin-bottom: 50px;
}
.sec01 .point02 .about_btn {
  width: 262px;
}
.sec01 .point03 {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}
.sec01 .point03 .textbox {
  margin-left: 60px;
}
.sec01 .point04 {
  margin-bottom: 90px;
}
.sec01 .point04 .textbox {
  margin-right: 60px;
}
.sec01 .point04 .imagebox {
  position: relative;
}
.sec01 .point05 {
  margin-bottom: 120px;
  flex-direction: row-reverse;
}
.sec01 .point05 .textbox {
  margin-left: 60px;
}
.sec01 .upper_box {
  padding-bottom: 40px;
}
.sec01 .upper_box .list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}
.sec01 .upper_box .list .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-left: solid 14px #ccc7bf;
  height: 68px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.sec01 .upper_box .list .item {
  width: 480px;
  min-width: 48%;
  max-width: 48%;
  box-sizing: border-box;
}
.sec01 .upper_box .list .item:not(:last-of-type) {
  margin-right: 70px;
}
.sec01 .upper_box .list .item_title {
  text-align: left;
}
.sec01 .upper_box .list .item_img {
  width: 100%;
  text-align: center;
  margin: 0 auto 40px;
}
.sec01 .upper_box .list .item_img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .point01 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point01 .point_upperbox {
    width: 100%;
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .point_upperbox img {
    width: 100%;
    height: 1005;
  }
  .sec01 .point01 .point_underbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .sec01 .point01 .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .about_btn {
    width: 69.86vw;
    margin: 0 auto;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point02 .textbox {
    margin-right: initial;
  }
  .sec01 .point02 .imagebox {
    position: relative;
  }
  .sec01 .point02 .imagebox .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .point_text {
    margin-bottom: 4.2vw;
  }
  .sec01 .point02 .about_btn {
    width: 69.86vw;
    margin: 0 auto;
  }
  .sec01 .point03 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec01 .point03 .textbox {
    margin-left: initial;
  }
  .sec01 .point03 .imagebox .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point03 .about_btn {
    width: 69.86vw;
    margin: 0 auto;
  }
  .sec01 .point04 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point04 .textbox {
    margin-right: initial;
  }
  .sec01 .point04 .imagebox {
    position: relative;
  }
  .sec01 .point04 .imagebox .point_image {
    margin-bottom: 4.2vw;
  }
  .sec01 .point05 {
    margin-bottom: 33.6vw;
  }
  .sec01 .point05 .textbox {
    margin-left: initial;
  }
  .sec01 .upper_box {
    padding-bottom: initial;
  }
  .sec01 .upper_box .list {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .sec01 .upper_box .list .item_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-left: solid 14px #ccc7bf;
    height: 18.1vw;
    margin-left: initial;
    padding-left: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec01 .upper_box .list .item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec01 .upper_box .list .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 20.6vw;
  }
  .sec01 .upper_box .list .item_title {
    text-align: left;
  }
  .sec01 .upper_box .list .item_img {
    width: 100%;
    text-align: center;
    margin: 0 auto 4.2vw;
  }
  .sec01 .upper_box .list .item_img img {
    width: 100%;
    height: 100%;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .cont {
  align-items: center;
  padding: initial;
}
.sec02 .image_box {
  width: 42%;
  max-width: 48%;
}
.sec02 .cont_title {
  font-size: 24px;
  border-bottom: initial;
  padding-bottom: initial;
  margin-bottom: 40px;
}
.sec02 .cont01 {
  margin-bottom: 80px;
  flex-direction: row-reverse;
}
.sec02 .cont01 .textbox {
  margin-left: 60px;
}
.sec02 .cont01 .cont_image {
  width: 444px;
}
.sec02 .upper_box {
  margin: 0 auto 130px;
}
.sec02 .upper_box .list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.sec02 .upper_box .item {
  width: 353px;
  max-width: 33%;
  padding: 30px;
  background-color: #f5f1ed;
  box-sizing: border-box;
}
.sec02 .upper_box .item:not(:last-of-type) {
  margin-right: 10px;
}
.sec02 .upper_box .item_image {
  height: 30px;
  text-align: center;
  margin: 0 auto 20px;
}
.sec02 .upper_box .item_title {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 18px;
  margin-bottom: 25px;
}
.sec02 .upper_box .item:nth-of-type(1) .item_title {
  color: #0071b7;
  border-bottom: 1px solid #0071b7;
}
.sec02 .upper_box .item:nth-of-type(2) .item_title {
  color: #de9587;
  border-bottom: 1px solid #de9587;
}
.sec02 .upper_box .item:nth-of-type(3) .item_title {
  color: #a17c52;
  border-bottom: 1px solid #a17c52;
}
.sec02 .lower_box {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 60px 195px 60px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #de9587;
  border-radius: 40px;
}
.sec02 .lower_box .box_title {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #444038;
  padding-bottom: 50px;
}
.sec02 .lower_box .box_text {
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .lower_box::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 92%;
  transform: translateX(-50%);
  width: 176px;
  height: 127px;
  background: url(/images/caries/sec02_kazari01.webp) left bottom/contain no-repeat;
}
.sec02 .lower_box::after {
  content: "";
  position: absolute;
  top: 166px;
  left: 90%;
  transform: translateX(-50%);
  width: 127px;
  height: 164px;
  background: url(/images/caries/sec02_kazari02_2.webp) left bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .cont {
    margin-bottom: 5.5vw;
  }
  .sec02 .image_box {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .cont_title {
    font-size: 5.3vw;
    text-align: center;
    margin-bottom: 4.2vw;
  }
  .sec02 .cont01 {
    margin-bottom: 13.8vw;
    flex-direction: row-reverse;
  }
  .sec02 .cont01 .textbox {
    margin-left: initial;
  }
  .sec02 .cont01 .cont_image {
    width: 100%;
    margin-bottom: 0 auto 4.2vw;
  }
  .sec02 .cont01 .cont_image img {
    width: 100%;
    height: 100%;
  }
  .sec02 .upper_box {
    margin: 0 auto 13.8vw;
  }
  .sec02 .upper_box .list {
    display: block;
  }
  .sec02 .upper_box .item {
    width: 100%;
    max-width: 100%;
    padding: 5.5vw;
  }
  .sec02 .upper_box .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .item_image {
    height: 8vw;
    margin: 0 auto 4.2vw;
  }
  .sec02 .upper_box .item_image img {
    width: auto;
    height: 100%;
  }
  .sec02 .upper_box .item_title {
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
  }
  .sec02 .lower_box {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 5.5vw 5.5vw;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sec02 .lower_box .box_title {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4.8vw;
    padding-bottom: initial;
  }
  .sec02 .lower_box .box_text {
    position: relative;
    z-index: 2;
  }
  .sec02 .lower_box::before {
    display: none;
    content: "";
    position: absolute;
    top: -3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 49.72vw;
    height: 7.8vw;
    background: url(/images/caries/text_check.webp) center/contain no-repeat;
  }
  .sec02 .lower_box::after {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    right: 5.3vw;
    width: 37.3vw;
    height: 45.6vw;
    background: url(/images/caries/image_tooth.webp) center/contain no-repeat;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .list {
  width: 955px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto 70px;
}
.sec03 .item {
  display: flex;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.sec03 .item:not(:last-of-type) {
  border-bottom: 1.21pt solid #948175;
  margin-bottom: 25px;
}
.sec03 .item_pic {
  width: 184px;
  min-width: 184px;
  margin-right: 60px;
}
.sec03 .item_pic img {
  width: 100%;
  height: 100%;
}
.sec03 .item_title {
  background-color: #dab56e;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.sec03 .item_textbox {
  width: 710px;
  max-width: 100%;
}
.sec03 .condition {
  width: 100%;
  padding: 20px 50px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  background-color: #f5f1ed;
  box-sizing: border-box;
}
.sec03 .item_ciryou {
  margin-bottom: 15px;
  font-size: 20px;
  color: #585653;
}
.sec03 .about_btn:not(:last-of-type) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto 5.3vw;
  }
  .sec03 .item {
    display: block;
    padding-bottom: 4.2vw;
  }
  .sec03 .item:not(:last-of-type) {
    border-bottom: 1.21pt solid #948175;
    margin-bottom: 4.2vw;
  }
  .sec03 .item_pic {
    width: 49.06vw;
    height: auto;
    min-width: initial;
    margin-right: initial;
    margin: 0 auto 4.2vw;
  }
  .sec03 .item_pic img {
    width: 100%;
    height: 100%;
  }
  .sec03 .item_title {
    font-size: 4vw;
    margin-bottom: 2.6vw;
  }
  .sec03 .item_textbox {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .condition {
    width: 100%;
    padding: 5.5vw;
    margin-bottom: 4.2vw;
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 1.8;
    background-color: #f5f1ed;
    box-sizing: border-box;
  }
  .sec03 .item_ciryou {
    margin-bottom: 4.2vw;
    font-size: 4.8vw;
  }
  .sec03 .flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec03 .about_btn:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
}

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

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