.main_image {
  position: relative;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images01/prevention/prevention_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/prevention/prevention_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;
}
.lead_sec .cont {
  width: 1170px;
  max-width: 100%;
  padding: 50px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f6f0e7;
}
.lead_sec .cont_title {
  width: 870px;
  max-width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  margin: 0 auto 30px;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}
.lead_sec .list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.lead_sec .item:nth-of-type(1) {
  margin-right: 50px;
}
.lead_sec .item_name {
  position: relative;
  width: 340px;
  padding: 20px;
  margin: 0 auto 40px;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.lead_sec .item_name:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -30px;
  border-top: 15px solid #fff;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.lead_sec .cont_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
@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 .sec_text {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.sec01 .figure_title {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
.sec01 .figure_flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sec01 .figure01 {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .sec_text {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 8vw;
  }
  .sec01 .figure_title {
    margin-bottom: 5.5vw;
    font-size: 5.5vw;
  }
  .sec01 .figure_flex {
    display: block;
  }
  .sec01 .figure {
    width: 100%;
  }
  .sec01 .figure img {
    width: 100%;
  }
  .sec01 .figure01 {
    margin-right: 0;
    margin-bottom: 10.6vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02 .textbox {
  width: 590px;
}
.sec02 .point_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sec02 .point_num {
  margin-right: 30px;
}
.sec02 .point_title {
  font-size: 24px;
  color: #673606;
}
.sec02 .point:not(:last-of-type) {
  margin-bottom: 100px;
}
.sec02 .imagebox {
  position: relative;
}
.sec02 .image_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 181px;
  height: 181px;
  border-radius: 50%;
  background: #fde5b7;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #673606;
}
.sec02 .point01 .textbox {
  margin-right: 30px;
}
.sec02 .point01 .image_text {
  position: absolute;
  left: 5px;
  bottom: -5px;
}
.sec02 .point01 .image_text:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 65px;
  height: 35px;
  background: url(../images01/prevention/sec02_kazari.webp) center/contain no-repeat;
}
.sec02 .point02 .flexbox {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.sec02 .point02 .point_image {
  margin-right: 30px;
}
.sec02 .point03 .textbox {
  margin-right: 30px;
}
.sec02 .point03 .image_text {
  position: absolute;
  left: 5px;
  bottom: -5px;
}
.sec02 .point04 .flexbox {
  flex-direction: row-reverse;
}
.sec02 .point04 .imagebox {
  margin-right: 30px;
}
.sec02 .point04 .image_text {
  position: absolute;
  left: 5px;
  bottom: -5px;
}
.sec02 .point04 .image_text:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 31px;
  height: 64px;
  margin: 0 auto;
  background: url(../images01/prevention/sec02_illust.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .flexbox {
    display: block;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vw;
  }
  .sec02 .textbox {
    width: 100%;
  }
  .sec02 .point_header {
    display: flex;
    align-items: center;
    margin-bottom: 2.7vw;
  }
  .sec02 .point_num {
    width: 10.6vw;
    min-width: 10.6vw;
    margin-right: 2.7vw;
  }
  .sec02 .point_num img {
    width: 100%;
    min-width: 8vw;
  }
  .sec02 .point_title {
    font-size: 5.5vw;
    color: #673606;
  }
  .sec02 .point:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec02 .point_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec02 .point_image img {
    width: 100%;
  }
  .sec02 .image_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
    background: #fde5b7;
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    text-align: center;
    color: #673606;
  }
  .sec02 .point01 .textbox {
    margin-right: 0;
  }
  .sec02 .point01 .image_text {
    position: absolute;
    left: 1.3vw;
    bottom: -1.3vw;
  }
  .sec02 .point01 .image_text:before {
    content: "";
    position: absolute;
    right: 1.3vw;
    top: 1.3vw;
    width: 13.8vw;
    height: 7.4vw;
    background: url(../images01/prevention/sec02_kazari.webp) center/contain no-repeat;
  }
  .sec02 .point02 .flexbox {
    flex-direction: row-reverse;
    margin-bottom: 8vw;
  }
  .sec02 .point02 .point_image {
    margin-right: 0;
  }
  .sec02 .point03 .textbox {
    margin-right: 0;
  }
  .sec02 .point03 .image_text {
    position: absolute;
    left: 1.3vw;
    bottom: -1.3vw;
  }
  .sec02 .point03 .image_text img {
    width: 100%;
  }
  .sec02 .point04 .flexbox {
    flex-direction: row-reverse;
  }
  .sec02 .point04 .imagebox {
    margin-right: 0;
  }
  .sec02 .point04 .image_text {
    position: absolute;
    left: 1.3vw;
    bottom: -1.3vw;
  }
  .sec02 .point04 .image_text:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4vw;
    width: 5.5vw;
    height: 11.3vw;
    margin: 0 auto;
    background: url(../images01/prevention/sec02_illust.webp) center/contain no-repeat;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .cont01 {
  margin-bottom: 100px;
}
.sec03 .cont_header {
  width: 570px;
  padding: 30px 0;
  border-top: 1px solid #ed7e00;
  border-bottom: 1px solid #ed7e00;
  margin: 0 auto 80px;
}
.sec03 .cont_title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.sec03 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}
.sec03 .item {
  width: 354px;
  max-width: 30%;
}
.sec03 .item:not(:nth-child(3n)) {
  margin-right: 50px;
}
.sec03 .item:nth-child(-n+3) {
  margin-bottom: 50px;
}
.sec03 .item_title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: center;
}
.sec03 .item_image {
  margin-bottom: 10px;
}
.sec03 .box {
  position: relative;
  width: 1150px;
  max-width: 100%;
  padding: 80px 50px;
  box-sizing: border-box;
  background: #f6f0e7;
}
.sec03 .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 254px;
  height: 44px;
  margin: 0 auto;
  background: url(/images01/prevention/text_check.webp) center/contain no-repeat;
}
.sec03 .box_leadtext {
  margin-bottom: 50px;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
}
.sec03 .kensa_list {
  display: flex;
  justify-content: space-between;
}
.sec03 .kansa_item {
  width: 320px;
  max-width: 30%;
}
.sec03 .kensa_title {
  padding: 5px 0 5px 15px;
  border-left: 15px solid #ed7e00;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.sec03 .cont02 .cont_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .cont02 .imagebox {
  position: relative;
  margin-right: 30px;
}
.sec03 .cont02 .image_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 460px;
}
.sec03 .cont02 .image_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  background: url(../images01/prevention/sec03_circle.webp) center/contain no-repeat;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec03 .cont02 .cont_text {
  width: 550px;
  max-width: 48%;
}
@media screen and (max-width: 1210px) and (min-width: 768px) {
  .sec03 .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .sec03 .item_title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .sec03 .cont02 .image_list {
    top: auto;
    bottom: -30px;
    max-width: 100%;
  }
  .sec03 .cont02 .image_item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .cont01 {
    margin-bottom: 13.8vw;
  }
  .sec03 .cont_header {
    width: 100%;
    padding: 4vw 0;
    border-top: 1px solid #ed7e00;
    border-bottom: 1px solid #ed7e00;
    margin: 0 auto 8vw;
  }
  .sec03 .cont_title {
    font-size: 5vw;
  }
  .sec03 .list {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec03 .item {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .sec03 .item:nth-child(-n+3) {
    margin-bottom: 13.8vw;
  }
  .sec03 .item:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
  .sec03 .item_title {
    margin-bottom: 2.7vw;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #4d4d4d;
    text-align: center;
  }
  .sec03 .item_image {
    width: 100%;
    margin-bottom: 2.7vw;
  }
  .sec03 .item_image img {
    width: 100%;
  }
  .sec03 .box {
    padding: 8vw 5.5vw;
  }
  .sec03 .box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -5.5vw;
    width: 40vw;
    margin: 0 auto;
    background: url(/images01/prevention/text_check.webp) center/contain no-repeat;
  }
  .sec03 .box_leadtext {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
  .sec03 .kensa_list {
    display: block;
  }
  .sec03 .kansa_item {
    width: 100%;
    max-width: 100%;
  }
  .sec03 .kansa_item:not(:last-of-type) {
    margin-bottom: 8vw;
  }
  .sec03 .kensa_title {
    padding: 1.3vw 0 1.3vw 2.7vw;
    border-left: 2.7vw solid #ed7e00;
    margin-bottom: 4vw;
    font-size: 4.4vw;
  }
  .sec03 .kensa_text {
    font-size: 4vw;
    text-align: justify;
    line-height: 2;
  }
  .sec03 .cont02 .cont_flex {
    display: block;
  }
  .sec03 .cont02 .imagebox {
    position: relative;
    margin-right: 0;
    margin-bottom: 5.5vw;
  }
  .sec03 .cont02 .cont_image {
    width: 100%;
  }
  .sec03 .cont02 .cont_image img {
    width: 100%;
  }
  .sec03 .cont02 .image_list {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -2.7vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 95%;
  }
  .sec03 .cont02 .image_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.7vw;
    height: 27.7vw;
    background: url(../images01/prevention/sec03_circle.webp) center/contain no-repeat;
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sec03 .cont02 .cont_text {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=prevention.css.map */