@charset "UTF-8";
/*==================================
志望校に推薦合格
==================================*/
.study-up-back {
  background: url(/assets/img/course/back01-n.webp) no-repeat bottom/cover;
  background: url(/assets/img/course/back01-n.jpg) no-repeat bottom/cover;
  padding: 2vw 5% 80px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
.study-up-back-short {
  background: url(/assets/img/top/back01.webp) no-repeat bottom/cover;
  padding: 2vw 5% 0;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}

.high-study-up-area {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 20px;
}
.study-up-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    width: 60%;
    align-items: center;
    margin: 0 auto;
}
.study-up-box > div:first-child {
    width: 60%;
    text-align: center;
}
.study-up-text-area {
    width: 80%;
    margin: 20px auto 0;
}
.balloon1-left {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: solid 2px #00964B;
    padding: 16px;
    min-width: 240px;
    max-width: 100%;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 4px;
}
.balloon1-left:before, .balloon1-left:after {
    content: "";
    position: absolute;
    top: 42%;
    left: -4%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-40%);
}
.balloon1-left:before {
    border: solid 8px transparent;
    border-right: solid 8px #00964B;
}
.balloon1-left h3 {
    margin: 0;
    padding: 0;
    color: #00964B;
    font-weight: 700;
    text-align: left;
}
.balloon1-left:after {
    border: solid 8px transparent;
    border-right: solid 8px #fff;
    margin-left: 3px;
}
.study-up-head {
    color: #00964B;
    font-weight: 700;
    text-align: left;
    padding-bottom: 5px;
}
.study-up-head-border {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffee33));
    background: linear-gradient(transparent 60%, #ffee33 60%);
    display: inline;
}
@media screen and (max-width: 768px) {
    .study-up-box {
      width: 100%;
    }
    .study-up-box img {
        width: 100%;
    }
        .balloon1-left {
        padding: 10px;
        min-width: 170px;
    }
        .balloon1-left:before, .balloon1-left:after {
        left: -6%;
    }
        .balloon1-left h3 {
        line-height: 1.3;
    }
    .study-up-text {
        margin-top: 5px;
    }
    .study-up-text-area {
        width: 90%;
    }
.study-up-back {
    margin: 0 -20px 40px -20px;
    padding: 2vw 5% 40px;
  }
.study-up-back-short {
    margin: 0 0 5%;
    position: relative;
    inset-inline: 50%;
    width: 100vw;
    margin-inline: -50vw;
    padding: 1vw 0 0 0;
  }
}

/*==================================
推薦合格の声 Swiper
==================================*/
.swiperStudyVoice {
    position: relative;
    overflow: hidden;
    width: 85%;
    margin: 0 auto 50px;
}
.swiperStudyVoice .swiper-slide {
    height: auto;
}
.swiperStudyVoice .high-study-up-area {
    height: 100%;
    box-sizing: border-box;
}
.swiperStudyVoice .swiper-pagination {
    display: none;
}
.swiperStudyVoice .swiper-button-next,
.swiperStudyVoice .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.swiperStudyVoice .swiper-button-next {
    background-image: url("/assets/img/school/exp/swiper-right.webp");
    right: 10px;
    left: auto;
}
.swiperStudyVoice .swiper-button-prev {
    background-image: url("/assets/img/school/exp/swiper-left.webp");
    left: 10px;
    right: auto;
}
.swiperStudyVoice .swiper-button-next::after,
.swiperStudyVoice .swiper-button-prev::after {
    display: none;
}
@media screen and (max-width: 768px) {
    .swiperStudyVoice {
        width: 100%;
    }
    .swiperStudyVoice .swiper-button-next,
    .swiperStudyVoice .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .swiperStudyVoice .swiper-button-prev {
        left: -5px;
    }
    .swiperStudyVoice .swiper-button-next {
        right: -5px;
    }
}

/*==================================
動画ブロック
==================================*/
.high-movie-block {
    margin-top: 56px;
}
.movie-text-c {
    text-align: center;
}
.movie-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 20px auto;
}
.movie-title img {
    width: 100%;
    max-width: 581px;
    height: auto;
}
.high__movie__frame {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
    position: relative;
}
.high__movie__frame iframe {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
}
.high__movie__frame .play-icon {
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 34px);
    width: 68px;
    height: 48px;
}
@media screen and (max-width: 768px) {
    .high-movie-block {
        margin-top: 30px;
    }
    .movie-title {
        margin-bottom: 15px;
    }
    .high__movie__frame {
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .movie-title img {
        width: 250px;
    }
}