.site-header {
    position: relative;
    z-index: 60;
    background: #fff;
    border-bottom: 1px solid rgba(11, 116, 209, .16);
    box-shadow: 0 8px 24px rgba(13, 78, 145, .08);
}

.site-footer-promotion {
    background: linear-gradient(90deg, #084185, #1b8a8b);
    color: #fff;
    padding: 54px 0 48px;
}

.site-footer-promotion__heading {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    text-align: center;
}

.site-footer-promotion__en {
    display: inline-block;
    justify-self: center;
    background: linear-gradient(90deg, #0364ad, #49aad6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.1;
}

.site-footer-promotion__jp {
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    font-weight: 800;
}

.site-footer-promotion__list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px 12px;
}

.site-footer-promotion__list a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 3px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.site-footer-promotion__list a:hover,
.site-footer-promotion__list a:focus-visible {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .16);
    outline: none;
    transform: translateY(-1px);
}

.site-footer {
    border: 0;
    background: linear-gradient(90deg, #084185, #1b8a8b);
    color: #fff;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer__main {
    padding: 46px 0 42px;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(220px, .9fr) minmax(280px, 1.15fr) minmax(220px, .8fr);
    gap: 36px;
}

.site-footer__links {
    display: grid;
    gap: 12px;
}

.site-footer__links a {
    display: inline-flex;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    transition: color .18s ease, transform .18s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
    color: #fff;
    outline: none;
    transform: translateX(2px);
}

.site-footer__sns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.site-footer__sns a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    transition: background-color .18s ease, transform .18s ease;
}

.site-footer__sns a:hover,
.site-footer__sns a:focus-visible {
    background: rgba(255, 255, 255, .2);
    outline: none;
    transform: translateY(-1px);
}

.site-footer__company,
.site-footer__environment {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.9;
}

.site-footer__company p,
.site-footer__environment p {
    margin: 0;
}

.site-footer__company-spacer {
    margin-top: 20px !important;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .18);
    padding: 18px 0;
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-footer__logo {
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
}

.site-footer__logo img {
    width: 141px;
    height: auto;
    filter: brightness(0) invert(1);
}

.site-footer__copyright {
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.site-footer__copyright a {
    color: #fff;
}

@media (max-width: 900px) {
    .site-footer-promotion__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .site-footer-promotion {
        padding: 40px 0 36px;
    }

    .site-footer-promotion__en {
        font-size: 26px;
    }

    .site-footer-promotion__list {
        grid-template-columns: 1fr;
    }

    .site-footer-promotion__list a {
        min-height: 40px;
        justify-content: flex-start;
        padding: 0 14px;
        text-align: left;
    }

    .site-footer__main {
        padding: 36px 0 34px;
    }

    .site-footer__links {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .site-footer__copyright {
        text-align: center;
    }
}

.site-header .container-1200 {
    height: 72px;
}

.site-header-brand,
.site-header-link,
.site-header-action,
.site-header-consult {
    border-radius: 3px;
}

.site-header-nav {
    position: relative;
    gap: 14px;
}

.site-header-search-nav {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.site-header-search-nav__link {
    display: inline-flex;
    min-width: 76px;
    min-height: 44px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    padding: 3px 12px;
    background: transparent;
    color: #001e6a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.28;
    text-decoration: none;
    white-space: nowrap;
    transition: color .18s ease, transform .18s ease;
}

.site-header-search-nav__link + .site-header-search-nav__link {
    border-left: 1px solid rgba(11, 88, 188, .18);
}

.site-header-search-nav__link span {
    display: block;
}

.site-header-search-nav__link span:first-child {
    color: #173765;
    font-size: 12px;
}

.site-header-search-nav__link span:last-child {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(11, 88, 188, .24);
    color: #0b58bc;
    font-size: 13px;
}

.site-header-search-nav__link:hover,
.site-header-search-nav__link:focus-visible {
    color: #0b58bc;
    outline: none;
    transform: translateY(-1px);
}

.site-header-search-nav__link:hover span:last-child,
.site-header-search-nav__link:focus-visible span:last-child {
    border-bottom-color: currentColor;
}

.site-header-link {
    transition: color .18s ease;
}

.site-header-quick-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.site-header-application-links {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
}

.site-header-application-link {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 3px 18px 3px 8px;
    color: #001e6a;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    transition: color .18s ease, transform .18s ease;
}

.site-header-application-link:first-child {
    min-width: 64px;
}

.site-header-application-link:last-child {
    min-width: 106px;
}

.site-header-icon-stack {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.site-header-icon-link {
    display: flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 1px 6px;
    color: #001e6a;
}

.site-header-icon-link svg {
    transition: transform .18s ease;
}

.site-header-icon-fill {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: fill .18s ease, stroke .18s ease;
}

.site-header-icon-link:hover svg,
.site-header-icon-link:focus-visible svg {
    transform: translateY(-1px) scale(1.08);
}

.site-header-icon-link--history {
    color: #16a34a;
}

.site-header-icon-link--history:hover,
.site-header-icon-link--history:focus-visible {
    color: #0b58bc;
}

.site-header-icon-link--history:hover .site-header-icon-fill,
.site-header-icon-link--history:focus-visible .site-header-icon-fill {
    fill: currentColor;
    stroke: currentColor;
}

.site-header-icon-cutout {
    fill: #fff;
    stroke: none;
}

.site-header-icon-link--favorite {
    color: #ff554d;
}

.site-header-icon-link--favorite:hover,
.site-header-icon-link--favorite:focus-visible {
    color: #0b58bc;
}

.site-header-icon-link--favorite:hover .site-header-icon-fill,
.site-header-icon-link--favorite:focus-visible .site-header-icon-fill {
    fill: currentColor;
    stroke: currentColor;
}

.site-header-apply-link {
    position: relative;
}

.site-header-apply-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    opacity: 0;
    transform: translate(-4px, -50%) rotate(45deg);
    transition: opacity .18s ease, transform .18s ease;
}

.site-header-apply-link:hover::after,
.site-header-apply-link:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
}

.site-header-link:hover,
.site-header-link:focus-visible,
.site-header-action:hover,
.site-header-action:focus-visible {
    background: transparent;
    color: #0b58bc;
    box-shadow: none;
    outline: none;
    transform: none;
}

.site-header-link:hover .site-header-link__count,
.site-header-link:focus-visible .site-header-link__count {
    background-color: #0b58bc;
}

.site-header-application-link:hover,
.site-header-application-link:focus-visible {
    color: #0b58bc;
    transform: translateY(-1px);
}

.site-header-consult {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    background: #ff554d;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(255, 85, 77, .22);
    transition: box-shadow .18s ease, transform .18s ease;
}

.site-header-consult:hover,
.site-header-consult:focus-visible {
    color: #fff;
    box-shadow: 0 14px 28px rgba(232, 74, 82, .36);
    outline: none;
    transform: translateY(-1px);
}

.site-header-menu {
    position: relative;
}

@media (min-width: 641px) and (hover: hover) and (pointer: fine) {
    .site-header-menu[open]::after {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        width: min(820px, calc(100vw - 28px));
        height: 12px;
        z-index: 69;
    }
}

.site-header-menu__summary {
    cursor: pointer;
    list-style: none;
    padding: 8px 10px;
}

.site-header-menu__summary::-webkit-details-marker {
    display: none;
}

.site-header-menu[open] .site-header-menu__summary {
    color: #0b58bc;
}

.site-header-menu__panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    gap: 12px;
    width: min(820px, calc(100vw - 28px));
    padding: 14px;
    border: 1px solid #d8e8f5;
    border-radius: 8px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 42px rgba(10, 44, 82, .18);
    z-index: 70;
}

.site-header-menu__head {
    display: grid;
    gap: 2px;
    color: #001e6a;
}

.site-header-menu__eyebrow {
    color: #0b58bc;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.site-header-menu__head strong {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.site-header-menu__groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.site-header-menu__group {
    min-width: 0;
    padding: 0;
}

.site-header-menu__group-title {
    margin: 0 0 8px;
    color: #0b58bc;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
}

.site-header-menu__group-links {
    display: grid;
    gap: 6px;
}

.site-header-menu__panel a {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 7px 0;
    color: #001e6a;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.site-header-menu__text {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.site-header-menu__text strong {
    font: inherit;
}

.site-header-menu__text small {
    display: block;
    color: #5f728a;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
}

.site-header-menu__panel a:hover,
.site-header-menu__panel a:focus-visible {
    color: #0b58bc;
    outline: none;
}

.site-header-menu__badge {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #0b58bc;
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

.site-header-menu__panel .site-header-menu__contact {
    justify-content: center;
    color: #e84a52;
}

.site-header-menu__panel .site-header-menu__contact .site-header-menu__text small {
    color: #8e4d54;
}

.site-header-menu__panel .site-header-menu__contact:hover,
.site-header-menu__panel .site-header-menu__contact:focus-visible {
    color: #0b58bc;
}

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }
}

@media (max-width: 640px) {
    .site-header .container-1200 {
        height: 64px;
    }

    .site-header-brand {
        min-width: 0;
    }

    .site-header-brand img {
        width: 92px;
        max-width: 25vw;
        height: auto;
    }

    .site-header-nav {
        gap: 6px;
    }

    .site-header-quick-links {
        display: none;
    }

    .site-header-consult {
        display: none;
    }

    .site-header-search-nav {
        display: flex;
        align-items: center;
        gap: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .site-header-search-nav__link {
        display: inline-flex;
        min-width: 0;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        color: #001e6a;
        padding: 3px 7px;
        font-size: 10px;
        font-weight: 900;
        line-height: 1.15;
        text-decoration: none;
        white-space: nowrap;
    }

    .site-header-search-nav__link + .site-header-search-nav__link {
        margin-left: 4px;
        padding-left: 10px;
        border-left: 1px solid rgba(11, 88, 188, .18);
    }

    .site-header-search-nav__link span:first-child {
        color: #173765;
        font-size: 11px;
    }

    .site-header-search-nav__link span:last-child {
        display: inline-block;
        padding-bottom: 6px;
        border-bottom: 2px solid rgba(11, 88, 188, .28);
        color: #0b58bc;
        font-size: 12px;
    }

    .site-header-search-nav__link::after {
        content: "";
        display: none;
    }

    .site-header-search-nav__link:hover,
    .site-header-search-nav__link:focus-visible {
        background: transparent;
        color: #0b58bc;
        outline: none;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 3px;
        transform: none;
    }

    .site-header-menu__summary {
        min-height: 44px;
        padding: 8px;
    }

    .site-header-menu[open]::before {
        content: "";
        position: fixed;
        inset: 64px 0 0;
        background: rgba(5, 27, 58, .34);
        backdrop-filter: blur(6px);
        z-index: 68;
    }

    .site-header-menu[open] .site-header-menu__summary {
        color: #0b58bc;
    }

    .site-header-menu__panel {
        position: fixed;
        top: 76px;
        right: 12px;
        left: 12px;
        width: auto;
        max-height: calc(100dvh - 88px);
        gap: 8px;
        overflow-y: auto;
        padding: 14px;
        border-color: rgba(207, 226, 243, .92);
        border-radius: 8px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 22px 54px rgba(5, 27, 58, .24);
        z-index: 70;
    }

    .site-header-menu__head {
        display: grid;
        gap: 2px;
        padding: 2px 4px 8px;
        color: #001e6a;
    }

    .site-header-menu__eyebrow {
        color: #0b58bc;
        font-size: 10px;
        font-weight: 900;
        line-height: 1;
    }

    .site-header-menu__head strong {
        font-size: 17px;
        font-weight: 900;
        line-height: 1.35;
    }

    .site-header-menu__groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .site-header-menu__group {
        padding: 0;
    }

    .site-header-menu__group-title {
        margin-bottom: 7px;
        font-size: 11px;
    }

    .site-header-menu__group-links {
        gap: 6px;
    }

    .site-header-menu__panel a {
        min-height: 44px;
        padding: 8px 30px 8px 10px;
        position: relative;
    }

    .site-header-menu__panel a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 14px;
        width: 8px;
        height: 8px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: translateY(-50%) rotate(45deg);
        opacity: .55;
    }

    .site-header-menu__panel a:hover,
    .site-header-menu__panel a:focus-visible {
        color: #0b58bc;
    }

    .site-header-menu__text strong {
        font-size: 14px;
        line-height: 1.25;
    }

    .site-header-menu__text small {
        display: none;
    }

    .site-header-menu__badge {
        position: absolute;
        top: 50%;
        right: 32px;
        transform: translateY(-50%);
    }

    .site-header-menu__panel .site-header-menu__contact {
        min-height: 44px;
        margin-top: 0;
    }

    .site-header-menu__panel .site-header-menu__contact::after {
        opacity: .8;
    }

    .site-header-menu__panel .site-header-menu__contact .site-header-menu__text small {
        color: rgba(255, 255, 255, .82);
    }
}

@media (max-width: 380px) {
    .site-header-brand img {
        width: 92px;
    }

    .site-header-search-nav {
        padding: 0;
    }

    .site-header-search-nav__link {
        font-size: 9px;
        padding-inline: 5px;
    }

    .site-header-search-nav__link + .site-header-search-nav__link {
        margin-left: 3px;
        padding-left: 8px;
    }
}

@supports (content-visibility: auto) {
    .asx-section,
    .asx-band,
    .site-footer,
    .detail-section,
    .market-panel,
    .contacts-section,
    .document-page__section {
        content-visibility: auto;
        contain-intrinsic-size: 1px 760px;
    }
}
