.main_image {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 410px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(/images/prevention/prevention_key.webp) right top/cover no-repeat;
  background-size: 1008px 410px;
  overflow: hidden;
}
.main_image .inner {
  width: 1010px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  padding-left: 0;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #16216d;
}
.main_image .text::after {
  content: "MEDICAL";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #16216d;
  text-wrap-mode: nowrap;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 80vw;
    padding-top: 32.3vw;
    box-sizing: border-box;
    background: url(/images/prevention/prevention_key.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 0 0 7vw;
  }
  .main_image .text {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0;
    padding-left: 0;
    font-size: 5.8vw;
    text-align: center;
  }
  .main_image .text::after {
    bottom: -6.6vw;
    font-size: 4vw;
  }
}

.lead_sec .sec_text {
  margin: 0 auto 100px;
}
.lead_sec .merit_box .box_title {
  padding: 30px 0 80px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #16216d;
  position: relative;
}
.lead_sec .merit_box .box_title::before {
  content: "";
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/images/prevention/leadsec_kazari01.webp) center/contain no-repeat;
  width: 111px;
  height: 10px;
}
.lead_sec .merit_box .flexbox {
  width: 720px;
  max-width: 96%;
  margin: 0 auto 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.lead_sec .merit_box .flexbox .item {
  background: url(/images/prevention/leadsec_bg_image.webp) center/cover no-repeat;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #16216d;
}
.lead_sec .merit_box .flexbox .item:nth-of-type(1),
.lead_sec .merit_box .flexbox .item:nth-of-type(2),
.lead_sec .merit_box .flexbox .item:nth-of-type(4) {
  margin-right: clamp(15px, 3.125vw, 40px);
}
.lead_sec .merit_text {
  width: 530px;
  max-width: 70%;
  padding-right: 90px;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  position: relative;
}
.lead_sec .merit_text::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -72px;
  background: url(/images/prevention/leadsec_sutaff.webp) center top/cover no-repeat;
  width: 158px;
  height: 164px;
}
@media screen and (max-width: 767px) {
  .lead_sec .sec_text {
    margin: 0 auto 13.8vw;
  }
  .lead_sec .merit_box .box_title {
    padding: 5.3vw 0 13.8vw;
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
    position: relative;
  }
  .lead_sec .merit_box .box_title::before {
    content: "";
    bottom: 5.5vw;
    left: 50%;
    transform: translateX(-50%);
    width: 29.6vw;
    height: 2.66vw;
  }
  .lead_sec .merit_box .flexbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4.2vw;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .lead_sec .merit_box .flexbox .item {
    width: 38vw;
    height: 38vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    letter-spacing: 0.01em;
    text-align: center;
  }
  .lead_sec .merit_box .flexbox .item:nth-of-type(1),
  .lead_sec .merit_box .flexbox .item:nth-of-type(2),
  .lead_sec .merit_box .flexbox .item:nth-of-type(4) {
    margin-right: initial;
  }
  .lead_sec .merit_box .flexbox .item:nth-of-type(1),
  .lead_sec .merit_box .flexbox .item:nth-of-type(3) {
    margin-right: 3vw;
  }
  .lead_sec .merit_box .flexbox .item:nth-of-type(1),
  .lead_sec .merit_box .flexbox .item:nth-of-type(2) {
    margin-bottom: 3vw;
  }
  .lead_sec .merit_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 44.8vw;
    padding-right: initial;
    box-sizing: border-box;
    font-size: 4vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
    position: relative;
  }
  .lead_sec .merit_text::before {
    content: "";
    position: absolute;
    bottom: -31vw;
    right: 0;
    width: 30.61vw;
    height: 30.8vw;
  }
}

.sec01 {
  margin-bottom: 100px;
}
.sec01 .point01 {
  display: block;
}
.sec01 .point01 .upper {
  margin-bottom: 40px;
}
.sec01 .point01 .upper .point_header {
  justify-content: center;
  align-items: center;
}
.sec01 .point01 .middle {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point01 .middle .textbox {
  margin-right: 50px;
}
.sec01 .point01 .middle .t_orange {
  color: #f79362;
}
.sec01 .point02 {
  display: block;
}
.sec01 .point02 .point_header {
  justify-content: center;
}
.sec01 .point02 .upper_box {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point02 .upper_box .textbox {
  margin-right: 50px;
}
.sec01 .point03 {
  display: block;
}
.sec01 .point03 .point_header {
  justify-content: center;
}
.sec01 .point03 .upper_box {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point03 .upper_box .textbox {
  margin-left: 50px;
}
.sec01 .point04 {
  display: block;
}
.sec01 .point04 .point_header {
  justify-content: center;
}
.sec01 .point04 .upper_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sec01 .point04 .upper_box .textbox {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point01 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point01 .upper {
    margin-bottom: 4.2vw;
  }
  .sec01 .point01 .upper .point_header {
    justify-content: flex-start;
    align-items: center;
  }
  .sec01 .point01 .middle {
    display: block;
  }
  .sec01 .point01 .middle .textbox {
    margin-right: initial;
  }
  .sec01 .point01 .middle .imagebox {
    margin-top: 4.2vw;
  }
  .sec01 .point02 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point02 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point02 .upper_box .textbox {
    margin-right: initial;
  }
  .sec01 .point03 {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point03 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point03 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point03 .upper_box .textbox {
    margin-left: initial;
  }
  .sec01 .point04 {
    display: block;
  }
  .sec01 .point04 .point_header {
    justify-content: flex-start;
  }
  .sec01 .point04 .upper_box {
    margin-bottom: 13.8vw;
    display: block;
  }
  .sec01 .point04 .upper_box .textbox {
    margin-right: initial;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .sec_header {
  height: 130px;
}
.sec02 .cont01 {
  margin-bottom: 60px;
}
.sec02 .cont01 .textbox {
  margin-right: 50px;
}
.sec02 .upper_box {
  width: 100%;
  max-width: 100%;
  border: 1px solid #16216d;
  margin-bottom: 60px;
  padding: 55px 0 50px;
  box-sizing: border-box;
}
.sec02 .upper_box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  margin-bottom: 15px;
}
.sec02 .upper_box .subtitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #2ca6e0;
  margin-bottom: 40px;
}
.sec02 .upper_box .gridbox {
  width: 948px;
  max-width: 90%;
  margin: 0 auto 60px;
  row-gap: 60px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
}
.sec02 .upper_box .gridbox .item_title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  margin-bottom: 15px;
}
.sec02 .upper_box .gridbox .item_iage {
  margin-bottom: 20px;
}
.sec02 .upper_box .gridbox .item_iage img {
  width: 100%;
}
.sec02 .upper_box .gridbox .item_text {
  letter-spacing: 0.01em;
}
.sec02 .upper_box .gridbox .item.item:nth-of-type(6) .item_text {
  margin-bottom: 20px;
}
.sec02 .upper_box .gridbox .item.item:nth-of-type(6) .flexbox {
  margin-bottom: 0;
}
.sec02 .upper_box .item07 {
  width: 948px;
  max-width: 90%;
  margin: 0 auto 40px;
}
.sec02 .upper_box .item07 .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.sec02 .upper_box .item07 .textbox {
  width: 70%;
  margin-left: 50px;
}
.sec02 .upper_box .item07 .cont_subtitle {
  padding-left: 10px;
  color: #4d4d4d;
}
.sec02 .upper_box .item07 .cont_title {
  letter-spacing: 0.01em;
  color: #16216d;
  margin-bottom: 20px;
}
.sec02 .upper_box .flexbox {
  margin-bottom: 80px;
}
.sec02 .upper_box .box {
  width: 948px;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 30px;
  background-color: rgba(44, 166, 224, 0.17);
  box-sizing: border-box;
}
.sec02 .upper_box .box .box_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  position: relative;
}
.sec02 .upper_box .box .box_title::before {
  content: "";
  position: absolute;
  top: -47px;
  left: -114px;
  background: url(/images/prevention/text_special.webp) center/contain no-repeat;
  width: 158px;
  height: 104px;
}
.sec02 .upper_box .box .item09 {
  flex-direction: row-reverse;
}
.sec02 .upper_box .box .item09 .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.sec02 .upper_box .box .item09 .textbox {
  width: 70%;
  margin-right: 50px;
}
.sec02 .lower_box {
  width: 100%;
  max-width: 100%;
  border: 1px solid #16216d;
  margin-bottom: 60px;
  padding: 55px 0 50px;
  box-sizing: border-box;
}
.sec02 .lower_box .title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #16216d;
  margin-bottom: 15px;
}
.sec02 .lower_box .subtitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #f7b52c;
  margin-bottom: 40px;
}
.sec02 .lower_box .item08 {
  width: 948px;
  max-width: 96%;
  margin: 0 auto;
}
.sec02 .lower_box .item08 .imagebox {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}
.sec02 .lower_box .item08 .textbox {
  width: 70%;
  margin-left: 50px;
}
.sec02 .lower_box .item08 .cont_title {
  letter-spacing: 0.01em;
  color: #16216d;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .sec_header {
    height: initial;
  }
  .sec02 .sec_title {
    width: 95%;
  }
  .sec02 .cont01 {
    margin-bottom: 8vw;
  }
  .sec02 .cont01 .textbox {
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box {
    margin-bottom: 4.2vw;
    padding: 8vw 0 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .upper_box .title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .subtitle {
    font-size: 4.2vw;
    margin-bottom: 10.6vw;
  }
  .sec02 .upper_box .gridbox {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    row-gap: 13.8vw;
    -moz-column-gap: initial;
         column-gap: initial;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec02 .upper_box .gridbox .item {
    width: 100%;
    box-sizing: border-box;
  }
  .sec02 .upper_box .gridbox .item_title {
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .gridbox .item_iage {
    margin-bottom: 4.2vw;
  }
  .sec02 .upper_box .gridbox .item_text {
    font-size: 3.75vw;
    letter-spacing: 0.01em;
  }
  .sec02 .upper_box .gridbox .item.item:nth-of-type(6) .item_text {
    margin-bottom: 2.4vw;
  }
  .sec02 .upper_box .item07 {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
  }
  .sec02 .upper_box .item07 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .upper_box .item07 .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec02 .upper_box .item07 .cont_subtitle {
    font-size: 3.75vw;
    padding-left: initial;
    text-align: center;
  }
  .sec02 .upper_box .item07 .cont_title {
    font-size: 4.2vw;
  }
  .sec02 .upper_box .box {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    padding: 10.66vw 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .upper_box .box .box_title {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 35px;
    font-size: 5.3vw;
    letter-spacing: 0.1em;
    position: relative;
  }
  .sec02 .upper_box .box .box_title::before {
    top: -16.53vw;
    left: -19.4vw;
    width: 42.13vw;
    height: 27.73vw;
  }
  .sec02 .upper_box .box .item09 {
    flex-direction: row-reverse;
  }
  .sec02 .upper_box .box .item09 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .upper_box .box .item09 .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec02 .lower_box {
    margin-bottom: 4.2vw;
    padding: 8vw 0 5.5vw;
    box-sizing: border-box;
  }
  .sec02 .lower_box .title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
    margin-bottom: 4.2vw;
  }
  .sec02 .lower_box .subtitle {
    font-size: 4.2vw;
    margin-bottom: 10.6vw;
  }
  .sec02 .lower_box .item08 {
    width: 100%;
    max-width: 100%;
    padding: 0 5.5vw;
  }
  .sec02 .lower_box .item08 .imagebox {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .sec02 .lower_box .item08 .textbox {
    width: 100%;
    margin-left: initial;
  }
}/*# sourceMappingURL=prevention01.css.map */