@media (max-width: 1200px) {
  .business-item {
    max-width: 700px;
    margin: 0 auto;
  }
  .business-item,
  .business-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .business-item + .business-item {
    margin-top: 6rem;
  }
  .business-item-textwrap {
    width: 95%;
    margin: 2rem auto 0;
    padding: 0;
  }
  .business-item-img {
    width: 100%;
  }
  .business-item-textwrap p {
    margin-top: 1rem;
  }
}
@media (max-width: 1024px) {
  .openbtn {
    display: block;
  }
  .header-inner {
    height: 70px;
  }
  .header-nav {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .header-nav ul {
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding-top: 6rem;
  }
  .header-nav li:not(:first-of-type) {
    margin-left: 0;
  }
  .header-nav a {
    padding: 1.2rem 0;
    display: inline-block;
    font-size: 1.3rem;
  }
  .header-logo img {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .pc-none {
    display: block;
  }
  .recruit {
    flex-direction: column;
    height: auto;
  }
  .recruit-bg {
    width: 100%;
    max-width: 700px;
    height: 400px;
  }
  .recruit-textwrap {
    width: 95%;
    max-width: 650px;
    padding: 0;
    margin: 3rem 1rem 0 auto;
  }
}
@media (max-width: 800px) {
  .contact-contents {
    flex-direction: column;
  }
  .contact-btn {
    max-width: 700px;
    margin: 0 auto;
  }
  .contact-btn + .contact-btn {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .news-wrap {
    flex-direction: column;
  }
  .news-contents {
    width: 100%;
    margin-top: 3rem;
  }
  .news-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news .more-wrap {
    margin-top: 0;
  }
  .company-contents th {
    width: 120px;
  }
  .u-news .news-lists a {
    flex-direction: column;
    align-items: flex-start;
  }
  .u-news .news-lists h3 {
    margin-top: 1rem;
    margin-left: 0;
  }
  .u-news-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .typed {
    font-size: 2rem;
  }
  .section-title-en {
    font-size: 3rem;
  }
  .section-title {
    font-size: 1.1rem;
  }
  .about-contents p {
    font-size: 1rem;
  }
  .business-item-img {
    height: 250px;
  }
  .business-item-title {
    font-size: 1.3rem;
  }
  .news-lists a {
    padding: 1rem 0;
  }
  .company-contents th,
  .company-contents td {
    padding: 1rem 0.5rem;
  }
  .recruit-textwrap {
    margin: 3rem auto 0;
  }
  .recruit-bg {
    height: 300px;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-nav {
    margin-top: 2rem;
    text-align: center;
  }
  .u-fv {
    height: 200px;
  }
  .u-news .news-wrap {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .more-wrap a {
    font-size: 0.9rem;
  }
  .more-wrap img {
    width: 15px;
  }
  .news-lists h3 {
    font-size: 1rem;
  }
  .news-genre {
    font-size: 0.85rem;
  }
  .news-date {
    margin-left: 1rem;
  }
  .recruit .more-wrap {
    display: flex;
    justify-content: center;
  }
  .recruit-bg {
    height: 250px;
  }
  .company-contents th {
    width: 100px;
  }
  .contact-btn {
    padding: 1rem 2rem;
  }
  .header-logo img {
    width: 150px;
  }
  .footer-logo {
    width: 170px;
  }
  section {
    padding: 2.5rem 0;
  }
  .u-news-title {
    font-size: 1.15rem;
  }
  .u-news-single-contents .more-wrap {
    display: flex;
    justify-content: center;
  }
  .typed {
    font-size: 1.75rem;
  }
}
@media (max-width: 400px) {
}
