@charset "UTF-8";

/* =========================================
   カンパニーページ固有スタイル
   ========================================= */

.page-header {
    padding-top: 67px;
    overflow: visible;
    position: relative;
    background-color: transparent;
}

.page-title-wrap {
    padding-top: 136px;
    padding-bottom: 0;
    text-align: left;
    background-color: transparent;
    margin-left: 0;
}

.new-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(72px, 15.0vw, 127px);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #033056;
    letter-spacing: -0.02em;
}

.page-title-jp {
    font-family: var(--f-mplus);
    font-size: 24px;
    font-weight: 500;
    color: #1e3048;
    letter-spacing: 0.00em;
    margin-top: 10px;
    margin-left: 0;
}

.mv-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(10, 25, 47, 0.35);
    margin-top: 89px;
}

.breadcrumb-pos {
    position: absolute;
    right: 0;
    bottom: 27.5px;
    z-index: 20;
}

.breadcrumb-horizontal {
    display: flex;
    align-items: center;
    gap: 15.5px;
}

.breadcrumb-item-link,
.breadcrumb-current {
    height: 34px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #033056;
    font-family: 'Montserrat', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
}

.breadcrumb-current {
    background-color: #033056;
    color: #ffffff;
}

.breadcrumb-item-link {
    color: #033056;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

.bc-en,
.bc-jp {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bc-jp {
    position: absolute;
    transform: translateY(100%);
    opacity: 0;
    color: #fff;
    font-family: var(--f-mplus);
    font-size: 12px;
}

.breadcrumb-item-link:hover {
    border-color: var(--c-orange);
    background-color: var(--c-orange);
}

.breadcrumb-item-link:hover .bc-en {
    transform: translateY(-100%);
    opacity: 0;
}

.breadcrumb-item-link:hover .bc-jp {
    transform: translateY(0);
    opacity: 1;
}

.breadcrumb-separator {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 300;
    color: #033056;
}

.hero-image-section {
    padding-top: 140px;
    padding-bottom: 0.5cm;
    width: 100%;
    background-color: transparent;
}

.hero-image-wrap {
    width: 100%;
    aspect-ratio: 2.35 / 1;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.hero-img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 10;
    pointer-events: none;
}

.hero-img {
    width: 100%;
    height: 125%;
    object-fit: cover;
    object-position: center calc(100% + 0.5cm);
    position: absolute;
    top: -25%;
    left: 0;
    will-change: transform;
    transform: translateZ(0);
}

.about-main-container {
    background-color: transparent;
    position: relative;
}

/* Aboutページのメッセージセクションと同一仕様のオーバーレイ */
.company-overlay-bg {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
    z-index: -1;
    opacity: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 90px);
    mask-image: linear-gradient(to bottom, transparent 0%, black 90px);
    will-change: transform;
}

.content-sync-container {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

.content-sync-inner {
    position: relative;
    width: 100%;
}

.about-transparent-bg {
    position: relative;
    z-index: 6;
    padding: calc(142px - 0.6cm) 0 180px;
}

.page-two-column {
    display: flex;
    gap: 80px;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
    align-items: flex-start;
}

/* サイドナビのプレースホルダーとピン対象の分離（縮尺崩れ防止） */
.sidebar {
    width: 220px;
    flex-shrink: 0;
    align-self: flex-start;
}

.sidebar-inner {
    width: 220px;
    will-change: transform;
    margin-top: 0;
}

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 1px solid rgba(10, 25, 47, 0.25);
}

.sidebar-nav li {
    margin-bottom: calc(16px - 0.05cm);
}

.sidebar-nav li:last-child {
    margin-bottom: 0;
}

.sidebar-index-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    padding-left: 0;
    margin-bottom: 30px;
}

.sidebar-nav a {
    display: block;
    font-family: var(--f-mplus);
    font-size: 14.5px;
    font-weight: 500;
    color: rgba(53, 65, 84, 0.42);
    text-decoration: none;
    padding-left: 20px;
    letter-spacing: 0.00em;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sidebar-nav a::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: var(--c-orange);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.sidebar-nav a:hover {
    color: #033056;
}

.sidebar-nav a.active {
    color: #354154;
}

.sidebar-nav a:hover::before,
.sidebar-nav a.active::before {
    transform: scaleY(1);
}

.main-content {
    flex-grow: 1;
    min-width: 0;
}

.profile-table-section {
    position: relative;
    z-index: 10;
    padding-bottom: 40px;
}

.cp-header {
    text-align: left;
    margin-bottom: 60px;
}

#profile .cp-header {
    margin-bottom: 46px;
}

.cp-title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(50px, 7.5vw, 85px);
    font-weight: 700;
    color: #033056;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.1;
    text-transform: none;
}

.profile-table-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
}

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

.profile-table th {
    width: 30%;
    padding: 34px 20px 34px 0;
    text-align: left;
    border-bottom: 1px solid rgba(10, 25, 47, 0.25);
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 500;
    color: #033056;
    letter-spacing: 0.00em;
}

.profile-table td {
    padding: 34px 0 34px 20px;
    border-bottom: 1px solid rgba(10, 25, 47, 0.25);
    font-family: var(--f-mplus);
    font-size: 16px;
    font-weight: 500;
    color: #354154;
    line-height: 1.8;
    letter-spacing: 0.00em;
}

.access-content-wrap {
    display: flex;
    gap: 50px;
    align-items: stretch;
    width: 100%;
    max-width: 1000px;
}

.access-info {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.access-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.access-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #033056;
    letter-spacing: 0.00em;
    display: inline-block;
    width: fit-content;
    padding-bottom: 2px;
}

.access-text {
    font-family: var(--f-mplus);
    font-size: 15.5px;
    font-weight: 500;
    color: #354154;
    line-height: 1.8;
    letter-spacing: 0.00em;
}

.access-map {
    flex: 1;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(10, 25, 47, 0.05);
    position: relative;
}

.map-scroll-blocker {
    position: absolute;
    inset: 0;
    z-index: 2;
    cursor: grab;
}

.access-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.access-separator-wrap {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding-top: 180px;
    padding-left: 5%;
    padding-right: 5%;
}

.access-separator-wrap .mv-separator {
    margin-top: 0;
}

.gateway-wrapper {
    position: relative;
    width: 100%;
    padding: 150px 0 180px;
    z-index: 10;
    background: transparent;
    overflow: hidden;
}

.gateway-container {
    width: 100%;
    max-width: 1422px;
    margin: 0 auto;
    padding: 0 5%;
}

.gateway-cards-wrap {
    display: flex;
    gap: 40px;
    width: 100%;
}

.gateway-card {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f0f2f5;
    border-radius: 12px;
    padding: 40px 40px 40px 50px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(10, 25, 47, 0.03);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;
    will-change: transform, opacity;
}

.gateway-card:hover {
    box-shadow: 0 25px 50px rgba(10, 25, 47, 0.08);
}

.gc-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.gc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #033056;
    line-height: 1.1;
    letter-spacing: 0.02em;
    margin: 0;
}

.gc-sub {
    font-family: var(--f-mplus);
    font-size: 14px;
    font-weight: 700;
    color: #1e3048;
    margin-top: 10px;
    letter-spacing: 0.05em;
    display: block;
}

.gc-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-v2-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #033056;
    border: 1px solid #033056;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.btn-v2-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c-orange);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 0;
}

.btn-v2-circle svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
    stroke-width: 2.5px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: relative;
    z-index: 1;
    transition: stroke 0.4s ease;
}

.gateway-card:hover .btn-v2-circle {
    transform: scale(1.05);
    background-color: var(--c-orange);
    border-color: var(--c-orange);
}

.gateway-card:hover .btn-v2-circle::before {
    transform: scaleX(1);
}

.gateway-card:hover .btn-v2-circle svg {
    stroke: #ffffff;
    animation: arrowFlyWhite 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.gc-right {
    width: 220px;
    flex-shrink: 0;
}

.gc-img-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.gc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.gateway-card:hover .gc-img {
    transform: scale(1.05);
}

/* =========================================
   レスポンシブ
   ========================================= */
@media (max-width: 900px) {
    .page-two-column {
        flex-direction: column;
        gap: 50px;
    }

    .sidebar,
    .sidebar-inner {
        width: 100%;
        position: relative;
        top: 0;
        margin-top: 0;
    }

    .sidebar-nav {
        display: flex;
        border-left: none;
        border-bottom: 1px solid rgba(10, 25, 47, 0.15);
        padding-bottom: 15px;
        gap: 30px;
    }

    .sidebar-nav li {
        margin-bottom: 0;
    }

    .sidebar-nav a {
        padding-left: 0;
        padding-bottom: 10px;
    }

    .sidebar-nav a::before {
        width: 100%;
        height: 2px;
        top: auto;
        bottom: -16px;
        left: 0;
        transform: scaleX(0);
        transform-origin: left;
    }

    .sidebar-nav a:hover::before,
    .sidebar-nav a.active::before {
        transform: scaleX(1);
    }

    .profile-table th,
    .profile-table td {
        display: block;
        width: 100%;
        padding: 15px 0;
    }

    .profile-table th {
        border-bottom: none;
        padding-bottom: 0;
    }

    .access-content-wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .access-info {
        width: 100%;
        gap: 40px;
        justify-content: flex-start;
    }

    .access-map {
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .gateway-cards-wrap {
        flex-direction: column;
    }

    .gateway-card {
        padding: 40px;
        flex-direction: column;
        text-align: center;
    }

    .gc-center {
        margin: 30px 0;
    }

    .gc-right {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 768px) {
    /* Page Header — ニュースページと統一 */
    .page-title-wrap {
        padding-top: 67px;
    }

    .new-title-en {
        font-size: clamp(68px, 14.5vw, 123px);
    }

    .page-title-jp {
        font-size: 22px;
        margin-top: 8px;
    }

    .breadcrumb-item-link,
    .breadcrumb-current {
        height: 28px;
    }

    .breadcrumb-horizontal {
        gap: 10px;
    }

    .breadcrumb-separator {
        font-size: 26px;
        position: relative;
        top: -1px;
    }

    .mv-separator {
        margin-top: 80px;
    }

    /* 写真セクション */
    .hero-image-section {
        padding-top: 70px;
    }

    .hero-image-wrap {
        aspect-ratio: 2.35 / 1.65;
        border-radius: 8px;
    }

    /* 写真の中身を少し上に */
    .hero-img {
        object-position: center 35%;
    }

    /* 写真⇔タイトルの間隔 */
    .about-transparent-bg {
        padding-top: 40px;
    }

    /* サイドナビ非表示 */
    .sidebar {
        display: none;
    }

    .page-two-column {
        gap: 0;
    }

    /* プロフィールセクション */
    .cp-title-en {
        font-size: clamp(45px, 12.5vw, 61px);
        word-spacing: 100vw;
        line-height: 1.05;
    }

    #profile .cp-header {
        margin-bottom: 4px;
    }

    /* 適格請求書の改行を非表示 */
    .profile-table th br {
        display: none;
    }

    /* プロフィール⇔アクセスの間隔 */
    .profile-table-section {
        padding-bottom: 30px;
    }

    /* アクセスタイトル⇔マップ */
    #access .cp-header {
        margin-bottom: 28px;
    }

    #access {
        padding-top: 60px !important;
        padding-bottom: 0 !important;
    }

    .profile-table th {
        font-size: 19px;
        padding: 25px 0 6px 0;
    }

    .profile-table td {
        font-size: 19px;
        padding: 6px 0 25px 0;
        line-height: 1.65;
    }

    /* マップ縦幅 */
    .access-map {
        aspect-ratio: 2.35 / 1.47;
    }

    /* アクセス英語題名+1px、内容はプロフィールと統一(19px) */
    .access-label {
        font-size: 24px;
    }

    .access-text {
        font-size: 19px;
    }

    .access-info {
        gap: 30px;
    }

    .access-block {
        gap: 10px;
    }

    .sidebar-nav {
        flex-wrap: wrap;
        gap: 16px;
    }

    .sidebar-nav a {
        font-size: 13px;
    }

    /* アクセスセクション下⇔誘導セクション */
    .about-transparent-bg {
        padding-bottom: 78px;
    }

    /* 誘導セクション */
    .ab-nav-section {
        padding-top: 94px !important;
        padding-bottom: 96px !important;
    }

    /* 誘導カード — ab-gateway-cardはcommon.cssで制御 */

}

/* 誘導セクション — トップパディング上書き */
.ab-nav-section {
    padding-top: 150px;
}
