/*------------------------------
mv
------------------------------*/
#students .mv {
  margin-bottom: 10%;
}
@media (max-width: 767px) {
  #students .mv {
    margin-bottom: 30%;
  }
}
#students .mv-inner {
  width: 1079px;
}
#students .mv-content {
  width: 82%;
  max-width: 1240px;
}
#students .mv-content img {
  -webkit-transform: translateX(-1%);
          transform: translateX(-1%);
}
@media (max-width: 767px) {
  #students .mv-content {
    width: 92%;
  }
  #students .mv-content img {
    -webkit-transform: unset;
            transform: unset;
  }
}

/*------------------------------
seminar
------------------------------*/
.student-seminar {
  padding-bottom: 170px;
}
.student-seminar .c-seminar__box .join-btn a:first-child {
  color: #000;
  background-color: #FFF;
  font-weight: 900;
  border: solid 3px black;
  padding: 1.17em 0;
}
.student-seminar .c-seminar__box .c_btn {
  background: #CFFB2B;
  color: #000;
  border: 3px solid #000;
}
.student-seminar .c-seminar__box .c_btn::after {
  background-color: #000;
}

.student-seminar__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2916666667;
}
.student-seminar__heading strong {
  display: block;
  font-size: 4rem;
  word-break: break-all;
  font-family: "Bungee", sans-serif;
}
@media (max-width: 767px) {
  .student-seminar__heading {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .student-seminar__heading strong {
    font-size: 3.2rem;
  }
}

.student-seminar__img {
  border: 1px solid #EEE;
}
.student-seminar__img.--2 {
  margin-top: 64px;
}
.student-seminar__coming-soon {
  padding: 32px 0;
  text-align: center;
  background: url(../images/img_border.png) no-repeat center center/100% 100%;
  margin-top: 32px;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  color: #0080FE;
}
.student-seminar__coming-soon strong {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
}
@media (max-width: 767px) {
  .student-seminar__coming-soon p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: left;
  }
}

.student-message {
  margin-top: 56px;
}

.student-message__heading {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .student-message__heading {
    font-size: 2rem;
  }
}

.student-message__images {
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-message__images img {
  width: calc(33.3% - 16px);
  border-radius: 16px;
}
@media (min-width: 768px) {
  .student-message__images {
    width: 88%;
  }
  .student-message__images img:not(:nth-child(3n)) {
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .student-message__images {
    display: block;
  }
  .student-message__images img {
    width: 100%;
  }
  .student-message__images img:nth-child(n+2) {
    margin-top: 16px;
  }
}