@charset "UTF-8";

/* === kv === */
.inner-kv {
  background-image: url(../img/business/kv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .inner-kv {
    background-image: url(../img/business/kv_sp.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}