.topKv {
  min-height: 10vh;
}

.topKv__inner {
  transform: scale(1.5);
}

.topKv__bgs {
  height: 700px !important;
}
.topKv__bg.-bg1.-add {
  display: none;
}
@media (max-width: 768px) {
  .topKv__bg.-bg1 {
    height: 20vw;
  }
  .topKv__bg.-bg1.-add {
    display: block;
    height: 20vw;
    top: 182vw;
    margin-top: 40px;
    left: 105%;
  }
  .about {
    margin-top: 40vw;
  }
}

.top__statement {
  margin-top: 0;
}
@media (max-width: 768px) {
  .top__statement {
    margin-top: 40px;
    font-size: 3.7333333333vw;
    line-height: 9.6vw;
  }
}

.top__statement__inner__strong {
  font-size: 30px;
}
@media (max-width: 768px) {
  .top__statement__inner__strong {
    font-size: 5.5vw;
  }
}
