.main {
  background: #fff;
}
@media print, screen and (max-width: 767px) {
  .hero {
    /* background: #fff; */
  }
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .hero__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
  }
}
.hero__textWrap {
  color: #111;
}
@media print, screen and (max-width: 767px) {
  .hero__textWrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .hero__textWrap {
    width: 65%;
  }
}
.intro__text::before {
  content: "";
  display: block;
  background-color: #000;
}
@media print, screen and (min-width: 768px) {
  .intro__text::before {
    width: 10px;
    height: 1px;
    margin-bottom: 32px;
  }
}
.genre_recommend__title {
  line-height: 1;
  font-weight: 500;
  color: #000;
}
@media print, screen and (max-width: 767px) {
  .genre_recommend__title {
    padding: 0 5.3333333333vw 3.3333333333vw;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .genre_recommend__title {
    margin: 0 0 10px;
    font-size: 18px;
  }
}

.genre_recommendList {
  font-weight: 400;
  color: #000;
}
@media print, screen and (max-width: 767px) {
  .genre_recommendList {
    padding: 0 5.3333333333vw 7.3333333333vw;
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .genre_recommendList {
    margin: 0 0 58px;
    font-size: 14px;
  }
}

@media print, screen and (max-width: 767px) {
  .genre_recommendItem {
    line-height: 2.25;
  }
}
.genre_recommendItem__head {
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .genre_recommendItem__head {
    display: block;
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
.hero__banner {
  display: block;
  overflow: hidden;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .hero__banner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 10.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .hero__banner {
    width: 33.33%;
  }
}
.hero__banner__image {
  width: 400px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}
.voice {
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .voice {
    padding: 13.3333333333vw 0 16vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice {
    padding: 90px 0 65px;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767px) {
  .voice__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__list {
    gap: 24px 2.59%;
    width: 96%;
    max-width: 1080px;
  }
}
.voice__item {
  background-color: #f0f0f0;
}
@media print, screen and (max-width: 767px) {
  .voice__item {
    width: 42.6666666667vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item {
    width: 23.0575%;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item:last-child {
    margin-right: 0;
  }
}
.voice__num {
  background-color: #111;
  text-align: center;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  color: #fff;
}
@media print, screen and (max-width: 767px) {
  .voice__num {
    width: 21.4666666667vw;
    height: 6.1333333333vw;
    margin-bottom: 3.6vw;
    line-height: 6.1333333333vw;
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__num {
    width: 100px;
    height: 30px;
    margin-bottom: 25px;
    line-height: 30px;
    font-size: 12px;
  }
}
.voice__studentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .voice__studentWrap {
    width: 34.6666666667vw;
    margin: 0 auto 2.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__studentWrap {
    width: 76.3%;
    margin: 0 auto 15px;
  }
}
.voice__studentWrap * {
  line-height: 1;
}
.voice__studentName {
  margin-right: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .voice__studentName {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__studentName {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .voice__studentAge {
    font-size: 22px;
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__studentAge {
    font-size: 14px;
  }
}
.voice__studentVoice {
  font-weight: 400;
}
@media print, screen and (max-width: 767px) {
  .voice__studentVoice {
    width: 34.6666666667vw;
    margin: 0 auto;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__studentVoice {
    width: 76.3%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.instructors {
  width: 100%;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .instructors {
    padding: 6.6666666667vw 5.3333333333vw 12vw;
  }
}
@media print, screen and (min-width: 768px) {
  .instructors {
    padding: 65px 0 80px;
  }
}
.instructors__title {
  line-height: 0.7;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media print, screen and (max-width: 767px) {
  .instructors__title {
    margin-bottom: 10.6666666667vw;
    font-size: 80px;
    font-size: 10.6666666667vw;
    letter-spacing: 0.04em;
  }
}
@media print, screen and (min-width: 768px) {
  .instructors__title {
    margin-bottom: 70px;
    font-size: 60px;
    letter-spacing: 0.075em;
  }
}
.instructors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .instructors__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .instructors__list {
    width: 96%;
    max-width: 1320px;
  }
}
@media print, screen and (max-width: 767px) {
  .instructors__list::after {
    content: "";
    display: block;
    width: 25.7333333333vw;
    height: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .instructors__item {
    width: 25.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .instructors__item {
    width: 18.18%;
    margin: 0 2.27% 60px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .instructors__item:nth-child(5n) {
    margin-right: 0;
  }
}
.instructors__thumb__link {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .instructors__thumb__link {
    display: block;
    overflow: hidden;
    line-height: 0;
  }
  .instructors__thumb__link img,
  .instructors__thumb__link [class*="noImage"] {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .instructors__thumb__link:hover [class*="noImage"],
  .instructors__thumb__link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.instructors__thumb {
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width: 767px) {
  .instructors__thumb {
    width: 25.7333333333vw;
    height: 25.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .instructors__thumb {
    width: 30vw;
    height: 30vw;
  }
}
@media print, screen and (min-width: 1101px) {
  .instructors__thumb {
    width: 240px;
    height: 240px;
  }
}
.instructors__name__link {
  display: block;
  border-bottom: 1px solid #000;
  line-height: 1.4;
  font-weight: 500;
}
@media print, screen and (max-width: 767px) {
  .instructors__name__link {
    padding: 2.6666666667vw 4vw 2.6666666667vw 0;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .instructors__name__link {
    padding: 15px 44px 15px 0;
    font-size: 18px;
  }
}
