main {
  font-family: "Noto Sans JP", sans-serif;
}

.kv {
  background: center / cover no-repeat url("/jp/-/media/medicom/inquiry/health-guidance/kv_bg.jpg");
}

.kv__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1440px;
  min-height: 390px;
  margin: 0 auto;
  padding: 0 20px;
}

.kv__title {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  font-size: 34px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.kv__title span {
  color: #00A196;
  font-size: 48px;
}

.kv__title_text {
  color: #252525;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

.prd-section_h2 {
    max-width:960px;
    margin:80px auto 100px;
}

.download_h2_2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size:20px;
  padding:0 0 10px;
  border-bottom:solid 3px #279183;
}

.contact_area {
  gap: 40px;
  display:flex;
}

.contact_area_col {
  width: 50%;
  text-align:center;
}
.contact_area_h2 > span {
  display:block;
  font-size:18px;
  margin:auto auto 5px;
}

.contact_area_col + .contact_area_col {
  border-left:2px dashed #707070;
  padding-left:40px;
  box-sizing:border-box;
}

.contact_area_h2 {
  font-size: 16px;
  margin:auto auto 15px;
}

.contact_area_btn {
  display:block;
  background:#264597;
  color:#ffffff;
  border-radius:5px;
  width:90%;
  margin:auto auto 20px;
  padding:20px;
  font-size:20px;
  font-family: "Noto Sans JP", sans-serif;
  position:relative;
  letter-spacing: 0.5px;
}

.contact_area_num {
 background:#f1f1f1;
 padding:20px;
 width: 83%;
 margin: auto;
}

.contact_area_btn:after {
  content: "";
  background: url(/jp/-/media/medicom/kenshin/arrow-icon) no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top:0;
  bottom:0;
  margin:auto;
}

.contact_area_num_text {
  font-size:16px;
  margin:10px auto;
  line-height:2;
}

.contact_area_num_h3 {
  font-size:18px;
  margin: 24px auto 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.contact_area_num_text + .contact_area_num_h3 {
    border-top:#ADADAD solid 1px;
    padding-top:16px;
}

@media screen and (min-width: 981px) {
  .contact-form__tel-num {
    pointer-events: none;
  }
}

@media screen and (max-width: 1439px) {
  .kv__inner {
    max-width: 1440px;
    min-height: calc(390 / 1440 * 100vw);
    margin: 0 auto;
    padding: 0 calc(20 / 1440 * 100vw);
  }

  .kv__title_text {
    font-size: 32px;
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  .kv {
    background: center / cover no-repeat url("/jp/-/media/medicom/inquiry/health-guidance/kv_bg_sp.jpg");
  }

  .kv__inner {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    min-height: 390px;
    padding: var(--15px);
  }

  .kv__title span {
    font-size: 9vw;
  }

  .kv__title {
    font-size: 8vw;
  }

  .download_h2_2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size:20px;
    padding:0 0 10px;
    border-bottom:solid 3px #279183;
    margin:auto 20px 30px;
    text-align:left;
  }

  .prd-section_h2 {
    max-width:960px;
    margin-top:var(--60px);
}

  .contact_area {
    display:block;
  }

  .contact_area_col {
    width:90vw;
    margin:auto auto 20px;
  }

  .contact_area_h2 {
    font-size:3.75vw;
    line-height:1.5
  }
  .contact_area_num .contact-form__tel-num {
    font-size:6vw;
  }
  .contact_area_num .contact-form__tel-num--icon {
    width:8vw;
    height:8vw;
  }
  .contact_area_num {
    width: 100%;
  }
  
  .contact_area_col + .contact_area_col {
    border-left:none;
    border-top:2px dashed #707070;
    padding-left:0px;
    padding-top:20px;
    box-sizing:border-box;
  }
}