@charset "utf-8";
/* CSS Document */


/*--------- header白用CSS ----------*/
    #header_temp,
    #header_temp a,
    #js__btn::after{
        color: #fff !important;
    }
    #header_temp .comm_flex #h_logo img,
    #header_temp .comm_flex #h_navi ol li img,
    #h_navi ul li .item-content p a:after{
        filter: none !important;
    }
    #header_temp.scrolled,
    #header_temp.scrolled a,
    #header_temp.scrolled #js__btn::after{
        color: inherit !important;
    }
    #header_temp.scrolled .comm_flex #h_navi ol li img,
    #header_temp.scrolled .comm_flex #h_logo img,
    #header_temp.scrolled #h_navi ul li .item-content p a:after{
        filter: invert(100%) !important;
    }
    #js__btn .menu-btn-line::before, 
    #js__btn .menu-btn-line::after{
        background: #fff !important;
    }   
    #header_temp.scrolled #js__btn .menu-btn-line::before, 
    #header_temp.scrolled #js__btn .menu-btn-line::after{
        background: var(--base-color) !important;
    }  
    
    .open #header_temp, 
    .open #header_temp a, 
    .open #header_temp .comm_flex #h_navi ol li a, 
    .open #js__btn::after{
        color: inherit !important;
    }

    .open #js__btn .menu-btn-line::before, 
    .open #js__btn .menu-btn-line::after{
        background-color: var(--base-color) !important;
    }
    .open #header_temp .comm_flex #h_logo img, 
    .open #header_temp .comm_flex #h_navi ol li img {
        filter: invert(100%) !important;
    }


/*--------- header白用CSS ----------*/

#Wrap{
    padding-top: 0;
} 


#journal{
    padding: 13em 0;
}

#journal{
    background: #bebebe;
    color: #fff;
}

#journal .comm_flex{
    align-items: stretch;
}

#journal .list,#journal.philosophy .comm_flex{
    max-width: 1200px;
    margin: auto;
}

#journal .list .item{
    width: 30%;
    display: flex;
    flex-direction: column;
}

#journal .list::after{
    content: "";
    display: block;
    width: 30%;
    height: 0;
    visibility: hidden;
}


#journal .list .item dt{
    margin-bottom: 2em;
}

#journal .list .item dd span,#journal.philosophy .text_box span{
    border: 1px solid;
    padding:.5rem 1rem;
    font-size: 85%;
    display: inline-block;
    margin-right: 1em;
    width: fit-content;
}

#journal .list dl{
    display: flex;
    flex-direction: column;
}


#journal .list .item dt.bg{
    background: #ece8e5;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#journal .list .item dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#journal .list .item dt.bg img{
    width: 60%;
    max-width: 210px;
    margin: auto;
    display: block;
    object-fit: contain;
    height: auto;
}

#journal .list .item dd{
    margin-bottom: 1em;
}


@media (max-width: 768px) {
    #journal .list .item{
        width: 47%;
}
    #journal .list .item dd span{
        display: block;
        margin-bottom: .5em;
}
}



/* タブ */
#journal .item.is-hide{
    display: none!important;
}

#journal .tablist .tab{
    width: 18%;
    border: 1px solid;
    background: #bebebe;
    color: #fff;
    display: block;
    padding: 1.5em 1em;
    box-sizing: border-box;
    border-radius: 50px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}

#journal .tab.is-active {
    background: #fff;
    color: #bebebe;
}

#journal .tablist {
    max-width: 1300px;
     margin: auto;
}

#journal .tablist div{
    width: 100%;
}

@media (max-width: 768px) {
    #journal .tablist .tab{
        width: 48%;
}
}








/* ボタン */
#journal .luty_comm_btn{
    position: initial;
    margin-left: auto;
    margin-right: 0;
    width: 25%;
    margin-top: 2em;
}

#journal .luty_comm_btn img{
    filter: brightness(0) invert(1);
}

#journal .luty_comm_btn a{
    padding:.5em 1em 0.6em;
        text-align: center;
}

#journal .luty_comm_btn a:after{
    width: 0;
    margin-right: 0;
    position: initial;
}

@media (max-width: 768px) {
    #journal .luty_comm_btn {
        width: 40%;
}
}




/* ページネーション */

#journal .pagination{
    display: flex;
    justify-content: center;
    gap: 1.5em;
    margin-top: 5em;
}

#journal .pagination button{
    background: none;
    border: none;
    color: #fff;
    font-family: var(--base-En-sans);
    font-size: 120%;
    cursor: pointer;
    opacity: .5;
    padding: 0;
    letter-spacing: 0.1em;
}

#journal .pagination button.is-active{
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.3em;
}




/* philosophyページ */

#journal.philosophy{
    text-align: left;
}

#journal.philosophy .comm_flex{
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
    align-items: center;
}

#journal.philosophy .text_box{
    width: 45%;
}

#journal.philosophy .text_box h2{
    font-size: 160%;
    margin-bottom: 2.5em;
}

#journal.philosophy .img_box,#journal.philosophy dl{
    width: 50%;
    margin-left: auto;
    margin-right: 0;
}

#journal.philosophy dl{
    border-bottom: 1px solid;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
}

#journal.philosophy dl:nth-child(3){
    border-bottom: none;
    padding-bottom: 0em;
}

#journal.philosophy dl:last-of-type{
    border-bottom: none;
}

#journal.philosophy dt{
    font-size: 130%;
}


#journal.philosophy dt,#journal.philosophy dd{
    margin: 1.5em auto;
    line-height: 1.8;
}

@media (max-width: 768px) {
    #journal.philosophy .comm_flex{
        flex-direction: column;
}
    #journal.philosophy .text_box h2 {
        margin-bottom: 1em;
}
    #journal.philosophy .text_box{
        margin-bottom: 2.5em;
    }
    
    
    #journal.philosophy .text_box,#journal.philosophy .img_box,#journal.philosophy dl{
        width: 100%;
}
}












