@charset "UTF-8";
@media screen and (min-width: 1920px) {
  /* ---------------------
      header
--------------------- */
}
@media screen and (max-width: 599px) {
  .company .company-sec03-txt:not(:first-child) {
    margin-top: 0;
  }
  .company .company-sec03-contents {
    width: 100%;
  }
  .company .company-sec03-r {
    width: 100%;
  }
  .company .company-sec03-l {
    width: 58%;
    margin: 0 auto;
  }
  .company .company-sec03-contents::before {
    bottom: -6.5rem;
    left: 0;
    width: 24.1rem;
    height: 5rem;
  }
  .company .company-sec03::before {
    width: 27.5rem;
    height: 8.4rem;
  }
  .company .company-sec03::after {
    right: 18rem;
    bottom: 0;
    width: 20.7rem;
    height: 20.7rem;
  }
  .company .company-sec01-list {
    gap: 2rem;
    text-align: center;
  }
  .company .company-sec01-name {
    padding-bottom: 1rem;
    border-bottom: 1px dashed;
  }
  .company .company-sec01-map::before {
    content: none;
  }
  .company .company-sec02-icon {
    width: 6px;
  }
  .company .company-sec02-list {
    grid-template-columns: repeat(auto-fit, minmax(33rem, 1fr));
  }
  /* --------single event------- */
  .event-cat-area {
    flex-direction: column-reverse;
    align-items: center;
  }
  .eventcat-item {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .single-event-youtube01, .single-event-youtube02 {
    width: 100%;
    height: 100%;
  }
  .single-event-youtube-flex {
    row-gap: 2rem;
  }
  .single-event-sns {
    width: 100%;
  }
  .single-event-notes {
    width: 100%;
  }
  .single-event-sns-list {
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
    gap: 2.5rem;
  }
  .single-event-sns {
    padding: 2rem;
    background-color: #3f3d3d;
  }
  .single-event-sns .logo img {
    width: 55%;
  }
  .single-event-sns h2 {
    white-space: nowrap;
  }
  .single-event-bottom {
    gap: 3.5rem;
  }
  .single-event span.new {
    font-size: 1.6rem;
  }
  .single-event .new img {
    width: 2rem;
  }
  .pagination-flex {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .pagination a {
    padding: 1rem 1rem;
  }
  .single-event-details {
    width: 100%;
  }
  .single-event-img {
    width: 100%;
  }
  /*20241216 add*/
  .eventcat-item a::after {
    margin-left: 1.5rem;
  }
}