@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;
}

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

img {
    width: 100%;
}

.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;
}

.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);
}

/* ==============================================
   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-right: 0.8rem;
    }
}

.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::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;
    gap: 2.0rem;
    width: 100%;
    margin-bottom: 4.0rem;
}

.l-sp-nav__sub-logos a {
    flex: 1;
    background-color: #FFFFFF;
    padding: 1.2rem 2.0rem;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.0rem;
}

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

.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 {
    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 7.5s infinite ease-in-out;
}

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

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

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

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

    20% {
        opacity: 1;
    }

    33.33% {
        opacity: 1;
    }

    53.33% {
        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;
}

.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: 14.708px;
    height: 10.707px;
    transition: transform 0.2s 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(-5rem);
}

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

.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: 1280px) {
    .l-footer__col-right {
        max-width: 50rem;
    }
    .c-cta-card {
        padding: 2rem ;
    }
    .c-cta-card__arrow {
        right: 2rem;
        bottom: 2rem;
    }
}

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

    .l-footer__inner {
        padding: 4.0rem 3.0rem;
        width: 100%;
    }

    .l-footer__grid {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .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: 2.0rem;
    }

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

    .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;
    }

    .l-footer__sns {
        order: 7;
        margin-bottom: 4.0rem;
        display: flex;
        gap: 2.0rem;
    }


    .l-footer__logo-large {
        order: 8;
        width: 100%;
        max-width: 28.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 (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;
        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%;
}

.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;
    }
}