/* Section Header */
.section-header {
    display: flex;
    align-items: center;
    gap: calc(8 * var(--vw-with-scrollbar) / 1920);
}

.section-header__icon {
    width: calc(21 * var(--vw-with-scrollbar) / 1920);
    height: calc(21 * var(--vw-with-scrollbar) / 1920);
    color: var(--main-color);
}

.section-header__title {
    display: flex;
    align-items: center;
    color: var(--base-color);
    gap: calc(1 * var(--vw-with-scrollbar) / 1920);
    transform: var(--italic-effect);
}

.section-header__title-space {
    white-space: pre;
}
.section-header--light .section-header__title {
    color: var(--main-color);
}

.section-header--main-gra-nz .section-header__title-letter {
    background: var(--main-gra-nz);
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.section-header--main-gra-nz .section-header__icon rect {
    stroke: transparent;
    fill: url(#section-header__icon-grad-nz);
}
/* Section Title */
.section-title {
    display: flex;
    flex-direction: column;
    padding: calc(10 * var(--vw-with-scrollbar) / 1920);
    box-sizing: border-box;
}
.section-title__inner {
    color: var(--base-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: calc(93 * var(--vw-with-scrollbar) / 1920);
    line-height: 1.21;
}
/* Link button */
.link-button {
    position: relative;
    min-width: calc(434 * var(--vw-with-scrollbar) / 1920);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(10 * var(--vw-with-scrollbar) / 1920);
    padding: calc(10 * var(--vw-with-scrollbar) / 1920);
    box-sizing: border-box;
    color: var(--main-color);
    font-size: calc(20 * var(--vw-with-scrollbar) / 1920);
    background: var(--main-gra-nz-texture);
    background-size: cover;
    background-position: center;
    border: calc(1 * 100vw / 1920) solid var(--main-color);
    overflow: hidden;
    transition: color 0.4s, border-color 0.4s;
    cursor: pointer;
}

.link-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--silver-texture);
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.3s ease;
}

.link-button__text {
    line-height: 1.8;
    z-index: 1;
}

.link-button:hover {
    color: var(--base-color);
    border-color: var(--base-color);
}
.link-button:hover::before {
    transform: translateX(102%);
}

@media (min-width: 1025px) {
    .link-button #chevron-r-sm {
        display: none;
    }
}

@media (max-width: 1024px) {
    /* Section Header */
    .section-header {
        gap: calc(8 * 100vw / 400);
    }

    .section-header__icon {
        width: calc(21 * 100vw / 400);
        height: calc(21 * 100vw / 400);
    }

    .section-header__title {
        font-size: calc(16 * 100vw / 400);
        gap: calc(1 * 100vw / 400);
    }
    /* Section Title */
    .section-title {
        padding: calc(10 * 100vw / 400);
    }
    .section-title__inner {
        font-size: calc(30 * 100vw / 400);
    }
    /* Link button */
    .link-button {
        justify-content: space-between;
        gap: calc(10 * 100vw / 400);
        padding: calc(10 * 100vw / 400);
        border-width: calc(1 * 100vw / 400);
    }

    .link-button__text {
        font-size: calc(20 * 100vw / 400);
    }

    .link-button--icon-lg .round-link-btn {
        width: calc(76 * 100vw / 400);
    }
    .link-button--icon-lg .round-link-btn__icon {
        width: calc(30 * 100vw / 400);
    }
    .link-button--icon-lg #chevron-r-sm {
        display: none;
    }
    .link-button--icon-sm .round-link-btn {
        width: calc(30 * 100vw / 400);
    }
    .link-button--icon-sm .round-link-btn__icon {
        width: calc(12 * 100vw / 400);
    }
    .link-button--icon-sm #chevron-r-lg {
        display: none;
    }
}

.white-text-body {
    background-color: var(--base-color);
    color: var(--main-color);
    font-weight: bold;
    font-size: clamp(16px, calc(32 * var(--vw-with-scrollbar) / 1920), 99px);
}

@media (max-width: 1024px) {
    .white-text-body {
        font-size: calc(20 * 100vw / 400);
    }
}

/* Silver Pill Button */
.silver-pill-btn {
    position: relative;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    background: var(--main-gra-nz);
    justify-content: center;
    align-items: center;
    border-radius: calc(999 * 100vw / 1920);
    padding: calc(16 * var(--vw-with-scrollbar) / 1920);
    overflow: hidden;
}

.silver-pill-btn::before, 
.silver-pill-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.silver-pill-btn::before {
    background: var(--silver-texture) center / cover;
    transition: transform 0.3s ease;
}

.silver-pill-btn::after {
    background: var(--main-gra-nz);
    padding: calc(1 * var(--vw-with-scrollbar) / 1920);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.silver-pill-btn__text {
    position: relative;
    font-size: clamp(13px, calc(16 * var(--vw-with-scrollbar) / 1920), 99px);
    font-weight: 700;
    line-height: 1;
    background: var(--main-gra-nz);
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: 0.3s background ease;
}

.silver-pill-btn:hover:before {
    transform: translateX(102%);
}

.silver-pill-btn:hover .silver-pill-btn__text {
    background: var(--base-color);
}

@media (max-width: 1024px) {
    .silver-pill-btn {
        padding: calc(1 * 100vw / 400);
        border-radius: calc(99 * 100vw / 400);
        padding: calc(16 * 100vw / 400);
    }

    .silver-pill-btn::after {
        padding: calc(1 * var(--vw-with-scrollbar) / 400);
    }

    .silver-pill-btn__text {
        font-size: calc(16 * 100vw / 400);
    }
}

/* Site map link */

.link-list::before {
    position: absolute;
    content: "";
    left: 0;
    width: calc(22 * var(--vw-with-scrollbar) / 1920);
    aspect-ratio: 1;
    background-image: url(../img/heading-decoration.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.link-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: calc(32 * var(--vw-with-scrollbar) / 1920);
    gap: calc(24 * var(--vw-with-scrollbar) / 1920);
}

.link-list__sublink-list {
    display: flex;
    flex-direction: column;
    gap: calc(24 * var(--vw-with-scrollbar) / 1920);
}

.link-list a {
    display: inline-block;
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: var(--main-gra-nz);
    line-height: 1.18;
    font-weight: bold;
}

.link-list__link {
    font-size: clamp(16px, calc(22 * var(--vw-with-scrollbar) / 1920), 99px);
}
.link-list__sublink {
    font-size: clamp(14px, calc(16 * var(--vw-with-scrollbar) / 1920), 99px);
}
@media (max-width: 1100px) {
    .link-list__sublink-list {
        gap: calc(14 * var(--vw-with-scrollbar) / 1920);
    }
}
@media (max-width: 1024px) {
    .link-list::before {
        width: calc(22 * 100vw / 400);
    }

    .link-list {
        padding-left: calc(32 * 100vw / 400);
        gap: calc(12 * 100vw / 400);
    }

    .link-list__sublink-list {
        gap: calc(7 * 100vw / 400);
    }

    .link-list__link {
        font-size: calc(18 * 100vw / 400);
    }
    .link-list__sublink {
        font-size: calc(14 * 100vw / 400);
    }
}

nav.breadcrumbs {
    display: none;
    font-size: 14px;
    margin: 10px 0;
}
nav.breadcrumbs a {
    text-decoration: none;
    color: #0073aa;
}
nav.breadcrumbs span {
    color: #333;
}

/* Sub Page Header */
.sub-page-header {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(691 * var(--vw-with-scrollbar) / 1920);
    max-height: 691px;
    box-sizing: border-box;
    border-bottom: clamp(0px, calc(1 * 100vw / 1920), 1px) solid
        var(--sub-color);
    overflow: hidden;
    padding-top: clamp(0px, calc(88 * var(--vw-with-scrollbar) / 1920), 88px);
}

.sub-page-header__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sub-page-header__bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.sub-page-header__inner {
    display: flex;
    flex-direction: column;
    gap: calc(26 * var(--vw-with-scrollbar) / 1920);
    flex: 1;
    align-items: start;
    justify-content: center;
    padding: 0 clamp(0px, calc(100 * var(--vw-with-scrollbar) / 1920), 100px);
}

.sub-page-header__heading {
    display: flex;
    min-height: clamp(0px, calc(135 * var(--vw-with-scrollbar) / 1920), 135px);
    box-sizing: border-box;
    overflow: hidden;
    animation-duration: 0.3s !important;
    animation-timing-function: cubic-bezier(0.36, 0.48, 0.02, 0.98) !important;
}

.sub-page-header__heading-text {
    font-family: var(--font-shippori-antique);
    font-weight: normal;
    font-size: clamp(0px, calc(128 * var(--vw-with-scrollbar) / 1920), 128px);
    line-height: 1;
    letter-spacing: -0.07em;
    animation-delay: 0.4s !important;
    animation-delay: 0.45s !important;
    animation-timing-function: cubic-bezier(0.36, 0.48, 0.02, 0.98) !important;
}

.sub-page-header__number-header {
    position: relative;
    width: clamp(0px, calc(69 * var(--vw-with-scrollbar) / 1920), 69px);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-page-header__number-header::before {
    content: "";
    position: absolute;
    width: clamp(0px, calc(48.73 * var(--vw-with-scrollbar) / 1920), 48.73px);
    aspect-ratio: 1;
    border-width: clamp(0px, calc(1 * 100vw / 1920), 1px);
    border-style: solid;
    border-image-source: var(--main-gra-nz);
    border-image-slice: 1;
    rotate: 45deg;
    translate: 70% 0;
    transform-origin: top left;
    top: 0;
    left: 0;
    z-index: -1;
}
.sub-page-header__number-header-text {
    width: 100%;
    font-family: var(--font-inter);
    font-weight: 900;
    font-size: clamp(16px, calc(24 * var(--vw-with-scrollbar) / 1920), 24px);
    padding-right: 0.2em;
    letter-spacing: -0.2em;
    background: var(--main-gra-nz);
    text-align: center;
    transform: var(--italic-effect);
    line-height: 1;
}

@media (max-width: 1024px) {
    .sub-page-header {
        height: fit-content;
        max-height: unset;
        border-bottom: unset;
        padding-top: 0;
    }

    .sub-page-header__inner {
        gap: calc(12 * var(--vw-with-scrollbar) / 400);
        padding: calc(100 * var(--vw-with-scrollbar) / 400)
            calc(24 * var(--vw-with-scrollbar) / 400) !important;
    }

    .sub-page-header__heading {
        min-height: fit-content;
        padding-left: 0;
    }

    .sub-page-header__heading-text {
        font-size: calc(50 * var(--vw-with-scrollbar) / 400);
    }

    .sub-page-header__number-header {
        width: calc(69 * var(--vw-with-scrollbar) / 400);
    }

    .sub-page-header__number-header::before {
        width: calc(48.73 * var(--vw-with-scrollbar) / 400);
        border-width: calc(1 * 100vw / 400);
    }
    .sub-page-header__number-header-text {
        font-size: calc(24 * var(--vw-with-scrollbar) / 400);
    }
}

.sub-page-header--news {
    .sub-page-header__heading {
        padding-left: clamp(
            0px,
            calc(22 * var(--vw-with-scrollbar) / 1920),
            22px
        );
        padding-right: clamp(
            0px,
            calc(46 * var(--vw-with-scrollbar) / 1920),
            46px
        );
        max-height: clamp(
            0px,
            calc(135 * var(--vw-with-scrollbar) / 1920),
            135px
        );
        align-items: end;
    }
    .sub-page-header__heading-text {
        line-height: 1.2;
    }
    .sub-page-header__bg {
        background-image: url(../img/news/news-mv.webp);
    }
}
.sub-page-header--about {
    padding-top: 0;
    margin-top: clamp(0px, calc(88 * var(--vw-with-scrollbar) / 1920), 88px);
    height: clamp(
        0px,
        calc((691 + 88) * var(--vw-with-scrollbar) / 1920),
        779px
    );

    .sub-page-header__heading {
        display: flex;
        align-items: end;
        padding-left: clamp(0px, calc(21 * var(--vw-with-scrollbar) / 1920), 21px);
        padding-right: clamp(0px, calc(54 * var(--vw-with-scrollbar) / 1920), 54px);
        height: clamp(0px, calc(135 * var(--vw-with-scrollbar) / 1920), 135px);
    }
    .sub-page-header__heading-text {
        line-height: 1.2;
    }
}
#about-page .sub-page-header--feature .sub-page-header__bg {
    background-image: url(../img/about-page/about-page-mv.webp);
}
.sub-page-header--value {
    height: calc(670 * var(--vw-with-scrollbar) / 1920);
    max-height: 670px;

    .sub-page-header__inner {
        padding-bottom: clamp(
            0px,
            calc(49 * var(--vw-with-scrollbar) / 1920),
            49px
        );
    }
    .sub-page-header__heading {
        display: flex;
        align-items: end;
        padding-left: clamp(
            0px,
            calc(21 * var(--vw-with-scrollbar) / 1920),
            21px
        );
        padding-right: clamp(
            0px,
            calc(54 * var(--vw-with-scrollbar) / 1920),
            54px
        );
        height: clamp(0px, calc(135 * var(--vw-with-scrollbar) / 1920), 135px);
        max-height: 135px;
    }
    .sub-page-header__heading-text {
        line-height: 1.2;
    }
}
#value-page .sub-page-header--feature .sub-page-header__bg {
        background-image: url(../img/value/value-page-mv.webp);
    }
.sub-page-header--sdgs {
    .sub-page-header__inner {
        padding-bottom: clamp(
            0px,
            calc(101 * var(--vw-with-scrollbar) / 1920),
            101px
        );
    }
    .sub-page-header__heading {
        display: flex;
        align-items: end;
        max-width: clamp(0px, calc(985 * var(--vw-with-scrollbar) / 1920), 985px);
        padding-left: clamp(0px, calc(21 * var(--vw-with-scrollbar) / 1920), 21px);
        padding-right: clamp(0px, calc(54 * var(--vw-with-scrollbar) / 1920), 54px);
        height: clamp(0px, calc(135 * var(--vw-with-scrollbar) / 1920), 135px);
    }
    .sub-page-header__heading-text {
        line-height: 1.2;
        min-width: clamp(0px, calc(1425 * var(--vw-with-scrollbar) / 1920), 1425px);
    }
}
#sdgs-page .sub-page-header--feature .sub-page-header__bg {
        background-image: url(../img/sdgs/sdgs-mv.webp);
    }
.sub-page-header--requirement {
    height: calc(809 * var(--vw-with-scrollbar) / 1920);
    max-height: 809px;

    .sub-page-header__inner {
        padding-top: clamp(
            0px,
            calc(50 * var(--vw-with-scrollbar) / 1920),
            50px
        );
    }
    .sub-page-header__heading {
        width: calc(554 * var(--vw-with-scrollbar) / 1920);
        height: clamp(0px, calc(135 * var(--vw-with-scrollbar) / 1920), 135px);
        max-width: 554px;
        max-height: 135px;
        padding-left: clamp(
            0px,
            calc(22 * var(--vw-with-scrollbar) / 1920),
            22px
        );
    }
    .sub-page-header__heading-text {
        width: 100%;
        margin-top: clamp(
            -3px,
            calc(-3 * var(--vw-with-scrollbar) / 1920),
            0px
        );
    }
}
.sub-page-header--business {
    .sub-page-header__inner {
        padding-top: clamp(
            0px,
            calc(46 * var(--vw-with-scrollbar) / 1920),
            46px
        );
    }
    .sub-page-header__bg {
        background-image: url(../img/business/business-kv.webp);
    }
    .sub-page-header__heading {
        align-items: end;
        width: calc(1134 * var(--vw-with-scrollbar) / 1920);
        height: calc(135 * var(--vw-with-scrollbar) / 1920);
        max-width: 1134px;
        max-height: 135px;
        padding-left: clamp(
            0px,
            calc(22 * var(--vw-with-scrollbar) / 1920),
            22px
        );
    }
    .sub-page-header__heading-text {
        min-width: clamp(
            0px,
            calc(1425 * var(--vw-with-scrollbar) / 1920),
            1425px
        );
        margin-top: 0;
        letter-spacing: -0.07em;
        line-height: 1.2;
    }
}
.sub-page-header--feature {
    .sub-page-header__inner {
        padding-top: clamp(
            0px,
            calc(20 * var(--vw-with-scrollbar) / 1920),
            20px
        );
    }
}
.sub-page-header--contact {
    .sub-page-header__inner {
        padding-bottom: clamp(
            0px,
            calc(88 * var(--vw-with-scrollbar) / 1920),
            88px
        );
    }
    .sub-page-header__heading {
        padding-left: clamp(
            0px,
            calc(22 * var(--vw-with-scrollbar) / 1920),
            22px
        );
        padding-right: clamp(
            0px,
            calc(46 * var(--vw-with-scrollbar) / 1920),
            46px
        );
    }
    .sub-page-header__heading-text {
        width: clamp(
            0px,
            calc(724 * var(--vw-with-scrollbar) / 1920),
            724px
        );
    }
}
@media (max-width: 1024px) {
    .sub-page-header--news {
        .sub-page-header__heading {
            padding-left: calc(4 * var(--vw-with-scrollbar) / 400);
            padding-right: calc(12 * var(--vw-with-scrollbar) / 400);
            max-height: calc(54 * var(--vw-with-scrollbar) / 400);
            min-height: unset;
            box-sizing: border-box;
        }
        .sub-page-header__bg {
            background-size: cover;
            background-position: center;
        }
    }
    .sub-page-header--about {
        padding-top: 0;
        margin-top: 0;
        height: fit-content;
        max-height: fit-content;

        .sub-page-header__heading {
            padding: 0;
        }
        .sub-page-header__heading-text {
            line-height: 1;
        }
    }
    #about-page .sub-page-header--feature .sub-page-header__bg {
            background-image: url(../img/about-page/about-page-mv-sp.webp);
        }
    .sub-page-header--value {
        height: fit-content;
        max-height: fit-content;

        .sub-page-header__heading {
            padding: 0;
        }
        .sub-page-header__heading-text {
            line-height: 1;
        }
    }
    #value-page .sub-page-header--feature .sub-page-header__bg {
        background-image: url(../img/value/value-page-mv-sp.webp);
    }
    .sub-page-header--sdgs {
        .sub-page-header__heading {
            padding: 0;
        }
        .sub-page-header__heading-text {
            min-width: calc(190 * var(--vw-with-scrollbar) / 400);
            line-height: 1;
        }
        .sub-page-header__bg {
            background-image: url(../img/sdgs/sdgs-mv-sp.webp);
        }
    }
    #sdgs-page .sub-page-header--feature .sub-page-header__bg {
        background-image: url(../img/sdgs/sdgs-mv-sp.webp);
    }
    .sub-page-header--requirement {
        height: calc(300 * var(--vw-with-scrollbar) / 400);
        max-height: 100%;

        .sub-page-header__heading {
            width: calc(190 * var(--vw-with-scrollbar) / 400);
            min-width: calc(190 * var(--vw-with-scrollbar) / 400);
            padding-left: 0;
        }
        .sub-page-header__bg img {
            object-fit: cover;
        }
    }
    .sub-page-header--requirement[data-page-title="営業職"] {
        .sub-page-header__bg img {
            object-fit: contain;
        }
    }
    .sub-page-header--business {
        .sub-page-header__bg {
            background-image: url(../img/business/business-kv-sp.webp);
        }
        .sub-page-header__heading {
            width: fit-content;
            height: fit-content;
            max-width: calc(236 * var(--vw-with-scrollbar) / 400);
            max-height: fit-content;
            padding: 0;
        }
        .sub-page-header__heading-text {
            line-height: 1;
            min-width: fit-content;
        }
    }
    .sub-page-header--contact {
        .sub-page-header__bg {
            background-size: cover !important;
        }
        .sub-page-header__heading {
            padding: 0;
        }
        .sub-page-header__heading-text {
            width: fit-content;
        }
    }
}

.arrow-down-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(151 * var(--vw-with-scrollbar) / 1920);
}
.arrow-down-separator__icon {
    width: calc(162 * var(--vw-with-scrollbar) / 1920);
    height: calc(82 * var(--vw-with-scrollbar) / 1920);
}
.arrow-down-separator__icon img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .arrow-down-separator {
        height: fit-content;
        padding-top: calc(40 * var(--vw-with-scrollbar) / 400);
    }
    .arrow-down-separator__icon {
        width: calc(98 * var(--vw-with-scrollbar) / 400);
        height: calc(44.36 * var(--vw-with-scrollbar) / 400);
    }
}

.post-item {
    display: flex;
    flex-direction: column;
    min-height: calc(488.74 * var(--vw-with-scrollbar) / 1920);
    gap: calc(24.35 * var(--vw-with-scrollbar) / 1920);
    align-items: start;
}
.post-item__item-img {
    width: 100%;
    height: calc(295 * var(--vw-with-scrollbar) / 1920);
    background-color: #c4c4c4;
    border-radius: calc(2 * var(--vw-with-scrollbar) / 1920);
    overflow: hidden;
}
.post-item__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item__item-inner {
    display: flex;
    flex-direction: column;
    gap: calc(12 * var(--vw-with-scrollbar) / 1920);
    width: 100%;
    box-sizing: border-box;
    padding-right: calc(29 * var(--vw-with-scrollbar) / 1920);
    align-items: start;
}
.post-item__meta-data {
    display: flex;
    align-items: center;
    gap: calc(12 * var(--vw-with-scrollbar) / 1920);
    line-height: 1.825;
    font-weight: bold;
}
.post-item__category {
    padding: 0 calc(16 * var(--vw-with-scrollbar) / 1920);
    border-radius: calc(2 * var(--vw-with-scrollbar) / 1920);
    color: var(--base-color);
    font-size: clamp(16px, calc(20 * var(--vw-with-scrollbar) / 1920), 99px);
    overflow: hidden;
}
.post-item__category::before {
    background: linear-gradient(180deg, #f5f5f5 -37.89%, #004098 25.09%);
    z-index: 0;
}
.post-item__category::after {
    z-index: 1;
}
.post-item__category span {
    position: relative;
    z-index: 2;
}
.post-item__date {
    color: var(--main-color);
    font-size: clamp(12px, calc(14 * var(--vw-with-scrollbar) / 1920), 99px);
}
.post-item__title {
    font-size: clamp(16px, calc(20 * var(--vw-with-scrollbar) / 1920), 99pxf);
    font-weight: 600;
    line-height: 1.8;
}
.post-item__description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    font-size: clamp(10px, calc(14 * var(--vw-with-scrollbar) / 1920), 99px);
    font-weight: 500;
    color: #aaaaaa;
}

@media (max-width: 1024px) {
    .post-item {
        flex-direction: row;
        align-items: center;
        gap: calc(8 * var(--vw-with-scrollbar) / 400);
    }
    .post-item__item-img {
        width: calc(145 * var(--vw-with-scrollbar) / 400);
        height: calc(101.5 * var(--vw-with-scrollbar) / 400);
        border-radius: calc(2 * var(--vw-with-scrollbar) / 400);
        flex-shrink: 0;
    }
    .post-item__item-inner {
        gap: calc(8 * var(--vw-with-scrollbar) / 400);
        padding-right: 0;
    }
    .post-item__meta-data {
        display: flex;
        align-items: center;
        gap: calc(8 * var(--vw-with-scrollbar) / 400);
        line-height: 1;
        font-weight: bold;
    }
    .post-item__category {
        padding: calc(4 * var(--vw-with-scrollbar) / 400)
            calc(8 * var(--vw-with-scrollbar) / 400);
        border-radius: calc(2 * var(--vw-with-scrollbar) / 400);
        color: var(--base-color);
        font-size: calc(14 * var(--vw-with-scrollbar) / 400);
        overflow: hidden;
    }
    .post-item__category::before {
        background: linear-gradient(180deg, #f5f5f5 -37.89%, #004098 25.09%);
    }
    .post-item__date {
        font-size: calc(12 * var(--vw-with-scrollbar) / 400);
    }
    .post-item__title {
        font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    }
    .post-item__description {
        font-size: calc(12 * var(--vw-with-scrollbar) / 400);
    }
}

.pagination {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.pagination__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(6 * var(--vw-with-scrollbar) / 1920);
}
.pagination__link {
    width: calc(31 * var(--vw-with-scrollbar) / 1920);
    aspect-ratio: 1;
    background-color: #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.pagination__link-text {
    font-size: clamp(12px, calc(16 * var(--vw-with-scrollbar) / 1920), 99px);
    background: var(--main-gra-nz);
}
.active .pagination__link {
    background-color: white;
}

@media (max-width: 1024px) {
    .pagination__links {
        gap: calc(6 * var(--vw-with-scrollbar) / 400);
    }
    .pagination__link {
        width: calc(31 * var(--vw-with-scrollbar) / 400);
    }
    .pagination__link-text {
        font-size: calc(16 * var(--vw-with-scrollbar) / 400) !important;
    }
}

.silver-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-width: calc(1 * 100vw / 1920);
    border-color: var(--main-color);
    border-style: solid;
    color: var(--main-color);
    overflow: hidden;
    transition: color 0.4s, border-color 0.4s;
    padding: calc(10 * var(--vw-with-scrollbar) / 1920);
    background: var(--main-gra-nz-texture);
    background-size: cover;
}
.silver-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--silver-texture);
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.3s ease;
}
.silver-btn__text {
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: clamp(12px, calc(16 * var(--vw-with-scrollbar) / 1920), 99px);
}
.silver-btn:hover::before {
    transform: translateX(-102%);
}
.silver-btn:hover {
    color: var(--base-color);
    border-color: var(--base-color);
}
@media (max-width: 1024px) {
    .silver-btn {
        border-width: calc(1 * 100vw / 400);
        padding: calc(10 * var(--vw-with-scrollbar) / 400);
    }
    .silver-btn__text {
        font-size: calc(16 * var(--vw-with-scrollbar) / 400);
    }
}

.round-link-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(76 * var(--vw-with-scrollbar) / 1920);
    box-sizing: border-box;
    aspect-ratio: 1;
    background: var(--silver-texture);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 50%;
    color: var(--base-color);
    transition: color 0.3s ease;
}
.round-link-btn::before {
    content: "";
    position: absolute;
    aspect-ratio: 1;
    inset: 0;
    background: var(--main-color);
    border-radius: inherit;
    z-index: 0;
    transition: transform 0.3s ease;
}
.round-link-btn::after {
    content: "";
    position: absolute;
    aspect-ratio: 1;
    inset: 0;
    border-radius: inherit;
    /* gradient background that will become the "border" */
    background: url(../img/silver-texture.jpg);
    background-size: cover;
    background-position: center;
    padding: calc(0.42 * var(--vw-with-scrollbar) / 1920);
    /* Masks: one inner hole + one full shape */
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    transition: transform 0.3s ease;
}
.round-link-btn__icon {
    position: relative;
    z-index: 1;
    width: calc(30 * var(--vw-with-scrollbar) / 1920);
    padding-left: calc(3 * var(--vw-with-scrollbar) / 1920);
    line-height: 0;
}
.round-link-btn__icon svg {
    width: 100%;
    height: auto;
}
.hover-link:hover .round-link-btn {
    color: var(--main-color);
}
.hover-link:hover .round-link-btn:before {
    transform: translateX(102%);
}

.round-link-btn.hover-btn:hover {
    color: var(--main-color);
}
.round-link-btn.hover-btn:hover:before {
    transform: translateX(102%);
}

.round-link-btn--inverted {
    color: var(--main-color);
    background: var(--main-gra-nz);
}
.round-link-btn--inverted::before {
    inset: 0;
    background: var(--silver-texture);
    background-size: cover;
    background-position: center;
}
.round-link-btn--inverted::after {
    display: none;
}

.hover-link:hover .round-link-btn--inverted {
    color: var(--base-color);
}
.round-link-btn--inverted.hover-btn:hover {
    color: var(--base-color);
}

@media (max-width: 1024px) {
    .round-link-btn {
        width: calc(40 * var(--vw-with-scrollbar) / 400);
        width: calc(50 * var(--vw-with-scrollbar) / 400);
    }
    .round-link-btn::before {
        inset: calc(0.42 * var(--vw-with-scrollbar) / 400);
    }
    .round-link-btn__icon {
        width: calc(15 * var(--vw-with-scrollbar) / 400);
        padding-left: calc(2 * var(--vw-with-scrollbar) / 400);
    }
}
