@charset "utf-8";
    .only_pc{
                display: block;
    }
    .only_sp{
        display: none;
    }
@media (max-width: 1199px) {

}
        /*==============================================================================



        tablet



        ==============================================================================*/
        @media (max-width: 991px) {

            /*----------------------------------------------------

            gnav

            ----------------------------------------------------*/
            .gnav_wrap.is--school{
                display: block;
                padding-top: 24px;
                padding-bottom: 12px;
            }
            .gnav_wrap.is--school .gnav{
                padding-left: 60px;
                padding-right: 60px;
            }
            .gnav_wrap.is--school li{
                display: none;
            }
            .gnav_wrap.is--school .gnav li.is--current{
                display: none;
            }
            .gnav_wrap.is--school .logo_school{
                width: 150px;
                display: block;
            }
            .pageheader-sch .navicon-fixed {
                top: 20px;
                z-index:1001;
            }


            .section, .section--fixed{
                margin-bottom:60px;
            }
            .bnr_official_wrap{
                padding-left: 3rem;
                padding-right: 3rem;
            }
            .btn_flag.is-next {
                right: -40px;
            }
            .btn_flag.is-prev {
                left: -40px;
            }
            .btn_flag > .inner:before{
                width: 40px;
                bottom: 9px;
            }
            .btn_flag > .inner:after {
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                bottom: 9px;
            }
            .btn_flag.is-next > .inner:after{
                right: 6px;
                border-bottom: 13px solid #e60012;
            }
            .btn_flag.is-prev > .inner:after{
                left: 6px;
                border-bottom: 13px solid #00a0e9;
            }
            .btn_flag.is-prev > .inner:after{
                left: 5px;
            }
            .btn_flag.is-next.hover .inner:before{
                -webkit-transform: scaleX(2) translate(-20px,-3px);
                    -ms-transform: scaleX(2) translate(-20px,-3px);
                        transform: scaleX(2) translate(-20px,-3px);
            }
            .btn_flag.is-prev.hover .inner:before{
                -webkit-transform: scaleX(2) translate(20px,-3px);
                    -ms-transform: scaleX(2) translate(20px,-3px);
                        transform: scaleX(2) translate(20px,-3px);
            }
            /*----------------------------------------------------

            btn flag

            ----------------------------------------------------*/
            .btn_flag > .inner {
                width: 30px;
                height: 30px;
            }
            .nav_footer.flex{
                display: block;
            }
            .nav_footer.flex > div{
                display: inline-block;
                vertical-align: text-top;
            }
            .nav_footer .copyright{
                font-size: 1.1rem;
                letter-spacing: 0;
                text-align: left;
                margin-left: 0;
            }
            /*----------------------------------------------------

            original

            ----------------------------------------------------*/
            /*----------------
            top
            ----------------*/
            #slider{
                padding:0;
            }
            .bg_slide {
                background-position: center center;
                background-size: cover;
            }
            .bg_slide:after{
                padding-top: calc(100% * 4 / 3);
            }
            .js--slideshow{
                height: 100%;
                width: 100%;
            }
            .slide_pc{
                display: none;
            }
            .slide_sp{
                display: block;
            }
            .only_pc{
                display: none;
            }
            .only_sp{
                display: block;
            }
            .page-template-school .js--slideshow .btn_flag.is-next{
                right: 10px;
                z-index: 100;
            }
            .page-template-school .js--slideshow .btn_flag.is-prev{
                left: 10px;
                z-index: 100;
            }


            .bnr_exam{
                width: 40%;
            }
            .news-item{
                display: block;
                width: 100%;
                position: relative;
            }
            .news-item + .news-item{
                margin-top: 30px;
            }
            .news-item .thumb-post{
                width: 25%;
            }
            .news-item .btn_more{
                display: block;
                position: absolute;
                right: 40px;
                bottom: 5px;
                height: 50px;
            }
            .news-item .btn_more .line{
                height: 40px;
                left: 1px;
            }
            .box-voice{
                padding: 0;
                margin-top: 40px;
            }
            .thumb-voice{
                width: 15%;
            }
            .box-baloon{
                border-width: 2px;
                margin-left: 10px;
                padding: 2rem;
                height: 220px;
                overflow: hidden;
            }

            .open_voice{
                width: 100%;
                padding-top: 50px;
                padding-bottom: 10px;
                cursor: pointer;
                text-align: center;
                display: inline-block;
                position: absolute;
                bottom: 0;
                left: 0;
                background: -webkit-gradient(linear,
                    left top, left bottom,
                    color-stop(5%, rgba(255, 255, 255, 0.1)),
                    color-stop(60%, rgba(255, 255, 255, 0.9)),
                    to(rgba(255, 255, 255, 1)));
                background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 5%,
                    rgba(255, 255, 255, 0.9) 60%,
                    rgba(255, 255, 255, 1));
                background: -o-linear-gradient(rgba(255, 255, 255, 0.1) 5%,
                    rgba(255, 255, 255, 0.9) 60%,
                    rgba(255, 255, 255, 1));
                background: linear-gradient(rgba(255, 255, 255, 0.1) 5%,
                    rgba(255, 255, 255, 0.9) 60%,
                    rgba(255, 255, 255, 1));

            }
            .open_voice > span{
                border: 1px solid #333;
                padding: 5px 10px;
                background: #fff;
            }
            .box-baloon.open{
                height: auto;
            }
            .box-baloon.open .open_voice{
                display: none;
            }


            .box-baloon:after, .box-baloon:before{
                top: 30px;
            }
            .box-baloon:before {
                border-width: 14px;
                margin-top: -14px;
            }
            .box-baloon:after {
                border-width: 10px;
                margin-top: -10px;
            }
            .ico_voice {
                width: 44px;
            }
            .ttl--baloon .small:last-child {
                display: block;
                padding-left: 54px;
            }
            .club-wrapper{
                padding: 0;
            }
            .club_name {
                font-size: 1.4rem;
                letter-spacing: 0;
            }

            /*----------------
            about
            ----------------*/
            .section--about{
                padding:1.8rem;
            }
            /*----------------
            exam
            ----------------*/
            .wrappper_untest{
                padding:10px;
            }
            /*----------------
            class
            ----------------*/
            .classroom{
                margin-bottom: 50px;
            }
            .ttl--class > .inner {
                font-size: 1.9rem;
                color: #555;
                padding: 4px 8px 7px;
                box-shadow: 2px 2px 0px 0px #e3e3e3;
                -moz-box-shadow: 2px 2px 0px 0px #e3e3e3;
                -webkit-box-shadow: 2px 2px 0px 0px #e3e3e3;
            }
            .ttl--class > .inner:before {
                left: -10px;
            }
            .ttl--class > .inner:after {
                right: -10px;
            }
            .ttl--class > .inner:before, .ttl--class > .inner:after{
                width: 12px;
                box-shadow: 1px 1px 0px 0px #e3e3e3;
                -moz-box-shadow: 1px 1px 0px 0px #e3e3e3;
                -webkit-box-shadow: 1px 1px 0px 0px #e3e3e3;
            }
            .speaker{
                display: none;
            }
            .plate--class {
                padding: 40px 0 18px;
            }
            .header_movie{
                padding-top: calc(100% * 4 / 3);
                background-size: 100% 100%;
            }
            .header_movie > .movie{
                width: 96%;
                top: 2%;
                -webkit-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                        transform: translate(-50%, 0);
            }
            .movie > .inner {
                -webkit-box-shadow: inset 3px 4px 5px 0px rgb(0, 0, 0), 0px 1px 2px 0px rgba(80, 149, 153,0.4);
                        box-shadow: inset 3px 4px 5px 0px rgb(0, 0, 0), 0px 1px 2px 0px rgba(80, 149, 153,0.4);
            }
            .movie > .inner > iframe {
                border: 1px solid #0c1212;
            }
            .ttl--bg_movie {
                right: 14%;
                top: 46%;
                -webkit-transform: translate(-50%, 0);
                    -ms-transform: translate(-50%, 0);
                        transform: translate(-50%, 0);
                width: 12%;
            }
            .bg_drawing {
                bottom: 2%;
                width: 53%;
                left: 1%;
            }
            .bg_time {
                width: 5.5%;
                top: initial;
                left: 50%;
                bottom: -78%;
                trasform:translateX(-50%);
            }
            .section--classroom .subsection {
                width: 100%;
                padding: 0 30px;
            }
            .ttl_classroom {
                margin-bottom: 30px;
            }
            .ttl_classroom img{
                width: 100%;
            }
            .section--classroom {
                margin: 40px auto;
            }
            .body_classroom {
                width: 100%;
                margin: 0 auto;
            }
            .body_classroom p + * {
                margin-top: 1.6em;
            }
            .teacher_profile {
                width: 100%;
                padding: 2em;
                border-right: none;
                border-left: none;
                border-color: #efefef;
            }
            .thumb--profile{
                width: 100px;
                display: block;
                margin: 0 auto 5px;
                float: none;
                padding:0;
            }
            .teacher_profile h4{
                text-align: center;
                line-height: 1.6;
            }
            .record_teacer{
                display: block;
            }
            .txt_easel {
                position: absolute;
                top: -70%;
                left: initial;
                margin-left: 0;
                width: 14%;
                right: 30px;
            }
            .img_easel {
                display: block;
                width: 50%;
                margin: 0 auto;
            }
            .footer--classroom {
                margin-top: 72px;
                margin-bottom: -10%;
            }
            .img_easel {
                width: 48%;
            }
            .txt_easel {
                top: -14.5%;
                left: initial;
                margin-left: 0;
                width: 14%;
                right: 19px;
            }

            /*----------------
            club
            ----------------*/
            .section--club .youtube .youtube--iframe iframe{
                width: 100%;
                padding-left: 0;
            }

            .wq_singleResultWrapper.wq_IsTrivia.transition.visible {
                padding: 1.2em;
            }
            .wq_singleResultWrapper .wq_quizTitle{
                text-align: left;
            }
            .wq_singleResultWrapper .wq_resultScoreCtr{
                font-size: 1.6rem;
                font-weight: normal;
                text-align: left;
            }
            .wq_resultTitle{
                font-size: 2.8rem;
                text-align: left;
            }
            .wq_resultDesc a:first-child{
                margin-top: 2rem;
            }
            /*----------------------------------------------------

            contest

            ----------------------------------------------------*/
            .grid_tweet.flex{
                -webkit-box-orient:horizontal;
                -webkit-box-direction:normal;
                -webkit-flex-direction:row;
                    -ms-flex-direction:row;
                        flex-direction:row;
            }
            #timeline_shino .grid-tweet_item .anim--block.hover .thumb--sq img,
            #timeline_tanaka .grid-tweet_item .anim--block.hover .thumb--sq img{
                transform:translate(-50%, -50%) scale(0.7);
            }
            .grid-tweet_item{
                width: 50%;
            }



        }
        @media (max-width: 991px) and (orientation: portrait) {

        }
        /*==============================================================================



        smartPhone



        ==============================================================================*/
        @media (max-width: 767px) {
                    /*----------------------------------------------------

                    layout flex grid width utility 

                    ----------------------------------------------------*/
                    .section, .section--fixed {
                        padding-top: 0;
                        padding-bottom: 0;
                        margin-bottom: 50px;
                    }
                    .club-wrapper .flex{
                        -webkit-flex-direction: row;
                            -ms-flex-direction: row;
                                -webkit-box-orient: horizontal;
                                -webkit-box-direction: normal;
                                flex-direction: row;
                        -webkit-align-items: stretch;
                            -ms-flex-align: stretch;
                                -webkit-box-align: stretch;
                                align-items: stretch;
                    }
                    .club_item{
                        width: 50%;
                    }
                    .nav_footer.flex > div{
                        width:auto;
                    }
                    .nav_footer.flex{
                        display: -webkit-flex;
                        display: -ms-flexbox;
                        display: -webkit-box;
                        display: flex;
                        -webkit-flex-direction: row;
                            -ms-flex-direction: row;
                                -webkit-box-orient: horizontal;
                                -webkit-box-direction: normal;
                                flex-direction: row;
                    }
                    .page_footer .nav_footer > div + div{
                        margin-left: 0;
                        margin-right: 1em;
                    }
                    .nav_footer .copyright{
                        line-height: 1.2;
                    }
                    .width-1_half{
                        width:100%;
                    }

                    /*----------------------------------------------------

                    common ttl font list img

                    ----------------------------------------------------*/
                    .ttl{
                        font-size: 2.8rem;
                    }
                    /*----------------
                    btn
                    ----------------*/
                    .btn_flag.is-prev{
                        left: -10px;
                    }
                    .btn_flag.is-next{
                        right: -10px;
                    }
                    .bnr_official_wrap{
                        padding: 2rem;
                    }


                    /*----------------------------------------------------

                    nav

                    ----------------------------------------------------*/
                    /*----------------
                    gnav
                    ----------------*/
                    .gnav_wrap.is--school .gnav {
                        padding-left: 20px;
                        padding-right: 0;
                    }
                    .gnav_wrap.is--school .gnav .logo_school{
                        width: 120px;
                    }
                    .gnav_wrap.is--school {
                        padding-top: 20px;
                        padding-bottom: 5px;
                    }
                    .nav_sns{
                        display: none;
                    }
                    /*----------------
                    sp nav
                    ----------------*/
                    .navicon-fixed {
                        position: fixed;
                        top: 0;
                        right: 35px;
                    }
                    /*----------------------------------------------------

                    original

                    ----------------------------------------------------*/
                    /*----------------
                    top
                    ----------------*/
                    .page-template-school .slideshow-slides .slide-item img{
                        width: 100%;
                        -webkit-transform:translate(-10%, -50%) scale(1);
                            -ms-transform:translate(-10%, -50%) scale(1);
                                transform:translate(-10%, -50%) scale(1);
                        -webkit-transition: all .5s cubic-bezier(.08,.68,0,1.01);
                        -o-transition: all .5s cubic-bezier(.08,.68,0,1.01);
                        transition: all .5s cubic-bezier(.08,.68,0,1.01);
                    }
                    .page-template-school .slideshow-slides .slide-item.active img{
                        width: 100%;
                        -webkit-transform:translate(0, -50%) scale(1);
                            -ms-transform:translate(0, -50%) scale(1);
                                transform:translate(0, -50%) scale(1);
                    }
                    .page-template-school .slideshow-slides .slide-item.active.hover img{
                        -webkit-transform:translate(0, -50%) scale(1.1);
                            -ms-transform:translate(0, -50%) scale(1.1);
                                transform:translate(0, -50%) scale(1.1);
                    }
                    .news-item{
                        display: block;
                        width: 100%;
                        margin-bottom: 0;
                    }
                    .news-item + .news-item{
                        margin-top: 20px;
                    }
                    .news-item .thumb-post{
                        width: 25%;
                    }
                    .news-item .btn_more{
                        display: block;
                        position: relative;
                        margin-right: 100px;
                        margin-top: 0;
                        right: 0;
                    }
                    .news-item .btn_more .line{
                        height: 30px;
                        left: 1px;
                    }
                    .news-item .btn_more .line {
                        left: 2px;
                    }
                    .ico_voice {
                        width: 25px;
                    }
                    .ttl--baloon .small:last-child {
                        padding-left: 37px;
                    }
                    .box-voice{
                        display: block;
                        margin-top: 20px;
                    }
                    .box-baloon{
                        margin-left: 0;
                        border-width: 1px;
                    }
                    .thumb-voice {
                        width:100%;
                    }
                    .ttl--baloon{
                        font-size: 1.8rem;
                        line-height: 1.8;
                    }

                    /*----------------
                    about
                    ----------------*/
                    /*----------------
                    exam
                    ----------------*/
                    /*入試　修正*/
                    .wrappper_untest{
                        padding:0;
                    }
                    .btn_open_untest{
                        padding:0;
                        margin:0;
                    }
                    .btn_open_untest img{
                        width:100%;
                    }
                    .section--untest{
                        margin:0 auto;
                        padding:40px;
                    }
                    /*----------------
                    class
                    ----------------*/
                    .ttl_classroom {
                        margin-bottom: 32px;
                    }
                    .ttl_classroom img{
                        width: 100%;
                        max-width: 400px;
                        margin: auto;
                    }
                    .ttl_classroom > .ttl_pc{
                        display: none;
                    }
                    .ttl_classroom > .ttl_sp{
                        display: block;
                    }
                    /*----------------
                    club
                    ----------------*/
                    .page-template-shino .section--club,
                    .page-template-shino_c .section--club,
                    .page-template-tanaka .section--club,
                    .page-template-tanaka_c .section--club,
                    .page-template-ono .section--club,
                    .page-template-pakkun .section--club,
                    .page-template-egusp .section--club{
                        width: calc(100% - 30px);
                        margin: 0 auto;
                        border-radius:25px;
                    }
                    .page-template-shino .youtube,
                    .page-template-shino_c .youtube,
                    .page-template-tanaka .youtube,
                    .page-template-tanaka_c .youtube,
                    .page-template-ono .youtube,
                    .page-template-pakkun .youtube {
                        border: 10px solid #ffffff;
                        border-radius: 33px;
                    }
                    .ttl-club {
                        /*padding-top: 80px;*/
                        padding: 40px 20px 20px 50px;
                    }
                    .section--club h3{
                        font-size: 2.4rem;
                    }
                    .page-template-shino .subsection,
                    .page-template-shino_c .subsection,
                    .page-template-tanaka .subsection,
                    .page-template-tanaka_c .subsection,
                    .page-template-ono .subsection,
                    .page-template-pakkun .subsection,
                    .page-template-egusp .subsection{
                        padding:40px;
                    }
                   
                }
                @media (max-width: 575px) and (orientation: portrait){
                        .ttl-club img{
                            max-width: 100%;
                        }
                        .bnr_exam{
                            width: 70%;
                        }

                }