/* =============================
   基本設定 (★3QカットLPと共通化★)
============================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    /* ---- ページ全体のレイアウト調整 ---- */
    padding-top: 70px; /* PC表示時のヘッダーの高さ */
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom; /* ★img下の隙間対策を追加 */
}

.container {
    width: 100%;
    max-width: 1200px; /* ★3QカットLPと共通化 (1000px -> 1200px) */
    margin: 0 auto;
    padding: 0 20px;
}

section {
    padding: 80px 0;
}

/* ★3QカットLPと共通化★ */
.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    color: #333;
    padding-bottom: 15px; /* 下線とのスペース確保 */
}

/* ★3QカットLPと共通化 (下線)★ */
.section-title:after {
    content: '';
    position: absolute;
    bottom: 0; /* ★-15px -> 0 */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #1ea3dd;
}

/* ★3QカットLPと共通化 (subtitle -> lead)★ */
.section-lead {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    color: #666;
    line-height: 1.8; /* ★微調整 */
}

/* =============================
   ヘッダー (いただいたCSS)
============================== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    /* ★max-widthを追加して中央寄せに */
    max-width: 1300px; 
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    width: 160px;
    flex-shrink: 0; /* 縮まないように */
}

.global-nav ul {
    display: flex;
    align-items: center;
}

.global-nav li {
    margin-left: 25px;
}

.global-nav a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-bottom: 5px; /* 下線のスペース確保 */
}

.global-nav a::after {
    content: '';
    position: absolute;
    bottom: 0; /* ★-5pxから変更 */
    left: 0;
    width: 0;
    height: 2px;
    background-color: #1ea3dd;
    transition: width 0.3s ease;
}

.global-nav a:hover::after {
    width: 100%;
}

.entry-btn a {
    display: inline-block;
    background-color: #1ea3dd;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease; /* ★transition追加 */
}
.entry-btn a::after {
    display: none; /* エントリーボタンには下線不要 */
}

.entry-btn a:hover {
    background-color: #E64A19;
    transform: translateY(-2px);
}

.menu-trigger {
    display: none;
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.menu-trigger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: all 0.3s ease;
}

.menu-trigger span:nth-child(1) { top: 0; }
.menu-trigger span:nth-child(2) { top: 9px; }
.menu-trigger span:nth-child(3) { bottom: 0; }

.menu-trigger.active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-trigger.active span:nth-child(2) { opacity: 0; }
.menu-trigger.active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* =============================
   ① トップ (Hero)
============================== */
.hero-section {
    position: relative;
    /* * 画面の高さの70%を基準にします。
     * ただし、最小500px、最大700pxの範囲に収めます。
     */
    height: 70vh; 
    min-height: 500px; 
    max-height: 700px;
    overflow: hidden; /* ズームエフェクトのため */
    background-color: #333; /* 画像読み込み中の背景 */
}

/* スライドショーの各スライド */
.hero-slider .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0; /* アニメーションで表示 */
    
    /* ズームアウトアニメーション (12秒かけて1.1倍->1倍) */
    animation-name: heroSlideZoom;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* --- ★★★ 写真の設定 ★★★ --- */
/* ★↓ ここに背景写真URLを入れる ↓★ */
.hero-slide.slide-1 { 
    background-image: url("img/top_1.png"); /* 例: 店内 */
    animation-name: heroSlideFade, heroSlideZoom; /* フェードとズームを両方 */
    animation-delay: 0s;
}
.hero-slide.slide-2 { 
    background-image: url('img/top_2.png'); /* 例: 釣りのイメージ */
    animation-name: heroSlideFade, heroSlideZoom;
    animation-delay: 4s; /* 4秒ずらす (12s / 3枚) */
}
.hero-slide.slide-3 { 
    background-image: url('img/top_3.png'); /* 例: 外観 */
    animation-name: heroSlideFade, heroSlideZoom;
    animation-delay: 8s; /* 8秒ずらす */
}

/* フェードイン・アウトのアニメーション (1枚あたり4秒) */
@keyframes heroSlideFade {
    0% { opacity: 0; }
    10% { opacity: 1; } /* 1.2秒でフェードイン */
    33% { opacity: 1; } /* 2.8秒表示 (計4秒) */
    43% { opacity: 0; } /* 1.2秒でフェードアウト */
    100% { opacity: 0; }
}

/* ズームアウトのアニメーション */
@keyframes heroSlideZoom {
    0% { transform: scale(1.1); } /* 開始時 (110%) */
    100% { transform: scale(1); } /* 終了時 (100%) */
}

/* 暗いオーバーレイ (文字を読みやすくするため) */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* 30%の黒 */
    z-index: 5;
}

/* キャッチコピーのコンテナ (左寄せ) */
.hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center; /* 縦中央 */
    justify-content: flex-start; /* 横・左寄せ */
}

.hero-catchphrase {
    max-width: 500px; /* キャッチコピー画像の最大幅 */
    width: 80%; /* スマホも考慮 */
    /* 読み込み時にフワッと表示 */
    opacity: 0;
    animation: heroTextFadeIn 1.5s ease-out 0.5s forwards;
}

/* キャッチコピーのフェードイン */
@keyframes heroTextFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- スマホ対応 (768px以下) --- */
@media (max-width: 768px) {
    .hero-section {
        height: 70vh; 
        min-height: 400px;
    }
    .hero-catchphrase {
        max-width: 400px;
        width: 90%; /* 画面いっぱい */
    }
    /* スマホでは左寄せより中央寄せが見やすいかも？ */
    .hero-content {
         justify-content: center; 
         text-align: center;
    }
}






/* =============================
   ② タックルベリーとは
============================== */
.about-section {
    padding: 80px 0;
    background-color: #f9f9f9; /* 背景色を薄いグレーに */
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px; /* テキストと画像の隙間 */
}

.about-text {
    flex: 2; /* テキストエリアを広めに (66%) */
    min-width: 300px;
}

.about-text h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #1ea3dd; /* テーマカラー */
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}
.about-text p:not(:last-child) {
    margin-bottom: 20px;
}

.about-image {
    flex: 1; /* 画像エリア (33%) */
    max-width: 350px;
    min-width: 250px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* --- スマホ対応 (900px以下) --- */
@media (max-width: 900px) {
    .about-container {
        flex-direction: column; /* 縦並びにする */
        gap: 30px;
    }
    .about-text h3 {
        font-size: 20px;
        text-align: center;
    }
    .about-text {
        order: 2; /* テキストを下に */
    }
    .about-image {
        order: 1; /* 画像を上に */
    }
}


/* =============================
   ③ 働くメリット (Benefits)
============================== */
.benefits-section {
    padding: 80px 0;
    background-color: #fff; /* 背景色 (白) */
}

.benefits-grid {
    display: grid;
    /* PCでは3列、最小幅280px */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px; /* リード文との間隔 */
}

.benefit-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.benefit-card .card-icon {
    font-size: 40px;
    color: #1ea3dd; /* テーマカラー */
    margin-bottom: 20px;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    /* カードの高さを揃えるために最小の高さを設定 */
    min-height: 2.5em; 
}

.benefit-card p {
    font-size: 15px;
    color: #555;
    text-align: left; /* 説明文は左揃え */
    line-height: 1.7;
}

/* --- スマホ対応 (768px以下) --- */
@media (max-width: 768px) {
    .benefit-card p {
        text-align: center; /* スマホでは中央揃え */
    }
    .benefit-card h3 {
        min-height: auto; /* スマホでは高さ揃えを解除 */
    }
}

/* =============================
   ④ ココが安心！ (Safety)
============================== */
.safety-section {
    padding: 80px 0;
    background-color: #f9f9f9; /* 背景色 (薄いグレー) */
}

/* スマホでのみ表示する改行 <br class="sp-only"> 用 */
.sp-only {
    display: none;
}

.safety-container {
    margin-top: 50px;
}

.safety-item {
    display: flex;
    align-items: center; /* 縦中央揃え */
    gap: 40px; /* PCでの隙間 */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    overflow: hidden; /* 角丸のために */
}
/* 2個目以降のブロックの上に隙間を空ける */
.safety-item + .safety-item {
    margin-top: 50px;
}

.safety-image {
    flex: 1; /* 50% */
    min-width: 50%; /* 縮まないように */
}
.safety-image img {
    width: 100%;
    height: 100%; /* 高さを親要素に合わせる */
    object-fit: cover; /* 画像比率を保ったままトリミング */
    max-height: 380px; /* 高すぎ防止 (任意) */
}

.safety-text {
    flex: 1; /* 50% */
    padding: 30px 40px 30px 0; /* 右側だけ多めにパディング */
}

/* ★ 2つ目のブロック (左右反転) ★ */
.safety-item.reverse {
    flex-direction: row-reverse; /* 左右反転 */
}
.safety-item.reverse .safety-text {
    padding: 30px 0 30px 40px; /* 左側だけ多めにパディング */
}

/* テキストのスタイル */
.safety-text h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1ea3dd; /* テーマカラー */
}
.safety-text p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

/* リストのスタイル (★チェックマーク風) */
.safety-text ul {
    list-style: none;
}
.safety-text li {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    position: relative;
    padding-left: 20px; /* アイコン分のスペース */
    line-height: 1.7;
}
.safety-text li + li {
    margin-top: 10px;
}
/* チェックマーク風アイコン (::before) */
.safety-text li::before {
    content: '✔'; /* Font Awesome じゃないけど、簡易チェックマーク */
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #1ea3dd; /* テーマカラー */
}


/* --- スマホ対応 (768px以下) --- */
@media (max-width: 768px) {
    /* スマホ用の改行を表示 */
    .sp-only {
        display: block;
    }

    .safety-item,
    .safety-item.reverse { /* ★.reverseも通常に戻す */
        flex-direction: column; /* 縦並びにする */
        gap: 0;
    }

    .safety-image img {
        max-height: 250px; /* スマホでは高さを抑える */
    }

    .safety-text {
        padding: 30px 25px; /* スマホでは均等パディング */
        width: 100%;
    }
    
    .safety-item.reverse .safety-text {
        padding: 30px 25px; /* .reverse も均等に */
    }

    .safety-text h3 {
        font-size: 20px;
        text-align: center;
    }
    .safety-text p {
        font-size: 15px;
        text-align: center;
    }
    .safety-text li {
        font-size: 14px;
    }
}




/* =============================
   ⑤ 仕事内容セクション (★追加CSS★)
============================== */
.work-section {
    padding: 80px 0;
    background-color: #fff;
}

.work-grid {
    display: grid;
    /* 2列のカラムを作成。最小250px、最大1fr(均等) */
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.work-card {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.work-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.work-card .card-icon {
    font-size: 40px;
    color: #1ea3dd; /* テーマカラー */
    margin-bottom: 20px;
}

.work-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.work-card p {
    font-size: 15px;
    color: #555;
    text-align: left; /* 説明文は左揃えに */
    line-height: 1.7;
}


/* =============================
   ⑦ 店舗一覧 (Stores)
============================== */
.stores-section {
    padding: 80px 0;
    background-color: #fff; /* 背景色 (白) */
}

.store-grid {
    display: grid;
    /* ★ PC (1000px以上) では3列 ★ */
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.store-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    overflow: hidden; /* 角丸のため */
    transition: all 0.3s ease;
}
.store-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* --- CSSスライドショー --- */
.store-slider {
    position: relative;
    padding-top: 56.25%; /* 16:9 */
    background-color: #eee;
}

.slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation-name: fadeSlide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.slide-image:nth-child(2) {
    animation-delay: 5s;
}

@keyframes fadeSlide {
    0% { opacity: 0; }
    10% { opacity: 1; }
    50% { opacity: 1; }
    60% { opacity: 0; }
    100% { opacity: 0; }
}

/* --- ★★★ 写真の設定 ★★★ --- */

/* 広島舟入町店 */
.slide-1-1 { background-image: url("img/funairi_1.JPG"); }
.slide-1-2 { background-image: url('img/funairi_2.webp'); }

/* 広島福山店 */
.slide-2-1 { background-image: url("img/fukuyama_1.webp"); }
.slide-2-2 { background-image: url("img/fukuyama_2.webp"); }

/* 姫路英賀保店 */
.slide-3-1 { background-image: url("img/agaho_1.webp"); }
.slide-3-2 { background-image: url("img/agaho_2.webp"); }


/* --- 店舗情報 --- */
.store-info {
    padding: 25px 30px 30px;
}
.store-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}
.store-info dl {
    font-size: 15px;
}
.store-info dt {
    font-weight: 700;
    color: #1ea3dd;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
}
.store-info dt:first-of-type {
    margin-top: 0;
}
.store-info dd {
    margin-top: 8px;
    color: #555;
    line-height: 1.6;
}
.store-info dt i {
    width: 20px;
    margin-right: 5px;
}


/* --- ★追加★ カルーセルドット --- */
.slider-dots {
    position: absolute;
    bottom: 15px; /* 画像の下からの位置 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 10; /* スライド画像より手前 */
    display: flex;
    gap: 8px; /* ドット間の隙間 */
}

/* ドットの基本スタイル (::beforeが1個目, ::afterが2個目) */
.slider-dots::before,
.slider-dots::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc; /* 非アクティブ時の色 */
    border: 1px solid rgba(255,255,255,0.5); /* 白いフチ */
    
    /* アニメーション設定 (10秒ループ) */
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

/* 1個目のドットのアニメーションを指定 */
.slider-dots::before {
    animation-name: dot1Active;
}
/* 2個目のドットのアニメーションを指定 */
.slider-dots::after {
    animation-name: dot2Active;
}

/* 1個目のドットのアニメーション内容 */
@keyframes dot1Active {
    0%   { background-color: #1ea3dd; } /* 開始時 (アクティブ) */
    50%  { background-color: #1ea3dd; } /* 5秒後 (アクティブ) */
    50.1% { background-color: #ccc; }   /* 5.01秒後 (非アクティブ) */
    100% { background-color: #ccc; }   /* 10秒後 (非アクティブ) */
}

/* 2個目のドットのアニメーション内容 */
@keyframes dot2Active {
    0%   { background-color: #ccc; }   /* 開始時 (非アクティブ) */
    50%  { background-color: #ccc; }   /* 5秒後 (非アクティブ) */
    50.1% { background-color: #1ea3dd; } /* 5.01秒後 (アクティブ) */
    100% { background-color: #1ea3dd; } /* 10秒後 (アクティブ) */
}



/* --- ★タブレット対応 (1000px以下)★ --- */
@media (max-width: 1000px) {
    .store-grid {
        /* ★ タブレットでは2列 ★ */
        grid-template-columns: repeat(2, 1fr);
    }
}


/* --- スマホ対応 (768px以下) --- */
@media (max-width: 768px) {
    .store-grid {
        /* ★ スマホでは1列 ★ */
        grid-template-columns: 1fr; 
        gap: 30px;
    }
    .store-info {
        padding: 20px 25px 25px;
    }
    .store-info h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .store-info dl {
        font-size: 14px;
    }
}




/* =============================
   ⑧ 募集要項 (★テーブル版CSS★)
============================== */
.requirements-section {
    padding: 80px 0;
    background-color: #f9f9f9; /* セクション背景色 */
}

/* いただいたCSS (ラッパー) */
.req-table-wrapper {
    max-width: 900px; /* 3Qカットの指定に合わせる */
    margin: 60px auto 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* いただいたCSS (テーブル) */
.req-table {
    width: 100%;
    border-collapse: collapse;
}

/* いただいたCSS (th - 項目名) */
.req-table th {
    background-color: #1ea3dd;
    color: #fff;
    text-align: center;
    padding: 15px;
    width: 25%;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    vertical-align: middle; /* ★上下中央揃えを追加 */
}

/* いただいたCSS (td - 内容) */
.req-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
    line-height: 1.7; /* ★行間を追加 */
}

/* いただいたCSS (最後の行) */
.req-table tr:last-child th,
.req-table tr:last-child td {
    border-bottom: none;
}

/* いただいたCSS (バッジ - 広島・姫路) */
.badge {
    display: inline-block;
    background-color: #FFF3E0;
    color: #1ea3dd;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 500;
}

/* いただいたCSS (給与欄のレイアウト) */
.salary-type {
    margin-bottom: 15px;
}
.salary-type:last-child {
    margin-bottom: 0;
}
.salary-type h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700; /* ★太字に変更 */
}
.salary-type p {
    color: #666;
    font-size: 14px;
    padding-left: 0; /* ★インデント削除 */
    line-height: 1.5; /* ★行間調整 */
}

/* ★以下、追加したCSS★ */

/* 給与欄の区切り線 */
.salary-divider {
    border: 0;
    border-top: 1px dashed #ddd;
    margin: 15px 0;
}

/* tdの中のリスト (業務内容など) */
.dd-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 5px;
}
.dd-list li + li {
    margin-top: 8px;
}

/* --- スマホ対応 (768px以下) --- */
@media (max-width: 768px) {
    /* テーブルを縦積みに変更 */
    .req-table th,
    .req-table td {
        display: block; /* 縦積みにする */
        width: 100%;
        text-align: left; /* 左揃えに統一 */
    }
    
    .req-table th {
        text-align: center; /* 項目名だけ中央 */
        border-bottom: none; /* thの下線を消す */
        padding: 15px 15px 10px;
    }

    .req-table td {
        padding: 0 20px 20px;
    }

    /* 最後の行のthも下線なしに */
    .req-table tr:last-child th {
        border-bottom: none;
    }
    /* 最後の行のtdに下線を追加 */
    .req-table tr:last-child td {
        border-bottom: 1px solid #eee;
    }
    /* ...と思ったら、ラッパーでoverflow:hiddenしてるから
       最後のtdの下線は要らないですね！失礼しました。
       ↓こっちが正しいです
    */
    .req-table tr:last-child td {
        border-bottom: none;
    }

    .salary-type h4 {
        font-size: 15px;
    }
}


/* =============================
   ⑨ よくある質問 (FAQ)
============================== */
.faq-section {
    padding: 80px 0;
    background-color: #fff; /* 背景色 (白) */
}

.faq-container {
    max-width: 900px;
    margin: 50px auto 0;
}

/* カテゴリタイトル */
.faq-category-title {
    font-size: 22px;
    font-weight: 700;
    color: #1ea3dd;
    padding-bottom: 10px;
    border-bottom: 2px solid #1ea3dd;
    margin-top: 40px;
}
.faq-category-title:first-of-type {
    margin-top: 0;
}

.faq-list {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; /* 角丸のため */
}

.faq-item {
    border-bottom: 1px solid #ddd;
}
.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    
    /* ボタンのスタイルリセット */
    border: none;
    outline: none;
    cursor: pointer;
    
    /* Qマークとテキストの配置 */
    display: flex;
    align-items: flex-start; /* 上揃え */
    
    position: relative; /* プラス/マイナス記号のため */
}

.faq-question:hover {
    background-color: #f9f9f9;
}

.faq-question span {
    font-size: 18px;
    font-weight: 700;
    color: #1ea3dd;
    margin-right: 15px;
    line-height: 1.4;
}

/* プラス/マイナス記号 (開閉アイコン) */
.faq-question::before,
.faq-question::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    width: 14px;
    height: 2px;
    background-color: #777;
    transition: all 0.3s ease;
}
.faq-question::after {
    transform: translateY(-50%) rotate(90deg);
}
/* .active の時 (開いている時) */
.faq-question.active::after {
    transform: translateY(-50%) rotate(0deg);
}
.faq-question.active::before {
    opacity: 0;
}


/* 回答エリア (最初は非表示) */
.faq-answer {
    background-color: #fdfdfd;
    padding: 0px 30px; /* JSで高さを0->autoに */
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
}
.faq-answer p {
    font-size: 15px;
    line-height: 1.7;
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    border-top: 1px dashed #ddd;
}
.faq-answer span {
    font-size: 18px;
    font-weight: 700;
    color: #555;
    margin-right: 15px;
    line-height: 1.7;
}

/* --- スマホ対応 (768px以下) --- */
@media (max-width: 768px) {
    .faq-category-title {
        font-size: 20px;
    }
    .faq-question {
        font-size: 15px;
        padding: 15px;
    }
    .faq-question span {
        margin-right: 10px;
    }
    .faq-answer {
        padding: 0 15px;
    }
    .faq-answer p {
        font-size: 14px;
        padding: 15px 0;
    }
}



/* =============================
   ⑩ 応募フォーム (Entry)
============================== */

/* ★追加★ セクション全体の背景 */
.entry-section {
    padding: 80px 0;
    background-color: #1ea3dd; /* ★メインカラー★ */
}

/* ★追加★ セクションタイトルの文字色 */
.entry-section .section-title,
.entry-section .section-lead {
    color: #fff; /* ★白文字に変更★ */
}
/* ★追加★ タイトルの下線も白に */
.entry-section .section-title:after {
    background-color: #fff;
}


/* 応募フォーム全体のコンテナ (★修正★) */
.entry-form-container {
    max-width: 600px;
    margin: 50px auto 0; /* ★リード文からのマージンに変更★ */
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #333;
}

/* フォームのタイトル (★修正★ h1 -> h3) */
.entry-form-container h3 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 20px; /* ★サイズ調整★ */
}

/* フォームの説明文 */
.entry-form-container .form-description {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

/* 各入力項目のグループ */
.entry-form-container .form-group {
    margin-bottom: 20px;
}

/* ラベルのスタイル */
.entry-form-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}

/* 入力欄と選択欄の共通スタイル */
.entry-form-container input[type="text"],
.entry-form-container input[type="date"],
.entry-form-container input[type="tel"],
.entry-form-container input[type="email"],
.entry-form-container select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
    color: #333;
}

/* 読み取り専用の入力欄 */
.entry-form-container input[readonly] {
    background-color: #e9ecef;
    cursor: default;
}

/* 選択メニューのカーソル */
.entry-form-container select {
    cursor: pointer;
}

/* 送信ボタンのスタイル (★修正★) */
.entry-form-container .submit-button {
    display: block;
    width: 100%;
    padding: 15px;
    border: none;
    background-color: #1ea3dd; /* ★メインカラーに変更★ */
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* ボタンのホバー時 (★修正★) */
.entry-form-container .submit-button:hover {
    background-color: #E64A19; /* ★オレンジの濃い色に変更★ */
}

/* オートフィル（自動入力）の文字色対策 */
.entry-form-container input:-webkit-autofill,
.entry-form-container input:-webkit-autofill:hover,
.entry-form-container input:-webkit-autofill:focus,
.entry-form-container input:-webkit-autofill:active {
    -webkit-text-fill-color: #333 !important; 
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}








/* =============================
   フッダー (いただいたCSS)
============================== */
footer {
    background-color: #333;
    color: #fff;
    padding-top: 60px;
    font-size: 14px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px; /* カラム間の隙間 */
    padding-bottom: 50px;
}

/* 各カラムの基本設定 */
.footer-logo,
.footer-links,
.footer-social,
.footer-info {
    flex: 1; /* スペースを分け合う */
    min-width: 180px; /* カラムの最小幅 */
}

/* カラムごとの見出しスタイル */
.footer-links h4,
.footer-social h4,
.footer-info h4 {
    font-size: 1.1em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #555;
    font-weight: 600;
}

/* ロゴエリア */
.footer-logo {
    max-width: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: 160px; /* ロゴの幅を固定 */
}
.footer-logo img {
    max-width: 100%;
    height: auto;
}

/* リンクエリア */
.footer-links {
    flex-grow: 1.5; /* 少し広めに */
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); /* 列数を自動調整 */
    gap: 15px;
}
.footer-links a {
    font-size: 14px;
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-links a:hover {
    color: #1ea3dd;
    text-decoration: underline;
}

/* SNSエリア */
.footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; /* 縦に並べる */
    gap: 15px; /* 縦の間隔 */
}

.footer-social a {
    display: inline-flex; /* アイコンとテキストを横並び */
    align-items: center;
    font-size: 14px;
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social a .fab { /* Font Awesome アイコン */
    font-size: 1.4em; /* アイコンサイズ */
    margin-right: 12px;
    width: 25px; /* アイコンの幅を確保 */
    text-align: center;
    color: #fff; /* アイコン自体の色 */
}

.footer-social a:hover {
    color: #1ea3dd;
}
.footer-social a:hover .fa-instagram { color: #e1306c; }
.footer-social a:hover .fa-youtube { color: #FF0000; }

.copyright {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #444;
}
.copyright p {
    font-size: 12px;
    color: #aaa;
}


/* =============================
   レスポンシブ (スマホ)
============================== */
@media (max-width: 900px) {

    /* ヘッダーのスマホ対応 (★追加CSS★) */
    .menu-trigger {
        display: block; /* ハンバーガーメニューを表示 */
    }

    .global-nav {
        position: fixed;
        top: 70px; /* ヘッダーの高さ分下げる */
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        background-color: rgba(255, 255, 255, 0.98);
        
        /* JSで .active が付いたら表示 */
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    .global-nav.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .global-nav ul {
        flex-direction: column; /* 縦並び */
        padding-top: 30px;
    }

    .global-nav li {
        margin-left: 0;
        width: 100%;
    }

    .global-nav a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px 0;
        font-size: 16px;
        border-bottom: 1px solid #eee;
    }
    .global-nav a::after {
        display: none; /* スマホでは下線不要 */
    }
    .global-nav a:hover {
        background-color: #f5f5f5;
    }

    .entry-btn {
        margin-top: 20px;
        width: auto;
    }
    .entry-btn a {
        padding: 12px 30px;
    }
    .entry-btn a:hover {
        transform: none; /* スマホではホバーエフェクト不要 */
    }

    /* 仕事内容セクション (スマホ) */
    .work-grid {
        /* 1列にする */
        grid-template-columns: 1fr; 
    }
    .work-card p {
        text-align: center; /* スマホでは中央揃えに */
    }

    /* フッター (スマホ) */
    .footer-content {
        flex-direction: column; /* 縦並び */
        align-items: center; /* 中央寄せ */
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-links ul {
        justify-content: center;
    }
    .footer-social ul {
        flex-direction: row; /* SNSは横並びに */
        justify-content: center;
        gap: 25px;
    }
    .footer-links h4,
    .footer-social h4,
    .footer-info h4 {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}