/*
Theme Name: 禄央建設 採用サイト (全ページCSS統合・名前表示追加版)
Description: 欠落していた全下層ページCSSを復旧し、社長写真に見切れ修正と名前表示を追加した最終完成版
Version: 130.0
*/

*, *::before, *::after { box-sizing: border-box !important; }

:root {
    --bg-dark: #070301;
    --mecha-blue: #00E5FF; 
    --accent-orange: #FF6B00; 
    --gold-gradient: linear-gradient(135deg, #B8860B 0%, #FFDF00 25%, #FFF080 50%, #D4AF37 75%, #B8860B 100%);
    --silver-gradient: linear-gradient(135deg, #888888 0%, #D3D3D3 25%, #FFFFFF 50%, #A9A9A9 75%, #888888 100%);
}

/* =========================================
   炎の背景（爆速・固定）
========================================= */
body { 
    background-color: var(--bg-dark) !important; 
    background-image: 
        radial-gradient(ellipse 70% 80% at 40% 110%, rgba(255, 80, 0, 0.3) 0%, rgba(255, 30, 0, 0.1) 50%, transparent 80%),
        radial-gradient(ellipse 60% 90% at 60% 110%, rgba(255, 120, 0, 0.25) 0%, transparent 80%),
        radial-gradient(ellipse 90% 70% at 50% 120%, rgba(255, 50, 0, 0.35) 0%, transparent 80%),
        radial-gradient(ellipse 50% 60% at 80% 100%, rgba(255, 140, 0, 0.15) 0%, transparent 70%),
        linear-gradient(rgba(255, 69, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 69, 0, 0.03) 1px, transparent 1px) !important;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 40px 40px, 40px 40px !important;
    background-attachment: fixed !important; 
    color: #f0f0f0 !important; 
    margin: 0; padding: 0; 
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overflow-x: hidden;
}
a { text-decoration: none !important; color: inherit !important; }

/* =========================================
   テキストのキラキラ
========================================= */
@keyframes super-gold-shine-light { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
h1, h2, h3, .glitter-gold, .title { background: var(--gold-gradient) !important; background-size: 200% auto !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; animation: super-gold-shine-light 4s linear infinite !important; display: inline-block !important; font-weight: 900 !important; filter: drop-shadow(0 0 5px rgba(212,175,55,0.4)) !important; }
h1.glitter-orange, h2.glitter-orange, .glitter-orange { background: linear-gradient(135deg, #cc4400 0%, #FF8A00 50%, #ff5500 100%) !important; background-size: 200% auto !important; -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important; animation: super-gold-shine-light 4s linear infinite !important; display: inline-block !important; font-weight: 900 !important; filter: drop-shadow(0 0 5px rgba(255,107,0,0.4)) !important; }

/* =========================================
   ヘッダー ＆ Wネオン
========================================= */
@keyframes gold-neon-flow-light { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
@keyframes gold-neon-flow-reverse-light { 0% { background-position: -100% 0; } 100% { background-position: 100% 0; } }

.l-header { position: fixed; top: 0; left: 0; width: 100%; height: 80px; background: rgba(8,4,2,0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 9999; border-bottom: none; display: flex; align-items: center; }
.l-header::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; z-index: 10000; background: linear-gradient(90deg, #D4AF37, #FFF080, #FFDF00, #FFF080, #D4AF37); background-size: 200% 100%; box-shadow: 0 0 5px #FFDF00, 0 3px 15px rgba(255, 69, 0, 0.8); animation: gold-neon-flow-light 3s linear infinite; will-change: background-position; transform: translateZ(0); }
.l-header__inner { max-width: 1240px; width: 100%; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.l-header__inner img { height: 60px !important; width: auto !important; filter: drop-shadow(0 0 5px rgba(212,175,55,0.4)); transform: translateZ(0); }
.l-header__nav ul { display: flex; gap: 15px; list-style: none; margin: 0; padding: 0; align-items: center; }
.l-header__link { color: #ccc !important; font-weight: bold; font-size: 0.85rem; transition: 0.3s; position: relative; padding-bottom: 5px; letter-spacing: 1px; }
.l-header__link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--accent-orange); transition: all 0.3s ease; box-shadow: 0 0 5px var(--accent-orange); }
.l-header__link:hover { color: #fff !important; text-shadow: 0 0 10px var(--accent-orange); }
.l-header__link:hover::after { width: 100%; }
.l-header__btn-gold { position: relative; background: var(--gold-gradient) !important; background-size: 200% auto !important; animation: super-gold-shine-light 4s linear infinite !important; color: #000 !important; padding: 10px 25px; font-weight: 900; font-size: 0.95rem; letter-spacing: 1px; clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.5); box-shadow: 0 0 15px rgba(212,175,55,0.4); margin-left: 10px; overflow: hidden; }
.l-header__btn-gold:hover { transform: translateY(-3px); box-shadow: 0 5px 20px rgba(212,175,55,0.8); filter: brightness(1.1); }
body.admin-bar .l-header { top: 32px !important; }

/* =========================================
   汎用レイアウト ＆ ストーリーラベル
========================================= */
.l-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.c-story-label { display: inline-block; padding: 3px 10px; font-size: 0.8rem; font-weight: bold; font-family: 'Orbitron', sans-serif; letter-spacing: 1px; border-radius: 3px; margin-bottom: 5px; }
.c-story-label.--past { background: #333; color: #aaa; border: 1px solid #555; }
.c-story-label.--now { background: rgba(255, 107, 0, 0.2); color: var(--accent-orange); border: 1px solid var(--accent-orange); }

.c-armor-panel { background: rgba(15, 17, 22, 0.45) !important; backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.1) !important; box-shadow: 0 5px 20px rgba(0,0,0,0.3) !important; position: relative; transition: all 0.4s ease; clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); padding: 40px 40px 40px 50px !important; overflow: hidden; word-break: break-word; }
.c-armor-panel::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: var(--accent-orange); transition: 0.3s; }
.c-armor-panel.--gold::before { background: #D4AF37; }

/* ジグザグレイアウト */
.c-split-block { margin-bottom: 80px; }
.c-split-visual { position: relative; overflow: hidden; clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px); border: 2px solid #D4AF37; box-shadow: 0 10px 30px rgba(212,175,55,0.2); }
.c-split-visual::after { content: ''; position: absolute; top: 0; right: 0; width: 60px; height: 60px; background: url('https://rokuou-kensetsu.jp/wp-content/uploads/2026/03/Gemini_Generated_Image_5c5inb5c5inb5c5i-removebg-preview.png') center/contain no-repeat; opacity: 0.3; filter: brightness(0); transition: 0.5s; z-index: 2; pointer-events: none; }
.c-split-visual img { width: 100%; height: auto; transition: 0.5s ease; display: block; position: relative; z-index: 1; }
.c-split-block:hover .c-split-visual img { transform: scale(1.05); }
.c-split-block:hover .c-split-visual::after { opacity: 0.8; filter: brightness(1) drop-shadow(0 0 5px rgba(212,175,55,0.6)); }
.c-split-content h3 { font-size: 1.8rem; margin: 10px 0 25px; line-height: 1.4; color: #fff; font-weight: 900; }
.c-split-content p { color: #ccc; line-height: 1.9; font-size: 1.05rem; margin-bottom: 25px;}

@media (min-width: 769px) {
    .c-split-block { display: flex !important; flex-wrap: nowrap !important; gap: 50px !important; align-items: center !important; }
    .c-split-visual, .c-split-content { flex: 1 !important; max-width: 50% !important; }
    .c-split-block:nth-child(even) { flex-direction: row-reverse !important; }
    .c-split-block:nth-child(even) .c-split-visual { border-color: var(--accent-orange); box-shadow: 0 10px 30px rgba(255, 107, 0, 0.2); }
    .c-split-block:nth-child(even) .c-split-visual::after { top: auto; bottom: 0; left: 0; right: auto; transform: scaleX(-1); }
}
@media (max-width: 768px) {
    .c-split-block { display: flex !important; flex-direction: column !important; gap: 30px !important; }
    .c-split-visual, .c-split-content { max-width: 100% !important; width: 100% !important; }
}

.c-cyber-msg-box { position: relative; padding: 60px 0; margin-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.c-cyber-msg-box:last-child { border-bottom: none; }
.c-cyber-number { position: absolute; top: -30px; left: -20px; font-size: 12rem; font-weight: 900; font-family: 'Orbitron', sans-serif; color: rgba(255, 107, 0, 0.04); line-height: 1; z-index: 0; pointer-events: none; }
.c-cyber-msg-box:nth-child(even) .c-cyber-number { left: auto; right: -20px; color: rgba(212, 175, 55, 0.04); }
.c-cyber-msg-box.--orange .c-cyber-number { color: rgba(255, 107, 0, 0.04); }
.c-cyber-frame { position: relative; padding: 15px; z-index: 1; }
.c-cyber-frame::before, .c-cyber-frame::after { content: ''; position: absolute; width: 40px; height: 40px; border: 3px solid var(--accent-orange); transition: 0.5s; }
.c-cyber-frame::before { top: 0; left: 0; border-right: none; border-bottom: none; }
.c-cyber-frame::after { bottom: 0; right: 0; border-left: none; border-top: none; }
.c-cyber-frame:hover::before, .c-cyber-frame:hover::after { width: 100%; height: 100%; opacity: 0.5; }
.c-cyber-msg-box:nth-child(even) .c-cyber-frame::before, .c-cyber-msg-box:nth-child(even) .c-cyber-frame::after { border-color: #D4AF37; }
.c-cyber-frame img { width: 100%; height: auto; display: block; filter: contrast(1.1) saturate(1.1); box-shadow: 0 10px 30px rgba(0,0,0,0.5); position: relative; z-index: 2;}
.c-cyber-content { position: relative; z-index: 2; }
.ep-label { display: inline-block; background: var(--accent-orange); color: #111; font-family: 'Orbitron', sans-serif; font-weight: 900; padding: 5px 20px; letter-spacing: 2px; margin-bottom: 20px; clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%); }
.c-cyber-msg-box:nth-child(even) .ep-label { background: #D4AF37; }

/* 全幅ダークゾーン */
.c-section-dark-eagle { position: relative; background: rgba(5, 2, 0, 0.9); border-top: 2px solid rgba(255, 107, 0, 0.3); border-bottom: 2px solid rgba(255, 107, 0, 0.3); padding: 120px 0; margin: 150px 0; box-shadow: inset 0 0 80px rgba(255, 107, 0, 0.05); }
.c-section-dark-eagle::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('https://rokuou-kensetsu.jp/wp-content/uploads/2026/03/Gemini_Generated_Image_5c5inb5c5inb5c5i-removebg-preview.png') center/contain no-repeat; opacity: 0.03; filter: brightness(0); pointer-events: none; }

/* メカニカル・データベース */
.c-mech-data-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 30px; }
.c-mech-data-card { display: flex; flex-direction: column; background: rgba(0,0,0,0.6); border: 1px solid rgba(212,175,55,0.1); padding: 35px 30px; border-radius: 8px; position: relative; overflow: hidden; box-shadow: inset 0 0 20px rgba(0,0,0,0.8); transition: 0.3s; }
.c-mech-data-card::before { content: '🦅'; position: absolute; top: 10px; right: 10px; font-size: 3rem; opacity: 0.03; transition: 0.3s; pointer-events: none; }
.c-mech-data-card:hover { border-color: rgba(212,175,55,0.4); box-shadow: inset 0 0 20px rgba(212,175,55,0.05), 0 10px 30px rgba(0,0,0,0.5); transform: translateY(-3px); }
.c-mech-data-card:hover::before { opacity: 0.08; color: #FFDF00; }
.c-mech-data-head { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 25px; border-bottom: 1px dashed rgba(255,255,255,0.1); padding-bottom: 15px; }
.c-mech-data-head::before { content: ''; width: 6px; height: 1.8rem; background: var(--gold-gradient); animation: super-gold-shine-light 4s linear infinite; flex-shrink: 0; }
.c-mech-data-head h4 { font-size: 1.15rem; font-weight: 900; color: #D4AF37; margin:0; line-height: 1.5; }
.c-mech-val-col { display: flex; gap: 15px; align-items: center; margin-bottom: 20px; }
.c-mech-gauge { width: 60px; height: 60px; border-radius: 50%; border: 4px solid rgba(255,107,0,0.1); display: flex; align-items: center; justify-content: center; position: relative; flex-shrink: 0; box-shadow: inset 0 0 10px rgba(255,107,0,0.1); }
.c-mech-gauge::after { content: ''; position: absolute; top: -4px; left: -4px; width: 60px; height: 60px; border-radius: 50%; border: 4px solid transparent; border-top-color: var(--accent-orange); transform: rotate(45deg); box-shadow: 0 0 10px var(--accent-orange); }
.c-mech-gauge span { font-family: 'Orbitron', sans-serif; font-weight: 900; font-size: 1.4rem; color: #fff; text-shadow: 0 0 10px rgba(255,107,0,0.6); }
.c-mech-val-text p { color: #aaa; line-height: 1.6; font-size: 0.95rem; margin:0;}

/* ★修正: ホログラム吹き出し・名前表示統合版（DRMフック強化） */
.c-holo-fukidashi { display: flex; gap: 20px; align-items: center; background: radial-gradient(ellipse at center, rgba(255,107,0,0.15) 0%, rgba(0,0,0,0.8) 100%); border: 1px solid rgba(255, 107, 0, 0.4); padding: 25px; border-radius: 5px; position: relative; box-shadow: inset 0 0 20px rgba(255, 107, 0, 0.1), 0 0 10px rgba(212,175,55,0.3); transform: translateZ(0); }
.c-holo-fukidashi.--wide { max-width: 900px; margin: 0 auto 80px; padding: 30px 40px; border-color: rgba(212,175,55,0.5); background: radial-gradient(ellipse at center, rgba(212,175,55,0.1) 0%, rgba(0,0,0,0.9) 100%); }
.c-holo-fukidashi::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('https://rokuou-kensetsu.jp/wp-content/uploads/2026/03/Gemini_Generated_Image_5c5inb5c5inb5c5i-removebg-preview.png') center/contain no-repeat; opacity: 0.02; filter: brightness(0); pointer-events: none; }

/* 修正点: `overflow: visible` にして枠外に名前を置く */
.c-holo-icon { display: flex; flex-direction: column; align-items: center; gap: 10px; flex-shrink: 0; overflow: visible; }
.c-holo-icon img { width: 70px; height: 70px; border-radius: 50%; border: 2px solid var(--accent-orange); overflow: hidden; box-shadow: 0 0 15px rgba(255,107,0,0.5); object-fit: cover; object-position: center top; transition: 0.3s; }
.c-holo-fukidashi.--wide .c-holo-icon img { width: 90px; height: 90px; border-color: #D4AF37; box-shadow: 0 0 20px rgba(212,175,55,0.6); }

/* 修正点: 名前表示スタイル追加（オレンジネオン） */
.c-holo-name { font-size: 0.9rem; color: #fff; font-weight: bold; padding-top: 5px; text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px var(--accent-orange); border-top: 1px solid rgba(255,255,255,0.1); letter-spacing: 1px; will-change: text-shadow; }
.c-holo-fukidashi.--wide .c-holo-name { font-size: 1rem; color: #FFDF00; text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px #D4AF37; }

.c-holo-text { color: #fff; font-size: 1rem; line-height: 1.8; font-weight: bold; margin:0; z-index: 1;}
.c-holo-fukidashi.--wide .c-holo-text { font-size: 1.1rem; }
.c-holo-text span { color: var(--accent-orange); }

/* リンクパネル */
.c-link-panel { transition: all 0.4s ease; background: rgba(15, 17, 22, 0.45) !important;}
.c-link-panel::before { content: '🦅'; position: absolute; top: 10px; right: 10px; font-size: 3rem; opacity: 0.05; transition: 0.3s; pointer-events: none;}
.c-link-panel:hover { transform: translateY(-5px); border-color: rgba(212,175,55,0.6); background: rgba(212, 175, 55, 0.03) !important; }
.c-link-panel:hover::before { opacity: 0.15; color: #FFDF00; }
.c-link-panel h3 { color: #fff !important; font-weight: 900; }
.c-link-panel p { color: #ccc; }

/* アラート */
.c-alert-panel { background: rgba(255, 107, 0, 0.05); border: 2px solid var(--accent-orange); border-radius: 15px; padding: 50px; position: relative; overflow: hidden; box-shadow: 0 0 30px rgba(255,107,0,0.1); }
.c-alert-panel::before { content: 'WARNING'; position: absolute; top: -10px; right: -10px; font-size: 8rem; font-family: 'Orbitron', sans-serif; font-weight: 900; color: rgba(255, 107, 0, 0.04); z-index: 0; pointer-events: none; }
.c-alert-content { position: relative; z-index: 1; }

/* クエストフロー */
.c-quest-flow { display: flex; gap: 20px; justify-content: space-between; margin-top: 40px; }
.c-quest-step { flex: 1; background: linear-gradient(135deg, rgba(15,15,15,0.9) 0%, rgba(0,0,0,0.9) 100%); border: 1px solid #333; padding: 35px 20px; text-align: center; position: relative; clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px); transition: 0.3s; box-shadow: 0 10px 30px rgba(0,0,0,0.8); }
.c-quest-step:hover { border-color: var(--accent-orange); transform: translateY(-5px); box-shadow: 0 15px 40px rgba(255,107,0,0.2); background: linear-gradient(135deg, rgba(30,15,5,0.9) 0%, rgba(0,0,0,0.9) 100%); }
.c-quest-step::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #444; transition: 0.3s; }
.c-quest-step:hover::before { background: var(--accent-orange); box-shadow: 0 0 15px var(--accent-orange); }
.c-quest-step::after { content: '▶▶'; position: absolute; right: -28px; top: 50%; transform: translateY(-50%); color: var(--accent-orange); font-weight: 900; font-size: 1.5rem; z-index: 10; text-shadow: 0 0 10px rgba(255,107,0,0.5); letter-spacing: -5px; }
.c-quest-step:last-child::after { display: none; }
.c-quest-step .step { font-family: 'Orbitron', sans-serif; font-size: 1.1rem; font-weight: 900; color: #888; display: block; margin-bottom: 10px; letter-spacing: 2px; transition: 0.3s; }
.c-quest-step:hover .step { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.5); }
.c-quest-step .reward { font-family: 'Orbitron', sans-serif; font-size: 2.8rem; font-weight: 900; color: #fff; margin-bottom: 15px; line-height: 1; text-shadow: 0 2px 5px rgba(0,0,0,0.8); transition: 0.3s; }
.c-quest-step .reward span { font-size: 1.2rem; font-weight: bold; margin-left: 5px; }
.c-quest-step.--final { border-color: #D4AF37; background: linear-gradient(135deg, rgba(40,30,5,0.9) 0%, rgba(0,0,0,0.9) 100%); }
.c-quest-step.--final::before { background: var(--gold-gradient); width: 6px; box-shadow: 0 0 15px rgba(212,175,55,0.8); }
.c-quest-step.--final .step { color: #D4AF37; text-shadow: 0 0 10px rgba(212,175,55,0.5); }
.c-quest-step.--final .reward { color: #FFDF00; text-shadow: 0 0 20px rgba(255,223,0,0.8); }

/* =========================================
   下層ページCSS完全復旧 (ABOUT, Q&A, RECRUIT)
========================================= */

/* --- Q&A専用 --- */
.c-qa-cyber-list { display: flex; flex-direction: column; gap: 40px; margin-top: 50px; }
.c-qa-cyber-card { position: relative; background: rgba(0, 0, 0, 0.6); border: 1px solid rgba(255, 107, 0, 0.3); border-radius: 10px; padding: 40px 40px 40px 100px; box-shadow: inset 0 0 20px rgba(255, 107, 0, 0.05), 0 10px 30px rgba(0,0,0,0.5); overflow: hidden; transition: 0.3s; }
.c-qa-cyber-card:hover { border-color: var(--accent-orange); box-shadow: inset 0 0 20px rgba(255, 107, 0, 0.15), 0 15px 40px rgba(255, 107, 0, 0.1); transform: translateY(-3px); background: rgba(255, 107, 0, 0.03); }
.c-qa-cyber-card::before { content: 'Q'; position: absolute; top: -10px; left: 10px; font-size: 6rem; font-family: 'Orbitron', sans-serif; font-weight: 900; color: rgba(255, 107, 0, 0.1); line-height: 1; z-index: 0; pointer-events: none; transition: 0.3s; }
.c-qa-cyber-card:hover::before { color: rgba(255, 107, 0, 0.2); }
.c-qa-cyber-card.--gold { border-color: rgba(212, 175, 55, 0.3); box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.05), 0 10px 30px rgba(0,0,0,0.5); }
.c-qa-cyber-card.--gold:hover { border-color: #D4AF37; box-shadow: inset 0 0 20px rgba(212, 175, 55, 0.15), 0 15px 40px rgba(212, 175, 55, 0.1); background: rgba(212, 175, 55, 0.03); }
.c-qa-cyber-card.--gold::before { color: rgba(212, 175, 55, 0.1); }
.c-qa-cyber-card.--gold:hover::before { color: rgba(212, 175, 55, 0.2); }
.c-qa-q-text { position: relative; z-index: 1; font-size: 1.35rem; font-weight: 900; color: var(--accent-orange); margin-bottom: 20px; line-height: 1.5; border-bottom: 2px dashed rgba(255,255,255,0.1); padding-bottom: 15px; }
.c-qa-cyber-card.--gold .c-qa-q-text { color: #D4AF37; }
.c-qa-a-box { position: relative; z-index: 1; display: flex; gap: 20px; align-items: flex-start; }
.c-qa-a-mark { font-family: 'Orbitron', sans-serif; font-size: 2rem; font-weight: 900; color: var(--accent-orange); line-height: 1; margin-top: 5px; }
.c-qa-cyber-card.--gold .c-qa-a-mark { color: #D4AF37; }
.c-qa-a-text { color: #ccc; font-size: 1.05rem; line-height: 1.9; font-weight: bold; margin: 0; }
.c-qa-a-text b { color: #fff; }

/* --- RECRUIT専用 --- */
.c-salary-model-wrap { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 50px; }
.c-salary-model { flex: 1 1 300px; background: rgba(0,0,0,0.6); border: 1px solid var(--accent-orange); padding: 30px; border-radius: 8px; position: relative; overflow: hidden; box-shadow: inset 0 0 20px rgba(255,107,0,0.05); }
.c-salary-model.--gold { border-color: #D4AF37; box-shadow: inset 0 0 20px rgba(212,175,55,0.05); }
.c-salary-model h4 { color: #fff; font-size: 1.2rem; margin-bottom: 15px; border-bottom: 1px dashed #444; padding-bottom: 10px; font-weight: bold; }
.c-salary-model .amount { font-family: 'Orbitron', sans-serif; font-size: 2.5rem; font-weight: 900; color: var(--accent-orange); margin-bottom: 10px; }
.c-salary-model.--gold .amount { color: #D4AF37; }
.c-salary-model .amount span { font-size: 1rem; color: #fff; }
.c-salary-model p { font-size: 0.95rem; color: #ccc; line-height: 1.6; margin: 0; }

.c-flow-wrap { margin-top: 50px; }
.c-flow-step { display: flex; align-items: flex-start; gap: 25px; margin-bottom: 30px; position: relative; }
.c-flow-step:not(:last-child)::before { content: ''; position: absolute; left: 24px; top: 55px; width: 2px; height: calc(100% - 20px); background: #333; }
.c-flow-num { width: 50px; height: 50px; background: #111; border: 2px solid var(--accent-orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Orbitron', sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--accent-orange); z-index: 1; flex-shrink: 0; }
.c-flow-text { flex: 1; background: rgba(255,255,255,0.02); border: 1px solid #222; padding: 25px; border-radius: 8px; }
.c-flow-text h4 { color: var(--accent-orange); font-size: 1.2rem; margin-bottom: 10px; font-weight: bold; }
.c-flow-text p { color: #ccc; font-size: 1rem; line-height: 1.6; margin: 0; }

/* --- ABOUT・3MIN用 --- */
.c-data-culture-wrap { display: flex; flex-wrap: wrap; gap: 50px; align-items: flex-start; }
.c-data-col { flex: 1 1 calc(50% - 25px); min-width: 300px; }
.c-about-table { width: 100%; border-collapse: collapse; line-height: 1.8; margin-bottom: 40px; }
.c-about-table th { padding: 25px 20px; text-align: left; width: 28%; color: #D4AF37; vertical-align: top; border-bottom: 1px solid #333; background: rgba(212, 175, 55, 0.05); font-weight: bold; letter-spacing: 1px; border-right: 1px dashed #444; }
.c-about-table td { padding: 25px 20px; border-bottom: 1px solid #333; color: #ccc; font-size: 1.05rem; }
.c-about-table tr:last-child th, .c-about-table tr:last-child td { border-bottom: none; }


@media (max-width: 768px) { 
    .c-holo-fukidashi.--wide { padding: 20px; flex-direction: column; text-align: center; gap: 30px; }
    .c-quest-flow { flex-direction: column; gap: 30px; } 
    .c-quest-step::after { content: '▼▼'; bottom: -30px; top: auto; right: 50%; transform: translateX(50%); letter-spacing: 0; line-height: 0.5; } 
    .c-about-table th, .c-about-table td { display: block; width: 100%; border-right: none; }
    .c-about-table th { padding-bottom: 10px; border-bottom: none; }
    .c-about-table td { padding-top: 0; margin-bottom: 15px; }
    .c-flow-step:not(:last-child)::before { left: 24px; top: 50px; }
    .c-qa-cyber-card { padding: 30px 20px 30px 20px; }
    .c-qa-cyber-card::before { font-size: 4rem; top: 0; left: 5px; }
}

/* 動画 */
.video-wrap { padding: 80px 20px; text-align: center; }
.video-container { width: 100%; max-width: 900px; margin: 0 auto; aspect-ratio: 16 / 9; box-shadow: 0 20px 40px rgba(255,107,0,0.2); border: 2px solid var(--accent-orange); background: #000; clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
.video-container iframe { width: 100%; height: 100%; border: none; }

/* アニメーション */
.js-fadeUp { opacity: 0; transform: translateY(40px); transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); will-change: transform, opacity; }
.js-fadeUp.is-inview { opacity: 1; transform: translateY(0); }
@keyframes cinematic-fade-light { 0% { opacity: 0; transform: scale(1.02); filter: blur(5px); } 100% { opacity: 1; transform: scale(1); filter: blur(0); } }
main { animation: cinematic-fade-light 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; opacity: 0; transform-origin: center center; will-change: opacity, transform; }

/* ボタン */
.c-helmet-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 20px 50px; background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%); color: #fff !important; font-weight: 900; font-size: 1.1rem; letter-spacing: 2px; border: 1px solid #333; clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); transition: all 0.3s ease; overflow: hidden; box-shadow: 5px 5px 15px rgba(0,0,0,0.5); min-width: 300px; transform: translateZ(0); }
.c-helmet-btn::before { content: ''; position: absolute; top: 0; left: 0; width: 5px; height: 100%; background: #D4AF37; transition: 0.3s; }
.c-helmet-btn::after { content: ''; position: absolute; bottom: 0; right: 0; width: 40px; height: 5px; background: var(--accent-orange); transition: 0.3s; }
.c-helmet-btn:hover { background: linear-gradient(135deg, #222 0%, #111 100%); border-color: #D4AF37; transform: translateY(-3px); }
.c-helmet-btn:hover::before { width: 12px; box-shadow: 0 0 15px #D4AF37; }
.c-helmet-btn:hover::after { width: 100%; box-shadow: 0 0 15px var(--accent-orange); }

/* =========================================
   フッター＆固定バナー
========================================= */
.l-footer { background-color: #050608; padding: 60px 20px 120px; border-top: none; color: #ccc; position: relative; }
.l-footer__inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; align-items: center; }
.l-footer__info p { margin: 8px 0; line-height: 1.6; font-size: 0.95rem; font-weight: bold; }
.l-footer__tel { color: #D4AF37 !important; font-size: 1.5rem !important; font-weight: 900 !important; margin-top: 15px !important; letter-spacing: 1px; }
.l-footer__nav { display: flex; flex-direction: column; gap: 20px; align-items: flex-end; width: 100%; max-width: 600px; }
.l-footer__nav ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: flex-end; }
.l-footer__nav a { color: #aaa !important; font-size: 0.95rem; font-weight: bold; transition: 0.3s; position: relative; padding-bottom: 5px; display: inline-block; }
.l-footer__nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--accent-orange); transition: 0.3s; box-shadow: 0 0 5px var(--accent-orange); }
.l-footer__nav a:hover { color: #fff !important; text-shadow: 0 0 10px var(--accent-orange); }
.l-footer__nav a:hover::after { width: 100%; }
.l-footer__copyright { text-align: center; margin-top: 60px; font-size: 0.8rem; color: #666; width: 100%; }

.c-floating-banner { position: fixed; bottom: 0; left: 0; width: 100vw !important; background: rgba(8,10,15,0.9); padding: 15px 20px; z-index: 9999; display: flex; justify-content: center; align-items: center; gap: 30px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 -10px 30px rgba(0,0,0,0.8); }
.c-floating-banner::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; z-index: 10000; background: linear-gradient(90deg, #D4AF37, #FFF080, #FFDF00, #FFF080, #D4AF37); background-size: 200% 100%; box-shadow: 0 0 5px #FFF, 0 0 10px #FFDF00, 0 0 20px #D4AF37, 0 0 40px #FF8A00, 0 -5px 30px rgba(255, 69, 0, 0.6); animation: gold-neon-flow-reverse-light 3s linear infinite; }
.c-floating-banner__text { color: #fff; font-weight: 900; margin: 0; font-size: 1.1rem; letter-spacing: 3px; font-family: 'Orbitron', sans-serif; text-shadow: 0 0 10px rgba(255,255,255,0.5); }
.c-floating-banner__btn { background: var(--gold-gradient) !important; background-size: 200% auto !important; animation: super-gold-shine-light 4s linear infinite !important; color: #000 !important; font-weight: 900; padding: 12px 40px; border-radius: 50px; font-size: 1.2rem; box-shadow: 0 0 15px rgba(255,223,0,0.3); transition: 0.2s; display: inline-block; border: 2px solid #FFF; text-align: center; }
.c-floating-banner__btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 0 25px rgba(255,223,0,0.8); }

@media (max-width: 768px) {
    .l-footer__inner { flex-direction: column; align-items: center; text-align: center; }
    .l-footer__nav { align-items: center; margin-top: 20px; }
    .l-footer__nav ul { justify-content: center; }
    .c-floating-banner { flex-direction: column; gap: 8px; padding: 12px 15px 20px !important; }
    .c-floating-banner__text { font-size: 0.9rem !important; letter-spacing: 1px; }
    .c-floating-banner__btn { width: 100% !important; font-size: 1rem !important; padding: 12px 10px !important; }
}