@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/prevention/prevention_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/prevention/prevention_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 .point_header .point_title {
  font-size: 23px;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .point_header .point_title {
    font-size: 4.8vw;
    padding-left: 5vw;
  }
}

.sec02 {
  margin-bottom: 100px;
}
.sec02 .first_box {
  margin-bottom: 60px;
}
.sec02 .first_box .first_title {
  font-size: 24px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #153169;
  padding-bottom: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .first_box .first_title::before {
  content: "PRO CARE";
  position: absolute;
  font-size: 60px;
  color: rgba(59, 99, 154, 0.2);
  right: 50%;
  bottom: 15px;
  transform: translateX(50%);
}
.sec02 .first_box .flexbox {
  align-items: flex-start;
}
.sec02 .first_box .flexbox .imagebox {
  width: 34%;
}
.sec02 .first_box .flexbox .textbox {
  width: 52.5%;
  margin-left: 50px;
}
.sec02 .first_box .flexbox .textbox .text_title {
  font-size: 21px;
  margin-bottom: 25px;
}
.sec02 .second_box {
  background-color: rgba(85, 168, 171, 0.1);
  padding: 45px 70px 70px;
}
.sec02 .second_box .second_title {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px dashed #3B639A;
  padding-bottom: 25px;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec02 .second_box .gridbox_menu {
  margin-bottom: 110px;
}
.sec02 .second_box .grid_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 75px;
       column-gap: 75px;
  justify-items: center;
  align-items: center;
  width: 617px;
  margin: 0 auto;
  border: 1px solid #3B639A;
  padding: 30px 115px 45px;
}
.sec02 .second_box .grid_bottom .box {
  width: 280px;
}
.sec02 .second_box .grid_bottom .box_title {
  font-size: 21px;
  text-align: center;
  color: #153169;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec02 .second_box .grid_bottom .imagebox {
  margin-bottom: 15px;
}
.sec02 .second_box .grid_bottom .imagebox .circlebox01 {
  position: absolute;
  bottom: -10px;
  right: -30px;
}
.sec02 .second_box .grid_bottom .imagebox .circlebox01 .circle01 {
  position: absolute;
  width: 158px;
  height: 158px;
  bottom: 0;
  right: 0;
  color: #3B639A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec02 .second_box .grid_bottom .imagebox .circlebox02 {
  position: absolute;
  top: -10px;
  right: -40px;
}
.sec02 .second_box .grid_bottom .imagebox .circlebox02 .circle02 {
  position: absolute;
  width: 158px;
  height: 158px;
  top: 0;
  right: 0;
  color: #3B639A;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec02 .third_box {
  margin-top: 105px;
}
.sec02 .third_box .third_title {
  font-size: 24px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #A67E34;
  padding-bottom: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "noto serif jp", serif;
}
.sec02 .third_box .third_title::before {
  content: "SELF CARE";
  position: absolute;
  font-size: 60px;
  color: rgba(166, 126, 52, 0.2);
  right: 50%;
  bottom: 15px;
  transform: translateX(50%);
}
.sec02 .third_box .flexbox {
  align-items: flex-start;
}
.sec02 .third_box .flexbox .imagebox {
  width: 34%;
}
.sec02 .third_box .flexbox .textbox {
  width: 52.5%;
  margin-left: 50px;
}
.sec02 .third_box .flexbox .textbox .text_title {
  font-size: 21px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .first_box {
    margin-top: 15vw;
    margin-bottom: 10vw;
  }
  .sec02 .first_box .first_title {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .first_box .first_title::before {
    content: "PRO CARE";
    font-size: 8vw;
    bottom: 15vw;
    width: 100vw;
  }
  .sec02 .first_box .flexbox {
    display: block;
  }
  .sec02 .first_box .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .first_box .flexbox .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec02 .first_box .flexbox .textbox .text_title {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
  .sec02 .second_box {
    padding: 10vw 5vw;
  }
  .sec02 .second_box .second_title {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .second_box .gridbox_menu {
    margin-bottom: 10vw;
  }
  .sec02 .second_box .grid_bottom {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10vw;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 80%;
    padding: 10vw 5vw;
  }
  .sec02 .second_box .grid_bottom .box {
    width: initial;
  }
  .sec02 .second_box .grid_bottom .box_title {
    font-size: 4.5vw;
    margin-bottom: 3vw;
  }
  .sec02 .second_box .grid_bottom .imagebox {
    margin-bottom: 3vw;
  }
  .sec02 .second_box .grid_bottom .imagebox .circlebox01 {
    position: absolute;
    bottom: -2vw;
    right: -8vw;
    width: 38vw;
  }
  .sec02 .second_box .grid_bottom .imagebox .circlebox01 .circle01 {
    position: absolute;
    width: 38vw;
    height: 38vw;
    bottom: 0;
    right: 0;
    font-size: 4vw;
  }
  .sec02 .second_box .grid_bottom .imagebox .circlebox02 {
    position: absolute;
    top: -3vw;
    right: -8vw;
    width: 38vw;
  }
  .sec02 .second_box .grid_bottom .imagebox .circlebox02 .circle02 {
    position: absolute;
    width: 38vw;
    height: 38vw;
    top: 0;
    right: 0;
    font-size: 4vw;
  }
  .sec02 .third_box {
    margin-top: 15vw;
  }
  .sec02 .third_box .third_title {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    margin-bottom: 10vw;
  }
  .sec02 .third_box .third_title::before {
    content: "PRO CARE";
    font-size: 8vw;
    bottom: 7vw;
    width: 100vw;
  }
  .sec02 .third_box .flexbox {
    display: block;
  }
  .sec02 .third_box .flexbox .imagebox {
    width: 100%;
  }
  .sec02 .third_box .flexbox .textbox {
    width: 100%;
    margin-left: initial;
  }
  .sec02 .third_box .flexbox .textbox .text_title {
    font-size: 4.5vw;
    margin-bottom: 2vw;
  }
}/*# sourceMappingURL=prevention.css.map */