@charset "UTF-8";

@media screen and (max-width: 950px) {
  .sp-only {
    display: block !important;
  }
  
  .pc-only {
    display: none !important;
  }

  header {
    height: 50px;
    display: flex;
    justify-content: center;
  }

  header nav {
    display: none;
  }

  header h1 {
    display: flex;
    justify-content: center;
  }

  header h1 img {
    width: 70px;
  }

  .about-section {
    padding: 0 10px;
    background: #e5e7ee;
    padding: 40px 15px;
  }

  .about-section h1 {
    font-size: 23px;
    line-height: 27px;
  }

  .about-section h2 {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
  

  .about-wraper .cross {
    width: 95px;
  }

  .top-section-textblock ul {
    font-size: 14px;
    padding: 0 0 0 16px;
    justify-content: center;
  }

  .top-section-textblock {
    width: 100%;
    left: inherit;
    right: 0;
    padding: 0 0 0 0;
    top: 258px;
  }

  .top-section-textblock h2 {
    font-size: 28px;
    margin-bottom: 8px;
    float: right;
    padding: 12px 0px 12px 23px;
  }

  .top-section-textblock h3 {
    width: 100%;
    font-size: 15px;
    display: inline-block;
    padding: 15px 15px 2px 15px;
    text-align: center;
  }

  section,form {
    width: 100% !important;
  }

  .content-section h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .content-section h1 img {
    height: 27px;
  }

  .about-wraper {
    width: 100%;
    flex-wrap: wrap;
  }

  .content-section {
    padding: 0 15px;
  }

  .content-section ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .content-section li {
    width: 100%;
  }

  .company-table {
    margin-top: 20px;
  }

  .company-table th, .company-table td {
    padding: 6px 12px;
  }

  .contact-section h1 img {
    height: 30px;
  }

  form label {
    font-size: 16px;
  }

  form {
    padding: 0 15px;
  }

  form button {
    font-size: 15px;
  }

  .company-section {
    padding: 60px 15px;
  }

  .company-section h1 img {
    height: 30px;
  }

  .company-table th img {
    width: 80px;
  }

  .company-table th:first-child {
    width: 100px;
  }

  .company-table th, .company-table td {
    font-size: 14px;
  }

  .detail-content {
    width: 100%;
    padding: 0 15px 60px 15px;
  }

  .detail-title img {
    height: 30px;
  }

  .detail-logo {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
  }

  .detail-logo img {
    width: 70px;
  }

  .audition {
    width: 250px;
    height: 61px;
    font-size: 15px;
    bottom: 20px;
  }

  .about-audition {
    width: 94%;
  }

  .about-audition {
    font-size: 10px;
    line-height: 31px;
  }

  .about-audition br {
    display: none;
  }

  .about-audition p {
    font-size: 12px;
    line-height: 23px;
  }

  .about-audition p br {
    display: block;
  }

  .about-audition a {
    width: 94%;
  }

  .audition-banner {
    width: 100%;
    padding: 0 15px;
  }

  .slick-slider {
    width: 360px;
    height: 200px;
    margin: 90px auto 0 auto;
}

.banner {
  flex-wrap: wrap;
  padding: 20px 16px;
}

.banner a {
  width: 100%;
}

.slick-list {
  height: auto !important;
}

}