@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
}
@media (max-width: 992px) {
	 .openbtn {
    display: block;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 999;
  }
  .header-inner {
    position: relative;
  }
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s ease;
    z-index: 900;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .header-nav ul {
    flex-direction: column;
    padding-top: 8rem;
  }
  .header-nav li {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
 
  .company-table tr {
    font-size: 1rem;
  }
  .company-table th {
    width: 30%;
  }
  .company-table td {
    width: 70%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
  section + section {
    margin-top: 2rem;
  }
  .works-title {
    font-size: 1.3rem;
    padding: 1rem 0;
  }
  .slider .slick-slide {
    height: 200px;
  }
  .works-item-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .table-box {
    padding: 2rem;
  }
  .company-table th {
    width: 20%;
    min-width: 70px;
  }
  .company-table td {
    width: 80%;
  }
  .works-item p {
    font-size: 0.9rem;
  }
  .pc-none {
    display: block;
  }
  .fv {
    height: 250px;
  }
  .fv h1 {
    font-size: 2rem;
  }
}

@media (max-width: 400px) {
  .table-box {
    padding: 2rem 1rem;
  }
  .works-title {
    font-size: 1.2rem;
  }
}
