.ind-hero {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden
}

.ind-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(image/industory_header.jpeg) center center / cover no-repeat
}

.ind-hero-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(2, 13, 38, .78) 0%, rgba(2, 13, 38, .45) 55%, rgba(2, 13, 38, .1) 100%)
}

.ind-hero-inner {
    position: relative;
    z-index: 1;
    padding: 168px 0 0 96px
}

.ind-hero-breadcrumb {
    position: absolute;
    top: 83px;
    left: 96px;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: -.12px
}

.ind-hero-eyebrow {
    color: var(--color-white);
    margin-bottom: 8px
}

.ind-hero-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.39;
    letter-spacing: -.4px;
    margin: 0
}

.ind-grid-section {
    background: #ffffff;
    padding: 60px 96px 80px
}

.ind-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.ind-grid-card {
    display: block;
    position: relative;
    height: 240px;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
    background: #ffffff
}

.ind-grid-card-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity .35s ease
}

.ind-grid-card:hover .ind-grid-card-img-wrap {
    opacity: 1
}

.ind-grid-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform .35s ease
}

.ind-grid-card:hover .ind-grid-card-img {
    transform: scale(1)
}

.ind-grid-card-body {
    position: absolute;
    top: 12px;
    left: 24px;
    right: 22px
}

.ind-grid-card-en {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: -.14px;
    line-height: 1.6;
    margin: 0 0 2px
}

.ind-grid-card-jp {
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: .4px;
    line-height: 1.5;
    margin: 0 0 12px
}

.ind-grid-card-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.6;
    margin: 0;
    transition: opacity .25s ease
}

.ind-grid-card:hover .ind-grid-card-desc {
    opacity: 0
}

.sol-section {
    background: #f7f7f7;
    padding: 66px 96px 80px
}

.sol-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: -.3px;
    line-height: 1.44;
    margin: 8px 0 0
}

.sol-subtext {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.6;
    margin: 8px 0 0
}

.sol-widget {
    display: flex;
    gap: 24px;
    margin-top: 40px;
    align-items: stretch
}

.sol-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 298px;
    flex-shrink: 0;
    padding-top: 0
}

.sol-tab {
    position: relative;
    height: 48px;
    padding: 0 20px;
    border-radius: 24px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-family: var(--font-en);
    font-size: 16px;
    font-weight: 600;
    color: #9a9a9a;
    letter-spacing: .32px;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    white-space: nowrap;
    overflow: visible
}

.sol-tab.active:before {
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 1px;
    background: var(--color-accent);
    z-index: 1
}

.sol-tab.active:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-accent);
    z-index: 2
}

.sol-tab.active {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff
}

.sol-tab:not(.active):hover {
    border-color: var(--color-accent);
    color: var(--color-accent)
}

.sol-card {
    flex: 1;
    position: relative;
    background: #ffffff;
    border: 1px solid var(--color-accent);
    border-radius: 8px;
    box-shadow: 3px 3px 10px #00000040;
    display: flex;
    flex-direction: column
}

.sol-card-upper {
    min-height: 304px
}

.sol-card-top {
    display: block
}

.sol-card-body {
    padding: 36px 308px 0 36px
}

.sol-card-img {
    position: absolute;
    top: 36px;
    right: 36px;
    width: 248px;
    height: 248px;
    margin: 0;
    overflow: hidden
}

.sol-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sol-card-en {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: -.14px;
    line-height: 1.6;
    margin: 0
}

.sol-card-jp {
    font-family: var(--font-jp);
    font-size: 24px;
    font-weight: 700;
    color: #333;
    letter-spacing: -.24px;
    line-height: 1.5;
    margin: 4px 0 0
}

.sol-card-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.6;
    margin: 16px 0 0
}

.sol-card-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding: 0 308px 0 36px
}

.sol-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 16px;
    border-radius: 24px;
    border: 1px solid var(--color-accent);
    background: #ffffff;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-accent);
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease
}

.sol-label:hover {
    background: var(--color-accent);
    color: #fff
}

.sol-label img {
    flex-shrink: 0;
    transition: filter .2s ease
}

.sol-label:hover img {
    filter: brightness(0) invert(1)
}

.sol-card-bottom {
    display: flex;
    align-items: flex-start;
    margin: 20px 36px 36px;
    padding: 20px 24px;
    background: rgba(231, 236, 240, .4)
}

.sol-card-bottom-col {
    flex: 1
}

.sol-card-bottom-divider {
    width: 1px;
    align-self: stretch;
    margin: 0 32px;
    flex-shrink: 0;
    border-left: 1px dashed var(--color-accent)
}

.sol-card-bottom-title {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.5;
    margin: 0 0 8px
}

.sol-card-bottom-text {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.6;
    margin: 0
}

.ind-cs-section {
    background: #ffffff;
    padding: 80px 96px
}

.ind-cs-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: -.3px;
    line-height: 1.44;
    margin: 0 0 16px
}

.ind-cs-subtext {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.6;
    margin: 0 0 24px
}

.ind-cs-all-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-secondary);
    letter-spacing: .28px;
    text-decoration: none;
    margin-bottom: 24px
}

.ind-cs-all-link:hover {
    opacity: .6
}

.ind-cs-cards {
    display: flex;
    gap: 24px
}

.ind-cs-card {
    flex: 1;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px #0000000f;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit
}

.ind-cs-card:hover .ind-cs-card-title {
    color: var(--color-accent)
}

.ind-cs-card-img {
    width: 100%;
    height: 256px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    flex-shrink: 0
}

.ind-cs-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ind-cs-card-body {
    padding: 24px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.ind-cs-card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-accent);
    border-radius: 22px;
    padding: 2px 14px;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: -.12px;
    line-height: 1.5;
    white-space: nowrap;
    align-self: flex-start;
    margin-bottom: 12px
}

.ind-cs-card-title {
    font-family: var(--font-jp);
    font-size: 18px;
    font-weight: 700;
    color: #333;
    letter-spacing: -.18px;
    line-height: 1.6;
    margin: 0 0 8px;
    transition: color .2s
}

.ind-cs-card-text {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 400;
    color: #333;
    letter-spacing: -.14px;
    line-height: 1.6;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1
}

.ind-cs-card-more {
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-text-secondary);
    letter-spacing: -.12px;
    line-height: 1.5;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity .2s
}

.ind-cs-card:hover .ind-cs-card-more {
    opacity: .7
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .ind-hero-inner {
        padding: 148px 0 0 48px
    }

    .ind-hero-breadcrumb {
        left: 48px
    }

    .ind-hero-heading {
        font-size: 34px
    }

    .ind-grid-section {
        padding: 48px 48px 64px
    }

    .ind-grid {
        gap: 16px
    }

    .ind-grid-card-desc {
        font-size: 14px
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .ind-hero {
        height: 340px
    }

    .ind-hero-inner {
        padding: 120px 0 0 24px
    }

    .ind-hero-breadcrumb {
        left: 24px
    }

    .ind-hero-heading {
        font-size: 28px
    }

    .ind-grid-section {
        padding: 40px 24px 56px
    }

    .ind-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px
    }

    .ind-grid-card {
        height: 220px
    }

    .ind-grid-card-desc {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .ind-hero {
        height: 332px
    }

    .ind-hero-inner {
        padding: 144px 0 0 20px
    }

    .ind-hero-breadcrumb {
        left: 20px;
        top: 84px;
        font-size: 11px
    }

    .ind-hero-eyebrow {
        font-size: 11px
    }

    .ind-hero-heading {
        font-size: 24px;
        line-height: 1.5
    }

    .ind-grid-section {
        padding: 18px 16px 48px
    }

    .ind-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .ind-grid-card {
        height: auto;
        background: #ffffff;
        position: relative;
        overflow: visible
    }

    .ind-grid-card:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 16px;
        right: 16px;
        height: .5px;
        background: #d9d9d9
    }

    .ind-grid-card:first-child:before {
        content: "";
        position: absolute;
        top: 0;
        left: 16px;
        right: 16px;
        height: .5px;
        background: #d9d9d9
    }

    .ind-grid-card-img-wrap {
        display: none
    }

    .ind-grid-card-body {
        position: static;
        padding: 18px 16px 20px
    }

    .ind-grid-card-en {
        font-size: 14px;
        margin-bottom: 4px
    }

    .ind-grid-card-jp {
        font-size: 20px;
        margin-bottom: 8px
    }

    .ind-grid-card-desc {
        font-size: 16px;
        line-height: 1.6;
        opacity: 1 !important
    }

    .sol-section {
        padding: 48px 16px 56px
    }

    .sol-heading {
        font-size: 24px;
        line-height: 1.33
    }

    .sol-subtext {
        font-size: 16px;
        margin-top: 12px
    }

    .sol-widget {
        flex-direction: column;
        gap: 16px;
        margin-top: 24px
    }

    .sol-tabs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        gap: 8px;
        padding-bottom: 2px;
        scrollbar-width: none
    }

    .sol-tabs::-webkit-scrollbar {
        display: none
    }

    .sol-tab {
        height: 44px;
        padding: 0 20px;
        border-radius: 22px;
        font-size: 14px;
        letter-spacing: 0;
        flex-shrink: 0;
        overflow: visible
    }

    .sol-tab.active:before,
    .sol-tab.active:after {
        display: none
    }

    .sol-card {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding-bottom: 24px
    }

    .sol-card-top {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 16px 16px 0;
        min-height: 0
    }

    .sol-card-body {
        flex: 1;
        padding: 0
    }

    .sol-card-img {
        position: static;
        width: 140px;
        height: 180px;
        flex-shrink: 0;
        margin: 0 0 0 12px
    }

    .sol-card-en {
        font-size: 14px
    }

    .sol-card-jp {
        font-size: 24px;
        margin-top: 2px
    }

    .sol-card-desc {
        font-size: 14px;
        margin-top: 12px
    }

    .sol-card-labels {
        margin-top: 24px;
        padding: 0 16px;
        gap: 6px
    }

    .sol-label {
        font-size: 13px;
        padding: 6px 12px
    }

    .sol-card-bottom {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        margin: 24px 16px 0;
        padding: 16px
    }

    .sol-card-bottom-divider {
        width: 100%;
        height: 0;
        margin: 12px 0;
        border-left: none;
        border-top: 1px dashed var(--color-accent);
        align-self: auto;
        flex-shrink: 0
    }

    .sol-card-bottom-title {
        font-size: 16px;
        margin-bottom: 4px
    }

    .sol-card-bottom-text {
        font-size: 14px
    }

    .ind-cs-section {
        padding: 48px 16px 56px
    }

    .ind-cs-cards {
        display: none
    }

    .ind-cs-carousel-outer {
        display: block;
        overflow: hidden
    }

    .ind-cs-carousel {
        display: block
    }

    .ind-cs-carousel-track {
        display: flex;
        gap: 16px;
        transition: transform .35s ease
    }

    .ind-cs-card.ind-cs-card--sp {
        flex: 0 0 100%;
        width: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
        background: #ffffff;
        box-shadow: none
    }

    .ind-cs-card--sp .ind-cs-card-img {
        height: 240px;
        width: 100%
    }

    .ind-cs-card--sp .ind-cs-card-body {
        padding: 16px 16px 24px
    }

    .ind-cs-card--sp:hover .ind-cs-card-title {
        color: inherit
    }

    .ind-cs-card--sp:hover .ind-cs-card-more {
        opacity: 1
    }

    .ind-cs-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px
    }

    .ind-cs-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #d1d5db;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: background .2s
    }

    .ind-cs-dot.active {
        background: var(--color-accent)
    }

    .ind-cs-heading {
        font-size: 24px
    }
}

@media (min-width: 769px) {
    .ind-cs-carousel-outer {
        display: none
    }
}

.cs-top-hero {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden
}

.cs-top-hero-video {
    position: absolute;
    top: -10%;
    left: 0;
    width: 130%;
    height: 130%;
    object-fit: cover;
    object-position: 85% center
}

.cs-top-hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(16, 50, 120, .35)
}

.cs-top-hero-inner {
    position: relative;
    z-index: 1;
    padding: 168px 0 0 96px
}

.cs-top-hero-breadcrumb {
    position: absolute;
    top: 83px;
    left: 96px;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: -.12px
}

.cs-top-hero-eyebrow {
    color: var(--color-white);
    margin-bottom: 8px
}

.cs-top-hero-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.39;
    letter-spacing: -.4px;
    margin: 0
}

.cs-top-grid-section {
    background: #ffffff;
    padding: 60px 96px 80px
}

.cs-top-search {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 320px;
    margin-bottom: 24px
}

.cs-top-search-input {
    border: none;
    outline: none;
    font-family: var(--font-jp);
    font-size: 14px;
    color: #333;
    background: transparent;
    width: 100%
}

.cs-top-search-input::placeholder {
    color: #9a9a9a
}

.cs-top-search--c {
    border: none;
    border-bottom: 1.5px solid #333333;
    border-radius: 0;
    padding: 0 0 8px;
    height: auto;
    gap: 8px
}

.cs-top-filter-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 2px;
    margin: 0 -96px 36px;
    padding-left: 96px;
    padding-right: 96px
}

.cs-top-filter-tabs::-webkit-scrollbar {
    display: none
}

.cs-top-filter-tab {
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #d1d5db;
    background: #ffffff;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    cursor: pointer;
    transition: all .2s ease;
    white-space: nowrap;
    flex-shrink: 0
}

.cs-top-filter-tab.active {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: #fff
}

.cs-top-filter-tab:not(.active):hover {
    border-color: var(--color-accent);
    color: var(--color-accent)
}

.cs-top-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px
}

.cs-top-loader {
    display: flex;
    justify-content: center;
    padding: 40px 0 0;
    min-height: 40px
}

.cs-top-loader-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    animation: cs-loader-pulse 1s ease-in-out infinite
}

@keyframes cs-loader-pulse {

    0%,
    to {
        opacity: .3;
        transform: scale(.8)
    }

    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .cs-top-hero-inner {
        padding: 168px 0 0 48px
    }

    .cs-top-hero-breadcrumb {
        left: 48px
    }

    .cs-top-hero-heading {
        font-size: 34px
    }

    .cs-top-grid-section {
        padding: 56px 48px 72px
    }

    .cs-top-filter-tabs {
        margin: 0 -48px 36px;
        padding-left: 48px;
        padding-right: 48px
    }

    .cs-top-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .cs-top-hero {
        height: 340px
    }

    .cs-top-hero-inner {
        padding: 120px 0 0 48px
    }

    .cs-top-hero-breadcrumb {
        left: 48px
    }

    .cs-top-hero-heading {
        font-size: 28px
    }

    .cs-top-grid-section {
        padding: 48px 48px 64px
    }

    .cs-top-filter-tabs {
        margin: 0 -48px 36px;
        padding-left: 48px;
        padding-right: 48px
    }

    .cs-top-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .cs-top-search {
        width: 280px
    }
}

@media (max-width: 768px) {
    .cs-top-hero {
        height: 332px
    }

    .cs-top-hero-inner {
        padding: 144px 0 0 20px
    }

    .cs-top-hero-breadcrumb {
        left: 20px;
        top: 84px;
        font-size: 11px
    }

    .cs-top-hero-eyebrow {
        font-size: 11px
    }

    .cs-top-hero-heading {
        font-size: 24px;
        line-height: 1.5
    }

    .cs-top-grid-section {
        padding: 18px 16px 56px
    }

    .cs-top-search {
        height: 40px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 24px
    }

    .cs-top-search-input {
        font-size: 16px
    }

    .cs-top-filter-tabs {
        margin: 0 -16px 24px;
        padding-left: 16px;
        padding-right: 16px
    }

    .cs-top-filter-tab {
        font-size: 13px;
        height: 36px;
        padding: 0 16px
    }

    .cs-top-grid {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .cs-top-grid .ind-cs-card {
        box-shadow: 0 2px 8px #0000000f;
        border-radius: 8px
    }

    .cs-top-grid .ind-cs-card-img {
        height: 240px;
        width: 100%
    }

    .cs-top-grid .ind-cs-card-body {
        padding: 16px 16px 24px
    }

    .cs-top-grid .ind-cs-card:hover .ind-cs-card-title {
        color: inherit
    }

    .cs-top-grid .ind-cs-card:hover .ind-cs-card-more {
        opacity: 1
    }
}

.ca-hero {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(image/monnaka4.jpg);
    background-size: cover;
    background-position: center center
}

.ca-hero-inner {
    position: relative;
    z-index: 1;
    padding: 168px 0 0 96px
}

.ca-hero-breadcrumb {
    position: absolute;
    top: 83px;
    left: 96px;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: -.12px
}

.ca-hero-eyebrow {
    color: var(--color-white);
    margin-bottom: 8px
}

.ca-hero-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.39;
    letter-spacing: -.4px;
    margin: 0
}

.ca-entry-section {
    background: #ffffff;
    padding: 60px 96px 80px
}

.ca-section-header {
    margin-bottom: 24px
}

.ca-section-label {
    margin-bottom: 8px
}

.ca-section-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: #333;
    letter-spacing: -.3px;
    line-height: 1.44;
    margin: 0 0 16px
}

.ca-section-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.6;
    margin: 0 0 24px
}

.ca-entry-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.ca-entry-cards--4col {
    grid-template-columns: repeat(4, 1fr)
}

.ca-referral {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 24px;
    padding: 16px 32px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0000000f
}

.ca-referral-text {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1
}

.ca-referral-titles {
    flex: 0 0 calc(25% - 34px);
    padding-right: 32px;
    border-right: 1px solid #e5e7eb;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.ca-referral-label {
    font-family: var(--font-en);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--color-accent);
    white-space: nowrap;
    margin-bottom: 4px
}

.ca-referral-title {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0;
    white-space: nowrap
}

.ca-referral-body {
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin: 0;
    padding-left: 32px
}

.ca-referral-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0
}

.ca-referral-link:hover {
    color: var(--color-accent)
}

.ca-entry-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0000000f;
    text-decoration: none;
    color: inherit;
    position: relative
}

.ca-entry-card-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px
}

.ca-entry-card-en {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-right: 56px;
    color: var(--color-accent);
    margin-bottom: 6px
}

.ca-entry-card-title {
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 16px;
    line-height: 1.4
}

.ca-entry-card-desc {
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-primary);
    line-height: 1.8;
    flex: 1;
    margin-bottom: 24px
}

.ca-entry-card-more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-accent);
    margin: 0
}

.ca-entry-card-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb
}

.ca-entry-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 4px 0;
    transition: color .15s ease
}

.ca-entry-card-link:hover {
    color: var(--color-accent)
}

.ca-entry-card-link:hover img {
    filter: invert(15%) sepia(90%) saturate(5000%) hue-rotate(348deg)
}

.ca-hero-culture-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .28px;
    text-decoration: none;
    transition: opacity .2s
}

.ca-hero-culture-link:hover {
    opacity: .6
}

.ca-parallax {
    width: 100%;
    height: 375px;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(image/monnaka4.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center
}

@media (max-width: 768px) {
    .ca-parallax {
        height: 300px;
        background-attachment: scroll
    }
}

.ca-benefits-section {
    background: linear-gradient(160deg, #243f82 0%, #0f2456 50%, #162850 100%);
    min-height: calc(100vh - 72px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 60px clamp(48px, 6.7vw, 96px) 60px
}

.ca-benefits-section .ca-section-header {
    flex-shrink: 0;
    margin-bottom: clamp(12px, 1.8vh, 28px)
}

.ca-benefits-section .ca-section-label {
    color: #fff;
    margin-bottom: clamp(4px, .6vh, 8px)
}

.ca-benefits-section .ca-section-heading {
    color: #fff;
    font-size: clamp(20px, 2.8vh, 30px);
    margin: 0 0 clamp(6px, .9vh, 12px)
}

.ca-benefits-section .ca-section-desc {
    color: #fff;
    font-size: clamp(13px, 1.6vh, 16px);
    margin: 0
}

.ca-benefits-grid {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(12px, 1.5vh, 24px) clamp(12px, 1.5vw, 24px)
}

.ca-benefit-card {
    min-height: 0;
    background: rgba(255, 255, 255, .08);
    padding: 40px clamp(16px, 2vw, 28px) 56px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    transition: box-shadow .2s ease
}

.ca-benefit-card:hover {
    box-shadow: 0 4px 20px #00000014
}

.ca-benefit-icon {
    width: clamp(48px, 7vh, 96px);
    height: clamp(48px, 7vh, 96px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(12px, 2vh, 28px);
    flex-shrink: 0
}

.ca-benefit-icon svg {
    width: clamp(32px, 5vh, 64px);
    height: clamp(32px, 5vh, 64px)
}

.ca-benefit-title {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 clamp(6px, 1vh, 12px)
}

.ca-benefit-desc {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #ffffffb3;
    line-height: 1.8;
    margin: 0;
    padding: 0 clamp(16px, 2vw, 28px)
}

@keyframes ca-cal-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes ca-cal-d0 {

    0%,
    1% {
        opacity: 0
    }

    5%,
    86% {
        opacity: 1
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d1 {

    0%,
    10.7% {
        opacity: 0
    }

    15%,
    86% {
        opacity: 1
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d2 {

    0%,
    21% {
        opacity: 0
    }

    25%,
    86% {
        opacity: 1
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d3 {

    0%,
    32% {
        opacity: 0
    }

    36%,
    86% {
        opacity: 1
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d4 {

    0%,
    43% {
        opacity: 0
    }

    47%,
    86% {
        opacity: 1
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d5 {

    0%,
    54% {
        opacity: 0
    }

    58%,
    86% {
        opacity: .2
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d6 {

    0%,
    64% {
        opacity: 0
    }

    68%,
    86% {
        opacity: .2
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-cal-d7 {

    0%,
    75% {
        opacity: 0
    }

    79%,
    86% {
        opacity: .2
    }

    93%,
    to {
        opacity: 0
    }
}

@keyframes ca-check-draw {
    0% {
        stroke-dashoffset: 30
    }

    17% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes ca-check-fade {

    0%,
    33% {
        opacity: 1
    }

    44% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

.ca-icon-check {
    animation: ca-check-draw 3.6s ease-out infinite, ca-check-fade 3.6s ease-in infinite
}

@keyframes ca-clock-minute-spin {
    0% {
        transform-origin: 32px 32px;
        transform: rotate(0)
    }

    to {
        transform-origin: 32px 32px;
        transform: rotate(360deg)
    }
}

@keyframes ca-clock-hour-spin {
    0% {
        transform-origin: 32px 32px;
        transform: rotate(0)
    }

    to {
        transform-origin: 32px 32px;
        transform: rotate(360deg)
    }
}

@keyframes ca-clock-second-spin {
    0% {
        transform-origin: 32px 32px;
        transform: rotate(0)
    }

    to {
        transform-origin: 32px 32px;
        transform: rotate(360deg)
    }
}

.ca-clock-minute {
    animation: ca-clock-minute-spin 60s linear infinite
}

.ca-clock-hour {
    animation: ca-clock-hour-spin 720s linear infinite
}

.ca-clock-second {
    animation: ca-clock-second-spin 8s linear infinite
}

@keyframes ca-globe-orbit {
    0% {
        transform-origin: 32px 32px;
        transform: rotate(0)
    }

    to {
        transform-origin: 32px 32px;
        transform: rotate(360deg)
    }
}

.ca-globe-dot {
    animation: ca-globe-orbit 4s linear infinite
}

@keyframes ca-shield-pulse {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

.ca-icon-shield {
    animation: ca-shield-pulse 2.5s ease-in-out infinite
}

@keyframes ca-layer-float {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-4px)
    }
}

.ca-icon-layer1 {
    animation: ca-layer-float 2s ease-in-out infinite
}

.ca-icon-layer2 {
    animation: ca-layer-float 2s ease-in-out .15s infinite
}

.ca-icon-layer3 {
    animation: ca-layer-float 2s ease-in-out .3s infinite
}

@keyframes ca-wifi-pulse {

    0%,
    to {
        opacity: .5
    }

    50% {
        opacity: 1
    }
}

.ca-icon-wifi-1 {
    animation: ca-wifi-pulse 1.5s ease-in-out infinite
}

.ca-icon-wifi-2 {
    animation: ca-wifi-pulse 1.5s ease-in-out .3s infinite
}

.ca-icon-wifi-dot {
    animation: ca-wifi-pulse 1.5s ease-in-out .6s infinite
}

.ca-culture-card {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 32px;
    padding: 24px 32px;
    background: var(--color-primary);
    text-decoration: none;
    transition: opacity .2s ease
}

.ca-culture-card:hover {
    opacity: .9
}

.ca-culture-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.ca-culture-card-icon svg {
    width: 22px;
    height: 22px
}

.ca-culture-card-text {
    flex: 1
}

.ca-culture-card-eyebrow {
    font-family: var(--font-en);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--color-accent);
    margin: 0 0 4px
}

.ca-culture-card-title {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px
}

.ca-culture-card-desc {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #ffffffa6;
    margin: 0
}

.ca-culture-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    flex-shrink: 0
}

.ca-culture-card-link img {
    filter: brightness(0) invert(1)
}

.ca-welfare-section {
    background: #ffffff;
    padding: 80px 96px
}

.ca-welfare-pc {
    display: block
}

.ca-welfare-sp {
    display: none
}

.ca-welfare-accordion {
    margin-bottom: 12px
}

.ca-welfare-accordion-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #333;
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: color .2s, background .2s
}

.ca-welfare-accordion-btn.active {
    color: #fff;
    background: var(--color-accent);
    border-color: var(--color-accent)
}

.ca-welfare-accordion-btn.active .ca-welfare-accordion-icon {
    color: #fff
}

.ca-welfare-accordion-btn--gcj.active {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.ca-welfare-accordion-icon {
    font-size: 10px;
    transition: transform .2s;
    display: inline-block;
    color: var(--color-accent)
}

.ca-welfare-accordion-icon.open {
    transform: rotate(180deg)
}

.ca-welfare-accordion .ca-welfare-content {
    border-radius: 0 0 8px 8px;
    border-top: none;
    grid-template-columns: 1fr;
    gap: 32px
}

.ca-welfare-accordion .ca-welfare-content--gcj {
    border-radius: 0 0 8px 8px
}

.ca-welfare-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: -1px;
    position: relative;
    z-index: 1
}

.ca-welfare-tab {
    flex: 1;
    text-align: center;
    padding: 12px 24px;
    font-family: var(--font-en);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #9ca3af;
    background: #f7f7f7;
    border: 1px solid #e5e7eb;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
    transition: color .2s ease, background .2s ease;
    white-space: nowrap;
    box-shadow: inset 0 -4px 6px #0000000f
}

.ca-welfare-tab.active {
    color: #fff;
    background: var(--color-accent);
    border-color: var(--color-accent);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: none
}

.ca-welfare-tab--gcj.active {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.ca-welfare-content--gcj .ca-welfare-list li:before {
    background: var(--color-primary)
}

.ca-welfare-tab:not(.active):hover {
    color: var(--color-accent)
}

.ca-welfare-tab--gcj:not(.active):hover {
    color: var(--color-primary)
}

.ca-welfare-tab:first-child {
    margin-left: 1%
}

.ca-welfare-tab:last-child {
    margin-right: 1%
}

.ca-welfare-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    border: 1px solid #e5e7eb;
    border-radius: 0 12px 12px;
    padding: 40px;
    background: #ffffff
}

.ca-welfare-content--gcj {
    border-radius: 12px 0 12px 12px
}

.ca-welfare-col {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ca-welfare-row {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ca-welfare-row-label {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0
}

.ca-welfare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.ca-welfare-list li {
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-primary);
    line-height: 1.7;
    padding-left: 16px;
    position: relative
}

.ca-welfare-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color-accent)
}

.ca-cta-band {
    background: var(--color-accent);
    padding: 64px 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px
}

.ca-cta-band-text {
    color: #fff
}

.ca-cta-band-heading {
    font-family: var(--font-jp);
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px
}

.ca-cta-band-sub {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #ffffffb3;
    margin: 0
}

.ca-cta-band-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-accent);
    color: #fff;
    font-family: var(--font-jp);
    font-size: 15px;
    font-weight: 700;
    padding: 18px 36px;
    text-decoration: none;
    white-space: nowrap;
    transition: background .2s ease;
    flex-shrink: 0
}

.ca-cta-band-btn:hover {
    background: var(--color-accent-dark)
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .ca-hero-inner {
        padding: 168px 0 0 48px
    }

    .ca-hero-breadcrumb {
        left: 48px
    }

    .ca-entry-section,
    .ca-welfare-section,
    .ca-cta-band,
    .ca-benefits-section {
        padding-left: 48px;
        padding-right: 48px
    }

    .ca-entry-cards--4col {
        grid-template-columns: repeat(2, 1fr)
    }

    .ca-benefits-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 1024px) {
    .ca-hero {
        height: 340px
    }

    .ca-hero-inner {
        padding: 120px 0 0 48px
    }

    .ca-hero-breadcrumb {
        left: 48px
    }

    .ca-hero-heading {
        font-size: 34px
    }

    .ca-entry-section,
    .ca-welfare-section {
        padding: 56px 48px
    }

    .ca-benefits-section {
        height: auto;
        padding: 60px 48px
    }

    .ca-cta-band {
        padding: 48px
    }

    .ca-entry-cards {
        grid-template-columns: repeat(3, 1fr)
    }

    .ca-entry-cards--4col,
    .ca-benefits-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .ca-welfare-grid {
        grid-template-columns: 1fr 1fr
    }

    .ca-referral {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ca-referral-text {
        flex-direction: column;
        gap: 8px
    }
}

@media (max-width: 768px) {
    .ca-hero {
        height: 332px
    }

    .ca-hero-inner {
        padding: 144px 0 0 20px
    }

    .ca-hero-breadcrumb {
        left: 20px;
        top: 84px;
        font-size: 11px
    }

    .ca-hero-eyebrow {
        font-size: 11px
    }

    .ca-hero-heading {
        font-size: 24px;
        line-height: 1.5
    }

    .ca-entry-section {
        padding: 18px 16px 48px
    }

    .ca-welfare-section {
        padding: 40px 20px 56px
    }

    .ca-benefits-section {
        height: auto;
        padding: 40px 20px 56px
    }

    .ca-cta-band {
        flex-direction: column;
        align-items: flex-start;
        padding: 48px 20px;
        gap: 24px
    }

    .ca-section-heading {
        font-size: 24px
    }

    .ca-entry-cards,
    .ca-entry-cards--4col {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .ca-entry-card {
        padding: 28px 24px
    }

    .ca-benefits-grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .ca-welfare-pc {
        display: none
    }

    .ca-welfare-sp {
        display: block
    }

    .ca-cta-band-heading {
        font-size: 22px
    }

    .ca-referral {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .ca-referral-text {
        flex-direction: column;
        gap: 0
    }

    .ca-referral .ca-entry-card-icon {
        top: 16px !important;
        right: 16px !important;
        left: auto !important;
        transform: none !important
    }

    .ca-referral-titles {
        border-right: none;
        padding-right: 0;
        flex: none
    }

    .ca-referral-title {
        font-size: 20px;
        margin: 0 0 16px
    }

    .ca-referral-body {
        padding-left: 0
    }

    .ca-concept-img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 300%;
        max-width: none;
        height: auto
    }

    .ca-concept-heading {
        font-size: 24px
    }
}

.ca-concept-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
    background: #f7f7f7
}

.ca-concept-img {
    position: absolute;
    top: calc(-20% + 60px);
    left: 68px;
    width: 100%;
    height: auto;
    will-change: transform
}

.ca-concept-overlay {
    display: none
}

.ca-concept-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.ca-concept-label {
    margin-bottom: 8px
}

.ca-concept-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1.44;
    margin: 0 0 24px;
    letter-spacing: -.3px
}

.ca-concept-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 343px;
    height: 40px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    background: #ffffff;
    color: #333;
    text-decoration: none;
    letter-spacing: .28px;
    transition: background .2s ease, color .2s ease
}

.ca-concept-btn:hover {
    background: var(--color-accent);
    color: #fff;
    border-color: var(--color-accent)
}

.ca-concept-btn:hover img {
    filter: brightness(0) invert(1)
}

.ca-concept-img--sp {
    display: none
}

@media (max-width: 768px) {
    .ca-concept-img--pc {
        display: none
    }

    .ca-concept-img--sp {
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(calc(-50% + 430px), calc(-50% + 56px));
        width: 388.8%;
        height: auto
    }

    .ca-concept-heading {
        font-size: 24px
    }
}

.sl-page {
    background: #ffffff
}

.sl-fv {
    position: relative;
    height: 100vh;
    background: linear-gradient(150deg, #0d1f4e 0%, #100B55 50%, #020D26 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 96px;
    overflow: hidden
}

.sl-fv-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(image/solutions.png) center right / cover no-repeat;
    opacity: .12
}

.sl-fv-content {
    position: relative;
    z-index: 1;
    width: 100%
}

.sl-fv-eyebrow {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.8px;
    color: var(--color-accent);
    text-transform: uppercase;
    margin-bottom: 16px
}

.sl-fv-heading {
    font-family: var(--font-jp);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 20px
}

.sl-fv-lead {
    font-family: var(--font-jp);
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.8;
    margin: 0 0 48px
}

.sl-fv-pairs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 28px 96px 0;
    margin-left: -96px;
    margin-right: -96px
}

.sl-fv-pairs-row,
.sl-fv-pairs-arrows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.sl-fv-pair-issue {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px
}

.sl-fv-issue-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: #fffc
}

.sl-fv-pair-issue strong,
.sl-fv-pair-solution strong {
    display: block;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px
}

.sl-fv-pair-issue span,
.sl-fv-pair-solution span {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #fff9;
    line-height: 1.5
}

.sl-fv-pair-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    padding: 4px 0
}

.sl-fv-pair-solution {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    padding: 14px 16px
}

.sl-fv-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.sl-fv-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 18px 24px;
    font-family: var(--font-jp);
    font-size: 15px;
    font-weight: 600;
    color: #ffffffbf;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .15);
    transition: background .2s, color .2s
}

.sl-fv-tab:last-child {
    border-right: none
}

.sl-fv-tab:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff
}

.sl-service-section {
    padding: 80px 96px
}

.sl-service-section--gray {
    background: #f7f7f7
}

.sl-service-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.sl-service-inner--reverse {
    direction: rtl
}

.sl-service-inner--reverse>* {
    direction: ltr
}

.sl-service-img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px
}

.sl-service-eyebrow {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.8px;
    color: var(--color-accent);
    text-transform: uppercase;
    margin-bottom: 8px
}

.sl-service-heading {
    font-family: var(--font-jp);
    font-size: 28px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0 0 12px
}

.sl-service-lead {
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-secondary);
    line-height: 1.8;
    margin: 0 0 28px
}

.sl-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.sl-service-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    transition: border-color .2s, color .2s
}

.sl-service-list li a:hover {
    border-color: var(--color-accent);
    color: var(--color-accent)
}

.sl-service-list li a svg {
    flex-shrink: 0;
    opacity: .4
}

.sl-service-list li a:hover svg {
    opacity: 1;
    color: var(--color-accent)
}

.sl-cases-section {
    padding: 80px 96px
}

.sl-cases-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 32px
}

.sl-cases-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px
}

.sl-cases-tag {
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    font-family: var(--font-jp);
    font-size: 13px;
    color: var(--color-text-secondary);
    background: #ffffff;
    cursor: pointer;
    transition: background .2s, border-color .2s, color .2s
}

.sl-cases-tag.active,
.sl-cases-tag:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff
}

.sl-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.sl-case-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s
}

.sl-case-card:hover {
    box-shadow: 0 4px 16px #0000001a
}

.sl-case-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover
}

.sl-case-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.sl-case-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.sl-case-tag {
    font-family: var(--font-jp);
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 3px;
    background: #f3f4f6;
    color: var(--color-text-secondary)
}

.sl-case-title {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-primary);
    margin: 0;
    line-height: 1.5
}

.sl-cta {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    padding: 80px 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.sl-cta-eyebrow {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.8px;
    color: #fff9;
    text-transform: uppercase;
    margin-bottom: 8px
}

.sl-cta-heading {
    font-family: var(--font-jp);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.4
}

.sl-cta-lead {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #ffffffb3;
    margin: 0
}

.sl-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0
}

.sl-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 6px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s, color .2s
}

.sl-cta-btn--primary {
    background: var(--color-accent);
    color: #fff
}

.sl-cta-btn--primary:hover {
    background: #a80000
}

.sl-cta-btn--secondary {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3)
}

.sl-cta-btn--secondary:hover {
    background: rgba(255, 255, 255, .2)
}

@media (max-width: 768px) {
    .sl-fv {
        height: auto;
        min-height: 100svh;
        padding: 120px 20px 48px
    }

    .sl-fv-pairs-row,
    .sl-fv-pairs-arrows {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .sl-service-section {
        padding: 56px 20px
    }

    .sl-service-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .sl-service-inner--reverse {
        direction: ltr
    }

    .sl-service-heading {
        font-size: 22px
    }

    .sl-cases-section {
        padding: 56px 20px
    }

    .sl-cases-grid {
        grid-template-columns: 1fr
    }

    .sl-cases-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
    }

    .sl-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 56px 20px
    }

    .sl-cta-heading {
        font-size: 22px
    }

    .sl-cta-buttons {
        flex-direction: column;
        width: 100%
    }

    .sl-cta-btn {
        justify-content: center
    }
}

.co-hero {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden
}

.co-hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(image/hero_company.png) center calc(50% - 24px) / cover no-repeat;
    transform: scale(1.05);
    transform-origin: center center;
    z-index: 0
}

.co-hero-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.co-hero-inner {
    position: relative;
    z-index: 1;
    padding: 168px 0 0 96px
}

.co-hero-stats {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent;
    padding: 0 96px
}

.co-hero-stats * {
    color: #ffffff80 !important
}

.co-hero-stats .co-stat-divider {
    background: rgba(255, 255, 255, .3)
}

.co-hero-breadcrumb {
    position: absolute;
    top: 83px;
    left: 96px;
    font-family: var(--font-en);
    font-size: 12px;
    color: var(--color-white);
    letter-spacing: -.12px
}

.co-hero-eyebrow {
    color: var(--color-white);
    margin-bottom: 8px
}

.co-hero-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.39;
    letter-spacing: -.4px;
    margin: 0
}

.co-stats-section {
    background: #fff;
    padding: 32px 96px;
    border-bottom: 1px solid #e5e7eb
}

.co-stats-inner {
    display: flex;
    align-items: stretch
}

.co-stat {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0
}

.co-stat--wide {
    flex: 1.6
}

.co-stat-divider {
    width: 1px;
    height: 56px;
    align-self: center;
    background: #e5e7eb;
    flex-shrink: 0;
    margin: 0 48px
}

.co-stat-content {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.co-stat-sub {
    font-family: var(--font-jp);
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0
}

.co-stat-value {
    font-family: var(--font-en);
    font-size: 28px;
    font-weight: 600;
    color: var(--color-accent);
    line-height: 1;
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.co-stat-unit {
    font-family: var(--font-jp);
    font-weight: 700;
    color: var(--color-accent);
    margin-left: 2px;
    line-height: 1
}

.co-stat-unit--sm {
    font-size: 22px
}

.co-stat-unit--lg {
    font-size: 24px
}

.co-stat-value--text {
    font-family: var(--font-en);
    font-size: 28px;
    font-weight: 600
}

.co-section-label {
    margin-bottom: 8px
}

.co-section-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: var(--color-primary-dark);
    margin: 0 0 16px;
    line-height: 1.4
}

.co-section-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0 0 48px
}

.co-overview-section {
    background: #fff;
    padding: 40px 96px
}

.co-overview-header {
    margin-bottom: 0
}

.co-overview-header .co-section-desc {
    margin-bottom: 24px
}

.co-overview-card-desc {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin: 12px 0 0
}

.co-overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.co-overview-col {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0000000f;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    position: relative;
    overflow: hidden
}

.co-overview-card-body {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column
}

.co-overview-card-img {
    width: 50%;
    background: #e5e7eb;
    flex-shrink: 0
}

.co-overview-col:hover .co-overview-card-name {
    color: var(--color-accent)
}

.co-overview-card-en {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--color-accent);
    margin: 0 0 6px
}

.co-overview-card-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin: 0;
    transition: color .15s ease
}

.co-overview-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1
}

.co-overview-item {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #ffffffbf;
    line-height: 1.7
}

.co-overview-arrow {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    opacity: .8
}

.co-overview-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 40px;
    box-shadow: 0 2px 8px #0000000f
}

.co-overview-dl {
    margin: 0
}

.co-overview-row {
    display: flex;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6
}

.co-overview-row:last-child {
    border-bottom: none
}

.co-overview-dt {
    font-family: var(--font-jp);
    font-size: 13px;
    font-weight: 600;
    color: #333;
    min-width: 80px;
    padding-top: 2px
}

.co-overview-dd {
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-primary);
    margin: 0;
    line-height: 1.6
}

.co-overview-link {
    color: var(--color-accent);
    text-decoration: none;
    font-size: 13px;
    word-break: break-all
}

.co-overview-link:hover {
    text-decoration: underline
}

.co-history-section {
    background: #f7f7f7;
    padding: 60px 96px;
    overflow: hidden
}

.co-history-section .co-section-label {
    color: var(--color-accent)
}

.co-history-section .co-section-heading {
    color: #333;
    margin-bottom: 24px
}

.co-history-carousel {
    overflow: hidden;
    margin: 0 -96px;
    cursor: grab
}

.co-history-carousel:active {
    cursor: grabbing
}

.co-history-track {
    display: flex;
    gap: 24px;
    will-change: transform
}

.co-history-card {
    flex: 0 0 320px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 36px 32px;
    transition: background .3s, border-color .3s
}

.co-history-card.active {
    background: #fff;
    border-color: var(--color-accent)
}

.co-history-card-year {
    font-family: var(--font-en);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-accent);
    line-height: 1;
    margin-bottom: 16px
}

.co-history-card-divider {
    width: 40px;
    height: 2px;
    background: var(--color-accent);
    margin-bottom: 20px;
    border-radius: 2px
}

.co-history-card-title {
    font-family: var(--font-jp);
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.4
}

.co-history-card-body {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    margin: 0
}

.co-history-card-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 16px
}

.co-history-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
    padding: 0 96px
}

.co-history-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: .6;
    transition: opacity .2s
}

.co-history-btn:hover:not(:disabled) {
    opacity: 1
}

.co-history-btn:disabled {
    opacity: .2;
    cursor: not-allowed
}

.co-history-dots {
    display: flex;
    gap: 8px
}

.co-history-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s
}

.co-history-dot.active {
    background: var(--color-accent)
}

.co-awards-section {
    background: #fff;
    padding: 80px 96px
}

.co-awards-inner,
.co-awards-inner .co-section-heading {
    text-align: center
}

.co-awards-inner .co-section-desc {
    text-align: center;
    margin-bottom: 24px
}

.co-awards-stars {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 40px
}

.co-awards-star {
    font-size: 28px;
    color: #f59e0b;
    line-height: 1
}

.co-awards-frame {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 48px 40px 40px;
    box-shadow: 0 2px 8px #0000000f
}

.co-awards-logos {
    display: flex;
    gap: 16px
}

.co-award-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 32px 20px 28px
}

.co-award-logo-wrap {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center
}

.co-award-logo-img {
    max-height: 56px;
    max-width: 130px;
    width: auto;
    object-fit: contain
}

.co-award-logo-label {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 16px 0 0;
    text-align: center
}

.co-global-section {
    background: linear-gradient(160deg, #243f82 0%, #0f2456 50%, #162850 100%);
    padding: 80px 96px;
    position: relative;
    overflow: hidden
}

.co-global-map-img {
    position: absolute;
    top: 50%;
    right: -140px;
    transform: translateY(-50%);
    height: 200%;
    width: auto;
    pointer-events: none;
    opacity: .35
}

.co-global-label {
    color: #fff;
    letter-spacing: 2.8px
}

.co-global-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px
}

.co-global-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px
}

.co-global-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin: 0
}

.co-global-viewall {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--color-accent);
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 8px
}

.co-global-viewall:hover {
    text-decoration: underline
}

@keyframes co-hubs-scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}

.co-hubs-ticker {
    overflow: hidden;
    margin: 0 -96px
}

.co-hubs-track {
    display: flex;
    gap: 12px;
    width: max-content;
    animation: co-hubs-scroll 72s linear infinite
}

.co-hubs-track:hover {
    animation-play-state: paused
}

.co-hub-pill {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    padding: 27px 24px;
    white-space: nowrap;
    flex-shrink: 0;
    width: 168px;
    box-sizing: border-box
}

.co-hub-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
    flex-shrink: 0
}

.co-hub-country {
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 400;
    color: #ffffff80;
    letter-spacing: .3px
}

.co-hub-city {
    font-family: var(--font-en);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .3px
}

.co-apac-offices {
    display: flex;
    gap: 32px;
    margin-top: 40px;
    flex-wrap: wrap
}

.co-apac-item-wrap {
    position: relative
}

.co-apac-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

.co-apac-item:hover .co-apac-city {
    text-decoration: underline;
    text-underline-offset: 3px
}

.co-apac-country {
    font-family: var(--font-en);
    font-size: 12px;
    color: #ffffff80
}

.co-apac-city {
    font-family: var(--font-en);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .3px
}

.co-tooltip {
    position: absolute;
    bottom: calc(100% + 16px);
    left: 0;
    transform: translateY(6px);
    width: 320px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 48px #00000038;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 100
}

.co-tooltip--open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.co-tooltip-header {
    position: relative;
    background: linear-gradient(135deg, #100B55 0%, #020D26 100%);
    padding: 20px 24px 16px
}

.co-tooltip-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
    transition: opacity .15s
}

.co-tooltip-close:hover {
    opacity: 1
}

.co-tooltip-country {
    font-family: var(--font-en);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff80;
    display: block;
    margin-bottom: 4px
}

.co-tooltip-city {
    font-family: var(--font-en);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2
}

.co-tooltip-body {
    padding: 16px 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.co-tooltip-row {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.co-tooltip-row svg {
    flex-shrink: 0;
    margin-top: 2px
}

.co-tooltip-map-link {
    flex-shrink: 0;
    margin-top: 2px;
    color: #cc0100;
    text-decoration: none;
    display: flex;
    transition: opacity .15s
}

.co-tooltip-map-link:hover {
    opacity: .7
}

.co-tooltip-addr {
    font-family: var(--font-en);
    font-size: 12px;
    color: #333;
    line-height: 1.65;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-decoration: none
}

.co-tooltip-addr:hover {
    text-decoration: underline;
    text-underline-offset: 2px
}

.co-tooltip-addr p {
    margin: 0
}

.co-tooltip-addr-jp {
    font-family: var(--font-jp);
    font-size: 11px;
    color: #666
}

.co-tooltip-tel {
    font-family: var(--font-en);
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none
}

.co-tooltip-tel:hover {
    text-decoration: underline
}

.co-tooltip-tz {
    font-family: var(--font-en);
    font-size: 12px;
    color: #333
}

.co-tooltip-arrow {
    position: absolute;
    bottom: -7px;
    left: 16px;
    width: 14px;
    height: 14px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%)
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .co-hero-inner {
        padding: 148px 0 0 48px
    }

    .co-hero-breadcrumb {
        left: 48px
    }

    .co-stats-section {
        padding: 48px
    }

    .co-overview-section,
    .co-history-section,
    .co-awards-section,
    .co-global-section {
        padding: 64px 48px
    }

    .co-hubs-ticker {
        margin: 0 -48px
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .co-hero {
        height: 380px
    }

    .co-hero-inner {
        padding: 130px 0 0 24px
    }

    .co-hero-breadcrumb {
        left: 24px
    }

    .co-hero-heading {
        font-size: 32px
    }

    .co-stats-section {
        padding: 40px 24px
    }

    .co-stats-inner {
        flex-wrap: wrap;
        gap: 24px
    }

    .co-overview-section,
    .co-history-section,
    .co-awards-section,
    .co-global-section {
        padding: 56px 24px
    }

    .co-overview-grid {
        grid-template-columns: 1fr
    }

    .co-awards-logos {
        flex-wrap: wrap
    }

    .co-award-logo-item {
        flex: 1 1 calc(33.333% - 16px)
    }

    .co-hubs-ticker {
        margin: 0 -24px
    }

    .co-history-card {
        flex: 0 0 300px
    }

    .co-history-card-img {
        aspect-ratio: 3 / 2
    }
}

@media (max-width: 768px) {
    .co-hero {
        height: 332px
    }

    .co-hero-inner {
        padding: 144px 0 0 20px
    }

    .co-hero-breadcrumb {
        left: 20px;
        top: 84px;
        font-size: 11px
    }

    .co-hero-heading {
        font-size: 24px;
        line-height: 1.5
    }

    .co-stats-section {
        padding: 40px 20px
    }

    .co-stats-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px
    }

    .co-stat-value {
        font-size: 36px
    }

    .co-overview-section,
    .co-history-section,
    .co-awards-section,
    .co-global-section {
        padding: 56px 20px
    }

    .co-overview-grid {
        grid-template-columns: 1fr
    }

    .co-awards-logos {
        flex-wrap: wrap
    }

    .co-award-logo-item {
        flex: 1 1 calc(50% - 8px)
    }

    .co-hubs-ticker {
        margin: 0 -20px
    }

    .co-global-header {
        flex-direction: column;
        gap: 16px
    }

    .co-history-card {
        flex: 0 0 280px
    }

    .co-history-card-img {
        aspect-ratio: 3 / 2
    }

    .co-section-heading {
        font-size: 24px
    }
}

.ct-main {
    display: grid;
    /*grid-template-columns: 1fr 1fr; 留言功能隐藏*/
    align-items: stretch
}

.ct-col-left {
    position: relative;
    background: url(image/contact_bg.png) center center / cover no-repeat;
    padding: 120px 96px 0;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.ct-col-left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, #0f2456 0%, #243f82 50%, #162850 100%);
    opacity: .85;
    z-index: 0
}

.ct-col-right {
    background: #ffffff;
    padding: 120px 48px 80px
}

.ct-breadcrumb {
    position: absolute;
    top: 83px;
    left: 96px;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    letter-spacing: -.12px;
    z-index: 1
}

.ct-sidebar {
    position: relative;
    z-index: 1;
    max-width: 460px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.ct-sidebar-eyebrow {
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 12px
}

.ct-sidebar-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    letter-spacing: -2px;
    white-space: nowrap;
    margin: 0 0 16px
}

.ct-dropdown {
    position: relative;
    width: 100%
}

.ct-dropdown-trigger {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1.5px solid #D1D5DB;
    border-radius: 4px;
    cursor: pointer;
    font-family: var(--font-jp);
    font-size: 14px;
    text-align: left;
    transition: border-color .15s;
    box-sizing: border-box
}

.ct-dropdown-trigger:focus {
    outline: none;
    border-color: #cc0100
}

.ct-dropdown.open .ct-dropdown-trigger,
.ct-dropdown.error .ct-dropdown-trigger {
    border-color: #cc0100
}

.ct-dropdown-placeholder {
    color: #9a9a9a
}

.ct-dropdown-value {
    color: var(--color-text-primary)
}

.ct-dropdown-chevron {
    flex-shrink: 0;
    color: #9a9a9a;
    transition: transform .15s
}

.ct-dropdown.open .ct-dropdown-chevron {
    transform: rotate(180deg)
}

.ct-dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1.5px solid #D1D5DB;
    border-radius: 4px;
    box-shadow: 0 4px 16px #0000001a;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    overflow: hidden
}

.ct-dropdown-item {
    padding: 14px 16px;
    font-family: var(--font-jp);
    font-size: 14px;
    color: var(--color-text-primary);
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background .1s
}

.ct-dropdown-item:last-child {
    border-bottom: none
}

.ct-dropdown-item:hover {
    background: #f9f9f9
}

.ct-dropdown-item.selected {
    background: #E5E7EB
}

.ct-sidebar-lead {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #fff;
    line-height: 1.9;
    margin: 0
}

.ct-sidebar-contact-info {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    padding-top: 24px
}

.ct-sidebar-contact-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, .6)
}

.ct-sidebar-contact-row {
    display: flex;
    gap: 32px
}

.ct-sidebar-contact-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ct-sidebar-contact-company {
    font-family: var(--font-jp);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.ct-sidebar-contact-tel {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px
}

.ct-sidebar-contact-tel a {
    color: #fff;
    text-decoration: none
}

.ct-sidebar-contact-tel a:hover {
    text-decoration: underline
}

.ct-sidebar-contact-hours {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #fff;
    margin: 8px 0 0
}

.ct-form-section {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.ct-form {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.ct-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    padding-bottom: 20px
}

.ct-label {
    font-family: var(--font-jp);
    font-size: 13px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 2px
}

.ct-required {
    font-size: 14px;
    font-weight: 700;
    color: #cc0100;
    background: none;
    padding: 0;
    border-radius: 0
}

.ct-form-note {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #9a9a9a;
    margin: 0 0 4px
}

.ct-optional {
    font-size: 11px;
    font-weight: 400;
    color: var(--color-text-light)
}

.ct-input,
.ct-textarea {
    font-family: var(--font-jp);
    font-size: 16px;
    color: var(--color-text-primary);
    background: #ffffff;
    border: 1.5px solid #D1D5DB;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border-color var(--transition-base), box-shadow var(--transition-base)
}

.ct-input {
    padding: 0 12px;
    height: 48px
}

.ct-textarea {
    padding: 12px
}

.ct-input:focus,
.ct-textarea:focus {
    border-color: #cc0100;
    box-shadow: none
}

.ct-input.error,
.ct-textarea.error {
    border-color: var(--color-accent)
}

.ct-input::placeholder,
.ct-textarea::placeholder {
    color: #9a9a9a
}

.ct-input:-webkit-autofill,
.ct-input:-webkit-autofill:hover,
.ct-input:-webkit-autofill:focus,
.ct-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    transition: background-color 9999s ease-in-out 0s
}

.ct-textarea {
    resize: none;
    min-height: 120px;
    line-height: 1.7;
    overflow: hidden;
    white-space: pre-wrap;
    word-break: break-all
}
.ct-verificationCode{
  width: 120px;
  height: 50px
}
.ct-verificationimg{
  width: 120px;
  height: 50px
}
.ct-email-suggestion {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #9a9a9a;
    margin: 2px 0 0
}

.ct-email-suggestion-btn {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #cc0100;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-decoration: underline
}

.ct-consent-note {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #9a9a9a;
    margin: 2px 0 0;
    line-height: 1.7
}

.ct-field-error {
    font-size: 12px;
    color: var(--color-accent);
    position: absolute;
    bottom: 2px;
    left: 0;
    margin: 0
}

.ct-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--font-jp);
    font-size: 13px;
    color: var(--color-text-primary);
    cursor: pointer
}

.ct-consent input[type=checkbox] {
    margin-top: 2px;
    width: 16px;
    height: 16px;
    accent-color: var(--color-accent);
    flex-shrink: 0;
    cursor: pointer
}

.ct-consent a {
    color: #cc0100;
    text-decoration: underline
}

.ct-consent a:hover {
    color: var(--color-accent)
}

.ct-submit {
    font-family: var(--font-jp);
    font-size: 15px;
    font-weight: 600;
    color: var(--color-white);
    background: var(--color-accent);
    border: none;
    border-radius: 4px;
    padding: 12px 48px;
    cursor: pointer;
    align-self: flex-end;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background var(--transition-base), transform var(--transition-base)
}

.ct-submit:hover {
    background: var(--color-accent-dark)
}

.ct-submit:active {
    transform: translateY(1px)
}

.ct-submit:disabled {
    opacity: .6;
    cursor: not-allowed
}

.ct-confirm-main {
    padding: 140px 96px 80px;
    min-height: calc(100vh - 200px)
}

.ct-confirm-inner {
    max-width: 720px;
    margin: 0 auto
}

.ct-confirm-heading {
    font-family: var(--font-jp);
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin: 8px 0 16px;
    letter-spacing: -1px
}

.ct-confirm-lead {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #9a9a9a;
    margin: 0 0 40px
}

.ct-confirm-table {
    border-top: 1px solid #E5E7EB;
    margin: 0 0 40px
}

.ct-confirm-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #E5E7EB
}

.ct-confirm-dt {
    font-family: var(--font-jp);
    font-size: 13px;
    font-weight: 600;
    color: #9a9a9a
}

.ct-confirm-dd {
    font-family: var(--font-jp);
    font-size: 14px;
    color: #333;
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word
}

.ct-confirm-actions {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ct-confirm-actions .ct-submit {
    align-self: center;
    margin-top: 0
}

.ct-back-btn {
    font-family: var(--font-jp);
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background: var(--color-white);
    border: none;
    box-shadow: inset 0 0 0 1px var(--color-accent);
    border-radius: 4px;
    padding: 12px 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color var(--transition-base), transform var(--transition-base)
}

.ct-back-btn:hover {
    color: var(--color-accent)
}

.ct-back-btn:active {
    transform: translateY(1px)
}

.ct-sp-contact-info {
    display: none;
    background: #f7f7f7;
    padding: 40px 24px;
    flex-direction: column;
    gap: 16px
}

.ct-sp-contact-info .ct-sidebar-contact-company,
.ct-sp-contact-info .ct-sidebar-contact-tel,
.ct-sp-contact-info .ct-sidebar-contact-tel a,
.ct-sp-contact-info .ct-sidebar-contact-hours {
    color: #777
}

@media (min-width: 1025px) {
    .ct-sidebar {
        margin-top: 40px
    }
}

@media (max-width: 1024px) {
    .ct-col-left {
        padding: 120px 48px 0
    }

    .ct-breadcrumb {
        left: 48px
    }

    .ct-col-right {
        padding: 120px 32px 80px
    }

    .ct-sidebar-heading {
        font-size: 32px
    }

    .ct-confirm-main {
        padding: 120px 48px 80px
    }
}

@media (max-width: 768px) {
    .ct-main {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .ct-col-left {
        justify-content: flex-start;
        padding: 120px 28px 48px
    }

    .ct-breadcrumb {
        left: 28px;
        top: 84px;
        font-size: 11px
    }

    .ct-sidebar-heading {
        font-size: 28px;
        letter-spacing: .3px
    }

    .ct-sidebar-eyebrow {
        font-size: 10px;
        letter-spacing: 2px
    }

    .ct-col-right {
        padding: 40px 24px
    }

    .ct-sidebar-contact-info {
        display: none
    }

    .ct-sp-contact-info {
        display: flex
    }

    .ct-sidebar {
        max-width: 100%
    }

    .ct-sidebar-heading {
        font-size: 22px;
        white-space: normal
    }

    .ct-form-section {
        max-width: 100%
    }

    .ct-submit {
        width: 100%;
        justify-content: center
    }

    .ct-confirm-actions {
        gap: 12px
    }

    .ct-confirm-actions .ct-back-btn,
    .ct-confirm-actions .ct-submit {
        flex: 1;
        width: auto;
        padding-left: 0;
        padding-right: 0;
        justify-content: center
    }
}

:root {
    --color-primary: #100B55;
    --color-primary-dark: #020D26;
    --color-primary-gradient-start: #0C69FF;
    --color-primary-gradient-end: #020D26;
    --color-accent: #cc0100;
    --color-accent-dark: #b30000;
    --color-navy-dark: #636D79;
    --color-navy-footer: #100B55;
    --color-white: #ffffff;
    --color-bg-light: #F3F3F3;
    --color-bg-gray: #e9edf1;
    --color-bg-section: #e0e2e6;
    --color-text-primary: #1F2937;
    --color-text-secondary: #4B5563;
    --color-text-light: #9A9A9A;
    --color-border: #E2E6EC;
    --color-border-light: rgba(255, 255, 255, .7);
    --font-jp: "Noto Sans JP", sans-serif;
    --font-en: "Inter", sans-serif;
    --font-display: "Joan", serif;
    --container-max: 1280px;
    --container-padding: clamp(16px, 4vw, 80px);
    --transition-base: .2s ease;
    --transition-medium: .3s ease
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-gutter: stable
}

.sp-only {
    display: none
}

body {
    font-family: var(--font-jp);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text-primary);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    max-width: 100vw
}

h1,
h2 {
    letter-spacing: 0
}

img {
    display: block;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none
}

a {
    color: inherit;
    text-decoration: none
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit
}

ul,
ol {
    list-style: none
}

.container {
    width: 100%;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding)
}

.section {
    position: relative;
    overflow: hidden
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 72px;
    background: rgba(255, 255, 255, .98);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 8px #00000014
}

.header.scrolled {
    background: rgba(255, 255, 255, .98);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 1px 8px #00000014
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 96px
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.header-logo-img {
    width: 164px;
    height: 35px;
    flex-shrink: 0;
    display: block;
    transition: opacity .3s ease
}

.header-logo-white {
    opacity: 1;
    position: relative
}

.header-logo-dark {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.header-logo {
    position: relative
}

.scrolled .header-logo-white,
.menu-open .header-logo-white,
.nav-open .header-logo-white {
    opacity: 0
}

.scrolled .header-logo-dark,
.menu-open .header-logo-dark,
.nav-open .header-logo-dark {
    opacity: 1
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: flex-start;
    margin-left: 60px;
    margin-top: 12px
}

.header-nav-link {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .01em;
    padding: 10px 24px 10px 0;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color var(--transition-base), opacity var(--transition-base);
    white-space: nowrap
}

.header-nav-link:hover,
.header-nav-item:hover .header-nav-link {
    opacity: 1 !important;
    color: var(--color-accent) !important
}

.header.scrolled .header-nav-link {
    color: var(--color-text-primary)
}

.header.scrolled .header-nav-link:hover {
    color: var(--color-accent);
    opacity: 1
}

.header-nav-chevron {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: .8;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-nav-chevron svg {
    width: 10px;
    height: 6px
}

.header.scrolled .header-nav-chevron svg path {
    stroke: var(--color-text-primary)
}

.scrolled .header-search,
.header.menu-open .header-search,
.header.nav-open .header-search {
    color: var(--color-text-primary)
}

.header-search-label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    color: inherit;
    white-space: nowrap
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: var(--color-white);
    height: 40px;
    flex-shrink: 0;
    transition: color var(--transition-base);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px 0 0;
    margin-left: -24px
}

.header-search:hover {
    background: none;
    color: var(--color-accent)
}

.header-search:hover svg {
    color: var(--color-accent)
}

.header-search img {
    width: 20px;
    height: 20px
}

.search-panel {
    position: fixed;
    top: 72px;
    width: 636px;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: rgba(255, 255, 255, .98);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 150;
    padding: 24px;
    box-sizing: border-box
}

.search-panel-close-sp {
    display: none
}

.search-panel-close-sp-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #333
}

.search-panel-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #a5aab1;
    border-radius: 22px;
    padding: 8px 28px 8px 12px;
    background: #ffffff
}

.search-panel-input-wrap svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px
}

.search-panel-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: Noto Sans JP, sans-serif;
    color: #333;
    background: transparent;
    letter-spacing: .32px
}

.search-panel-input::placeholder {
    color: #9a9a9a
}

.search-panel-label {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: Noto Sans JP, sans-serif;
    color: #333;
    letter-spacing: -.14px;
    line-height: 1.6
}

.search-panel-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.search-panel-tag {
    border: 1px solid #cc0100;
    border-radius: 999px;
    height: 32px;
    padding: 0 20px;
    background: none;
    cursor: pointer;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: #cc0100;
    letter-spacing: .7px;
    display: flex;
    align-items: center
}

.search-panel-clear {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0
}

.search-results {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.search-result-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: background .15s
}

.search-result-item:hover {
    background: #f5f5f5
}

.search-result-title {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary)
}

.search-result-desc {
    font-family: var(--font-jp);
    font-size: 12px;
    color: #9a9a9a;
    line-height: 1.5
}

.search-panel-history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0 8px
}

.search-history-clear {
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-jp);
    font-size: 12px;
    color: #9a9a9a;
    padding: 0
}

.search-history-clear:hover {
    color: var(--color-accent)
}

.search-no-result {
    font-family: var(--font-jp);
    font-size: 13px;
    color: #9a9a9a;
    margin: 16px 0 0;
    padding: 0 4px
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px
}

.header-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.header-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--color-white);
    border-radius: 2px;
    transition: transform var(--transition-base), opacity var(--transition-base), background var(--transition-base)
}

.scrolled .header-hamburger span,
.header-hamburger.open span {
    background: var(--color-text-primary)
}

.header-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.header-hamburger.open span:nth-child(2) {
    opacity: 0
}

.header-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99;
    overflow-y: auto;
    flex-direction: column;
    padding: 88px 24px 48px
}

.mobile-nav.open {
    display: flex
}

.mobile-nav-item {
    border-bottom: 1px solid #e5e7eb
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: var(--font-jp);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-secondary);
    padding: 18px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: color var(--transition-base);
    text-decoration: none
}

.mobile-nav-link:hover {
    color: var(--color-accent)
}

.mobile-nav-expand-icon {
    flex-shrink: 0;
    transition: transform .25s ease;
    color: var(--color-accent)
}

.mobile-nav-toggle.expanded .mobile-nav-expand-icon {
    transform: rotate(180deg)
}

.mobile-nav-sub {
    display: none;
    flex-direction: column;
    padding-bottom: 8px
}

.mobile-nav-sub.open {
    display: flex
}

.mobile-nav-sub-link {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-primary);
    padding: 10px 0 10px 16px;
    text-decoration: none;
    transition: color var(--transition-base);
    display: flex;
    align-items: center;
    gap: 12px
}

.mobile-nav-sub-link svg {
    color: var(--color-accent);
    flex-shrink: 0
}

.mobile-nav-sub-link:hover {
    color: var(--color-accent)
}

.mobile-nav-sub-link--heading {
    font-weight: 700;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 4px;
    padding-left: 16px
}

.mobile-nav-link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    background: none;
    padding: 0;
    width: 100%
}

.mobile-nav-link-title {
    display: flex;
    align-items: center;
    font-family: var(--font-jp);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-text-primary);
    padding: 18px 0;
    text-decoration: none;
    transition: color var(--transition-base);
    flex: 1
}

.mobile-nav-link-title:hover {
    color: var(--color-accent)
}

.mobile-nav-expand-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 18px 0 18px 16px;
    display: flex;
    align-items: center
}

.mega-menu {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 8px 32px #0000001a;
    z-index: 98;
    animation: megaFadeIn .18s ease
}

@keyframes megaFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-6px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.mega-menu-inner {
    padding: 16px 96px 20px 320px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.mega-menu-category {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: inline-block
}

.mega-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, max-content);
    column-gap: 32px;
    row-gap: 0
}

.mega-menu-list li {
    width: max-content
}

.mega-menu-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .01em;
    color: var(--color-text-primary);
    text-decoration: none;
    padding: 7px 0;
    border-bottom: none;
    white-space: nowrap;
    transition: color .2s ease
}

.mega-menu-category:hover {
    color: var(--color-accent)
}

.mega-menu-category--disabled,
.mega-menu-category--disabled:hover {
    color: var(--color-text-primary);
    cursor: default
}

.mega-menu-link:hover {
    color: var(--color-accent)
}

.mega-menu-categories {
    display: flex;
    gap: 48px;
    align-items: flex-start
}

.mega-menu-category-group {
    display: flex;
    flex-direction: column
}

.mega-menu-category-label {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: #9a9a9a;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: color .2s ease
}

.mega-menu-category-label:hover {
    color: var(--color-accent)
}

.mega-menu-category-group {
    border-left: 1px solid #e5e7eb;
    padding-left: 48px
}

.mega-menu-category-group:first-child {
    border-left: none;
    padding-left: 0
}

.mega-menu-category-group .mega-menu-list {
    grid-template-columns: 1fr
}

.mega-menu-category-group--engineering .mega-menu-list {
    grid-template-columns: repeat(2, max-content);
    column-gap: 32px
}

.mobile-nav-category-label {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--color-accent);
    text-transform: uppercase;
    margin: 12px 0 4px 16px;
    display: block;
    text-decoration: none
}

.mega-menu-arrow {
    flex-shrink: 0;
    opacity: 0;
    color: var(--color-accent);
    transition: opacity .2s ease, transform .2s ease
}

.mega-menu-link:hover .mega-menu-arrow {
    opacity: 1;
    transform: translate(3px)
}

.mega-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 97
}

.header.menu-open:not(.scrolled) {
    background: #ffffff
}

.header.menu-open:not(.scrolled) .header-nav-link {
    color: var(--color-text-primary)
}

.header.menu-open:not(.scrolled) .header-hamburger span {
    background: var(--color-text-primary)
}

.header-nav-item.active .header-nav-link,
.header-nav-item.current .header-nav-link {
    color: var(--color-accent)
}

.header-nav-item {
    position: relative;
    cursor: pointer
}

.header-nav-item.disabled {
    cursor: default
}

.hero {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 600px;
    background: linear-gradient(160deg, #100B55 0%, #020D26 60%, #0C69FF 100%);
    overflow: hidden
}

.hero-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.hero-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease
}

.hero-slide.active {
    opacity: 1
}

.hero-slide-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-dots {
    position: absolute;
    bottom: 32px;
    right: 50px;
    z-index: 2;
    display: flex;
    gap: 8px
}

.hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .7);
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background .3s
}

.hero-dot.active {
    background: #ffffff
}

.hero-full-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(2, 13, 38, .75) 0%, rgba(2, 13, 38, .4) 45%, rgba(2, 13, 38, .1) 100%)
}

.hero-text-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none
}

.hero-text-block.active {
    opacity: 1;
    pointer-events: auto
}

.hero-btn:hover {
    opacity: .6
}

.hero-btn {
    position: absolute;
    bottom: 62px;
    left: 96px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--color-white);
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .32px;
    line-height: 1.5;
    white-space: nowrap;
    transition: opacity .2s
}

.hero-subtext {
    position: absolute;
    bottom: 130px;
    left: 96px;
    z-index: 2;
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.6;
    letter-spacing: .4px
}

.hero-heading {
    position: absolute;
    bottom: 214px;
    left: 96px;
    z-index: 2;
    font-family: var(--font-jp);
    font-size: 48px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.33;
    letter-spacing: .96px;
    white-space: nowrap
}

.ai-page-wrapper .container {
    padding: 0 var(--container-padding)
}

.ai-page-wrapper .hero-label {
    position: static;
    bottom: auto;
    left: auto;
    z-index: auto
}

.ai-page-wrapper .industry-card {
    flex-shrink: unset;
    width: auto;
    height: auto;
    overflow: visible;
    border-radius: var(--radius-md, 8px);
    display: block
}

.hero-label {
    position: absolute;
    bottom: 348px;
    left: 96px;
    z-index: 2;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: 2.8px;
    text-transform: uppercase;
    white-space: nowrap
}

.hero-indicators {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.hero-indicator {
    width: 6px;
    height: 62px;
    background: rgba(255, 255, 255, .35);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .3s
}

.hero-indicator.active {
    background: #CC0100
}

.section-label {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: 2.8px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.section-heading {
    font-family: var(--font-jp);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.33;
    letter-spacing: .02em;
    margin-top: 0;
    margin-bottom: 20px
}

.section-heading.white {
    color: var(--color-white)
}

.section-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-primary);
    line-height: 1.7;
    letter-spacing: .02em
}

.section-desc.white {
    color: var(--color-white)
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    letter-spacing: .02em;
    transition: opacity var(--transition-base)
}

.section-link:hover {
    opacity: .7
}

.section-link.white {
    color: var(--color-white);
    border: 1px solid var(--color-border);
    padding: 8px 28px
}

.section-link img {
    width: 20px;
    height: 20px
}

.ai-zoom-section {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 600px;
    overflow: hidden
}

.ai-zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center;
    transform: scale(1.6);
    will-change: transform;
    opacity: .95
}

.ai-zoom-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    text-align: left;
    white-space: nowrap
}

.ai-zoom-badge {
    display: inline-block;
    background: var(--color-accent);
    color: #fff;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 999px;
    margin-bottom: 12px
}

.ai-zoom-label {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    color: #cc0100;
    letter-spacing: 2.8px;
    margin-bottom: 8px
}

.ai-zoom-heading {
    font-family: var(--font-jp);
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1.33;
    letter-spacing: .96px;
    margin-top: 0;
    margin-bottom: 20px;
    white-space: nowrap
}

.ai-zoom-desc {
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    letter-spacing: .4px;
    margin-bottom: 24px
}

.ai-zoom-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    letter-spacing: .28px;
    transition: opacity .2s
}

.ai-zoom-section:hover .ai-zoom-link {
    opacity: .6
}

.ai-zoom-cover-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}

.ai-data-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-text-secondary);
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    transition: opacity var(--transition-base)
}

.ai-data-link:hover {
    opacity: .7
}

.solutions-section {
    display: flex;
    height: 100svh;
    overflow: hidden
}

.solutions-left {
    position: relative;
    flex: 0 0 57.5%;
    overflow: hidden;
    display: block
}

.solutions-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.solutions-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 57, 110, .35)
}

.solutions-content {
    position: relative;
    z-index: 1;
    padding: 96px 48px 48px 92px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    box-sizing: border-box
}

.solutions-label {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: 2.8px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.solutions-heading {
    font-family: var(--font-jp);
    font-size: 48px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.33;
    letter-spacing: .96px;
    margin-top: 0;
    margin-bottom: 20px
}

.solutions-desc {
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.6;
    letter-spacing: .4px;
    margin-bottom: 28px
}

.solutions-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.solutions-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .28px;
    transition: opacity .2s
}

.solutions-link:hover {
    opacity: .6
}

.solutions-right {
    flex: 0 0 42.5%;
    background: linear-gradient(160deg, #243f82 0%, #0f2456 50%, #162850 100%);
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    box-sizing: border-box;
    height: 100%
}

.solution-item {
    background: rgba(255, 255, 255, .05);
    flex: 1;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 8px;
    transition: background .2s;
    display: flex;
    align-items: center;
    padding: 0 24px 0 18px;
    gap: 16px
}

.solution-item:hover {
    background: rgba(255, 255, 255, .1)
}

.solution-item-arrow {
    flex-shrink: 0;
    width: 39px;
    height: 39px
}

.solution-item-content {
    flex: 1
}

.solution-item-title {
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.5;
    letter-spacing: .4px;
    margin-bottom: 4px
}

.solution-item-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.6;
    letter-spacing: .32px
}

.industries-section {
    background: var(--color-white);
    padding: 66px 0 0
}

.industries-header {
    padding: 0 96px;
    margin-bottom: 32px
}

.industries-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.39;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 20px
}

.industries-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-primary);
    line-height: 1.6;
    letter-spacing: .32px;
    margin-bottom: 28px
}

.industries-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    letter-spacing: .28px;
    transition: opacity .2s
}

.industries-link:hover {
    opacity: .6
}

.industries-carousel-wrap {
    overflow: hidden;
    padding-left: 96px;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none
}

.industries-carousel-wrap:active {
    cursor: grabbing
}

.industries-carousel-track {
    display: flex;
    gap: 16px
}

.industry-card {
    flex-shrink: 0;
    position: relative;
    width: 286px;
    height: 380px;
    overflow: hidden;
    border-radius: 8px;
    display: block;
    text-decoration: none
}

.industry-card-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.industry-card:hover .industry-card-img {
    transform: scale(1.04)
}

.industry-card-hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: opacity .3s ease
}

.industry-card:hover .industry-card-hover-overlay {
    opacity: 1
}

.industry-card-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 14px 22px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.industry-card-en {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.6;
    letter-spacing: -.14px;
    margin-bottom: 2px;
    transition: color .3s ease
}

.industry-card:hover .industry-card-en {
    color: #df0031
}

.industry-card-ja {
    font-family: var(--font-jp);
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.5;
    letter-spacing: -.24px;
    white-space: pre-line;
    margin-top: 0;
    transition: color .3s ease
}

.industry-card:hover .industry-card-ja {
    color: #1f2937
}

.industry-card-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #1f2937;
    line-height: 1.6;
    letter-spacing: .8px;
    margin-top: 20px;
    opacity: 0;
    transition: opacity .3s ease
}

.industry-card:hover .industry-card-desc {
    opacity: 1
}

.industries-nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 16px 96px 0;
    margin-top: 12px
}

.industries-nav-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 1;
    transition: opacity .2s
}

.industries-nav-btn:disabled {
    opacity: .5;
    cursor: default
}

.industries-nav-btn:not(:disabled):hover {
    opacity: .7
}

.cs-section {
    background: white;
    padding: 80px 0 60px
}

.cs-card {
    position: relative;
    display: flex;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer
}

.cs-card-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.cs-left {
    flex: 1 1 50%;
    background: #f7f7f7;
    position: relative;
    display: flex;
    min-width: 0
}

.cs-tab {
    flex-shrink: 0;
    width: 40px;
    height: 460px;
    align-self: center;
    background: var(--color-accent);
    border-radius: 0 23px 23px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 0
}

.cs-tab-text {
    writing-mode: vertical-rl;
    transform: rotate(0);
    color: #fff;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.14px;
    white-space: nowrap;
    margin-bottom: 12px
}

.cs-tab-line {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, .5);
    margin: 4px 0
}

.cs-tab-category {
    writing-mode: vertical-rl;
    transform: rotate(0);
    color: #fff;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -.14px;
    margin-top: 12px
}

.cs-content {
    flex: 1;
    min-width: 0;
    padding: 44px 48px 34px 129px;
    display: flex;
    flex-direction: column
}

.cs-number-row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 26px;
    margin-left: -75px
}

.cs-label-jp {
    font-family: var(--font-jp);
    font-size: 20px;
    font-weight: 700;
    color: #333;
    letter-spacing: .4px
}

.cs-slash {
    width: auto;
    height: auto;
    margin: 8px 4px 0;
    display: block;
    align-self: flex-start
}

.cs-number {
    font-family: var(--font-display);
    font-size: 50px;
    color: #333;
    line-height: 1;
    letter-spacing: 2.5px;
    margin-left: -12px
}

.cs-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 1.44;
    letter-spacing: -.3px;
    margin: 0 0 16px;
    max-width: 500px
}

.cs-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    letter-spacing: .32px;
    margin-bottom: 16px;
    max-width: 500px
}

.cs-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--font-en);
    font-size: 12px;
    font-weight: 500;
    color: #4b5563;
    letter-spacing: .6px;
    transition: opacity .2s;
    position: relative;
    z-index: 1
}

.cs-link:hover {
    opacity: .7
}

.cs-metrics {
    display: flex;
    gap: 16px;
    margin-top: auto;
    padding-top: 20px;
    max-width: 500px;
    justify-content: flex-end;
    padding-right: 20px
}

.cs-donut {
    position: relative;
    width: 104px;
    height: 104px;
    transform: scale(1.21) translateY(-10px);
    transform-origin: center
}

.cs-donut-svg {
    display: block
}

.cs-donut-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.cs-donut-label {
    font-family: var(--font-jp);
    font-size: 10px;
    font-weight: 700;
    color: #9a9a9a;
    letter-spacing: .5px;
    line-height: 1.4;
    margin-bottom: 2px
}

.cs-donut-value {
    font-family: var(--font-en);
    font-size: 20px;
    font-weight: 500;
    color: var(--color-accent);
    line-height: 1.2
}

.cs-right {
    flex: 1 1 50%;
    overflow: hidden
}

.cs-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.cs-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10
}

.cs-nav-prev {
    left: 64px
}

.cs-nav-next {
    right: 16px
}

.cs-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px
}

.cs-indicator {
    width: 32px;
    height: 4px;
    border: none;
    background: #e0e0e0;
    cursor: pointer;
    padding: 0;
    transition: background .2s
}

.cs-indicator.active {
    background: var(--color-accent)
}

.cs-indicators-sp,
.cs-all-link-wrap {
    display: none
}

.cs-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-border);
    color: var(--color-text-primary);
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 28px;
    transition: background .2s
}

.cs-all-link:hover {
    background: var(--color-bg-light)
}

.news-bg-section {
    position: relative;
    background: #020D26;
    min-height: clamp(280px, 35vh, 520px);
    display: flex;
    align-items: center;
    overflow: hidden
}

.news-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    transform: scale(2) translate(18%)
}

.news-bg-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(2, 13, 38, .45);
    z-index: 1
}

.news-bg-inner {
    position: relative;
    z-index: 1;
    padding: 0 clamp(24px, 6.67vw, 96px)
}

.news-label {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-accent);
    letter-spacing: 2.8px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.news-heading {
    font-family: var(--font-jp);
    font-size: 40px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.39;
    letter-spacing: -.4px;
    margin-top: 0;
    margin-bottom: 20px
}

.news-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: #ffffffd9;
    line-height: 1.6;
    letter-spacing: .32px;
    margin-bottom: 28px
}

.news-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .28px;
    transition: opacity .2s
}

.news-btn:hover {
    opacity: .6
}

.news-btn img {
    width: 20px;
    height: 20px
}

.articles-section {
    background: var(--color-white);
    padding: clamp(24px, 3vw, 40px) 0 clamp(60px, 6vw, 80px)
}

.articles-inner {
    width: 100%
}

.articles-grid {
    display: flex;
    gap: clamp(24px, 5vw, 72px);
    width: 100%;
    padding: 0 clamp(24px, 6.67vw, 96px);
    box-sizing: border-box
}

.article-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.article-col:hover .article-title {
    color: var(--color-accent);
    transition: color .2s ease
}

.article-meta {
    margin-bottom: 12px
}

.article-date {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text-secondary);
    letter-spacing: -.14px
}

.article-tag {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    color: var(--color-white);
    font-family: var(--font-jp);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 16px;
    white-space: nowrap;
    margin-bottom: 16px
}

.article-title {
    font-family: var(--font-jp);
    font-size: clamp(16px, 1.4vw, 20px);
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.5;
    margin: 0 0 16px;
    letter-spacing: .4px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 90px;
    align-content: center
}

.article-excerpt {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 400;
    color: var(--color-text-primary);
    line-height: 1.6;
    letter-spacing: .32px;
    margin-bottom: 16px;
    height: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.article-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-jp);
    font-size: 12px;
    font-weight: 500;
    color: var(--color-text-secondary);
    letter-spacing: .24px;
    transition: opacity var(--transition-base);
    margin-bottom: 24px
}

.article-read-more:hover {
    opacity: .7
}

.article-list-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-text-primary);
    letter-spacing: .28px;
    transition: opacity var(--transition-base)
}

.article-list-link:hover {
    opacity: .7
}

.cta-section {
    background: var(--color-accent);
    padding: 80px 0
}

.cta-inner {
    text-align: center
}

.cta-label {
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    color: var(--color-white);
    letter-spacing: 2.8px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.cta-heading {
    font-family: var(--font-jp);
    font-size: 30px;
    font-weight: 700;
    color: var(--color-white);
    line-height: 1.44;
    margin: 0 0 20px;
    letter-spacing: -.3px
}

.cta-desc {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    line-height: 1.5;
    letter-spacing: .32px;
    margin: 0 auto 40px
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-white);
    color: var(--color-white);
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .28px;
    transition: background var(--transition-base), color var(--transition-base);
    cursor: pointer;
    width: 343px;
    height: 40px
}

.cta-btn:hover {
    background: rgba(0, 0, 0, .16);
    border-color: transparent
}

.footer {
    background: #34383b
}

.footer-inner {
    padding: 48px 94px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "logo logo" "companies sns" "nav copyright";
    row-gap: 40px
}

.footer-top {
    grid-area: logo
}

.footer-logo {
    display: inline-flex
}

.footer-logo img {
    width: 160px;
    height: 42px
}

.footer-companies {
    grid-area: companies;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-self: center
}

.footer-company-name {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .7px;
    line-height: normal
}

.footer-sns {
    grid-area: sns;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding-right: 20px
}

.footer-sns-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity var(--transition-base)
}

.footer-sns-link:hover {
    opacity: .7
}

.footer-sns-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%);
    background: #ffffff;
    color: #4b5563;
    font-family: var(--font-jp);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.12px;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s
}

.footer-sns-tooltip:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%);
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent
}

.footer-sns-link:hover .footer-sns-tooltip {
    opacity: 1
}

.footer-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    gap: 24px
}

.footer-nav-link {
    font-family: var(--font-jp);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .28px;
    line-height: normal;
    transition: opacity var(--transition-base);
    white-space: nowrap
}

.footer-nav-link:hover {
    opacity: .7
}

.footer-copyright {
    grid-area: copyright;
    font-family: var(--font-jp);
    font-size: 12px;
    font-weight: 400;
    color: var(--color-white);
    line-height: 1.5;
    letter-spacing: -.12px;
    text-align: right;
    align-self: center;
    padding-right: 20px
}

.footer-copyright a {
    color: inherit
}

.floating-widget {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0
}

.floating-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.floating-btn-wrap {
    position: relative;
    display: flex;
    align-items: center
}

.floating-tooltip {
    position: absolute;
    right: calc(100% + 10px);
    background: rgba(255, 255, 255, .85);
    color: #4B5563;
    font-family: var(--font-jp);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -.12px;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s
}

.floating-tooltip:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .85)
}

.floating-btn-wrap:hover .floating-tooltip {
    opacity: 1
}

.floating-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 12px #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s, color .2s, box-shadow .2s;
    text-decoration: none
}

.floating-btn-contact {
    background: var(--color-accent);
    color: #fff
}

.floating-btn-contact:hover {
    background: white;
    color: var(--color-accent)
}

.floating-btn-assistant {
    background: white;
    color: var(--color-primary)
}

.floating-btn-assistant:hover {
    background: var(--color-primary);
    color: #fff
}

.chat-backdrop,
.chat-drag-handle {
    display: none
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

.chat-window {
    position: fixed;
    right: 24px;
    bottom: 28px;
    width: 453px;
    height: 665px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 8px #00000014;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 999
}

.chat-header {
    display: flex;
    align-items: center;
    padding: 20px 20px 16px;
    border-bottom: 1px solid #f0f0f0;
    gap: 8px
}

.chat-header-title {
    flex: 1;
    text-align: center;
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: .32px
}

.chat-header-right {
    display: flex;
    align-items: center;
    gap: 4px
}

.chat-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background .15s
}

.chat-header-btn:hover {
    background: #f5f5f5
}

.chat-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.chat-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px
}

.chat-empty-text {
    font-family: var(--font-jp);
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: .32px;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.chat-input-area {
    display: flex;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding: 12px 16px;
    gap: 8px;
    flex-shrink: 0
}

.chat-input {
    flex: 1;
    border: none;
    outline: none;
    font-family: var(--font-jp);
    font-size: 16px;
    color: #333;
    background: transparent
}

.chat-input::placeholder {
    color: #9a9a9a
}

.chat-send-btn {
    width: 36px;
    height: 36px;
    background: var(--color-accent);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .2s
}

.chat-send-btn:hover {
    background: var(--color-accent-dark)
}

.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
    width: 100%
}

.chat-bubble-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.chat-bubble-wrap.user {
    align-items: flex-end
}

.chat-bubble-wrap.bot {
    align-items: flex-start
}

.chat-bubble {
    max-width: 80%;
    padding: 12px 16px;
    border-radius: 12px;
    font-family: var(--font-jp);
    font-size: 14px;
    line-height: 1.6
}

.chat-bubble-user {
    background: #f0f0f0;
    color: #333;
    border-radius: 12px 12px 0
}

.chat-bubble-bot {
    background: transparent;
    color: #333;
    border-radius: 12px 12px 12px 0
}

.chat-typing {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 14px 16px
}

.chat-typing span {
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    animation: typing-dot 1.2s infinite
}

.chat-typing span:nth-child(2) {
    animation-delay: .2s
}

.chat-typing span:nth-child(3) {
    animation-delay: .4s
}

@keyframes typing-dot {

    0%,
    60%,
    to {
        opacity: .3;
        transform: translateY(0)
    }

    30% {
        opacity: 1;
        transform: translateY(-4px)
    }
}

.chat-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-primary);
    color: #fff;
    font-family: var(--font-jp);
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 999px;
    transition: opacity .2s
}

.chat-contact-btn:hover {
    opacity: .85
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .articles-grid {
        width: 100%;
        gap: 32px;
        padding: 0 48px;
        box-sizing: border-box
    }

    .article-col {
        flex: 1 1 0;
        min-width: 0
    }

    .header-inner {
        padding: 0 48px
    }

    .header-nav {
        margin-left: 32px
    }

    .header-nav-link {
        padding-right: 10px;
        font-size: 13px
    }

    .mega-menu-inner {
        padding-left: 244px;
        padding-right: 48px
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .articles-grid {
        width: 100%;
        gap: 24px;
        padding: 0 24px;
        box-sizing: border-box
    }

    .article-col {
        flex: 1 1 0;
        min-width: 0
    }

    .cs-card {
        flex-direction: column;
        height: auto
    }

    .cs-right {
        order: 1;
        height: 320px;
        width: 100%;
        flex: none
    }

    .cs-left {
        order: 2;
        flex: none;
        width: 100%;
        position: static
    }

    .cs-tab {
        position: absolute;
        left: 0;
        top: 16px;
        width: 36px;
        height: 288px;
        align-self: auto;
        border-radius: 0 23px 23px 0;
        z-index: 10
    }

    .header-inner {
        padding: 0 24px
    }

    .header-nav {
        margin-left: 20px
    }

    .header-nav-link {
        padding-right: 8px;
        font-size: 12px;
        letter-spacing: 0
    }

    .header-nav-chevron {
        display: none
    }

    .mega-menu-inner {
        padding-left: 208px;
        padding-right: 24px
    }

    .mega-menu-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .header-nav {
        display: none
    }

    .header-logo-img {
        width: 136px;
        height: auto
    }

    .header-inner {
        padding: 0 16px
    }

    .header-logo {
        margin-left: 0
    }

    .header-search {
        display: flex;
        width: 24px;
        height: 24px;
        align-items: center;
        justify-content: center;
        padding: 0
    }

    .header-search svg {
        width: 24px;
        height: 24px
    }

    .header-search-label {
        display: none
    }

    .header-hamburger {
        display: flex;
        margin-left: 10px
    }

    .search-panel {
        position: fixed;
        top: 0;
        left: 0 !important;
        right: 0;
        width: 100%;
        height: auto;
        padding: 16px 16px 24px;
        z-index: 200
    }

    .search-panel-close-sp {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 12px
    }

    .search-panel-close-sp-btn {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px;
        color: #333
    }

    .hero {
        height: 100svh;
        min-height: 600px
    }

    .hero-text-block {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 20px 48px
    }

    .hero-label {
        position: static;
        font-size: 14px;
        letter-spacing: 1.5px;
        margin-bottom: 6px;
        white-space: normal
    }

    .hero-heading {
        position: static;
        font-size: 32px;
        letter-spacing: .64px;
        white-space: normal;
        margin-bottom: 16px
    }

    .hero-subtext {
        position: static;
        font-size: 16px;
        margin-bottom: 24px
    }

    .hero-btn {
        position: static
    }

    .hero-indicators {
        display: none
    }

    .ai-zoom-content {
        left: 20px;
        right: 20px;
        bottom: 48px;
        transform: none;
        white-space: normal
    }

    .ai-zoom-heading {
        font-size: 32px;
        letter-spacing: .64px;
        white-space: normal
    }

    .ai-zoom-desc {
        font-size: 16px
    }

    .ai-zoom-label,
    .section-label {
        font-size: 14px;
        letter-spacing: 1.5px;
        margin-bottom: 6px;
        white-space: normal
    }

    .section-heading,
    .ai-zoom-heading {
        margin-bottom: 16px
    }

    .ai-section-inner {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .ai-section-image {
        order: -1
    }

    .ai-section-image img {
        height: 260px
    }

    .solutions-section {
        flex-direction: column;
        height: auto;
        overflow: visible
    }

    .solutions-left {
        flex: none;
        width: 100%;
        height: 360px
    }

    .solutions-content {
        padding: 40px 20px;
        justify-content: flex-start
    }

    .solutions-label {
        margin-bottom: 6px
    }

    .solutions-heading {
        font-size: 28px;
        margin-bottom: 16px
    }

    .solutions-desc {
        font-size: 16px;
        margin-bottom: 24px
    }

    .solutions-right {
        flex: none;
        width: 100%;
        padding: 24px 20px;
        gap: 12px;
        justify-content: flex-start
    }

    .solution-item {
        height: auto;
        min-height: 90px;
        padding: 16px 16px 16px 12px
    }

    .solution-item-arrow {
        width: 32px;
        height: 32px
    }

    .solution-item-content {
        flex: 1
    }

    .solution-item-title {
        font-size: 16px;
        margin-bottom: 7px
    }

    .solution-item-desc {
        font-size: 14px
    }

    .industry-card-hover-overlay,
    .industry-card-desc {
        display: none
    }

    .industries-section {
        padding: 48px 0 40px
    }

    .industries-header {
        padding: 0 20px;
        margin-bottom: 32px
    }

    .industries-heading {
        font-size: 28px;
        margin-bottom: 12px
    }

    .industries-carousel-wrap {
        padding-left: 20px
    }

    .industry-card {
        width: 240px;
        height: 320px
    }

    .industries-nav {
        padding: 12px 20px 0
    }

    .case-study-inner {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .case-study-image {
        order: -1
    }

    .case-study-image img {
        height: 260px
    }

    .case-study-tag {
        display: none
    }

    .cs-section {
        padding: 0 0 40px
    }

    .cs-card {
        flex-direction: column;
        height: auto;
        position: relative
    }

    .cs-right {
        order: 1;
        height: 260px;
        width: 100%;
        flex: none
    }

    .cs-left {
        order: 2;
        flex: none;
        width: 100%;
        position: static
    }

    .cs-tab {
        position: absolute;
        left: 0;
        top: 13px;
        width: 36px;
        height: 234px;
        align-self: auto;
        border-radius: 0 23px 23px 0;
        z-index: 10
    }

    .cs-content {
        padding: 28px 32px 32px
    }

    .cs-number-row {
        margin-bottom: 12px;
        margin-left: 0
    }

    .cs-slash {
        height: auto
    }

    .cs-number {
        font-size: 36px
    }

    .cs-label-jp {
        font-size: 20px
    }

    .cs-heading {
        font-size: 24px;
        width: 100%;
        margin: 0 0 20px
    }

    .cs-desc {
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px
    }

    .cs-link {
        margin-left: 0;
        margin-bottom: 40px
    }

    .cs-metrics {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        padding-right: 0
    }

    .cs-nav-prev,
    .cs-nav-next {
        display: none
    }

    .cs-all-link-wrap {
        display: block;
        padding: 0 32px;
        margin-top: 24px
    }

    .cs-all-link {
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box
    }

    .cs-indicators-sp {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px
    }

    .cs-indicator-sp {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        background: #e0e0e0;
        cursor: pointer;
        padding: 0;
        transition: background .2s
    }

    .cs-indicator-sp.active {
        background: var(--color-accent)
    }

    .footer-inner {
        padding: 36px 32px 24px;
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .footer-top {
        margin-bottom: 28px
    }

    .footer-companies {
        grid-area: unset;
        align-self: flex-start;
        align-items: flex-start;
        margin-bottom: 56px
    }

    .footer-company-name {
        font-weight: 700;
        letter-spacing: -.14px;
        text-align: left
    }

    .footer-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 32px
    }

    .footer-sns {
        justify-content: flex-start;
        padding-right: 0;
        margin-bottom: 32px
    }

    .footer-copyright {
        text-align: left;
        padding-right: 0
    }

    .sp-only {
        display: inline
    }

    .cta-section {
        padding: 48px 0
    }

    .cta-inner {
        padding: 0 16px
    }

    .cta-label {
        font-size: 12px
    }

    .cta-heading {
        font-size: 24px;
        margin-bottom: 16px
    }

    .cta-desc {
        font-size: 14px;
        margin-bottom: 32px
    }

    .cta-btn {
        width: 100%
    }

    .floating-btn {
        width: 52px;
        height: 52px
    }

    .floating-btn svg {
        transform: scale(.74)
    }

    .floating-tooltip {
        display: none
    }

    .floating-widget {
        right: 16px;
        bottom: 20px
    }

    .chat-backdrop {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 998
    }

    .chat-drag-handle {
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 10px auto 0;
        flex-shrink: 0
    }

    .chat-window {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 55dvh;
        border-radius: 16px 16px 0 0;
        z-index: 999;
        animation: slideUp .3s ease;
        transition: height .3s ease, border-radius .3s ease
    }

    .chat-window-expanded {
        height: 100dvh;
        border-radius: 0
    }

    .chat-input-area {
        padding-bottom: 48px;
        padding-right: 80px
    }

    .chat-empty-text {
        font-size: 13px
    }

    .news-bg-section {
        height: 330px;
        align-items: flex-start
    }

    .news-bg-inner {
        padding: 40px 16px 0;
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .news-heading {
        font-size: 28px;
        margin-bottom: 16px
    }

    .news-desc {
        width: 100%;
        margin-bottom: 40px
    }

    .news-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: 1px solid #d1d5db;
        height: 40px;
        padding: 0 28px;
        margin-bottom: 24px
    }

    .articles-section {
        padding: 40px 0 60px
    }

    .articles-inner {
        display: block;
        padding: 0 16px
    }

    .articles-grid {
        display: block;
        width: 100%;
        margin: 0
    }

    .article-col {
        flex: none;
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--color-border)
    }

    .article-col:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .article-title {
        width: 100%;
        height: auto;
        margin-bottom: 12px
    }

    .article-list-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        border: 1px solid #d1d5db;
        padding: 10px 28px;
        height: 40px;
        margin-top: 10px
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 480px) {
    .industries-grid {
        grid-template-columns: 1fr
    }
}

/* html-export限定パッチ: News & Eventセクションのボタンが全幅にならない問題を修正 */
.news-bg-inner {
    width: 100%;
    box-sizing: border-box;
}