@charset "UTF-8";

.page_mv {
    width: 100%;
}

.page_mv img {
    width: 100%;
}

/* お客さまの声 */
.voice {
    width: 100%;
    margin-top: 150px;
    position: relative;
}

.bg_text_07 {
    position: absolute;
    top: 0;
    left: 50px;
}

.voice_conteiner {
    margin-top: 135px;
}

.voice_box {
    margin-top: 70px;
}

.items_box {
    padding: 30px;
    display: flex;
}

.face_items {
    text-align: center;
    flex-shrink: 0;
}

.face_image {
    max-width: 125px;
    width: 100%;
}

.voice_box {
    width: 100%;
    background-color: #fff;
    display: flex;
    color: #5F6F52;
}

.voice_items {
    padding-left: 30px;
}

.voice_title {
    padding-right: 185px;/
}

.voice_top {
    display: flex;
    /* margin-top: 26px; */
    margin-bottom: 25px;
}

.voice_image {
    padding-top: 4px;
}

.wave_line05 {
    margin-top: 100px;
}

/* パソコン向け */
@media screen and (min-width: 769px) {
    .voive_box_sp {
        display: none;
    }
}

/* スマホ対応 */
@media screen and (max-width:768px) {



    /* ハンバーガー */
    .spButton {
        display: block;
        position: relative;
        width: 32px;
        height: 25px;
        z-index: 300;
        padding: 0 30px;
    }

    .spButton span {
        position: absolute;
        background-color: #7D936C;
        width: 32px;
        height: 2px;
        transition: all .3s ease;

    }

    .spButton span:nth-child(1) {
        top: 0;
        left: 0;
    }

    .spButton span:nth-child(2) {
        top: 12px;
        left: 0;
    }

    .spButton span:nth-child(3) {
        top: 24px;
        left: 0;
    }

    /* ハンバーガーボタン❌にする */
    .active .spButton span:nth-child(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%
    }

    .active .spButton span:nth-child(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .active .spButton span:nth-child(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    /* ハンバーガーで表示するメニュー */
    .header_inner {
        position: relative;
    }

    .sp_header_menu {
        position: absolute;
        background-color: #7D936C;
        color: #fff;
        font-size: 14px;
        width: 100%;
        height: 700px;
        top: 100%;
        left: 0;
        right: 0;
        padding: 70px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
        transform: translateY(100%);
    }

    .sp_gnav_list {
        text-align: center;
    }

    .sp_gnav_list li {
        padding-bottom: 20px;
    }

    /* ハンバーガー押した時にメニューを表示 */
    .active .sp_header_menu {
        opacity: 1;
        visibility: visible;
        transition: 0.5s;
        transform: translateY(0);
    }

    /* 生徒様の声 */
    .voice {
        width: 100%;
        margin-top: 0;
        padding: 0 20px;
    }

    .voice_conteiner {
        margin-top: 80px;
    }

    .page_mv {
        height: 150px;
        margin-top: 110px;
    }

    .items_box {
        display: none;
    }

    .voive_box_sp {
        background-color: #fff;
        color: #5F6F52;
        padding: 15px 25spx;
    }

    .voice_item_top {
        display: flex;
        justify-content: space-between;
    }

    .voice_top {
        flex-direction: column;
    }

    .face_items {
        padding: 30px 20px;
    }

    .face_title {
        font-size: 14px;
    }

    .voice_image_title {
        font-size: 11px;
        padding-right: 5px;
        padding-top: 4px;
    }

    .voice_item {
        /* padding: 20px 0; */
        padding-top: 35px;
        padding-right: 25px;

    }

    .voice_image_title {
        display: flex;
    }

    .vice_bottom {
        display: flex;
    }

    .voice_title {
        padding: 10px;
        font-size: 12px;
    }

    .voice_top {
        align-items: center;
        margin-bottom: 0;
    }

    .voice_text {
        padding: 0 15px 25px;
        font-size: 14px;
    }

    .voice_footer {
        margin-top: 100px;
    }
}