@charset "utf-8";
/*--京entrance.css--*/
/* ##########PC########## */
.contents.entrance.index .child_page_list{
    display: none;
}

/*入試情報インデックスの入試速報*/
.entrance.index .topicpath{
    padding-bottom: 2rem;
}

.entrance_news_box{
    padding: 0 0 4rem 0;
    position: relative;
    margin-bottom: 3rem;
}

.entrance_news_box::before{
    content:"";
    display: block;
    width: 100vw;
    height: calc(100% + 4.5rem);
    background: #00bdde;
    position: absolute;
    top: -4.5rem;
    left: calc(50% - 50vw);
    z-index: -1;
}

.entrance_news_ttl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2rem;
}

.entrance_news_ttl .lbl_en{
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.entrance_news_ttl .lbl_ja{
    font-size: 1.1rem;
    color: #0f228b;
    font-weight: 600;
}

.entrance_entry_list_box{}

.entrance_entry_list_box .box_inner{}

.entrance_entry_list_box .box_inner ul{
    margin: 0;
    list-style: none;
}

.entrance_entry_list_box .box_inner ul li{
    margin-bottom: 1.3rem;
    padding-left: 0;
}

.entrance_entry_list_box .box_inner ul li::before{
    display: none;
}

.entrance_entry_list_box .box_inner ul li a{
    display: flex;
    justify-content: flex-start;
    padding: 1.8rem 1.8rem 1.4rem 1.8rem;
    font-size: 1.1rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0.5rem 0.5rem 0 0px rgba(0, 0, 0, 0.1);
    color: #222;
    text-decoration: none;
    line-height: 1.5;
    transition: .3s all ease;
}

.entrance_entry_list_box .box_inner ul li a:hover{
    background: #ddfbfd;
}

.entrance_entry_list_box .box_inner ul li a .entry_date{
    color: #0f228b;
    margin-right: 2rem;
}

.entrance_entry_list_box .box_inner ul li a .entry_title{
    color: #222;
    flex: 1;
    transition: .3s all ease;
}

.entrance_entry_list_box .box_inner ul li a:hover .entry_title{
    color: #0f228b;
    text-decoration: underline;
}

/*
.entry_cat_date_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}

.entry_cat_date_wrap .entry_cat{
    padding-left: 1.5rem;
    position: relative;
}

.entry_cat_date_wrap .entry_cat::before{
    content: "";
    width: 1rem;
    height: 1rem;
    background: #0f228b;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 0;
    transition: .3s all ease;
}

.entrance_entry_list_box .box_inner ul li a:hover .entry_cat_date_wrap .entry_cat::before{
    background: #fff;
}

.entry_cat_date_wrap .entry_date{
    margin-left: auto;
}
*/


.more_btn{
    width: 20rem;
    margin: 3rem auto 0 auto;
}

.more_btn a{
    display: block;
    text-align: center;
    padding: 1rem 2rem 0.9rem 2rem;
    color: #0f228b;
    border-radius: 2rem;
    font-size: 1.1rem;
    background: #fff;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5;
    transition: .3s all ease;
}

.more_btn a:hover{
    color: #fff;
    background: #0f228b;
}

.more_btn a::after{
    content: "";
    width: 1rem;
    aspect-ratio: 1 / 1;
    background-image: url(../shared/icon/icon_arrow_blue.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 1em;
    transition: .3s all ease;
}

.more_btn a:hover::after{
    filter: brightness(0) invert(1);
}

/*//入試情報インデックスの入試速報*/

.entrance_h_text{
    margin: 0 2.5rem 3rem 2.5rem;
}

.page_info_site_search_box > .box_inner .h_nav > ul > li{
    width: 50%;
}

.pamphlet{
    width: 18em;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 3em;
    text-align: center;
}

    .pamphlet a{
        display: block;
    }

.school_guide_box{
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
}

    .school_guide_box > .box_inner{
        display: flex;
    }

        .school_guide_box > .box_inner{
            background: #f5f5f5;
            border-radius: 1rem;
            padding: 1.5em 2em;
            display: flex;
            align-items: center;
            line-height: 1.4;
        }

            .school_guide_box > .box_inner .img{}


            .school_guide_box > .box_inner .img a{
                display: block;
                border: 1px solid #ccc;
                transition: .3s all ease;
            }

            .school_guide_box > .box_inner .img a:hover{
                border-color: #0f228b;
            }

            .school_guide_box > .box_inner .links{
                flex: 1;
                margin-left: 1.5em;
            }

            .school_guide_box > .box_inner .links p{
                font-size: 1.1em;
                font-weight: 500;
            }

            .school_guide_box > .box_inner .links ul{
                margin: 0;
                display: flex;
                gap: 0.5em;
            }

                .school_guide_box > .box_inner .links ul li{
                    padding: 0;
                    margin: 0;
                }

                .school_guide_box > .box_inner .links ul li::before{
                    content: none;
                }

                .school_guide_box > .box_inner .links ul li a{
                    display: block;
                    padding: 0.5em 1em 0.4em;
                    text-decoration: none;
                    background: #0f228b;
                    color: #fff;
                    text-align: center;
                    border-radius: 0.25rem;
                    transition: .3s all ease;
                }

                .school_guide_box > .box_inner .links ul li a:hover{
                    filter: brightness(1.1);
                    box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);
                }

.scl{
    width: 75%;
    margin: 0 auto;
}

    .scl iframe,
    .video_list li iframe{
        width: 100%;
        aspect-ratio: 16 / 9;
    }

.page_body .video_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2em 4em;
    margin-top: 2em;
}

    .page_body .video_list li{
        padding: 0;
        margin: 0;
        width: calc((100% - 4em) / 2);
    }

    .page_body .video_list li::before{
        content: none;
    }

        .page_body .video_list li h4{
            font-size: 1.1em;
            margin: 0 0 0.3em 0;
            padding-left: 0;
        }

        .page_body .video_list li h4::before{
            content: none;
        }

        .page_body .video_list li p{
            margin: 0;
        }

.contents.entrance.pv .wp-block-image.size-large{
    display: flex;
    justify-content: center;
}

    .contents.entrance.pv .wp-block-image.size-large a{
        display: block;
        border: 1px solid #ccc;
        width: 75%;
    }

    .contents.entrance.pv .wp-block-image.size-large a img{
        transition: .3s all ease;
    }

    .contents.entrance.pv .wp-block-image.size-large a:hover img{
        filter: brightness(1.1);
    }

.page_body .interview_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin-bottom: 3em;
}

.page_body .interview_list li{
    padding: 0;
    margin: 0;
    width: calc((100% - 4em) / 3);
}

    .page_body .interview_list li::before{
        content: none;
    }

    .page_body .interview_list li a{
        text-decoration: none;
        color: #111;
        display: block;
        line-height: 1.5;
        font-size: 0.9em;
    }

    .page_body .interview_list li a img{
        margin-bottom: 0.5em;
        border-radius: 0.5rem;
        transition: .3s all ease;
    }

        .page_body .interview_list li a:hover img{
            filter: brightness(1.2);
            box-shadow: 0.25rem 0.25rem 0 0 #0f228b;
        }

    .page_body .interview_list li a .name{
        font-size: 1.2em;
        margin-right: 0.2em;
    }

.more_info{
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}

    .more_info dt,
    .more_info dd{
        box-sizing: border-box;
        padding: 0.7em 1em 0.5em;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .more_info dt{
        width: 33%;
        font-weight: 500;
    }

        .more_info dt::before{
            font-family: FontAwesome;
            content:"\f0da";
            color: #0f228b;
            font-weight: normal;
            margin-right: 0.3em;
        }

    .more_info dd{
        width: 67%;
    }

    .more_info dd ul{
        margin: 0;
    }

    .page_body .more_info dd ul li::before{
        top: 0.5em;
    }

    .contents.entrance[class*="obog-interview"] .video{
        display: flex;
        justify-content: center;
        margin-bottom: 1em;
    }

    .contents.entrance[class*="obog-interview"] .video .youtube{
        width: 70%;
        aspect-ratio: 16 / 9;
    }

    .contents.entrance[class*="obog-interview"] .video .youtube iframe{
        width: 100%;
        height: 100%;
    }

    .contents.entrance[class*="obog-interview"] .title{
        font-weight: 500;
        font-size: 1.05em;
        line-height: 1.6;
        margin-bottom: 0.5em;
    }

.senpai_msg_list{
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
}

    .page_body .senpai_msg_list li{
        margin: 0;
        padding: 0;
        width: calc((100% - 3em) / 2);
        display: flex;
        gap: 1em;
    }

    .page_body .senpai_msg_list li:nth-child(even){
        flex-direction: row-reverse;
    }

    .page_body .senpai_msg_list li::before{
        content: none;
    }

        .page_body .senpai_msg_list li .fig{
            width: 7.375rem;
        }

        .page_body .senpai_msg_list li .text{
            flex: 1;
        }

        .page_body .senpai_msg_list li .text .name{
            line-height: 1.5;
        }

.page_body .select_campus{
    display: flex;
    width: 70%;
    gap: 1.5em;
    margin: 2em auto;
}

    .page_body .select_campus li{
        margin: 0;
        padding: 0;
        width: calc((100% - 1.5em) / 2);
    }

    .page_body .select_campus li::before{
        content: none;
    }

    .page_body .select_campus li a{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.15em;
        height: 3em;
        text-decoration: none;
        border-radius: 0.25rem;
        color: #fff;
        font-weight: 500;
        transition: .3s all ease;
    }

    .page_body .select_campus li a:hover{
        filter: brightness(1.1);
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
    }

        .page_body .select_campus li:nth-child(1) a{
            background: #0f228b;
        }

        .page_body .select_campus li:nth-child(2) a{
            background: #d7147d;
        }

.v1col{
    line-height: 1.6;
    margin-bottom: 2em;
    display: flex;
    gap: 2em;
}

    .v1col .youtube{
        width: 45%;
        aspect-ratio: 16 / 9;
    }

        .v1col .youtube iframe{
            width: 100%;
            height: 100%;
        }

    .v1col .text{
        flex: 1;
    }

    .v1col .title{
        font-size: 1.1em;
        font-weight: 500;
    }

.weboc_movie_list{
    display: flex;
    flex-wrap: wrap;
    gap: 2em 3em;
}

    .page_body .weboc_movie_list li{
        margin: 0;
        padding: 0;
        width: calc((100% - 3em) / 2);
    }

    .page_body .weboc_movie_list li::before{
        content: none;
    }

    .page_body .weboc_movie_list li h4{
        margin-top: 0;
    }

    .page_body .weboc_movie_list li .youtube{
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .page_body .weboc_movie_list li .youtube iframe{
        width: 100%;
        height: 100%;
    }

/*Webオープンキャンパス*/
/*
*{ box-sizing:border-box; }
*/
#middle-right{ font-size:14px; }
#middle-right img{ max-width:initial; width:auto; }
/*
h3{ margin-top:0; }
*/

.pictures{ margin:.5em 0 .5em 0; }
#middle-right img.pic{ width:32.3%; margin:0 0.5% 0 0.5%; }

#campus{
    position:relative;
    width: 680px;
    margin: 0 auto;
}

#campus .icon{ position:absolute; }

/*熊本*/
#icon0 { left: 130px; top: 115px; }
#icon1 { left: 170px; top: 135px; }
#icon2 { left: 226px; top: 175px; }
#icon3 { left: 175px; top: 208px; }
#icon4 { left: 141px; top: 208px; }
#icon5 { left: 141px; top: 255px; }
#icon6 { left: 105px; top: 182px; }
#icon7 { left: 70px; top: 208px; }
#icon8 { left: 370px; top: 108px; }
#icon9 { left: 270px; top: 108px; }
#icon10 { left: 380px; top: 150px; }
#icon11 { left: 120px; top: 20px; }
#icon12 { left: 50px; top: 180px; }

/*八代*/
.yatsushiro #icon0 { left: 116px; top: 147px; }
.yatsushiro #icon1 { left: 173px; top: 73px; }
.yatsushiro #icon2 { left: 202px; top: 29px; }
.yatsushiro #icon3 { left: 121px; top: 52px; }
.yatsushiro #icon4 { left: 141px; top: 21px; }
.yatsushiro #icon5 { left: 255px; top: 86px; }
.yatsushiro #icon6 { left: 267px; top: 27px; }
.yatsushiro #icon7 { left: 381px; top: 29px; }
.yatsushiro #icon8 { left: 321px; top: 108px; }
.yatsushiro #icon9 { left: 560px; top: 78px; }

#note{
    margin-top:1em;
    margin-bottom: 4em;
}
#note .notes{ margin:.5em 6px .5em 0; padding:1.5em; border:1px solid #888; border-right:15px solid #68cde9; box-shadow: 3px 3px 0px 0 rgb(224,224,224), 6px 6px 0px 0 rgb(192,192,192); }
.subnotes{ padding:0.8em; margin:.8em 3px .8em 0; border:1px solid #888; border-right:10px solid #f96c84; box-shadow: 3px 3px 0px 0 rgb(224,224,224); }

.page_body #note h3{
    color: #222;
    margin: 0 0 0.3em 0;
    padding: 0;
    font-size: 1.3em;
}

.page_body #note h3::before,
.page_body #note h3::after{
    content: none;
}

.page_body #note h4{
    margin: 1.5em 0 0.4em 0;
    font-size: 1.1em;
    padding-left: 0;
    font-weight: 600;
}

.page_body #note h4::before{
    content: none;
}

.blinking{
-webkit-animation:blink 1s ease-in-out infinite alternate;
-moz-animation:blink 1s ease-in-out infinite alternate;
animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;} 100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;} 100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;} 100% {opacity:1;}
}

.ullist-ul{
    margin:0;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
}
.page_body .ullist{
	box-sizing:border-box;
    width: calc((100% - 3em) / 4);
    margin:0;
    padding:0.3em;
    cursor: pointer;
    border-bottom: 1px solid rgba(15,34,139,0.2);
    transition: .3s all ease;
}

.page_body .ullist:hover{
    border-bottom-color: rgba(15,34,139,1);
    color: rgba(15,34,139,1);
}

.page_body .ullist::before{
    content: none;
}

.youtube_box{
    display: flex;
    gap: 2em;
}

    .page_body .youtube_box li{
        width: calc((100% - 2em) / 2);
        margin: 0;
        padding: 0;
    }

    .page_body .youtube_box li::before{
        content: none;
    }

        .page_body .youtube_box li .youtube{
            width: 100%;
            aspect-ratio: 16 / 9;
        }

        .page_body .youtube_box li .youtube iframe{
            width: 100%;
            height: 100%;
        }

.page_body .web_shutsugan_list > li{
    margin-bottom: 1em;
}

.contents.entrance.weboc .child_page_list{
    display: none;
}

.page_body .more_list li{
    margin-bottom: 1.5em;
}

    .page_body .more_list li a{
        font-weight: 600;
        font-size: 1.1em;
    }

.contents.entrance.index .page_body .index_nav_box .index_basic_nav > li > a:hover{
    background-color: #fff;
    color: #d7147d;
}

.contents.entrance.index .page_body .index_nav_box .index_basic_nav > li > a:hover::after{
    background-image: url(../shared/icon/icon_arrow_pink.png);
    filter: none;
}



@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:575px) {
    .entrance_news_box {
        padding: 2rem 0 2rem 0;
        margin: 0 auto 3rem auto;
    }

    .entrance_news_box::before{
        height: 100%;
        top: 0;
    }

    .entrance_news_ttl{
        margin-bottom: 1.5rem;
    }

    .entrance_entry_list_box .box_inner ul li{
        margin-bottom: 0.8em;
    }

    .entrance_entry_list_box .box_inner ul li a{
        padding: 0.8em 1em;
        flex-direction: column;
        gap: 0.2em;
        font-size: 0.95rem;
        box-shadow: 0.25rem 0.25rem 0 0 rgba(0, 0, 0, 0.1);
    }

    .more_btn{
        width: 16rem;
        margin: 2rem auto 0 auto;
    }

    .more_btn a{
        padding: 0.8rem 2rem 0.6rem 2rem;
    }

    .entrance_h_text{
        margin-right: 1em;
        margin-left: 1em;
    }

    .page_body .index_nav_box ul{
        margin-left: 1em;
        margin-right: 1em;
    }

    .pamphlet{
        width: auto;
        float: none;
        margin-right: 0;
        margin-bottom: 1.5em;
    }

    .school_guide_box > .box_inner{
        box-sizing: border-box;
        flex-direction: column;
        padding: 1em;
        width: 100%;
    }

    .school_guide_box > .box_inner .img{
        width: 50%;
    }

    .school_guide_box > .box_inner .links{
        margin-left: 0;
        flex: initial;
    }

    .school_guide_box > .box_inner .links p{
        text-align: center;
        margin-top: 0.5em;
    }

    .school_guide_box > .box_inner .links ul li{
        width: calc(100% - 0.5em);
    }

        .school_guide_box > .box_inner .links ul li a{
            height: 3.5em;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1.2;
        }

        .school_guide_box > .box_inner .links ul li a::after{
            content: none !important;
        }

    .scl{
        width: 100%;
    }

    .page_body .video_list{
        flex-direction: column;
        gap: 1.5em 0;
    }

    .page_body .video_list li{
        width: 100%;
    }

    .contents.entrance.pv .wp-block-image.size-large a{
        box-sizing: border-box;
        width: 100%;
    }

    .page_body .interview_list{
        gap: 1.5em 1em;
    }

        .page_body .interview_list li{
            width: calc((100% - 1em) / 2);
        }

    .contents.entrance[class*="obog-interview"] .video .youtube{
        width: 100%;
    }

    .senpai_msg_list{
        flex-direction: column;
    }

        .page_body .senpai_msg_list li{
            width: 100%;
        }

    .page_body .select_campus{
        flex-direction: column;
        gap: 1em;
        width: 80%;
    }

    .page_body .select_campus li{
        width: 100%;
    }

.v1col{
    flex-direction: column;
    gap: 1em;
}

    .v1col .youtube{
        width: 100%;
    }


    .v1col .text{
        flex: initial;
    }

    .weboc_movie_list{
        gap: 2em;
        flex-direction: column;
    }

        .page_body .weboc_movie_list li{
            width: 100%;
        }

    /*Webオープンキャンパス*/
    #middle-right{ font-size:16px; }
    #middle-right img.pic{ width:48%; margin:0 1% 0 1%; }
    #campus{ overflow-x:scroll; margin-top:2em; }
    .scroll-oc{ overflow-x:scroll; }
    .scroll-oc::-webkit-scrollbar{ height:10px; }/*バーの太さ*/
    .scroll-oc::-webkit-scrollbar-track{ background:#dddddd; }/*バーの背景色*/
    .scroll-oc::-webkit-scrollbar-thumb{ background:#888; }/*バーの色*/
    .blocks-gallery-item__caption{ display:none; }

    .ullist-ul{}

        .page_body .ullist{
            width: calc((100% - 1em) / 2);
        }

    .youtube_box{
        flex-direction: column;
        gap: 1em;
    }

    .page_body .youtube_box li{
        width: 100%;
    }

    .page_body .index_nav_box .index_nav_catch_img{
        margin-left: 0;
        margin-right: 0;
    }

    .page_body .index_nav_box .index_rc_nav{
        gap: 0.75em;
    }

    .page_body .index_nav_box .index_img_nav{
        flex-direction: column;
        width: auto;
        gap: 1em;
    }

        .page_body .index_nav_box .index_img_nav li{
            width: 100%;
        }

            .page_body .index_nav_box .index_img_nav li a{
                flex-direction: row;
                align-items: center;
                gap: 1em;
            }

                .page_body .index_nav_box .index_img_nav li a .fig{
                    width: 35%;
                    margin-bottom: 0;
                }

                .page_body .index_nav_box .index_img_nav li a .lbl{
                    font-size: 1.1em;
                    flex: 1;
                }

}



/* ##########印刷用########## */
@media print{

}