@media screen and (min-width: 769px) and (max-width: 1024px) {
  .fv {
    height: 100vh;
  }
  .fv img {
    width: 80%;
    height: 80vh;
    top: 10%;
    left: 10%;
  }
  .news {
    padding: 0 0 3rem;
    font-size: 1.3rem;
  }
  .business {
    padding: 3rem 5rem;
  }
  .business .business-box {
    display: flex;
    justify-content: center;
  }
  .business .business-box .item {
    width: 50%;
    margin: 1rem;
  }
  .client {
    padding: 0 5rem 5rem;
    text-align: center;
  }
  .client .client-list_box .client-list .client-name {
    font-size: 1.5rem;
    width: calc(100%/3);
  }
  .about {
    height: 50vh;
  }
  .about .about-bg {
    background-size: 300px auto;
  }
  .about .about-text {
    font-size: 1.5rem;
  }
  .about .about-text p {
    line-height: 4rem;
  }
  .contact {
    padding: 0 5rem 3rem;
  }
  .contact .sec-contact_inner {
    display: flex;
    justify-content: center;
  }
  .contact .sec-contact_inner .contact-img {
    width: 50%;
    text-align: right;
    padding: 0 2rem;
  }
  .contact .sec-contact_inner .contact-img img {
    width: 80%;
    border-radius: 5px;
  }
  .contact .sec-contact_inner .information {
    width: 50%;
    font-size: 1.5rem;
    white-space: nowrap;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
