@media screen and (max-width:767px) {

    .school .page-top-section .wrapper {
        padding: 80px 0;
    }

    .school .page-top-img {
        bottom: auto;
        top: 0;
        transform: translate(46%, -260px);
        width: 260px;
    }

    /*--------------------------------------------------------------
# school-access
--------------------------------------------------------------*/
    .school-access-01 {
        flex-direction: column;
        background: #fff;
    }

    .school-access-img {
        width: 100%;
    }

    .school-access-01-content {
        width: 100%;
        padding: 50px 9% 0;
    }

    .school-access-01-content .flex {
        flex-direction: column;
        gap: 20px;
    }

    .schedule-wrap {
        display: flex;
        gap: 20px;
    }

    .school-access-02 {
        padding: 0 0 80px;
    }

    .school-access-02 .wrapper {
        padding: 60px 0 0 0;
    }

    .school-access-02 .flex-wrap {
        flex-direction: column;
        gap: 60px;
    }

    .school-access-02-content {
        width: 100%;
    }

    .school-name {
        font-size: 20px;
    }

    .school-info {
        margin-bottom: 30px;
    }

    .facility-name {
        margin-bottom: 5px;
    }

    .map-link {
        margin-top: 10px;
    }

    .school-access-section li {
        font-size: 14px;
    }

    .school-access-section h5 {
        font-size: 18px;
    }

    .school-access-01 .note-area {
        text-align: center;
    }

    .school-access-01 .note-box {
        margin-top: 10px;
    }

    /*--------------------------------------------------------------
# Lesson
--------------------------------------------------------------*/
    .lesson-section {
        padding: 80px 0;
    }

    .lesson-section .wrapper {
        width: 85vw;
    }

    .lesson-wrap {
        margin-top: 48px;
    }

    .lesson-item {
        width: 100%;
        margin-bottom: 13px;
    }

    .lesson-item:nth-child(-n+3) {
        margin-bottom: 13px;
    }

    .lesson-item:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .lesson-name-wrap {
        width: 140%;
    }

    .lesson-item:nth-child(2n) .lesson-name-wrap {
        right: auto;
        left: 0;
    }

    .lesson-name-wrap span.pink-title {
        font-size: 12px;
    }

    .lesson-name-wrap h4 {
        font-size: 14px;
    }

    .lesson-name-wrap h4.small {
        font-size: 12px;
    }




    /*--------------------------------------------------------------
# Voice
--------------------------------------------------------------*/
    .voice-section {
        padding: 80px 0;
    }

    .voice-section .slide {
        padding: 2% 0 15px;
    }

    .voice-section img.voice-top-decoration {
        width: 18%;
    }

    .voice-section .voice-card h4 {
        padding: 2.7em 1em 0.1em;
    }

    .voice-section .voice-comment {
        padding-top: 3em;
    }

    .voice-section img.voice-face-img {
        width: 40%;
        margin-top: -40%;
    }

    .voice-section .card_01 img.voice-face-img {
        margin-top: -25%;
    }

    .voice-section .card_02 img.voice-face-img {
        margin-top: -8%;
    }

    .voice-section .card_03 img.voice-face-img {
        margin-top: -10%;
    }

    .voice-section .card_04 img.voice-face-img {
        margin-top: -4%;
    }

    .voice-section .card_06 img.voice-face-img {
        margin-top: -10%;
    }

    .voice-section .card_08 img.voice-face-img {
        margin-top: 0%;
    }


    /*--------------------------------------------------------------
# Q&A
--------------------------------------------------------------*/


    .nav-open {
        font-size: 16px;
        gap: 10px;
        padding-left: 0;
    }

    .nav-open h4 {
        width: 68%;
    }

    .nav-open img {
        width: 50px;
    }

    .nav-open::after {
        right: 0;
    }

    .qa .answer-wrap {
        margin-left: 0;
        align-items: flex-start;
        display: block;
    }

    .qa .answer-wrap img {
        float: left;
        margin: 0 5px 5px 0;
        width: 43px;
    }






}