@media (max-width: 1200px) {
  .strength-item {
    padding: 1rem;
  }
  .strength-contents {
    width: 85%;
  }
}
@media (max-width: 1024px) {
}

@media (max-width: 992px) {
  .openbtn {
    display: block;
    z-index: 999;
  }

  .header-navwrap {
    background-color: #236633;
    width: 250px;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    flex-direction: column;
    padding-top: 5rem;
    transform: translateX(100%);
    transition: transform ease-in-out 0.5s;
  }
  .header-navwrap.active {
    transform: translateX(0);
  }
  .header-nav {
    width: 100%;
    height: auto;
  }
  .nav-lists {
    flex-direction: column;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .nav-lists li {
    margin-top: 1.5rem;
  }
  .nav-lists a {
    color: #fff;
  }
  .entry-btn {
    height: 50px;
    margin-top: 2rem;
  }
  .about-contents {
    width: 90%;
  }
  .strength-contents {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
  .achievement-contents{
    width: 90%;
  }
  .achievement-tab p{
    font-size: 1.1rem;
  }
  .achievement-itemwrap{
    width: 100%;
  }
  .achievement-tabwrap{
    width: 90%;
  }
}
@media (max-width: 768px) {
  .strength-item-title {
    font-size: 1.5rem;
  }
  .about-textwrap {
    width: 60%;
  }
  .about {
    padding: 2rem 0;
  }
  .business-item {
    flex-direction: column-reverse;
  }
  .business-textwrap {
    width: 90%;
    margin-top: 1rem;
  }
  .business-img {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  .business-item-title {
    text-align: center;
    padding: 1rem 0;
  }
  .business-btnwrap {
    text-align: center;
  }
  .business-textwrap {
    margin: 0 auto;
  }
  .achievement-contents {
    width: 95%;
  }
  .achievement-tabwrap {
    width: 100%;
  }
  .achievement-tab {
    padding: 0.5rem;
  }
  .achievement-tab p {
    font-size: 0.9rem;
  }
  .achievement-item {
    flex-direction: column;
  }
  .achievement-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .achievement-textwrap {
    width: 100%;
  }
  .qa-lists {
    width: 90%;
  }
  .strength-contents {
    width: 90%;
  }

  .strength-item {
    padding: 1rem;
  }
  .business .section-inner {
    width: 90%;
  }
  .achievement .section-inner,
  .business,
  .strength,
  .news {
    padding: 3rem 0;
  }
  .qa-item.q::before,
  .qa-item.a::before {
    margin-right: 1rem;
    margin-top: 0.7rem;
  }
  .qa-item {
    align-items: flex-start;
  }

  .strength-item-img {
    margin: 2rem auto;
    height: 20%;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .achievement-item-title {
    font-size: 1.2rem;
  }
  .strength-item-title {
    font-size: 1.3rem;
  }
  .strength-item-img {
    height: 20%;
  }
  .top-gif img {
    width: 100%;
    margin: 0 auto;
  }
  .top-btn-wrap {
    text-align: center;
    margin-top: 2rem;
  }
  .top-btn {
    margin: 0;
    font-size: 0.9rem;
  }
  .top-gif {
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
  .top-gif picture {
    width: 50vw;
    max-width: none;
    min-width: 0;
    margin: 0 auto;
  }
  .about-contents {
    flex-direction: column;
  }
  .sp-none.section-title {
    display: none;
  }
  .pc-none-wrap {
    display: block;
    text-align: center;
  }
  .about-title {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
  }
  .about-img {
    width: 80%;
    max-width: 300px;
  }
  .about-textwrap {
    width: 90%;
    text-align: center;
  }
  .achievement-textwrap {
    padding: 2rem 0 0;
  }
  .achievement-itemwrap{
    width: 95%;
  }
}
@media (max-width: 480px) {
 
}
@media (max-width: 400px) {
  .achievement-tab {
    width: calc((100% - 10px) / 3);
    padding: 0.5rem 0.1rem;
  }
  .form-item-label{
    font-size: 1.1rem;
  }
  .form-item-label-req{
    font-size: 0.9rem;
    margin-left: 0.5rem;
  }
  .business-img{
    min-width: 280px;
  }
  .strength-contents {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
