/*------------------------------
recruit
------------------------------*/
.recruit__container {
  padding: 54px 0 160px;
  background: #fff;
}
@media (max-width: 767px) {
  .recruit__container {
    padding: 32px 0 48px;
  }
}

/*------------------------------
mv
------------------------------*/
.mv {
  width: 100%;
  aspect-ratio: 1336/480;
}
@media (max-width: 767px) {
  .mv {
    width: 100%;
    aspect-ratio: unset;
  }
  .mv img {
    width: 100%;
    aspect-ratio: 1336/680;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*------------------------------
recruit-menu
------------------------------*/
.recruit-menu__button {
  margin-top: 6%;
  display: flex;
  justify-content: center;
}
.recruit-menu__button a:first-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .recruit-menu__button {
    margin-top: 24px;
  }
  .recruit-menu__button a:first-child {
    margin-right: 4%;
  }
}

/*------------------------------
movie
------------------------------*/
.movie {
  margin-top: 10%;
}
@media (max-width: 767px) {
  .movie {
    margin-top: 40px;
  }
}

.movie__container iframe {
  width: 100%;
  aspect-ratio: 560/315;
  height: auto;
}

.movie__text {
  margin-top: 5%;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.movie__text strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  color: #3B5998;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .movie__text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  .movie__text strong {
    font-size: 1.6rem;
  }
}

.movie__heading {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5%;
  margin-top: 40px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .movie__heading {
  margin-top: 5%;
  }
}

.movie-content {
  margin-top: 10%;
}

.movie-content:first-of-type {
  margin-top: 0;
}

@media (max-width: 767px) {
  .movie__heading {
      font-size: 1.6rem;
      margin-bottom: 20px;
  }
  
  .movie-content {
      margin-top: 40px;
  }
}

/*------------------------------
motto
------------------------------*/
.motto {
  margin-top: 10%;
}
@media (max-width: 767px) {
  .motto {
    margin-top: 15%;
  }
}

.motto__content {
  margin-top: 5%;
  text-align: center;
}
.motto__content strong {
  display: block;
  font-size: min(4rem, 3.90625vw);
  line-height: 1.4;
  font-weight: 700;
  color: #3B5998;
  text-align: center;
}
@media (max-width: 767px) {
  .motto__content {
    margin-top: 32px;
  }
  .motto__content strong {
    font-size: min(1.6rem, 4.2666666667vw);
  }
}

.motto__text {
  margin-top: 5%;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.4;
}
.motto__text em {
  line-height: 2.2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .motto__text {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}

.motto__button {
  margin-top: 8%;
  text-align: center;
}

/*------------------------------
schedule
------------------------------*/
.schedule {
  margin-top: 15%;
}
@media (max-width: 767px) {
  .schedule {
    margin-top: 48px;
  }
}

.schedule__head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .schedule__head {
    align-items: center;
  }
}

.schedule__head-content {
  width: 60%;
}
.schedule__head-content p {
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1.6em;
}
@media (max-width: 767px) {
  .schedule__head-content {
    width: 50%;
  }
  .schedule__head-content p {
    font-size: min(1.2rem, 3.2vw);
  }
}

.schedule__head-image {
  width: 30%;
}
@media (max-width: 767px) {
  .schedule__head-image {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .schedule__container {
    margin-top: 39px;
  }
}

.schedule__list li {
  margin-top: 7%;
}
.schedule__list li p {
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.4;
}
.schedule__list li p:nth-of-type(n + 2) {
  margin-top: 5%;
}
@media (max-width: 767px) {
  .schedule__list li {
    margin-top: 0;
  }
  .schedule__list li:nth-child(n+2) {
    margin-top: 16px;
  }
  .schedule__list li p {
    font-size: 1.4rem;
  }
}

.schedule__item-title {
  font-size: min(3.2rem, 3.125vw);
  font-weight: 800;
  line-height: 1.2;
  color: #3B5998;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .schedule__item-title {
    font-size: 1.6rem;
  }
}

.schedule__item-time {
  font-size: min(2.8rem, 2.6041666667vw);
  font-weight: 900;
  line-height: 1;
  color: #2E3B4F;
  background: #A8DADC;
  border-radius: 80px;
  padding: 0.1em 0.5em;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .schedule__item-time {
    font-size: 1.4rem;
    margin-right: 8px;
  }
}

.schedule__item-image {
  width: 83.8%;
  margin: 0 auto;
  margin-top: 5%;
}
@media (max-width: 767px) {
  .schedule__item-image {
    width: 100%;
  }
}

.schedule__message {
  margin-top: 7%;
  border: 4px solid #3B5998;
  border-radius: 8px 8px 0 0;
}
.schedule__message p {
  padding: 10px 24px 24px 24px;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .schedule__message p {
    padding: 5px 12px 12px 12px;
    font-size: 1.4rem;
  }
}

.schedule__message-title {
  background: #3B5998;
  padding: 0.5em 0.75em;
  font-size: min(3.2rem, 3.125vw);
  font-weight: 800;
  line-height: 1;
  border-radius: 8px 8px 0 0;
  color: #fff;
}
@media (max-width: 767px) {
  .schedule__message-title {
    font-size: 1.6rem;
    border-radius: 4px 4px 0 0;
  }
}

.schedule__button {
  margin-top: 6%;
  text-align: center;
}

/*------------------------------
recruit-info
------------------------------*/
.recruit-info {
  margin-top: 15%;
}
@media (max-width: 767px) {
  .recruit-info {
    margin-top: 48px;
  }
}

.recruit-info__text {
  margin-top: 8%;
  font-size: min(2rem, 2.0833333333vw);
  line-height: 1.4;
  font-weight: 800;
  color: #3B5998;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-info__text {
    margin-top: 32px;
    font-size: 1.4rem;
  }
}

.recruit-info__button {
  margin-top: 10%;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-info__button {
    margin-top: 32px;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  margin-top: 15%;
}
@media (max-width: 767px) {
  .message {
    margin-top: 48px;
  }
}

.message__content {
  margin-top: 8%;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .message__content {
    margin-top: 32px;
    font-size: 1.4rem;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 110%;
    max-width: 100vw;
  }
  .message__content p {
    line-height: 1.42;
  }
}

.message__button {
  margin-top: 10%;
  text-align: center;
}
@media (max-width: 767px) {
  .message__button {
    margin-top: 32px;
  }
}
/*# sourceMappingURL=recruit.css.map */