.list_sec {
    display: flex;
    gap: 3rem 1.38rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.list_sec>div {
    width: calc(100%/3 - 1.38rem)
}

.img_content {
    width: 100%;
    height: 17.67663rem;
}

.img_content img {
    width: 100%;
    height: 17.67663rem;
    object-fit: cover;
    object-position: center;
}

.list_sec .text_content {
    padding-top: 1rem;
}

.list_sec>div .text_content .category {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    column-gap: 0.5rem;
}

.list_sec>div .text_content .category li {
    background: #5a5a5a;
    padding: 0.5rem;
}

.list_sec>div .text_content .category .news {
    background: #d60001;
}

.list_sec>div .text_content .category .blog {
    background: #DEA34F;
}

.list_sec>div .text_content h3 {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0.25rem 0 0.5rem 0;
}

.list_sec>div .text_content .data {
    color: #222222;
    font-family: "Barlow Semi Condensed";
    font-size: 1rem;
    font-weight: 500;
    line-height: 150%;
}

@media screen and (max-width: 768px) {
    .list_sec>div {
        width: auto;
        margin-bottom: 1.5rem;
    }
    .list_sec {
        gap: 1.5rem 0;
        margin-top: 2.5rem;
    }
}


/*---ページャー---*/

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: center;
    font-family: "Barlow Semi Condensed";
}

.next.page-numbers,
.prev.page-numbers {
    font-size: 1.5rem;
    margin-bottom: 3px;
}

.page-numbers.current {
    color: #E00522;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .archive h1 {
        font-size: 5.25rem;
        display: block;
    }
    .archive h1 span {
        font-size: 1rem;
        display: block !important;
    }
    .archive .fv_inner {
        padding-top: 7.47rem!important;
    }
    .works_list_sec .flex_content {
        display: block;
    }
    .works_list_sec .flex_content {
        display: block;
    }
    .list_sec {
        display: block;
    }
    .works_list_content .list_sec>div {
        width: auto;
        margin-bottom: 2rem;
    }
    .works_list_sec .flex_content .side_form .form_sec.sub {
        display: none;
    }
    .archive.fv_wrap .wrap {
        width: auto;
    }
    .works_list_content .list_sec>div .img_centent,
    .works_list_content .list_sec>div .img_centent img {
        height: 11.45294rem;
    }
}


/*---▼　シングルページ　▼---*/

.single {
    padding-top: 4rem;
}

.single .category {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    column-gap: 0.5rem;
}

.single .category li {
    background: #5a5a5a;
    padding: 0.5rem;
}

.single .category .news {
    background: #d60001;
}

.single .category .blog {
    background: #DEA34F;
}

.single .data {
    font-family: "Barlow Semi Condensed";
    margin-top: 1rem;
}

.single h2 {
    color: #222222;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 2.5rem;
}

.single p {
    margin: 2rem 0;
}

.link_sec {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 6rem;
    padding-top: 2rem;
    border-top: 1px solid #9f9f9f;
}

.link_sec a {
    color: #565656;
    font-family: "Noto Sans JP";
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.link_sec>div {
    width: (100% / 3 - 1rem)
}
