@charset "UTF-8";
@media screen and (min-width: 1025px) {
  /* min-widthは「ブラウザ幅が最小でも△px」の時（主にパソコン版） */
  .fv {
    height: 100vh;
  }
  .fv img {
    width: 80%;
    height: 80vh;
    top: 10%;
    left: 10%;
  }
  .news {
    padding: 40px 20px;
  }
  .news ul {
    font-size: 1.5rem;
  }
  .news ul a:hover {
    color: black;
  }
  .business {
    padding: 40px 150px 80px;
  }
  .business-box {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .business .item {
    width: 50%;
  }
  .client {
    padding: 4rem 20rem;
  }
  .client .client-list_box .client-list {
    display: flex;
    quotes: qhir;
  }
  .client .client-list_box .client-list .client-name {
    font-size: 2rem;
    width: calc(100% / 3);
  }
  .about {
    height: 60vh;
  }
  .about .about-bg {
    background-size: 300px auto;
  }
  .about .about-text {
    font-size: 2rem;
  }
  .about .about-text p {
    padding-bottom: 3rem;
  }
  .contact {
    padding: 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: 2rem;
    white-space: nowrap;
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

/* @media */
