.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/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(/images01/common/key_logo.webp) center/contain no-repeat;
}
.main_image .text:after {
  content: "";
  position: absolute;
  left: 120px;
  bottom: -20px;
  width: 96px;
  height: 11px;
  background: url(/images01/common/key_text_medical.webp) center/contain no-repeat;
}
.main_image .kazari01 {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 586px;
  height: 358px;
  background: url(../images01/common/key_kazari01.webp) center/contain no-repeat;
}
.main_image .kazari02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 563px;
  height: 251px;
  background: url(../images01/common/key_kazari02.webp) left bottom/contain no-repeat;
}
.main_image .kazari03 {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 301px;
  height: 270px;
  background: url(../images01/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(/images01/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(/images01/common/key_logo.webp) center/contain no-repeat;
  }
  .main_image .text:after {
    left: 18.6vw;
    bottom: -5.5vw;
    width: 25.6vw;
    height: 2.9vw;
    background: url(/images01/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(../images01/common/key_kazari01.webp) center/contain no-repeat;
  }
  .main_image .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80vw;
    height: 25.8vw;
    background: url(../images01/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(../images01/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: #673606;
  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: #673606;
    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 .textbox {
  margin-right: 30px;
}
.sec01 .point01 .imagebox {
  position: relative;
}
.sec01 .point01 .image_text {
  position: absolute;
  left: -50px;
  top: -47px;
}
.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: -10px;
  top: -30px;
}
.sec01 .point02 .link_btn {
  width: 270px;
  margin: 0 auto;
  background: #fff;
}
.sec01 .point02 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 30px;
  border-radius: 30px;
  box-sizing: border-box;
  background: #62bfb3;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec01 .point02 .link_btn a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 13px;
  margin: auto 0;
  background: url(/images01/caries/btn_arrow.webp) center/contain no-repeat;
}
.sec01 .box {
  position: relative;
  width: 1000px;
  max-width: 100%;
  padding: 80px 100px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec01 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 254px;
  height: 44px;
  margin: 0 auto;
  background: url(/images01/caries/text_check.webp) center/contain no-repeat;
}
.sec01 .box_leadtext {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.sec01 .box_leadtext_masui {
  margin-bottom: 50px;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.sec01 .box_leadtext_masui:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 30px;
  top: -80px;
  width: 95px;
  height: 257px;
  background: url(/images01/caries/sec01_staff01.webp) center/contain no-repeat;
}
.sec01 .box_text {
  margin-bottom: 50px;
}
.sec01 .box_cont_wrap {
  display: flex;
  justify-content: center;
}
.sec01 .box_cont {
  width: 310px;
}
.sec01 .box_cont:nth-of-type(1) {
  margin-right: 80px;
}
.sec01 .cont_image {
  margin-bottom: 15px;
}
.sec01 .cont_title {
  margin-bottom: 15px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec01 .point03 .flexbox {
  margin-bottom: 80px;
}
.sec01 .point03 .textbox {
  margin-right: 30px;
}
.sec01 .point04 .flexbox {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.sec01 .point04 .point_image {
  margin-right: 30px;
}
.sec01 .point04 .textbox {
  margin-right: 30px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .sec01 .point_title {
    font-size: 24px;
  }
  .sec01 .point01 .image_text {
    width: 180px;
  }
  .sec01 .point02 .image_text {
    width: 180px;
  }
  .sec01 .box {
    padding: 50px;
  }
  .sec01 .box_leadtext {
    font-size: 24px;
  }
  .sec01 .box_leadtext_masui {
    font-size: 24px;
  }
  .sec01 .box_leadtext_masui:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 5px;
    top: -70px;
    width: 76px;
    height: 205px;
  }
  .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 .textbox {
    margin-right: 0;
  }
  .sec01 .point01 .image_text {
    left: -4.7vw;
    top: -1.3vw;
    width: 40vw;
  }
  .sec01 .point01 .image_text img {
    width: 100%;
  }
  .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 .point02 .link_btn {
    width: 80vw;
  }
  .sec01 .point02 .link_btn a {
    padding: 2.7vw 0;
    border-radius: 8vw;
    font-size: 4vw;
    text-align: center;
  }
  .sec01 .point02 .link_btn a:before {
    right: 2.7vw;
    width: 2.7vw;
    height: 3.4vw;
  }
  .sec01 .box {
    padding: 10.6vw 5.5vw 8vw;
  }
  .sec01 .box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -2.7vw;
    width: 40vw;
    height: 6.9vw;
    margin: 0 auto;
    background: url(/images01/caries/text_check.webp) center/contain no-repeat;
  }
  .sec01 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
  .sec01 .box_leadtext_masui {
    margin-bottom: 8vw;
    font-size: 5.5vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
  }
  .sec01 .box_leadtext_masui:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0vw;
    top: -10vw;
    width: 19vw;
    height: 51.4vw;
  }
  .sec01 .box_text {
    margin-bottom: 8vw;
  }
  .sec01 .box_cont_wrap {
    display: block;
  }
  .sec01 .box_cont {
    width: 100%;
  }
  .sec01 .box_cont:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec01 .cont_image {
    margin-bottom: 2.7vw;
  }
  .sec01 .cont_image img {
    width: 100%;
  }
  .sec01 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
  .sec01 .point03 .flexbox {
    margin-bottom: 13.8vw;
  }
  .sec01 .point03 .textbox {
    margin-right: 0;
  }
  .sec01 .point04 .textbox {
    margin-right: 0;
  }
  .sec01 .point04 .box {
    display: block;
    padding: 8vw 2.7vw;
  }
  .sec01 .point04 .box_cont {
    width: 100%;
  }
  .sec01 .point04 .box_cont:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 13.8vw;
  }
  .sec01 .point04 .cont_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
  }
  .sec01 .point04 .cont_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec01 .point04 .cont_image img {
    width: 100%;
  }
}

.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: 10px;
}
.sec02 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  width: 174px;
  height: 32px;
  margin: 0 auto;
  background: url(/images01/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;
  }
}
@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: 8vw;
    background: #fcefec;
  }
  .sec02 .box {
    padding: 8vw 5.5vw;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f0e7;
  }
  .sec02 .fukidashi {
    position: absolute;
    left: -4vw;
    top: -16vw;
    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(/images01/caries/text_point.webp) center/contain no-repeat;
  }
  .sec02 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .item {
  display: flex;
  justify-content: space-between;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}
.sec03 .item:not(:last-of-type) {
  margin-bottom: 80px;
}
.sec03 .item_image {
  margin-right: 10px;
}
.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;
  margin-right: 5px;
  background: #f6f0d3;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec03 .item_title {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f0e7;
  letter-spacing: 0.1em;
}
.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;
}
@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 .item {
    display: block;
  }
  .sec03 .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .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_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;
  }
}

.sec04 {
  padding-bottom: 150px;
}
.sec04 .flexbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.sec04 .sec_text {
  width: 520px;
  margin-right: 30px;
}
.sec04 .link_btn {
  width: 310px;
  margin: 0 auto;
  background: #fff;
}
.sec04 .link_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  background: #ec7980;
  border-radius: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.sec04 .link_btn a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 13px;
  margin: auto 0;
  background: url(/images01/caries/btn_arrow.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .flexbox {
    display: block;
    margin-bottom: 8vw;
  }
  .sec04 .sec_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec04 .sec_image img {
    width: 100%;
  }
  .sec04 .sec_text {
    width: 100%;
    margin-right: 0;
  }
  .sec04 .link_btn {
    width: 80vw;
  }
  .sec04 .link_btn a {
    padding: 2.7vw 0;
    border-radius: 8vw;
    font-size: 4vw;
    text-align: center;
  }
  .sec04 .link_btn a:before {
    right: 2.7vw;
    width: 2.7vw;
    height: 3.4vw;
  }
}/*# sourceMappingURL=caries.css.map */