@font-face {
  font-family: 'SourceHanSerif-Bold';
  src: url('../fonts/SourceHanSerif-Bold.woff2') format('woff2'),
  url('../fonts/SourceHanSerif-Bold.woff') format('woff');
}

/* new kv start */
.kv {
  min-height: 1000px;
  height: 100vh;
  height: 100dvh;
  background: #FAFAFA;
}
@media screen and (max-width: 1550px) {
  .kv {
    min-height: unset;
    height: 64vw;
  }
}
@media screen and (max-width: 991px) {
  .kv {
    height: auto;
  }
}

.kv__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1646px;
  width: 100%;
  margin: 0 auto;
  gap: 120px;
  padding-left: 80px;
}
@media screen and (max-width: 1550px) {
  .kv__inner {
    gap: 7.742vw;
  }
}
@media screen and (max-width: 991px) {
  .kv__inner {
    flex-direction: column;
    gap: 0;
    padding-top: 140px;
    padding-left: 0;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .kv__inner {
    padding-top: 76px;
    padding-bottom: 3vh;
  }
}

.kv__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kv__textTop {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  color: #00437E;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .kv__textTop {
    font-size: 1.76vw;
  }
}
@media screen and (max-width: 991px) {
  .kv__textTop {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .kv__textTop {
    font-size: 4.4vw;
  }
}

.kv__heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  color: #404040;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1250px) {
  .kv__heading {
    font-size: 2.72vw;
  }
}
@media screen and (max-width: 991px) {
  .kv__heading {
    font-size: 34px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .kv__heading {
    font-size: 6.8vw;
    margin-top: 2vh;
  }
}

.kv__imgBox {
  max-width: 830px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .kv__imgBox {
    max-width: 720px;
    margin-top: -56px;
  }
}
@media screen and (max-width: 500px) {
  .kv__imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    width: 100%;
    height: 50vh;
    margin-top: -4.5vh;
  }
}

.kv__imgBox.kv__imgBox--maintenance {
  max-width: 750px;
  filter: drop-shadow(7px 10px 6px rgba(0, 0, 0, .2));
}
@media screen and (max-width: 991px) {
  .kv__imgBox.kv__imgBox--maintenance {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .kv__imgBox.kv__imgBox--maintenance {
    margin-top: 20px;
  }
}

.kv__img--super {
  width: 100%;
}

.kv__img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .kv__img {
    display: block;
    height: 100%;
    width: 50vh;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
  }
}

.kv__img--maintenance {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.banner_btn_hp {
	margin-top: 90px;
	text-align: center;
}
@media screen and (max-width: 1250px) {
  .banner_btn_hp {
    margin-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .banner_btn_hp {
    margin-top: 0;
  }
}

@media screen and (max-width: 1250px) {
  .common_btn_hp--kv {
    min-width: 34.4vw;
    max-width: 34.4vw;
  }
}

@media screen and (max-width: 991px) {
  .common_btn_hp__text span {
    display: inline-block;
  }
}

.banner_btn_hp a {}
/* new kv end */

