.header .wrapper .event-name {
  font-size: min(1.58vw, 18px)!important;
}
.nav_pc {
  flex: 1;
}
.nav_pc ul {
  display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: stretch;
        /* -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; */
        -ms-flex-pack: distribute;
        justify-content: flex-end;
}

.nav_pc li {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.8rem;
}
.nav_pc li a {
  font-size: min(1.38vw, 16px);
  text-align: center;
  transition: .3s;      
}
.header-btn{
  background-color: #CB3F2D;
}
.header-btn a{
  line-height: 1.4;
  color: #fff;
  text-align: center;
  padding: 1rem!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: .3s;
  
  }

.header-btn a::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/application-arrow.png);
    background-size: cover;
    vertical-align: text-top;
    margin-left: 0.8rem;
}
.header-btn a:hover{
  color: #fff;
  background-color: #d05a4b!important;
}
.header-btn a.career_btn {
  background-color: #901B0C!important;
  
}
.header-btn a.career_btn:hover {
    background-color: #d05a4b!important;
}
.top .wrapper .top-content .top-title {
  font-size: min(6vw, 54px)!important;
}
.application-left .sp-no._img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .wrapper .footer-content .footer-left .footer-left__info li span {
  white-space: nowrap;
}
.footer .wrapper .footer-content .footer-left .footer-left__info li:nth-child(2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer {
  z-index: 1;
}
.footer::before {
  z-index: -1;
  width: auto;
  height: 100%;
  aspect-ratio: 932/645;
}
@media screen and (max-width:1280px) {
  .nav_pc li {
    margin-left: 1.2rem;
  }
  .header-btn a::after {
    width: 18px!important;
    height: 18px!important;
  }
}

@media screen and (max-width: 1080px) {
  .top .wrapper .top-content .top-heading .pc-no {
      display: block;
  }
  .top .wrapper .top-content .top-point {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
  .header .wrapper .event-name {
      font-size: 15px!important;
  }
  .application-btn__sp{
    display: flex;
      gap: 1.5%;
      position: fixed;
      width: 100vw;
      top: auto!important;
      left: 0;
      bottom: 0;
      z-index: 70;
      background-color: #fff;
      height: 65px;
      align-items: center;
      justify-content: center;
      
  }
  .application-btn__sp a{
    font-size: min(3.5vw, 18px);
    color: #fff;
    display: block;
    background-color: #CB3F2D;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 25px;
    width: 47%;
    text-align: center;
    position: relative;
    
  }
  .application-btn__sp a::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 5.5%;
    width: 16px;
    height: 16px;
    background-image: url(../images/application-arrow.png);
    background-size: cover;
    vertical-align: text-top;
  }
  .footer .wrapper {
    padding-bottom: 5rem;
  }
  .footer::before {
    width: 100%;
    height: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .top .wrapper .top-content .top-title {
      font-size: 2.2rem!important;
  }
  nav {
    width: 100%;
    height: 100dvh!important;
  }
}

/* 
.tab--body__child:nth-child(3) {
  padding-top: 7rem;
}
@media (max-width: 575.98px) {
  .tab--body__child:nth-child(3) {
      padding-top: 2rem;
  }
} */

@media screen and (max-width: 768px) {
  .entrance-fixed {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .entrance-fixed {
    width: 50%;
    bottom: 5rem;
    right: 1rem;
  }
}



.time-table-date-nav {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  z-index: 1;
}
.time-table-date-nav > li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  min-height: 60px;
  margin-inline: -1px;
  background-color: #901B0C;
  border: solid 1px;
  border-top-color: #901B0C;
  border-bottom-color: #901B0C;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition-duration: 0.3s;
}
.time-table-date-nav > li .small {
  font-size: 80%;
  display: inline-block;
  margin-bottom: -3px;
}
.time-table-date-nav > li:hover,.time-table-date-nav > li.current {
  background-color: #fff;
  color: #901B0C;
}
.time-table-date-nav > li.current {
  z-index: -1;
}
.time-table-content {
  display: none;
}
.time-table-content.current {
  display: block;
}
.comingsoon-text {
  margin-block: 60px;
  text-align: center;
}
.video .wrapper .video-text dt {
  color: #901B0C;
}
.video .wrapper .video-text dd {
  color: #000;
}
.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0 -60px -2.74%;
}
.video-grid .video-column {
  width: 47.26%;
  margin: 0 0 60px 2.74%;
  text-align: center;
}
.video-grid .video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.562;
}
.video-grid .video-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-grid .title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}
.video-grid .title small {
  font-size: 0.77em;
}
@media screen and (max-width: 768px) {
  .video-grid {
    margin: 50px 0 -40px 0;
  }
  .video-grid .video-column {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .video-grid .title {
    font-size: 16px;
  }
}


.list--company > li .c__inexperienced {
  background: #CB3F2D;
  border-radius: 20px;
  font-size: 80%;
  color: #fff;
  padding: 0.6rem 0.8rem 0.5rem 0.8rem;
  position: absolute;
  top: 6px;
  right: 10px;
}


.om-job-label-beginner {
  line-height: 1.8;
  padding: 0 0.5rem;
  display: inline-block;
  border: 1px #cb3f2d solid;
  border-top: none;
  margin-bottom: 0.5rem;
  position: absolute;
  top: -4px;
  left: 70px;
}

.om-job-label-beginner {
  font-size: 0px;
}

.om-job-label-beginner::before {
  content: "未経験OK";
  color: #cb3f2d;
  font-size: 0.9rem;
}

.time-table {
  padding: 2rem 0;
  width: 97%;
}


.tab--lane::after,.tab--lane::before {
  display: none;
}

.tab--lane > li {
  padding: 0.5rem;
  flex-shrink: 1;
}
.tab--lane > li + li {
  border-left: 1px solid #fff;
}
.list--company {
  width: 100%;
}
.list--company > li + li {
  margin-top: 1.3rem;
}
.tab--body__child {
  flex-shrink: 1;
  width: calc(50% - 1px);
  padding-inline: 4%;
}
/* 
.tab--body__child:nth-child(2) {
  padding-top: 3rem;
}
.tab--body__child:nth-child(3) {
  padding-top: 4rem;
}
.tab--body__child:nth-child(4) {
  padding-top: 5rem;
}
.tab--body__child:nth-child(5) {
  padding-top: 6rem;
} */

.list--company__inner {
  padding: 2.4rem 1.5rem 1rem;
}
.list--company > li .c__name {
  line-height: 1.35;
  font-size: 15px;
}
.list--company > li .c__information {
  margin-top: 0.8rem;
}
.list--company > li .c__information dl {
  align-items: flex-start;
}
.list--company > li .c__information dl dt {
  width: 50px;
  border-radius: 0;
  padding: 0.3rem 3px;
  font-size: 0.7rem;
  font-weight: 500;
}
.list--company > li .c__information dl dd {
  flex: 1;
  line-height: 1.4;
}
.list--company > li .c__time {
  padding: 0.4rem 0.8rem;
  font-size: 12px;
}
.list--company > li .c__body {
  margin-top: 0.8rem;
  padding: 0.7rem 0.5rem;
}
.list--company > li .c__body span {
  font-size: 0.75rem;
}
.list--company > li .c__body p {
  line-height: 1.5;
  font-size: 0.75rem;
}
.list--company__inner .movie-btn {
  margin-top: 0.7rem;
}
.list--company__inner .movie-btn a {
  font-size: 14px;
  padding: 0.6rem;
}
.mt10 {
  margin-top: 10px;
}
.tab-menu {
  pointer-events: none;
  touch-action: none;
}
.scroll-box {
  pointer-events: none;
  touch-action: none;
}
.scroll-box a {
  pointer-events: auto;
  touch-action: auto;
}

@media screen and (max-width: 767px) {
  .time-table {
    padding-inline: 1rem;
    width: 95%;
  }
  .tab--lane > li {
    /* flex-shrink: 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .9rem;
  }
  .tab--body__child {
    flex-shrink: 0;
  }
  .tab-menu {
    pointer-events: auto;
    touch-action: auto;
    width: calc(100% + 2rem)!important;
    margin-left: -1rem!important;
  }
  
  .scroll-box {
    pointer-events: auto;
    touch-action: auto;
    width: calc(100% + 2rem);
    margin-left: -1rem;
  }
}

/* @media screen and (max-width:575.98px) {

  .tab--body__child:nth-child(2) {
    padding-top: 2rem;
  }
  .tab--body__child:nth-child(3) {
    padding-top: 2rem;
  }
  .tab--body__child:nth-child(4) {
    padding-top: 2rem;
  }
  .tab--body__child:nth-child(5) {
    padding-top: 2rem;
  }
} */

nav {
  z-index: -1;
}
.open nav {
  z-index: 50;
}

.campany-btn {
  margin-bottom: 0.5rem;
}

.tab--body__child:nth-child(2) {
  padding-top: 2rem!important;
}
.tab--body__child:nth-child(3) {
  padding-top: 2rem!important;
}
.tab--body__child:nth-child(4) {
  padding-top: 2rem!important;
}
.tab--body__child:nth-child(5) {
  padding-top: 2rem!important;
}

.list--company__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}



@media screen and (max-width:768px) {
  .company .wrapper {
    padding-inline: 3%;
  }
  .list--company__inner {
    padding-inline: 1rem;
  }
  .time-table-date-nav {
    font-size: 1.2rem;
  }
  .time-table-date-nav > li .small {
    margin-left: -0.3rem;
  }
}


.top .wrapper .top-content .top-point ul li:first-child span {
    top: 30%;
}
.top-tag-list {
  margin-bottom: 30px;
}
.top-tag-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.3rem
}

.top-tag-list ul li {
  height: 30px;
}
.top-tag-list ul li img {
  display: block;
  height: 100%;
  width: auto;
}

.top .wrapper .top-content .top-point {
  max-width: 530px;
}
.top .wrapper .top-content .top-title {
  margin-bottom: 2rem;
}

@media screen and (max-width:768px) {
  .top-tag-list ul {
    flex-wrap: wrap;
  }
}

