@charset "utf-8";
/*--京professional_graduate_school.css--*/
/* ##########PC########## */
.contents.index .bg{
    position: absolute;
    top: 6.375rem;
    left: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 2 / 1;
    background-image: url('../shared/professional_graduate_school/bg_intro.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .contents.index .bg::after{
        content: "";
        display: block;
        width: 100%;
        height: 20%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    }

.index .topicpath_content_title{
    background: none;
    height: auto;
    margin-bottom: 0;
    overflow: visible;
}

.index .topicpath_content_title::after{
    content: none;
}

.index .topicpath{
    background: none;
}

.index .content_title_wrap{
    padding-top: 2rem;
    height: 8.75rem;
}

.index .content_title_wrap::before{
    content: "";
    display: block;
    width: 2rem;
    height: auto;
    aspect-ratio: 64 / 1056;
    border-radius: 0;
    background: none;
    background-image: url('../shared/professional_graduate_school/lbl_intro3.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    left: 4rem;
    right: auto;
}

.index .content_title_wrap .content_title{
    margin-bottom: 0;
}

.index .content_title_wrap .content_title_en{
    display: none;
}

.intro_box{}

    .intro_box > .box_header{
        margin-bottom: 3.75rem;
    }

    .intro_box > .box_header h2{
        border: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

        .intro_box > .box_header h2 img{
            max-width: auto;
            max-width: initial;
            height: 100%;
            width: auto;
        }

        .intro_box > .box_header h2 .lbl1,
        .intro_box > .box_header h2 .lbl2{
            height: 3.5rem;
        }

        .intro_box > .box_header h2 .lbl1{
            margin-bottom: 2rem;
        }

    .intro_box > .box_inner{
        width: 55%;
    }

    .intro_box > .box_inner p{
        margin-left: 0;
        margin-right: 0;
    }

    .greeting_box .greeting_img_name{
        width: 16rem;
        float: left;
        margin: 0 3em 1em 1.5em;
    }

        .greeting_box .greeting_img_name .greeting_img{
            margin-bottom: 1rem;
        }

            .greeting_box .greeting_img_name .greeting_name .lbl_post{}

            .greeting_box .greeting_img_name .greeting_name .lbl_name{
                font-size: 1.2rem;
            }

    .outline_points_box{
        background: #ebf8fe;
        border-radius: 2rem;
        padding: 1.5em;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 3em 1.5em 0;
    }

        .outline_points_box h3{
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 0.9em;
        }

        .outline_points_box ul{
            display: flex;
            gap: 1rem;
            margin: 0;
        }

            .outline_points_box ul li{
                box-sizing: border-box;
                width: calc((100% - 2rem) / 3);
                padding: 1em 1.25em;
                margin: 0;
                background: #fff;
                border-radius: 1rem;
                font-size: 1.05em;
                font-weight: 500;
            }

            .outline_points_box ul li::before{
                content: none;
            }

/*ポリシー*/
.policy_box{}

    .policy_box > .box_header p{
        font-size: 1.4em;
        font-weight: 700;
        text-align: center;
    }

    .policy_box > .box_inner{}

        .policy_box > .box_inner h2{
            margin-top: 0;
            cursor: pointer;
            position: relative;
            transition: .3s all ease;
        }

        .policy_box > .box_inner h2:hover{
            background: rgba(0,138,185,0.1);
        }

            .policy_box > .box_inner h2::after{
                font-family: FontAwesome;
                content:"\f0fe";
                display: inline-block;
                font-weight: normal;
                position: absolute;
                right: 1em;
                top: calc(50% - 0.5em);
                color: #008ab9;
            }

            .policy_box > .box_inner h2.active::after{
                content:"\f146";
                color: #bbb;
            }

        .policy_box > .box_inner .policy_detail{
            display: none;
            margin-bottom: 3em;
        }


/*専任教員一覧*/
.staff_list_box{}

    .staff_list_box ul{
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

        .staff_list_box ul li{
            margin: 0;
            padding: 0 0 0.5em 0;
            width: calc((100% - 4em) / 5);
            border-bottom: 1px solid rgba(0,0,0,0.1);
            display: flex;
            justify-content: center;
            align-items: flex-end;
            text-align: center;
            line-height: 1.4;
        }

        .staff_list_box ul li::before{
            content: none;
        }

.report_content_box{
    margin-bottom: 5em;
}

.report_content_box:last-child{
    margin-bottom: 0;
}

    .report_content_box table{
        width: calc(100% - 3em);
    }

        .report_content_box table tr td:nth-child(1){
            width: 8em;
        }

        .report_content_box table tr td:nth-child(3){
            width: 10em;
        }


@media screen and (min-width:1px) and (max-width:1400px) {
}

@media screen and (min-width:1px) and (max-width:1280px) {
    .index .content_title_wrap::before{
        left: 4vw;
    }
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){
    .index .content_title_wrap::before{
        left: -4vw;
    }
}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {

}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .contents.index .bg{
        top: 18vw;
        aspect-ratio: 1 / 1;
        background-position: center;
    }

    .index .content_title_wrap::before{
        left: 0;
        width: 3vw;
    }

    .intro_box > .box_header h2 .lbl1,
    .intro_box > .box_header h2 .lbl2{
        height: 2.5rem;
    }

    .intro_box > .box_header h2 .lbl1{
        margin-bottom: 1.5rem;
    }

    .intro_box > .box_inner{
        width: 100%;
    }

    .greeting_box .greeting_img_name{
        width: 9rem;
        float: right;
        margin-right: 1em;
    }

        .greeting_name{
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .greeting_box .greeting_img_name .greeting_name .lbl_post{
            font-size: 0.8em;
        }

    .outline_points_box ul{
        flex-direction: column;
        gap: 0.5rem;
    }

        .outline_points_box ul li{
            width: 100%;
            padding: 0.8em 1em;
            font-size: 1em;
        }

    /*専任教員一覧*/
    .staff_list_box ul li{
        width: calc((100% - 2em) / 3);
    }

    .report_content_box table{
        width: calc(100% - 2em);
    }

    .report_content_box table tr td:nth-child(1){
        width: 5em;
    }

    .report_content_box table tr td:nth-child(3){
        width: 4em;
    }

}


/* ##########印刷用########## */
@media print{
}