/* Reset & Base */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    background-color: #000000;
}

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

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Color Variables */
:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-gold: #BA9B50;
    --color-dark-gray: #333333;
    --color-light-pink: #FFFAFA;
    --color-gray: #999999;
    --color-light-gray: #F0F0F0;
}

/* ===========================
   Header (Figma: 1920x80px)
=========================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: var(--color-black);
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding-left: 40px;
}

.logo img {
    width: 209.7px;
    height: 61px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 78px;
    height: 100%;
}

.nav {
    height: 100%;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 77px;
    height: 100%;
}

.nav-list a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-white);
    transition: opacity 0.3s;
}

.nav-list a:hover {
    opacity: 0.7;
}

.cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 30px;
    background-color: var(--color-gold);
    color: var(--color-black);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    transition: opacity 0.3s;
}

.cta-btn:hover {
    opacity: 0.8;
}

/* ===========================
   First View (Figma: 1920x1000px)
=========================== */
.fv {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
}

.fv-bg {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fv-bg picture {
    display: block;
    width: 100%;
    height: 100%;
}

.fv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fv-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 5% 80px 5%;
}

.fv-text-ja {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 5vw, 70px);
    line-height: 1.5;
    color: var(--color-white);
    margin-bottom: 20px;
}

.fv-text-en {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(14px, 1.5vw, 19.5px);
    line-height: 1.16;
    color: var(--color-white);
}


/* ===========================
   Our Vision (Figma: 1920x1017px)
=========================== */
.vision {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('../images/vision_bg.png');
    background-size: cover;
    background-position: center;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
}

.vision-inner {
    width: 90%;
    max-width: 627px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(25px, 3vw, 45px);
    padding: clamp(20px, 4vw, 40px);
}

.vision-label {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.7;
    color: var(--color-black);
    text-align: center;
}

.vision-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.21;
    color: var(--color-black);
    text-align: center;
}

.vision-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.21;
    color: var(--color-black);
    text-align: center;
}

.vision-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    color: var(--color-black);
    line-height: 1.8;
    text-align: center;
}

/* ===========================
   Feature (Figma: 1920x1301px)
=========================== */
.feature {
    position: relative;
    width: 100%;
    background-image: url('../images/feature_bg.png');
    background-size: cover;
    background-position: center;
    background-color: var(--color-black);
    padding: clamp(60px, 8vw, 135px) clamp(20px, 5vw, 100px);
}

.feature-label {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.16;
    letter-spacing: 0.3em;
    color: var(--color-gold);
    margin-bottom: clamp(40px, 6vw, 80px);
}

.feature-inner {
    width: 100%;
    max-width: 1510px;
    margin-inline: auto;
    display: flow-root;
    margin: 0 auto;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(30px, 5vw, 130px) 20px;
    width: 100%;
}

.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 3vw, 36px);
    min-height: 250px;
    background-color: transparent;
    border: 1px solid var(--color-white);
    padding: clamp(20px, 3vw, 40px);
}

.feature-num {
    display: none;
}

.feature-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 25px);
    line-height: 1.2;
    color: var(--color-white);
    text-align: center;
}

.feature-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
    text-align: left;
    max-width: 513px;
}

/* ===========================
   Service (Figma: 1920x1500px)
=========================== */
.service {
    position: relative;
    width: 100%;
    padding: clamp(60px, 5vw, 79px) clamp(20px, 5vw, 100px) clamp(60px, 8vw, 120px);
    background-image: url('../images/service_bg.png');
    background-size: cover;
    background-position: center;
}

.service-label {
    position: absolute;
    top: 52px;
    left: -2px;
    font-family: 'Antic Didone', serif;
    font-weight: 400;
    font-size: clamp(100px, 15vw, 200px);
    line-height: 1.19;
    letter-spacing: 0.05em;
    color: rgba(51, 51, 51, 0.55);
    writing-mode: vertical-rl;
    height: 100%;
    pointer-events: none;
}

.service-inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.service-header {
    margin-bottom: clamp(40px, 5vw, 82px);
}

.service-title {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.7;
    letter-spacing: 0.3em;
    color: var(--color-gold);
    margin-bottom: clamp(16px, 2vw, 24px);
}

.service-subtitle-en {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1.44;
    letter-spacing: 0.05em;
    color: var(--color-white);
    margin-bottom: 8px;
}

.service-subtitle-ja {
    font-family: 'PT Serif', serif;
    font-weight: 300;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.29;
    letter-spacing: 0.05em;
    color: var(--color-white);
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 6vw, 80px);
    width: 100%;
}

.service-card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 945px;
    margin: 0 auto;
}

/* まるっとshop: 画像が右側 */
.service-card:nth-child(1) {
    flex-direction: row;
    margin-left: auto;

}

.service-card:nth-child(1) .service-card-content {
    order: 1;
}

.service-card:nth-child(1) .service-card-bg {
    order: 2;
}

/* Shopifyアプリ: 画像が左側 */
.service-card:nth-child(2) {
    flex-direction: row;
    margin-left: 0;
}

.service-card:nth-child(2) .service-card-bg {
    order: 1;
}

.service-card:nth-child(2) .service-card-content {
    order: 2;
}

.service-card-bg {
    flex: 1 1 250px;
    min-width: 250px;
    aspect-ratio: 700 / 400;
}

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

.service-card-content {
    flex: 1 1 200px;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 2vw, 25px);
    justify-content: center;
    padding: clamp(20px, 3vw, 35px);
}

.service-card-title {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: 1.29;
    color: var(--color-white);
}

.service-card-desc {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: var(--color-white);
}

.service-card:nth-child(2) .service-card-title,
.service-card:nth-child(2) .service-card-desc {
    color: #FFF9F9;
}

/* ===========================
   Recruit (Figma: 1920x1051px)
=========================== */
.recruit {
    /* position: relative; */
    width: 100%;
    background-image: url('../images/recruit_bg.png');
    background-size: cover;
    background-position: center;
    background-color: var(--color-black);
    padding: clamp(60px, 8vw, 119px) clamp(20px, 5vw, 100px);

}


.recruit-inner {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: clamp(40px, 5vw, 80px);
    padding: clamp(40px, 5vw, 80px) clamp(20px, 3vw, 40px);
    background-color: var(--color-white);
}

.recruit-content {
    flex: 1 1 300px;
    min-width: 250px;
    max-width: 380px;
}

.recruit-title {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 600;
    font-size: clamp(36px, 5vw, 56px);
    color: var(--color-black);
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin-bottom: clamp(10px, 2vw, 18px);
}

.recruit-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    color: var(--color-black);
    line-height: 1.8;
    margin-bottom: clamp(30px, 4vw, 56px);
}

.recruit-btn {
    display: inline-flex;
    align-items: center;
    gap: clamp(20px, 3vw, 40px);
    padding: 10px clamp(30px, 4vw, 50px);
    background-color: var(--color-black);
    color: var(--color-light-pink);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.7;
    transition: opacity 0.3s;
}

.recruit-btn:hover {
    opacity: 0.8;
}

.recruit-btn img {
    width: clamp(30px, 4vw, 60px);
    height: auto;
}

.recruit-images {
    flex: 1 1 400px;
    min-width: 280px;
    max-width: 868px;
}

.recruit-images img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ===========================
   News (Figma: 1920x910px)
=========================== */
.news {
    position: relative;
    width: 100%;
    background-color: var(--color-black);
    padding: clamp(60px, 8vw, 108px) clamp(20px, 5vw, 100px);
}

.news-inner {
    width: 100%;
    max-width: 1507px;
    margin: 0 auto;
}

.news-header {
    margin-bottom: clamp(40px, 6vw, 100px);
}

.news-title {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.7;
    letter-spacing: 0.3em;
    color: var(--color-gold);
    margin-bottom: clamp(20px, 3vw, 41px);
}

.news-subtitle {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1.44;
    letter-spacing: 0.05em;
    color: var(--color-white);
    margin-bottom: 8px;
}

.news-subtitle-ja {
    font-family: 'PT Serif', serif;
    font-weight: 300;
    font-size: clamp(14px, 2.5vw, 18px);
    line-height: 1.29;
    letter-spacing: 0.05em;
    color: var(--color-white);
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(30px, 5vw, 60px);
    justify-content: center;
}

.news-item {
    flex: 1 1 300px;
    max-width: 400px;
    min-height: 250px;
    background-color: var(--color-dark-gray);
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-item-inner {
    padding: clamp(25px, 3vw, 43px) clamp(20px, 2vw, 29px);
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 40px);
    width: 100%;
    min-height: 250px;       
    justify-content: space-between; 
}

.news-category {
    display: inline-block;
    padding: 3.5px 14px;
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 11.24px;
    line-height: 1.7;
    border-radius: 28px;
    width: fit-content;
}

.news-item-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.7;
    color: var(--color-white);
    text-align: center;
}

.news-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.news-date {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 15px);
    line-height: 1.7;
    color: var(--color-white);
}

.news-logo {
    width: clamp(70px, 8vw, 94px);
    height: auto;
}

/* ===========================
   Footer (Figma: 1920x425px)
=========================== */
.footer {
    position: relative;
    width: 100%;
    background-color: var(--color-black);
}

.footer-inner {
    display: flex;
    flex-direction: column;
}

/* Footer Top: ロゴエリア - 白背景で全幅 */
.footer-top {
    background-color: var(--color-white);
    padding: clamp(20px, 3vw, 30px) clamp(20px, 5vw, 100px);

}

/* 住所ロゴマーク */
.footer-logo-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 40px);
    max-width: 1600px;
    margin: 0 auto;
}

.footer-mark {
    width: clamp(150px, 20vw, 329px);
    height: auto;
}

.footer-address {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-line {
    width: 1px;
    height: 80px;
    background-color: var(--color-black);
}

.footer-address p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.7;
    color: var(--color-black);
}

.footer-logo {
    width: clamp(120px, 15vw, 218px);
    height: auto;
    filter: invert(1);
}

/* Page Top - 右下固定 */
.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}


/* このクラスがついたら表示 */
.page-top.is-visible {
    opacity: 1;
    visibility: visible;
}

.page-top-line {
    width: 88px;
    height: 5px;
    background-color: var(--color-gold);
}

.page-top span:first-child {
    font-family: 'caveat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.38;
    color: var(--color-gold);
}

.page-top:hover {
    opacity: 0.7;
}

/* Footer Nav */
.footer-nav {
    width: 100%;
    padding: clamp(30px, 4vw, 50px) clamp(20px, 5vw, 100px);
}

.footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(20px, 4vw, 80px);
}

.footer-nav a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.2;
    color: var(--color-white);
    transition: opacity 0.3s;
}

.footer-nav a:hover {
    opacity: 0.7;
}

/* Copyright */
.copyright {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 1.2vw, 18px);
    line-height: 1.2;
    color: var(--color-white);
    padding: 0 clamp(20px, 5vw, 100px) clamp(30px, 4vw, 50px);
}

/* ===========================
   Company Page
=========================== */
.header-company {
    background-color: transparent;
}

.company-main {
    margin-top: 80px;
    background-image: url(../images/company_bg.png);
    background-size: cover;
    background-position: center top;
}

.company-bg {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 120px;
}

.breadcrumb-separator {
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: var(--color-white);
}

/* 会社情報タイトル */
.company-page-title {
    margin-bottom: clamp(80px, 10vw, 180px);
}

.company-page-title-en {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: 5px;
}

.company-page-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(24px, 3.8vw, 42px);
    line-height: 1.45;
    color: var(--color-white);
}

/* メッセージセクション */
.company-message {
    margin: 0 auto 240px;
    width: 90%;
    max-width: 590px;
    text-align: center;
}

.company-message-label {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.7;
    color: var(--color-gold);
    margin-bottom: clamp(15px, 2vw, 25px);
}

.company-message-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: clamp(40px, 6vw, 97px);
}

.company-message-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
    text-align: center;
    margin-bottom: clamp(30px, 5vw, 50px);
}

.company-ceo-name-text {
    width: 300px;
    height: auto;
    margin: 0 auto;
}

/* 会社概要セクション */
.company-profile {
    margin: 120px auto;
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1400px;
}

.company-profile-header {
    margin-bottom: clamp(30px, 9vw, 64px);
    padding-left: 20px;
    margin-bottom: 96px;
}

.company-profile-label {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(36px, 5vw, 60px);
    line-height: 1.7;
    color: var(--color-gold);
}

.company-profile-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: clamp(14px, 1.8vw, 20px);
    line-height: 1.8;
    color: var(--color-white);
    margin-top: -15px;
    padding-left: 5px;
}

.company-profile-table {
    position: relative;
    width: 100%;
}

.company-profile-list {
    position: relative;
    width: 100%;
}

.company-profile-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(30px, 4vw, 47px) 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.company-profile-row:first-child {
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
}

.company-profile-row dt {
    flex: 0 0 clamp(80px, 15%, 150px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
    text-align: center;
}

.company-profile-row dd {
    flex: 0 0 clamp(300px, 50%, 550px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
    text-align: left;
}

/* 3つのボタン */
.company-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(30px, 5vw, 80px);
    margin: 32px auto;
    justify-content: center;
}

.company-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(20px, 2vw, 30px);
    width: clamp(300px, 25vw, 450px);
    padding: 30px 0;
    border: 0.5px solid var(--color-white);
    background-color: transparent;
    transition: background-color 0.3s, opacity 0.3s;
}

.company-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.company-btn span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 22px);
    line-height: 1.2;
    color: var(--color-white);
}

.company-btn img {
    width: clamp(35px, 3vw, 50px);
    height: auto;
}

/* マップエリア */
.company-map {
    width: 100%;
    height: 550px;
    background-color: var(--color-gray);
}

.company-map iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

/* ===========================
   Customer Harassment Policy Page
=========================== */
.harassment-main {
    margin-top: 80px;
}

.harassment-bg {
    position: relative;
    width: 100%;
    min-height: 2429px;
    background-image: url('../images/harassment_bg.png');
    background-size: cover;
    background-position: center top;
    background-color: var(--color-black);
    padding-bottom: clamp(100px, 10vw, 160px);
}

.harassment-breadcrumb {
    right: auto;
    left: clamp(100px, 11%, 210px);
}

.harassment-page-title {
    margin-bottom: clamp(80px, 10vw, 180px);
}

.harassment-page-title-en {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: 5px;
}

.harassment-page-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(24px, 3.8vw, 42px);
    line-height: 1.45;
    color: var(--color-white);
}

/* カスタマーハラスメント本文 */
.harassment-content {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 16px;
    padding-left: clamp(0px, 5%, 100px);
}

.harassment-section {
    margin-bottom: clamp(30px, 4vw, 50px);
}

.harassment-section-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: clamp(15px, 2vw, 24px);
}

.harassment-section-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
}

.harassment-section-text p {
    margin-bottom: 1em;
}

.harassment-section-text p:last-child {
    margin-bottom: 0;
}

.harassment-list {
    list-style: none;
    padding-left: 1em;
    margin: 1em 0;
}

.harassment-list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.3em;
}

.harassment-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 4px;
    height: 4px;
    background-color: var(--color-white);
    border-radius: 50%;
}

.harassment-note {
    font-size: clamp(12px, 1vw, 14px);
    margin-top: 1em;
}

/* お問い合わせ窓口と制定日のラッパー */
.harassment-footer-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: clamp(60px, 8vw, 100px) auto 0;
    padding-left: clamp(0px, 5%, 100px);
}

/* お問い合わせ窓口 */
.harassment-contact {
    flex: 1;
}

.harassment-contact p {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
}

/* 制定日 */
.harassment-date {
    text-align: right;
}

.harassment-date p {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
}

/* ===========================
   Security Policy Page
=========================== */
.security-main {
    margin-top: 80px;
}

.security-bg {
    position: relative;
    width: 100%;
    min-height: 1400px;
    background-image: url('../images/security_bg.png');
    background-size: cover;
    background-position: center top;
    background-color: var(--color-black);
    padding-bottom: clamp(100px, 10vw, 160px);
}

.security-page-title {
    margin-bottom: clamp(80px, 10vw, 180px);
}

.security-page-title-en {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: 5px;
}

.security-page-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(24px, 3.8vw, 42px);
    line-height: 1.45;
    color: var(--color-white);
}

/* セキュリティポリシー本文 */
.security-content {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 16px;
    padding-left: clamp(0px, 5%, 100px);
}

.security-intro {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
    margin-bottom: clamp(30px, 4vw, 50px);
}

.security-item {
    margin-bottom: clamp(25px, 3vw, 40px);
}

.security-item-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
    margin-bottom: 0;
}

.security-item-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
    padding-left: 2em;
}

/* 制定日 */
.security-date {
    position: absolute;
    right: clamp(100px, 11%, 210px);
    /* bottom: clamp(80px, 8vw, 160px); */
    margin-top: 24px;
    text-align: right;
}

.security-date p {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
}

/* ===========================
   Privacy Policy Page
=========================== */
.privacy-main {
    margin-top: 80px;
}

.privacy-bg {
    position: relative;
    width: 100%;
    background-image: url(../images/privacy_bg.png);
    background-position: center top;
    background-size: cover;
    padding-bottom: clamp(100px, 10vw, 160px);
}

.privacy-page-title {
    margin-bottom: clamp(80px, 10vw, 180px);
}

.privacy-page-title-en {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: 5px;
}

.privacy-page-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(24px, 3.8vw, 42px);
    line-height: 1.45;
    color: var(--color-white);
}

/* 条文コンテンツ */
.privacy-content {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 24px;
    padding-left: clamp(0px, 5%, 100px);
}

.privacy-section {
    margin-bottom: clamp(30px, 4vw, 50px);
}

.privacy-section-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: clamp(15px, 2vw, 24px);
}

.privacy-section-text {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
}

.privacy-section-text p {
    margin-bottom: 1.6em;
}

.privacy-section-text p:last-child {
    margin-bottom: 0;
}

.privacy-list {
    list-style: none;
    padding-left: 0;
    margin: 1em 0;
}

.privacy-list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.5em;
}

.privacy-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8em;
    width: 4px;
    height: 4px;
    background-color: var(--color-white);
    border-radius: 50%;
}

.privacy-subsection-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/* 制定日・改定日 */
.privacy-date {
    position: absolute;
    right: clamp(100px, 11%, 210px);
    bottom: clamp(64px, 3vw, 128px);
    text-align: right;
}

.privacy-date p {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
}

/* ===========================
   Recruit Page
=========================== */
.header-recruit {
    background-color: transparent;
}

.recruit-main {
    margin-top: 80px;
}

.recruit-bg {
    width: 100%;
    padding-bottom: clamp(100px, 10vw, 160px);
    background-image: url(../images/recruit_page_bg.png);
    background-position: center top;
    background-size: cover;
}

/* 上部エリア（パンくず・タイトル） */
.page-header-area {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 166px;
}

/* パンくず */
.page-breadcrumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}

.page-breadcrumb a,
.page-breadcrumb span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: var(--color-white);
}

.page-breadcrumb a:hover {
    opacity: 0.7;
}

/* 仕切り線 */
.page-divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-gray);
    margin-bottom: 30px;
}

/* 採用情報タイトル */
.recruit-page-title {
    margin-bottom: clamp(80px, 10vw, 180px);
}

.recruit-page-title-en {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(14px, 1.8vw, 20px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: 5px;
}

.recruit-page-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(24px, 3.8vw, 42px);
    line-height: 1.45;
    color: var(--color-white);
}

/* メッセージセクション */
.recruit-message {
    width: 90%;
    max-width: 804px;
    margin: 0 auto clamp(80px, 10vw, 160px);
    text-align: center;
}

.recruit-message-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(18px, 2.5vw, 25px);
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: clamp(40px, 6vw, 97px);
}

.recruit-message-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 2;
    color: var(--color-white);
    text-align: center;
}

/* 3つのナビボタン */
.recruit-nav-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(30px, 4vw, 76px);
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto clamp(80px, 10vw, 200px);
}

.recruit-nav-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: clamp(280px, 23vw, 450px);
    padding: 30px 0;
    border: 0.5px solid var(--color-white);
    background-color: transparent;
    transition: background-color 0.3s, opacity 0.3s;
}

.recruit-nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.recruit-nav-btn span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 22px);
    line-height: 1.2;
    color: var(--color-white);
}

.recruit-nav-btn img {
    width: 14px;
    height: 35px;
}

/* 採用セクション共通 */
.recruit-section {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
    padding-top: clamp(60px, 8vw, 100px);
}

#new-graduates {
    padding-top: 0;
}

#career,
#part-time {
    margin-top: clamp(80px, 10vw, 200px);
}

.recruit-section-header {
    text-align: center;
    margin-bottom: clamp(40px, 5vw, 70px);
}

.recruit-section-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: var(--color-gold);
    margin-bottom: -10px;
}

.recruit-section-title-en {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: clamp(12px, 1.2vw, 15px);
    line-height: 1.8;
    color: var(--color-white);
}

/* 採用テーブル */
.recruit-table {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.recruit-table-list {
    position: relative;
    width: 100%;
}

.recruit-table-row {
    display: flex;
    align-items: stretch;
    border-bottom: 0.25px solid rgba(255, 255, 255, 0.5);
}

.recruit-table-row:first-child {
    border-top: 0.25px solid rgba(255, 255, 255, 0.5);
}

.recruit-table-row dt {
    flex: 0 0 clamp(100px, 15%, 180px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(20px, 2.5vw, 30px) clamp(15px, 2vw, 30px);
    border-right: 0.25px solid rgba(255, 255, 255, 0.5);
}

.recruit-table-row dd {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
    text-align: left;
    padding: clamp(20px, 2.5vw, 30px) clamp(30px, 4vw, 60px);
}

/* 採用エントリーボタン */
.recruit-entry-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: clamp(80px, 10vw, 158px);
    margin-bottom: 120px;
}

.recruit-entry-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: clamp(350px, 30vw, 500px);
    padding: 5px 0 13px;
    border: 0.5px solid var(--color-white);
    background-color: transparent;
    transition: background-color 0.3s, opacity 0.3s;
}

.recruit-entry-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.recruit-entry-btn-label {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1.7;
    color: var(--color-white);
    opacity: 0.7;
}

.recruit-entry-btn-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(22px, 2.5vw, 30px);
    line-height: 1.8;
    color: var(--color-white);
}

.recruit-entry-btn-note {
    font-family: 'Aboreto', cursive;
    font-weight: 400;
    font-size: clamp(12px, 1.2vw, 16px);
    line-height: 1.7;
    color: var(--color-white);
}

/* ===========================
   Contact Page
=========================== */
.header-contact {
    background-color: transparent;
}

.contact-main {
    margin-top: 80px;
}

.contact-bg {
    position: relative;
    width: 100%;
    background-image: url('../images/contact_bg.png');
    background-size: cover;
    background-position: center top;
    background-color: var(--color-black);
    padding-bottom: clamp(100px, 10vw, 160px);
}

.contact-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.contact-bg>* {
    position: relative;
    z-index: 1;
}

/* 上部エリア */
.contact-header-area {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
    padding-top: 166px;
}

/* パンくず */
.contact-breadcrumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 50px;
}

.contact-breadcrumb a,
.contact-breadcrumb span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: var(--color-white);
}

.contact-breadcrumb a:hover {
    opacity: 0.7;
}

/* 仕切り線 */
.contact-divider {
    width: 100%;
    height: 1px;
    background-color: var(--color-gray);
    margin-bottom: 30px;
}

/* お問い合わせタイトル */
.contact-page-title {
    margin-bottom: clamp(80px, 10vw, 180px);
}

.contact-page-title-en {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.45;
    color: var(--color-white);
    margin-bottom: 5px;
}

.contact-page-title-ja {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.45;
    color: var(--color-white);
}

/* 説明文 */
.contact-description {
    width: 90%;
    max-width: 600px;
    margin: 0 auto clamp(60px, 8vw, 120px);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 2;
    color: var(--color-white);
    text-align: center;
}

/* フォームラッパー */
.contact-form-wrapper {
    width: calc(100% - clamp(200px, 22%, 420px));
    max-width: 1500px;
    margin: 0 auto;
}

.contact-form {
    max-width: 854px;
    margin: 0 auto;
}

/* フォーム行 */
.contact-form-row {
    display: flex;
    align-items: flex-start;
    padding: clamp(20px, 2.5vw, 30px) 0;
    border-bottom: 0.25px solid rgba(255, 255, 255, 0.5);
}

.contact-form-row:first-child {
    border-top: 0.25px solid rgba(255, 255, 255, 0.5);
}

/* ラベル */
.contact-form-label {
    flex: 0 0 clamp(150px, 25%, 304px);
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}

.contact-form-label-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
}

.contact-form-required {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: var(--color-black);
    background-color: var(--color-white);
    border: 0.5px solid var(--color-white);
}

/* 入力欄 */
.contact-form-input {
    flex: 1;
}

.contact-form-input input[type="text"],
.contact-form-input input[type="email"],
.contact-form-input input[type="tel"] {
    width: 100%;
    max-width: 550px;
    padding: 6px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-black);
    background-color: var(--color-light-gray);
    border: none;
    outline: none;
}

.contact-form-input input::placeholder {
    color: var(--color-gray);
}

.contact-form-input textarea {
    width: 100%;
    max-width: 550px;
    height: 200px;
    padding: 6px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-black);
    background-color: var(--color-light-gray);
    border: none;
    outline: none;
    resize: vertical;
}

.contact-form-input textarea::placeholder {
    color: var(--color-gray);
}

/* ラジオボタングループ */
.contact-form-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: clamp(30px, 5vw, 80px);
    padding-top: 10px;
}

.contact-radio {
    display: flex;
    align-items: center;
    gap: 14px;
    cursor: pointer;
}

.contact-radio input {
    display: none;
}

.contact-radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    position: relative;
}

.contact-radio input:checked+.contact-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--color-white);
    border-radius: 50%;
}

.contact-radio-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.8;
    color: var(--color-white);
}

/* プライバシーポリシー同意 */
.contact-privacy {
    display: flex;
    justify-content: center;
    margin-top: clamp(40px, 5vw, 80px);
}

.contact-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.contact-checkbox input {
    display: none;
}

.contact-checkbox-box {
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    position: relative;
}

.contact-checkbox input:checked+.contact-checkbox-box::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid var(--color-black);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-checkbox-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-white);
}

/* 送信ボタン */
.contact-submit-wrapper {
    display: flex;
    justify-content: center;
    margin-top: clamp(40px, 5vw, 60px);
}

.contact-submit-btn {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 120px;
    background-color: transparent;
    border: 1px solid var(--color-white);
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-submit-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.contact-submit-btn span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.8;
    color: var(--color-white);
}

.contact-submit-btn svg {
    width: 50px;
    height: auto;
}

/* ===========================
   Mobile Menu
=========================== */
/* ハンバーガーアイコン */
.hamburger {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 1100;
    background: none;
    /* 背景色を消す */
    border: none;
    /* 枠線を消す */
    padding: 0;
    /* 余計な余白を消す */
    appearance: none;
    /* OS特有のスタイルをリセット */
    outline: none;
}

.hamburger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    transition: all 0.3s;
}

.hamburger span:nth-child(1) {
    top: 8px;
}

.hamburger span:nth-child(2) {
    top: 14px;
}

.hamburger span:nth-child(3) {
    top: 20px;
}

/* ハンバーガーアイコン - 開いた状態 */
.hamburger.active span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
}

/* モバイルメニューパネル */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../images/menu_bg.png');
    background-size: cover;
    background-position: center;
    background-color: var(--color-black);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 0 40px 40px;
    margin-top: 80px;
}

.mobile-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 0;
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 80px - 40px);
    overflow-y: auto;
    margin: 0 auto;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    height: 86%;
}

.mobile-menu-nav a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 3;
    color: var(--color-white);
    transition: opacity 0.3s;

}

.mobile-menu-nav a:hover {
    opacity: 0.7;
}

.mobile-menu-nav-sub {
    display: flex;
    flex-direction: column;
}

.mobile-menu-nav-sub a {
    font-size: 18px;
    line-height: 3;
}

.mobile-menu-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14%;
    max-width: 549px;
    padding: 20px 44px;
    border: 1px solid var(--color-white);
    background-color: transparent;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-white);
    transition: background-color 0.3s;
    margin-top: auto;
}

.mobile-menu-cta:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* body スクロール無効化 */
body.menu-open {
    overflow: hidden;
}

/* ===========================
   Responsive
=========================== */
@media (max-width: 1600px) {
    .feature-inner {
        left: 100px;
        width: calc(100% - 200px);
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 80px;
    }

    .feature-item {
        width: 100%;
    }

    .service-card:nth-child(1) {
        margin-left: 200px;
    }

    .recruit-inner {
        left: 100px;
        width: calc(100% - 200px);
    }

    .news-inner {
        margin-left: 100px;
        width: calc(100% - 200px);
    }

    .news-list {
        gap: 60px;
    }
}

@media (max-width: 1400px) {
    .service-label {
        font-size: 120px;
    }

    .service-card {
        width: 100%;
    }

    .service-card:nth-child(1) {
        margin-left: 0;
    }

    .service-card-bg {
        width: 50%;
    }

    .news-list {
        flex-wrap: wrap;
        gap: 40px;
    }
}

@media (max-width: 1100px) {

    /* Header responsive */
    .header {
        height: 50px;
    }

    .header-inner {
        padding: 0 20px;
    }

    .logo img {
        width: 142px;
        height: auto;
    }

    .nav {
        display: none;
    }

    .header-right {
        gap: 0;
    }

    .cta-btn {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .mobile-menu {
        display: block;
    }
}


@media (max-width: 768px) {

    /* FV responsive */
    .fv {
        height: auto;
        min-height: 600px;
    }

    .fv-text-ja {
        position: relative;
        top: auto;
        left: auto;
        font-size: 28px;
        padding: 150px 20px 30px;
    }

    .fv-text-en {
        position: relative;
        top: auto;
        left: auto;
        font-size: 16px;
        padding: 0 40px 80px;
    }

    .fv-inner {
        padding-left: 0;
    }

    /* Vision responsive */
    .vision {
        position: relative;
        height: auto;
        min-height: 800px;
        padding: 80px 20px;
    }

    .vision-inner {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .vision-label {
        font-size: 40px;
    }

    .vision-title {
        font-size: 24px;
    }

    /* Feature responsive */
    .feature {
        min-height: auto;
        padding: 80px 40px;
    }

    .feature-label {
        position: static;
        font-size: 40px;
        letter-spacing: 0.1em;
        margin-bottom: 40px;
    }

    .feature-inner {
        position: static;
        width: 100%;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }

    .feature-item {
        width: 100%;
        height: auto;
        min-height: 250px;
    }

    /* Service responsive */
    .service {
        min-height: auto;
        padding: 80px 40px;
    }

    .service-label {
        display: none;
    }

    .service-inner {
        padding: 0;
    }

    .service-title {
        font-size: 36px;
    }

    .service-subtitle-en {
        font-size: 28px;
    }

    .service-cards {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        flex-direction: column !important;
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .service-card:nth-child(1),
    .service-card:nth-child(2) {
        margin-left: 0;
    }

    .service-card:nth-child(1) .service-card-content,
    .service-card:nth-child(1) .service-card-bg,
    .service-card:nth-child(2) .service-card-content,
    .service-card:nth-child(2) .service-card-bg {
        order: unset;
        width: 100%;
    }

    .service-card-bg {
        width: 100%;
        height: 300px;
    }

    .service-card-content {
        padding: 30px;
    }

    /* Recruit responsive */
    .recruit {
        min-height: auto;
        padding: 80px 20px;
    }

    .recruit-inner {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        flex-direction: column;
        padding: 40px 20px;
    }

    .recruit-content {
        width: 100%;
        height: auto;
    }

    .recruit-title {
        font-size: 40px;
    }

    .recruit-text {
        margin-bottom: 30px;
    }

    .recruit-images {
        width: 100%;
        height: auto;
    }

    /* News responsive */
    .news {
        min-height: auto;
        padding: 80px 20px;
    }

    .news-inner {
        margin-left: 0;
        width: 100%;
    }

    .news-header {
        margin-bottom: 40px;
    }

    .news-title {
        font-size: 36px;
        letter-spacing: 0.1em;
    }

    .news-subtitle {
        font-size: 28px;
    }

    .news-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .news-item {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .news-item-inner {
        width: 100%;
    }

    /* Footer responsive */
    .footer {
        height: auto;
        padding: 60px 0;
    }

    .footer-logo-area,
    .footer-nav,
    .copyright {
        position: static;
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px;

    }

    .footer-logo-area {
        flex-direction: column;
        width: auto;
        height: auto;
        gap: 20px;
        align-items: flex-start; 
        text-align: left;
    }

    .footer-mark,
    .footer-logo,
    .footer-address,
    .footer-address p,
    .footer-line {
        position: static;
    }

    .footer-mark {
        width: 150px;
        height: auto;
    }

    .footer-logo {
        width: 150px;
        height: auto;
    }

    .footer-address {
        width: auto;
        height: auto;
    }

    .footer-line {
        display: none;
    }

    .footer-nav {
        padding: 40px;
        height: auto;
    }

    .footer-nav ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-nav ul li {
        width: 44%;
    }

    .footer-nav ul li:last-child {
        width: auto;
    }


    .copyright {
        padding: 0 40px;
    }

    /* Company page responsive */
    .company-bg {
        min-height: auto;
        padding-bottom: 80px;
    }

    .company-divider {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 40px);
        margin: 265px auto 0;
    }

    .company-breadcrumb {
        position: relative;
        top: auto;
        right: auto;
        justify-content: flex-end;
        padding: 20px 20px 0;
    }

    .company-page-title {

        padding: 30px 20px 0;
    }

    .company-message {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: calc(100% - 40px);
        margin: 60px auto 0;
        padding: 0 20px;
    }

    .company-message-text br {
        display: none;
    }

    .company-profile {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% - 40px);
        margin: 80px auto 0;
    }

    .company-profile-header {
        margin-bottom: 40px;
        padding-left: 0;
    }

    .company-profile-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px 0;
    }

    .company-profile-row dt {
        flex: none;
        text-align: left;
    }

    .company-profile-row dd {
        flex: none;
    }

    .company-buttons {
        position: relative;
        top: auto;
        left: auto;
        flex-direction: column;
        width: calc(100% - 40px);
        margin: 60px auto 0;
        gap: 20px;
    }

    .company-btn {
        width: 100%;
        max-width: 400px;
    }

    .company-map {
        height: 300px;
    }

    /* Privacy Policy page responsive */
    .privacy-bg {
        min-height: auto;
    }

    .privacy-content {
        width: calc(100% - 40px);
        padding-top: 24px;
        padding-left: 0;
    }

    .privacy-page-title {
        padding: 30px 20px 0;
    }

    .privacy-date {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: right;
        padding: 60px 20px 0;
    }

    /* Security Policy page responsive */
    .security-bg {
        min-height: auto;
    }

    .security-page-title {
        padding: 30px 20px 0;
    }

    .security-content {
        width: calc(100% - 40px);
        padding-top: 24px;
        padding-left: 0;
    }

    .security-date {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: right;
        padding: 60px 20px 0;
    }

    /* Customer Harassment page responsive */
    .harassment-bg {
        min-height: auto;
    }

    .harassment-breadcrumb {
        left: auto;
        right: 20px;
    }

    .harassment-page-title {
        padding: 30px 20px 0;
    }

    .harassment-content {
        width: calc(100% - 40px);
        padding-left: 0;
    }

    .harassment-footer-area {
        flex-direction: column;
        width: calc(100% - 40px);
        padding-left: 0;
        gap: 40px;
    }

    .harassment-date {
        text-align: left;
    }

    /* Recruit page responsive */
    .recruit-bg {
        padding-bottom: 80px;
    }

    .page-header-area {
        width: calc(100% - 40px);
        padding-top: 100px;
    }

    .page-divider {
        margin-bottom: 20px;
    }

    .page-breadcrumb {
        margin-bottom: 30px;
    }

    .recruit-page-title {
        margin-bottom: 60px;
    }

    .recruit-message {
        width: calc(100% - 40px);
        margin-bottom: 60px;
    }

    .recruit-message-text br {
        display: none;
    }

    .recruit-nav-buttons {
        flex-direction: column;
        width: calc(100% - 40px);
        margin-bottom: 60px;
        gap: 20px;
    }

    .recruit-nav-btn {
        width: 100%;
        max-width: 400px;
    }

    .recruit-section {
        width: calc(100% - 40px);
    }

    #new-graduates {
        padding-top: 0;
    }

    #career,
    #part-time {
        margin-top: 60px;
    }

    .recruit-section-header {
        margin-bottom: 30px;
    }

    .recruit-table {
        width: 100%;
    }

    .recruit-table-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .recruit-table-row dt {
        flex: none;
        width: 100%;
        text-align: left;
        justify-content: flex-start;
        border-right: none;
        border-bottom: none;
        padding: 15px 15px 5px;
    }

    .recruit-table-row dd {
        flex: none;
        width: 100%;
        padding: 5px 15px 15px;
    }

    .recruit-entry-btn-wrapper {
        margin-top: 60px;
        padding: 0 20px;
    }

    .recruit-entry-btn {
        width: 100%;
        max-width: 350px;
    }

    /* Contact page responsive */
    .contact-bg {
        padding-bottom: 80px;
    }

    .contact-header-area {
        width: calc(100% - 40px);
        padding-top: 75px;
    }

    .contact-divider {
        margin-bottom: 20px;
    }

    .contact-breadcrumb {
        margin-bottom: 30px;
    }

    .contact-breadcrumb a,
    .contact-breadcrumb span {
        font-size: 20px;
    }

    .contact-page-title {
        margin-bottom: 60px;
    }

    .contact-page-title-ja {
        font-size: 45px;
    }

    .contact-description {
        width: calc(100% - 40px);
        margin-bottom: 40px;
        font-size: 20px;
    }

    .contact-form-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }

    .contact-form {
        max-width: 550px;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
        border-bottom: 0.25px solid rgba(255, 255, 255, 0.5);
    }

    .contact-form-row:first-child {
        border-top: 0.25px solid rgba(255, 255, 255, 0.5);
    }

    .contact-form-label {
        flex: none;
        width: 100%;
        padding-top: 0;
    }

    .contact-form-input {
        width: 100%;
    }

    .contact-form-input input[type="text"],
    .contact-form-input input[type="email"],
    .contact-form-input input[type="tel"] {
        max-width: 100%;
        width: 100%;
        height: 50px;
        padding: 6px 10px;
    }

    .contact-form-input textarea {
        max-width: 100%;
        width: 100%;
        height: 250px;
    }

    .contact-form-radio-group {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        padding-top: 10px;
    }

    .contact-radio {
        flex: 0 0 auto;
    }

    .contact-privacy {
        margin-top: 50px;
        padding: 0;
    }

    .contact-submit-wrapper {
        margin-top: 50px;
        padding: 0;
    }

    .contact-submit-btn {
        width: auto;
        padding: 10px 120px;
        justify-content: center;
    }
}