/* ===============================================
#追加セクション用CSS
=============================================== */
/* ===============================================
#お客様の声スタイル
=============================================== */
.voice {
    padding-top: 112px;
    padding-bottom: 142px;
    background-image: linear-gradient(
        180deg,
        #fff 0%,
        #fff 75%,
        #f9ca8b 75%,
        #f9ca8b 100%
    );
}

@media screen and (max-width: 767px) {
    .voice {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: linear-gradient(
            180deg,
            #fff 0%,
            #fff 75%,
            #f9ca8b 75%,
            #f9ca8b 100%
        );
    }

}

.voice__slider {
    margin-top: 34px;
}

.voice__slider-item {
    height: 484px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 30px;
    border: 2px solid #ee7733;
    background-color: #fff;
    border-radius: 10px;
    padding: 32px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .voice__slider-item {
        padding: 25px;
    }

}

.voice__slider-item::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -10px;
    background: #fff url(./../images/voice/voice-object.png) no-repeat top center / 38px 28px;
    width: 59px;
    height: 44px;
    z-index: 2;
}

.voice__text {
    height: 312px;
    margin-bottom: 44px;
    overflow-y: scroll;
    /* padding-right: 10px; */
    
}

/* .voice__text::-webkit-scrollbar {
    width: 10px;
}
.voice__text::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.voice__text::-webkit-scrollbar-thumb {
    background-color: rgba(237, 115, 47, 1);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
} */

.voice__name-box {
    display: flex;
    align-items: center;
}

.voice__img-box {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}

.voice__img-box img {
    border-radius: 50%;
    width: 100%;
}

.voice__name {
    color: #ED732F;
}

/* ===============================================
#slickスタイル
=============================================== */
.slick-dots {
    bottom: -85px;
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: -65px;
    }
    
}

.slick-dots li {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 10px;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.slick-dots li.slick-active {
    background-color: #ED732F;
}

/* ===============================================
#講座の紹介スタイル
=============================================== */
.movie {
    padding-top: 125px;
    padding-right: 32px;
    padding-left: 32px;
}

@media screen and (max-width: 767px) {
    .movie {
        padding-top: 80px;
        padding-right: 16px;
        padding-left: 16px;
    }

}

.movie__contents {
    position: relative;
    padding-top: 609px;
    max-width: 812px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
}

@media screen and (max-width: 1023px) {
    .movie__contents {
        padding-top: 75%;
        max-width: 100%;
    }
    
}

.movie__contents > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.movie__text {
    margin-top: 40px;
    text-align: center;
}