.archive-header .archive-header-inner {
    padding-top: 119px;
}

.archive-header-terms {
    margin-top: 40px;
}

.archive-header-terms .showcases-terms-menu-container .showcases-terms-menu > li > a {
    padding-block: 10px;
}

.archive-area {
    position: relative;
    z-index: 1;
}

.archive-area::before {
    background-color: #f7fafc;
    bottom: -24px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.archive-area .archive-area-inner {
    padding: 48px 23px 80px 24px;
    position: relative;
    z-index: 1;
}

.archive-item a .post-thumbnail {
    border-width: 0;
}

.archive-item a .post-thumbnail figcaption .showcases-terms {
    border-top-right-radius: 8px;
    color: #fff;
    display: block;
    font-family: TazuganeInfoStdN-Bold;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6666666667;
    padding: 6px 15px;
}

.archive-item a .entry-header .customer-name {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

.archive-item a .entry-header .keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 12px;
}

.archive-item a .entry-header .keywords .keyword {
    color: #637082;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    text-align: justify;
}

.archive-item a .entry-header .entry-meta {
    color: #637082;
    display: flex;
    margin-top: 32px;
}

.archive-item a .entry-header .entry-meta > div {
    align-items: center;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.6666666667;
}

.archive-item a .entry-header .entry-meta > div::before {
    background-repeat: no-repeat;
    background-size: 16px auto;
    content: '';
    height: 16px;
    margin-right: 4px;
    width: 16px;
}

.archive-item a .entry-header .entry-meta .location + .industry {
    margin-left: 16px;
}

.archive-item a .entry-header .entry-meta .entry-date {
    align-self: flex-end;
    font-family: DINNextLTPro-Regular;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    margin-left: auto;
    padding-bottom: 2px;
}

.archive-item.fully-managed-service a .post-thumbnail figcaption .showcases-terms {
    background-image: linear-gradient(272.99deg, #0e78c3 -0.19%, #00429a 98.48%);
}

.archive-item.fully-managed-service a .entry-header .entry-meta .location::before {
    background-image: url(../images/common/works/icon-location-full-managed.svg);
}

.archive-item.fully-managed-service a .entry-header .entry-meta .industry::before {
    background-image: url(../images/common/works/icon-genre-full-managed.svg);
}

.archive-item.development-service a .post-thumbnail figcaption .showcases-terms {
    background-image: linear-gradient(330.56deg, #5e3cbe, #8167cb 101.46%);
}

.archive-item.development-service a .entry-header .entry-meta .location::before {
    background-image: url(../images/common/works/icon-location-development.svg);
}

.archive-item.development-service a .entry-header .entry-meta .industry::before {
    background-image: url(../images/common/works/icon-genre-development.svg);
}

.archive-item.consulting-service a .post-thumbnail figcaption .showcases-terms {
    background-image: linear-gradient(92.5deg, #93c523 0.19%, #c5dd31 115.26%);
}

.archive-item.consulting-service a .entry-header .entry-meta .location::before {
    background-image: url(../images/common/works/icon-location-consulting.svg);
}

.archive-item.consulting-service a .entry-header .entry-meta .industry::before {
    background-image: url(../images/common/works/icon-genre-consulting.svg);
}

.site-footer::before {
    top: 24px;
}

@media screen and (min-width: 768px) {

    .archive-header .archive-header-inner {
        padding-top: 238px;
    }

    .archive-header-terms {
        margin-top: 144px;
    }

    .archive-area::before {
        bottom: -40px;
    }

    .archive-area .archive-area-inner {
        margin-inline: auto;
        max-width: 1288px;
        padding: 115px 32px 160px;
    }

    .archive-item a .post-thumbnail {
        border-width: 1px;
        padding-top: 65.16%;
    }

    .archive-item a .post-thumbnail figcaption .showcases-terms {
        border-top-right-radius: 16px;
        padding: 10px 16px;
    }

    .archive-item a .entry-header .customer-name {
        margin-bottom: 6px;
    }

    .archive-item a .entry-header .entry-meta {
        margin-top: auto;
        padding-top: 40px;
    }

    .archive-item a .entry-header .entry-meta .location + .industry {
        margin-left: 12px;
    }

    .site-footer::before {
        top: 40px;
    }
}
