.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/caries/caries_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 2;
  padding-left: 120px;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(155, 152, 152, 0.71);
}
.main_image .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 112px;
  height: 113px;
  background: url(/images/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "MEDICAL";
  position: absolute;
  left: 120px;
  bottom: -20px;
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
}
.main_image:before {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "ADULT";
  font-family: "noto sans jp", sans-serif;
  font-size: 18px;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(../images/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(../images/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(../images/common/key_kazari03.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/caries/caries_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    padding-left: 18.6vw;
    font-size: 5.8vw;
  }
  .main_image .text:before {
    left: 0;
    top: -2.7vw;
    width: 21.3vw;
    height: 21.3vw;
    background: url(/images/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 29.6vw;
    height: 2.9vw;
    background: url(/images/common/key_text_medical.webp) center/contain no-repeat;
  }
  .main_image .kazari01 {
    position: absolute;
    left: -2.7vw;
    top: -2.7vw;
    width: 80vw;
    height: 48.8vw;
    background: url(../images/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(../images/common/key_kazari02.webp) left bottom/contain no-repeat;
  }
  .main_image .kazari03 {
    position: absolute;
    right: -2.7vw;
    bottom: -2.7vw;
    width: 40vw;
    height: 93.3vw;
    background: url(../images/common/key_kazari03.webp) right bottom/contain no-repeat;
  }
}

.lead_sec {
  padding: 100px 20px;
}
.lead_sec .sec_title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
  text-align: center;
}
.lead_sec .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 8vw 5.5vw;
  }
  .lead_sec .sec_title {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.2em;
    color: #49412D;
    text-align: center;
  }
  .lead_sec .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec01 .textbox {
  width: 590px;
}
.sec01 .point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec01 .point_num {
  min-width: 68px;
  margin-right: 30px;
}
.sec01 .point_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec01 .point:not(:last-of-type) {
  margin-bottom: 100px;
}
.sec01 .point01 {
  /*
  .box:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: -20px;
      width: 254px;
      height: 44px;
      margin: 0 auto;
      background: url(/images/caries/text_check.webp) center /contain no-repeat;
  } */
}
.sec01 .point01 .textbox {
  margin-right: 30px;
}
.sec01 .point01 .imagebox {
  position: relative;
}
.sec01 .point01 .image_text {
  position: absolute;
  right: 20px;
  bottom: 7px;
}
.sec01 .point01 .box {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 80px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec01 .point01 .box_leadtext {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.sec01 .point01 .box_text {
  margin-bottom: 50px;
}
.sec01 .point01 .box_cont_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec01 .point01 .box_cont {
  width: 330px;
  margin: 0 auto;
  text-align: center;
}
.sec01 .point01 .box_cont .link_btn {
  max-width: 100%;
  box-sizing: border-box;
}
.sec01 .point01 .box_cont:nth-of-type(1),
.sec01 .point01 .box_cont:nth-of-type(3) {
  margin-right: 20px;
}
.sec01 .point01 .box_cont:nth-of-type(1),
.sec01 .point01 .box_cont:nth-of-type(2) {
  margin-bottom: 80px;
}
.sec01 .point01 .cont_image {
  margin-bottom: 15px;
}
.sec01 .point01 .cont_image img {
  width: 100%;
}
.sec01 .point01 .cont_sub_title {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .point01 .cont_title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .point02 .flexbox {
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.sec01 .point02 .imagebox {
  position: relative;
  margin-right: 30px;
}
.sec01 .point02 .imagebox {
  position: relative;
}
.sec01 .point02 .image_text {
  position: absolute;
  left: -5px;
  top: 25px;
}
.sec01 .point03 .flexbox {
  margin-bottom: 80px;
}
.sec01 .point03 .textbox {
  margin-right: 30px;
}
.sec01 .point03 .imagebox {
  position: relative;
}
.sec01 .point03 .image_text {
  position: absolute;
  right: 20px;
  bottom: 7px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec01 .point_title {
    font-size: 21px;
    letter-spacing: 0em;
  }
  .sec01 .point01 .image_text {
    width: 180px;
  }
  .sec01 .point02 .image_text {
    width: 180px;
  }
  .sec01 .box {
    padding: 50px;
  }
  .sec01 .box_leadtext {
    font-size: 24px;
  }
  .sec01 .point03 .image_text {
    width: 180px;
  }
  .sec01 .point03 .box:after {
    left: 20px;
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec01 .textbox {
    width: 100%;
  }
  .sec01 .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .sec01 .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 2.7vw;
  }
  .sec01 .point_num img {
    width: 100%;
    min-width: 8vw;
  }
  .sec01 .point_title {
    font-size: 5.5vw;
  }
  .sec01 .point:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec01 .point_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .point_image img {
    width: 100%;
  }
  .sec01 .point01 {
    /*
    .box:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -2.7vw;
        width: 40vw;
        height: 6.9vw;
        margin: 0 auto;
        background: url(/images/caries/text_check.webp) center /contain no-repeat;
    } */
  }
  .sec01 .point01 .textbox {
    margin-right: 0;
  }
  .sec01 .point01 .image_text {
    right: -2.7vw;
    top: -1.3vw;
    width: 40vw;
  }
  .sec01 .point01 .image_text img {
    width: 100%;
  }
  .sec01 .point01 .box {
    padding: 10.6vw 5.5vw 8vw;
  }
  .sec01 .point01 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
  .sec01 .point01 .box_text {
    margin-bottom: 8vw;
  }
  .sec01 .point01 .box_cont_wrap {
    display: block;
  }
  .sec01 .point01 .box_cont {
    width: 100%;
  }
  .sec01 .point01 .box_cont:nth-of-type(1),
  .sec01 .point01 .box_cont:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .box_cont:nth-of-type(1),
  .sec01 .point01 .box_cont:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 .cont_image {
    margin-bottom: 2.7vw;
  }
  .sec01 .point01 .cont_image img {
    width: 100%;
  }
  .sec01 .point01 .cont_sub_title {
    margin-bottom: 1vw;
    font-size: 3.6vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec01 .point01 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
  .sec01 .point02 .flexbox {
    margin-bottom: 5.5vw;
  }
  .sec01 .point02 .imagebox {
    margin-right: 0;
  }
  .sec01 .point02 .image_text {
    left: -2.7vw;
    top: -1.3vw;
    width: 40vw;
  }
  .sec01 .point02 .image_text img {
    width: 100%;
  }
  .sec01 .point03 .image_text {
    right: -2.7vw;
    bottom: -1.3vw;
    width: 40vw;
  }
  .sec01 .point03 .image_text img {
    width: 100%;
  }
  .sec01 .point03 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec01 .point03 .textbox {
    margin-right: 0;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
.sec02 .sec_image {
  margin-right: 50px;
}
.sec02 .textbox {
  width: 560px;
}
.sec02 .lead_text {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #673606;
}
.sec02 .list {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.sec02 .item {
  position: relative;
  width: 390px;
  padding: 30px;
  box-sizing: border-box;
}
.sec02 .item_title {
  margin-bottom: 15px;
  font-size: 30px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec02 .item_image {
  margin-bottom: 15px;
  text-align: center;
}
.sec02 .item:nth-of-type(1) {
  margin-right: 10px;
  background: rgba(101, 155, 183, 0.38);
}
.sec02 .item:nth-of-type(1) .item_title {
  color: #4987ac;
}
.sec02 .item:nth-of-type(2) {
  margin-right: 10px;
  background: rgba(228, 143, 115, 0.29);
}
.sec02 .item:nth-of-type(2) .item_title {
  color: #b3514e;
}
.sec02 .item:nth-of-type(3) {
  background: rgba(228, 174, 74, 0.33);
}
.sec02 .item:nth-of-type(3) .item_title {
  color: #9e9e8e;
}
.sec02 .box {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 80px 100px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec02 .fukidashi {
  position: absolute;
  left: 10px;
  top: -12px;
}
.sec02 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  width: 174px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/caries/text_point.webp) center/contain no-repeat;
}
.sec02 .box_leadtext {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .sec02 .fukidashi {
    width: 26vw;
  }
  .sec02 .box {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .flexbox {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_image {
    width: 60vw;
    margin: 0 auto 2.7vw;
  }
  .sec02 .sec_image img {
    width: 100%;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .lead_text {
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    text-align: center;
  }
  .sec02 .list {
    display: block;
    margin-bottom: 21.3vw;
  }
  .sec02 .item {
    position: relative;
    width: 100%;
    padding: 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .item_title {
    margin-bottom: 2.7vw;
    font-size: 5.5vw;
  }
  .sec02 .item_image {
    width: 10.6vw;
    margin: 0 auto 2.7vw;
    text-align: center;
  }
  .sec02 .item_image img {
    width: 100%;
  }
  .sec02 .item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 2.7vw;
    background: #e6eef4;
  }
  .sec02 .item:nth-of-type(1) .item_title {
    color: #4987ac;
  }
  .sec02 .item:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 2.7vw;
    background: #fcefec;
  }
  .sec02 .box {
    padding: 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f0e7;
  }
  .sec02 .fukidashi {
    position: absolute;
    left: 2vw;
    top: -2vw;
    width: 45vw;
    height: 23.1vw;
  }
  .sec02 .box:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: auto;
    right: 5.5vw;
    top: -2.7vw;
    width: 32vw;
    height: 5.8vw;
    margin: 0 auto;
    background: url(/images/caries/text_point.webp) center/contain no-repeat;
  }
  .sec02 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 4.8vw;
    box-sizing: border-box;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
}
.sec03 .item {
  width: 170px;
  max-width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .item_image {
  text-align: center;
}
.sec03 .textbox {
  width: 680px;
}
.sec03 .item_header {
  display: flex;
  margin-bottom: 20px;
}
.sec03 .item_num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec03 .item_title {
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  letter-spacing: 0.1em;
}
.sec03 .item_sankaku {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #580C10;
  padding-bottom: 7.8vw;
}
.sec03 .item_text01 {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.sec03 .item_text01:before {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  width: 560px;
  max-width: 80%;
  height: 1px;
  background: #603813;
}
.sec03 .item_text02 {
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.sec03 .box {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 80px 100px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec03 .fukidashi {
  position: absolute;
  left: 10px;
  top: -15px;
}
.sec03 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  width: 174px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/caries/text_point.webp) center/contain no-repeat;
}
.sec03 .box_leadtext {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .sec03 .box {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .sec_text {
    width: 880px;
    max-width: 100%;
    margin: 0 auto 13.8vw;
  }
  .sec03 .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 12vw;
  }
  .sec03 .item {
    display: block;
  }
  .sec03 .item:not(:last-of-type) {
    margin-bottom: 0;
  }
  .sec03 .item_image {
    width: 40vw;
    margin: 0 auto 2.7vw;
    text-align: center;
  }
  .sec03 .item_image img {
    width: 100%;
  }
  .sec03 .textbox {
    width: 100%;
  }
  .sec03 .item_header {
    display: flex;
    height: auto;
    margin-bottom: 5.5vw;
  }
  .sec03 .item_num {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 21.3vw;
    margin-right: 1.3vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .sec03 .item_title {
    display: flex;
    align-items: center;
    padding: 2.7vw;
    font-size: 4vw;
  }
  .sec03 .item_sankaku {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.4vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #580C10;
    padding-bottom: 0;
    transform: rotate(90deg);
  }
  .sec03 .item_text01 {
    position: relative;
    padding-left: 5.5vw;
    margin-bottom: 5.5vw;
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .sec03 .item_text01:before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 50vw;
    max-width: 50vw;
    height: 1px;
  }
  .sec03 .item_text02 {
    font-size: 4vw;
  }
  .sec03 .box {
    padding: 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f0e7;
  }
  .sec03 .fukidashi {
    position: absolute;
    left: 2vw;
    top: -2vw;
    width: 45vw;
    height: 23.1vw;
  }
  .sec03 .box:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: auto;
    right: 5.5vw;
    top: -2.7vw;
    width: 32vw;
    height: 5.8vw;
    margin: 0 auto;
    background: url(/images/caries/text_point.webp) center/contain no-repeat;
  }
  .sec03 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.sec04 {
  padding-bottom: 100px;
}
.sec04 .flexbox {
  padding-bottom: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .textbox {
  width: 590px;
}
.sec04 .point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec04 .point_num {
  min-width: 68px;
  margin-right: 30px;
}
.sec04 .point_title {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
}
.sec04 .point:not(:last-of-type) {
  margin-bottom: 100px;
}
.sec04 .point01 .textbox {
  margin-right: 30px;
}
.sec04 .point01 .imagebox {
  position: relative;
}
.sec04 .point01 .image_text {
  position: absolute;
  left: -10px;
  top: -30px;
}
.sec04 .box {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 80px 100px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec04 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 254px;
  height: 44px;
  margin: 0 auto;
  background: url(/images/caries/text_check.webp) center/contain no-repeat;
}
.sec04 .box_leadtext {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.sec04 .box_text {
  margin-bottom: 50px;
}
.sec04 .box_cont_wrap {
  display: flex;
  justify-content: center;
}
.sec04 .box_cont {
  width: 310px;
}
.sec04 .box_cont:nth-of-type(1) {
  margin-right: 80px;
}
.sec04 .cont_image {
  margin-bottom: 15px;
}
.sec04 .cont_title {
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec04 .lead_text {
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #4D4D4D;
  text-align: center;
}
.sec04 .list {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.sec04 .item {
  width: 330px;
  max-width: 30%;
}
.sec04 .item:not(:last-of-type) {
  padding-right: 0px;
}
.sec04 .item_tilte {
  height: 2.8em;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #49412D;
  text-align: center;
}
.sec04 .item_text {
  padding: 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #49412D;
  text-align: justify;
}
@media screen and (max-width: 1050px) and (min-width: 768px) {
  .sec04 .point_title {
    font-size: 24px;
  }
  .sec04 .point01 .image_text {
    width: 180px;
  }
  .sec04 .point02 .image_text {
    width: 180px;
  }
  .sec04 .box {
    padding: 50px;
  }
  .sec04 .box_leadtext {
    font-size: 24px;
  }
  .sec04 .point03 .box:after {
    left: 20px;
    width: 50px;
  }
  .sec04 .item_tilte {
    height: 2.8em;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #49412D;
    text-align: center;
    line-height: 1.2;
  }
  .sec04 .item_tilte span {
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    margin-bottom: 13.8vw;
    padding-bottom: initial;
  }
  .sec04 .textbox {
    width: 100%;
  }
  .sec04 .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .sec04 .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 2.7vw;
  }
  .sec04 .point_num img {
    width: 100%;
    min-width: 8vw;
  }
  .sec04 .point_title {
    font-size: 5.5vw;
  }
  .sec04 .point:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec04 .point_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec04 .point_image img {
    width: 100%;
  }
  .sec04 .point01 .textbox {
    margin-right: 0;
  }
  .sec04 .point01 .image_text {
    left: -2.7vw;
    top: -1.3vw;
    width: 40vw;
  }
  .sec04 .point01 .image_text img {
    width: 100%;
  }
  .sec04 .box {
    padding: 10.6vw 5.5vw 8vw;
  }
  .sec04 .box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2.7vw;
    width: 40vw;
    height: 6.9vw;
    margin: 0 auto;
    background: url(/images/caries/text_check.webp) center/contain no-repeat;
  }
  .sec04 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
  .sec04 .box_text {
    margin-bottom: 8vw;
  }
  .sec04 .box_cont_wrap {
    display: block;
  }
  .sec04 .box_cont {
    width: 100%;
  }
  .sec04 .box_cont:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec04 .cont_image {
    margin-bottom: 2.7vw;
  }
  .sec04 .cont_image img {
    width: 100%;
  }
  .sec04 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
  .sec04 .lead_text {
    margin-bottom: 4.2vw;
    font-size: 5.5vw;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec04 .list {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
  }
  .sec04 .item {
    width: 100%;
    max-width: initial;
    padding-bottom: 6.2vw;
  }
  .sec04 .item:not(:last-of-type) {
    padding-right: 0;
  }
  .sec04 .item_tilte {
    height: initial;
    margin-bottom: 5.3vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec04 .item_image img {
    width: 100%;
  }
  .sec04 .item_text {
    padding: 5.3vw 0;
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: justify;
  }
}

.sec05 {
  padding-bottom: 150px;
}
.sec05 .flexbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}
.sec05 .textbox {
  max-width: 50%;
}
.sec05 .sec_text {
  width: 520px;
  max-width: 100%;
  padding-bottom: 50px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: 13.8vw;
  }
  .sec05 .flexbox {
    display: block;
    margin-bottom: 8vw;
  }
  .sec05 .textbox {
    max-width: 100%;
  }
  .sec05 .sec_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec05 .sec_image img {
    width: 100%;
  }
  .sec05 .sec_text {
    width: 100%;
    padding-right: 0;
  }
}/*# sourceMappingURL=caries.css.map */