/* FVセクション */
.fv {
    position: relative;
    width: 100%;
    height: 29rem;
    overflow: hidden;
    margin-top: 4.375rem;
}

/* 背景画像とオーバーレイ */
.fv-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.fv-background {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(0px, -33%) scale(1);
}

.fv-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(36,113,162, 0.5), rgba(0,0,0, 0.5));
}

/* FVコンテンツ */
.fv-content {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    /* margin: 0 auto;
    padding: 0 40px; */
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-left: 7.25rem;
    opacity: 0;
    transform: translateY(0px);
}

/* 左側コンテンツ */
.fv-left {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-top: -3rem;
}

.fv-title::before {
    content: 'MEMBER';
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
    text-stroke: 2px rgba(255, 255, 255, 0.3);
    font-size: clamp(4rem, 10vw, 8rem);
}
.fv-left .double-color-title {
    text-align: left;
    color: var(--white);
    /* font-size: 5rem; */
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 0.15rem;
    line-height: 1;
    margin-top: 2rem;
    white-space: nowrap;

}
.fv-left .double-color-subtitle {
    text-align: left;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    margin-left: 0.5rem;
}
.double-color-title::before {
content: '';
position: absolute;
bottom: 0%;
left: -10%;
top: -200%;
transform: translate(0%, 0%);
font-size: 13.875rem;
font-family: var(--font-archivo-black);
font-weight: 400;
-webkit-text-stroke: 1.5px var(--white);
letter-spacing: -0.75rem;
}

.fv-left .ttl-divider {
    width: 65px;
    height: 10px;
    background: var(--lightblue);
    margin: 1.25rem 0 0.75rem  1rem;
}

body.page-member .double-color-title::before { content: 'MEMBER'; }
body.page-company .fv .double-color-title::before { content: 'COMPANY'; }
body.page-company .president .double-color-title::before { content: 'MESSAGE'; }
body.page-company .role .double-color-title::before { content: 'ROLE'; }
body.page-company .number .double-color-title::before { content: 'NUMBER'; }
body.page-company .overview .double-color-title::before { content: 'OVERVIEW'; }
body.page-our-job .fv .double-color-title::before { content: 'OUR JOB' !important; }
body.page-our-job.logistics-expert .double-color-title::before { content: 'LOGISTICS EXPERT'; }
body.page-our-job.hybrid .double-color-title::before { content: 'HYBRID'; }
body.page-our-job .seek .double-color-title::before { content: 'SEEK'; }
body.page-our-job .charm .double-color-title::before { content: 'CHARM'; }
body.page-our-job .support .double-color-title::before { content: 'SUPPORT'; }
body.page-our-job .career .double-color-title::before { content: 'CAREER'; }
body.page-recruit .fv .double-color-title::before { content: 'RECRUIT'; }
body.page-recruit .recruit .double-color-title::before { content: 'RECRUIT'; }
body.page-our-job .driver .double-color-title::before { content: 'INTRODUCTION'; }
body.page-our-job .general-position .double-color-title::before { content: 'INTRODUCTION'; }
body.page-our-job .faq .double-color-title::before { content: 'FAQ'; }


body.page-company .president .double-color-title::before,
body.page-company .number .double-color-title::before,
body.page-company .role .double-color-title::before,
body.page-company .overview .double-color-title::before,
body.page-our-job .about-job .double-color-title::before,
body.page-our-job .seek .double-color-title::before,
body.page-our-job .charm .double-color-title::before,
body.page-our-job .support .double-color-title::before,
body.page-our-job .career .double-color-title::before,
body.page-recruit .recruit .double-color-title::before,
body.page-our-job .driver .double-color-title::before,
body.page-our-job .general-position .double-color-title::before,
body.page-our-job .faq .double-color-title::before {
    -webkit-text-stroke: 0.47px var(--primary-blue);
    opacity: 0.8;
    font-size: 7.03125rem;
    left: 50%;
    transform: translate(-50%, -45%);
    top: -40%;
    z-index: -1;
    letter-spacing: 0;
}

body.page-our-job .driver .double-color-title::before,
body.page-our-job .general-position .double-color-title::before {
    -webkit-text-stroke: 0.47px var(--white);
}

body.page-our-job .driver .ttl-divider {
    background: var(--white);
}

/* body.page-company .double-color-title:not(.fv .double-color-title)  { 
    font-size: 3.28125rem;
} */

/* 右側コンテンツ */
.fv-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
}
.fv-catch-copy {
    /* width: 50%; */
    height: 30vh;
    object-fit: cover;
    object-position: center;
}

.fv-message {
    color: var(--white);
    font-family: var(--font-noto-serif-jp);
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: 1.6;
    text-align: right;
    position: relative;
    padding-right: 20px;
}

.fv-message::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -10px;
    width: 120%;
    height: 120%;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.03) 100%);
    transform: skewY(-2deg);
    z-index: -1;
}

/* FV下部ライン */
.fv-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: var(--blue-gradient);
    z-index: 3;
}
.page-our-job-logistics-expert .fv-bottom-line,
.page-our-job-hybrid .fv-bottom-line {
    background: var(--blue-gradient-bottom);
}
/* レスポンシブ対応 */
@media screen and (max-width: 1500px) {
    .fv-background {
        transform: translate(0px, -15%) scale(1);
    }
}
@media screen and (max-width: 1300px) {
    body.page-company .president .double-color-title::before,
body.page-company .number .double-color-title::before,
body.page-company .role .double-color-title::before,
body.page-company .overview .double-color-title::before,
body.page-our-job .about-job .double-color-title::before,
body.page-our-job .seek .double-color-title::before,
body.page-our-job .charm .double-color-title::before,
body.page-our-job .support .double-color-title::before,
body.page-our-job .career .double-color-title::before,
body.page-recruit .recruit .double-color-title::before,
body.page-our-job .driver .double-color-title::before,
body.page-our-job .general-position .double-color-title::before,
body.page-our-job .faq .double-color-title::before {
    font-size: 5rem;
    top: -25%;
}
}

@media (max-width: 1024px) {
    .fv {
        height: 21.28688rem;
    }
    .fv-content {
        margin-left: 3.25rem;
        padding: 0 30px;
    }

    .fv-title {
        font-size: clamp(3.5rem, 8vw, 6rem);
    }

    .fv-title::before {
        font-size: clamp(3.5rem, 8vw, 6rem);
    }

    .fv-left .double-color-title {
        font-size: 3.75rem;
    }

    .fv-left .double-color-subtitle {
        font-size: 1rem;
        margin-left: 0.3rem;
    }

    .double-color-title::before {
    top: 20%;
    font-size: 4rem !important;
    }
    .fv-left .ttl-divider {
        width: 3rem;
        height: 5px;
        background: var(--lightblue);
        margin: 0.5rem 0 0.5rem  0.3rem;
    }
    
    .fv-message {
        font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    }

    .fv-right {
        width: 55%;
        max-width: 100%;
        justify-content: flex-start;
    }
    .fv-catch-copy {
        /* width: 50%; */
        height: 12vh;
        object-fit: cover;
        object-position: center;
    }
    .fv-bottom-line {
        height: 1rem;
    }

body.page-company .fv .double-color-title::before { content: ''; }
body.page-recruit .fv .double-color-title::before { content: ''; }
body.page-our-job .fv .double-color-title::before { content: '' !important; }
body.page-member .double-color-title::before { content: ''; }

body.page-company .president .double-color-title::before,
body.page-company .number .double-color-title::before,
body.page-company .role .double-color-title::before,
body.page-company .overview .double-color-title::before,
body.page-our-job .about-job .double-color-title::before,
body.page-our-job .seek .double-color-title::before,
body.page-our-job .charm .double-color-title::before,
body.page-our-job .support .double-color-title::before,
body.page-our-job .career .double-color-title::before,
body.page-recruit .recruit .double-color-title::before,
body.page-our-job .driver .double-color-title::before,
body.page-our-job .general-position .double-color-title::before,
body.page-our-job .faq .double-color-title::before {
    font-size: 5rem;
    top: -10%;
}
}
@media (max-width: 768px) {
    .fv {
        height: 25rem;
    }
    .fv-background {
        height: calc(100% - 74.55px);
        transform: translate(-15%, 0%) scale(1.3);
    }
    .fv-content {
        flex-direction: column;
        justify-content: center;
        /* align-items: flex-start; */
        padding:0 0 0 20px;
        /* gap: 60px; */
        margin-left: 0rem;
    }

    .fv-left {
        max-width: 100%;
    }

    .fv-title {
        font-size: clamp(3rem, 12vw, 5rem);
        margin-bottom: 15px;
    }
    .fv-overlay {
        height: 160%;
    }
    .fv-left .double-color-title {
        margin-top: 0rem;
    }
    .fv-title::before {
        font-size: clamp(3rem, 12vw, 5rem);
    }
    .fv-catch-copy {
        /* width: 50%; */
        height: 18vh;
    }

    .fv-message {
        text-align: left;
        font-size: clamp(1.5rem, 5vw, 2rem);
        padding-right: 0;
        padding-left: 5px;
    }

    .fv-message::before {
        left: -10px;
        right: auto;
    }

    .fv-bottom-line {
        height: 6px;
    }
    .fv-right {
        width: 100%;
    }
    .double-color-title::before {
        top: -20% !important;
        font-size: 3.59375rem !important;
        }
            body.page-our-job.logistics-expert #about-job .double-color-title::before,
            body.page-our-job .general-position .double-color-title::before,
            body.page-our-job .driver .double-color-title::before {
                font-size: 2.125rem !important;
                top: 5% !important;
            }

}

@media (max-width: 480px) {
    /* .fv-content {
        padding: 0 15px;
        gap: 40px;
    } */

    .fv-title {
        font-size: 2.5rem;
    }

    .fv-title::before {
        font-size: 2.5rem;
    }

    .fv-left .double-color-subtitle {
        font-size: 1rem;
    }

    .fv-message {
        font-size: 1.5rem;
    }

    .fv-bottom-line {
        height: 5px;
    }
}