/* CSS Document */
/*
Theme Name: 株式会社アバンティア
Description: 株式会社アバンティア公式サイト用 WordPress テーマ
Version: 1.0
Author: 株式会社アバンティア
Text Domain: avantia-theme
*/ 
.font-en {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
}
:root {
    --avantia-blue: #179FC1;
    --avantia-text: #1F1F1F;
    --bordergray: #E9EBF2;
    --sidebar-width: 240px;
    --front-section-inner-width: 1120px;
}

/*--投稿記事装飾--*/
h2.wp-block-heading {
    font-size: 28px;
}

h3.wp-block-heading {
    font-size: 24px;
    border-left: 5px solid var(--avantia-blue);
    padding-left: 10px;
}

h4.wp-block-heading {
    font-size: 20px;
}

.topics-content p {
    line-height: 1.8em;
}

.topics-content p {
    margin: 16px 0;
}

h2.wp-block-heading:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--bordergray);
    position: absolute;
    left: 0;
    bottom: 0;
}

h2.wp-block-heading:before {
    content: "";
    width: 160px;
    height: 2px;
    background: var(--avantia-blue);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

h2.wp-block-heading {
    position: relative;
    padding-bottom: 20px;
}

@media screen and (max-width:667px) {
    h2.wp-block-heading {
        font-size: 24px;
    }

    h3.wp-block-heading {
        font-size: 20px;
    }

    h4.wp-block-heading {
        font-size: 18px;
    }
}

/*--ページネーション--*/
.wp-pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
}

.wp-pagenavi span.current {
    background: var(--avantia-blue);
    color: white;
    border: 0;
}

.wp-pagenavi span,
.wp-pagenavi a {
    border: 0;
    color: var(--avantia-blue);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

a.nextpostslink,
a.previouspostslin,
a.previouspostslink {
    border: 1px solid var(--avantia-blue);
}

span.pages,
span.extend,
span.extend+a.larger {
    display: none;
}

@media screen and (max-width:667px) {

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 16px;
    }

    .wp-pagenavi {
        gap: 5px;
    }
}

/*----*/

/*--breadcrumb--*/
.breadcrumb {
    padding: 20px 40px;
    background: #fff;
    color: var(--avantia-text);
    overflow: hidden;
}

.breadcrumb * {
    line-height: inherit;
}

.breadcrumb-listgroup {
    width: 100%;
    max-width: var(--front-section-inner-width);
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.breadcrumb-listgroup-item,
.breadcrumb-listgroup-separator {
    color: var(--avantia-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    white-space: nowrap;
}

.breadcrumb-listgroup-item-link {
    color: var(--avantia-text);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-listgroup-item-link:hover {
    color: var(--avantia-blue);
}

.breadcrumb-listgroup-item-link--active {
    color: rgba(31, 31, 31, 0.4);
}

.breadcrumb-listgroup-item-link--active:hover {
    color: rgba(31, 31, 31, 0.4);
}

@media screen and (max-width:1024px) {
    .breadcrumb {
        padding: 20px;
    }

    .breadcrumb--news-detail .breadcrumb-listgroup {
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .breadcrumb--news-detail .breadcrumb-listgroup-item,
    .breadcrumb--news-detail .breadcrumb-listgroup-separator {
        flex: 0 0 auto;
    }

    .breadcrumb--news-detail .breadcrumb-listgroup-item:last-of-type {
        min-width: 0;
        flex: 1 1 auto;
        overflow: hidden;
    }

    .breadcrumb--news-detail .breadcrumb-listgroup-item:last-of-type .breadcrumb-listgroup-item-link,
    .breadcrumb--news-detail .breadcrumb-listgroup-item:last-of-type .breadcrumb-listgroup-item-link span {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
}

/*----*/

/*--囲い要素--*/
article {
    padding: 60px 120px;
}

section {
    padding: 120px;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width:1024px) {
    article {
        padding: 60px 50px;
    }

    section {
        padding: 100px 50px;

    }
}


@media screen and (max-width:667px) {
    article {
        padding: 60px 20px 100px;
    }

    section {
        padding: 100px 20px;

    }
}

/*----*/

/*--front page--*/
.front-page {
    background: #fff;
}

.front-fv {
    min-height: 600px;
    padding: 80px 40px;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.front-fv__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.front-fv__bg--mobile {
    display: none;
}

.front-fv__inner {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.front-fv__content,
.front-fv__button {
    position: relative;
    z-index: 1;
}

.front-fv__content {
    width: 596px;
    max-width: 100%;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.front-fv__title {
    color: var(--avantia-text);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.2px;
    white-space: nowrap;
}

.front-fv__text {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.front-fv__button {
    padding: 12px 16px;
    background: var(--avantia-blue);
    border: 1px solid var(--avantia-blue);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.front-fv__button:hover {
    background: transparent;
    border-color: var(--avantia-blue);
    color: var(--avantia-blue);
}

.front-fv__button-icon {
    width: 24px;
    height: 24px;
    background-color: currentColor;
    display: block;
    flex: 0 0 24px;
    overflow: hidden;
    -webkit-mask: url("image/icon-cta-contact-white.svg") center / contain no-repeat;
    mask: url("image/icon-cta-contact-white.svg") center / contain no-repeat;
    transition: background-color 0.25s ease;
}

.front-fv__button-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    opacity: 0;
}

@media screen and (max-width:1024px) {
    .front-fv {
        padding: 72px 40px;
    }

    .front-fv__title {
        font-size: 34px;
        white-space: normal;
    }
}

@media screen and (max-width:1024px) {
    .front-fv {
        height: 800px;
        min-height: 800px;
        margin-top: 0;
        padding: 60px 24px;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 32px;
    }

    .front-fv__bg {
        width: 100%;
        max-width: none;
        height: 100%;
        inset: 0;
        object-fit: cover;
        object-position: right top;
    }

    .front-fv__inner {
        max-width: none;
        margin: 0;
        gap: 32px;
    }

    .front-fv__content {
        width: 100%;
        gap: 12px;
    }

    .front-fv__title {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0.72px;
        white-space: normal;
    }

    .front-fv__text {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.42px;
    }

    .front-fv__button {
        padding: 12px 16px;
        border-color: rgba(0, 0, 0, 0.16);
        font-weight: 500;
        line-height: normal;
    }

    .front-fv__button-icon {
        width: 20px;
        height: 20px;
        flex-basis: 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .front-fv__bg {
        object-position: right center;
    }
}

@media screen and (max-width:767px) {
    .front-fv__bg--desktop {
        display: none;
    }

    .front-fv__bg--mobile {
        display: block;
    }

    .front-fv__bg {
        object-position: right top;
    }
}

@media screen and (max-width:390px) {
    .front-fv__title {
        font-size: 22px;
    }
}
/*----*/

/*--support scope--*/
.support-scope {
    padding: 80px 40px;
    background: #ecfbff;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow: hidden;
}

.support-scope__lead {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.support-scope__heading {
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.support-scope__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.support-scope__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.support-scope__title::before,
.support-scope__title::after {
    display: none;
}

.support-scope__intro {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.support-scope__phases,
.support-scope__methods {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.support-scope__section-title {
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.support-scope__phase-layout {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.support-scope__phase-nav {
    width: 340px;
    flex: 0 0 340px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.support-scope__phase-label {
    padding: 4px 12px;
    background: var(--avantia-blue);
    border-radius: 80px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.support-scope__phase-list {
    --support-phase-line-center-x: 16px;
    --support-phase-line-start: 22px;
    --support-phase-line-length: 172px;
    --support-phase-progress: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.support-scope__phase-list::before,
.support-scope__phase-list::after {
    content: "";
    width: 1px;
    height: var(--support-phase-line-length);
    position: absolute;
    top: var(--support-phase-line-start);
    left: var(--support-phase-line-center-x);
    z-index: 0;
    transform: translateX(-50%);
    transform-origin: center top;
    display: block;
    pointer-events: none;
}

.support-scope__phase-list::before {
    background: rgba(31, 31, 31, 0.12);
}

.support-scope__phase-list::after {
    background: var(--avantia-blue);
    transform: translateX(-50%) scaleY(var(--support-phase-progress));
    will-change: transform;
}

.support-scope__phase-line {
    display: none;
}

.support-scope__phase-item {
    width: 340px;
    min-height: 43px;
    padding: 8px 40px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--avantia-text);
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.25s ease, font-weight 0.25s ease;
}

.support-scope__phase-dot {
    width: 6px;
    height: 6px;
    background: #cbcbcb;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: var(--support-phase-line-center-x);
    transform: translate(-50%, -50%);
    transition: width 0.25s ease, height 0.25s ease, background-color 0.25s ease;
}

.support-scope__phase-item.is-active {
    font-weight: 700;
}

.support-scope__phase-item.is-active .support-scope__phase-dot,
.support-scope__phase-item.is-passed .support-scope__phase-dot {
    width: 8px;
    height: 8px;
    background: var(--avantia-blue);
}

.support-scope__slider-wrap {
    width: 100%;
    min-width: 0;
    flex: 1 1 0;
}

.support-scope__slider {
    width: 100%;
    max-height: 380px;
    overflow: hidden;
}

.support-scope__slider .slick-list,
.support-scope__slider .slick-track {
    height: auto;
}

.support-scope__slide {
    box-sizing: border-box;
    width: 100%;
    max-height: 380px;
    aspect-ratio: 780 / 380;
    height: auto;
    padding: 24px 32px;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
}

.support-scope__slide::after {
    content: "";
    background: linear-gradient(180deg, rgba(20, 85, 118, 0.2) 0%, #145576 100%);
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.support-scope__slide-picture {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.support-scope__slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.support-scope__slide-body {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-scope__slide-body h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.54px;
}

.support-scope__slide-body p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.support-scope__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.support-scope__more-link {
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.support-scope__more-link:hover {
    opacity: 0.72;
}

.support-scope__more-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.support-scope__more-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.support-methods {
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 80px;
}

.support-methods__card {
    min-width: 0;
    padding: 40px 60px;
    background: #fff;
    border-radius: 4px;
    color: var(--avantia-text);
    text-align: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.support-methods__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.support-methods__en {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.support-methods__heading h4 {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.45px;
}

.support-methods__card>p {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.support-methods__badge {
    width: 152px;
    height: 152px;
    padding: 0;
    background: #1f1f1f;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.support-methods__badge span {
    width: 120px;
    display: block;
}

@media screen and (max-width:1024px) {
    .support-scope {
        padding: 60px 24px;
        gap: 40px;
    }

    .support-scope__lead {
        max-width: none;
        flex-direction: column;
        gap: 24px;
    }

    .support-scope__heading {
        width: 320px;
        max-width: 100%;
        flex-basis: auto;
        gap: 8px;
    }

    .support-scope__eyebrow {
        font-size: 16px;
    }

    .support-scope__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .support-scope__intro {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .support-scope__phases,
    .support-scope__methods {
        max-width: none;
        gap: 24px;
    }

    .support-scope__section-title {
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .support-scope__phase-layout {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .support-scope__slider-wrap {
        width: 100%;
        flex: 0 0 auto;
        order: 1;
    }

    .support-scope__phase-nav {
        width: 100%;
        flex: 0 0 auto;
        order: 2;
        align-self: auto;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .support-scope__phase-list {
        width: auto;
        min-width: 0;
        height: 8px;
        flex: 1 1 auto;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0;
    }

    .support-scope__phase-list::before,
    .support-scope__phase-list::after {
        width: auto;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 4px;
        right: 3px;
        z-index: 0;
        transform: translateY(-50%);
        transform-origin: left center;
    }

    .support-scope__phase-list::before {
        background: #cbcbcb;
    }

    .support-scope__phase-list::after {
        background: var(--avantia-blue);
        transform: translateY(-50%) scaleX(var(--support-phase-progress));
    }

    .support-scope__phase-line {
        display: none;
    }

    .support-scope__phase-item {
        width: 8px;
        min-height: 8px;
        height: 8px;
        flex: 0 0 8px;
        padding: 0;
        overflow: visible;
        line-height: 0;
        font-size: 0;
        justify-content: center;
        gap: 0;
        z-index: 1;
    }

    .support-scope__phase-item>span:not(.support-scope__phase-dot) {
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        clip-path: inset(50%);
        white-space: nowrap;
        position: absolute;
    }

    .support-scope__phase-dot {
        flex: 0 0 6px;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        transform: none;
    }

    .support-scope__phase-item.is-active .support-scope__phase-dot,
    .support-scope__phase-item.is-passed .support-scope__phase-dot {
        flex-basis: 8px;
    }

    .support-scope__slider,
    .support-scope__slider .slick-list,
    .support-scope__slider .slick-track {
        height: 320px;
        max-height: none;
    }

    .support-scope__slide {
        height: 320px;
        max-height: none;
        aspect-ratio: auto;
        padding: 32px 24px;
    }

    .support-scope__slide-body p {
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .support-scope__more-link {
        padding: 12px 16px;
        line-height: normal;
    }

    .support-methods {
        flex-direction: column;
        gap: 24px;
        padding-top: 124px;
    }

    .support-methods__card {
        width: 100%;
        padding: 40px 24px;
        flex: 0 0 auto;
    }

    .support-methods__card>p {
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .support-methods__badge {
        width: 152px;
        height: 152px;
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
    }

    .support-methods__badge span {
        width: 120px;
    }
}

/*----*/

/*--issue resolve--*/
.issue-resolve {
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow: hidden;
}

.issue-resolve__lead {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.issue-resolve__heading {
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.issue-resolve__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.issue-resolve__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.issue-resolve__title::before,
.issue-resolve__title::after {
    display: none;
}

.issue-resolve__intro {
    min-width: 0;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.issue-resolve__intro-title {
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.issue-resolve__line-group,
.strong-points__line-group,
.company-profile__line-group {
    display: inline-block;
}

.issue-resolve__intro-text {
    width: 776px;
    max-width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.issue-resolve__body {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.issue-resolve__grid {
    width: 100%;
    display: grid;
    gap: 40px;
}

.issue-resolve__grid--primary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.issue-resolve__grid--secondary {
    grid-template-columns: repeat(2, minmax(0, 346.67px));
    justify-content: center;
}

.issue-card {
    min-width: 0;
    padding: 0;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.issue-card__image {
    width: 100%;
    aspect-ratio: 386 / 187;
    object-fit: cover;
    display: block;
}

.issue-card__content {
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.issue-card__content h3 {
    width: 100%;
    color: var(--avantia-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.54px;
}

.issue-card__content p {
    width: 100%;
    color: var(--avantia-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.42px;
}

.issue-card__article-link {
    width: 100%;
    padding: 8px 16px;
    background: #ecfbff;
    color: var(--avantia-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.36px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.issue-card__article-link:hover {
    opacity: 0.72;
}

.issue-card__article-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.issue-card__article-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.issue-resolve__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.issue-resolve__more-link {
    padding: 12px 16px;
    color: var(--avantia-text);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.issue-resolve__more-link:hover {
    opacity: 0.72;
}

.issue-resolve__more-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.issue-resolve__more-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1180px) {
    .issue-resolve__lead {
        flex-direction: column;
        gap: 32px;
    }

    .issue-resolve__heading {
        width: 100%;
        flex-basis: auto;
    }

    .issue-resolve__grid--primary,
    .issue-resolve__grid--secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width:1024px) {
    .issue-resolve {
        padding: 60px 24px;
        gap: 40px;
    }

    .issue-resolve__lead {
        max-width: none;
        gap: 24px;
    }

    .issue-resolve__eyebrow {
        font-size: 16px;
    }

    .issue-resolve__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .issue-resolve__intro {
        width: 100%;
        gap: 12px;
    }

    .issue-resolve__intro-title {
        width: 100%;
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .issue-resolve__intro-text {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .issue-resolve__body {
        max-width: none;
        gap: 24px;
    }

    .issue-resolve__grid--primary,
    .issue-resolve__grid--secondary {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .issue-resolve__more-link {
        line-height: normal;
    }
}

@media screen and (max-width:480px) {
    .issue-resolve__intro-title {
        font-size: 18px;
    }
}
/*----*/

/*--strong points--*/
.strong-points {
    padding: 80px 40px;
    background: #ecfbff;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow: hidden;
}

.strong-points__lead {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.strong-points__heading {
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.strong-points__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.strong-points__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.strong-points__title::before,
.strong-points__title::after {
    display: none;
}

.strong-points__intro {
    min-width: 0;
    flex: 1 1 auto;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.strong-points__intro-title {
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.strong-points__intro-text {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.strong-points__body {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.strong-points__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.strong-point-card {
    min-width: 0;
    height: 400px;
    padding: 40px;
    color: #fff;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
}

.strong-point-card__image,
.strong-point-card__shade {
    position: absolute;
    inset: 0;
}

.strong-point-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.strong-point-card__shade {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    pointer-events: none;
}

.strong-point-card--soft .strong-point-card__shade {
    background: rgba(0, 0, 0, 0.4);
}

.strong-point-card__label {
    width: 125px;
    height: 82px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strong-point-card__label img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
}

.strong-point-card__label span {
    position: relative;
    z-index: 1;
}

.strong-point-card__content {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.strong-point-card__content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.strong-point-card__content p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.strong-points__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.strong-points__more-link {
    padding: 12px 16px;
    color: var(--avantia-text);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.strong-points__more-link:hover {
    opacity: 0.72;
}

.strong-points__more-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.strong-points__more-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1180px) {
    .strong-points__lead {
        flex-direction: column;
        gap: 32px;
    }

    .strong-points__heading {
        width: 100%;
        flex-basis: auto;
    }

    .strong-points__cards {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .strong-point-card {
        min-height: 360px;
        height: auto;
    }
}

@media screen and (max-width:1024px) {
    .strong-points {
        padding: 60px 24px;
        gap: 40px;
    }

    .strong-points__lead {
        max-width: none;
        gap: 24px;
    }

    .strong-points__heading {
        width: 320px;
        max-width: 100%;
        gap: 8px;
    }

    .strong-points__eyebrow {
        font-size: 16px;
    }

    .strong-points__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .strong-points__intro {
        width: 100%;
        gap: 12px;
    }

    .strong-points__intro-title {
        width: 100%;
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .strong-points__intro-text {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .strong-points__body {
        max-width: none;
        gap: 24px;
    }

    .strong-points__cards {
        gap: 24px;
    }

    .strong-point-card {
        height: 320px;
        min-height: 320px;
        padding: 32px 24px;
    }

    .strong-point-card__label {
        top: -20px;
        left: -20px;
    }

    .strong-point-card__content h3 {
        font-size: 20px;
        letter-spacing: 0.6px;
    }

    .strong-point-card__content p {
        font-size: 15px;
        letter-spacing: 0.45px;
    }

    .strong-points__more-link {
        line-height: normal;
    }
}
/*----*/

/*--parallax visual--*/
.parallax-visual {
    padding: 0;
    background: #fff;
    overflow: hidden;
}

.parallax-visual__stage {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 1550;
    position: relative;
    overflow: hidden;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    isolation: isolate;
}

.parallax-visual__image {
    --parallax-image-rotate: 11deg;
    --parallax-image-scale: 1.24;
    width: calc(100vw - var(--sidebar-width));
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
    position: fixed;
    top: 50%;
    left: calc(var(--sidebar-width) + ((100vw - var(--sidebar-width)) / 2));
    z-index: 0;
    transform: translate3d(-50%, -50%, 0) rotate(var(--parallax-image-rotate)) scale(var(--parallax-image-scale));
    transform-origin: center center;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
}

.parallax-visual__mask {
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 781.4;
    object-fit: contain;
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.parallax-visual__mask--top {
    top: 0;
}

.parallax-visual__mask--bottom {
    bottom: 0;
    transform: rotate(180deg);
}

.parallax-visual__mask--sp {
    display: none;
}

.parallax-visual__lines {
    width: 103.25%;
    height: auto;
    aspect-ratio: 1239.05 / 1031.08;
    object-fit: contain;
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 2;
    pointer-events: none;
}

.parallax-visual__lines--sp {
    display: none;
}

@media screen and (max-width:1024px) {
    .parallax-visual__stage {
        aspect-ratio: 430 / 555.693;
    }

    .parallax-visual__image {
        width: 130vw;
        height: 100vh;
        height: 100lvh;
        position: fixed;
        top: 50%;
        top: 50lvh;
        left: 50%;
        object-position: center;
    }

    .parallax-visual__mask--desktop,
    .parallax-visual__lines--desktop {
        display: none;
    }

    .parallax-visual__mask--sp,
    .parallax-visual__lines--sp {
        display: block;
    }

    .parallax-visual__mask--top {
        aspect-ratio: 430 / 277.245;
    }

    .parallax-visual__mask--bottom {
        aspect-ratio: 430 / 278.448;
    }

    .parallax-visual__lines {
        width: 100.592%;
        aspect-ratio: 432.546 / 360.338;
        bottom: 3.18vw;
    }
}
/*----*/

/*--supported projects--*/
.supported-projects {
    margin-top: -1px;
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.supported-projects__lead {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
}

.supported-projects__heading {
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.supported-projects__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.supported-projects__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.supported-projects__title::before,
.supported-projects__title::after {
    display: none;
}

.supported-projects__body {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.supported-projects__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.project-row {
    width: 100%;
    padding: 0;
    color: var(--avantia-text);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

a.project-row:hover .project-row__content h3 {
    color: var(--avantia-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.project-row__image-wrap {
    width: 218px;
    height: 124px;
    flex: 0 0 218px;
    display: block;
    overflow: hidden;
}

.project-row__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

a.project-row:hover .project-row__image {
    transform: scale(1.08);
}

.project-row__content {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.project-row__content h3 {
    width: 100%;
    color: var(--avantia-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.54px;
    transition: color 0.25s ease;
}

.project-row__meta {
    width: 100%;
    color: var(--avantia-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.42px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.project-row__tags {
    color: #145576;
}

.supported-projects__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.supported-projects__more-link {
    padding: 12px 16px;
    color: var(--avantia-text);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.supported-projects__more-link:hover {
    opacity: 0.72;
}

.supported-projects__more-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.supported-projects__more-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1180px) {
    .supported-projects__heading {
        width: 100%;
        flex-basis: auto;
    }
}

@media screen and (max-width:1024px) {
    .supported-projects {
        padding: 60px 24px;
        gap: 40px;
    }

    .supported-projects__lead {
        max-width: none;
    }

    .supported-projects__heading {
        width: 320px;
        max-width: 100%;
        gap: 8px;
    }

    .supported-projects__eyebrow {
        font-size: 16px;
    }

    .supported-projects__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .supported-projects__body {
        max-width: none;
        gap: 24px;
    }

    .supported-projects__list {
        gap: 40px;
    }

    .project-row {
        flex-direction: column;
        gap: 12px;
        cursor: default;
    }

    .project-row__image-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 218 / 124;
        flex: 0 0 auto;
    }

    .project-row__content {
        gap: 8px;
    }

    .project-row__content h3 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.54px;
    }

    .project-row__meta {
        font-size: 14px;
        letter-spacing: 0.42px;
        gap: 4px;
    }

    .supported-projects__more-link {
        line-height: normal;
    }
}
/*----*/

/*--company info--*/
.company-info {
    padding: 0;
    background: #ecfbff;
    overflow: hidden;
}

.company-message {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

.company-message__image,
.company-message__overlay {
    position: absolute;
    inset: 0;
}

.company-message__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.company-message__overlay {
    background: rgba(20, 85, 118, 0.6);
    z-index: 1;
    pointer-events: none;
}

.company-message__copy {
    --company-copy-forward-clip: 100%;
    --company-copy-forward-opacity: 0;
    --company-copy-steps-clip: 100%;
    --company-copy-steps-opacity: 0;
    width: 90px;
    aspect-ratio: 90 / 304;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.company-message__copy-part {
    object-fit: contain;
    display: block;
    position: absolute;
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
    will-change: clip-path, opacity;
}

.company-message__copy-part--forward {
    width: 50%;
    height: 80.921%;
    top: 0;
    right: 0;
    opacity: var(--company-copy-forward-opacity);
    clip-path: inset(0 0 var(--company-copy-forward-clip) 0);
    -webkit-clip-path: inset(0 0 var(--company-copy-forward-clip) 0);
}

.company-message__copy-part--steps {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: var(--company-copy-steps-opacity);
    clip-path: inset(0 0 var(--company-copy-steps-clip) 0);
    -webkit-clip-path: inset(0 0 var(--company-copy-steps-clip) 0);
}

.company-message__copy-text {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .company-message__copy {
        --company-copy-forward-clip: 0%;
        --company-copy-forward-opacity: 1;
        --company-copy-steps-clip: 0%;
        --company-copy-steps-opacity: 1;
    }

    .company-message__copy-part {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        transition: none;
    }
}

.company-profile {
    width: 100%;
    padding: 80px 40px;
    background: #ecfbff;
    color: var(--avantia-text);
    overflow: hidden;
}

.company-profile__lead {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.company-profile__heading {
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.company-profile__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.company-profile__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.company-profile__title::before,
.company-profile__title::after {
    display: none;
}

.company-profile__content {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.company-profile__text {
    width: 100%;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.company-profile__text-heading {
    width: 100%;
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.company-profile__text-heading p {
    width: 100%;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.company-profile__body-text {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
    white-space: normal;
}

.company-profile__body-text p {
    width: 100%;
    color: inherit;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.company-profile__body-text p:not(:last-child) {
    margin-bottom: 1.8em;
}

.company-profile__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.company-profile__more-link {
    padding: 12px 16px;
    color: var(--avantia-text);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.company-profile__more-link:hover {
    opacity: 0.72;
}

.company-profile__more-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.company-profile__more-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1180px) {
    .company-profile__lead {
        flex-direction: column;
        gap: 32px;
    }

    .company-profile__heading {
        width: 100%;
        flex-basis: auto;
    }
}

@media screen and (max-width:1024px) {
    .company-message {
        height: 600px;
    }

    .company-message__image {
        object-position: center;
    }

    .company-message__copy {
        width: 72px;
        height: 247.766px;
        aspect-ratio: auto;
        left: calc(50% + 5px);
        top: calc(50% - 8.117px);
    }

    .company-message__copy-part {
        display: none;
    }

    .company-message__copy-text {
        width: 100%;
        height: 100%;
        color: #fff;
        display: block;
        position: relative;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.6px;
        text-align: center;
        white-space: nowrap;
    }

    .company-message__copy-line,
    .company-message__copy-punctuation {
        display: block;
        position: absolute;
        line-height: 1.2;
    }

    .company-message__copy-line {
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .company-message__copy-line span {
        display: block;
        height: 24px;
        line-height: 1.2;
    }

    .company-message__copy-line--forward {
        left: 35px;
        width: 21px;
    }

    .company-message__copy-line--steps {
        left: 0;
        width: 20px;
    }

    .company-message__copy-punctuation {
        width: 20px;
        height: 24px;
    }

    .company-message__copy-punctuation--comma {
        top: 179.766px;
        left: 52px;
    }

    .company-message__copy-punctuation--period {
        top: 223.766px;
        left: 15px;
    }

    .company-message__copy-line--forward,
    .company-message__copy-punctuation--comma {
        opacity: var(--company-copy-forward-opacity);
        clip-path: inset(0 0 var(--company-copy-forward-clip) 0);
        -webkit-clip-path: inset(0 0 var(--company-copy-forward-clip) 0);
        transition: clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
        will-change: clip-path, opacity;
    }

    .company-message__copy-line--steps,
    .company-message__copy-punctuation--period {
        opacity: var(--company-copy-steps-opacity);
        clip-path: inset(0 0 var(--company-copy-steps-clip) 0);
        -webkit-clip-path: inset(0 0 var(--company-copy-steps-clip) 0);
        transition: clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s ease;
        will-change: clip-path, opacity;
    }

    .company-profile {
        padding: 60px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .company-profile__lead {
        max-width: none;
        gap: 24px;
    }

    .company-profile__heading {
        width: 320px;
        max-width: 100%;
        flex: 0 0 auto;
        gap: 8px;
    }

    .company-profile__eyebrow {
        font-size: 16px;
    }

    .company-profile__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .company-profile__content {
        width: 100%;
        gap: 24px;
    }

    .company-profile__text {
        gap: 12px;
    }

    .company-profile__text-heading {
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .company-profile__text-heading p {
        display: block;
    }

    .company-profile__body-text {
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .company-profile__more-link {
        line-height: normal;
    }
}

@media screen and (max-width:480px) {
    .company-profile__text-heading {
        font-size: 18px;
    }

    .company-profile__body-text {
        font-size: 14px;
    }
}

/*----*/

/*--news archive--*/
.news-archive {
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    overflow: visible;
}

.news-archive * {
    line-height: inherit;
}

.news-archive__inner {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.news-archive__sidebar {
    width: 320px;
    align-self: flex-start;
    flex: 0 0 320px;
    position: sticky;
    top: 80px;
}

.news-archive__side-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.news-archive__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    white-space: nowrap;
}

.news-archive__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.news-archive__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.news-archive__title::before,
.news-archive__title::after {
    display: none;
}

.news-archive__categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news-archive__category {
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.45px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-archive__category:hover {
    color: var(--avantia-blue);
}

.news-archive__category--active {
    font-weight: 700;
}

.news-archive__category-icon {
    width: 20px;
    height: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}

.news-archive__category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.news-archive__content {
    min-width: 0;
    padding: 0;
    align-self: stretch;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    overflow: visible;
    transition: opacity 0.2s ease;
}

.news-archive.is-loading .news-archive__content {
    opacity: 0.45;
    pointer-events: none;
}

.news-archive__list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.news-archive__item {
    width: 100%;
}

.news-archive__item-link {
    width: 100%;
    min-height: 56px;
    padding: 16px 12px;
    border-radius: 4px;
    color: var(--avantia-text);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background-color 0.2s ease;
}

.news-archive__item-link:hover {
    background: rgba(23, 159, 193, 0.1);
}

.news-archive__item-meta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.news-archive__date {
    color: var(--avantia-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.42px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.news-archive__item-category {
    width: 120px;
    padding: 4px 16px;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
}

.news-archive__item-title {
    min-width: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.45px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.news-archive__item-link:hover .news-archive__item-title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.news-archive__empty {
    width: 100%;
    min-height: 56px;
    padding: 16px 12px;
    color: rgba(31, 31, 31, 0.6);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.45px;
}

.news-archive__load-more {
    padding: 12px 16px;
    border-radius: 4px;
    color: rgba(31, 31, 31, 0.4);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.news-archive__load-more.is-loading {
    pointer-events: none;
}

.news-archive__load-more:hover {
    color: var(--avantia-blue);
}

.news-archive__load-more-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
}

.news-archive__load-more:not(.is-loading) .news-archive__load-more-icon {
    display: none;
}

.news-archive__load-more-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1180px) {
    .news-archive,
    .news-archive__inner {
        min-height: 0;
    }

    .news-archive__inner {
        flex-direction: column;
        gap: 32px;
    }

    .news-archive__sidebar {
        width: 100%;
        align-self: auto;
        flex: 0 0 auto;
        position: static;
    }

    .news-archive__categories {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px 24px;
    }
}

@media screen and (max-width:1024px) {
    .news-archive {
        padding: 60px 24px;
    }

    .news-archive__inner {
        gap: 40px;
    }

    .news-archive__side-content {
        gap: 24px;
    }

    .news-archive__eyebrow {
        font-size: 16px;
    }

    .news-archive__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .news-archive__categories {
        gap: 12px 20px;
    }

    .news-archive__category {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0.42px;
    }

    .news-archive__content {
        width: 100%;
        gap: 24px;
    }

    .news-archive__item-link {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .news-archive__item-title {
        width: 100%;
        font-size: 15px;
    }

    .news-archive__load-more {
        line-height: normal;
    }
}

@media screen and (max-width:480px) {
    .news-archive__date {
        font-size: 14px;
    }

    .news-archive__item-category {
        width: 120px;
        min-width: 0;
        flex-basis: 120px;
    }

    .news-archive__item-title {
        font-size: 15px;
    }
}

/*----*/

/*--news detail--*/
.news-detail {
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    overflow: visible;
}

.news-detail * {
    line-height: inherit;
}

.news-detail__inner {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.news-detail__main {
    min-width: 0;
    padding: 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.news-detail__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.news-detail__title {
    width: 100%;
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
    margin: 0;
}

.news-detail__title::before,
.news-detail__title::after {
    display: none;
}

.news-detail__meta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news-detail__category {
    width: 120px;
    padding: 4px 16px;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.news-detail__date {
    color: var(--avantia-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.42px;
    white-space: nowrap;
}

.news-detail__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news-detail__visual {
    width: 100%;
    height: 432px;
    background: #fff;
    overflow: hidden;
}

.news-detail__visual-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-detail__body {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.45px;
}

.news-detail__body > * {
    margin-top: 0;
}

.news-detail__body p {
    margin: 0 0 20px;
    line-height: 1.6;
}

.news-detail__body h2,
.news-detail__body h2.wp-block-heading {
    width: 100%;
    padding: 12px 8px;
    margin: 0 0 20px;
    background: rgba(23, 159, 193, 0.1);
    border: 0;
    color: var(--avantia-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.72px;
}

.news-detail__body h2::before,
.news-detail__body h2::after,
.news-detail__body h2.wp-block-heading::before,
.news-detail__body h2.wp-block-heading::after {
    display: none;
}

.news-detail__body h3,
.news-detail__body h3.wp-block-heading {
    width: 100%;
    padding: 4px 0 4px 16px;
    margin: 0 0 20px;
    border: 0;
    border-left: 4px solid var(--avantia-blue);
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.news-detail__body ul,
.news-detail__body ol {
    width: 100%;
    padding-left: 1.5em;
    margin: 0 0 20px;
    line-height: 1.6;
}

.news-detail__body ul {
    list-style: disc;
}

.news-detail__body ol {
    list-style: decimal;
}

.news-detail__body li {
    line-height: 1.6;
}

.news-detail__body img {
    max-width: 100%;
    height: auto;
}

.news-detail__body > :last-child {
    margin-bottom: 0;
}

.news-detail__share {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.news-detail__share-inner {
    display: flex;
    align-items: center;
    gap: 16px;
}

.news-detail__share-label,
.news-detail__share-button {
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.news-detail__share-list {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.news-detail__share-button {
    min-height: 40px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.news-detail__share-button:hover {
    border-color: var(--avantia-blue);
    color: var(--avantia-blue);
}

.news-detail__share-icon {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    overflow: hidden;
}

.news-detail__share-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.news-detail__share-icon--x img {
    object-fit: cover;
}

.news-detail__back {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.news-detail__back-link {
    padding: 12px 16px;
    border-radius: 4px;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.news-detail__back-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.news-detail__back-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    transition: filter 0.25s ease;
}

.news-detail__back-link:hover .news-detail__back-icon {
    background: var(--avantia-blue);
    border-color: var(--avantia-blue);
}

.news-detail__back-link:hover .news-detail__back-icon img {
    filter: brightness(0) invert(1);
}

.news-detail__sidebar {
    width: 320px;
    align-self: flex-start;
    flex: 0 0 320px;
    position: sticky;
    top: 80px;
}

.news-detail__side-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    white-space: nowrap;
}

.news-detail__side-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.news-detail__side-eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.news-detail__side-title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
}

.news-detail__categories {
    width: 100%;
    padding: 0;
    overflow: visible;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.news-detail__categories-title {
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.news-detail__category-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.news-detail__category-list a {
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.45px;
    white-space: nowrap;
}

.news-detail__category-list a:hover {
    color: var(--avantia-blue);
}

@media screen and (max-width:1180px) {
    .news-detail__inner {
        flex-direction: column;
    }

    .news-detail__sidebar {
        width: 100%;
        flex: 0 0 auto;
        position: static;
    }

    .news-detail__category-list {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px 24px;
    }
}

@media screen and (max-width:1024px) {
    .news-detail {
        padding: 60px 24px;
    }

    .news-detail__inner {
        gap: 40px;
    }

    .news-detail__main {
        gap: 40px;
    }

    .news-detail__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .news-detail__meta {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }

    .news-detail__content {
        gap: 24px;
    }

    .news-detail__visual {
        height: auto;
        aspect-ratio: 327 / 184;
    }

    .news-detail__body {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.42px;
    }

    .news-detail__body p,
    .news-detail__body ul,
    .news-detail__body ol,
    .news-detail__body li {
        line-height: 1.8;
    }

    .news-detail__body h2,
    .news-detail__body h2.wp-block-heading {
        padding: 12px 8px;
        font-size: 20px;
        letter-spacing: 0.6px;
    }

    .news-detail__body h3,
    .news-detail__body h3.wp-block-heading {
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .news-detail__share {
        justify-content: flex-start;
    }

    .news-detail__share-inner {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .news-detail__share-list {
        width: 100%;
        gap: 8px;
    }

    .news-detail__share-button {
        padding: 8px 14px;
    }

    .news-detail__back-link {
        line-height: normal;
    }

    .news-detail__side-eyebrow {
        font-size: 16px;
    }

    .news-detail__side-title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .news-detail__categories-title {
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .news-detail__category-list {
        gap: 12px 20px;
    }
}

@media screen and (max-width:480px) {
    .news-detail__meta {
        align-items: center;
        flex-direction: row;
        gap: 16px;
    }

    .news-detail__visual {
        height: auto;
    }

    .news-detail__body h2,
    .news-detail__body h2.wp-block-heading {
        font-size: 20px;
    }

    .news-detail__body h3,
    .news-detail__body h3.wp-block-heading {
        font-size: 18px;
    }
}

/*----*/

/*--standard page--*/
.standard-page {
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    overflow: visible;
}

.standard-page * {
    line-height: inherit;
}

.standard-page__inner {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.standard-page__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.standard-page__eyebrow {
    margin: 0;
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.standard-page__title {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
}

.standard-page__title::before,
.standard-page__title::after {
    display: none;
}

.standard-page__body {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.45px;
}

.standard-page__body > * {
    margin-top: 0;
}

.standard-page__body p {
    margin: 0 0 20px;
    line-height: 1.6;
}

.standard-page__body h2,
.standard-page__body h2.wp-block-heading {
    width: 100%;
    padding: 12px 8px;
    margin: 0 0 20px;
    background: rgba(23, 159, 193, 0.1);
    border: 0;
    color: var(--avantia-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.72px;
}

.standard-page__body h2::before,
.standard-page__body h2::after,
.standard-page__body h2.wp-block-heading::before,
.standard-page__body h2.wp-block-heading::after {
    display: none;
}

.standard-page__body h3,
.standard-page__body h3.wp-block-heading {
    width: 100%;
    padding: 4px 0 4px 16px;
    margin: 0 0 20px;
    border: 0;
    border-left: 4px solid var(--avantia-blue);
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
}

.standard-page__body h4,
.standard-page__body h4.wp-block-heading {
    margin: 0 0 16px;
    color: var(--avantia-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.54px;
}

.standard-page__body ul,
.standard-page__body ol {
    width: 100%;
    padding-left: 1.5em;
    margin: 0 0 20px;
    line-height: 1.6;
}

.standard-page__body ul {
    list-style: disc;
}

.standard-page__body ol {
    list-style: decimal;
}

.standard-page__body li {
    line-height: 1.6;
}

.standard-page__body a {
    color: var(--avantia-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.standard-page__body img {
    max-width: 100%;
    height: auto;
}

.standard-page__body .wp-block-image {
    margin: 0 0 24px;
}

.standard-page__body .wp-block-table {
    width: 100%;
    margin: 0 0 24px;
    overflow-x: auto;
}

.standard-page__body table {
    width: 100%;
    border-collapse: collapse;
}

.standard-page__body th,
.standard-page__body td {
    padding: 14px 16px;
    border: 1px solid var(--bordergray);
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.standard-page__body th {
    background: rgba(23, 159, 193, 0.08);
    font-weight: 700;
}

.standard-page__body > :last-child {
    margin-bottom: 0;
}

@media screen and (max-width:1024px) {
    .standard-page {
        padding: 60px 24px;
    }

    .standard-page__inner {
        gap: 40px;
    }

    .standard-page__eyebrow {
        font-size: 16px;
    }

    .standard-page__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .standard-page__body {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.42px;
    }

    .standard-page__body p,
    .standard-page__body ul,
    .standard-page__body ol,
    .standard-page__body li {
        line-height: 1.8;
    }

    .standard-page__body h2,
    .standard-page__body h2.wp-block-heading {
        padding: 12px 8px;
        font-size: 20px;
        letter-spacing: 0.6px;
    }

    .standard-page__body h3,
    .standard-page__body h3.wp-block-heading {
        font-size: 18px;
        letter-spacing: 0.54px;
    }

    .standard-page__body h4,
    .standard-page__body h4.wp-block-heading {
        font-size: 16px;
        letter-spacing: 0.48px;
    }

    .standard-page__body th,
    .standard-page__body td {
        padding: 12px;
        font-size: 14px;
        line-height: 1.8;
    }
}

/*----*/

/*--latest news--*/
.latest-news {
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    overflow: hidden;
}

.latest-news__lead {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    min-height: 281px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.latest-news__heading {
    width: 320px;
    align-self: stretch;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.latest-news__eyebrow {
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.latest-news__title {
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.latest-news__title::before,
.latest-news__title::after {
    display: none;
}

.latest-news__content {
    min-width: 0;
    align-self: stretch;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.latest-news__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.latest-news__item {
    width: 100%;
    min-height: 56px;
    padding: 16px 12px;
    border-radius: 4px;
    color: var(--avantia-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: background-color 0.25s ease;
}

a.latest-news__item:hover {
    background: rgba(23, 159, 193, 0.1);
}

a.latest-news__item:hover .latest-news__item-title {
    color: var(--avantia-blue);
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.latest-news__meta {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}

.latest-news__date {
    color: var(--avantia-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.42px;
    white-space: nowrap;
}

.latest-news__category {
    width: 120px;
    padding: 4px 16px;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.latest-news__item-title {
    min-width: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.45px;
    transition: color 0.25s ease;
}

.latest-news__more {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.latest-news__more-link {
    padding: 12px 16px;
    color: var(--avantia-text);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.latest-news__more-link:hover {
    opacity: 0.72;
}

.latest-news__more-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.latest-news__more-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

@media screen and (max-width:1180px) {
    .latest-news__lead {
        min-height: 0;
        flex-direction: column;
        gap: 32px;
    }

    .latest-news__heading {
        width: 100%;
        align-self: auto;
        flex-basis: auto;
    }
}

@media screen and (max-width:1024px) {
    .latest-news {
        padding: 60px 24px;
    }

    .latest-news__lead {
        gap: 24px;
    }

    .latest-news__eyebrow {
        font-size: 16px;
    }

    .latest-news__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .latest-news__content {
        gap: 24px;
    }

    .latest-news__item {
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
    }

    .latest-news__item-title {
        width: 100%;
    }

    a.latest-news__item:hover .latest-news__item-title {
        color: var(--avantia-text);
    }
}

@media screen and (max-width:480px) {
    .latest-news__date {
        font-size: 14px;
    }

    .latest-news__item-title {
        font-size: 15px;
    }

    .latest-news__more {
        justify-content: flex-end;
    }
}

.support-scope__more-link:hover,
.issue-resolve__more-link:hover,
.strong-points__more-link:hover,
.supported-projects__more-link:hover,
.company-profile__more-link:hover,
.latest-news__more-link:hover {
    opacity: 1;
}

.support-scope__more-icon,
.issue-resolve__more-icon,
.strong-points__more-icon,
.supported-projects__more-icon,
.company-profile__more-icon,
.latest-news__more-icon {
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.support-scope__more-icon img,
.issue-resolve__more-icon img,
.strong-points__more-icon img,
.supported-projects__more-icon img,
.company-profile__more-icon img,
.latest-news__more-icon img {
    transition: filter 0.25s ease;
}

.support-scope__more-link:hover .support-scope__more-icon,
.issue-resolve__more-link:hover .issue-resolve__more-icon,
.strong-points__more-link:hover .strong-points__more-icon,
.supported-projects__more-link:hover .supported-projects__more-icon,
.company-profile__more-link:hover .company-profile__more-icon,
.latest-news__more-link:hover .latest-news__more-icon {
    background: var(--avantia-blue);
    border-color: var(--avantia-blue);
}

.support-scope__more-link:hover .support-scope__more-icon img,
.issue-resolve__more-link:hover .issue-resolve__more-icon img,
.strong-points__more-link:hover .strong-points__more-icon img,
.supported-projects__more-link:hover .supported-projects__more-icon img,
.company-profile__more-link:hover .company-profile__more-icon img,
.latest-news__more-link:hover .latest-news__more-icon img {
    filter: brightness(0) invert(1);
}
/*----*/

/*--contact page--*/
.contact-page {
    padding: 80px 40px;
    background: #fff;
    color: var(--avantia-text);
    overflow: visible;
}

.contact-page,
.contact-page * {
    line-height: inherit;
}

.contact-page__inner {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin-inline: auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.contact-page__lead {
    width: 320px;
    flex: 0 0 320px;
}

.contact-page__lead-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.contact-page__heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.contact-page__eyebrow {
    margin: 0;
    color: var(--avantia-blue);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.contact-page__title {
    margin: 0;
    padding: 0;
    color: var(--avantia-text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    white-space: nowrap;
}

.contact-page__title::before,
.contact-page__title::after {
    display: none;
}

.contact-page__text {
    width: 100%;
    margin: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.contact-page__form {
    min-width: 0;
    padding: 0;
    flex: 1 1 0;
    overflow: visible;
}

.contact-page__form > * {
    width: 100%;
}

.thanks-page {
    min-width: 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.thanks-page__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
}

.thanks-page__intro {
    width: 100%;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.thanks-page__title {
    margin: 0;
    padding: 0;
    color: var(--avantia-text);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.6px;
    white-space: nowrap;
}

.thanks-page__title::before,
.thanks-page__title::after {
    display: none;
}

.thanks-page__lead-text,
.thanks-page__note {
    margin: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.thanks-page__email {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.thanks-page__email-label {
    margin: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.45px;
    white-space: nowrap;
}

.thanks-page__email-value {
    width: 100%;
    min-height: 54px;
    padding: 16px 12px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.45px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.thanks-page__email-value > * {
    margin: 0;
}

.thanks-page__email-value p {
    line-height: 1.4;
}

.thanks-page__email-value input:not([type="hidden"]),
.thanks-page__email-value textarea,
.thanks-page__email-value select {
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    pointer-events: none;
}

.thanks-page__note {
    width: 100%;
}

.thanks-page__back {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.thanks-page__back-link {
    padding: 12px 16px;
    border-radius: 4px;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.thanks-page__back-icon {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.thanks-page__back-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    transition: filter 0.25s ease;
}

.thanks-page__back-link:hover .thanks-page__back-icon {
    background: var(--avantia-blue);
    border-color: var(--avantia-blue);
}

.thanks-page__back-link:hover .thanks-page__back-icon img {
    filter: brightness(0) invert(1);
}

@media screen and (max-width:1180px) {
    .contact-page__inner {
        flex-direction: column;
    }

    .contact-page__lead {
        width: 100%;
        flex: 0 0 auto;
    }
}

@media screen and (max-width:1024px) {
    .contact-page {
        padding: 60px 24px;
    }

    .contact-page__inner {
        gap: 40px;
    }

    .contact-page__eyebrow {
        font-size: 16px;
    }

    .contact-page__title {
        font-size: 24px;
        letter-spacing: 0.72px;
        white-space: normal;
    }

    .contact-page__text {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.42px;
    }

    .contact-page__text br {
        display: none;
    }

    .contact-page__form,
    .thanks-page {
        width: 100%;
    }

    .thanks-page {
        align-items: flex-start;
        gap: 24px;
    }

    .thanks-page__content {
        gap: 24px;
    }

    .thanks-page__title {
        font-size: 20px;
        letter-spacing: 0.6px;
        white-space: normal;
    }

    .thanks-page__lead-text,
    .thanks-page__note {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 0.42px;
    }

    .thanks-page__email-label {
        font-size: 14px;
        letter-spacing: 0.42px;
        white-space: normal;
    }

    .thanks-page__email-value {
        min-height: 50px;
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.42px;
    }

    .thanks-page__back-link {
        font-size: 14px;
        line-height: normal;
    }
}
/*----*/

/*--contact form--*/
.c-form {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    color: var(--avantia-text);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.c-form,
.c-form * {
    box-sizing: border-box;
}

.c-form .bc_f,
.c-form__fields,
.c-form__row,
.c-form__input {
    width: 100%;
}

.c-form__fields {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

.c-form__row {
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
}

.c-form__label {
    margin: 0;
    padding: 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.45px;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.c-form__tag {
    color: #ff0000;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.36px;
}

.c-form__input {
    margin: 0;
    padding: 0;
}

.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"],
.c-form input[type="url"],
.c-form input[type="number"],
.c-form select,
.c-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    color: var(--avantia-text);
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.45px;
    display: block;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c-form input::placeholder,
.c-form textarea::placeholder {
    color: rgba(31, 31, 31, 0.4);
    opacity: 1;
}

.c-form select {
    padding-right: 44px;
    appearance: none;
    background-image: url("image/contact-form-select-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px 24px;
}

.c-form textarea {
    height: 240px;
    min-height: 240px;
    resize: vertical;
}

.c-form input[type="text"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="url"]:focus,
.c-form input[type="number"]:focus,
.c-form select:focus,
.c-form textarea:focus {
    border-color: var(--avantia-blue);
    box-shadow: 0 0 0 2px rgba(23, 159, 193, 0.12);
    outline: none;
}

.c-form__input.row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.c-form__input.row br {
    display: none;
}

.c-form .mwform-radio-field {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
}

.c-form .mwform-radio-field label {
    padding: 8px 0;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.45px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.c-form input[type="radio"] {
    width: 14px;
    height: 14px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    flex: 0 0 14px;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.c-form input[type="radio"]:checked {
    background-image: radial-gradient(circle at center, var(--avantia-blue) 0 4px, transparent 4.5px);
}

.c-form input[type="radio"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(23, 159, 193, 0.16);
}

.c-form .mwform-radio-field-text {
    margin-left: 0;
}

.c-form__recaptcha-text {
    width: 100%;
    margin: 0;
    color: rgba(31, 31, 31, 0.6);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.c-form__recaptcha-text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.c-form__submit-container {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.c-form__submit input,
.c-form__submit button,
.c-form__prev,
.c-form__prev--wrap input,
.c-form__prev--wrap button {
    min-height: 46px;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    box-shadow: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.c-form__submit input,
.c-form__submit button {
    background: var(--avantia-blue);
    color: #fff;
}

.c-form__submit input:hover,
.c-form__submit button:hover {
    background: #128ead;
    border-color: rgba(0, 0, 0, 0.16);
}

.c-form__prev,
.c-form__prev--wrap input,
.c-form__prev--wrap button {
    background: #fff;
    color: var(--avantia-text);
}

.c-form__prev:hover,
.c-form__prev--wrap input:hover,
.c-form__prev--wrap button:hover {
    border-color: var(--avantia-blue);
}

.c-form .error {
    margin-top: 6px;
    color: #ff0000;
    font-size: 13px;
    line-height: 1.4;
    display: block;
}

.contact-page--confirm .c-form__input {
    height: 53px;
    padding: 16px 12px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.45px;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    overflow: hidden;
}

.contact-page--confirm .c-form__input:has(textarea),
.contact-page--confirm .c-form__input:has(input[name="your-message"]) {
    height: auto;
    min-height: 221px;
    overflow: visible;
}

.contact-page--confirm .c-form__input.row {
    display: block;
}

.contact-page--confirm .c-form__input br {
    display: block;
}

.contact-page--confirm .c-form__input p {
    margin: 0;
    line-height: 1.4;
}

.contact-page--confirm .c-form__input p:not(:last-child) {
    margin-bottom: 0;
}

.contact-page--confirm .c-form__input input:not([type="hidden"]),
.contact-page--confirm .c-form__input select,
.contact-page--confirm .c-form__input textarea {
    min-height: 0;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    resize: none;
    pointer-events: none;
}

.contact-page--confirm .c-form__input textarea {
    min-height: 0;
    overflow: visible;
}

.contact-page--confirm .c-form__input .mwform-radio-field,
.contact-page--confirm .c-form__input .mwform-radio-field label {
    padding: 0;
    display: inline;
}

.contact-page--confirm .c-form__input input[type="radio"],
.contact-page--confirm .c-form__input input[type="checkbox"] {
    display: none;
}

.contact-page--confirm .c-form__submit input,
.contact-page--confirm .c-form__submit button,
.contact-page--confirm .c-form__prev,
.contact-page--confirm .c-form__prev--wrap input,
.contact-page--confirm .c-form__prev--wrap button {
    min-height: 44px;
}

@media screen and (max-width:1024px) {
    .c-form {
        max-width: none;
        align-items: stretch;
        gap: 32px;
    }

    .c-form__fields {
        gap: 24px;
    }

    .c-form__row {
        gap: 8px;
    }

    .c-form__label {
        font-size: 14px;
        letter-spacing: 0.42px;
        white-space: normal;
    }

    .c-form input[type="text"],
    .c-form input[type="email"],
    .c-form input[type="tel"],
    .c-form input[type="url"],
    .c-form input[type="number"],
    .c-form select,
    .c-form textarea {
        min-height: 50px;
        padding: 14px 12px;
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .c-form__input.row {
        gap: 8px 24px;
    }

    .c-form__input:has(input[type="radio"]) {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px 24px;
        flex-wrap: nowrap;
    }

    .c-form .mwform-radio-field {
        width: auto;
        flex: 0 0 auto;
    }

    .c-form .mwform-radio-field label {
        width: auto;
        min-height: 44px;
        font-size: 14px;
        letter-spacing: 0.42px;
        white-space: nowrap;
    }

    .c-form textarea {
        height: 180px;
        min-height: 180px;
    }

    .c-form__recaptcha-text {
        font-size: 12px;
        line-height: 1.6;
    }

    .c-form__submit-container,
    .c-form__submit,
    .c-form__prev--wrap {
        width: 100%;
    }

    .c-form__submit-container {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .c-form__submit input,
    .c-form__submit button,
    .c-form__prev,
    .c-form__prev--wrap input,
    .c-form__prev--wrap button {
        width: 100%;
        min-height: 50px;
        padding: 14px 16px;
        font-size: 14px;
        letter-spacing: 0.42px;
        text-align: center;
    }

    .contact-page--confirm .c-form__input {
        padding: 14px 12px;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.42px;
        overflow: visible;
    }

    .contact-page--confirm .c-form__input:has(textarea),
    .contact-page--confirm .c-form__input:has(input[name="your-message"]) {
        min-height: 180px;
    }
}

@media screen and (max-width:480px) {
    .c-form__submit-container,
    .c-form__submit,
    .c-form__prev--wrap {
        width: 100%;
    }

    .c-form__submit input,
    .c-form__submit button,
    .c-form__prev,
    .c-form__prev--wrap input,
    .c-form__prev--wrap button {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}
/*----*/

/*--contact cta--*/
.contact-cta {
    min-height: 320px;
    padding: 80px 40px;
    background: #0b2e40;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.contact-cta__inner {
    width: 100%;
    max-width: var(--front-section-inner-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}

.contact-cta__image,
.contact-cta__overlay {
    position: absolute;
    inset: 0;
}

.contact-cta__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0;
}

.contact-cta__overlay {
    background: rgba(11, 46, 64, 0.8);
    z-index: 1;
    pointer-events: none;
}

.contact-cta__content {
    min-width: 0;
    flex: 1 1 auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contact-cta__heading {
    width: 400px;
    max-width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.contact-cta__eyebrow {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.contact-cta__title {
    width: 263px;
    max-width: 100%;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.96px;
    padding: 0;
}

.contact-cta__title::before,
.contact-cta__title::after {
    display: none;
}

.contact-cta__text {
    width: 696px;
    max-width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.45px;
}

.contact-cta__action {
    width: 240px;
    align-self: stretch;
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.contact-cta__link {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contact-cta__link > span:first-child {
    flex: 0 0 auto;
}

.contact-cta__link:hover {
    opacity: 1;
}

.contact-cta__icon {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.contact-cta__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
    transition: filter 0.25s ease;
}

.contact-cta__link:hover .contact-cta__icon {
    background: #fff;
    border-color: #fff;
}

.contact-cta__link:hover .contact-cta__icon img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(99%) saturate(606%) hue-rotate(147deg) brightness(92%) contrast(90%);
}

@media screen and (max-width:1180px) {
    .contact-cta__inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
    }

    .contact-cta__action {
        width: auto;
        align-self: flex-end;
        flex: 0 0 auto;
    }
}

@media screen and (max-width:1024px) {
    .contact-cta {
        padding: 60px 24px;
    }

    .contact-cta__inner {
        gap: 24px;
    }

    .contact-cta__content {
        width: 100%;
    }

    .contact-cta__eyebrow {
        font-size: 16px;
    }

    .contact-cta__title {
        font-size: 24px;
        letter-spacing: 0.72px;
    }

    .contact-cta__text {
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.42px;
    }

    .contact-cta__text br {
        display: initial;
    }

    .contact-cta__action {
        width: 100%;
        align-self: auto;
        align-items: flex-end;
    }

    .contact-cta__link {
        width: auto;
    }
}

@media screen and (max-width:480px) {
    .contact-cta__text {
        font-size: 14px;
    }

    .contact-cta__action {
        align-self: auto;
        align-items: flex-end;
    }
}
/*----*/

* {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    line-height: 1.5em;
}

html {
    min-height: 100%;
}

body {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

body > main {
    flex: 1 0 auto;
}

/*--header--*/
@media screen and (min-width:1025px) {
    body> :not(.header):not(#wpadminbar):not(script):not(style) {
        margin-left: var(--sidebar-width);
    }
}

.header {
    width: var(--sidebar-width);
    height: 100dvh;
    min-height: 0;
    padding: 32px 16px;
    background: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overscroll-behavior: contain;
    overflow-y: auto;
    line-height: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header::-webkit-scrollbar {
    display: none;
}

.header * {
    letter-spacing: 0;
    line-height: inherit;
}

.admin-bar .header {
    top: 32px;
    height: calc(100dvh - 32px);
}

.header__logo {
    width: 160px;
    height: 160px;
    display: block;
    flex: 0 0 auto;
}

.header__logo-image,
.header__icon img,
.header__contact-badge-triangle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.header__logo-image--desktop {
    object-fit: cover;
}

.header__logo .header__logo-image--mobile {
    display: none;
}

.header__nav {
    width: 100%;
    min-height: 360px;
    flex: 1 0 360px;
}

.header__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header__link {
    width: 100%;
    min-height: 48px;
    padding: 12px;
    border-radius: 4px;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.header__link:hover {
    background: rgba(23, 159, 193, 0.1);
}

.header__link--active,
.header__link.is-active {
    background: var(--avantia-blue);
    color: #fff;
    font-weight: 700;
}

.header__link--active:hover,
.header__link.is-active:hover {
    background: var(--avantia-blue);
}

.header__icon {
    width: 24px;
    height: 24px;
    display: block;
    flex: 0 0 24px;
    overflow: hidden;
}

.header__icon img {
    filter: brightness(0);
    transition: filter 0.2s ease;
}

.header__link--active .header__icon img,
.header__link.is-active .header__icon img {
    filter: brightness(0) invert(1);
}

.header__contact {
    width: 100%;
    min-height: 109px;
    margin-top: 64px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    color: var(--avantia-text);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 0 0 auto;
    transition: border-color 0.2s ease;
}

.header__contact:hover {
    border-color: var(--avantia-blue);
}

.header__contact-badge {
    padding: 6px 8px;
    background: var(--avantia-text);
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.45px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}

.header__contact-badge-triangle {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.header__contact-title {
    width: 100%;
    color: var(--avantia-text);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__contact-text {
    color: var(--avantia-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    display: block;
}

.header__copyright {
    color: rgba(31, 31, 31, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

@media screen and (max-width:1024px) {
    html {
        scroll-padding-top: 60px;
    }

    body {
        padding-top: 0;
    }

    body > main:not(.front-page) {
        margin-top: 60px;
    }

    .header {
        width: 100%;
        height: 60px;
        min-height: 60px;
        padding: 12px;
        background: transparent;
        border-right: 0;
        border-bottom: 0;
        align-items: flex-start;
        gap: 0;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1000;
        overflow: hidden;
    }

    .admin-bar .header {
        height: 60px;
        top: 0;
    }

    .header__logo {
        width: 132px;
        height: 36px;
    }

    .header__logo .header__logo-image--desktop {
        display: none;
    }

    .header__logo .header__logo-image--mobile {
        display: block;
    }

    .header__nav,
    .header__contact,
    .header__copyright {
        display: none;
    }
}

@media screen and (max-width:782px) {
    .admin-bar .header {
        top: 0;
    }
}

/*----*/

/*--footer--*/
.footer {
    padding: 80px 120px;
    background: var(--avantia-text);
    border-top: 1px solid rgba(31, 31, 31, 0.16);
    color: #fff;
}

.footer,
.footer * {
    letter-spacing: 0;
}

.footer__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

.footer__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.footer__nav {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.footer__menu a,
.footer__privacy {
    transition: opacity 0.2s ease;
}

.footer__menu a:hover,
.footer__privacy:hover,
.footer__logo:hover {
    opacity: 0.72;
}

.footer__privacy {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.footer__company {
    width: 240px;
    flex: 0 0 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.footer__logo {
    width: 240px;
    height: 38px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

.footer__logo-mark,
.footer__logo-type {
    display: block;
    object-fit: contain;
    position: absolute;
}

.footer__logo-mark {
    width: 58.5px;
    height: 38px;
    top: 0;
    left: 0;
}

.footer__logo-type {
    width: 175.055px;
    height: 25.973px;
    top: 6.376px;
    right: 0;
}

.footer__address {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.42px;
}

.footer__address * {
    letter-spacing: 0.42px;
}

.footer__address strong {
    font-weight: 700;
}

@media screen and (max-width:1024px) {
    .footer {
        padding: 60px 32px;
        overflow: hidden;
    }

    .footer__inner {
        max-width: none;
        margin: 0;
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px;
    }

    .footer__content {
        width: 100%;
        flex: 0 0 auto;
        gap: 32px;
    }

    .footer__nav {
        gap: 60px;
    }

    .footer__menu {
        gap: 24px;
        line-height: normal;
    }

    .footer__privacy {
        line-height: normal;
    }

    .footer__company {
        flex: 0 0 auto;
    }
}

@media screen and (max-width:480px) {
    .footer__nav {
        gap: 60px;
    }
}
/*----*/

/*--mobile floating nav--*/
.mobile-floating {
    display: none;
}

html.is-mobile-floating-scroll-locked,
body.is-mobile-floating-scroll-locked {
    overflow: hidden;
    overscroll-behavior: none;
}

@media screen and (max-width:1024px) {
    .mobile-floating {
        width: 100%;
        padding: 16px 32px calc(32px + env(safe-area-inset-bottom));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1200;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
    }

    .mobile-floating.is-visible {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .mobile-floating::before {
        content: "";
        position: fixed;
        inset: 0;
        z-index: 0;
        display: block;
        pointer-events: none;
    }

    .mobile-floating.is-visible.is-open {
        height: 100dvh;
        padding: 0;
        background: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        transform: none;
    }

    .mobile-floating.is-open::before {
        pointer-events: auto;
    }

    .mobile-floating.is-open .mobile-floating__bar {
        opacity: 0;
        transform: translateY(12px);
        pointer-events: none;
    }

    .mobile-floating__bar {
        width: min(100%, clamp(366px, calc(100vw - 64px), 720px));
        max-width: none;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 142px;
        gap: 8px;
        align-items: center;
        position: relative;
        z-index: 2;
        pointer-events: auto;
    }

    .mobile-floating__button {
        min-height: 48px;
        min-width: 0;
        padding: 12px 24px;
        border: 0;
        border-radius: 4px;
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.45px;
        text-decoration: none;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        box-shadow: none;
        cursor: pointer;
        transition: background-color 0.24s ease, transform 0.24s ease;
        appearance: none;
    }

    .mobile-floating__button:focus-visible {
        outline: 2px solid #fff;
        outline-offset: -5px;
    }

    .mobile-floating__button--menu {
        background: #1f1f1f;
        font-weight: 400;
    }

    .mobile-floating__button--contact {
        background: var(--avantia-blue);
        border: 1px solid var(--avantia-blue);
        min-height: 50px;
    }

    .mobile-floating__button--panel-close {
        min-height: 50px;
        background: #fff;
        border: 1px solid var(--avantia-text);
        color: var(--avantia-text);
        flex: 1 1 auto;
        font-weight: 400;
    }

    .mobile-floating__button--panel-contact {
        min-width: 142px;
        min-height: 50px;
        background: var(--avantia-blue);
        border: 1px solid var(--avantia-blue);
        color: #fff;
    }

    .mobile-floating__button--panel-close:focus-visible {
        outline-color: var(--avantia-blue);
    }

    .mobile-floating__button:active {
        transform: translateY(1px);
    }

    .mobile-floating__menu-icon,
    .mobile-floating__contact-icon,
    .mobile-floating__panel-close-icon,
    .mobile-floating__link-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .mobile-floating__menu-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobile-floating__menu-icon img,
    .mobile-floating__contact-icon img,
    .mobile-floating__panel-close-icon img,
    .mobile-floating__link-icon img {
        width: 24px;
        height: 24px;
        display: block;
        object-fit: contain;
    }

    .mobile-floating__menu-icon img {
        transition: opacity 0.18s ease, transform 0.24s ease;
    }

    .mobile-floating__menu-icon::before,
    .mobile-floating__menu-icon::after {
        content: "";
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        transition: opacity 0.18s ease, transform 0.24s ease;
    }

    .mobile-floating.is-open .mobile-floating__menu-icon img {
        opacity: 0;
        transform: scale(0.88);
    }

    .mobile-floating.is-open .mobile-floating__menu-icon::before {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mobile-floating.is-open .mobile-floating__menu-icon::after {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobile-floating__contact-icon,
    .mobile-floating__panel-close-icon,
    .mobile-floating__link-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-floating__panel {
        box-sizing: border-box;
        width: min(100%, clamp(430px, calc(100vw - 64px), 720px));
        height: min(746px, 80vh);
        max-height: 80vh;
        padding: 40px 24px;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: 0 -18px 48px rgba(31, 31, 31, 0.16);
        position: absolute;
        right: auto;
        bottom: 0;
        left: 50%;
        z-index: 1;
        opacity: 0;
        transform: translate(-50%, 18px);
        transform-origin: bottom center;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        pointer-events: none;
        transition: opacity 0.24s ease, transform 0.24s ease;
    }

    .mobile-floating__panel[hidden] {
        display: none;
    }

    .mobile-floating.is-open .mobile-floating__panel {
        opacity: 1;
        transform: translate(-50%, 0);
        pointer-events: auto;
    }

    .mobile-floating__panel-actions {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px;
        align-items: center;
        flex: 0 0 auto;
    }

    .mobile-floating__menu {
        width: 100%;
        flex: 1 0 auto;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .mobile-floating__menu a {
        min-height: 48px;
        padding: 12px;
        border: 0;
        border-radius: 4px;
        background: transparent;
        color: var(--avantia-text);
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.45px;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        transition: background-color 0.2s ease;
    }

    .mobile-floating__menu a:hover,
    .mobile-floating__menu-link--active {
        background: #f0f0f0;
    }

    .mobile-floating__menu li:last-child a {
        border-bottom: 0;
    }

    .mobile-floating__menu a::after {
        content: none;
    }

    .mobile-floating__privacy {
        color: rgba(31, 31, 31, 0.6);
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.45px;
        text-decoration: none;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .mobile-floating__copyright {
        width: 100%;
        color: rgba(31, 31, 31, 0.6);
        font-size: 12px;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.36px;
        text-align: center;
        white-space: nowrap;
        flex: 0 0 auto;
    }

    @media screen and (max-width:380px) {
        .mobile-floating__panel {
            padding-right: 24px;
            padding-left: 24px;
        }

        .mobile-floating__button--panel-close,
        .mobile-floating__button--panel-contact {
            padding-right: 16px;
            padding-left: 16px;
        }

        .mobile-floating__button--panel-contact {
            min-width: 124px;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-floating,
    .mobile-floating__bar,
    .mobile-floating__button,
    .mobile-floating__menu-icon img,
    .mobile-floating__menu-icon::before,
    .mobile-floating__menu-icon::after,
    .mobile-floating__panel {
        transition: none;
    }
}
/*----*/
