.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/prevention/lead_sec_bg.webp) center/contain no-repeat;
}
.lead_sec .sec_title {
  position: relative;
}
@media screen and (max-width: 767px) {
  .lead_sec {
    padding: 13.8vw 5.5vw 0;
  }
  .lead_sec::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 4vw;
    bottom: initial;
    top: 0;
    width: 90.66vw;
    height: 60.53vw;
    background: url(/images/prevention/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 .flex_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .lead_sec .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12vw;
  }
  .lead_sec .item {
    width: 73.33vw;
    height: 14.13vw;
    margin-right: initial;
    margin-bottom: 4vw;
  }
  .lead_sec .item img {
    width: 100%;
    height: 100%;
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .leadtext {
  width: 855px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  letter-spacing: 0.18em;
  line-height: 2;
}
.sec01 .upper_box {
  width: 100%;
  background-color: #f5f1ed;
  padding: 40px 40px 45px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.sec01 .upper_box .box_title {
  font-family: "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}
.sec01 .upper_box .box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .leadtext {
    margin-bottom: 5.3vw;
    font-size: 4vw;
  }
  .sec01 .leadtext .text_strong {
    font-size: 4.8vw;
  }
  .sec01 .upper_box {
    padding: 5.5vw;
  }
  .sec01 .upper_box .box_title {
    font-size: 4.8vw;
    align-items: center;
    margin-bottom: 4.2vw;
  }
  .sec01 .upper_box .box {
    display: block;
    width: 100%;
  }
  .sec01 .upper_box .box img {
    width: 100%;
    height: 100%;
  }
  .sec01 .upper_box .box_left {
    width: 100%;
  }
  .sec01 .upper_box .box_left img {
    width: 100%;
    height: 100%;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .textbox {
  max-width: 70%;
}
.sec02 .imagebox {
  width: 500px;
  min-width: 48%;
  max-width: 48%;
}
.sec02 .imagebox img {
  width: 100%;
  height: 100%;
}
.sec02 .point01 {
  margin-bottom: 90px;
}
.sec02 .point01 .textbox {
  margin-right: 40px;
}
.sec02 .point02 {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}
.sec02 .point02 .textbox {
  margin-left: 40px;
}
.sec02 .point03 {
  margin-bottom: 90px;
}
.sec02 .point03 .textbox {
  margin-right: 40px;
}
.sec02 .point04 {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}
.sec02 .point04 .textbox {
  margin-left: 40px;
}
.sec02 .flexbox {
  margin-bottom: 200px;
}
.sec02 .upper_box {
  margin-bottom: 140px;
  padding: 65px 30px 60px;
  background: #fff;
  background: linear-gradient(180deg, rgb(245, 241, 237) 87%, rgb(196, 156, 16) 120%);
  position: relative;
}
.sec02 .upper_box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 569px;
  height: 37px;
  background: url(/images/prevention/text_professionalcare.webp) center/contain no-repeat;
}
.sec02 .upper_box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 90px;
}
.sec02 .upper_box .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec02 .upper_box .item {
  width: 310px;
  max-width: 33%;
}
.sec02 .upper_box .item:nth-of-type(3n-1),
.sec02 .upper_box .item:nth-of-type(3n-2) {
  margin-right: 40px;
}
.sec02 .upper_box .item:nth-of-type(3n-1),
.sec02 .upper_box .item:nth-of-type(3n-2),
.sec02 .upper_box .item:nth-of-type(3n) {
  margin-bottom: 50px;
}
.sec02 .upper_box .item_title {
  height: 2em;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .upper_box .boximage {
  margin-bottom: 20px;
}
.sec02 .upper_box .box {
  padding: 30px;
  background-color: #fff;
}
.sec02 .upper_box .box .title {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
.sec02 .upper_box .box .hr_style {
  width: 916px;
  max-width: 100%;
  margin-bottom: 25px;
  border: solid 1px #c49f10;
}
.sec02 .upper_box .box .box_list {
  display: flex;
  justify-content: center;
}
.sec02 .upper_box .box .box_item {
  width: 280px;
  max-width: 33%;
}
.sec02 .upper_box .box .box_item:not(:last-of-type) {
  margin-right: 35px;
}
.sec02 .upper_box .box .item_title {
  font-size: 22px;
}
.sec02 .lower_box {
  padding: 65px 30px 80px;
  background: linear-gradient(180deg, rgb(250, 250, 246) 80%, rgb(36, 165, 185) 120%);
  position: relative;
}
.sec02 .lower_box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 283px;
  height: 37px;
  background: url(/images/prevention/text_selfcare.webp) center/contain no-repeat;
}
.sec02 .lower_box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 90px;
}
.sec02 .lower_box .cont {
  padding: 0;
  margin-bottom: 70px;
}
.sec02 .lower_box .cont_image {
  width: 400px;
  min-width: 40%;
  max-width: 40%;
}
.sec02 .lower_box .list {
  display: flex;
  justify-content: center;
}
.sec02 .lower_box .item {
  width: 280px;
  max-width: 33%;
  position: relative;
}
.sec02 .lower_box .item:not(:last-of-type) {
  margin-right: 60px;
}
.sec02 .lower_box .item_text {
  content: "";
  position: absolute;
  top: 73%;
  left: 50%;
  width: 10em;
  transform: translate(-50%, -50%);
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1149px) and (min-width: 768px) {
  .sec02 .upper_box .list .item {
    width: 310px;
    max-width: 47%;
  }
  .sec02 .upper_box .list .item:nth-of-type(3n-1),
  .sec02 .upper_box .list .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec02 .upper_box .list .item:nth-of-type(3n-1),
  .sec02 .upper_box .list .item:nth-of-type(3n-2),
  .sec02 .upper_box .list .item:nth-of-type(3n) {
    margin-bottom: initial;
  }
  .sec02 .upper_box .list .item:nth-of-type(2n-1) {
    margin-right: 40px;
  }
  .sec02 .upper_box .list .item:nth-of-type(2n-1),
  .sec02 .upper_box .list .item:nth-of-type(2n-2) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .textbox {
    max-width: 100%;
  }
  .sec02 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec02 .imagebox img {
    width: 100%;
    height: 100%;
  }
  .sec02 .point01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .textbox {
    margin-right: initial;
  }
  .sec02 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point02 .textbox {
    margin-left: initial;
  }
  .sec02 .point03 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point03 .textbox {
    margin-right: initial;
  }
  .sec02 .point04 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point04 .textbox {
    margin-left: initial;
  }
  .sec02 .point04 .sec_text {
    margin-bottom: 4.2vw;
  }
  .sec02 .flexbox {
    margin-bottom: initial;
    padding-bottom: 20.2vw;
  }
  .sec02 .upper_box {
    margin-bottom: 19.2vw;
    padding: 26vw 5.5vw 16vw;
    position: relative;
  }
  .sec02 .upper_box::before {
    content: "";
    position: absolute;
    top: -2.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 68.4vw;
    height: 16.1vw;
    background: url(/images/prevention/text_professionalcare_sp.webp) center/contain no-repeat;
  }
  .sec02 .upper_box .title {
    font-size: 4.8vw;
    margin-bottom: 12vw;
  }
  .sec02 .upper_box .list {
    display: block;
  }
  .sec02 .upper_box .item {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .upper_box .item:nth-of-type(3n-1),
  .sec02 .upper_box .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec02 .upper_box .item:nth-of-type(3n-1),
  .sec02 .upper_box .item:nth-of-type(3n-2),
  .sec02 .upper_box .item:nth-of-type(3n) {
    margin-bottom: 9.3vw;
  }
  .sec02 .upper_box .item_title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
    letter-spacing: 0.05em;
  }
  .sec02 .upper_box .boximage {
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .boximage img {
    width: 100%;
    height: 100%;
  }
  .sec02 .upper_box .box {
    padding: 4vw;
    background-color: #fff;
  }
  .sec02 .upper_box .box .title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .box .hr_style {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4.2;
  }
  .sec02 .upper_box .box .box_list {
    display: block;
  }
  .sec02 .upper_box .box .box_item {
    width: 100%;
    max-width: 100%;
  }
  .sec02 .upper_box .box .box_item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 9.3vw;
  }
  .sec02 .upper_box .box .item_title {
    font-size: 4.8vw;
  }
  .sec02 .lower_box {
    padding: 17.3vw 5.5vw 13.8vw;
    position: relative;
  }
  .sec02 .lower_box::before {
    content: "";
    position: absolute;
    top: -2.3vw;
    left: 50%;
    transform: translateX(-50%);
    width: 48.1vw;
    height: 6.5vw;
    background: url(/images/prevention/text_selfcare_sp.webp) center/contain no-repeat;
  }
  .sec02 .lower_box .title {
    font-size: 4.8vw;
    margin-bottom: 12vw;
  }
  .sec02 .lower_box .cont {
    padding: 0;
    margin-bottom: 5.3vw;
  }
  .sec02 .lower_box .cont_image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .lower_box .list {
    display: block;
  }
  .sec02 .lower_box .item {
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .sec02 .lower_box .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .lower_box .boximage img {
    width: 100%;
    height: 100%;
  }
  .sec02 .lower_box .item_text {
    content: "";
    position: absolute;
    top: 73%;
    left: 50%;
    width: 10em;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=prevention.css.map */