.archive-header {
    position: relative;
    z-index: 2;
}

.archive-header .archive-header-circle {
    background-color: #ebf0f7;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.archive-header .archive-header-circle::before {
    background-image: url(../images/common/content/circle-sp.svg);
    background-repeat: no-repeat;
    background-size: 774px auto;
    content: '';
    height: 774px;
    left: -25px;
    mix-blend-mode: soft-light;
    position: absolute;
    top: -255px;
    width: 774px;
    z-index: 1;
}

.archive-header::after {
    background-color: #f7fafc;
    border-radius: 24px 24px 0 0;
    bottom: -1px;
    content: '';
    height: 25px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.archive-header-inner {
    padding: 119px 23px 88px 52px;
    position: relative;
    z-index: 1;
}

.archive-header-title {
    display: flex;
}

.archive-header-title span {
    -webkit-background-clip: text;
    font-feature-settings: 'palt' on;
    background-image: linear-gradient(249.99deg, #092145 49.98%, #21629d 78.67%, #004bdd 103.37%);
    color: transparent;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.4166666667;
    text-align: justify;
}

.archive-header-description {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 40px;
    text-align: justify;
}

.archive-header-search {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.archive-header-search .archive-header-searchform {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    width: 100%;
}

.archive-header-search .archive-header-searchform:focus-within button[type='submit']::after,
.archive-header-search .archive-header-searchform:hover button[type='submit']::after {
    background-color: #093345;
}

.archive-header-search .archive-header-searchform label {
    flex: 1 1 auto;
    padding: 22px 0 22px 16px;
}

.archive-header-search .archive-header-searchform input {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    width: 100%;
}

.archive-header-search .archive-header-searchform input::placeholder {
    color: rgba(9, 51, 69, 0.4);
}

.archive-header-search .archive-header-searchform button[type='submit'] {
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 14px;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding: 8px 16px 8px 3px;
}

.archive-header-search .archive-header-searchform button[type='submit']::after {
    background-color: #b1bbc9;
    clip-path: url(#heptagon-sharp);
    content: '';
    flex-shrink: 0;
    height: 8px;
    margin-left: 4px;
    width: 8px;
}

.archive-header-search .archive-header-searchform button[type='submit']:active::after,
.archive-header-search .archive-header-searchform button[type='submit']:hover::after {
    background-color: #093345;
}

.archive-header-search .archive-header-search-tags {
    margin-top: 8px;
}

.archive-header-search .archive-header-search-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.archive-header-search .archive-header-search-tags li {
    display: block;
}

.archive-header-search .archive-header-search-tags a {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4em;
    color: #093345;
    display: block;
    font-size: 0.625rem;
    line-height: 1.6;
    padding: 4px;
    text-decoration: none;
}

.archive-header-search .archive-header-search-tags a:active,
.archive-header-search .archive-header-search-tags a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.archive-header-label {
    display: flex;
    flex-direction: column;
    left: 0;
    min-height: 200px;
    position: absolute;
    top: 120px;
    z-index: 1;
}

.archive-header-label .archive-header-label-logo img {
    display: block;
    height: 82px;
    width: auto;
}

.archive-header-label .archive-header-label-type {
    align-items: center;
    color: #c5cfdb;
    display: flex;
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1;
    writing-mode: vertical-rl;
}

.archive-header-label .archive-header-label-type::before {
    background-color: rgba(197, 207, 219, 0.5);
    content: '';
    flex: 1 1 auto;
    margin-inline: 12px;
    width: 1px;
}

.archive-area {
    background-color: #f7fafc;
    padding: 56px 23px 80px 24px;
}

.archive-area-inner {
    margin-inline: auto;
    max-width: 808px;
}

.found-posts {
    align-items: flex-end;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 58px;
}

.found-posts span {
    font-size: 2rem;
    line-height: 1;
    padding-inline: 5px;
}

.archive-items {
    display: grid;
    gap: 48px;
}

.archive-item a {
    color: #093345;
    display: block;
    padding-left: 24px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.archive-item a::before {
    background-color: #093345;
    clip-path: url(#heptagon-sharp);
    content: '';
    height: 8px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 8px;
    z-index: 1;
}

.archive-item a .entry-header .entry-title {
    font-size: 1.125rem;
    line-height: 1.4;
}

.archive-item a .entry-header .entry-excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #637082;
    display: -webkit-box;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive-item a .entry-header .entry-date {
    color: #637082;
    font-size: 1rem;
    line-height: 2;
    margin-top: 24px;
    text-align: right;
}

.archive-area-pager {
    align-items: center;
    color: #093345;
    display: flex;
    font-size: 1rem;
    justify-content: center;
    line-height: 1.5;
    margin-inline: -12px;
    margin-top: 80px;
}

.archive-area-pager .wp-pagenavi-nextpostslink > a,
.archive-area-pager .wp-pagenavi-nextpostslink > span,
.archive-area-pager .wp-pagenavi-previouspostslink > a,
.archive-area-pager .wp-pagenavi-previouspostslink > span {
    color: #939ead;
    display: block;
    position: relative;
    z-index: 1;
}

.archive-area-pager .wp-pagenavi-nextpostslink > a::before,
.archive-area-pager .wp-pagenavi-nextpostslink > span::before,
.archive-area-pager .wp-pagenavi-previouspostslink > a::before,
.archive-area-pager .wp-pagenavi-previouspostslink > span::before {
    background-image: url(../images/common/content/icon-pager.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    content: '';
    height: 16px;
    position: absolute;
    top: calc(50% - 2px);
    width: 10px;
}

.archive-area-pager .wp-pagenavi-nextpostslink a,
.archive-area-pager .wp-pagenavi-previouspostslink a {
    text-decoration: none;
}

.archive-area-pager .wp-pagenavi-nextpostslink.is-disabled span,
.archive-area-pager .wp-pagenavi-previouspostslink.is-disabled span {
    opacity: 0.5;
}

.archive-area-pager .wp-pagenavi-previouspostslink {
    margin-right: 25px;
}

.archive-area-pager .wp-pagenavi-previouspostslink a,
.archive-area-pager .wp-pagenavi-previouspostslink span {
    padding-left: 20px;
}

.archive-area-pager .wp-pagenavi-previouspostslink a::before,
.archive-area-pager .wp-pagenavi-previouspostslink span::before {
    left: 0;
    transform: translateY(-50%);
}

.archive-area-pager .wp-pagenavi-nextpostslink {
    margin-left: 25px;
}

.archive-area-pager .wp-pagenavi-nextpostslink a,
.archive-area-pager .wp-pagenavi-nextpostslink span {
    padding-right: 20px;
}

.archive-area-pager .wp-pagenavi-nextpostslink a::before,
.archive-area-pager .wp-pagenavi-nextpostslink span::before {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

.archive-area-pager .wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.archive-area-pager .wp-pagenavi > * {
    padding-inline: 7px;
}

.archive-area-pager .page {
    color: #093345;
    text-decoration: none;
}

.archive-area-pager .current {
    color: #fff;
    position: relative;
    z-index: 1;
}

.archive-area-pager .current::before {
    background-image: linear-gradient(90deg, rgba(48, 87, 152, 0.95), rgba(50, 52, 109, 0.95));
    clip-path: url(#heptagon-sharp);
    content: '';
    height: 2.5em;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 2px);
    transform: translate(-50%, -50%);
    width: 2.5em;
    z-index: -1;
}

.error404-page .search-not-title {
    font-size: 1.875rem;
    line-height: 1.3333333333;
}

.error404-page .search-not-message {
    font-size: 1rem;
    line-height: 2;
    margin-top: 14px;
}

.archive-area-navs {
    margin-inline: calc(50% - 50vw);
    margin-top: 120px;
    padding-inline: 24px 23px;
}

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

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

    .archive-header .archive-header-circle::before {
        background-image: url(../images/common/content/circle-pc.svg);
        background-size: 2113px auto;
        height: 2113px;
        left: 50%;
        mix-blend-mode: overlay;
        top: -1115px;
        transform: translateX(-781px);
        width: 2113px;
    }

    .archive-header::after {
        border-radius: 40px 40px 0 0;
        height: 41px;
    }

    .archive-header-inner {
        margin-inline: auto;
        max-width: 1440px;
        padding: 238px 32px 200px;
        width: 100%;
    }

    .archive-header-text {
        margin-left: 23.11046512%;
        position: relative;
        width: 66.27906977%;
        z-index: 1;
    }

    .archive-header-title span {
        font-size: 3.5rem;
        letter-spacing: normal;
        line-height: 1.4285714286;
    }

    .archive-header-description {
        font-size: 1rem;
        line-height: 2;
        margin-top: 32px;
        text-align: left;
    }

    .archive-header-search {
        margin-top: 48px;
    }

    .archive-header-search .archive-header-searchform {
        flex: 1 1 auto;
    }

    .archive-header-search .archive-header-searchform label {
        background-image: url(../images/common/search.svg);
        background-position: 24px;
        background-size: 18px auto;
        padding: 16px 0 16px 52px;
    }

    .archive-header-search .archive-header-searchform input {
        font-size: 1rem;
        line-height: 2;
    }

    .archive-header-search .archive-header-searchform button[type='submit']::after {
        margin-left: 12px;
    }

    .archive-header-search .archive-header-search-tags {
        margin-top: 24px;
    }

    .archive-header-search .archive-header-search-tags a {
        font-size: 0.75rem;
        line-height: 1.6666666667;
        padding: 2px 8px;
    }

    .archive-header-label {
        left: -130px;
        min-height: 240px;
        top: 0;
    }

    .archive-area {
        padding: 96px 32px 160px;
    }

    .found-posts {
        margin-bottom: 52px;
        padding-inline: 24px;
    }

    .archive-items {
        gap: 32px;
    }

    .archive-item a {
        background-color: rgba(255, 255, 255, 0);
        border-radius: 32px;
        padding: 24px 24px 24px 56px;
    }

    .archive-item a::before {
        left: 24px;
        top: 34px;
    }

    .archive-item a:active,
    .archive-item a:hover {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .archive-item a .entry-header .entry-title {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .archive-item a .entry-header .entry-excerpt {
        -webkit-line-clamp: 2;
        font-size: 1.25rem;
        line-height: 1.44;
    }

    .archive-item a .entry-header .entry-date {
        font-size: 1.25rem;
        line-height: 1.44;
    }

    .archive-area-pager {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-inline: 0;
    }

    .archive-area-pager .wp-pagenavi-previouspostslink a,
    .archive-area-pager .wp-pagenavi-previouspostslink span {
        padding-left: 24px;
    }

    .archive-area-pager .wp-pagenavi-nextpostslink a,
    .archive-area-pager .wp-pagenavi-nextpostslink span {
        padding-right: 24px;
    }

    .error404-page {
        padding-inline: 24px;
    }

    .error404-page .search-not-title {
        font-size: 2.5rem;
        line-height: 1.4;
    }

    .archive-area-navs {
        margin-top: 160px;
    }

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