@charset "utf-8";
/*--京home.css--*/
/* ##########PC########## */
.contents{
    padding-bottom: 0;
}

/*mainvisual*/
.mainvisual{
    height: calc(100vh - 9rem);
    position: relative;
    z-index: 2;
    overflow: hidden;
}


    .mainvisual::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background: #fff;
        min-height: 300px;
        border-bottom-right-radius: 2000px 300px;
        border-bottom-left-radius: 2000px 300px;
        margin-left: -200px;
        margin-right: -200px;
        padding-left: 200px;
        padding-right: 200px;
    }

    .mainvisual > .box_inner{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding-top: 7rem;
    }

        .mainvisual > .box_inner .lbl_mv{
            width: 10.5rem;
            position: relative;
            z-index: 2;
        }

            .mainvisual > .box_inner .lbl_mv img{
                max-width: 100%;
                height: auto;
            }

        .mainvisual > .box_inner .goto_examinees{
            position: absolute;
            bottom: 7rem;
            right: calc(50% - 35rem);
            z-index: 2;
        }

            .mainvisual > .box_inner .goto_examinees a{
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 0.75rem;
                width: 8.75rem;
                aspect-ratio: 1 / 1;
                border-radius: 50%;
                padding-top: 0.125rem;
                background: #d7aacd;
                color: #fff;
                text-decoration: none;
                transition: .3s all ease;
            }

            .mainvisual > .box_inner .goto_examinees a:hover{
                filter: contrast(1.3);
            }

                .mainvisual > .box_inner .goto_examinees a .lbl{
                    font-family: var(--font_family2);
                    font-size: 1.35rem;
                    line-height: 1.3;
                    text-align: center;
                }

                .mainvisual > .box_inner .goto_examinees a .icon{
                    width: 2.125rem;
                }

                    .mainvisual > .box_inner .goto_examinees a .icon img{
                        max-width: 100%;
                        height: auto;
                    }

        .mainvisual > .box_inner .mv_slider{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }


            .mainvisual > .box_inner .mv_slider ul{}

                .mainvisual > .box_inner .mv_slider ul li{}

                .mainvisual > .box_inner .mv_slider ul li .slide_obj{
                    width: 100vw;
                    height: calc(100vh - 9rem);
                    min-height: 300px;
                    border-bottom-right-radius: 2000px 300px;
                    border-bottom-left-radius: 2000px 300px;
                    margin-left: -200px;
                    margin-right: -200px;
                    padding-left: 200px;
                    padding-right: 200px;
                    overflow: hidden;
                    position: relative;
                }

                .mainvisual > .box_inner .mv_slider ul li .slide_obj::before{
                    content: "";
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 0;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                }

                .mainvisual > .box_inner .mv_slider ul li .slide1::before{
                    background-image: url(../shared/home/img_slide_1.jpg);
                }

                .mainvisual > .box_inner .mv_slider ul li .slide2::before{
                    background-image: url(../shared/home/img_slide_2.jpg);
                }

                .mainvisual > .box_inner .mv_slider ul li .slide3::before{
                    background-image: url(../shared/home/img_slide_3.jpg);
                }

                .mainvisual > .box_inner .mv_slider ul li .slide4::before{
                    background-image: url(../shared/home/img_slide_4.jpg);
                }

                .mainvisual > .box_inner .mv_slider ul li .slide5::before{
                    background-image: url(../shared/home/img_slide_5.jpg);
                }

                .mainvisual > .box_inner .mv_slider ul li .slide6::before{
                    background-image: url(../shared/home/img_slide_6.jpg);
                }

        .scroll_box{
            position: relative;
            z-index: 3;
        }

            .scroll_box > .box_inner{
                position: absolute;
                width: 100%;
                top: -2rem;
                left: 0;
                display: flex;
                justify-content: center;
            }

            .scroll_box > .box_inner .fig{
                width: 2.5rem;
            }

            .scroll_box > .box_inner .fig img{
                max-width: 100%;
                height: auto;
            }


.aboutus_box{
    position: relative;
    z-index: 1;
    margin-top: -6rem;
    padding-top: 10rem;
    overflow: hidden;
}

    .aboutus_box .shape{
        display: block;
        width: 100%;
        height: calc(100% - 21rem);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background-image: url(../shared/home/bg_about.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        min-height: 300px;
        border-bottom-right-radius: 2000px 300px;
        border-bottom-left-radius: 2000px 300px;
        margin-left: -200px;
        margin-right: -200px;
        padding-left: 200px;
        padding-right: 200px;
    }

    .aboutus_box > .box_inner{
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 6rem;
    }

        .aboutus_box > .box_inner .text{
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .aboutus_box > .box_inner .text p{
                font-family: var(--font_family2);
                color: #fff;
                font-size: 1.5em;
                line-height: 2;
                text-align: center;
                margin-bottom: 2em;
            }

            .aboutus_box > .box_inner .text .more{}

                .aboutus_box > .box_inner .text .more a{
                    color: #fff;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    gap: 1rem;
                }

                    .aboutus_box > .box_inner .text .more a .lbl{
                        font-size: 1.2em;
                    }

                    .aboutus_box > .box_inner .text .more a::after{
                        box-sizing: border-box;
                        content: "";
                        display: inline-block;
                        width: 3rem;
                        aspect-ratio: 1 / 1;
                        border-radius: 50%;
                        border: 1px solid #fff;
                        background-image: url(../shared/icon_arrow_w.png);
                        background-repeat: no-repeat;
                        background-position: center center;
                        background-size: 70% auto;
                        transition: .4s all ease;
                    }

                    .aboutus_box > .box_inner .text .more a:hover::after{
                        transform: translateX(0.5rem);
                    }

            .scroll_box_goto_examinees_sp{
                display: none;
            }

        .aboutus_box > .box_inner .figs{
        }

            .aboutus_box > .box_inner .figs ul{
                box-sizing: border-box;
                position: relative;
                padding-top: 28.5rem;
                padding-right: 7.5rem;
                width: 1280px;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                background-image: url(../shared/logo_w.png);
                background-size: 11.75rem;
                background-repeat: no-repeat;
                background-position: center top 10rem;
            }

                .aboutus_box > .box_inner .figs ul li{
                    border-radius: 50%;
                    overflow: hidden;
                }

                .aboutus_box > .box_inner .figs ul li img{
                    max-width: 100%;
                    height: auto;
                    transition: 1s all ease;
                    transition-delay: .5s;
                    opacity: 0;
                    filter: blur(10px);
                }

                .aboutus_box > .box_inner .figs ul li.show img{
                    transform: scale(1.05);
                    opacity: 1;
                    filter: blur(0);
                }

                .aboutus_box > .box_inner .figs ul li.fig1{
                    width: 21rem;
                    position: absolute;
                    top: -2rem;
                    right: calc(50% - 33rem);
                }

                .aboutus_box > .box_inner .figs ul li.fig2{
                    width: 20rem;
                    position: absolute;
                    top: 11rem;
                    left: calc(50% - 35rem);
                }

                .aboutus_box > .box_inner .figs ul li.fig3{
                    width: 28.5rem;
                }

.common_box{
    margin-bottom: 11.25rem;
}

    .common_box > .box_header{
        max-width: 1180px;
        margin: 0 auto 3em;
        padding: 0 3rem;
    }

        .common_box > .box_header .lbl_en{
            font-family: var(--font_family3);
            color: var(--base_color2);
            font-size: 3.2em;
            letter-spacing: 0.1em;
        }

        .common_box > .box_header h2{
            font-size: 1.2em;
            margin-top: 1em;
        }

.topics_box{
    position: relative;
}

    .topics_box > .box_header{}

        .topics_box > .box_header .lbl_en{
            color: #fff;
        }

    .topics_box > .box_inner .topics_slider{
        width: 66rem;
        margin: 0 auto;
    }

    .topics_box > .box_inner .topics_slider .slide_obj{
        width: 20rem;
        padding: 0 1rem;
    }

        .topics_box > .box_inner .topics_slider .slide_obj a{
            display: flex;
            flex-direction: column;
            text-decoration: none;
            color: var(--base_color1);
        }

            .topics_box > .box_inner .topics_slider .slide_obj a .fig{
                border-radius: 0.25rem 0.25rem 0.25rem 2rem;
                overflow: hidden;
                margin-bottom: 0.8em;
            }

                .topics_box > .box_inner .topics_slider .slide_obj a .fig img{
                    max-width: 100%;
                    height: auto;
                    transition: .3s all ease;
                }

                .topics_box > .box_inner .topics_slider .slide_obj a:hover .fig img{
                    transform: scale(1.03);
                    filter: brightness(1.1);
                }

            .topics_box > .box_inner .topics_slider .slide_obj a .title{
                line-height: 1.5;
                font-size: 1.1em;
            }

    .topics_box > .box_inner .topics_slider .slick-prev,
    .topics_box > .box_inner .topics_slider .slick-next{
        width: 1.5rem;
        height: auto;
        aspect-ratio: 48 / 84;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
    }

    .topics_box > .box_inner .topics_slider .slick-prev::before,
    .topics_box > .box_inner .topics_slider .slick-next::before{
        content: none;
    }

    .topics_box > .box_inner .topics_slider .slick-prev{
        background-image: url(../shared/fig_arrow_slide_l.png);
        left: -2rem;
    }

    .topics_box > .box_inner .topics_slider .slick-next{
        background-image: url(../shared/fig_arrow_slide_r.png);
        right: -2rem;
    }


.news_box{
    margin-bottom: 5rem;
}

    .news_box > .box_header{}

    .news_box > .box_inner{
        max-width: 1080px;
        margin: 0 auto 3em;
    }

        .entry_list_box{
            line-height: 1.6;
        }

            .entry_list_box ul{}

                .entry_list_box ul li{
                    margin-bottom: 0.25em;
                    border-bottom: 2px solid #e4e4e4;
                }

                .entry_list_box ul li:first-child{
                    border-top: 2px solid #e4e4e4;
                }

                .entry_list_box ul li:last-child{
                    margin-bottom: 0;
                }

                .entry_list_box ul li a{
                    color: var(--base_color1);
                    text-decoration: none;
                    display: flex;
                    padding: 1.2em 0.5em;
                    transition: .4s all ease;
                }

                .entry_list_box ul li a:hover{
                    color: var(--base_color2);
                }

                    .entry_list_box ul li a .entry_date{
                        width: 7em;
                    }

                    .entry_list_box ul li a .entry_category_title{
                        flex: 1;
                    }

                        .entry_list_box ul li a .entry_category{
                            display: inline-flex;
                            font-size: 0.9em;
                            gap: 0.3em;
                        }

                            .entry_list_box ul li a .entry_category .lbl_cat{
                                background: #ccc;
                                color: #fff;
                                border-radius: 0.25rem;
                                line-height: 1;
                                padding: 0.2em 0.3em 0.25em;
                            }

                            .entry_list_box ul li a .entry_category .lbl_cat.cat_high_school{
                                background: var(--base_color3);
                            }

                            .entry_list_box ul li a .entry_category .lbl_cat.cat_junior_high_school{
                                background: var(--base_color4);
                            }

                        .entry_list_box ul li a .entry_title{
                            font-size: 1.1em;
                        }


    .news_box > .box_footer,
    .overview_box > .box_footer{
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }

        .news_box > .box_footer a/*,
        .overview_box > .box_footer a*/{
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 0.5em;
            color: var(--base_color1);
        }

            .news_box > .box_footer a::after/*,
            .overview_box > .box_footer a::after*/{
                box-sizing: border-box;
                content: "";
                display: inline-block;
                width: 3rem;
                aspect-ratio: 1 / 1;
                border-radius: 50%;
                background: var(--base_color2);
                background-image: url(../shared/icon_arrow_w.png);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 70% auto;
                transition: .3s all ease;
            }

            .news_box > .box_footer a:hover::after/*,
            .overview_box > .box_footer a:hover::after*/{
                transform: translateX(0.5rem);
            }

.sns_box{
    margin-bottom: 11.25rem;
}

    .sns_box ul{
        display: flex;
        justify-content: center;
        gap: 2em;
    }

    .sns_box ul li{
        width: 20rem;     
    }

        .sns_box ul li a{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1em;
            color: var(--base_color1);
            text-decoration: none;
            border-bottom: 1px solid rgba(0,0,0,0.2);
            padding: 1em;
            transition: .3s all ease;
        }

        .sns_box ul li a:hover{
            color: var(--base_color2);
            border-bottom-color: var(--base_color2);
        }

            .sns_box ul li a .fig{
                width: 2rem;
            }

            .sns_box ul li a .fig img{
                max-width: 100%;
                height: auto;
            }

            .sns_box ul li a .lbl{
                font-family: var(--font_family2);
                font-size: 1.3em;
                font-weight: 500;
                letter-spacing: 0.1em;
            }


.overview_box{}

    .overview_box > .box_inner{
        margin-bottom: 3em;
    }

        .overview_box > .box_inner ul{
            display: flex;
            gap: 1.25rem;
            max-width: calc(33.125rem * 2 + 1.25rem);
            margin: 0 auto;
        }

            .overview_box > .box_inner ul li{}

                .overview_box > .box_inner ul li a{
                    display: block;
                    position: relative;
                    border-radius: 1.25rem;
                    overflow: hidden;
                    color: #fff;
                }

                    .overview_box > .box_inner ul li a .lbls{
                        box-sizing: border-box;
                        display: flex;
                        flex-direction: column;
                        width: 100%;
                        padding: 1em 1.5em;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        z-index: 1;
                        background: #0067B0;
                        background: linear-gradient(90deg, rgba(0, 103, 176, 1) 0%, rgba(0, 103, 176, 1) 35%, rgba(0, 103, 176, 0) 100%);
                    }

                        .overview_box > .box_inner ul li a .lbls .lbl_ja{
                            font-family: var(--font_family2);
                            font-size: 2.1em;
                        }

                        .overview_box > .box_inner ul li a .lbls .lbl_en{
                            font-family: var(--font_family3);
                            margin-top: 0.8em;
                        }

                    .overview_box > .box_inner ul li a .fig{
                        position: relative;
                        display: block;
                        width: 33.3125rem;
                    }

                    .overview_box > .box_inner ul li a .fig img{
                        max-width: 100%;
                        height: auto;
                        transition: .3s all ease;
                    }

                    .overview_box > .box_inner ul li a:hover .fig img{
                        transform: scale(1.03);
                        filter: brightness(1.1);
                    }

    .overview_box > .box_footer{
        justify-content: center;
    }

        .overview_box > .box_footer .overview_other_nav{}

            .overview_box > .box_footer .overview_other_nav ul{
                display: flex;
                flex-wrap: wrap;
                gap: 0 1em;
            }

            .overview_box > .box_footer .overview_other_nav ul li{
                position: relative;
            }

            .overview_box > .box_footer .overview_other_nav ul li:nth-child(1),
            .overview_box > .box_footer .overview_other_nav ul li:nth-child(2){
                display: none;
            }
/*
            .overview_box > .box_footer .overview_other_nav ul li::after{
                content: "";
                display: inline-block;
                height: 1em;
                position: absolute;
                top: 1em;
                right: -1em;
                border-right: 1px solid rgba(0,0,0,0.2);
            }
*/

            .overview_box > .box_footer .overview_other_nav ul li:last-child::after{
                content: none;
            }

            .overview_box > .box_footer .overview_other_nav ul li a{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                height: 3.5em;
                width: 10.5em;
                font-size: 1.08em;
                font-family: var(--font_family2);
                /*color: var(--base_color1);*/
                color: var(--base_color2);
                text-decoration: none;
                line-height: 1.2;
                transition: .4s all ease;
                border: 1px solid var(--base_color2);
                font-weight: 500;
                border-radius: 0.5rem;
            }

            .overview_box > .box_footer .overview_other_nav ul li a:hover{
                /*color: var(--base_color2);*/
                box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
            }


.examinees_box{}

    .examinees_box > .box_inner{
        display: flex;
        align-items: center;
        height: 25rem;
    }

        .examinees_box > .box_inner .fig_wrapper{
            width: 50%;
            height: 100%;
            position: relative;
        }

            .examinees_box > .box_inner .fig_wrapper .fig{
                background-image: url(../shared/home/img_examinees.jpg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                width: 100%;
                height: 100%;
                border-radius: 0 2rem 2rem 0;
            }


        .examinees_box > .box_inner .text{
            padding-left: 5em;
            width: 26.25rem;
        }

            .examinees_box > .box_inner .text p{
                font-size: 1.1em;
                line-height: 1.6;
                margin-bottom: 2em;
                text-align: center;
            }

            .examinees_box > .box_inner .text ul{
                display: flex;
                flex-direction: column;
                gap: 1em;
            }

                .examinees_box > .box_inner .text ul li{}

                    .examinees_box > .box_inner .text ul li a{
                        box-sizing: border-box;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 1em;
                        width: 100%;
                        height: 4.375rem;
                        border-radius: 100vh;
                        border: 1px solid #ccc;
                        text-decoration: none;
                        position: relative;
                    }

                        .examinees_box > .box_inner .text ul li a::before{
                            content: "";
                            display: block;
                            width: 100%;
                            height: 100%;
                            border-radius: 100vh;
                            position: absolute;
                            top: 0;
                            left: 0;
                            z-index: 0;
                            transition: .3s all ease;
                            transform: scaleX(0);
                            transform-origin: left center;
                            opacity: 0;
                        }

                        .examinees_box > .box_inner .text ul li a:hover::before{
                            transform: scaleX(1);
                            opacity: 0.1;
                        }

                        .examinees_box > .box_inner .text ul li a .lbl{
                            font-size: 1.2em;
                            position: relative;
                            z-index: 1;
                        }

                        .examinees_box > .box_inner .text ul li a::after{
                            content: "";
                            display: inline-block;
                            width: 2.125rem;
                            aspect-ratio: 68 / 32;
                            background-repeat: no-repeat;
                            background-size: contain;
                            transition: .3s all ease;
                            position: relative;
                            z-index: 1;
                        }

                        .examinees_box > .box_inner .text ul li a:hover::after{
                            transform: translateX(0.25rem);
                        }

                    .examinees_box > .box_inner .text ul li.for_hs a{
                        border-color: var(--base_color3);
                        color: var(--base_color3);
                    }

                        .examinees_box > .box_inner .text ul li.for_hs a::before{
                            background: var(--base_color3);
                        }

                        .examinees_box > .box_inner .text ul li.for_hs a::after{
                            background-image: url(../shared/icon_arrow_b.png);
                        }

                    .examinees_box > .box_inner .text ul li.for_jhs a{
                        border-color: var(--base_color4);
                        color: var(--base_color4);
                    }

                        .examinees_box > .box_inner .text ul li.for_jhs a::before{
                            background: var(--base_color4);
                        }

                        .examinees_box > .box_inner .text ul li.for_jhs a::after{
                            background-image: url(../shared/icon_arrow_p.png);
                        }


.school_category_box{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 58rem;
}

    .school_category_box .shape{
        width: 100%;
        height: calc(100% - 18rem);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

    .school_category_box .shape_inner{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 0;
        background-image: url(../shared/home/bg_category.jpg);
        background-repeat: no-repeat;
        background-position: center bottom -8rem;
        background-size: cover;
        min-height: 300px;
        border-top-right-radius: 2000px 300px;
        border-top-left-radius: 2000px 300px;
        margin-left: -200px;
        margin-right: -200px;
        padding-left: 200px;
        padding-right: 200px;
    }

    .school_category_box > .box_header{
        position: relative;
        z-index: 1;
    }

    .school_category_box > .box_inner{
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .school_category_box > .box_inner p.msg{
        text-align: center;
        line-height: 1.5;
        font-size: 1.1em;
        margin-bottom: 2em;
    }

    .school_category_box > .box_inner ul{
        display: flex;
        justify-content: center;
        gap: 5rem;
    }

        .school_category_box > .box_inner ul li{
            width: 20rem;
        }

            .school_category_box > .box_inner ul li a{
                display: flex;
                flex-direction: column;
                align-items: center;
                text-decoration: none;
                color: var(--base_color1);
            }

                .school_category_box > .box_inner ul li a .fig{
                    border-radius: 50%;
                    overflow: hidden;
                    margin-bottom: 1.5em;
                }

                .school_category_box > .box_inner ul li a img{
                    max-width: 100%;
                    height: auto;
                    transition: .3s all ease;
                }

                .school_category_box > .box_inner ul li a:hover img{
                    transform: scale(1.03);
                    filter: brightness(1.1);
                }


                .school_category_box > .box_inner ul li a .lbls{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                    .school_category_box > .box_inner ul li a .lbls .lbl_ja{
                        font-size: 2.2em;
                        font-family: var(--font_family2);
                        margin-bottom: 0.4em;
                    }

                    .school_category_box > .box_inner ul li a .lbls .lbl_en{
                        font-family: var(--font_family3);

                    }

footer{
    margin-top: -4rem;
}
    


@media screen and (min-width:1px) and (max-width:1400px) {

}

@media screen and (min-width:1px) and (max-width:1280px) {

}


@media screen and (min-width:1px) and (max-width:1200px) {

}

@media screen and (min-width:1px) and (max-width:1180px) {

    .aboutus_box > .box_inner .figs{
        width: 100%;
    }

    .aboutus_box > .box_inner .figs ul{
        width: 100%;
    }
}

@media screen and (min-width:1px) and (max-width:1080px) {
    .news_box > .box_inner{
        margin-left: 3rem;
        margin-right: 3rem;
    }
}



/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .mainvisual{
        height: 65vh;
    }

        .mainvisual > .box_inner .mv_slider ul li .slide_obj{
            height: 65vh;
        }

        .mainvisual > .box_inner .goto_examinees{
            right: 3rem;
        }

    .aboutus_box{
        overflow: hidden;
    }

    .aboutus_box > .box_inner .figs ul li.fig1{
        right: 0;
    }

    .common_box{
        margin-bottom: 5rem;
    }

    .topics_box > .box_inner .topics_slider{
        width: 86vw;
        margin: 0 auto;
    }

    .news_box{
        margin-bottom: 2rem;
    }

    .news_box > .box_inner{
        box-sizing: border-box;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .news_box > .box_footer,
    .overview_box > .box_footer{
        box-sizing: border-box;
        width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .overview_box > .box_inner,
    .education_box > .box_inner{
        box-sizing: border-box;
        width: 100%;
        padding: 0 3rem;
    }

        .overview_box > .box_inner ul li,
        .education_box > .box_inner ul li{
            width: calc((100% - 1.25rem) / 2);
        }

        .overview_box > .box_inner ul li a .fig,
        .education_box > .box_inner ul li a .fig{
            width: 100%;
        }

        .overview_box > .box_footer .overview_other_nav{
            width: 100%;
        }

        .overview_box > .box_footer .overview_other_nav ul{
            width: 100%;
            gap: 1vw;
        }

            .overview_box > .box_footer .overview_other_nav ul li{
                width: calc((100% - 4vw) / 5);
            }

            .overview_box > .box_footer .overview_other_nav ul li a{
                width: 100%;
            }

    .sns_box{
        margin-bottom: 5rem;
    }

    .examinees_box > .box_inner .text{
        box-sizing: border-box;
        width: 50%;
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .school_category_box{
        padding-bottom: 38rem;
        margin-bottom: 0;
    }

        .school_category_box > .box_inner ul{
            box-sizing: border-box;
            width: 100%;
            padding: 0 3rem;
            gap: 2.5rem;
        }

            .school_category_box > .box_inner ul li{
                width: calc((100% - 5rem) / 3);
            }



}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {


}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .mainvisual{
        height: 56vh;
    }

    .mainvisual::before{
        min-height: 56vh;
        border-bottom-right-radius: 2000px 56vh;
        border-bottom-left-radius: 2000px 56vh;
        height: 56vh;
    }

    .mainvisual > .box_inner .mv_slider ul li .slide_obj{
        min-height: 56vh;
        border-bottom-right-radius: 2000px 56vh;
        border-bottom-left-radius: 2000px 56vh;
        height: 56vh;
    }

    .mainvisual > .box_inner{
        /*padding-top: 6rem;*/
        padding-top: 10vw;
    }

    .mainvisual > .box_inner .lbl_mv{
        width: 8rem;
    }

    .mainvisual > .box_inner .goto_examinees{
        display: none;
    }

    .aboutus_box{
        margin-top: -1rem;
        padding-top: 3rem;
    }

    .aboutus_box .shape{
        min-height: 500px;
        border-bottom-right-radius: 2000px 500px;
        border-bottom-left-radius: 2000px 500px;
        height: calc(100% - 12.5rem);
    }

    .aboutus_box > .box_inner{
        margin-bottom: 2em;
        padding-top: 0;
    }

    .aboutus_box > .box_inner .text{
        margin-bottom: 4rem;
    }

        .aboutus_box > .box_inner .text p{
            font-size: 1em;
        }

        .aboutus_box > .box_inner .text .more a .lbl{
            font-size: 0.9em;
        }

        .aboutus_box > .box_inner .text .more a::after{
            width: 2rem;
        }

    .scroll_box_goto_examinees_sp{
        display: flex;
        width: 100%;
        justify-content: center;
        position: relative;
        margin-bottom: 2em;
    }

        .scroll_box_goto_examinees_sp img{
            max-width: 100%;
            height: auto;
        }

        .scroll_box_sp{
            width: 2.3rem;
        }

            .scroll_box_sp img{

            }

        .goto_examinees_sp{
            position: absolute;
            right: 1.5rem;
            bottom: 0.5rem;
        }

            .goto_examinees_sp a{
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 0.5rem;
                width: 6.5rem;
                aspect-ratio: 1 / 1;
                border-radius: 50%;
                padding-top: 0.125rem;
                background: #d7aacd;
                color: #fff;
                text-decoration: none;
                box-shadow: 0.25em 0.25em 10px 1px rgba(0,0,0,0.1);
                transition: .3s all ease;
            }

            .goto_examinees_sp a .lbl{
                font-family: var(--font_family2);
                font-size: 1rem;
                line-height: 1.3;
                text-align: center;
            }

            .goto_examinees_sp a .icon{
                width: 1.7rem;
            }

    .aboutus_box > .box_inner .figs ul{
        padding-top: 19rem;
        padding-right: 2rem;
        background-size: 23% auto;
    }

    .aboutus_box > .box_inner .figs ul li.fig1{
        width: 34vw;
        right: 2.5rem;
        top: 0;
    }

    .aboutus_box > .box_inner .figs ul li.fig2{
        width: calc(34vw / 672 * 640);
        top: 15rem;
        left: 1.5rem;

    }

    .aboutus_box > .box_inner .figs ul li.fig3{
        width: calc(34vw / 672 * 912);
    }

    .scroll_box{
        display: none;
    }

    .topics_box > .box_inner .topics_slider .slide_obj{
        width: calc((86vw - 2rem) / 2);
        padding: 0 0.5rem;
    }

    .topics_box > .box_inner .topics_slider .slide_obj a .title{
        font-size: 0.9em;
    }

    .topics_box > .box_inner .topics_slider .slick-prev,
    .topics_box > .box_inner .topics_slider .slick-next{
        width: 1rem;
    }

    .topics_box > .box_inner .topics_slider .slick-prev{
        left: -1rem;
    }

    .topics_box > .box_inner .topics_slider .slick-next{
        right: -1rem;
    }

    .common_box > .box_header{
        padding: 0 1.5rem;
        margin-bottom: 2em;
    }

        .common_box > .box_header .lbl_en{
            font-size: 2.5em;
        }

        .common_box > .box_header h2{
            font-size: 1em;
            margin-top: 0.5em;
        }

    .news_box > .box_inner{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-left: 0;
        margin-right: 0;
    }

    .entry_list_box ul li{
        font-size: 0.88em;
    }

    .entry_list_box ul li a{
        padding: 1em 0;
    }

    .entry_list_box ul li a .entry_date{
        width: 6em;
    }

    .news_box > .box_footer,
    .overview_box > .box_footer{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .news_box > .box_footer a::after,
    .overview_box > .box_footer a::after{
        width: 2rem;
    }

    .overview_box > .box_inner,
    .education_box > .box_inner{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-bottom: 2em;
    }

    .overview_box > .box_inner ul,
    .education_box > .box_inner ul{
        flex-direction: column;
    }

        .overview_box > .box_inner ul li,
        .education_box > .box_inner ul li{
            width: 100%;
        }

        .overview_box > .box_inner ul li a,
        .education_box > .box_inner ul li a{
            border-radius: 0.5rem;
        }

        .overview_box > .box_inner ul li a .lbls,
        .education_box > .box_inner ul li a .lbls{
            padding: 1em;
        }

        .overview_box > .box_inner ul li a .lbls .lbl_ja,
        .education_box > .box_inner ul li a .lbls .lbl_ja{
            font-size: 1.6em;
        }

        .overview_box > .box_inner ul li a .lbls .lbl_en,
        .education_box > .box_inner ul li a .lbls .lbl_en{
            font-size: 0.75em;
        }

    .overview_box > .box_footer .overview_other_nav{}

        .overview_box > .box_footer .overview_other_nav ul{
            gap: 0.5em;
        }

        .overview_box > .box_footer .overview_other_nav ul li{
            width: calc((100% - 0.5em) / 2);
        }

        .overview_box > .box_footer .overview_other_nav ul li a{
            width: 100%;
            font-size: 1.1em;
        }

    .examinees_box > .box_inner{
        flex-direction: column;
        height: auto;
    }

        .examinees_box > .box_inner .fig_wrapper{
            box-sizing: border-box;
            width: 100%;
            height: auto;
            padding-right: 2rem;
            margin-bottom: 1em;
        }

        
            .examinees_box > .box_inner .fig_wrapper .fig {
                height: auto;
                aspect-ratio: 340 / 200;
            }

        .examinees_box > .box_inner .text{
            width: 100%;
            padding: 0;
        }

        .examinees_box > .box_inner .text p{
            font-size: 0.94em;
            margin-bottom: 1.5em;
        }

        .examinees_box > .box_inner .text ul{
            width: 100%;
            align-items: center;
        }

            .examinees_box > .box_inner .text ul li{
                width: 68%;
                height: 3rem;
            }

            .examinees_box > .box_inner .text ul li a{
                height: 100%;
                gap: 0.75em;
            }

            .examinees_box > .box_inner .text ul li a .lbl{
                font-size: 1em;
            }

            .examinees_box > .box_inner .text ul li a::after{
                width: 1.3rem;
            }
                


    .school_category_box{
        padding-bottom: 20rem;
    }

    .school_category_box .shape{
        height: calc(100% - 16rem);
        top: auto;
        bottom: 0;
    }

    .school_category_box .shape_inner{
        /*background-position: center bottom -8rem;*/
        background-position: center bottom -10rem;
        border-top-right-radius: 2000px 1000px;
        border-top-left-radius: 2000px 1000px;
    }

    .school_category_box > .box_inner p.msg{
        font-size: 0.94em;
    }

    .school_category_box > .box_inner ul{
        padding: 0 1.5rem;
        gap: 1rem;
    }

        .school_category_box > .box_inner ul li{
            width: calc((100% - 2rem) / 3);
        }

        .school_category_box > .box_inner ul li a .fig{
            margin-bottom: 0.75em;
        }

        .school_category_box > .box_inner ul li a .lbls .lbl_ja{
            font-size: 1.4em;
        }

        .school_category_box > .box_inner ul li a .lbls .lbl_en{
            font-size: 0.9em;
        }

    .sns_box{
        padding: 0 1.5rem;
    }

        .sns_box ul{
            gap: 1em;
        }

        .sns_box ul li a{
            padding: 0.8em;
        }

            .sns_box ul li a .fig{
                width: 1.5rem;
            }

            .sns_box ul li a .lbl{
                font-size: 1.1em;
            }

    
}


/* ##########印刷用########## */
@media print{


}