@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/*--京activities.css--*/
/* ##########PC########## */
/*熊本大学ダイバーシティ宣言*/
.statement_box{
    border: 2px solid #eee;
    border-top: 4px solid #98CDB3;
    background: #fff;
    margin-bottom: 3rem;
    /*box-shadow: 6px 6px 10px rgb(0, 0, 0, .2);*/
    padding: 8em 3em 3em 3em;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    position: relative;
}

.statement_box::before{
    content: "";
    display: block;
    background-image: url('../shared/logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 8rem;
    aspect-ratio: 139 / 50;
    position: absolute;
    top: 2em;
    right: 2em;
}

.statement_box::after{
    content: "";
    display: block;
    width: 45%;
    aspect-ratio: 1 / 1;
    background-image: url(../shared/home/bg_mv.jpg);
    background-position: right top -2rem;
    background-size: auto 150%;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.25;
}

.statement_box .statement_ttl{
    margin-bottom: 2.5em;
    line-height: 1.6;
}

.statement_box .statement_ttl .lbl01{
    font-size: 1.4rem;
}

.statement_box .statement_ttl .lbl02{
    font-size: 1.8rem;
    font-weight: 600;
}

.statement_box .statement_block{
    margin: 0 0.5rem 1rem 0.5rem;
}

.page_body .statement_box .statement_block p{
    margin-bottom: 0;
}

.statement_box .statement_name{
    margin: 0 0.5rem;
    text-align: right;
}

/*PDF横並び
.statement_img_wrap{
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    margin-top: 2rem;
}

    .statement_img_wrap .statement_img{
        width: calc((100% - 2rem) / 3);
        box-shadow: 6px 6px 10px rgb(152, 205, 179, .6);
    }

        .statement_img_wrap .statement_img figure{
            margin-bottom: 0;
        }

        .statement_img_wrap .statement_img a{
            display: block;
            transition: 0.3s all ease;
            cursor: pointer;
        }

        .statement_img_wrap .statement_img a:hover{
            opacity: 0.7;
        }

        .statement_img_wrap .statement_img img{
            max-width: 100%;
            height: auto;
        }
*/
/*計画・ガイドライン*/
.txt_wrap{
    margin-bottom: 1.875rem;
}

.new_role_model{
    padding-bottom: 1.875rem;
    border-bottom: 1px dotted #666;
}

.dl_box{
    margin-top: 1.875rem;
}

.w_box2{
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #ccc;
    border-top: 2px solid #98CDB3;
}

    .dl_box .flex{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .dl_box .flex .img{
            width: 20%;
        }

        .dl_box .flex .txt{
            width: 75%;
            display: flex;
            flex-direction: column;
        }

            .page_body .dl_box .flex .txt h4{
                font-size: 1.15em;
                font-weight: 500;
                padding:0 0 1rem 0;
                border-bottom: 1px solid #ccc;
                margin:0 0 1rem 0;
            }

            .page_body .dl_box .flex .txt h4::before{
                display: none;
            }

            .page_body .dl_box .flex .txt p{
                margin-top: auto;
                margin-bottom: 0;
            }

            .page_body .dl_box .flex .txt .dl_btn{
                box-sizing: border-box;
                display: flex;
                align-items: center;
                width: min(100%, 18rem);
                background-color: #98CDB3;
                color: #fff;
                padding: 0.7em 3em 0.7em 1em;
                position: relative;
                margin-top: auto;
                margin-bottom: 1rem;
                text-decoration: none;
                transition: .3s all ease;
            }

            .page_body .dl_box .flex .txt .dl_btn:hover{
                opacity: 0.7;
            }

            .page_body .dl_box .flex .txt .dl_btn .fa-file-pdf-o{
                font-family: fontawesome;
                font-style: normal;
                line-height: 1;
                margin-right: 0.5rem;
                font-size: 1.5em;
            }

            .page_body .dl_box .flex .txt .dl_btn::before {
                content: '';
                display: block;
                width: 1px;
                height: 100%;
                background-color: #fff;
                position: absolute;
                top: 50%;
                bottom: 50%;
                transform: translateY(-50%);
                right: 3em;
            }

            .page_body .dl_box .flex .txt .dl_btn::after{
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 5.5px 0 5.5px 9.5px;
                border-color: transparent transparent transparent #ffffff;
                position: absolute;
                top: 50%;
                bottom: 50%;
                transform: translateY(-50%);
                right: 1.2em;
            }

.w_box{
    /*
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(3, 28, 54, 0.15);
    padding: 2rem;
    */
}

    .page_body .pdf_list{
        /*max-height: 430px;
        overflow-y: auto;
        */
        margin: 0;
    }

        .page_body .pdf_list li{
            padding: 0;
            margin: 0;
            position: relative;
        }

        .page_body .pdf_list li::before{
            font-family: fontawesome;
            content: "\f1c1";
            width: auto;
            height: auto;
            border-radius: 0;
            color: #e02323;
            font-size: 1.5em;
            position: absolute;
            top: calc(50% - 0.8rem);
            left: 0.5rem;
            line-height: 1;
            background: none;
        }

            .pdf_list li a{
                position: relative;
                display: flex;
                align-items: center;
                padding: 0.8rem 3rem 0.8rem 2.5rem;
                color: #000;
                border-bottom: solid 1px #ccc;
                text-decoration: none;
                transition: all ease 0.3s;
            }

            .pdf_list li a:hover{
                opacity: 0.7;
            }

            .pdf_list li a i{
                margin-right: 1.875rem;
                color: #ccc;
            }

            .pdf_list li a::before{
                content: '';
                display: block;
                width: 1px;
                height: 65%;
                background-color: #ccc;
                position: absolute;
                top: 50%;
                bottom: 50%;
                transform: translateY(-50%);
                right: 3rem;
            }

            .pdf_list li a::after{
                content: '';
                display: block;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 7px solid #98CDB3;
                position: absolute;
                top: 50%;
                bottom: 50%;
                transform: translateY(-50%);
                right: 1.5rem;
            }

/*次世代育成支援*/
.page_body ul.accordion{
    margin: 0;
}

.page_body ul.accordion li{
    margin: 0 0 1.25rem 0;
    padding: 0;
}

.page_body ul.accordion > li:not(:last-child){}

.page_body ul.accordion > li::before{
    display: none;
}

.page_body ul.accordion > li .pdf_list li{
    margin-bottom: 0;
}

    .accordion .ttl{
        position: relative;
        cursor: pointer;
        font-size:1.15rem;
        background-color: #98CDB3;
        color: #fff;
        font-weight:500;
        display: flex;
        align-items: center;
        text-align: justify;
        padding: 1rem 5rem 1rem 1.5rem;
        margin: 0;
    }
    .accordion .ttl::before,
    .accordion .ttl::after{
        position: absolute;
        content:'';
        width: 1.6rem;
        height: 2px;
        background-color: #fff; 
        top:50%;
        right: 1rem;
        transform: translateX(-50%);
    }
    .accordion .ttl::before{
        transform:translateX(-50%) rotate(0deg); 
    }
    .accordion .ttl::after{
        transform:translateX(-50%) rotate(90deg);
    }
    .accordion .ttl.open::after{
        display: none;
    }
    .accordion .box {
        display: none;
        background-color: #fff;
        padding: 2rem;
        border: 1px solid #CCC;
    }
    .accordion .box > p:not(:last-child){
        margin-bottom: 1.25rem;
    }

    .accordion .box h3{
        margin: 0 0 1.5em 0;
    }

    .accordion .box .txt_wrap:first-child h4:first-child{
        margin: 0 0 0.9em 0;
    }

    .accordion .box .txt_wrap:last-child{
        margin-bottom: 0;
    }

            .page_body ul.maru_list{}

            .page_body ul.maru_list > li{
                margin: 0;
                padding-left: 0;
            }

            .page_body ul.maru_list > li::before{
                display: none;
            }

            .page_body ul.maru_list > li:not(:last-child){
                margin-bottom: 0.3rem;
            }

            .page_body ul.maru_list > li > .main_text,
            .page_body ul.maru_list > li > p{
                display: block;
                position: relative;
                padding-left: 1.5em;
            }

            .page_body ul.maru_list > li > .main_text::before,
            .page_body ul.maru_list > li > p::before{
                content: '●';
                color: #98CDB3;
                position: absolute;
                left: 0;
                top: 0;
            }

            .page_body ul.maru_list > li > .sub_text{
                display: block;
                margin-top: 0.3rem;
                font-size: 0.9rem;
                width: 100%;
            }

.page_body ul.link_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    gap: 1.5rem;
}

.page_body ul.link_list li{
    box-sizing: border-box;
    width: calc((100% - 1.5rem) / 2);
    position: relative;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    min-height: 55px;
    padding-left: 0;
    margin-bottom: 0;
}

.page_body ul.link_list li::before{
    content: "";
    width: 1px;
    height: 80%;
    background-color: #98CDB3;
    position: absolute;
    top: 0;
    left: -1px;
}

.page_body ul.link_list li a{
    display: block;
    color: var(--base_color1);
    text-decoration: none;
    padding: 1em 3em 1em 1em;
    position: relative;
    transition: .3s all ease;
}

.page_body ul.link_list li a::after{
    font-family: FontAwesome;
    content: "\f08e";
    position: absolute;
    top: 1em;
    right: 1em;
}

.b_box{
    background-color: #F7F5EF;
    padding: 1rem;
}

.b_box p {
    display: flex;
    margin-bottom: 0;
}

.b_box .b_box_ttl {
    padding-right: 1rem;
    margin-right: 1rem;
    display: block;
    border-right: 1px solid #231815;
    white-space: nowrap;
}

@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:479px) {
    /*熊本大学ダイバーシティ宣言*/
    .statement_img_wrap .statement_img{
        width: calc((100% - 2rem) / 2);
    }

    /*計画・ガイドライン*/
    .w_box2{
        padding: 1rem;
    }

    .dl_box .flex .img{
        width: 30%;
    }

    .dl_box .flex .txt{
        width: 65%;
    }

    .page_body .dl_box .flex .txt p{
        margin-bottom: 0;
    }

    .page_body .dl_box .flex .txt .dl_btn{
        margin-bottom: 0;
        padding: 1rem 2rem 1rem 1rem;
        font-size: 0.9em;
    }

    .page_body .dl_box .flex .txt .dl_btn .fa-file-pdf-o{
        font-size: 1.3rem;
    }

    .page_body .dl_box .flex .txt .dl_btn::before{
        right: 2rem;
    }

    .page_body .dl_box .flex .txt .dl_btn::after{
        border-width: 5.5px 0 5.5px 7.5px;
        right: 0.7rem;
    }

    .w_box{
        padding: 1rem;
    }

    .page_body .pdf_list li::before{
        font-size: 1.3rem;
        top: calc(50% - 0.65rem);
    }

    .pdf_list li a{
        padding: 1rem 3rem 1rem 2.3rem;
    }

    .pdf_list li a::before{
        right: 3rem;
    }

    .pdf_list li a::after{
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 7px solid #98CDB3;
        right: 1.3rem;
    }

    .accordion .ttl{
        font-size: 1.15rem;
        padding: 1.25rem 3rem 1.25rem 1.5rem;
    }

    .accordion .ttl::before,
    .accordion .ttl::after{
        width: 1.4rem;
        height: 2px;
        right: 0.2rem;
        left: unset !important;
    }

    .accordion .box{
        padding: 1.5rem;
    }

    .page_body ul.link_list{}

    .page_body ul.link_list li{
        width: 100%;
    }

    .statement_box{
        padding: 5em 1.5em 1.5em 1.5em;
    }

    .statement_box::before{
        width: 5rem;
        top: 1.5em;
        right: 1em;
    }

    .statement_box::after{
        bottom: 1em;
        left: 1em;
    }

    .statement_box .statement_ttl .lbl01{
        font-size: 1.1em;
    }

    .statement_box .statement_ttl .lbl02{
        font-size: 1.4em;
    }

}


/* ##########印刷用########## */
@media print{

}