@charset "utf-8";
/*--京pages.css--*/
/* ##########PC########## */

    /*topicpath_content_title*/
    .topicpath_content_title{
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        background: url(../shared/bg_content_laboratory.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
        position: relative;
        height: 15rem;
        margin: 0 auto;
        padding: 0;
        z-index: 0;
    }

    .about_us .topicpath_content_title{
        background: url(../shared/bg_content_laboratory.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
    }
    .education .topicpath_content_title{
        background: url(../shared/bg_content_education.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
    }
    .research .topicpath_content_title{
        background: url(../shared/bg_content_research.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
    }
    .members .topicpath_content_title{
        background: url(../shared/bg_content_member.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
    }
    .achievements .topicpath_content_title{
        background: url(../shared/bg_content_achievement.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
    }
    .admissions .topicpath_content_title{
        background: url(../shared/bg_content_recruitment.png) no-repeat;
        background-size: 120rem 15rem;
        background-position: top center;
    }

    .topicpath_content_title::before{
        content:"";
        display: block;
        width: 3.75rem;
        aspect-ratio: 1 / 1;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: 1.25rem;
        left: 1.5rem;
        z-index: 1;
    }

    .topicpath_content_title::after{
        content:"";
        display: block;
        width: 3.75rem;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: 1.25rem;
        right: 1.5rem;
        z-index: 1;
    }

    .topicpath::after{
        content:"";
        display: block;
        width: 3.75rem;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        position: absolute;
        top: 1.25rem;
        right: 1.5rem;
        z-index: 1;
    }

    .topicpath{
        box-sizing: border-box;
        padding: 1.2rem 0.5rem;
        margin: 0 5rem;
        /*position: relative;*/
        display: flex;
        z-index: 2;
    }

        .topicpath ul{
            font-size: 0.9rem;
        }

            .topicpath ul li{
                display: inline;
                margin-right: 1.8em;
                color: #222;
                position: relative;
            }

            .topicpath ul li:after{
                font-family: FontAwesome;
                content: "\f105";
                font-size: 1rem;
                position: absolute;
                top: calc(50% - 0.5rem);
                right: -1rem;
                color: #222;
            }

            .topicpath ul li:first-child:after{
                font-family: FontAwesome;
                content: "\f105";
                font-size: 1rem;
                position: absolute;
                top: calc(50% - 0.5rem);
                right: -1.05rem;
                color: #222;
            }

            .topicpath ul li:last-child{
                padding: 0;
                margin-right: 0;
            }

            .topicpath ul li:last-child:after{
                display: none;
            }

            .topicpath ul li a{
                color: #222;
                text-decoration: none;
            }

            .topicpath ul li a:hover{
                text-decoration: underline;
            }

        /*index以外*/
        .content_title{
            flex: 1;
            box-sizing: border-box;
            margin: 0 auto;
            padding: 2rem 0 0 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
        }

            .content_title .lbl_en{
                font-family: "Montserrat", sans-serif;
                color: #fff;
                font-size: 2.5rem;
                font-weight: 400;
                position: relative;
                z-index: 2;
                margin-bottom: 1.5rem;
            }

            .content_title .lbl_ja{
                width: 8.5rem;
                text-align: center;
                padding: 0.3rem 0;
                background: #111;
                color: #e1aa92;
                margin-bottom: 0.4rem;
                font-weight: 600;
            }

            .about_us .content_title .lbl_ja{
                color: #e1aa92;
            }
            .education .content_title .lbl_ja{
                color: #8cafd2;
            }
            .research .content_title .lbl_ja{
                color: #e8a6a7;
            }
            .members .content_title .lbl_ja{
                color: #b4b289;
            }
            .achievements .content_title .lbl_ja{
                color: #c2a5c1;
            }
            .admissions .content_title .lbl_ja{
                color: #ceb37d;
            }

.page_catch_box{
    overflow: hidden;
    position: relative;
    height: 30rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_catch_box::before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0 solid transparent;
    border-bottom: 7.5rem solid transparent;
    border-left: 13.5rem solid #fff;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page_catch_box::after{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7.5rem solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 13.5rem solid #fff;
    border-left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.page_catch_box .box_inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    min-width: 80rem;
    height: 30rem;
    background: url(../shared/img_content_title_yusou.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: relative;
}

.page_catch_box .box_inner .page_catch_copy{
    font-size: 2.8rem;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.page_catch_box .box_inner .page_catch_text{
    width: 37.5rem;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.8;
}


/*content_body*/
.content_body{
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
    margin: 5.625rem 0 0 0;
}

.content_body.two_col{
    overflow: initial;
}

.content_body.show{
    opacity: 1;
}

    .column_wrapper{
        display: flex;
        flex-direction: row-reverse;
        width: 63.625rem;
        margin: 0 auto;
        max-width: 1100px;
        padding-bottom: 4rem;
    }

    .index .column_wrapper{
        padding-bottom: 0;
    }

        .column_wrapper .column_main{
            width: 100%;
        }

        /*2カラムの場合*/
        .two_col .column_wrapper .column_main{
            width: 70%;
        }

        .two_col .column_wrapper .column_sub{
            box-sizing: border-box;
            width: calc(30% - 5vw);
            margin-right: 5vw;
        }

.page_nav{
    margin-bottom: 3rem;
}

.page_nav ul{
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.page_nav ul li{}

.page_nav ul li a{
    display: block;
    min-width: 10rem;
    padding: 1rem 2rem;
    text-align: center;
    background: #fff;
    border-radius: 2.5rem;
    color: #2d2561;
    font-size: 1em;
    font-weight: 500;
    border: 1px solid #2d2561;
    text-decoration: none;
    position: relative;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.45);
    transition: .3s all ease;
}

.page_nav ul li a:hover{
    background: #2d2561;
    color: #fff;
}

.page_nav ul li.current_page_item a{
    background: #2d2561;
    color: #fff;
}

/*page_title*/
.page_title{}

    .page_title h2{
        width: 50rem;
        margin: 0 auto 3rem auto;
        text-align: center;
        font-size: 2rem;
        color: #2d2561;
        font-weight: 500;
        padding: 2.5rem 0 0 0;
        border-top: 2px solid #2a2760;
        line-height: 1;
    }

/*page_body*/
.page_body{
    margin: 0 auto 3rem auto;
    min-height: 400px;
    line-height: 1.8;
}

    .page_h_catch{
        width: 50rem;
        margin: 0 auto 6.25rem auto;
    }

    .page_body h2{
        color: #222;
        font-size: 2rem;
        margin: 0 0 2.5rem 0;
        padding-left: 2.3rem;
        line-height: 1.4;
        position: relative;
    }

    .page_body h2::before{
        content:"";
        display: block;
        width: 1.8rem;
        height: 2px;
        background: #222;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
    }

    .page_body h3{
        color: #103d7e;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 3rem 0 1.5rem 0;
        line-height: 1.4;
    }

    .page_body h4{
        font-size: 1.3rem;
        font-weight: 500;
        margin: 0 0 1.5rem 0;
        padding-top: 1.25rem;
        line-height: 1.4;
        position: relative;
        color: #855a1e;
    }

        .page_body h4:before{
            content: "";
            display: block;
            width: 5rem;
            height: 0.25rem;
            background: #8f6733;
            position: absolute;
            top: 0;
            left: 0;
        }

    .page_body h5{
        font-weight: 600;
    }

    .page_body p {
        margin: 0 0 1em 0;
        line-height: 1.8;
    }

    .page_body ol{
        list-style: decimal;
        margin: 0 1.2em 1.2em 1.2em;
    }

        .page_body ol li{
            margin: 0 0 0.3em 1.3em;
        }

            .page_body ol li ol{
                margin: 0.5em 0;
            }

    .page_body .fig{
        text-align: center;
    }

    .page_body img{
        max-width:100%;
        height: auto;
    }

    .page_body a{
        color: #003d84;
    }

    .page_body a:hover{
        color: #2182b9;
    }

    .page_body table{
        width: 100%;
        margin: 1em 0;
        line-height: 1.6;
        border-collapse: separate;
    }

        .page_body table th,
        .page_body table td{
            padding: 1rem;
        }

        .page_body table td:last-child{
            border-right: none;
        }

        .page_body table thead th{
            font-weight: 500;
            font-size: 1.05rem;
            color: #2a2760;
            white-space: nowrap;
            border-bottom: none;
        }

        .page_body table thead th:last-child{
            border-right: none;
        }

        .page_body table tbody th,
        .page_body table tbody td{
            border-bottom: 1px solid #dedede;
        }

        .page_body table tbody td ul li{
            padding-left: 1rem;
            position: relative;
            margin-bottom: 0.5rem;
        }

        .page_body table tbody td ul li::before{
            content:"";
            display: block;
            width: 0.3rem;
            height: 0.3rem;
            background: #222;
            position: absolute;
            top: 0.55rem;
            left: 0.25rem;
        }

        .page_body table tbody th{
            color: #222;
            font-weight: 600;
            white-space: nowrap;
            text-align: left;
            vertical-align: top;
        }

        .page_body table tbody td{
            vertical-align: top;
        }

        .page_body strong{
            font-weight: 700;
        }

        .page_body em{
            font-style: italic;
        }

        .page_body .fw_bold{
            font-weight: 700;
        }

        .page_body .fc_red{
            color: #b7232b;
        }

        .page_body .fc_blue{
            color: #3366ff;
        }

/*page_detail_box*/
.page_content_box{
    width: 58.125rem;
    margin: 0 auto 5.625rem auto;
}
/*
.page_content_box:last-child{
    margin-bottom: 0;
}
*/

.page_img_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.page_img_box .page_img{
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.45);
}

.page_img_box .img_caption{
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
}

/*bnr_list*/
.bnr_list{
    margin-top: 2rem;
}

.bnr_list ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.bnr_list.col2 ul{
    flex-direction: row;
    gap: 2rem;
}

.bnr_list ul li{
    width: 30rem;
}

.bnr_list.col2 ul li{
    width: 19.375rem;
}

.bnr_list ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 5rem;
    border: 2px solid #d4d3e1;
    position: relative;
    text-decoration: none;
    color: #2d2561;
    background: #fff;
    transition: .3s all ease;
}

.bnr_list ul li.important a{
    color: #fff;
    background: #2d2561;
}

.bnr_list ul li a:hover{
    color: #fff;
    background: #2d2561;
}

.bnr_list ul li a::after{
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../shared/icon_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 2rem;
    transition: .3s all ease;
}

.bnr_list ul li.important a::after{
    background: url(../shared/icon_arrow_w.png) no-repeat;
    background-size: contain;
}

.bnr_list ul li a:hover::after{
    background: url(../shared/icon_arrow_w.png) no-repeat;
    background-size: contain;
    right: 1.5rem;
}

.bnr_list ul li.important a:hover::after{
    right: 1.5rem;
}

.bnr_list ul li a .b_border{
    padding: 0.3rem 0.5rem;
    border-bottom: 2px solid #9592b1;
    transition: .3s all ease;
}

.bnr_list ul li.important a .b_border{
    border-bottom: 2px solid #fff;
}

.bnr_list ul li a:hover .b_border{
    border-bottom: 2px solid #fff;
}

/*電話番号用*/
.page_body a[href^="tel"] {
    /* pointer-events: none; */
    color: inherit;
    text-decoration: none;
}

/*content_body*/
.content_body{
    transition: 1s all ease;
    transition-delay: .3s;
    opacity: 0;
}

.content_body.show{
    opacity: 1;
}

/*
    .index .column_main .page_title{
        display: none;
    }
*/

    .sub_ttl_lbl{
        font-size: 1.7rem;
        font-weight: 800;
        line-height: 1.8;
        color: #004e9d;
    }
    

/*page_nav_box*/
.page_nav_box{
    padding: 3rem 0;
    background: #222222;
}

.page_nav_box ul{
    width: 68.75rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
}

.page_nav_box ul li{
    width: calc((100% - 6rem) / 4);
    border-bottom: 2px solid #cccccc;
}

.page_nav_box ul li.current-menu-item{
    border-bottom: 2px solid #98960d;
}

.page_nav_box ul li a{
    display: block;
    font-size: 1rem;
    padding: 1rem 2rem 1rem 0.3rem;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
}

.page_nav_box ul li.current-menu-item a{
    color: #98960d;
    font-weight: 500;
}

.page_nav_box ul li a::after{
    font-family: FontAwesome;
    content: "\f105";
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    transition: .3s all ease;
}

.page_nav_box ul li.current-menu-item a::after{
    font-family: FontAwesome;
    content: "\f106";
    font-size: 1.5rem;
    line-height: 1;
    color: #98960d;
    position: absolute;
    top: calc(50% - 0.75rem);
    right: 1rem;
    transition: .3s all ease;
}

.page_nav_box ul li a:hover::after{
    right: 0.7rem;
}

.page_nav_box ul li.current-menu-item a:hover::after{
    right: 1rem;
}




/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .topicpath_content_title::before{
        width: 3rem;
    }

    .topicpath_content_title::after{
        width: 3rem;
    }

    .topicpath::after{
        width: 3rem;
    }

    .topicpath{
        margin: 0 4rem;
    }

    .topicpath_content_title{
        height: 14rem;
    }

    .content_title{
        padding: 1.5rem 0 0 0;
    }

    .content_body{
        margin: 4rem 0 0 0;
    }

    .column_wrapper{
        width: 95vw;
    }

    .page_body h2{
        margin: 0 0 2rem 0;
    }

    .page_content_box{
        width: 90vw;
        margin: 0 auto 3rem auto;
    }

    .page_img_box .page_img{
        max-width: 50vw;
    }


}
/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .topicpath_content_title{
        height: 10rem;
    }

    .topicpath_content_title::before{
        width: 8vw;
        bottom: 3vw;
        left: 4vw;
    }

    .topicpath_content_title::after{
        width: 8vw;
        bottom: 3vw;
        right: 4vw;
    }

    .topicpath::after{
        width: 8vw;
        top: 3vw;
        right: 4vw;
    }

    .topicpath{
        margin: 0 4vw;
        padding: 0.8rem 0.5rem;
    }

    .content_title{
        padding: 1rem 0 0 0;
    }

    .content_title .lbl_en{
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .content_body{
        margin: 2.5rem 0 0 0;
    }

    .column_wrapper{
        width: 90vw;
    }

    .page_body h2{
        margin: 0 0 1.5rem 0;
        font-size: 1.8rem;
        padding-left: 2rem;
    }

    .page_body h2::before{
        width: 1.5rem;
    }

    .page_body h3{
        font-size: 1.4rem;
        margin: 2.5rem 0 1rem 0;
    }

    .page_content_box{
        width: 85vw;
    }

    .page_img_box .page_img{
        max-width: 70vw;
    }

    .page_img_box .img_caption{
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.5;
    }

    .page_img_box{
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

}


/* ##########印刷用########## */
@media print{

}