/* -----------------------
BUTTON / LINK
-------------------------- */
.card__actions {
    margin-left: auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .5rem;
}
.card__actions .button-more {
    width: 150px;
    padding: .4rem 0 .4rem 1rem !important;
    font-size: 0.875rem;
    background-color: #fff;
}
.card__actions .button-more::after {
    right: -.8rem;
    height: 2.81rem;
}
.card__actions .button-more:hover {
    color: #ffe100;
    background-color: #041346;
}
.card__actions .button-more:hover::after {
    background-color: #ffe100;
    transform: translateY(-50%) translateX(0);
}

/* -----------------------
HEADDING
-------------------------- */
.section__title {
    text-align: center;
    margin: 0 0 0.5rem;
}

.section__title.recruit {
    text-align: right;
    color: #fff;
    margin: 1rem 2em 0 0;
}

.wrap__title-right .section__title::before {
    content: "●";
    margin-right: 0.3em;
}

.section__title-en {
    position: relative;
    font-family: "Lato", sans-serif;
    font-size: clamp(100px, 6.66vw, 120px);
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    color: #001349;
}

.section__title-en.recruit,
.section__title-en.corporate {
    text-align: right;
    color: #fff;
}
.section__title-en.contact {
    color: #fff;
}
.section__title-en.small {
    font-size: clamp(64px, 4.16vw, 74.85px);
}

.section-lead {
    padding: 0.9375rem 1.125rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: left;
    background: #001349;
    border-bottom: 4px solid #ffe100;
}

/* h2 / h3 */
.heading-primary {
    padding: 0 0 0.55rem 0.875rem;
    font-size: 1.5rem;
    font-weight: 600 !important;
    border-bottom: 3px solid #ffe100;
}
.heading-primary--gray {
    border-bottom: 1px solid #b0b4bf;
}

.heading-secondary {
    position: relative;
    padding-left: 1.4rem;
    font-size: 1.125rem;
}
.heading-secondary:before {
    content: "●";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ffe100;
}

/* heading
-------------------------- */
.paragraph-heading {
    max-width: 100%;
}
.paragraph-heading__ja {
    margin-bottom: 2rem;
    color: #031346;
    font-size: 1.58rem;
    font-weight: 600;
    line-height: 1.2;
}
.company-history__head .paragraph-heading__ja,
.company-profile__head .paragraph-heading__ja {
    color: #ffe100;
}
.paragraph-heading__en {
    display: inline-block;
    color: #031346;
    font-family: "Lato", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0.1em;
}
.section-company-history .paragraph-heading__en,
.section-company-profile .paragraph-heading__en {
    color: #fff;
}
.paragraph-heading img {
    display: block;
    width: 100%;
    max-width: 286.56px;
    height: auto;
    margin: 2rem 0 0 2.6rem;
}

@media only screen and (max-width: 960px) {
    .section__title {
        font-size: 1.8rem;
    }
    .section-products .section__title {
        margin-bottom: 3rem;
    }
    .section-products .section__title-en {
        position: absolute;
        left: 0;
        top: 0;
        writing-mode: vertical-lr;
        color: #031346;
        font-size: 6rem;
        margin: 0;
        opacity: 0.1;
        height: auto;
        pointer-events: none;
        white-space: nowrap
    }
}
@media only screen and (max-width: 640px) {
    .section-company-greeting .paragraph-heading__ja,
    .section-company-history .paragraph-heading__ja,
    .section-company-profile .paragraph-heading__ja,
    .section-company-access .paragraph-heading__ja,
    .section-company-group .paragraph-heading__ja {
        margin-bottom: 1rem;
        font-size: 1.56rem;
        line-height: 1.2;
    }
    .paragraph-heading__en {
        font-size: 2.4rem;
    }
    .section-company-greeting .paragraph-heading img {
        max-width: 246.56px;
        height: auto;
        margin: 2rem auto 0;
    }

}



/* -----------------------
HERO
-------------------------- */
.mv {
    position: relative;
    padding: 1rem 0 0;
    color: #031346;
    overflow: hidden;
}

.mv__img {
    display: block;
    width: 100%;
    height: auto;
}

.mv__copy {
    position: absolute;
    bottom: 12%;
    right: 0;
    text-align: left;
}

.mv__catch {
    margin: 0 0 1.111rem;
    font-size: calc(var(--mv-sub-size) * 1.647);
    /* 37px 相当 @1400 */
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.08em;
}
.mv__sub {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: var(--mv-sub-size);
    /* 19px 相当 @1400 */
    font-weight: 300;
    line-height: 1.79;
    letter-spacing: 0.12em;
}

.mv__lightbulb {
    width: 40px;
    height: 40px;
    margin-top: 1.5rem;
}

@media only screen and (max-width: 1480px) {
    .mv {
        padding-top: 3rem;
    }
}
@media only screen and (max-width: 1400px) {
    .mv__copy {
        position: relative;
        width: 100%;
        padding: 2rem 0 5.2rem;
    }
    .mv__catch,
    .mv__sub {
        position: static;
        padding: 0 0 0 14rem;
    }
    .mv__lightbulb {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60%;
        min-width: 640px;
        height: auto;
        margin: 0;
    }
}
@media only screen and (max-width: 960px) {
    .mv__catch,
    .mv__sub {
        position: static;
        padding: 0 0 0 12rem;
    }
    .mv__catch {
        font-size: calc(var(--mv-sub-size) * 1.63);
    }
    .mv__sub {
        font-size: calc(var(--mv-sub-size) * .975);
    }
}
@media only screen and (max-width: 787px) {
    .mv__catch {
        font-size: calc(var(--mv-sub-size) * 1.13);
    }
    .mv__sub {
        font-size: calc(var(--mv-sub-size) * .875);
    }
}
@media only screen and (max-width: 640px) {
    .mv {
        padding-top: 1rem;
    }
    .mv__copy {
        position: relative;
        width: 100%;
        padding: 0;
    }
    .mv__catch,
    .mv__sub {
        position: static;
        padding: 0 0 0 1rem;
    }
    .mv__lightbulb {
        position: static;
        width: 100%;
        min-width: auto;
    }
}
@media only screen and (max-width:480px) {
    .mv__catch {
        font-size: calc(var(--mv-sub-size) * .99);
    }
    .mv__sub {
        font-size: calc(var(--mv-sub-size) * .705);
    }
}

.mv__img-pc {display:block;}
.mv__img-tb {display:none;}
.mv__img-sp {display:none;}
@media only screen and (max-width:1400px) {
    .mv__img-pc {display:none;}
    .mv__img-tb {display:block;}
    .mv__img-sp {display:none;}
}
@media only screen and (max-width: 640px) {
    .mv__img-pc {display:none;}
    .mv__img-tb {display:none;}
    .mv__img-sp {display:block;}
}

/* under */
.page-hero {
    position: relative;
    padding: 4rem 0 6rem;
    background-color: #eff3f9;
    border-radius: 0 0 50% 50% / 0 0 120px 120px;
    z-index: 1;
}
.page-hero .page__inner {
    align-items: center;
}
.page-hero__title {
    margin-bottom: 2rem;
    color: #031346;
    font-size: clamp(37px, 3.26vw, 47px);
    font-weight: 600;
    line-height: 1.2;
}
.page-hero__title-en {
    display: inline-block;
    padding-bottom: .6rem;
    color: #031346;
    font-family: "Lato", sans-serif;
    font-size: clamp(23px, 2.08vw, 30px);
    font-weight: 400;
    border-bottom: 5px solid #ffe100;
}
.page-hero__img {
    width: 55%;
    max-width: auto;
}
.page-hero__img img {
    width: 100%;
    height: auto;
    display: block;
}
@media only screen and (max-width: 640px) {
.page-hero {
    padding: 4rem 0 6rem;
    border-radius: 0 0 50% 50% / 0 0 56px 56px;
}
    .page-hero__title-en {
        padding-bottom: .2rem;
        font-size: clamp(20px, 2.08vw, 24px);
        border-bottom: 3px solid #ffe100;
    }

    .page-hero .display__flex-between {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
    .page-hero__title {
        margin-bottom: 1.2rem;
    }
    .page-hero__text {
        margin-bottom: 1.4rem;
    }

    .page-hero__title-en {
        margin: 0;
    }

    .page-hero__img {
        width: 90%;
        margin: 0 0 0 auto;
    }

    .section-privacy {
        padding: 40px 0;
        margin-top: -40px;
    }

    .privacy-meta {
        text-align: left;
        margin-bottom: 40px;
    }

    .privacy-section__title {
        font-size: 1.15rem;
    }
}

/* -----------------------
TOP PAGE
-------------------------- */
/* ========== PRODUCTS ========== */
.section-products {
    padding: 6rem 0;
}
.products__list {
    list-style: none;
    display: grid;
    gap: 2rem;
    margin: 3rem 0 0;
}

.products__item {
    background: #031346;
    overflow: hidden;
}

.products__card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 19.94rem;
    color: #fff;
    text-decoration: none;
}

.products__media {
    position: relative;
    width: 70%;
    overflow: hidden;
}

.products__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s cubic-bezier(.22, 1, .36, 1);
}

.products__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(3, 19, 70, 0) 45%,
        rgba(3, 19, 70, 0.55) 68%,
        #031346 100%
    );
    pointer-events: none;
}

.products__content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 3.6rem 0 0;
    margin-left: -10%;
    position: relative;
    z-index: 1;
}

.products__card:hover .products__media img {
    transform: scale(1.02);
}

.button__wrap-products {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: clamp(27px, 2.05vw, 37px);
    white-space: nowrap;
    color: currentColor;
    --circle: 3rem;
    --arrow: 4.5rem;
    --gap: 5rem;
}

.button__wrap-products::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(var(--gap) * -1);
    transform: translateY(-50%);
    width: var(--circle);
    height: var(--circle);
    border-radius: 50%;
    border: 1px solid currentColor;
    transition: border-color .3s ease;
}

.button__wrap-products::before {
    content: "";
    position: absolute;
    top: 50%;
    right: calc((var(--gap) * -1.03) + (var(--circle) - var(--arrow)) / 2);
    transform: translateY(-50%);
    width: var(--arrow);
    height: var(--arrow);
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h10'/%3E%3Cpath d='M14.3 10l1.7 2'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h10'/%3E%3Cpath d='M14.3 10l1.7 2'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .3s ease, background-color .3s ease;
}

.products__card:hover {
    color: #0080ff;
}

.products__card:hover .button__wrap-products::before {
    transform: translateY(-50%) translateX(1.5rem);
}

@media only screen and (max-width: 960px) {
    .section-products {
        position: relative;
    }

    .products__list {
        margin: 0 0 5rem;
        gap: 10em;
    }
    .products__list li {
        overflow: visible;
    }

    .products__card {
        display: block;
        min-height: 0;
    }

    .products__media {
        position: relative;
        width: 100%;
    }

    .products__media::after {
        display: none;
    }

    .products__content {
        position: relative;
        margin-left: 0;
        padding: 0;
        display: block;
    }

    .button__wrap-products {
        position: absolute;
        left: 50%;
        bottom: -6rem;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        width: 60%;
        max-width: 253.9962px;
        margin: 0;
        padding: 1.5rem 1.5rem;
        background: #fff;
        color: #031346;
        border: 1px solid #031346;
        border-radius: 999px;
        font-size: 1.2rem;
        box-sizing: border-box;
        z-index: 2;
        --circle: 1.4rem;
        --arrow: 1.5rem;
        --gap: 0;
    }
    .button__wrap-products::after {
        display: none;
    }
    .button__wrap-products::before {
        position: absolute;
        right: 1.25rem;
        width: 70px;
        height: 70px;
        background-color: #031346;
    }
}
@media only screen and (max-width: 640px) {
    .section-products {
        padding: 1rem 0 0 6%;
    }
    .products__list {
        margin: 0 0 8em;
        gap: 8em;
    }
    .button__wrap-products {
        bottom: -4.8rem;
        width: 64%;
        padding: 1.1rem 0 1.1rem 1.5rem;
    }
}


/* ========== RECRUIT ========== */
.section-recruit {
    position: relative;
    height: clamp(459px, 40.06vw, 639px);
    padding: 1rem 0;
    background-color: #031346;
    overflow: hidden;
    z-index: 1;
}

/* Recruit Button */
.wrap__button-recrit {
    position: absolute;
    bottom: calc(10% + 1em);
    margin: 0;
    right: 7rem;
}

.button-recruit {
    width: 112.5773px;
    height: 112.5773px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-indent: -9999px;
    /* Hide text if any */
    position: relative;
    transition: background-color .35s ease;
}
.button-recruit::before {
    /* Arrow Line */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 1px;
    background-color: #031346;
    mask: none;
    /* Reset conflicting mask */
    -webkit-mask: none;
    transition: background-color .35s ease;
}
.button-recruit::after {
    /* Arrow Head */
    content: "";
    position: absolute;
    top: 50%;
    right: 37px;
    /* Adjust based on width */
    width: 12px;
    height: 12px;
    border-top: 1px solid #031346;
    transform: translateY(-50%) rotate(45deg);
    background: transparent;
    border-radius: 0;
    transition: border-color .35s ease;
}
.section-recruit:hover .button-recruit {
    background: #031346;
}
.section-recruit:hover .button-recruit::before {
    background-color: #fff;
}
.section-recruit:hover .button-recruit::after {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;

    border-top: 1px solid #fff;
}

.section-recruit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #031346 url(../img/top/recruit.png) center / cover no-repeat;
    z-index: -1;
    transition: filter .35s ease, transform .6s ease;
    will-change: filter;
}

.section-recruit:hover::before {
    filter: brightness(1.2) contrast(1.02);
    transform: scale(1.02);
}

.recruit__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 960px) {
    .section-recruit {
        height: clamp(589px, 40.06vw, 639px);
    }
    .section-recruit::before {
        background: #031346 url(../img/top/recruit.png) left top / cover no-repeat;
    }

    /* Recruit Title Group */
    .wrap__title-right {
        position: absolute;
        top: 1rem;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 0.8rem;
        padding: 0;
        height: auto;
    }
    .wrap__title-right .section__title-en {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        margin: 0;
        opacity: 1;
        letter-spacing: 0.1em;
        position: static;
        width: auto;
        height: auto;
        color: #fff;
        white-space: nowrap;
    }
    .wrap__title-right .section__title {
        writing-mode: horizontal-tb;
        font-size: 1.4em;
        margin: 0 2.2rem 0 0;
        /* Spacing from EN title */
        color: #fff;
        display: flex;
        align-items: center;
        transform: translateX(-2em);
    }
    .wrap__title-right .section__title::before {
        margin-right: 0.3em;
        font-size: 1em;
    }

    .wrap__button-recrit {
        left: 3rem;
        bottom: 12%;
        right: auto;
    }
    .button-recruit {
        width: 80px;
        height: 80px;
    }
    .button-recruit::before {
        width: 30px;
    }
    .button-recruit::after {
        right: 25px;
        width: 8px;
        height: 8px;
    }
}
@media only screen and (max-width: 640px) {
    .section-recruit {
        height: 459px;
        background-color: #031346;
        overflow: hidden;
        z-index: 1;
    }
    .wrap__title-right .section__title-en {
        font-size: 5rem;
    }
    .wrap__title-right .section__title {
        margin: 0 1.2rem 0 0;
        font-size: 1.2em;
    }
    .wrap__button-recrit {
        left: 1.6rem;
        bottom: 8%;
    }
    .section-recruit .u-mr30 {
        margin-right: 1rem !important;
    }
}


/* ========== CORPORATE ========== */
.section-corporate {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: 6rem 0 8rem;
}

.section-corporate::before {
    content: "";
    position: absolute;
    inset: 0 -2vw;
    top: 0;
    padding: 0;
    background: #001349;
    border-radius: 0 0 90% 90% / 0 0 50% 50%;
    z-index: -1;
}

.corporate__head {
    display: flex;
    align-items: baseline;
    gap: clamp(.8rem, 2.2vw, 2.4rem);
    color: #fff;
    margin-bottom: clamp(1.6rem, 3.6vw, 3rem);
}

.corporate__cards {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(1rem, 2.6vw, 2.2rem);
}

.corporate__card {
    margin: 0;
}

.corporate__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.corporate__figure {
    margin: 0;
    overflow: hidden;
}

.corporate__figure img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: filter .35s ease, transform .6s ease;
    will-change: filter, transform;
}

.corporate__caption {
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: .08em;
    padding: .9rem 1rem 1.2rem;
}

.corporate__link:hover img {
    filter: brightness(1.2);
    transform: scale(1.02);
}

@media only screen and (max-width: 960px) {
    .section-corporate::before {
        border-radius: 0 0 90% 90% / 0 0 20% 20%;
    }

    .corporate__head {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 1rem;
        margin-bottom: 4rem;
        width: 100%;
        text-align: center;
        /* Ensure text alignment */
    }
    .corporate__head .section__title {
        font-size: 1.4rem;
    }

    .corporate__head .section__title::before {
        margin-right: .3em;
        font-size: 1em;
    }

    .corporate__cards {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .corporate__caption {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 640px) {
    .section-corporate::before {
        border-radius: 0 0 60% 60% / 0 0 10% 10%;
    }
    .corporate__head .section__title-en {
        font-size: 4.6rem;
    }
}
@media only screen and (max-width: 480px) {
    .section-corporate {
        padding: 6rem 0;
    }
    .section-corporate::before {
        border-radius: 0 0 70% 70% / 0 0 10% 10%;
    }
    .corporate__head .section__title-en {
        font-size: 3.6rem;
    }
    .corporate__head .section__title {
        font-size: 1.2rem;
    }
}


/* ========== NEWS ========== */
.section-news {
    padding: 5rem 0 6rem;
}

.news__list {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: .02em;
    border-top: 1px solid rgba(204, 204, 204, 1);
}

.news__item {
    padding: 1rem;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.news__link {
    display: grid;
    gap: 2.77rem;
    grid-template-columns: 10rem 1fr;
    color: inherit;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.news__link:hover {
    color: #0046b0;
}

.news__date {
    text-align: right;
    white-space: nowrap;
}

.news__title {
    line-height: 1.6em;
}

@media only screen and (max-width: 960px) {
    .section-news .page__inner {
        width: 90% !important;
        padding: 0 !important;
        margin: 0 auto;
    }
    .section-news hgroup {
        text-align: center;
        margin-bottom: 3rem;
    }

    .section-news .section__title-en {
        position: static;
        writing-mode: horizontal-tb;
        transform: none;
        text-align: center;
        width: auto;
        opacity: 1;
        color: #031346;
        margin: 0;
    }

    .section-news .section__title {
        margin: 0 0 1rem;
        font-size: 1.4rem;
    }

    .section-news .wrap__button {
        width: 60% !important;
        max-width: 253.9962px;
        margin: 2rem auto 0 !important;
        padding: 1.5rem !important;
    }

    .section-news .button-more {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .news__link {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .news__date,
    .news__title {
        font-size: 1rem;
        text-align: left;
    }
}
@media only screen and (max-width: 640px) {
    .section-news {
        margin-bottom: 0;
        padding: 4rem 0;
    }
    .section-news .page__inner {
        width: 100% !important;
    }
    .section-news .section__title-en {
        font-size: 3.6rem;
    }
    .section-news .section__title {
        font-size: 1.2rem;
    }

    .section-news .wrap__button {
        width: 68%;
        max-width: 100%;
        margin: 2rem auto 0 !important;
        padding: 1.1rem 0 1.1rem 1.5rem !important;
    }
}

/* ========== CONTACT ========== */
.section-contact {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding: 6rem 0 0;
    margin-bottom: -1px;
}

.section-contact::before {
    content: "";
    position: absolute;
    inset: 0 -2vw;
    top: 0;
    padding: 0;
    background: #001349;
    border-radius: 70% 70% 0 0 / 50% 50% 0 0;
    z-index: -1;
}
.section-contact>.page__inner {
    position: relative;
    z-index: 1;
}

.btn {
    --btn-h: 4.44rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--btn-h);
    text-decoration: none;
    font-weight: 600;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease, transform .3s ease;
    will-change: background-color, color, border-color;
}

.contact__dl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    background: #fff;
    border-radius: 9999px;
    padding: 1.2rem 1.4rem;
    max-width: 960px;
    margin: 0 auto;
}

.contact__dl-left {
    margin-right: auto;
    padding-left: .5rem;
}

.contact__dl-text {
    margin: 0;
    color: #031346;
    letter-spacing: .04em;
    font-size: clamp(.95rem, 1.2vw, 1rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact__cta-btn {
    width: 25%;
    font-size: 0.75rem;
}

.contact__cta-btn--primary {
    width: 30%;
}

@media only screen and (max-width: 960px) {
    .section-contact {
        padding: 6rem 1.5rem 2rem;
    }

    .section-contact::before {
        border-radius: 50% 50% 0 0 / 15% 15% 0 0;
    }

    .section-contact hgroup .section__title-en {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        position: absolute;
        left: 0.1rem;
        top: 6rem;
        opacity: 0.15;
        color: #fff;
        font-size: 3.4rem;
    }

    .section-contact hgroup .section__title-en.contact {
        position: static;
        transform: none;
        writing-mode: horizontal-tb;
        color: #fff;
        opacity: 1;

    }

    .section-contact .section__title {
        display: none;
    }

    .contact__dl {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2.2rem 1.5rem 1.8rem;
        border-radius: 70px;
        gap: 1.2rem;
        position: relative;
    }
    .contact__dl-left {
        flex-direction: row;
        justify-content: center;
        gap: 1.2rem;
        margin: 0 !important;
    }
    .contact__dl-text {
        text-align: center;
        padding: 0 !important;
    }

    .contact__cta-btn {
        width: 100% !important;
        text-align: center !important;
    }
    .contact__cta-btn--catalog {
        margin-left: 0 !important;
    }
    .section-contact .button-more {
        width: 60% !important;
        max-width: 283.9962px;
        height: 3.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        padding-left: 0 !important;
        margin: 0 auto !important;
    }
    .section-contact .button-more::after {
        right: 0.5rem;
    }
}
@media only screen and (max-width: 640px) {
    .section-contact {
        padding: 6rem 0 0;
    }
    .section-contact::before {
        border-radius: 60% 60% 0 0 / 10% 10% 0 0;
    }

    .section-contact .page__inner {
        padding-left: 0;
        padding-right: 0;
    }
    .contact__dl {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 2.2rem 1.5rem 1.8rem;
        border-radius: 90px;
        gap: 1.2rem;
        position: relative;
    }
    .section-contact .button-more {
        width: 88% !important;
        max-width: auto;
        height: 3.6rem;
    }
    .section-contact .button-more::after {
        right: 0;
    }
}


/* -----------------------
PRIVACY POLICY
-------------------------- */
.section-privacy {
    padding: 5rem 0 8rem;
    font-weight: 500;
}
.section-privacy .bullet-list {
    margin: .5rem 1rem !important;
}

.section-privacy a {
    color: #0500ff;
    text-decoration: underline;
}


/* -----------------------
SITEMAP
-------------------------- */
.section-sitemap {
    padding: 5rem 0 8rem;
    position: relative;
    z-index: 2;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 60px;
    align-items: start; /* 念のため */
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 60px;
    align-items: start;
}

.sitemap-item > a {
    display: block;
    font-size: 1.1rem;
    color: #031346;
    padding-bottom: 12px;
    border-bottom: 2px solid #ffe100;
    position: relative;
    transition: color .3s ease, transform .3s ease;
}

.sitemap-item > a span {
    position: relative;
    display: inline-block;
    transition: opacity .3s ease, transform .3s ease;
}

.sitemap-item > a span::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffe100;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%) translateY(6px);
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
}

.sitemap-item > a:hover span::before {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.sitemap-sublist {
    margin-top: 15px;
    padding-left: 20px;
}

.sitemap-sublist li {
    margin-bottom: 15px;
}

.sitemap-sublist li a {
    font-size: 1rem;
    color: #031346;
    display: block;
}

.sitemap-sublist li a:hover {
    text-decoration: underline;
}

.sitemap-sublist li a::before {
    content: ">";
    margin-right: 5px;
}

@media only screen and (max-width: 960px) {
    .sitemap-grid {
        grid-template-columns: 1fr;
    }
}

/* -----------------------
CONTACT PAGE
-------------------------- */
.section-contact-page {
    padding: 5rem 0 8rem;
    color: #001349;
}

.contact-container {
    align-items: flex-start;
    gap: 0 40px;
}

/* Steps */
.contact-steps {
    width: 250px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
}

.contact-steps__list {
    position: relative;
}
.contact-steps__list::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #9da7c4;
    z-index: -1;
}

.contact-steps__item {
    font-size: 1.1rem;
    color: #9da7c4;
    margin-bottom: 1.6em;
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-steps__item.is-active {
    color: #001349;
}
.contact-steps__item .step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #9da7c4;
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1em;
}
.contact-steps__item.is-active .step-num {
    background: #001349;
}

/* Form */
.contact-form-wrapper {
    flex-grow: 1;
}

.form-group {
    display: flex;
    align-items: center;
    padding: 1.8rem 0;
    border-bottom: 1px solid #b0b4bf;
}

.form-label {
    width: 250px;
    flex-shrink: 0;
    font-size: 1rem;
    line-height: 1.6;
}
.form-input {
    flex-grow: 1;
}

.badge-required {
    display: inline-block;
    margin-top: 5px;
    padding: 2px 8px;
    color: #fff;
    font-size: 0.7rem;
    background: #e60012;
    border-radius: 2px;
}

input[type="text"],
input[type="name"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="postal-code"],
input[type="password"] {
    padding: 1rem;
    line-height: 1em;
	border: solid 1px #b0b4bf;
	z-index: 0 !important;
}
input[type="text"]:focus,
input[type="name"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="postal-code"]:focus,
input[type="password"]:focus {
	border: solid 1px #0500ff;
	z-index: 0 !important;
	outline: 0;
}
::placeholder {
	color: #B0B0B0;
	font-size: 1.6rem;
}

textarea {
    padding: 1rem;
    line-height: 1.3em;
	border: solid 1px #b0b4bf;
	z-index: 0 !important;
}
textarea:focus {
	border: solid 1px #0500ff;
	z-index: 0 !important;
	outline: 0;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
}
.radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.input-inline {
    display: flex;
    gap: 0 20px;
}

.label-sub {
    font-size: 0.875rem;
    white-space: nowrap;
}

.form-info {
    font-size: 0.875rem;
    margin-top: 8px !important;
}

/* file */
.input-file-group {
    display: grid;
    gap: 16px;
}

.input-file > p {
    display: grid;
    grid-template-columns: 80px 140px 1fr;
    align-items: center;
    gap: 16px;
    margin: 0;
}

.input-file br {
    display: none;
}

.file-label {
    color: #031346;
    font-weight: 600;
    white-space: nowrap;
}

.input-file .wpcf7-form-control-wrap {
    display: block;
    width: 140px;
    min-width: 140px;
}

.input-file input[type="file"] {
    width: 140px;
    color: transparent;
    font-size: 0;
}

.input-file input[type="file"]::file-selector-button {
    width: 140px;
    height: 42px;
    padding: 0 16px;
    color: #031346;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #aab4d0;
    border-radius: 999px;
    cursor: pointer;
}

.input-file input[type="file"]::-webkit-file-upload-button {
    width: 140px;
    height: 42px;
    padding: 0 16px;
    color: #031346;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #aab4d0;
    border-radius: 999px;
    cursor: pointer;
}

.file-name {
    color: #031346;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
}

/* cf7 */
/* CF7が勝手に入れるpの影響を消す */
.wpcf7-form p {
    margin: 0;
}

/* フォーム全体 */
.contact-container {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
}

/* 左ステップ + 右フォーム */
.contact-form-wrapper {
    flex: 1;
    min-width: 0;
}

/* 入力側 */
.form-input {
    min-width: 0;
}

/* input-item の中で p が flex を邪魔してるので、p 自体を並び要素にする */
.input-item > p {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}
.input-item .wpcf7-form-control-wrap {
    display: block;
    min-width: 0;
}
.input-item .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

/* 通常の入力欄 */
.form-input > p,
.form-input .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* CF7の実体 */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel {
    height: 50px;
    padding: 0 16px;
    border: 1px solid #cfd4df;
    background: #fff;
}

.wpcf7-form-control.wpcf7-textarea {
    min-height: 180px;
    padding: 16px;
    border: 1px solid #cfd4df;
    background: #fff;
    resize: vertical;
}

/* 郵便番号 */
.input-zip > p {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.input-zip .wpcf7-form-control-wrap {
    width: 30%;
    flex: 0 0 30%;
}

.input-zip .wpcf7-form-control {
    width: 100%;
    box-sizing: border-box;
}

.button-zip {
    width: 120px;
    padding: .6rem 1rem;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    background: #001349;
    border-radius: 20px;
    border: none;
    cursor: pointer;
}

.contact-submit {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.contact-submit__inner {
    position: relative;
    display: block;
    width: 80%;
    min-width: 500px;
}

.contact-submit__inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 28px;
    height: 1px;
    background: #031346;
    transform: translateY(-50%);
    transition: transform .3s ease;
    pointer-events: none;
    z-index: 2;
}

.contact-submit__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #031346;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .3s ease;
    pointer-events: none;
    z-index: 2;
}

.contact-submit__inner:hover::before {
    transform: translateY(-50%) translateX(0.8rem);
}

.contact-submit__inner:hover::after {
    transform: translateY(-50%) translateX(0.8rem) rotate(45deg);
}

.button-submit,
.button-send {
    display: block;
    width: 100%;
    height: 80px;
    padding: 0 72px 0 40px;
    appearance: none;
    -webkit-appearance: none;
    background: #ffe100;
    color: #031346;
    font-size: 1.1875rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #ffe100;
    border-radius: 90px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.button-submit:hover,
.button-send:hover {
    background: #fff;
    border: 1px solid #031346;
}

.button-back {
    display: block;
    width: 100%;
    height: 80px;
    padding: 0 72px 0 40px;
    appearance: none;
    -webkit-appearance: none;
    color: #031346;
    font-size: 1.1875rem;
    font-weight: 600;
    text-align: center;
    border: 1px solid #031346;
    border-radius: 90px;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.button-back:hover {
    border: 1px solid #031346;
}

@media only screen and (max-width: 640px) {
    .radio-group p {
        margin: 0;
    }

    .radio-group .wpcf7-form-control-wrap,
    .radio-group .wpcf7-radio {
        display: block;
    }

    .radio-group .wpcf7-list-item {
        display: block;
        margin: 0 0 0.875rem 0;
    }

    .radio-group .wpcf7-list-item:last-child {
        margin-bottom: 0;
    }

    .radio-group .wpcf7-list-item label {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .input-item > p {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: center;
        gap: 12px;
    }
    
    .input-zip > p {
        flex-wrap: wrap;
    }

    .input-zip .wpcf7-form-control-wrap {
        width: 50%;
        flex: 0 0 50%;
    }

    .contact-submit__inner {
        width: 100%;
        min-width: 300px;
    }

    .button-submit,
    .button-send,
    .button-back {
        height: 64px;
        padding: 0 56px 0 24px;
        font-size: 1rem;
    }

    .badge-required {
        margin-top: 0;
        margin-left: .5rem;
    }

    .input-file > p {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 5px;
    }

}


/* SP */
@media only screen and (max-width: 767px) {
    .contact-container {
        display: block;
    }

    .form-group {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px 0;
    }

}

@media only screen and (max-width: 1200px) {
    .contact-container {
        display: block;
    }

    .contact-steps {
        width: 100%;
        position: static;
        margin-bottom: 2.5rem;
    }

    .contact-steps__list {
        display: flex;
        justify-content: space-between;
    }
    .contact-steps__item {
        position: relative;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        text-align: center;
    }
    .step-num {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-steps__list::before {
        display: none;
    }
    .contact-steps__item:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 16px;
        left: calc(50% + 16px);
        width: calc(100% - 32px);
        height: 2px;
        background: #9da7c4;
        z-index: 0;
    }
    .contact-steps__item.is-active::after {
        background: #001349;
    }

    .contact-form-wrapper {
        width: 100%;
    }

    .form-group {
        flex-direction: column;
        align-items: stretch;
        gap: 15px 0;
    }

    .form-label,
    .form-input {
        width: 100%;
    }
}

/* confirm */
.contact-step[hidden] {
    display: none;
}

.confirm-list {
    border-top: 1px solid #cfd4df;
}

.confirm-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #cfd4df;
}

.confirm-label {
    color: #031346;
    font-weight: 700;
}

.confirm-value {
    display: flex;
    align-items: center;
    gap: 0.5em;
    line-height: 1.6;
}

.confirm-value span {
    display: inline;
    line-height: 1.6;
}

.confirm-buttons > p {
    display: grid;
    grid-template-columns: 320px 320px;
    justify-content: center;
    gap: 20px;
    margin: 4rem 0 0;
}

.confirm-buttons br {
    display: none;
}

.confirm-buttons .contact-submit__inner {
    position: relative;
    display: block;
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
}

.confirm-buttons .button-back,
.confirm-buttons .button-send {
    display: block;
    width: 100%;
}

/* thanks */
.contact-thanks h2 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.contact-thanks p {
    font-weight: 500;
}
.contact-thanks-button-wrapper {
    width: 30%;
    margin: 5rem 0 0;
}

@media only screen and (max-width: 767px) {
    .confirm-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .confirm-buttons > p {
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .confirm-buttons {
        flex-direction: column;
    }
    .confirm-buttons .contact-submit__inner {
        width: 300px;
        margin: 0 auto;
    }

    .contact-thanks-button-wrapper {
        width: 60%;
    }

}


/* -----------------------
FAQ PAGE
-------------------------- */
.section-faq {
    position: relative;
    padding: 5rem 0 8rem;
    z-index: 1;
}

.faq-list {
    display: grid;
    gap: 1.6rem;
}
.faq-list a {
    color: #0500ff;
    text-decoration: underline;
}
.faq-item a:hover {
    text-decoration: none;
}

.faq-item__question {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    border: none;
    border-bottom: 4px solid #ffe100;
    background: #031346;
    color: #fff;
    text-align: left;
    padding: 14px 20px;
    cursor: pointer;
}

.faq-item__badge {
    display: inline-grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffe100;
    color: #031346;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1em;
}

.faq-item__question-text {
    flex: 1;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.faq-item__toggle {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.faq-item__toggle::before,
.faq-item__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
}
.faq-item__toggle::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform .25s ease;
}
.faq-item.is-open .faq-item__toggle::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-item__answer {
    height: 0;
    overflow: hidden;
    background: #eff4fb;
    transition: height 0.3s ease;
}

.faq-item__answer-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 60px 28px 20px;
}

.faq-item__answer-body p {
    color: #001349;
    font-weight: 500;
}

.faq-item__answer-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
    .faq-item__answer-inner {
        padding: 2rem 1rem;
    }
}

/* -----------------------
COMPANY PAGE
-------------------------- */
/* section / grid
-------------------------- */
.section-company-history,
.section-company-profile {
    position: relative;
    isolation: isolate;
    overflow: clip;
}
.section-company-history {
    padding: 10rem 0 0;
    font-weight: 400;
}
.section-company-history::before {
    content: "";
    position: absolute;
    inset: 0 -4vw;
    background: #001349;
    border-radius: 120% 120% 0 0 / 40% 40% 0 0;
    z-index: -1;
}
.section-company-profile {
    padding: 6rem 0 10rem;
    font-weight: 400;
}

.section-company-profile::before {
    content: "";
    position: absolute;
    inset: 0 -4vw;
    background: #001349;
    border-radius: 0 0 120% 120% / 0 0 40% 40%;
    z-index: -1;
}

/* greeting
-------------------------- */
.section-company-greeting {
    padding: 5rem 0 8rem;
}
.company-greeting__grid {
    display: grid;
    grid-template-columns: minmax(max-content, 360px) 1fr;
    column-gap: 1rem;
    gap: 24px 74px;
    align-items: start;
}

.company-greeting__lead {
    margin: 1.4rem 0 1.25rem;
    padding-bottom: 0.65rem;
    border-bottom: 3px solid #ffe100;
    font-size: clamp(20px, 4.8vw, 24px);
    font-weight: 600 !important;
    line-height: 1.5;
}

.company-greeting__body p {
    color: #031346;
    font-weight: 400;
}
.company-greeting__sign {
    margin: 3.6rem 0 0 auto;
    width: 18rem;
}

/* company history
-------------------------- */
.company-history__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
.company-history__grid {
    grid-template-columns: minmax(320px, 420px) 1fr;
    gap: 72px;
    align-items: start;
}
.company-history__item {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 0;
    margin-bottom: 1.6rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
.company-history__item dd {
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.95);
}

/* photos
-------------------------- */
.company-photo-grid {
    display: grid;
    gap: 12px;
    margin: 0 0 3rem;
}
.company-photo-grid__row {
    overflow: hidden;
}
.company-photo-grid__track {
    --start: 0%;
    display: flex;
    width: max-content;
    animation: company-photo-scroll 38s linear infinite;
}
.company-photo-grid__row--offset .company-photo-grid__track {
    --start: -10%;
}
.company-photo-grid__set {
    display: flex;
    flex-shrink: 0;
    gap: 6px;
}
.company-photo-grid__set img {
    width: clamp(280px, 18vw, 320px);
    aspect-ratio: 5 / 3;
    object-fit: cover;
    display: block;
    margin: 0 .3rem .3rem;
}
@keyframes company-photo-scroll {
    from {
        transform: translateX(var(--start));
    }

    to {
        transform: translateX(calc(-33.333333% + var(--start)));
    }
}

/* company profile
-------------------------- */
.company-profile__grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 24px 60px;
    align-items: start;
}

.company-profile__card {
    background: #f9f9fe;
}
.company-profile__table {
    width: 100%;
    border-collapse: collapse;
}
.company-profile__table th,
.company-profile__table td {
    padding: 1.6rem .875rem;
    color: #031346;
    vertical-align: middle;
    border: .5px solid #050032;
}

.company-profile__table tr:last-child th,
.company-profile__table tr:last-child td {
    border-bottom: 0;
}

/* access
-------------------------- */
.section-company-access {
    padding: 6rem 0;
}

.company-access__grid {
    display: grid;
    grid-template-columns: 21rem 1fr;
    gap: 24px 60px;
    align-items: start;
}

.company-access__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.company-access__tab {
    position: relative;
    appearance: none;
    padding-right: 1rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    border-right: solid 1px #000;
    cursor: pointer;
    transition: color 0.3s ease;
}
.company-access__tab:last-child {
    border: none;
}
.company-access__tab.is-active {
    color: #0046b0;
}
.company-access__tab.is-active::before {
    content: "";
    position: absolute;
    top: -1.2rem;
    left: calc(50% + 1rem);
    transform: translateX(calc(-50% - 1.5rem));
    width: 12px;
    height: 12px;
    background: #ffe100;
    border-radius: 50%;
}
.company-access__map {
    position: relative;
    transition: opacity 0.2s ease;
}
.company-access__map.is-changing {
    opacity: 0;
}
.company-access__map iframe {
    width: 100%;
    height: 470px;
    border: 0;
    display: block;
}

/* corporate group
-------------------------- */
.section-company-group {
    padding: 0 0 6rem;
}
.company-group__grid {
    display: grid;
    grid-template-columns: 21rem 1fr;
    gap: 24px 60px;
    align-items: start;
}

.company-group__list li {
    padding: 0 0 3rem;
}

.company-group__name {
    margin: 0 0 .8rem;
    padding-bottom: 0.35rem;
    font-size: 1.2rem;
    font-weight: 600 !important;
    border-bottom: 3px solid #ffe100;
}


.company-group__address {
    color: #031346;
    font-weight: 500;
}

@media only screen and (max-width: 1180px) {
    .section-company-history {
        padding: 6rem 1.5rem 2rem;
    }

    .section-company-history::before {
        inset: 0 -2vw;
        top: 0;
        border-radius: 50% 50% 0 0 / 96px 96px 0 0;
    }

    .company-history__list {
        padding: 20px 0 24px;
    }

    .company-history__item {
        grid-template-columns: 1fr;
        gap: 4px;
        margin-bottom: 12px;
    }

    .company-history__item dd {
        padding-left: 0;
        border-left: 0;
    }

    .company-photo-grid {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
        gap: 8px;
        overflow: hidden;
    }

    .company-photo-grid__row {
        overflow: hidden;
    }

    .company-photo-grid__set {
        display: flex;
        flex-shrink: 0;
        gap: 8px;
    }

    .company-photo-grid__set img {
        width: calc((100vw - 16px) / 3);
        aspect-ratio: 5 / 3;
        object-fit: cover;
        display: block;
        margin: 0;
    }

    .section-company-profile {
        padding: 56px 0 68px;
    }

    .section-company-profile::before {
        border-radius: 0 0 50% 50% / 0 0 96px 96px;
    }

    .company-access__map iframe {
        height: 240px;
    }
}

@media only screen and (max-width: 960px) {
    .company-greeting__grid,
    .company-history__grid,
    .company-access__grid,
    .company-group__grid,
    .company-profile__grid {
        grid-template-columns: 1fr !important;
        gap: 1.6rem !important;
    }

    .company-access__tabs {
        gap: 0.4rem;
        margin-bottom: 0.8rem;
    }

    .company-access__tab {
        padding: 0.65rem 1rem;
        font-size: 0.85rem;
    }

    .company-access__map iframe {
        height: 240px;
    }
}

@media only screen and (max-width: 640px) {
    .section-company-greeting {
        padding: 5rem 0;
    }
    .section-company-history {
        padding: 6rem 0 0;
        font-weight: 400;
    }
    .section-company-history::before {
        border-radius: 50% 50% 0 0 / 56px 56px 0 0;
    }
    .section-company-profile {
        padding: 3rem 0 6rem;
    }
    .section-company-profile::before {
        border-radius: 0 0 50% 50% / 0 0 56px 56px;
    }

    .company-greeting__lead {
        margin: 1.25rem 0 1.86rem;
    }
    .company-greeting__sign {
        margin: 2.6rem 0 0 auto;
        width: 16rem;
    }

    .company-photo-grid__set img {
        width: calc((100vw - 8px) / 2);
        margin: 0;
    }

    .company-profile__table th,
    .company-profile__table td,
    .company-profile__table tr:last-child th,
    .company-profile__table tr:last-child td {
        display: block;
        padding: 1.25rem .875rem;
        border: solid #050032;
        border-width: 0 0 .5px 0;
    }

    .company-access__tab {
        padding: 0;
        padding-right: .5rem;
        font-size: 0.85rem;
    }

    .company-group__list li {
        padding: 1rem 0 1.4rem;
    }

}

/* -----------------------
NEWS PAGE
-------------------------- */
.section-news-page {
    padding: 5rem 0 8rem;
}

.news-page__list li {
    padding: 1.8rem;
    border-bottom: .25px solid #040030;
}

.news-page__list li a {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 20px;
    color: #031346;
}
.news-page__list li a:hover span {
    text-decoration: underline;
}

.news-page__list li a.no-link:hover span {
    text-decoration: none;
    cursor: auto;
}

@media only screen and (max-width: 960px) {
    .news-page__list li {
        padding: 1.8rem 0;
    }
    .news-page__list li a {
        grid-template-columns: max-content 1fr;
        gap: 2rem;
    }
}

/* -----------------------
RECRUIT DETAIL PAGE
-------------------------- */
.section-recruit-detail {
    padding: 5rem 0 8rem;
}

.recruit-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #040030;
}

.recruit-table th,
.recruit-table td {
    padding: 2.4rem;
    vertical-align: middle;
    border: 0.5px solid #040030;
}

.recruit-table th {
    width: 20%;
    background: #eff3f9;
}
.recruit-table td {
    font-weight: 400;
}

@media only screen and (max-width: 960px) {
    .recruit-table th,
    .recruit-table td {
        padding: 2.4rem 1rem;
    }
}
@media only screen and (max-width: 640px) {

    .recruit-table th,
    .recruit-table td {
        display: block;
        border: none; /* ← 一旦全部消す */
    }

    .recruit-table tr {
        border-bottom: 1px solid #040030; /* ← 行ごとに線 */
    }
    .recruit-table th {
        width: 100%;
        padding: 1.4rem;
        background: #eff3f9;
        border-bottom: 1px solid #040030; /* ← 行ごとに線 */
    }
    .recruit-table td {
        padding: 2rem 1.4rem;
    }
}

/* -----------------------
RECRUIT TOP PAGE
-------------------------- */
.section-recruit-intro {
    padding: 5rem 0;
}

.section-recruit-intro h2,
.section-recruit-intro p,
.section-recruit-intro a {
    color: #031346;
}

.recruit-intro__lead {
    width: 60%;
    margin-left: auto;
}

.recruit-entry {
    margin-top: 5rem;
    color: #031346;
}
.recruit-entry h2 {
    font-size: 1.5rem;
    font-weight: 600;;
}

.recruit-entry__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
    margin-top: 2rem;
}

.recruit-entry .button-more {
    padding: 1.3rem 2rem !important;
}

.recruit-entry__contact {
    margin-top: 2rem;
}
.recruit-entry__contact a {
    text-decoration: underline;
}

.section-recruit-numbers {
    padding: 0 0 8rem;
}

.recruit-numbers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
    width: min(100%, 960px);
    margin: 4rem auto 0;
}

.recruit-number-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 335px;
    padding: 3.4rem 1rem 2.6rem;
    text-align: center;
    background: #f1f5fb;
}

.recruit-number-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin-bottom: 1.5rem;
}

.recruit-number-card__icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.recruit-number-card__sub {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1em;
}

.recruit-number-card__label {
    margin-bottom: 1.25rem;
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
}

.recruit-number-card__value {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    padding-bottom: 1.1rem;
}

.recruit-number-card__value::after {
    content: "";
    position: absolute;
    left: -1.3rem;
    right: -1.3rem;
    bottom: 0;
    height: 5px;
    background: #ffe100;
}

.recruit-number-card__value--split {
    display: flex;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    margin-top: auto;
    color: #333;
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 0;
}

.recruit-number-card__value--split::after {
    display: none;
}
.recruit-number-card__value--split > span {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    padding-bottom: 0.75rem;
}
.recruit-number-card__value--split > span::after {
    content: "";
    position: absolute;
    left: -0.6rem;
    right: -0.6rem;
    bottom: 0;
    height: 4px;
    background: #ffe100;
}

.recruit-number-card__num {
    color: #001349;
    font-family: 'Oswald', sans-serif;
    font-size: 5.25rem;
    font-weight: 400;
    line-height: 1;
}
.recruit-number-card__value--split .recruit-number-card__num {
    font-size: 4rem;
}

.recruit-number-card__unit {
    margin-left: 0.6rem;
    color: #333;
    font-size: 2.75rem;
    font-weight: 300
}
.recruit-number-card__value--split .recruit-number-card__unit {
    margin-left: 0;
    font-size: 1.56rem;
}
.recruit-number-card__name {
    margin-right: 1rem;
    font-size: 1.2rem;
    font-weight: 300;
}

/* interview */
.section-interviews {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 0 0 -6rem;
    padding: 8rem 0 14rem;
}

.section-interviews::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 80px;
    bottom: 0;
    width: 110vw;
    transform: translateX(-50%);
    background: #f1f5fb;
    z-index: -3;
}

.section-interviews::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 110vw;
    height: 180px;
    transform: translateX(-50%);
    background: #f1f5fb;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: -2;
}

.interviews__cards {
    display: grid;
    gap: 2.5rem;
    width: 80%;
    margin: 3rem auto 0;
}

.interview-card {
    background: #001349;
}

.interview-card__media {
    position: relative;
}

.interview-card__media img {
    display: block;
    width: 100%;
    height: auto;
}

.interview-card__catch {
    position: absolute;
    left: 0;
    bottom: 3rem;
    display: inline-block;
    width: 60%;
    min-width: 420px;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.4;
    background-color: #283c6d;
}

.interview-card__profile {
    padding: 1.8rem 2rem 1rem;
    background: #224a80;
}

.interview-card__name {
    margin-bottom: 0.5rem;
    color: #ffe100;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
}

.interview-card__name-suffix {
    margin-left: 0.4rem;
    font-size: 1.75rem;
    font-weight: 600;
}

.interview-card__meta {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.interview-card__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2.5rem;
    padding: 3rem 2rem;
}

.interview-card__section h3 {
    margin-bottom: 1rem;
    color: #ffe100;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
}

.interview-card__section p {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
}

@media only screen and (max-width: 960px) {
    .recruit-intro__lead {
        width: 100%;
    }
    .recruit-numbers__grid {
        grid-template-columns: 1fr;
        width: 100%;
    }
    
    .recruit-number-card__value--split {
        gap: 0.75rem;
    }

    .recruit-number-card__value--split > span {
        gap: 0.15rem;
    }
    
    .recruit-entry__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .interviews__cards {
        width: 100%;
    }
    .interview-card__catch {
        width: 80%;
        min-width: auto;
        bottom: 1rem;
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }
    .interview-card__profile {
        padding: 1.5rem 1.25rem 1rem;
    }

    .interview-card__name {
        font-size: 3rem;
    }

    .interview-card__name-suffix {
        font-size: 1.375rem;
    }

    .interview-card__body {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1.25rem 2.5rem;
    }

    .interview-card__section h3 {
        font-size: 1.25rem;
    }

    .interview-card__section p {
        font-size: 0.95rem;
        line-height: 1.8;
    }
}

@media only screen and (max-width: 640px) {
    .section-interviews {
        margin-top: 0 !important;
        padding: 6rem 0 12rem;
    }
    .section-interviews::after {
        border-radius: 50% 50% 0 0 / 56px 56px 0 0;
    }
    .recruit-number-card__name {
        margin-right: 0;
    }
    .recruit-number-card__value--split > span::after {
        left: 0;
        right: 0;
    }
}


/* -----------------------
SDGS PAGE
-------------------------- */
.section-sdgs-about {
    padding: 5rem 0 8rem;
}

.sdgs-about__grid {
    display: grid;
    grid-template-columns: 21rem 1fr;
    gap: 24px 60px;
    align-items: start;
}

.sdgs-policy {
    display: grid;
    gap: 14px;
    color: #031346;
}

.sdgs-policy__sub {
    margin: .5rem 0 .8rem;
    padding-bottom: 0.35rem;
    font-size: 1.2rem;
    font-weight: 600 !important;
    border-bottom: 3px solid #ffe100;
}

.section-sdgs-image {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 16rem;
}

.section-sdgs-csr {
    position: relative;
    isolation: isolate;
    overflow: visible;
    margin-bottom: 180px;
    padding: 0;
}
.section-sdgs-csr::before {
    content: "";
    position: absolute;
    left: -1vw;
    right: -1vw;
    top: 0;
    bottom: 0;
    background: #001349;
    z-index: -3;
}
.section-sdgs-csr::after {
    content: "";
    position: absolute;
    left: -1vw;
    right: -1vw;
    top: -180px;
    height: 180px;
    background: #001349;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: -2;
}
.section-sdgs-csr__bottom-arc {
    position: absolute;
    left: -1vw;
    right: -1vw;
    bottom: -180px;
    height: 180px;
    background: #001349;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    z-index: -2;
    pointer-events: none;
}

.sdgs-csr__grid {
    display: grid;
    grid-template-columns: minmax(240px, 320px) 1fr;
    gap: 72px;
    align-items: start;
}

.sdgs-csr__grid img {
    width: 100%;
    max-width: 160px;
    margin-bottom: 12px;
}

.sdgs-csr__grid p {
    color: #fff;
}

.sdgs-csr__grid strong {
    color: #ffe100;
}

.sdgs-csr__head .paragraph-heading__ja {
    color: #ffe100;
}
.sdgs-csr__head .paragraph-heading__en {
    color: #fff;
}

.sdgs-csr__text-block {
    margin-bottom: 2.6rem;
    font-weight: 400;
}

.sdgs-csr__text-block h3 {
    margin-bottom: 1rem;
    color: #ffe100;
    font-size: 1.2rem;
    font-weight: 600 !important;
}

.sdgs-csr__report {
    width: 90%;
    margin: 5rem auto 0;
}
.sdgs-csr__report-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.sdgs-csr__report-foot {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    margin-top: 4rem;
}
.sdgs-csr__report-foot h3 {
    color: #ffe100;
    font-size: 1.2rem;
    font-weight: 600 !important;
}
.sdgs-csr__report-foot .button-more {
    background-color: #fff;
    border: solid 1px #fff;
}

.section-sdgs-commitment {
    padding: 5rem 0 8rem;
}

.sdgs-commitment__image {
    width: 60%;
    margin: 3rem auto 0;
}

@media only screen and (max-width: 960px) {
    .sdgs-about__grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    .sdgs-csr__grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .section-sdgs-about {
        padding: 5rem 0;
    }

    .sdgs-csr__grid img {
        max-width: 130px;
        margin-bottom: 0;
    }

    .section-sdgs-image {
        width: 80%;
        padding: 0 0 10rem;
    }

    .section-sdgs-csr::after {
        top: -80px;
        height: 120px;
        border-radius: 50% 50% 0 0 / 60% 60% 0 0;
    }

    .section-sdgs-csr__bottom-arc {
        bottom: -80px;
        height: 120px;
        border-radius: 0 0 50% 50% / 0 0 60% 60%;
    }

    .sdgs-csr__report-foot {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }
    .sdgs-csr__report-foot h3 {
        align-self: flex-start;
    }
    .sdgs-csr__report-foot .button-more {
        width: 300px;
        margin: 0;
        align-self: flex-end;
    }


}
@media only screen and (max-width: 640px) {
    .sdgs-csr__report-gallery {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sdgs-commitment__image {
        width: 100%;
        margin: 2rem auto 0;
    }
}


/* -----------------------
PRODUCTS PAGE
-------------------------- */
.section-products-page {
    padding: 5rem 0 8rem;
    color: #031346;
}
.section-products-page .paragraph-heading__ja {
    font-size: 1.56rem;
}
.section-products-page .paragraph-heading__en {
    font-size: 2.5rem;
    text-align: left;
}

/* side menu */
.products-page__layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 5rem;
}
.products-side li {
    position: relative;
    border: 1px solid #0d1c73;
}
.products-side li + li {
    border-top: none;
}
.products-side a {
    display: block;
    padding: 1.6rem 0 1.6rem 1.8rem !important;
    color: #031346;
    text-decoration: none;
    border: solid 0.2px #ccc;
    transition: all .3s;
}
.products-side a::before {
    content: "・";
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: currentColor;
}
.products-side a:last-child {
    border-top: none;
}
/* active / hover */
.products-side a.is-active,
.products-side a:hover {
    color: #ffe100;
    background: #031346;
    border: solid 0.2px #ccc;
}
.products-side a:last-child.is-active,
.products-side a:last-child:hover {
    border-top: none;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: .2px solid #dcdcdc;
}
.products-grid > * {
    padding: 1rem 1rem 2rem;
    border-right: .25px solid #dcdcdc;
    border-bottom: .25px solid #dcdcdc;
}
.products-grid > *:nth-child(2n) {
    border-right: none;
}
.products-grid > *:nth-last-child(-n+2) {
    border-bottom: none;
}

.product-card {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 2rem 1.5rem 6rem;
}
.product-card img {
    width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid .25px #dcdcdc;
    transition: transform .3s ease, filter .3s ease;
    display: block;
}
.product-card img:hover {
    transform: scale(1.03);
    filter: brightness(1.02);
}

.product-card h3 {
    font-weight: 600 !important;
}

.product-card p,
.product-card ul {
    margin: .8rem 0 0;
    font-size: 0.87rem;
    font-weight: 500;
    line-height: 1.6em;
}
.product-card li {
    position: relative;
    padding-left: 1rem;
}
.product-card li:before {
    content: "・";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.product-card .card__actions {
    padding-top: 2rem;
}
.product-card .button-more {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 245px;
}

/* detail */
.section-product-detail {
    padding: 0 0 8rem;
    color: #031346;
}

.products-detail-hero {
    padding: 3rem 0 0;
}
.products-detail-hero .page-hero__title {
    position: relative;
    padding-left: 1.6rem;
    font-size: 1.56rem;
    line-height: 1.4;
}
.products-detail-hero .page-hero__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.8rem;
    height: 0.8rem;
    background: #ffe100;
    border-radius: 50%;
}

.products-detail-hero__img {
    width: 100%;
}

.section-product-detail h2 {
    margin: 0 0 1.2rem;
    padding-bottom: .35rem;
    font-size: 1.2rem;
    font-weight: 600 !important;
    border-bottom: 3px solid #ffe100;
}
.section-product-detail p,
.section-product-detail li {
    font-weight: 400;
}
.product-detail-wrap {
    margin: 4rem 0 0;
}

.product-detail__button-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.table-scroll__inner {
    width: max-content;
    min-width: 960px;
}

.table-scroll__inner .products-detail-table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
}

.table-scroll__inner .products-detail-table th,
.table-scroll__inner .products-detail-table td {
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    border: solid 1px #dcdcdc;
    white-space: nowrap;
}

.table-scroll__inner .products-detail-table th {
    background-color: #f3f3f3;
}

.product-detail-overview {
    padding: 5rem 0 0;
}

.product-detail-overview__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;
    align-items: start;
}

.product-detail-overview__photos {
    display: grid;
    gap: 2rem;
}

.product-detail-overview__photo {
    margin: 0;
}

.product-detail-overview__photo img {
    display: block;
    width: 100%;
    height: auto;
    background: #f7f7f7;
}

.product-detail-overview__photo figcaption {
    margin-top: 0.6rem;
    color: #031346;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.product-detail-overview__side {
    display: grid;
    gap: 1.5rem;
}

.product-detail-overview__character {
    text-align: center;
}

.product-detail-overview__character img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
}

.product-detail-overview__lead {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

@media only screen and (max-width: 640px) {
    .section-products-page .paragraph-heading__ja {
        font-size: 1.25rem;
    }
    .section-products-page .paragraph-heading__en {
        font-size: 1.56rem;
    }
    .product-detail-overview {
        padding: 4rem 0 0;
    }

    .product-detail-overview__photos {
        gap: 1.5rem;
    }

    .product-detail-overview__photo figcaption,
    .product-detail-overview__text {
        font-size: 0.95rem;
    }

    .product-detail-overview__grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .product-detail-overview__side {
        max-width: 420px;
        margin: 0 auto;
    }

}
@media only screen and (max-width: 960px) {
    .product-detail__button-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 1180px) {
    .products-page__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .products-side {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .products-side a {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 640px) {
    .products-side {
        grid-template-columns: 1fr;
    }
    .products-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .products-grid > * {
        border-right: none;
    }

    .products-detail-hero .page-hero__title {
        font-size: 1.56rem;
        line-height: 1.4;
    }
}


/* -----------------------
TECHNICAL GUIDE / CATALOGS
-------------------------- */
.catalog-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 0 8rem;
    color: #001349;
}

.docs-switch {
    margin: 0;
}

.docs-switch__cta .button-more {
    width: 347px;
    background-color: #ffe100;
}
.docs-switch__cta .button-more:hover {
    background-color: transparent;
}

/* catalog / techs */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
}
.catalog-grid--single {
    grid-template-columns: 1fr;
}

.catalog-card {
    display: flex;
    gap: 14px;
    padding: 2.4rem 1rem;
    background: #e8edf5;
}

.catalog-card__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.catalog-card__text {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: left;
}

/* catalog */
.catalog-card__thumb {
    width: 48%;
    overflow: hidden;
}

.catalog-card__thumb img {
    width: 100%;
    border: solid 2px #ccc;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.catalog-card__thumb img:hover {
    transform: scale(1.06);
    filter: brightness(1.08);
}

.catalog-card__meta {
    margin: 0.8rem 0;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: left;
}

/* techs */
.catalog-grid--docs {
    gap: 0.7rem;
}
.catalog-card--docs {
    padding: 1rem;
}

.catalog-card--docs .catalog-card__body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.catalog-card--docs .catalog-card__text {
    flex: 1;
    margin: 0;
}

.catalog-card--docs .button-more {
    width: 120px;
    min-width: 120px;
    text-align: center;
}

/* docs accordion */
.docs-accordion__trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 1rem 3.5rem 1rem 1.4rem;
    color: #031346;
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
    background: #e8edf5;
    border: 0;
    cursor: pointer;
}
.docs-accordion__trigger::before,
.docs-accordion__trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 18px;
    height: 2px;
    background: #031346;
    transform: translateY(-50%);
    transition: transform .25s ease, opacity .25s ease;
}
.docs-accordion__trigger::after {
    transform: translateY(-50%) rotate(90deg);
}
.docs-accordion.is-open .docs-accordion__trigger::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

.docs-accordion__panel {
    height: 0;
    overflow: hidden;
    transition: height .3s ease;
}

@media only screen and (max-width: 960px) {
    .docs-switch__cta .button-more {
        width: 70%;
    }
    .catalog-grid {
        grid-template-columns: 1fr;
    }
}