@charset "UTF-8";
/* CSS Document */

/* ---------- COMMON ---------- */

.title_area{
    background-color: #ffffff;
}

h1{
    background-image: url(../images/works_events_ttl_image.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    margin-left: auto;
    margin-right: auto;
}

h1 span{
    background-image: url(../images/Works-Events.jpg);
    background-repeat: no-repeat;
    display: block;
}

/* category_list */
.category_list ol{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}

.category_list ol li span a{
    display: block;
}

.cat_all a,
.cat_works a,
.cat_event a,
.cat_others a{
    color: #ffffff;
    text-align: center;
}

.cat_all a{
    background-color: #948f8c;
}

.cat_works a{
    background-color: #78a56e;
}

.cat_event a{
    background-color: #8d736e;
}

.cat_others a{
    background-color: #78738e;
}

/* items */
.items ul li{
    list-style: none;
}

.items ul li dl dt{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 200;
}

.items ul li dl dd span a{
    display: block;
}

/* pagination */
.pagination ol{
    display: flex;
    list-style: none;
    justify-content: flex-start;
}

.pagination .page-numbers{
    border: solid 1px #000000;
    display: block;
    text-align: center;
}

.pagination .current{
    background-color: #ffffff;
}


/* ---------- Mobile / Tablet ---------- */
@media(max-width:1022px){}

/* ---------- Mobile ---------- */
@media(max-width:737px) {

article{
        margin-bottom: 25px;
    }

    .title_area{
        margin-bottom: 40px;
    }

    h1{
        background-position-y: 20px;
        background-size: 230px;
        height: 245px;
        width: 338px;
    }

    h1 span{
        background-size: 131px;
        background-position: 16px 185px;
        font-size: 0.857rem;
        padding-top: 194px;
        padding-left: 158px;
    }

    /* contents width */
    .article_body{
        margin-left: 18px;
        margin-right: 18px;
    }

    /* category_list */
    .category_list{
        margin-bottom: 30px;
    }

    .category_list ol{
        width: 310px;
    }

    .category_list ol li span a{
        height: 20px;
        width: 70px;
    }

    /* items */
    .items ul li{
        margin-bottom: 30px;
    }

    .items ul li dl dt{
        margin-bottom: 5px;
    }

    .items ul li dl dd{
        margin-bottom: 5px;
    }

    .items ul li dl dd span a{
        height: 22px;
        width: 77px;
    }

    /* pagination */
    .pagination{
        margin-bottom: 64px;
    }

    .pagination ol{
        gap: 0 15px;
    }

    .pagination .page-numbers{
        height: 30px;
        padding-top: 4px;
        width: 30px;
    }
}

/* ---------- Portlate ---------- */
@media(max-width:567px) {}

/* ---------- Tablet / PC ---------- */
@media (min-width: 738px) {

    /* contents width */
    .article_body{
        margin-left: auto;
        margin-right: auto;
    }

    /* items */
    .items ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .items ul li figure img{
        object-fit: cover;
        width: 100%;
    }

}

/* ---------- Tablet ---------- */
@media(max-width:1022px) and (min-width: 737px){

    article{
        margin-bottom: 35px;
    }

    .title_area{
        margin-bottom: 60px;
    }

    h1{
        background-position-y: 50px;
        background-size: 409px;
        height: 435px;
        width: 600px;
    }

    h1 span{
        background-size: 234px;
        background-position: 30px 356px;
        font-size: 1.2rem;
        padding-top: 381px;
        padding-left: 280px;
    }

    /* contents width */
    .article_body{
        width: 600px;
    }

    /* category_list */
    .category_list{
        margin-bottom: 60px;
    }

    .category_list ol{
        width: 500px;
    }

    .category_list ol li span a{
        font-size: 1.2em;
        height: 32px;
        padding-top: 5px;
        width: 100px;
    }

    /* items */
    .items ul{
        margin-bottom: 60px;
        gap: 30px 10px;
    }

    .items ul li{
        width: 290px;
    }

    .items ul li figure{
        margin-bottom: 5px;
    }

    .items ul li figure img{
        height: 362px;
    }

    .items ul li dl dt{
        margin-bottom: 5px;
    }

    .items ul li dl dd{
        margin-bottom: 5px;
    }

    .items ul li dl dd span a{
        height: 32px;
        padding-top: 5px;
        width: 77px;
    }

    /* pagination */
    .pagination{
        margin-bottom: 60px;
    }

    .pagination ol{
        gap: 0 20px;
    }

    .pagination .page-numbers{
        height: 40px;
        padding-top: 8px;
        width: 40px;
    }
}

/* ---------- PC ---------- */
@media(min-width:1023px){

    article{
        margin-bottom: 100px;
    }

    .title_area{
        margin-bottom: 120px;
    }

    h1{
        background-position-y: 80px;
        background-size: 682px;
        height: 725px;
        width: 1000px;
    }

    h1 span{
        background-size: 390px;
        background-position: 50px 593px;
        font-size: 1.889rem;
        padding-top: 634px;
        padding-left: 470px;
        padding-bottom: 15px;
    }

    /* contents width */
    .article_body{
        width: 1000px;
    }

    /* category_list */
    .category_list{
        margin-bottom: 100px;
    }

    .category_list ol{
        width: 780px;
    }

    .category_list ol li span a{
        font-size: 1.428em;
        height: 40px;
        padding-top: 8px;
        width: 150px;
    }

    /* items */
    .items ul{
        margin-bottom: 100px;
        gap: 45px 20px;
    }

    .items ul li{
        width: 320px;
    }

    .items ul li figure{
        margin-bottom: 10px;
    }

    .items ul li figure img{
        height: 400px;
    }

    .items ul li dl dt{
        margin-bottom: 10px;
    }

    .items ul li dl dd{
        margin-bottom: 10px;
    }

    .items ul li dl dd span a{
        height: 40px;
        padding-top: 8px;
        width: 100px;
    }

    /* pagination */
    .pagination{
        margin-bottom: 100px;
    }

    .pagination ol{
        gap: 0 20px;
    }

    .pagination .page-numbers{
        height: 50px;
        padding-top: 12px;
        width: 50px;
    }

}