.kv {
  background: url(/jp/-/media/medicom/kenshin/contact/kv_pc) right top/cover no-repeat;
  height:455px;
  margin:auto auto 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.kv__wrapper {
  max-width:960px;
  margin:auto;
  margin-top: 0px;
  padding:80px 0;
  width: 100%;
}

.kv__title {
  font-size:48px;
  color:#00A196;
  font-weight: bold;
  margin:auto auto 20px;
}

.kv_titleLogo{
  margin-bottom: 25px;
  max-width: 300px;
}

.kv__sub-title {
  font-weight: bold;
  font-size:34px;
  color:#252525;
  line-height: 1.3;
  margin-bottom: 40px;
}

.prd-section_h2 {
    max-width:960px;
    margin:auto auto 100px;
}

.download_h2_2 {
  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-weight: bold;
  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: var(--typography--db);
}

.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: 980px) {
  .kv_titleLogo{
    margin-bottom: 0px;
    width: 100vw;
    max-width: 100vw;
  }

  .kv__wrapper{
    padding-top: 15px;
  }

  .kv {
    background: url(/jp/-/media/medicom/kenshin/contact/kv_sp) center/cover no-repeat;
    height: auto;
    margin-bottom: 25px;
  }
  .kv__title {
    font-size: 9vw;
    margin:auto auto 20px;
    text-align:center;
  }

  .kv__sub-title {
    text-align:center;
    line-height:1.5;
    font-size:8vw;
  }

  .download_h2_2 {
    font-weight: bold;
    font-size:20px;
    padding:0 0 10px;
    border-bottom:solid 3px #279183;
    margin:auto 20px 30px;
    text-align:left;
  }

  .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;
  }
}