@charset "UTF-8";
/*　学校案内ダウンロード　mv
----------------------------------------------- */
.movie_channel-hero .admission_sub-hero__line {
  top: 16.10542vw;
}

@media screen and (min-width: 700.9999px) {
  .movie_channel-hero .admission_sub-hero__line {
    top: 115px;
  }
}

/*　学校案内ダウンロード　primary
----------------------------------------------- */
.movie_channel-primary {
  padding-top: 16.10542vw;
}

.movie_channel-primary__items {
  margin-top: -18.30161vw;
}

.movie_channel-primary__item {
  margin-top: 18.30161vw;
  position: relative;
}

.movie_channel-primary__item > * {
  position: relative;
  z-index: 2;
}

.movie_channel-primary__item.itme-course::before {
  content: '';
  position: absolute;
  top: 43.92387vw;
  left: -7.32064vw;
  width: calc(100% + (100vw / 6.83));
  height: 73.20644vw;
  background-color: #f4f8f8;
}

.movie_channel-primary__item.itme-campus {
  margin-top: 22.694vw;
  padding-bottom: 11.71303vw;
}

.movie_channel-primary__item.itme-campus::before {
  content: '';
  position: absolute;
  top: 43.92387vw;
  left: -7.32064vw;
  width: calc(100% + (100vw / 6.83));
  height: 214.49488vw;
  background-color: #f4f8f8;
}

.movie_channel-primary__title {
  padding-left: 4.39239vw;
  border-left: calc(5vw / 6.83) solid #2c318d;
  padding-top: 0.73206vw;
  padding-bottom: 0.73206vw;
}

.movie_channel-primary__title > * {
  display: block;
}

.movie_channel-primary__title > *:first-child {
  font-size: 6vw;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
}

.movie_channel-primary__title > *:last-child {
  margin-top: 3.66032vw;
  font-size: 3.42857vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #2c318d;
  font-weight: 500;
}

.movie_channel-primary__block {
  margin-top: 5.85652vw;
}

.movie_channel-primary__block + .movie_channel-primary__block {
  margin-top: 18.30161vw;
}

.movie_channel-primary__movie > * {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.movie_channel-primary__text {
  padding-top: 7.32064vw;
}

.movie_channel-primary__heading {
  font-size: 4.57143vw;
  padding-bottom: 5.12445vw;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #2c318d;
  position: relative;
  padding-left: 6.29575vw;
}

.movie_channel-primary__heading::before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2.19619vw;
  width: 2.92826vw;
  height: 3.3675vw;
  background-image: url(../../img/page/admission/movie_channel_icon_triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.movie_channel-primary__heading > * {
  line-height: 1.65;
}

.movie_channel-primary__heading > *::before, .movie_channel-primary__heading > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.movie_channel-primary__heading > *::before {
  margin-top: calc((1 - 1.65) * 0.5em);
}

.movie_channel-primary__heading > *::after {
  margin-bottom: calc((1 - 1.65) * 0.5em);
}

.movie_channel-primary__desc {
  padding-top: 5.12445vw;
  letter-spacing: 0.025em;
}

.movie_channel-primary__desc > * {
  line-height: 1.95;
}

.movie_channel-primary__desc > *::before, .movie_channel-primary__desc > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.movie_channel-primary__desc > *::before {
  margin-top: calc((1 - 1.95) * 0.5em);
}

.movie_channel-primary__desc > *::after {
  margin-bottom: calc((1 - 1.95) * 0.5em);
}

.movie_channel-primary__button {
  padding-top: 9.51684vw;
}

.movie_channel-primary__button > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c9191d;
  color: #000000;
  height: 14.64129vw;
  border-radius: 2.19619vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  color: #ffffff;
  position: relative;
}

.movie_channel-primary__button > *::before {
  content: '';
  display: inline-block;
  width: 7.81259vw;
  height: 5.95022vw;
  margin-right: 2.19619vw;
  background-image: url(../../img/page/admission/movie_channel_icon_youtube.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 700.9999px) {
  .movie_channel-primary {
    padding-top: 45px;
  }
  .movie_channel-primary__items {
    margin-top: -100px;
  }
  .movie_channel-primary__item {
    margin-top: 100px;
    position: relative;
  }
  .movie_channel-primary__item.itme-education .movie_channel-primary__title {
    position: absolute;
    top: 37px;
    left: 642px;
  }
  .movie_channel-primary__item.itme-education .movie_channel-primary__text {
    padding-top: 165px;
    margin-left: 60px;
  }
  .movie_channel-primary__item.itme-course .movie_channel-primary__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .movie_channel-primary__item.itme-course .movie_channel-primary__title {
    position: absolute;
    top: 17px;
    left: 0;
  }
  .movie_channel-primary__item.itme-course .movie_channel-primary__text {
    padding-top: 175px;
    margin-right: 60px;
  }
  .movie_channel-primary__item.itme-course::before {
    top: 115px;
    left: -60px;
    width: calc(1200px + ((100% + 1280px) / 2));
    height: 270px;
  }
  .movie_channel-primary__item.itme-campus {
    margin-top: 155px;
    padding-bottom: 80px;
  }
  .movie_channel-primary__item.itme-campus .movie_channel-primary__block {
    margin-top: 30px;
  }
  .movie_channel-primary__item.itme-campus .movie_channel-primary__block:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .movie_channel-primary__item.itme-campus .movie_channel-primary__block:nth-child(odd) .movie_channel-primary__text {
    padding-top: 90px;
    margin-left: 0;
    margin-right: 60px;
  }
  .movie_channel-primary__item.itme-campus .movie_channel-primary__block + .movie_channel-primary__block {
    margin-top: 60px;
  }
  .movie_channel-primary__item.itme-campus .movie_channel-primary__text {
    padding-top: 100px;
    margin-left: 60px;
  }
  .movie_channel-primary__item.itme-campus::before {
    top: 135px;
    left: calc(-140px - (100% + 1280px) / 2);
    width: calc(1200px + ((100% + 1280px) / 2));
    height: 735px;
  }
  .movie_channel-primary__title {
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 5px solid #2c318d;
  }
  .movie_channel-primary__title > *:first-child {
    font-size: 28px;
  }
  .movie_channel-primary__title > *:last-child {
    font-size: 14px;
    margin-top: 15px;
  }
  .movie_channel-primary__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .movie_channel-primary__block + .movie_channel-primary__block {
    margin-top: 60px;
  }
  .movie_channel-primary__movie {
    width: 582px;
  }
  .movie_channel-primary__movie > * {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .movie_channel-primary__text {
    padding-top: 50px;
    width: 358px;
  }
  .movie_channel-primary__heading {
    font-size: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
  }
  .movie_channel-primary__heading::before {
    top: 5px;
    width: 15.84px;
    height: 18px;
  }
  .movie_channel-primary__heading > * {
    line-height: 1.8;
  }
  .movie_channel-primary__heading > *::before, .movie_channel-primary__heading > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .movie_channel-primary__heading > *::before {
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .movie_channel-primary__heading > *::after {
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
  .movie_channel-primary__desc {
    padding-top: 25px;
    letter-spacing: 0.05em;
  }
  .movie_channel-primary__desc > * {
    line-height: 2.2;
  }
  .movie_channel-primary__desc > *::before, .movie_channel-primary__desc > *::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .movie_channel-primary__desc > *::before {
    margin-top: calc((1 - 2.2) * 0.5em);
  }
  .movie_channel-primary__desc > *::after {
    margin-bottom: calc((1 - 2.2) * 0.5em);
  }
  .movie_channel-primary__button {
    width: 470px;
    padding-top: 55px;
    font-size: 20px;
  }
  .movie_channel-primary__button > * {
    height: 80px;
    border-radius: 15px;
    z-index: 2;
    overflow: hidden;
  }
  .movie_channel-primary__button > * > * {
    position: relative;
    z-index: 2;
  }
  .movie_channel-primary__button > *::before {
    width: 41.71px;
    height: 31.77px;
    margin-right: 15px;
    z-index: 3;
  }
  .movie_channel-primary__button > *::after {
    content: '';
    position: absolute;
    top: 0;
    left: -30%;
    width: 135%;
    height: 100%;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-color: #a22022;
    border-radius: 15px;
  }
  .movie_channel-primary__button > *:hover::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
  }
}

/*　学校案内ダウンロード　footer
----------------------------------------------- */
.movie_channel__footer {
  margin-top: 10.2489vw;
}

@media screen and (min-width: 700.9999px) {
  .movie_channel__footer {
    margin-top: -100px;
  }
}
/*# sourceMappingURL=movie_channel.css.map */