@charset "UTF-8";

/* ==============================================
   Base Settings
=============================================== */
:root {
    font-size: 62.5%;
}

#wpadminbar {
    opacity: 0.1;
    transition: opacity 0.1s ease;
}

#wpadminbar:hover,
#wpadminbar:focus-within {
    opacity: 1;
}

@media (max-width: 1279px) {
    html.admin-bar {
        margin-top: 0 !important;
    }

    #wpadminbar {
        height: 6px;
        min-height: 0;
        overflow: hidden;
        opacity: 0.25;
        transition: height 0.18s ease, opacity 0.18s ease;
    }

    #wpadminbar:hover,
    #wpadminbar:focus-within {
        height: 32px;
        opacity: 1;
    }

    #wpadminbar .quicklinks ul {
        height: 32px;
    }
}

html,
body {
    height: 100%;
    overflow-x: clip;
}

img {
    width: 100%;
    height: auto;
}

.sp {
    display: none !important;

    @media (max-width: 1024px) {
        display: block !important;
    }
}

.spsp {
    display: none !important;

    @media (max-width: 600px) {
        display: block !important;
    }
}

.pc {
    @media (max-width: 1024px) {
        display: none !important;
    }
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #000A02;
    background-color: #FFFFFF;
    line-height: 2;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    top: 0 !important;
}

/* ==============================================
   Common Components (Button)
=============================================== */
.c_btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000A02;
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 8px 8px 24px;
    border-radius: 4px;
    width: 32rem;
    transition: all 0.3s ease;
    max-width: 100%;
}

.c_btn_text {
    font-size: 1.6rem;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.c_btn:hover .c_btn_text {
    transform: translateX(0.4rem);
}

.c_btn_icon {
    position: relative;
    width: 2.4rem;
    height: 4rem;
    background-color: #45494B;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-left: 2rem;

}

.c_btn_icon svg {
    width: 1.4rem;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    flex-shrink: 0;
}

.c_btn_icon svg:last-child {
    position: absolute;
    transform: translateX(-3.0rem);
}

.c_btn:hover .c_btn_icon svg:first-child {
    transform: translateX(3.0rem);
}

.c_btn:hover .c_btn_icon svg:last-child {
    transform: translateX(0);
}

/* font */
/* 和文見出し 大 */
.c_hdg_ja_lg {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(3.2rem, 3.125vw, 6rem);
    line-height: 1.5;
}

/* 和文見出し 小 */
.c_hdg_ja_sm {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 700;
    font-size: 20px;
}

/* 和文 下層見出し 大 */
.c_subhdg_ja_lg {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 700;
    font-size: 32px;
}

/* 和文 下層見出し 小 */
.c_subhdg_ja_sm {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-weight: 700;
    font-size: 20px;
}

/* 欧文見出し */
.c_hdg_en {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: normal;
}

/* 欧文下層見出し */
.c_subhdg_en {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 80px;
    letter-spacing: 0.05em;
    line-height: normal;
}

.c_subhdg_en {
    overflow: hidden;
    display: inline-block;
}

.c_subhdg_en span {
    display: inline-block;
    transform: translateY(105%);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

.c_subhdg_en.is-active span {
    transform: translateY(0);
}

/* 和文 欧文見出し 大下 */
.c_hdg_caption {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .c_hdg_ja_lg {
        font-size: clamp(2.4rem, 6.4vw, 3.2rem);
        line-height: 2;
    }

    .c_hdg_en {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {

    .c_hdg_en {
        font-size: 1.6rem;
    }
}

/* =========================================
   共通: 下層ページ FV (Page Header)
========================================= */
/* 画像なしバージョン */
.p_page_header {
    padding: 20rem 0 4.6rem 10rem;
    border-bottom: #DDDDDD 1px solid;
}

/* 画像ありバージョン */
.p_page_header--with-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10rem 0 0 10rem;
    margin-bottom: 10rem;
}

.p_page_header--with-img .p_page_header_inner {
    width: 30%;
}

.p_page_header_img {
    width: 65%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.p_page_header_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* =========================================
   共通: サイドバー (ぶら下がり)
========================================= */
.c_sec_sidebar {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 5.208vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.c_sec_sidebar::before {
    content: "";
    width: 1px;
    height: 8rem;
    background-color: #DDDDDD;
    margin-bottom: 2rem;
}

.c_sec_sidebar__title {
    writing-mode: vertical-rl;
}

.c_sec_sidebar__sub {
    writing-mode: vertical-rl;
    font-size: 1.2rem;
    color: #848484;
    margin-top: 2rem;
    letter-spacing: 0.1em;

}

/* =========================================
   共通: サイドバー (横向きバージョン)
========================================= */
.c_sec_sidebar_horiz {
    flex-shrink: 0;
}

.c_sec_sidebar_horiz__title_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 1.6rem;
}

.c_sec_sidebar_horiz__title {
    font-family: 'Exo', sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-right: 2rem;
    white-space: nowrap;
}

.c_sec_sidebar_horiz__title_wrap::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #DDDDDD;
}

.c_sec_sidebar_horiz__sub {
    display: block;
    font-size: 1.4rem;
    color: #848484;
}

@media (max-width: 1279px) {
    .c_sec_sidebar {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-left: 0;
        padding: 0 4vw;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4rem;
    }

    .c_sec_sidebar::before {
        width: 4rem;
        height: 1px;
        margin: 0 1.6rem 0 -4vw;
    }

    .c_sec_sidebar__title,
    .c_sec_sidebar__sub {
        writing-mode: horizontal-tb;
    }

    .c_sec_sidebar__sub {
        margin-top: 0;
        margin-left: 1.6rem;
    }
}

@media (max-width: 1279px) {
    .c_subhdg_en {
        font-size: clamp(4rem, 7vw, 6rem);
    }

    .p_page_header {
        padding: 14rem 4vw 3.2rem;
    }

    .p_page_header--with-img {
        padding: 10rem 0 0 4vw;
        margin-bottom: 6rem;
    }

    .c_sec_sidebar {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-left: 0;
        padding: 0 4vw;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4rem;
    }

    .c_sec_sidebar::before {
        width: 4rem;
        height: 1px;
        margin: 0 1.6rem 0 -4vw;
    }

    .c_sec_sidebar__title,
    .c_sec_sidebar__sub {
        writing-mode: horizontal-tb;
    }

    .c_sec_sidebar__sub {
        margin-top: 0;
        margin-left: 1.6rem;
    }
}

@media (max-width: 700px) {
    .c_subhdg_en {
        font-size: clamp(3rem, 9.6vw, 4.4rem);
        white-space: nowrap;
    }

    .p_page_header {
        padding: 10rem 3rem 2.4rem;
    }

    .p_page_header--with-img {
        flex-direction: column;
        align-items: flex-start;
        padding: 10rem 3rem 0;
        margin-bottom: 6rem;
    }

    .p_page_header--with-img .p_page_header_inner,
    .p_page_header_img {
        width: 100%;
    }

    .p_page_header_img {
        margin-top: 3rem;
    }

    .c_sec_sidebar {
        padding: 0 3rem;
        margin-bottom: 4rem;
    }

    .c_sec_sidebar::before {
        width: 2rem;
        margin: 0 1rem 0 -3rem;
    }
}

/* ==============================================
   Header
=============================================== */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6rem;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3.0rem);
    -webkit-backdrop-filter: blur(3.0rem);
}

.l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* max-width: 192rem; */
    height: 100%;
    margin: 0 auto;
    padding-left: 2.4rem;
}

/* Logos */
.l-header__logos {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header__logo-main {
    display: block;
    width: 10rem;
    height: 4.7rem;
    background-color: #000A02;
    -webkit-mask: url('../img/common/logo_type-b.svg') no-repeat center / contain;
    mask: url('../img/common/logo_type-b.svg') no-repeat center / contain;
    transition: background-color 0.3s ease;
    margin-right: 3.2rem;

    +.l-header__logo-sub {
        margin-left: 0;
    }
}

.l-header__logo-main img {
    opacity: 0;
}

.l-header__logo-main:hover {
    background-color: #45494B;
}

.l-header__logo-sub {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DDDDDD;
    border-radius: 0.2rem;
    width: 11.8rem;
    height: 4.4rem;
    background-color: #FFFFFF;
    padding: .38rem 1rem;

    img {
        height: 100%;
    }
}

.l-header__logo-sub+.l-header__logo-sub {
    margin-left: 0.8rem;
}

.l-header__logo-sub--mukougawa {
    padding: 0.3rem 0.6rem;
}

.l-header__logo-sub::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.l-header__logo-sub:hover::after {
    opacity: 1;
}

.l-header__list:has(a:hover) a:not(:hover) {
    color: #848484;
}

.l-header__list:has(a:hover) a:not(:hover) svg path {
    stroke: #848484;
}

.l-header__contact:hover {
    background-color: #45494B;
}

/* Navigation */
.l-header__nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header__list {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header__item {
    height: 100%;
}

.l-header__item a {
    font-family: "Exo", "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #000A02;
    padding: 0 2.8rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color 0.3s ease;
    height: 100%;
    gap: 5px;

    >span {
        display: flex;
        align-items: center;

        svg {
            width: 10px;
            height: 10px;

            path {
                stroke-width: 2;
                transition: 0.3s ease all;
            }
        }
    }
}

/* Language Toggle */
/* 翻訳押したら上に出てくるバー */
.skiptranslate {
    display: none;
}

.l-header__lang {
    position: relative;
    display: flex;
    align-items: center;
    width: 8.6rem;
    height: 2.9rem;
    border: 0.1rem solid #000A02;
    border-radius: 1.6rem;
    margin: 0 2rem 0 3.1rem;
    background-color: #FFFFFF;
    cursor: pointer;
    z-index: 1;
}

.l-header__lang::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 4rem;
    height: 2.5rem;
    background-color: #000A02;
    border-radius: 1.3rem;
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.l-header__lang-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: "Exo", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #000A02;
    text-decoration: none;
    transition: color 0.3s;
}

.l-header__lang-btn:first-child {
    color: #FFFFFF;
}

.l-header__lang:hover::before {
    transform: translateX(4.2rem);
}

.l-header__lang:hover .l-header__lang-btn:first-child {
    color: #000A02;
}

.l-header__lang:hover .l-header__lang-btn:last-child {
    color: #FFFFFF;
}

/* --- Language Toggle (Click State) --- */
.l-header__lang.is-en::before {
    transform: translateX(4.2rem);
}

.l-header__lang.is-en .l-header__lang-btn:first-child {
    color: #000A02;
}

.l-header__lang.is-en .l-header__lang-btn:last-child {
    color: #FFFFFF;
}

/* Contact Button */
.l-header__contact {
    background-color: #000A02;
    color: #FFFFFF;
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    height: 100%;
    padding: 0 7.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

@media (max-width: 1500px) {
    .l-header__logo-main {
        width: 7.5rem;
    }

    .l-header__item a {
        padding: 0 2rem;
        font-size: 1.4rem;
    }

    .l-header__contact {
        padding: 0 4.8rem;
    }

    .l-header__lang {
        margin: 0 4rem 0 2rem;
    }
}

/* ハンバーガー */

/* ==============================================
   Hamburger & Header Overlay (追加・最終版)
=============================================== */

/* 1. 既存ヘッダーの開閉時アクション（透過させる） */
.l-header {
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease, -webkit-backdrop-filter 0.4s ease;
}

.l-header.is-open {
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    pointer-events: none;
    /* ヘッダーの透明な箱が下のメニュー操作を邪魔しないようにする */
}

/* 2. Absoluteの基準点 */
.l-header__inner {
    position: relative;
}

/* 3. メニュー展開時のフェードアウト（ロゴ、PCナビ、SP用言語ボタンのみ消す） */
.l-header__logos,
.l-header__nav,
.l-header__lang--sp {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.l-header.is-open .l-header__logos,
.l-header.is-open .l-header__nav,
.l-header.is-open .l-header__lang--sp {
    opacity: 0;
    visibility: hidden;
}

/* 4. SP用アクションエリアとハンバーガーボタン（Absolute） */
.l-header__sp-actions {
    display: none;
    align-items: center;
    height: 100%;
    margin-left: auto;
    /* ハンバーガー(5rem) + 余白(1.2rem) のスペースを確保 */
    padding-right: 6.2rem;
}

.l-hamburger {
    position: absolute;
    right: 2.4rem;
    /* innerのpadding-leftと揃える */
    top: 50%;
    transform: translateY(-50%);
    width: 5.0rem;
    height: 3.0rem;
    background-color: #000A02;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;
    pointer-events: auto;
    /* ヘッダーがnoneになってもボタンは押せるように維持 */
}

.l-hamburger__line {
    width: 2.0rem;
    height: 1px;
    background-color: #DDDDDD;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.l-hamburger.is-open {
    border-color: #DDDDDD;
}

.l-hamburger.is-open .l-hamburger__line:nth-child(1) {
    transform: translateY(4.5px) rotate(15deg);
}

.l-hamburger.is-open .l-hamburger__line:nth-child(2) {
    transform: translateY(-4.5px) rotate(-15deg);
}

/* 5. SP展開メニュー本体 (z-index: 900 でヘッダーの裏側に潜り込ませる) */
.l-sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #000A02;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    overflow-y: auto;
    pointer-events: auto;
}

.l-sp-nav.is-open {
    opacity: 1;
    visibility: visible;
}

.l-sp-nav__inner {
    padding: 10.0rem 2.0rem 6.0rem;
    /* ヘッダー分空ける */
    max-width: 50.0rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 6. メニュー内のコンテンツ */
.l-sp-nav__logo {
    width: 14.0rem;
    margin-bottom: 3.0rem;
}

.l-sp-nav__logo img {
    filter: brightness(0) invert(1);
    /* 黒ロゴを白に反転 */
}

.l-sp-nav__sub-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 2.0rem;
    width: 100%;
    margin-bottom: 4.0rem;
}

.l-sp-nav__sub-logos a {
    flex: 0 0 calc((100% - 2.0rem) / 2);
    background-color: #FFFFFF;
    padding: 1.2rem 2.0rem;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.0rem;
}

.l-sp-nav__sub-logos img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.l-sp-nav__sub-logo--mukougawa {
    padding: 0.8rem 1.2rem;
}

.l-sp-nav__list {
    width: 100%;
    text-align: center;
    margin-bottom: 4.0rem;
}

.l-sp-nav__list li {
    margin-bottom: 2.4rem;
}

.l-sp-nav__list a {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    font-family: "Exo", "Noto Sans JP", sans-serif;
}

.l-sp-nav__lang {
    display: flex;
    gap: 1.6rem;
    width: 100%;
    margin-bottom: 2.4rem;
}

.l-sp-nav__lang-icon {
    display: none;
    margin-right: 0.8rem;
    line-height: 0;
}

.l-sp-nav__lang-btn.is-active .l-sp-nav__lang-icon {
    display: inline-block;
}

.l-sp-nav__lang-btn {
    flex: 1;
    height: 5.0rem;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #DDDDDD;
    color: #000A02;
    background-color: #FFFFFF;
    transition: all 0.3s;
}

.l-sp-nav__lang-btn.is-active {
    background-color: #000A02;
    color: #FFFFFF;
}

.l-sp-nav__lang-btn svg {
    margin-right: 0.8rem;
    width: 1.2rem;
    height: 1.2rem;
}

.l-sp-nav__contact {
    width: 100%;
    height: 6.0rem;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    font-family: "Exo", "Noto Sans JP", sans-serif;
}

.l-header__right,
.l-header__nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* ==============================================
   レスポンシブ切り替え設定
=============================================== */
@media (max-width: 1300px) {
    .l-header__nav {
        display: none !important;
    }

    .l-header__sp-actions {
        display: flex;
    }
}

@media (max-width: 768px) {
    .l-header__logo-sub {
        display: none !important;
    }
}

/* ==============================================
   Footer
=============================================== */
.l-footer {
    position: relative;
    z-index: 10;
    background-color: #000A02;
    color: #FFFFFF;
    width: 100%;
}

.l-footer__gallery {
    position: relative;
    width: 100%;
    height: 60rem;
    overflow: hidden;
    background-color: #000A02;
}

.l-footer__gallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    will-change: opacity;
    animation: footerFade 6s infinite ease-in-out;
}

.l-footer__gallery img:nth-child(1) {
    animation-delay: 0s;
}

.l-footer__gallery img:nth-child(2) {
    animation-delay: 3s;
}

@keyframes footerFade {
    0% {
        opacity: 0;
    }

    16.66% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    66.66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.l-footer__inner {
    max-width: 143rem;
    width: calc(100% - 8rem);
    margin: 0 auto;
    padding: 6rem 0rem 2rem;
}

.l-footer__grid {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6rem;
}

.l-footer__col-left {
    margin-right: 8rem;
    max-width: 19.2rem;
}

.l-footer__col-left,
.l-footer__col-center {
    display: flex;
    flex-direction: column;
    gap: 3.9rem;
}

.l-footer__logo-large {
    margin-top: 2rem;
    width: 41.5rem;
}

.l-footer__col-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 70.5rem;
    margin-left: auto;
}

.l-footer__nav-title {
    font-family: "Exo", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.l-footer__link-list li {
    margin-bottom: .6rem;
}

.l-footer__link-list a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    color: #FFFFFF;
    display: inline-block;
    transition: transform 0.3s ease;
    text-decoration: none;

    >span {
        display: inline-flex;
        align-items: center;
        margin-left: 1.2rem;

        svg {
            path {
                stroke-width: 2;
                transition: 0.3s ease all;
            }
        }
    }
}

.l-footer__sns {
    display: flex;
    gap: 2rem;

    a {
        width: 3.2rem;
        aspect-ratio: 1;
    }
}

.l-footer__link-list a:hover {
    transform: translateX(0.4rem);
}

.c-cta-card {
    display: block;
    border: 0.1rem solid #dddddd00;
    padding: 4.8rem 5rem 5rem;
    border-radius: 0.4rem;
    background-color: #151715;
    transition: background-color 0.3s, border-color 0.3s;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    line-height: 1.5;

}

.c-cta-card__title {
    font-weight: 600;
    font-size: 2.4rem;
    font-family: exo, sans-serif;
    letter-spacing: 0.05em;
}

.c-cta-card__sub {
    border-bottom: #FFFFFF 1px solid;
    padding-bottom: 2.4rem;
    font-weight: 500;
}

.c-cta-card__desc {
    margin-top: 2.4rem;
    padding-right: 9rem;
}

.c-cta-card:hover {
    background-color: #000A02;
    border-color: #DDDDDD;
}

.c-cta-card__arrow {
    position: absolute;
    right: 5rem;
    bottom: 5.4rem;
    width: 6rem;
    height: 4rem;
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.c-cta-card__arrow svg {
    width: 1.4rem;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    flex-shrink: 0;
}

.c-cta-card__arrow svg:last-child {
    position: absolute;
    transform: translateX(-4.0rem);
}

.c-cta-card:hover .c-cta-card__arrow svg:first-child {
    transform: translateX(4.0rem);
}

.c-cta-card:hover .c-cta-card__arrow svg:last-child {
    transform: translateX(0);
}

.u-icon-external {
    display: inline-flex;
    align-items: center;
}

.l-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding: 2rem;
    border-top: 1px solid #45494B;
    background-color: #F8F8F8;
    color: #000A02;
    font-family: "Meiryo", sans-serif;
    font-size: 1.4rem;
}

.l-footer__bottom__inner {
    max-width: 143rem;
    width: calc(100% - 8rem);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.l-footer__privacy:hover,
.l-footer__copyright:hover {
    color: #848484;
}

.l-footer__copyright {
    font-size: 1.4rem;
}

@media (max-width: 1279px) {
    .l-footer__inner {
        width: 100%;
        padding: 5rem 4rem 4rem;
    }

    .l-footer__grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin-bottom: 4rem;
    }

    .l-footer__col-left,
    .l-footer__col-center,
    .l-footer__col-right {
        display: contents;
    }

    .l-footer__col-right .c-cta-card:nth-child(1) {
        order: 1;
        margin-bottom: 2rem;
    }

    .l-footer__col-right .c-cta-card:nth-child(2) {
        order: 2;
        margin-bottom: 4rem;
    }

    .l-footer__col-left .l-footer__nav-block:nth-child(1) {
        order: 3;
        margin-bottom: 3rem;
    }

    .l-footer__col-left .l-footer__nav-block:nth-child(2) {
        order: 4;
        margin-bottom: 3rem;
    }

    .l-footer__col-center .l-footer__nav-block:nth-child(1) {
        order: 5;
        margin-bottom: 3rem;
    }

    .l-footer__col-center .l-footer__nav-block:nth-child(2) {
        order: 6;
        margin-bottom: 4rem;
    }

    .l-footer__sns {
        order: 7;
        margin-bottom: 4rem;
    }

    .l-footer__logo-large {
        order: 8;
        width: 100%;
        max-width: 34rem;
        margin-top: 0;
    }

    .c-cta-card {
        width: 100%;
        padding: 3rem 3rem 4rem;
    }

    .c-cta-card__arrow {
        right: 3rem;
        bottom: 3rem;
    }
}

/* ==============================================
   Footer Responsive (1024px以下)
=============================================== */
@media (max-width: 1024px) {

    /* フッター全体の余白設定（上4rem, 横3rem, 下4rem） */
    .l-footer__inner {
        padding: 4.0rem 3.0rem;
        width: 100%;
    }

    .l-footer__grid {
        display: flex;
        flex-direction: column;
        gap: 0;
        /* display: contents時の制御のため個別のmarginで管理 */
    }

    /* 魔法のコード：カラムのラッパーを解除し、中身をフラットに扱う */
    .l-footer__col-left,
    .l-footer__col-center,
    .l-footer__col-right {
        display: contents;
    }

    /* --- 順番（order）と 余白（margin）の個別設定 --- */

    /* 1番目・2番目：CTAカード */
    .l-footer__col-right .c-cta-card:nth-child(1) {
        order: 1;
        margin-bottom: 2.0rem;
        /* カード間のギャップは維持 */
    }

    .l-footer__col-right .c-cta-card:nth-child(2) {
        order: 2;
        margin-bottom: 4.0rem;
        /* RECRUITの下は4remあける */
    }

    /* 3番目〜6番目：ナビゲーションブロック（間隔3rem） */
    .l-footer__col-left .l-footer__nav-block:nth-child(1) {
        order: 3;
        margin-bottom: 3.0rem;
    }

    .l-footer__col-left .l-footer__nav-block:nth-child(2) {
        order: 4;
        margin-bottom: 3.0rem;
    }

    .l-footer__col-center .l-footer__nav-block:nth-child(1) {
        order: 5;
        margin-bottom: 3.0rem;
    }

    .l-footer__col-center .l-footer__nav-block:nth-child(2) {
        order: 6;
        margin-bottom: 4.0rem;
    }

    /* 7番目：SNSアイコン */
    .l-footer__sns {
        order: 7;
        margin-bottom: 4.0rem;
        display: flex;
        gap: 2.0rem;
    }


    .l-footer__logo-large {
        order: 8;
        width: 100%;
        max-width: 34.0rem;
        margin-top: 0;
    }

    .c-cta-card {
        padding: 3.0rem 3.0rem 4.0rem;
        width: 100%;
    }

    .c-cta-card__arrow {
        right: 3.0rem;
        bottom: 3.0rem;
    }
}

@media (min-width: 1025px) and (max-width: 1279px) {
    .l-footer__inner {
        width: calc(100% - 6rem);
        padding: 5rem 0 4rem;
    }

    .l-footer__grid {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 4rem;
        margin-bottom: 4rem;
    }

    .l-footer__col-left {
        display: flex;
        flex: 0 0 22rem;
        flex-direction: column;
        gap: 3.2rem;
        max-width: 22rem;
        margin-right: 0;
    }

    .l-footer__col-center {
        display: flex;
        flex: 0 0 22rem;
        flex-direction: column;
        gap: 3.2rem;
    }

    .l-footer__col-right {
        display: flex;
        flex: 1 1 0;
        flex-direction: column;
        gap: 2rem;
        max-width: none;
        min-width: 0;
        margin-left: 0;
    }

    .l-footer__col-left .l-footer__nav-block:nth-child(1),
    .l-footer__col-left .l-footer__nav-block:nth-child(2) {
        margin-bottom: 0;
    }

    .l-footer__col-center .l-footer__nav-block:nth-child(1),
    .l-footer__col-center .l-footer__nav-block:nth-child(2) {
        margin-bottom: 0;
    }

    .l-footer__sns {
        margin-bottom: 0;
    }

    .l-footer__logo-large {
        width: 100%;
        max-width: 30rem;
        margin-top: 1rem;
    }

    .c-cta-card {
        padding: 3rem;
    }

    .c-cta-card__desc br {
        display: none;
    }
}

@media (max-width: 600px) {
    .l-footer__gallery {
        height: 40rem;
    }

    .l-footer__gallery img {
        object-position: center 20%;
    }

    .c-cta-card {
        padding: 1.8rem 1.8em 6.6rem;
    }

    .c-cta-card__sub {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .c-cta-card__desc {
        margin-top: 2rem;
        padding-right: 5.6rem;
        font-size: 1.5rem;
    }

    .c-cta-card__arrow {
        right: 2rem;
        bottom: 2rem;
        width: 4rem;
        height: 2.6rem;
    }

    .c-cta-card__arrow svg {
        width: 10px;
        height: 8px;
    }

    .l-footer__logo-large {
        max-width: 34rem;
    }

    .l-footer__grid {
        margin-bottom: 0;
    }

    .l-footer__bottom {
        padding: 0;
    }

    .l-footer__bottom__inner {
        flex-direction: column;
        gap: 4px;
        text-align: center;
        font-size: 1.4rem;
        padding: 1.2rem;
        width: 100%;
    }
}

/* ==============================================
   パンくずリスト (Breadcrumb)
=============================================== */
.c-breadcrumb {
    background-color: #F8F8F8;
    padding: 2.4rem 3rem;
    width: 100%;
    position: relative;
    z-index: 2;
}

.c-breadcrumb .l_lp_container {
    max-width: 143.0rem;
    margin: 0 auto;
    padding: 0;
}

.c-breadcrumb__list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.c-breadcrumb__item {
    font-size: 1.4rem;
    color: #848484;
    display: flex;
    align-items: center;
}

.c-breadcrumb__item a {
    color: #848484;
    text-decoration: none;
    transition: color 0.3s ease;
}

.c-breadcrumb__item a:hover {
    color: var(--lp-black, #000A02);
}

.c-breadcrumb__item:not(:last-child)::after {
    content: "｜";
    color: #BBBBBB;
    margin: 0 1.6rem;
    font-size: 1.2rem;
    font-weight: normal;
}

/* ==============================================
   レスポンシブ (1024px以下)
=============================================== */
@media (max-width: 1024px) {
    .c-breadcrumb {
        padding: 1.6rem 0;
    }

    .c-breadcrumb .l_lp_container {
        padding: 0 2.0rem;
    }

    .c-breadcrumb__item {
        font-size: 1.2rem;
    }

    .c-breadcrumb__item:not(:last-child)::after {
        margin: 0 1.0rem;
    }
}


/* TOP +共通系 */

.p_vision {
    width: 90%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0rem 0rem 10rem;
}

.p_vision_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p_vision_sticky {
    position: sticky;
    padding-top: 24vh;
    top: 0%;
    width: 50%;
    display: flex;
    height: max-content;
    margin-left: 5.208vw;
}

.p_vision_sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.p_vision_sidebar::before {
    content: "";
    width: 1px;
    height: 8rem;
    background-color: #DDDDDD;
    margin-bottom: 2rem;
}

.p_vision_vertical {
    writing-mode: vertical-rl;
    font-family: 'Exo', sans-serif;
}

.p_vision_content {
    display: flex;
    flex-direction: column;
}

.p_vision_desc {
    margin-top: 6rem;
    font-size: 1.6rem;
    padding-right: 7.5rem;
}

.p_vision_desc_en {
    margin-top: 2.4rem;
    padding-right: 7.5rem;
}

.p_vision_link {
    text-decoration: none;
    display: inline-block;
    margin-top: 6rem;
}

.p_vision_gallery {
    width: 45%;
    display: flex;
    flex-direction: column;
    max-width: 56rem;
    gap: 3rem;
    padding-top: 10rem;
}

.p_vision_img {
    width: 75%;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 4px;
    overflow: hidden;
}

.p_vision_img.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.p_vision_img picture,
.p_vision_img img {
    display: block;
    width: 100%;
}

.p_vision_img img {
    height: auto;
}

.p_vision_img:nth-child(even) {
    align-self: flex-end;
}





/*  */
.p_services {
    width: 100%;
    overflow: clip;
    background-color: transparent;
}

.p_services_inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
}

.p_services_sidebar {
    position: absolute;
    margin-left: 5.208vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    color: #000A02;
    transition: color 0.6s ease;
    z-index: 10;
}

.p_services_sidebar.is-white {
    color: #FFFFFF;
}

.p_services_sidebar::before {
    content: "";
    width: 1px;
    height: 8rem;
    background-color: #DDDDDD;
    margin-bottom: 2rem;
    transition: background-color 0.6s ease;
}

.p_services_vertical {
    writing-mode: vertical-rl;
    font-family: 'Exo', sans-serif;
}

.p_services_list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.p_services_block {
    position: relative;
    width: 100%;
    padding: 25vh 0;
    display: flex;
    justify-content: center;
}

.p_services_block:nth-of-type(odd) .p_services_item {
    margin-left: 5.208vw;
}

.p_services_block:nth-of-type(even) .p_services_item {
    margin-right: 5.208vw;
}

.p_services_block_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
}

.p_services_block_bg_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.p_services_block.is-active .p_services_block_bg_img {
    opacity: 1;
}

.p_services_item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 131rem;
    gap: 9.8vw;
}

.p_services_block--reverse .p_services_item {
    flex-direction: row-reverse;
}

.p_services_item_img,
.p_services_item_content {
    text-decoration: none;
    color: inherit;
    display: block;
}

.p_services_item_img {
    width: 50%;
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform-origin: center center;
    will-change: transform;
    border-radius: 4px;
    overflow: hidden;
}

.p_services_item_img img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.p_services_block.is-active .p_services_item_img {
    transform: rotate(-6deg);
}

.p_services_block.is-active.p_services_block--reverse .p_services_item_img {
    transform: rotate(6deg);
}

.p_services_item_content {
    display: flex;
    flex-direction: column;
    width: 50%;
    color: #000A02;
    opacity: 0;
    transform: translateY(20px);
    transition: color 0.8s ease, opacity 0.8s ease 0.2s, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s;
}

.p_services_block.is-active .p_services_item_content {
    color: #FFFFFF;
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   上部2カラムレイアウト（ロゴ ＋ テキスト）
========================================= */
.p_services_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 4rem;
    width: 100%;
}

.p_services_item_logo {
    width: 14rem;
    flex-shrink: 0;
}

.p_services_item_logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.8s ease;
}

.p_services_item_logo--strike {
    width: 10.416vw;
}

.p_services_item_logo--mushup,
.p_services_item_logo--mukougawa {
    width: 8.333vw;
}

.p_services_item_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 27rem;
}

.p_services_item_title {
    width: 100%;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #FFF;
    transition: border-color 0.8s ease;
    font-size: 2rem;
    font-weight: bold;
}

.p_services_block.is-active .p_services_item_title {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.p_services_item_desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}


.p_services_item_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.p_services_item .c_btn {
    background-color: #000A02;
    color: #FFFFFF;
    min-width: 27rem;
    width: auto;
    transition: background-color 0.8s ease, color 0.8s ease;
}

.p_services_item .c_btn_icon {
    background-color: #45494B;
    transition: background-color 0.8s ease;
}

.p_services_block.is-active .c_btn {
    background-color: #FFFFFF;
    color: #000A02;
}

.p_services_block.is-active .c_btn_icon {
    background-color: #DDDDDD;
}

/*  */
.c_related_services {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.c_related_services_header {
    text-align: center;
    padding: 2.2rem 0 2.6rem;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.c_related_services_title {
    color: #000A02;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
}

.c_related_services_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #DDDDDD;
    padding: 0 5.208vw;
}

.c_related_services_item {
    display: block;
    padding: 4rem;
    border-right: 1px solid #DDDDDD;
    text-decoration: none;
    color: #FFFFFF;
}

.c_related_services_item:first-child {
    border-left: 1px solid #DDDDDD;
}

.c_related_services_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.c_related_services_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.c_related_services_item:hover .c_related_services_box img {
    transform: scale(1.1);
}

.c_related_services_grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 10, 2, 0.9) 0%, rgba(0, 10, 2, 0) 60%);
    pointer-events: none;
}

.c_related_services_content {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    width: calc(100% - 16rem);
    pointer-events: none;
}

.c_related_services_name {
    position: relative;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.3rem;
    padding-bottom: 0;
    color: #FFFFFF;
}

.c_related_services_desc {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.c_related_services_desc::before {
    content: "";
    position: absolute;
    left: -4rem;
    top: -0.8rem;
    width: calc(100% + 4rem);
    height: 1px;
    background-color: #FFFFFF;
}

.c_related_services_arrow {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 6rem;
    height: 4rem;
    background-color: #FFFFFF;
    color: #000A02;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
    pointer-events: none;
}

.c_related_services_arrow svg {
    width: 1.4rem;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    flex-shrink: 0;
}

.c_related_services_arrow svg:last-child {
    position: absolute;
    transform: translateX(-4.0rem);
}

.c_related_services_item:hover .c_related_services_arrow svg:first-child {
    transform: translateX(4.0rem);
}

.c_related_services_item:hover .c_related_services_arrow svg:last-child {
    transform: translateX(0);
}

@media (max-width: 1279px) {
    .p_vision {
        width: 100%;
        padding: 6rem 4vw 8rem;
    }

    .p_vision_inner {
        flex-wrap: wrap;
    }

    .p_vision_sidebar {
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4rem;
    }

    .p_vision_sidebar::before {
        width: 4rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1.6rem;
        margin-left: -4vw;
    }

    .p_vision_vertical {
        writing-mode: horizontal-tb;
    }

    .p_vision_sticky {
        width: 60%;
        margin-left: 0;
        padding-top: 0;
        top: 12vw;
    }

    .p_vision_gallery {
        width: 32%;
        padding-top: 0;
    }

    .p_vision_desc,
    .p_vision_desc_en {
        padding-right: 0;
    }

    .p_services_inner {
        flex-direction: column;
        padding-top: 6rem;
    }

    .p_services_sidebar {
        position: absolute;
        top: 10rem;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        padding: 0 4vw;
        margin-bottom: 0;
    }

    .p_services_sidebar::before {
        width: 4rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1.6rem;
        margin-left: -4vw;
    }

    .p_services_vertical {
        writing-mode: horizontal-tb;
    }

    .p_services_block {
        padding: 12rem 0;
    }

    .p_services_item {
        width: 95%;
        gap: 10vw;
    }
}

@media (max-width: 1024px) {
    .c_related_services {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .c_related_services_list {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 4vw;
        border-bottom: 1px solid #DDDDDD;
    }

    .c_related_services_item {
        padding: 4rem 3vw;
        border-bottom: 1px solid #DDDDDD;
    }

    .c_related_services_content {
        bottom: 3rem;
        left: 3rem;
        width: calc(100% - 10rem);
    }

    .c_related_services_name {
        font-size: 1.8rem;
    }

    .c_related_services_desc {
        font-size: 1.4rem;
    }

    .c_related_services_desc::before {
        left: -3rem;
        width: calc(100% + 3rem);
    }

    .c_related_services_arrow {
        width: 5rem;
        height: 3.2rem;
        right: 1.2rem;
        bottom: 1.2rem;
    }

    .c_related_services_item:nth-child(odd) {
        border-left: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
    }

    .c_related_services_item:nth-child(even) {
        border-left: none;
        border-right: 1px solid #DDDDDD;
    }

    .c_related_services_item:last-child:nth-child(odd) {
        border-bottom: none;
    }
}

@media (max-width: 700px) {
    .c_related_services {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .c_related_services_header {
        padding: 1.2rem 0;
    }

    .c_related_services_title {
        font-size: 2rem;
    }

    .c_related_services_list {
        grid-template-columns: 1fr;
        padding: 0;
        border-bottom: none;
    }

    .c_related_services_item {
        padding: 4rem 3rem;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #DDDDDD;
    }

    .c_related_services_content {
        bottom: 3rem;
        left: 3rem;
        width: calc(100% - 10rem);
    }

    .c_related_services_name {
        font-size: 1.8rem;
    }

    .c_related_services_desc {
        font-size: 1.5rem;
    }

    .c_related_services_desc::before {
        left: -3rem;
        width: calc(100% + 3rem);
    }

    .c_related_services_arrow {
        width: 4rem;
        height: 2.6rem;
        right: 1.2rem;
        bottom: 1.2rem;
    }

    .c_related_services_arrow svg {
        width: 1rem;
    }
}



/* =========================================
   共通: CONTACT インフォメーションエリア
========================================= */
.c_contact_info {
    width: 100%;
    padding: 10rem 0;
    background-color: #FFFFFF;
}

.c_contact_info__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 143rem;
    width: calc(100% - 20rem);
    margin-inline: auto;
    margin-bottom: 6rem;
}

.c_contact_info__title_wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
}

.c_contact_info__title_wrap::before {
    content: "";
    width: 10rem;
    flex-shrink: 0;
    height: 1px;
    background-color: #DDDDDD;
    margin-right: 2rem;
}

.c_contact_info__title {
    font-size: 2.4rem;
    margin-right: 2rem;
}

.c_contact_info__sub {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
}

.c_contact_info__header_desc {
    flex: 0 0 52rem;
    width: 52rem;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 6rem 0 4rem;
    color: #45494B;
}


.c_contact_info__main_btn {
    background-color: #000A02;
    color: #FFFFFF;
    border: none;
    width: 27rem;
    flex-shrink: 0;
}

.c_contact_info__main_btn:hover {
    border-color: #000A02;
}

.c_contact_info__main_btn .c_btn_icon {
    background-color: #222222;
    border-left: none;
}

.c_contact_info__cards {
    display: flex;
    gap: 2rem;
    max-width: 143rem;
    width: calc(100% - 20rem);
    margin-inline: auto;
}

.c_contact_info__card {
    display: flex;
    flex: 1;
    background-color: #F8F8F8;
    color: #000A02;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
    min-height: 20rem;
    border-radius: 4px;
    overflow: hidden;
}

.c_contact_info__card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.c_contact_info__card_img {
    width: 57.446%;
    overflow: hidden;
    flex-shrink: 0;
}

.c_contact_info__card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.c_contact_info__card:hover .c_contact_info__card_img img {
    transform: scale(1.05);
}

.c_contact_info__card_body {
    width: 42.554%;
    padding: 5.8rem 4rem 4rem 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.c_contact_info__card_label {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    font-family: 'Exo', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000A02;
    letter-spacing: 0.1em;
}

.c_contact_info__card_title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #DDDDDD;
    line-height: 1.5;
    width: 100%;
}

.c_contact_info__card_desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
}



/* =========================================
   カード右下のアクションアイコンとアニメーション
========================================= */
.c_contact_info__card_action {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 6rem;
    height: 4rem;
    background-color: #000A02;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

.c_contact_info__card_action svg {
    width: 1.3rem;
    height: auto;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    flex-shrink: 0;
}

.c_contact_info__card_action svg:last-child {
    position: absolute;
    transform: translateX(-4.0rem);
}

.c_contact_info__card:hover .c_contact_info__card_action svg:first-child {
    transform: translateX(4.0rem);
}

.c_contact_info__card:hover .c_contact_info__card_action svg:last-child {
    transform: translateX(0);
}

@media (max-width: 1599px) {
    .c_contact_info__header,
    .c_contact_info__cards {
        width: 92%;
    }

    .c_contact_info__header {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 2.4rem 4rem;
    }

    .c_contact_info__title_wrap {
        width: 100%;
        flex: 0 0 100%;
    }

    .c_contact_info__title_wrap::before {
        width: 4rem;
        margin-left: calc((100vw - 100%) / -2);
        margin-right: 1.6rem;
    }

    .c_contact_info__header_desc {
        flex: 1 1 42rem;
        width: auto;
        margin: 0;
    }

    .c_contact_info__main_btn {
        margin-left: auto;
    }
}

@media (max-width: 1279px) {
    .c_contact_info {
        padding: 8rem 0;
    }

    .c_contact_info__header,
    .c_contact_info__cards {
        width: 92%;
    }

    .c_contact_info__header {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 2.4rem 4rem;
    }

    .c_contact_info__title_wrap {
        width: 100%;
        flex: 0 0 100%;
    }

    .c_contact_info__title_wrap::before {
        width: 4rem;
        margin-left: calc((100vw - 100%) / -2);
        margin-right: 1.6rem;
    }

    .c_contact_info__header_desc {
        flex: 1 1 42rem;
        width: auto;
        margin: 0;
    }

    .c_contact_info__main_btn {
        margin-left: auto;
    }
}

@media (max-width: 1024px) {
    .c_contact_info {
        padding: 8rem 0;
    }

    .c_contact_info__header,
    .c_contact_info__cards {
        width: calc(100% - 8vw);
    }

    .c_contact_info__header {
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 2.4rem 4rem;
    }

    .c_contact_info__title_wrap {
        width: 100%;
        flex: 0 0 100%;
    }

    .c_contact_info__header_desc {
        flex-basis: auto;
        width: auto;
        margin: 0;
    }

    .c_contact_info__main_btn {
        margin-left: auto;
    }

    .c_contact_info__cards {
        flex-direction: column;
    }

    .c_contact_info__card {
        min-height: 18rem;
    }
}

@media (max-width: 700px) {
    .c_contact_info {
        padding: 6rem 0;
    }

    .c_contact_info__header,
    .c_contact_info__cards {
        width: 100%;
        padding: 0 3rem;
    }

    .c_contact_info__header {
        display: block;
        margin-bottom: 4rem;
    }

    .c_contact_info__title_wrap {
        margin-bottom: 2.4rem;
    }

    .c_contact_info__title_wrap::before {
        width: 2rem;
        margin-left: -3rem;
        margin-right: 1rem;
    }

    .c_contact_info__title {
        font-size: 2rem;
        margin-right: 1.2rem;
    }

    .c_contact_info__sub {
        font-size: 1.5rem;
        white-space: normal;
    }

    .c_contact_info__header_desc {
        margin-bottom: 3rem;
    }

    .c_contact_info__main_btn {
        width: 100%;
    }

    .c_contact_info__card {
        min-height: 0;
    }

    .c_contact_info__card_body {
        padding: 2.4rem 2rem 5.2rem;
    }

    .c_contact_info__card_title {
        font-size: 1.8rem;
        margin-top: 2rem;
    }

    .c_contact_info__card_action {
        width: 4rem;
        height: 2.6rem;
        right: 1.2rem;
        bottom: 1.2rem;
    }

    .c_contact_info__card_action svg {
        width: 1.1rem;
    }
}

@media (max-width: 500px) {
    .c_contact_info__card {
        flex-direction: column;
    }

    .c_contact_info__card_img,
    .c_contact_info__card_body {
        width: 100%;
    }

    .c_contact_info__card_img {
        aspect-ratio: 315 / 153;
    }
}













@media (max-width: 1024px) {

    /* === VISION === */
    .p_vision {
        padding: 6rem 4vw 8rem;
        width: 100%;
    }

    .p_vision_inner {
        flex-wrap: wrap;
    }

    .p_vision_sidebar {
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4rem;
    }

    .p_vision_sidebar::before {
        width: 4rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1.6rem;
        margin-left: -4vw;
    }

    .p_vision_vertical {
        writing-mode: horizontal-tb;
    }

    .p_vision_sticky {
        width: 60%;
        margin-left: 0;
        padding-top: 0;
        top: 12vw;
    }

    .p_vision_gallery {
        width: 32%;
        padding-top: 0;
    }

    .p_vision_desc,
    .p_vision_desc_en {
        padding-right: 0;
    }

    /* === SERVICES === */
    .p_services_inner {
        flex-direction: column;
        padding-top: 6rem;
    }

    .p_services_sidebar {
        position: absolute;
        top: 10rem;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        padding: 0 4vw;
        margin-bottom: 0rem;
    }

    .p_services_sidebar::before {
        width: 4rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1.6rem;
        margin-left: -4vw;
    }

    .p_services_vertical {
        writing-mode: horizontal-tb;
    }

    .p_services_block {
        padding: 12rem 0;
    }

    .p_services_item {
        width: 95%;
        gap: 10vw;
    }

    .p_services_item_img {
        width: 40%;
    }

    .p_services_item_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        margin-bottom: 2.4rem;
    }

    .p_services_item_content {
        width: fit-content;
    }

    .p_services_item_text {
        max-width: 100%;
        width: 100%;
    }

    .p_services_item_logo--strike {
        width: 18rem;
    }

    .p_services_item_logo--mushup,
    .p_services_item_logo--mukougawa {
        width: 14rem;
    }

    .p_services_item_btn {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {

    /* === VISION === */
    .p_vision {
        padding: 6rem 3rem 6rem;
    }

    .p_vision_inner {
        display: flex;
        flex-direction: column;
    }

    .p_vision_gallery {
        display: contents;
    }

    .p_vision_img {
        width: 53.333vw;
        margin-bottom: 1.2rem;
    }

    .p_vision_img:nth-of-type(1) {
        order: 1;
    }

    .p_vision_img:nth-of-type(2) {
        order: 2;
        margin-right: 2rem;
    }

    .p_vision_img:nth-of-type(3) {
        order: 3;
    }

    .p_vision_sidebar {
        order: 4;
        position: static;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin: 2.8rem 0 4rem;
    }

    .p_vision_sidebar::before {
        width: 2rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1rem;
        background-color: #DDDDDD;
        margin-left: -3rem;
    }

    .p_vision_vertical {
        writing-mode: horizontal-tb;
    }

    .p_vision_sticky {
        order: 5;
        position: relative;
        width: 100%;
        padding: 0;
        margin-left: 0;
        top: 0;
    }

    .p_vision_desc {
        margin-top: 4rem;
        padding-right: 0;
        font-size: 1.5rem;

    }

    .p_vision_desc_en {
        margin-top: 3.2rem;
        padding-right: 0;
    }

    .p_vision_link {
        margin-top: 4rem;
        width: 100%;
        display: block;
    }

    .p_vision_img:nth-of-type(4) {
        order: 6;
        margin-top: 6rem;
    }

    .p_vision_img:nth-of-type(5) {
        order: 7;
        margin-left: 2rem;
    }

    .p_vision_img:nth-of-type(6) {
        order: 8;
    }

    /* === SERVICES === */
    .p_services_block.is-active.p_services_block--reverse .p_services_item_img {
        transform: rotate(-6deg);
    }

    .p_services_inner {
        flex-direction: column;
        padding-top: 0rem;
    }

    .p_services_sidebar {
        position: absolute;
        top: 6rem;
        width: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 0;
        padding: 0;
        margin-bottom: 0;
    }

    .p_services_sidebar::before {
        width: 2rem;
        height: 1px;
        margin-bottom: 0;
        margin-right: 1rem;
        margin-left: 0;
    }

    .p_services_vertical {
        writing-mode: horizontal-tb;
    }

    .p_services_block {
        padding: 14rem 0 10rem;
    }

    .p_services_block:nth-of-type(odd) .p_services_item,
    .p_services_block:nth-of-type(even) .p_services_item {
        margin-left: auto;
        margin-right: auto;
    }

    .p_services_item {
        flex-direction: column;
        width: 100%;
        padding: 0 3rem;
        gap: 4rem;
    }

    .p_services_block--reverse .p_services_item {
        flex-direction: column;
    }

    .p_services_item_img {
        width: 100%;
    }

    .p_services_item_content {
        width: 100%;
        align-items: center;
    }

    .p_services_item_head {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin-bottom: 3.2rem;
    }

    .p_services_item_logo {
        width: 45vw;
    }

    .p_services_item_logo--strike {
        width: 20rem;
    }

    .p_services_item_logo--mushup,
    .p_services_item_logo--mukougawa {
        width: 35vw;
        max-width: 16rem;
    }

    .p_services_item_text {
        align-items: center;
        text-align: center;
    }

    .p_services_item_title {
        text-align: center;
        font-size: 1.6rem;
        line-height: normal;
        padding-bottom: 1.7rem;

    }

    .p_services_item_desc {
        text-align: center;
        font-size: 1.5rem;
        line-height: 2;
    }

    .p_services_item_btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .p_services_item .c_btn {
        width: 100%;
    }
}
