@charset "utf-8";
/*--京general.css--*/
/* ##########PC########## */
.contents.general.index .child_page_list{
    display: none;
}


.contents.general.r8-kaiso .page_body .heading_msg{
    margin-bottom: 2em;
    background: #0f228b;
    color: #fff;
    padding: 1em 0;
    line-height: 1.5;
    font-size: 1.8em;
    font-weight: 600;
}

.contents.general.r8-kaiso .page_body .heading_msg p{
    margin: 0;
}

.history_table table{
    display: block;
    border-top: none;
}

    .history_table table tbody{
        display: block;
    }

    .history_table table tbody tr{
        display: flex;
        position: relative;
    }

    .history_table table tbody tr th,
    .history_table table tbody tr td{
        border: none !important;
        padding: 0.8em;
    }

    .history_table table tbody tr th{
        display: block;
        font-weight: 500;
        background: none;
        width: 9em;
        text-align: left;
        position: relative;
        z-index: 1;
    }

        .history_table table tbody tr th::after{
            font-family: FontAwesome;
            content:"\f111";
            display: inline-block;
            position: absolute;
            font-size: 0.9em;
            top: 1.15em;
            right: -0.47em;
            line-height: 1;
            color: #0f228b;
        }

    .history_table table tbody tr td{
        display: block;
        flex: 1;
        border-left: 1px solid rgba(0,0,0,0.2) !important;
        padding-left: 2em;
        position: relative;
    }

.yakushokuin_table table{
    width: 100% !important;
    table-layout: initial !important;
}

    .yakushokuin_table table th{
        text-align: left;
        width: 17em;
    }

    .yakushokuin_table table th[colspan="2"]{
        width: auto;
    }

.kyouin-kosei1 .page_body table,
.kyouin-kosei2 .page_body table{
    width: 100%;

}

.page_body .kaiso_info_list{
    display: flex;
    gap: 1em;
    margin-bottom: 3em;
}

    .page_body .kaiso_info_list li{
        padding: 0;
        margin: 0;
        width: calc((100% - 2em) / 3);
    }

        .page_body .kaiso_info_list li::before{
            content: none;
        }

        .page_body .kaiso_info_list li a{
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 5em;
            border: 2px solid #0f228b;
            padding-top: 0.2em;
            line-height: 1.4;
            display: flex;
            text-align: center;
            text-decoration: none;
            color: #0f228b;
            font-weight: 500;
            border-radius: 0.5rem;
            box-shadow: 0.1875rem 0.1875rem 0 0 #0d228d;
            transition: .3s all ease;
        }

        .page_body .kaiso_info_list li a:hover{
            background: #0f228b;
            color: #fff;
            box-shadow: none;
        }

.knct_cp{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.6;
}

    .knct_cp .lbl1{
        font-size: 1.1em;
    }

.page_body .lbl_five_years_catch{
    color: #0f228b;
    padding: 0;
    line-height: 1.6;
}

    .page_body .lbl_five_years_catch::before,
    .page_body .lbl_five_years_catch::after{
        content: none;
    }

.five_years_outline .wp-block-group__inner-container{
    display: flex;
}

    .five_years_outline .wp-block-group__inner-container p{
        flex: 1;
    }

    .five_years_outline .wp-block-group__inner-container .wp-block-image{
        width: 20rem;
        margin-left: 3em;
    }

        .five_years_outline .wp-block-group__inner-container .wp-block-image figure{
            margin-bottom: 0;
        }

.page_body .five_years_chart{
    margin: 4em 0;
}

.page_body .five_years_chart > .box_inner ul{
    margin: 0;
    line-height: 2;
}

    .page_body .five_years_chart > .box_inner ul li{
        padding: 0;
        display: flex;
        gap: 2.5em;
        margin-bottom: 4em;
    }

        .page_body .five_years_chart > .box_inner ul li::before{
            width: 2.5rem;
            height: 1rem;
            left: calc(50% - 1.25rem);
            top: auto;
            bottom: -1.5rem;
            border-radius: 0;
            clip-path: polygon(100% 0, 0 0, 50% 100%);
            background: #0f228b;
        }

        .page_body .five_years_chart > .box_inner ul li .text{
            flex: 1;
        }

        .page_body .five_years_chart > .box_inner ul li h4{
            margin-top: 0;
        }

        .page_body .five_years_chart > .box_inner ul li .fig{
            width: 35%;
            font-size: 0.9em;
        }

.page_body .five_years_chart > .box_footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .page_body .five_years_chart > .box_footer .lbl_sotsugyo{
        background: rgba(215,20,125,0.1);
        color: rgba(215,20,125,1);
        margin: 0;
        font-size: 1.3em;
        font-weight: 600;
        width: 100%;
        border-radius: 0.5rem;
        text-align: center;
        padding-top: .3em;
    }

    .page_body .five_years_chart > .box_footer ul{
        display: flex;
        gap: 3em;
        margin: 3em 0 0 0;
    }

        .page_body .five_years_chart > .box_footer ul li{
            font-size: 1.2em;
            font-weight: 600;
            margin: 0;
            padding: 0;
            border-bottom: 2px solid #0f228b;
        }

        .page_body .five_years_chart > .box_footer ul li::before{
            font-family: FontAwesome;
            content:"\f063";
            top: -1.5em;
            left: calc(50% - 0.5em);
            width: auto;
            height: auto;
            background: none;
            font-weight: normal;
            color: rgba(215,20,125,1);
        }

body .is-layout-flex.data_teiin{
    gap: 2em;
}

    body .is-layout-flex.data_teiin .wp-block-group{
        width: calc((100% - 2em) / 2);
    }

    body .is-layout-flex.data_teiin .wp-block-group table th:nth-child(2){
        width: 5em;
    }

.page_body .kyoshokuin_genin_table table{
    width: auto;
}

    .page_body .kyoshokuin_genin_table table th:nth-child(2){
        width: 5em;
    }

.policy_table thead th:nth-child(1){
    width: 10em;
}

.policy_table ul{
    margin: 0;
}

/*本校の目的・理念、育成する人材像*/
.page_body ul.kyoikumokuhyo{
    list-style-type: upper-alpha;
    margin-left: 1.2em;
    margin-right: 1.2em;
}

    .page_body ul.kyoikumokuhyo li{
        padding-left: 0;
    }

    .page_body ul.kyoikumokuhyo li::before{
        content: none;
    }

.page_body .jinzaizo h5{
    padding-left: 1.3em;
    color: #000;
    font-weight: 500;
}

    .page_body .jinzaizo h5::before{
        font-family: FontAwesome;
        content:"\f0c8";
        font-weight: normal;
        color: #0f218b;
        position: absolute;
        top: 0;
        left: 0;
    }


@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) {
    .contents.general.r8-kaiso .page_body .heading_msg{
        margin-bottom: 2em;
        padding: 1em;
        font-size: 1.1em;
    }

    .contents.general.r8-kaiso .page_body .heading_msg br{
        display: inline;
    }

    .contents.general.r8-kaiso .page_body .heading_msg .title{
        padding: 0;
    }

    .history_table table tbody tr th{
        width: 4em;
    }

    .history_table table tbody tr td{
        padding-left: 1.5em;
    }

    .yakushokuin_table table{
        line-height: 1.4;
    }

    .yakushokuin_table table th{
        width: 8em;
    }

    .yakushokuin_table table th[colspan="2"]{
        width: auto;
    }

    .page_body .kaiso_info_list{
        flex-direction: column;
        align-items: center;
        margin-bottom: 2em;
    }

        .page_body .kaiso_info_list li{
            width: 80%;
        }

            .page_body .kaiso_info_list li::before{
                content: none;
            }

            .page_body .kaiso_info_list li a{
                height: 4em;
            }

    .knct_cp{
        font-size: 1.2em;
    }

    .five_years_outline .wp-block-group__inner-container{
        flex-direction: column;
        align-items: center;
    }

        .five_years_outline .wp-block-group__inner-container .wp-block-image{
            width: 80%;
            margin: 0;
        }

    .page_body .five_years_chart > .box_inner ul{
        line-height: 1.6;
    }

    .page_body .five_years_chart > .box_inner ul li{
        flex-direction: column;
        gap: 0;
        margin-bottom: 3em;
    }

    .page_body .five_years_chart > .box_inner ul li::before{
        bottom: -2rem;
    }

    .page_body .five_years_chart > .box_inner ul li .fig{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .page_body .five_years_chart > .box_inner ul li .fig img{
        margin-bottom: 0.3em;
    }

    .page_body .five_years_chart > .box_footer ul{
        gap: 1em;
    }

    .page_body .five_years_chart > .box_footer ul li{
        flex: 1;
        padding: 0 0.3em;
        font-size: 1.1em;
        text-align: center;
        line-height: 1.3;
    }

    body .is-layout-flex.data_teiin{
        gap: 0;
        flex-direction: column;
    }

        body .is-layout-flex.data_teiin .wp-block-group{
            width: 100%;
        }


}


/* ##########印刷用########## */
@media print{

}