/*
Theme Name: yushin
*/

/* ===================================================
   ★ 0. スクロール・アニメーション
=================================================== */
body.js-ready .js-fade-up {
    opacity: 0;
    transform: translateY(60px) scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    will-change: transform, opacity;
    backface-visibility: hidden;
}
body.js-ready .js-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ===================================================
   ★ 1. ベース＆共通パーツ
=================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { background-color: #e0f2fe; }
body {
    margin: 0; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #222; line-height: 2; background-color: transparent; 
    overflow-x: hidden; letter-spacing: 0.08em;
}

body::before {
    content: ''; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background-image: url('http://yushin.local/wp-content/uploads/2026/04/Gemini_Generated_Image_l1h9jyl1h9jyl1h9.jpeg'); 
    background-size: cover; background-repeat: no-repeat; background-position: center;
    opacity: 0.18; z-index: -1; pointer-events: none; 
}
strong { color: #002244; font-weight: 900; background: linear-gradient(transparent 70%, rgba(194, 166, 107, 0.4) 70%); padding: 0 5px;}

@keyframes shineEffect { 0% { left: -100%; } 20% { left: 100%; } 100% { left: 100%; } }
@keyframes fadeUpAnim { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }

.float-anim, .float-anim-delayed { animation: none !important; }
.fade-up-1 { animation: fadeUpAnim 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }
.fade-up-2 { animation: fadeUpAnim 1.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s forwards; opacity: 0; }

.shiny-badge, .shiny-btn { position: relative; overflow: hidden; }
.shiny-badge::before, .shiny-btn::before {
    content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg); animation: shineEffect 5s infinite; z-index: 1;
}

/* PC版は追従バナーを非表示にする！ */
.sticky-btn-box, .global-sticky-btn-box { display: none !important; }

/* ===================================================
   ★ 2. 共通コンポーネント
=================================================== */
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; position: relative; z-index: 2; }
.center { text-align: center; }

.section-head { margin-bottom: 30px; }
.en-label { display: inline-block; font-size: 0.85rem; color: #b89b5e; letter-spacing: 0.5em; font-weight: 900; margin-bottom: 10px; position: relative; }
.en-label::after { content: ''; display: block; width: 40px; height: 2px; background: #b89b5e; margin-top: 10px; }
.center .en-label::after { margin: 10px auto 0; }
.ja-title { font-size: 2.8rem; color: #002244; font-weight: 900; line-height: 1.4; margin: 0; letter-spacing: 0.05em; text-shadow: 0 0 20px rgba(255,255,255,0.8); }

.glass-panel { background: rgba(255, 255, 255, 0.85) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 20px 40px rgba(0, 34, 68, 0.08); border: 1px solid rgba(255,255,255,1); border-radius: 4px; }
.solid-white { background: #ffffff !important; box-shadow: 0 20px 40px rgba(0, 34, 68, 0.08); border: 1px solid #fff; border-radius: 4px; }

.clip-slash { clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }
.clip-slash-sm { clip-path: polygon(15px 0, 100% 0, calc(100% - 15px) 100%, 0 100%); }
.clip-slash-left { clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%); }

.btn-slash { display: inline-block; padding: 20px 50px; font-size: 1.1rem; font-weight: 900; color: #fff; text-decoration: none; position: relative; z-index: 1; overflow: hidden; clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%); transition: transform 0.4s ease, box-shadow 0.4s ease; }
.btn-slash::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255,255,255,0.2); z-index: -1; transition: left 0.5s ease; }
.btn-slash:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.btn-slash:hover::before { left: 0; }
.btn-slash.dark { background-color: #002244; }
.btn-slash.gold-btn { background-color: #b89b5e; }
.btn-slash.red-btn { background-color: #c62828; }

.split-badge { position: absolute; top: 20px; left: 20px; color: #fff; font-weight: bold; padding: 10px 25px; font-size: 0.95rem; letter-spacing: 0.15em; z-index: 10; border-radius: 2px; box-shadow: 0 5px 15px rgba(0,0,0,0.2);}
.split-badge.red { background: #c62828; }
.split-badge.gold { background: #b89b5e; }

/* ===================================================
   ★ 3. ヒーローセクション
=================================================== */
.hero-section { position: relative; height: 100vh; width: 100vw; display: flex; align-items: center; padding-left: 10%; overflow: hidden; margin-top: 0; }
.hero-bg, .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.hero-bg { z-index: 1; }
.overlay { background: linear-gradient(to right, rgba(0, 20, 40, 0.9) 0%, rgba(0, 20, 40, 0.4) 50%, rgba(0, 20, 40, 0.1) 100%); z-index: 2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; z-index: 3; margin-top: 60px; border-left: 6px solid #b89b5e; padding-left: 30px; }
.hero-title { font-size: 5rem; color: #fff; margin: 0 0 30px 0; line-height: 1.15; font-weight: 900; letter-spacing: 0.02em; text-shadow: 0 10px 40px rgba(0,0,0,0.8); }

.concept-hero { position: relative; height: 40vh; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.concept-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.concept-hero-bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(20%); }
.concept-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 26, 51, 0.75); z-index: 2; }
.concept-hero-title { position: relative; z-index: 3; text-align: center; }
.concept-hero-title h1 { font-size: 3.5rem; color: #fff; font-weight: 900; letter-spacing: 0.15em; margin: 0 0 10px; text-shadow: 0 5px 20px rgba(0,0,0,0.6); }
.concept-hero-title span { color: #b89b5e; font-size: 1.1rem; font-weight: 900; letter-spacing: 0.4em; display: block; }

/* ===================================================
   ★ 4. 共通ベース
=================================================== */
.reputation-section { padding: 50px 0; position: relative; z-index: 2; }
.rep-panel { padding: 50px 10% !important; position: relative; text-align: center; background: rgba(255, 255, 255, 0.95) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; box-shadow: 0 20px 50px rgba(0, 34, 68, 0.05) !important; border: 1px solid #ffffff !important; border-radius: 12px !important; border-top: 6px solid #002244 !important; transition: transform 0.4s ease; }
.rep-panel:hover { transform: translateY(-5px); }
.rep-panel:hover .rep-title { color: #b89b5e; text-shadow: none; }
.rep-quote-mark { font-family: serif; font-size: 10rem; color: rgba(184, 155, 94, 0.2); position: absolute; top: -40px; left: 50%; transform: translateX(-50%); line-height: 1; z-index: 1; pointer-events: none;}
.rep-title { font-size: 2.4rem; color: #002244; font-weight: 900; line-height: 1.5; margin-bottom: 30px; position: relative; z-index: 2; letter-spacing: 0.05em; transition: color 0.4s ease;}
.rep-text-wrap { max-width: 850px; margin: 0 auto; position: relative; z-index: 2; }
.rep-text-wrap p { font-size: 1.15rem; color: #333; line-height: 2; margin-bottom: 20px; font-weight: 600;}
.rep-text-wrap .highlight { color: #b89b5e; font-weight: 900; border-bottom: 2px solid #b89b5e; padding-bottom: 2px;}

.target-split-section { padding: 50px 0 60px; position: relative; z-index: 2; }
.split-layout { display: flex; gap: 40px; margin-top: 30px; }
.split-box { width: 50%; display: flex; flex-direction: column; overflow: hidden !important; background: #ffffff !important; border: none !important; border-radius: 15px !important; box-shadow: 0 15px 40px rgba(0, 34, 68, 0.08) !important; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease; }
.split-box:hover { transform: translateY(-15px); box-shadow: 0 30px 60px rgba(0,34,68,0.15) !important; }
.split-img { position: relative; height: 350px; overflow: hidden !important; clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%) !important; }
.split-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 0.8s ease; }
.split-box:hover .split-img img { transform: scale(1.08); }
.split-txt { padding: 30px 40px 50px; display: flex; flex-direction: column; flex-grow: 1; }
.split-txt h3 { font-size: 1.6rem; color: #002244; font-weight: 900; margin-bottom: 15px; line-height: 1.5; }
.split-txt p { font-size: 1.05rem; color: #444; line-height: 1.9; margin-bottom: 30px; flex-grow: 1; font-weight: 600; }

/* ===================================================
   ★ 5. 想いページ
=================================================== */
.concept-page-main { padding-bottom: 0 !important; }
.concept-noglass-section { padding: 60px 0 80px; position: relative; z-index: 2; }
.text-glow h2, .text-glow h3 { text-shadow: 2px 2px 0px #fff, 0 0 15px rgba(255,255,255,0.8), 0 0 30px rgba(255,255,255,0.8); }
.text-glow p { text-shadow: 0 0 10px rgba(255,255,255,0.9), 0 0 20px rgba(255,255,255,0.9), 0 0 30px rgba(255,255,255,1); }
.noglass-header { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-bottom: 60px; }
.noglass-main-img { width: 45%; position: relative; }
.noglass-main-img img { width: 100%; height: 550px; object-fit: cover; border: 5px solid #001a33; box-shadow: -15px 15px 0px #b89b5e; filter: contrast(1.1) !important; display: block; } 
.noglass-title-area { width: 55%; padding: 20px 0; }
.noglass-title-area h2 { font-size: 2.6rem; color: #001a33; font-weight: 900; line-height: 1.4; margin: 0 0 30px; letter-spacing: 0.05em; }
.noglass-title-area .red-lead { font-size: 1.4rem; color: #c62828; font-weight: 900; margin-bottom: 25px; }
.noglass-title-area p { font-size: 1.15rem; color: #222; font-weight: 700; line-height: 2.2; margin-bottom: 20px; }
.noglass-quote { margin: 0 auto 60px; max-width: 900px; text-align: center; border-top: 4px solid #001a33; border-bottom: 4px solid #001a33; padding: 40px 0; }
.noglass-quote p { font-size: 1.8rem; color: #001a33; font-weight: 900; line-height: 1.6; margin: 0; }
.noglass-story-wrap { max-width: 850px; margin: 0 auto; position: relative; padding-left: 60px; border-left: 4px solid #001a33; }
.noglass-story-item { position: relative; margin-bottom: 60px; }
.noglass-story-item:last-child { margin-bottom: 0; }
.story-num { position: absolute; left: -140px; top: -10px; font-size: 3.5rem; font-family: Impact, sans-serif; color: #b89b5e; line-height: 1; letter-spacing: 0.05em; text-shadow: 2px 2px 0px #fff; }
.noglass-story-item::before { content: ''; position: absolute; left: -72px; top: 15px; width: 20px; height: 20px; background: #fff; border: 5px solid #001a33; border-radius: 50%; }
.noglass-story-item h3 { font-size: 2rem; color: #001a33; font-weight: 900; line-height: 1.4; margin: 0 0 20px; }
.noglass-story-item p { font-size: 1.15rem; color: #222; font-weight: 700; line-height: 2; margin-bottom: 25px; }
.noglass-story-item .highlight-p { font-size: 1.25rem; color: #c62828; font-weight: 900; margin-top: 35px; border-bottom: 2px solid #c62828; padding-bottom: 5px; display: inline-block;}

.vision-luxury-section { padding: 100px 0 120px; background: #001a33; position: relative; z-index: 2; border-top: 4px solid #b89b5e; margin-top: 80px;}
.vision-catch { font-size: 2.8rem; color: #fff; font-weight: 900; line-height: 1.5; margin: 0 0 40px; letter-spacing: 0.05em; text-shadow: 0 5px 15px rgba(0,0,0,0.5);}
.vision-text-box { max-width: 850px; margin: 0 auto; background: rgba(255,255,255,0.05); padding: 50px; border: 1px solid rgba(184, 155, 94, 0.3); border-left: 6px solid #b89b5e; border-right: 6px solid #b89b5e;}
.vision-text-box p { font-size: 1.15rem; color: #e8f0f8; font-weight: 700; line-height: 2.2; margin-bottom: 20px; text-align: left;}
.vision-text-box p:last-child { margin-bottom: 0; }

/* ===================================================
   ★ 6. TOPページ (.front-page-main)
=================================================== */
.front-page-main::before { opacity: 0.35; }
.front-page-main .container { max-width: 1100px; }
.front-page-main .section-head { margin-bottom: 40px; display: inline-block; position: relative;}
.front-page-main .section-head.center { display: block; text-align: center; margin: 0 auto 60px; background: transparent; border: none; padding: 0;}
.front-page-main .en-label { font-size: 1rem; color: #b89b5e; letter-spacing: 0.4em; font-family: Impact, sans-serif; margin-bottom: 10px; display: inline-block; background-color: transparent; padding: 0; border-radius: 0; }
.front-page-main .en-label::after { display: none; } 
.front-page-main .ja-title { font-size: 3rem; color: #001a33; line-height: 1.4; margin: 0; letter-spacing: 0.05em; text-shadow: 2px 2px 0px #fff, 0 0 15px rgba(255,255,255,0.8), 0 0 30px rgba(255,255,255,0.8); display: block; background-color: transparent; box-shadow: none; }

.front-page-main .hero-sub { 
    background: rgba(0, 12, 26, 0.9); color: #fff; border: 2px solid #b89b5e; border-left: 8px solid #c62828; 
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.5), 0 0 20px rgba(184, 155, 94, 0.2); border-radius: 0; padding: 25px 40px; margin: 0; 
    font-size: 1.5rem; font-weight: 900; letter-spacing: 0.1em; line-height: 1.8; position: relative; overflow: hidden; text-shadow: 2px 2px 4px rgba(0,0,0,1);
}
.front-page-main .hero-sub::after {
    content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-25deg); animation: shineEffect 5s infinite; z-index: 1; pointer-events: none;
}

.front-page-main .btn-slash { display: inline-flex; align-items: center; justify-content: center; padding: 18px 40px; font-size: 1.1rem; color: #fff; font-weight: 900; border: 2px solid #001a33; box-shadow: 8px 8px 0px rgba(0, 26, 51, 1); clip-path: none; background: #001a33; transition: all 0.3s ease; letter-spacing: 0.1em; border-radius: 0; }
.front-page-main .btn-slash::before { display: none; }
.front-page-main .btn-slash:hover { transform: translate(4px, 4px); box-shadow: 2px 2px 0px rgba(0, 26, 51, 1); }
.front-page-main .btn-slash.dark { background-color: #001a33; border-color: #001a33; color: #fff;}
.front-page-main .btn-slash.gold-btn { background-color: #b89b5e; color: #001a33; border-color: #001a33; }
.front-page-main .btn-slash.red-btn { background-color: #c62828; border-color: #c62828; color: #fff;}

.front-page-main .split-badge { top: -20px; left: -20px; border: 3px solid #001a33; box-shadow: 5px 5px 0px #001a33; border-radius: 0; padding: 12px 25px; font-size: 1rem; position: absolute; }
.front-page-main .split-badge.gold { color: #001a33; background: #b89b5e;}
.front-page-main .split-badge.red { background: #c62828; color: #fff;}
.front-page-main .hero-section { border-bottom: 10px solid #001a33; }
.front-page-main .hero-bg img { filter: contrast(1.1); }
.front-page-main .overlay { background: linear-gradient(90deg, rgba(0, 26, 51, 0.95) 0%, rgba(0, 26, 51, 0.6) 40%, transparent 100%); }
.front-page-main .hero-content { border-left: 10px solid #b89b5e; padding-left: 40px; margin-top: 60px;}
.front-page-main .hero-title { font-size: 5rem; text-shadow: 4px 4px 0px rgba(0,0,0,0.8); }

.front-page-main .reputation-free-section { padding: 60px 0; position: relative;}
.front-page-main .rep-free-wrap { background: #fff; padding: 50px; border: 4px solid #001a33; box-shadow: 15px 15px 0px #b89b5e; border-radius: 0; max-width: 900px; margin: 0 auto; text-align: center; position: relative;}
.front-page-main .rep-quote-mark { font-family: Impact, sans-serif; font-size: 8rem; color: #b89b5e; top: -60px; left: 30px; transform: none; position: absolute; line-height: 1; z-index: 0;}
.front-page-main .rep-title { font-size: 2.6rem; color: #001a33; font-weight: 900; line-height: 1.5; margin-bottom: 30px; position: relative; z-index: 2; text-shadow: none;}
.front-page-main .rep-text { position: relative; z-index: 2; text-align: left; }
.front-page-main .rep-text p { font-size: 1.2rem; color: #222; font-weight: 700; margin-bottom: 20px;}
.front-page-main .message-free-section { padding: 50px 0 60px; position: relative; z-index: 2;}

.front-page-main .target-zigzag-section { padding: 40px 0 60px; position: relative; z-index: 2;}
.front-page-main .zigzag-row { gap: 60px; display: flex; align-items: center; justify-content: space-between;}
.front-page-main .zigzag-img { border-radius: 0; box-shadow: none; clip-path: none; overflow: visible; width: 50%; position: relative; z-index: 1;}
.front-page-main .zigzag-row:hover .zigzag-img img { transform: none; }
.front-page-main .message-free-section .zigzag-img { -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 75%); mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 75%); }
.front-page-main .message-free-section .zigzag-img img { width: 100%; height: 650px; object-fit: cover; object-position: center bottom; display: block;}
.front-page-main .target-zigzag-section .zigzag-img img { width: 100%; height: 500px; object-fit: cover; display: block; border: 3px solid #001a33; }
.front-page-main .target-zigzag-section .zigzag-row .zigzag-img { box-shadow: 15px 15px 0px rgba(0, 26, 51, 0.1); }
.front-page-main .zigzag-text { width: 50%; padding: 20px 0; z-index: 2; background: transparent; }
.front-page-main .zigzag-text h3 { font-size: 2.2rem; font-weight: 900; margin-top: 0; margin-bottom: 25px; line-height: 1.5; color: #001a33; text-shadow: 2px 2px 0px #fff, 0 0 15px rgba(255,255,255,0.8); display: block; background: transparent; box-shadow: none; }
.front-page-main .zigzag-text h3::after { display: none; }
.front-page-main .zigzag-text p { font-size: 1.15rem; color: #222; font-weight: 700; margin-bottom: 30px; text-shadow: 0 0 10px rgba(255,255,255,0.9), 0 0 20px rgba(255,255,255,0.9); display: block; background: transparent; box-shadow: none; line-height: 2; }
.front-page-main .zigzag-text p::after { display: none; }
.front-page-main .message-lead { font-size: 1.3rem; font-weight: 900; color: #c62828; margin-bottom: 25px; line-height: 1.6; text-shadow: 0 0 10px rgba(255,255,255,0.9); display: block; background: transparent; box-shadow: none; }
.front-page-main .message-quote { padding: 25px 35px; background: #fff; border: 3px solid #001a33; box-shadow: 8px 8px 0px #001a33; margin-bottom: 30px; border-radius: 0; border-left: 3px solid #001a33;}
.front-page-main .message-quote p { font-size: 1.3rem; color: #001a33; font-weight: 900; margin: 0; line-height: 1.6; text-shadow: none; display: block; background: transparent; box-shadow: none; border: none;}

.front-page-main .env-free-section { position: relative; padding: 60px 5%; z-index: 2; background: #001a33; border-top: 10px solid #b89b5e; display: flex; align-items: center; justify-content: center; gap: 60px; height: auto; overflow: visible; }
.front-page-main .env-bg-wrap { position: relative; width: 45%; max-width: 500px; height: 400px; z-index: 1; flex-shrink: 0; border: 3px solid #b89b5e; box-shadow: 15px 15px 0px rgba(0, 0, 0, 0.4); }
.front-page-main .env-bg-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: left top; opacity: 1; filter: none; display: block;}
.front-page-main .env-gradient-right { display: none; } 
.front-page-main .env-container { width: 50%; max-width: 550px; margin: 0; padding: 0; display: block; z-index: 2; height: auto; position: relative; }
.front-page-main .env-text-right { width: 100%; max-width: none; padding: 0; background: transparent; }
.front-page-main .env-text-right .ja-title { font-size: 3rem; color: #fff; line-height: 1.4; text-shadow: none; margin-bottom: 25px; display: block; background: transparent; box-shadow: none;}
.front-page-main .env-text-right p { font-size: 1.15rem; color: #e8f0f8; line-height: 2; font-weight: 500; margin-bottom: 40px; display: block; background: transparent; box-shadow: none;}

/* ===================================================
   ★ 7. 未経験者ページ
=================================================== */
.beginner-page-main { padding-bottom: 60px; }
.beginner-page-main .en-label { background: #001a33; color: #fff; padding: 5px 15px; font-family: Impact, sans-serif; letter-spacing: 0.1em; display: inline-block; margin-bottom: 15px;}
.beginner-page-main .en-label::after { display: none; }
.beginner-page-main .marker-yellow { background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.7) 60%); color: #001a33; padding: 0 5px; font-weight: 900; }
.beginner-page-main .marker-red { background: linear-gradient(transparent 60%, rgba(255, 75, 75, 0.5) 60%); color: #c62828; padding: 0 5px; font-weight: 900; }
.beginner-page-main .marker-blue { background: linear-gradient(transparent 60%, rgba(30, 144, 255, 0.4) 60%); color: #001a33; padding: 0 5px; font-weight: 900; }
.beginner-intro-section { padding: 60px 0; }
.beginner-panel { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 4px solid #001a33; box-shadow: 15px 15px 0px #b89b5e; padding: 50px 60px; max-width: 950px; margin: 0 auto; text-align: center; }
.beginner-accent { display: block; color: #b89b5e; font-weight: 900; font-size: 1.1rem; letter-spacing: 0.2em; margin-bottom: 15px; }
.beginner-title { font-size: 2.4rem; color: #001a33; font-weight: 900; line-height: 1.5; margin-bottom: 30px; }
.beginner-text-wrap { text-align: left; font-size: 1.15rem; color: #222; font-weight: 700; line-height: 2.2; }
.beginner-text-wrap p { margin-bottom: 20px; }
.beginner-step-section { padding: 50px 0 60px; }
.beginner-split-layout { display: flex; gap: 50px; align-items: center; }
.beginner-split-img { width: 45%; position: relative; border: 4px solid #001a33; box-shadow: -15px 15px 0px rgba(0, 26, 51, 0.1); background: #fff;}
.beginner-split-img img { width: 100%; height: 350px; object-fit: cover; display: block; }
.step-badge { position: absolute; top: -20px; left: -20px; background: #c62828; color: #fff; font-weight: 900; font-size: 1.2rem; padding: 10px 25px; border: 4px solid #001a33; box-shadow: 6px 6px 0px #001a33; letter-spacing: 0.1em; z-index: 2;}
.beginner-split-text { width: 55%; }
.beginner-lead { font-size: 1.25rem; font-weight: 900; color: #c62828; margin-bottom: 30px; line-height: 1.6;}
.beginner-target-box { background: rgba(255, 255, 255, 0.95); padding: 25px 30px; margin-bottom: 20px; border: 3px solid #001a33; box-shadow: 6px 6px 0px rgba(0, 26, 51, 0.1); }
.beginner-target-box.border-navy { border-left: 8px solid #001a33; }
.beginner-target-box.border-red { border-left: 8px solid #c62828; }
.beginner-target-box h4 { font-size: 1.2rem; color: #001a33; font-weight: 900; margin: 0 0 10px; }
.beginner-target-box p { font-size: 1.05rem; color: #333; margin: 0; font-weight: 700; line-height: 1.8; }
.beginner-timeline-section { padding: 60px 0; }
.beginner-timeline-wrap { max-width: 800px; margin: 0 auto; position: relative; padding-left: 60px; border-left: 4px solid #001a33; margin-top: 50px; }
.beginner-timeline-item { position: relative; margin-bottom: 60px; }
.beginner-timeline-item::before { content: ''; position: absolute; left: -74px; top: 5px; width: 24px; height: 24px; background: #fff; border: 5px solid #b89b5e; border-radius: 50%; box-shadow: 0 0 0 4px #001a33;}
.beginner-timeline-item:last-child::before { border-color: #c62828; }
.time-point { position: absolute; left: -160px; top: 0; width: 70px; text-align: right; font-size: 1.4rem; color: #001a33; font-weight: 900; font-family: Impact, sans-serif; letter-spacing: 0.1em; }
.time-point.highlight { color: #c62828; }
.beginner-timeline-item .time-content { background: rgba(255, 255, 255, 0.95); border: 3px solid #001a33; padding: 25px 35px; box-shadow: 8px 8px 0px rgba(0, 26, 51, 0.1); }
.beginner-timeline-item .time-content h4 { font-size: 1.3rem; color: #001a33; font-weight: 900; margin: 0 0 15px; }
.beginner-timeline-item .time-content p { font-size: 1.05rem; color: #333; margin: 0; font-weight: 700; line-height: 1.8; }
.beginner-timeline-item .highlight-content { border-color: #c62828; box-shadow: 8px 8px 0px rgba(198, 40, 40, 0.1); border-left: 8px solid #c62828;}
.beginner-timeline-item .highlight-content h4 { color: #c62828; }
.beginner-benefits-section { padding: 50px 0 60px; }
.beginner-benefits-card { display: flex; align-items: stretch; background: #ffffff; border: 4px solid #001a33; box-shadow: 15px 15px 0px #001a33; }
.benefits-info { width: 55%; padding: 50px; }
.benefits-lead { font-size: 1.15rem; color: #444; font-weight: 700; line-height: 1.8; margin-bottom: 25px; }
.benefits-list { list-style: none; padding: 0; margin: 0; border-top: 2px solid #eee; padding-top: 25px; }
.benefits-list li { font-size: 1.15rem; font-weight: 700; color: #222; margin-bottom: 20px; position: relative; padding-left: 35px; line-height: 1.8; }
.benefits-list .check { color: #c62828; font-weight: 900; font-size: 1.3rem; position: absolute; left: 0; top: 0; }
.benefits-list .list-text { display: block; }
.benefits-note { font-size: 0.95rem; color: #c62828; display: block; margin-top: 5px; font-weight: 700; background: none; }
.benefits-img { width: 45%; border-left: 4px solid #001a33; }
.benefits-img img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; display: block; }

/* ===================================================
   ★ 8. 経験者ページ
=================================================== */
.expert-page-main { padding-bottom: 0; background: transparent; position: relative; z-index: 2;}
.premium-label { display: inline-block; font-family: Impact, sans-serif; font-size: 1.2rem; color: #b89b5e; letter-spacing: 0.3em; margin-bottom: 15px; border-bottom: 1px solid #b89b5e; padding-bottom: 5px; }
.premium-label-sm { display: inline-block; font-family: Impact, sans-serif; font-size: 1.1rem; color: #001a33; letter-spacing: 0.2em; margin-bottom: 10px; border-bottom: 2px solid #b89b5e;}
.expert-premium-intro { background: transparent; padding: 60px 0; text-align: center; color: #fff; position: relative; z-index: 2; }
.premium-intro-inner { background: rgba(0, 12, 26, 0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 2px solid #b89b5e; box-shadow: 0 20px 40px rgba(0, 26, 51, 0.15); padding: 60px; max-width: 950px; margin: 0 auto; text-align: center; border-radius: 12px; }
.premium-catch { font-size: 3.2rem; color: #fff; font-weight: 900; line-height: 1.4; margin: 0 0 30px; letter-spacing: 0.05em; }
.gold-text { color: #b89b5e; }
.premium-lead-box { font-size: 1.15rem; color: #e8f0f8; font-weight: 500; line-height: 2.2; text-align: left; background: rgba(255,255,255,0.05); padding: 40px; border: 1px solid rgba(184, 155, 94, 0.3); }
.premium-lead-box p { margin-bottom: 20px; }
.premium-lead-box p:last-child { margin-bottom: 0; }
.expert-page-main .highlight-gold { color: #000c1a !important; background: #b89b5e !important; padding: 0 8px; font-weight: 900; border: none !important;}
.expert-page-main strong { color: #fff; background: transparent; border-bottom: 2px solid #b89b5e; }
.expert-treatment-section { padding: 50px 0 60px; background: transparent;}
.premium-img-box { position: relative; }
.premium-img-box img { width: 100%; height: 500px; object-fit: cover; object-position: center; border: 4px solid #001a33 !important; box-shadow: 15px 15px 0px rgba(0, 26, 51, 0.1) !important; filter: contrast(1.05); }
.premium-badge { position: absolute; top: -20px; left: -20px; background: #001a33; color: #b89b5e; padding: 15px 30px; font-family: Impact, sans-serif; font-size: 1.2rem; letter-spacing: 0.1em; z-index: 2; border: 3px solid #b89b5e; box-shadow: 5px 5px 0px #b89b5e; }
.solid-glass-panel { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 4px solid #001a33; box-shadow: 0 20px 40px rgba(0, 26, 51, 0.15); padding: 50px !important; border-radius: 8px; }
.solid-glass-panel h3 { font-size: 2.4rem; color: #001a33; font-weight: 900; margin: 0 0 25px; line-height: 1.5; text-shadow: none !important;}
.solid-glass-panel p { color: #222; text-shadow: none !important; line-height: 2;}
.expert-target-box { background: rgba(255, 255, 255, 0.5); padding: 30px; border: 1px solid rgba(0, 26, 51, 0.2); border-left: 6px solid #b89b5e; margin: 30px 0; }
.expert-target-box h4 { font-size: 1.3rem; margin: 0 0 20px; letter-spacing: 0.1em; color: #001a33;}
.clear-benefits-list { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.clear-benefits-list li { font-size: 1.15rem; font-weight: 700; color: #222; margin-bottom: 15px; position: relative; padding-left: 35px; line-height: 1.6; text-shadow: none !important;}
.clear-benefits-list li:last-child { margin-bottom: 0;}
.clear-benefits-list .check { color: #b89b5e; font-weight: 900; font-size: 1.4rem; position: absolute; left: 0; top: 0; }
.expert-career-premium { padding: 60px 0 80px; background: transparent; }
.expert-career-lead { text-align: center; font-size: 1.2rem; font-weight: 900; color: #001a33; line-height: 1.8; margin-bottom: 50px; text-shadow: 2px 2px 0px #fff, 0 0 10px rgba(255,255,255,0.8); }
.premium-path-grid { display: flex; gap: 40px; justify-content: space-between; }
.premium-path-card { width: 50%; background: #fff; border: 4px solid #001a33; display: flex; flex-direction: column; transition: transform 0.4s ease; box-shadow: 15px 15px 0px rgba(0, 26, 51, 0.1);}
.premium-path-card:hover { transform: translateY(-10px); box-shadow: 15px 25px 0px rgba(0, 26, 51, 0.2); }
.premium-path-card p strong { color: #001a33; border-bottom: 2px solid #b89b5e; background: transparent; }
.path-label-outside { padding: 15px 25px; font-weight: 900; font-size: 1.2rem; letter-spacing: 0.2em; font-family: Impact, sans-serif; text-align: center; border-bottom: 4px solid #001a33;}
.red-label { color: #fff; background: #c62828; }
.gold-label { color: #001a33; background: #b89b5e; }
.premium-path-card .path-card-img { position: relative; border-bottom: 4px solid #001a33;}
.premium-path-card .path-card-img img { width: 100%; height: 300px; object-fit: cover; display: block; border: none; box-shadow: none;}
.premium-path-card .path-card-content { padding: 40px; flex-grow: 1; }
.premium-path-card h3 { font-size: 1.8rem; color: #001a33; font-weight: 900; margin-top: 0; margin-bottom: 20px; line-height: 1.5; text-shadow: none;}
.premium-path-card p { font-size: 1.05rem; color: #333; line-height: 1.9; font-weight: 700; margin: 0; text-shadow: none;}
.expert-request-premium { padding: 50px 0 80px; background: transparent; }
.vip-request-box { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border: 4px solid #001a33; box-shadow: 15px 15px 0px #b89b5e; padding: 60px; max-width: 800px; margin: 0 auto; text-align: center; position: relative; }
.vip-request-box::before { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; border: 1px solid rgba(184, 155, 94, 0.3); pointer-events: none; }
.vip-label { font-size: 0.9rem; color: #b89b5e; letter-spacing: 0.4em; font-weight: 900; display: block; margin-bottom: 20px; }
.vip-request-box h2 { font-size: 2rem; color: #001a33; font-weight: 900; margin-bottom: 30px; letter-spacing: 0.05em; text-shadow: none;}
.vip-line { width: 60px; height: 3px; background: #b89b5e; margin: 0 auto 30px; }
.vip-request-box p { font-size: 1.15rem; color: #222; line-height: 2; font-weight: 700; margin: 0; text-shadow: none;}

/* ===================================================
   ★ 9. 働く環境ページ
=================================================== */
.env-page-main { padding-bottom: 60px; position: relative; z-index: 2; }
.env-label-gold { display: inline-block; font-family: Impact, sans-serif; font-size: 1.1rem; color: #b89b5e; letter-spacing: 0.3em; margin-bottom: 15px; border-bottom: 2px solid #b89b5e; padding-bottom: 5px; }
.env-intro-clear { padding: 80px 0 60px; text-align: center; }
.env-clear-panel { background: #fff; border: 4px solid #001a33; box-shadow: 15px 15px 0px #b89b5e; padding: 60px; max-width: 950px; margin: 0 auto; border-radius: 0; }
.env-catch-dark { font-size: 2.6rem; color: #001a33; font-weight: 900; line-height: 1.5; margin: 0 0 30px; letter-spacing: 0.05em; text-shadow: none; }
.text-red { color: #c62828; }
.env-text-dark { text-align: left; font-size: 1.15rem; color: #222; font-weight: 700; line-height: 2.2; }
.env-text-dark p { margin-bottom: 20px; }
.highlight-line { background: transparent; border-bottom: 3px solid #b89b5e; color: #001a33; padding-bottom: 2px; }

.env-numbers-section { padding: 50px 0 60px; }
.env-numbers-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.env-num-card { background: rgba(255,255,255,0.95); border: 3px solid #001a33; padding: 40px; text-align: center; box-shadow: 10px 10px 0px rgba(0, 26, 51, 0.1); transition: transform 0.3s; }
.env-num-card:hover { transform: translateY(-8px); box-shadow: 15px 15px 0px rgba(0, 26, 51, 0.15); }
.num-badge { display: inline-block; background: #001a33; color: #fff; font-family: Impact, sans-serif; font-size: 1rem; padding: 5px 15px; letter-spacing: 0.1em; margin-bottom: 20px; }
.env-num-card h4 { font-size: 1.4rem; color: #001a33; font-weight: 900; margin-bottom: 20px; line-height: 1.5; }
.impact-number { font-size: 1.2rem; color: #001a33; font-weight: 900; margin-bottom: 20px; border-bottom: 2px dashed #ccc; padding-bottom: 15px; display: flex; align-items: baseline; justify-content: center; gap: 5px;}
.huge-num { font-size: 4.5rem; font-family: Impact, sans-serif; color: #c62828; line-height: 0.8; }
.unit { font-size: 1.5rem; font-weight: 900; color: #001a33; }
.env-num-card p { font-size: 1.05rem; color: #444; font-weight: 700; line-height: 1.8; margin: 0; text-align: left; }

.env-reward-section { padding: 50px 0 60px; }
.env-img-fix { position: relative; }
.env-img-fix img { width: 100%; height: 450px; object-fit: cover; border: 4px solid #001a33 !important; box-shadow: 15px 15px 0px rgba(0, 26, 51, 0.1) !important; filter: contrast(1.05); }
.env-badge-gold { position: absolute; top: -20px; left: -20px; background: #b89b5e; color: #fff; padding: 15px 30px; font-family: Impact, sans-serif; font-size: 1.2rem; letter-spacing: 0.1em; z-index: 2; box-shadow: 5px 5px 15px rgba(0,0,0,0.2); }
.env-dark-panel-sm { background: #001a33; border: 4px solid #b89b5e; box-shadow: 10px 10px 0px rgba(0, 26, 51, 0.3); padding: 50px; }
.text-white { color: #fff !important; }
.text-light { color: #e8f0f8 !important; }
.text-gold { color: #b89b5e !important; }
.env-reward-box-dark { background: rgba(255,255,255,0.05); padding: 30px; border-left: 8px solid #b89b5e; }
.env-reward-list-dark { list-style: none; padding: 0; margin: 0; }
.env-reward-list-dark li { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 15px; position: relative; padding-left: 35px; line-height: 1.6; }
.env-reward-list-dark .check { color: #b89b5e; font-weight: 900; font-size: 1.4rem; position: absolute; left: 0; top: 0; }
.highlight-line-gold { background: transparent; border-bottom: 2px solid #b89b5e; color: #fff; padding-bottom: 2px; }

.env-timeline-clear { padding: 60px 0 100px; }
.clear-schedule-wrap { max-width: 850px; margin: 50px auto 0; position: relative; padding-left: 100px; border-left: 4px solid #001a33; }
.clear-schedule-item { position: relative; margin-bottom: 60px; display: flex; align-items: flex-start; }
.clear-schedule-item::before { content: ''; position: absolute; left: -116px; top: 0; width: 28px; height: 28px; background: #fff; border: 6px solid #001a33; border-radius: 50%; box-shadow: 0 0 0 4px #b89b5e; }
.schedule-time { position: absolute; left: -220px; top: 0; width: 80px; text-align: right; font-family: Impact, sans-serif; font-size: 2rem; color: #001a33; letter-spacing: 0.05em; text-shadow: 2px 2px 0px #fff;}
.schedule-content { background: rgba(255,255,255,0.95); border: 3px solid #001a33; padding: 30px 40px; box-shadow: 8px 8px 0px rgba(0, 26, 51, 0.1); width: 100%; }
.schedule-content h4 { font-size: 1.4rem; color: #001a33; font-weight: 900; margin: 0 0 15px; }
.schedule-content p { font-size: 1.1rem; color: #333; font-weight: 700; line-height: 1.8; margin: 0; }
.bg-navy { background: #001a33 !important; }
.border-gold { border-color: #b89b5e !important; box-shadow: 8px 8px 0px rgba(184, 155, 94, 0.4) !important; }

/* ===================================================
   ★ 10. 会社についてページ
=================================================== */
.about-page-main { padding-bottom: 80px; position: relative; z-index: 2; }
.about-metrics-section { padding: 60px 0 80px; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.metric-card { background: rgba(255,255,255,0.95); border: 3px solid #001a33; border-top: 6px solid #b89b5e; padding: 40px 30px; text-align: center; box-shadow: 10px 10px 0px rgba(0, 26, 51, 0.1); transition: transform 0.3s ease; }
.metric-card:hover { transform: translateY(-8px); box-shadow: 15px 15px 0px rgba(0, 26, 51, 0.15); }
.metric-title { color: #001a33; font-weight: 900; font-size: 1.3rem; margin: 0 0 20px; letter-spacing: 0.05em; }
.metric-number { margin-bottom: 20px; border-bottom: 2px dashed #ccc; padding-bottom: 15px; display: flex; align-items: baseline; justify-content: center; }
.metric-number .huge-num { font-size: 4.5rem; font-family: Impact, sans-serif; color: #b89b5e; line-height: 0.9; text-shadow: 2px 2px 0px rgba(0,26,51,0.1); }
.metric-number .unit { font-size: 1.4rem; font-weight: 900; color: #001a33; margin-left: 5px; }
.metric-card p { font-size: 1.05rem; color: #333; line-height: 1.8; font-weight: 700; margin: 0; text-align: left; }
.about-profile-section { padding: 40px 0 100px; }
.profile-table-wrapper { background: #fff; border: 4px solid #001a33; box-shadow: 15px 15px 0px #b89b5e; padding: 50px; max-width: 950px; margin: 0 auto; }
.luxury-table { width: 100%; border-collapse: collapse; text-align: left; }
.luxury-table th { width: 30%; padding: 20px 25px; font-weight: 900; color: #b89b5e; background: #001a33; border-bottom: 2px solid #fff; font-size: 1.1rem; letter-spacing: 0.1em; vertical-align: top;}
.luxury-table td { width: 70%; padding: 20px 25px; color: #222; font-weight: 700; font-size: 1.1rem; line-height: 2; border-bottom: 1px solid #ddd; background: #f8f9fa; vertical-align: top;}
.luxury-table tr:last-child th, .luxury-table tr:last-child td { border-bottom: none; }
.map-luxury { margin-top: 20px; border: 3px solid #001a33; box-shadow: 5px 5px 0px rgba(0, 26, 51, 0.1); border-radius: 0; overflow: hidden; }

/* ===================================================
   ★ 11. 採用情報ページ
=================================================== */
.recruit-page-main { padding-bottom: 80px; position: relative; z-index: 2; }
.qa-section { padding: 60px 0 80px; }
.qa-wrap-luxury { max-width: 900px; margin: 0 auto; }
.qa-item-luxury { background: rgba(255,255,255,0.95); border: 3px solid #001a33; margin-bottom: 20px; box-shadow: 8px 8px 0px rgba(0, 26, 51, 0.1); transition: box-shadow 0.3s ease; }
.qa-item-luxury:hover { box-shadow: 12px 12px 0px rgba(184, 155, 94, 0.3); }
.q-box-luxury { display: flex; align-items: center; padding: 25px 35px; cursor: pointer; position: relative; }
.q-icon-luxury { font-size: 2.2rem; color: #001a33; font-weight: 900; font-family: Impact, sans-serif; margin-right: 20px; line-height: 1; }
.q-box-luxury h3 { font-size: 1.3rem; color: #001a33; font-weight: 900; margin: 0; line-height: 1.5; padding-right: 40px; width: 100%; transition: color 0.3s ease;}
.qa-item-luxury:hover .q-box-luxury h3 { color: #b89b5e; }
.toggle-icon { position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; }
.toggle-icon::before, .toggle-icon::after { content: ''; position: absolute; background: #b89b5e; transition: transform 0.3s ease; }
.toggle-icon::before { top: 10px; left: 0; width: 100%; height: 4px; }
.toggle-icon::after { top: 0; left: 10px; width: 4px; height: 100%; }
.qa-item-luxury.is-open .toggle-icon::after { transform: rotate(90deg); opacity: 0; }
.qa-item-luxury.is-open .toggle-icon::before { background: #c62828; }
.a-box-luxury { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; background: #f8f9fa; }
.a-box-inner { display: flex; align-items: flex-start; padding: 0 35px 25px; border-top: 1px dashed #ccc; padding-top: 25px;}
.a-icon-luxury { font-size: 2.2rem; color: #c62828; font-weight: 900; font-family: Impact, sans-serif; margin-right: 20px; line-height: 1; }
.a-box-luxury p { font-size: 1.15rem; color: #222; line-height: 1.9; margin: 0; font-weight: 700; }
.requirements-section { padding: 40px 0 100px; }
.recruit-table-wrapper { background: #fff; border: 4px solid #001a33; box-shadow: 15px 15px 0px #b89b5e; padding: 50px; max-width: 1000px; margin: 0 auto; }
.recruit-table { width: 100%; border-collapse: collapse; text-align: left; }
.recruit-table th { width: 25%; padding: 20px 25px; font-weight: 900; color: #fff; background: #001a33; border-bottom: 2px solid #fff; font-size: 1.15rem; letter-spacing: 0.1em; vertical-align: top;}
.recruit-table td { width: 75%; padding: 20px 25px; color: #222; font-weight: 700; font-size: 1.1rem; line-height: 2; border-bottom: 1px solid #ddd; background: #f8f9fa; vertical-align: top;}
.recruit-table tr:last-child th, .recruit-table tr:last-child td { border-bottom: none; }

/* ===================================================
   ★ 12. ヘッダー ＆ フッター
=================================================== */
.site-header { position: fixed; top: 0; left: 0; width: 100%; background: rgba(0, 12, 26, 0.95); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); box-shadow: 0 4px 20px rgba(0,0,0,0.5); z-index: 1000; border-bottom: 2px solid #b89b5e; transition: all 0.3s; }
.header-inner { max-width: 1300px; margin: 0 auto; padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; }
.logo-img { height: 40px; width: auto; display: block; filter: brightness(0) invert(1); }
.header-nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.header-nav a { text-decoration: none; display: block; height: 20px; overflow: hidden; position: relative; }
.nav-text-wrap { display: flex; flex-direction: column; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); }
.header-nav a:hover .nav-text-wrap { transform: translateY(-20px); }
.header-nav .nav-en { height: 20px; line-height: 20px; color: #fff; font-weight: 900; font-size: 1rem; font-family: Impact, sans-serif; letter-spacing: 0.1em; }
.header-nav .nav-ja { height: 20px; line-height: 20px; color: #b89b5e; font-weight: 900; font-size: 0.85rem; font-family: "Noto Sans JP", sans-serif; }
.header-entry-btn { background: #b89b5e; color: #001a33; padding: 8px 25px; font-weight: 900; font-family: Impact, sans-serif; letter-spacing: 0.1em; text-decoration: none; border: 2px solid #b89b5e; transition: all 0.3s; font-size: 1.1rem;}
.header-entry-btn:hover { background: transparent; color: #b89b5e; }
.hamburger { display: none; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; position: relative; z-index: 1001; }
.hamburger span { display: block; width: 100%; height: 3px; background: #b89b5e; position: absolute; left: 0; transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1); box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.hamburger span:nth-child(1) { top: 10px; }
.hamburger span:nth-child(2) { top: 18px; }
.hamburger span:nth-child(3) { top: 26px; }
.hamburger.is-active span:nth-child(1) { top: 18px; transform: rotate(45deg); }
.hamburger.is-active span:nth-child(2) { opacity: 0; }
.hamburger.is-active span:nth-child(3) { top: 18px; transform: rotate(-45deg); }
.drawer-menu { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: rgba(0, 12, 26, 0.98); z-index: 999; transition: right 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(10px);}
.drawer-menu.is-open { right: 0; }
.drawer-nav ul { list-style: none; padding: 0; margin: 0; text-align: center; }
.drawer-nav li { margin-bottom: 30px; }
.drawer-nav a { text-decoration: none; display: flex; flex-direction: column; }
.drawer-nav .nav-en { font-family: Impact, sans-serif; font-size: 2.5rem; color: #fff; letter-spacing: 0.1em; transition: color 0.3s;}
.drawer-nav .nav-ja { font-size: 1rem; color: #b89b5e; font-weight: bold; margin-top: 5px; }
.drawer-nav a:hover .nav-en { color: #b89b5e; }

.luxury-footer { background: #000811; color: #fff; padding: 80px 5% 0; position: relative; z-index: 10; border-top: 4px solid #b89b5e; overflow: hidden; margin-top: 0 !important; }
.footer-bg-text { position: absolute; top: -30px; left: 2%; font-family: Impact, sans-serif; font-size: 16vw; color: rgba(255,255,255,0.03); line-height: 1; pointer-events: none; white-space: nowrap; z-index: 0; }
.luxury-footer .footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 60px; position: relative; z-index: 1; padding-bottom: 50px; border-bottom: 1px solid rgba(184, 155, 94, 0.3); }
.luxury-footer .footer-info { width: 45%; }
.luxury-footer .footer-logo-wrap { background: #fff; display: inline-block; padding: 15px 25px; border-radius: 4px; margin-bottom: 30px; box-shadow: 5px 5px 0px #b89b5e; }
.luxury-footer .footer-logo { height: 40px; width: auto; display: block; filter: none; }
.luxury-footer .footer-message { font-size: 1.15rem; font-weight: 900; color: #b89b5e; line-height: 1.8; margin-bottom: 30px; }
.luxury-footer .footer-address { font-size: 1.05rem; line-height: 2; color: #ccc; }
.luxury-footer .footer-address i { color: #b89b5e; margin-right: 10px; width: 20px; text-align: center; }
.luxury-footer .footer-nav-wrap { width: 45%; }
.footer-nav-title { font-family: Impact, sans-serif; font-size: 1.4rem; color: #fff; letter-spacing: 0.1em; margin: 0 0 25px; border-bottom: 2px solid #b89b5e; padding-bottom: 8px; display: inline-block; }
.footer-nav-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; list-style: none; padding: 0; margin: 0;}
.footer-nav-grid a { color: #ccc; font-weight: 700; text-decoration: none; transition: color 0.3s, padding-left 0.3s; display: block; position: relative; font-size: 1rem;}
.footer-nav-grid a::before { content: '►'; font-size: 0.8rem; color: #b89b5e; position: absolute; left: 0; top: 2px; opacity: 0; transition: opacity 0.3s; }
.footer-nav-grid a:hover { color: #b89b5e; padding-left: 20px; }
.footer-nav-grid a:hover::before { opacity: 1; }
.footer-bottom { padding: 25px 5%; text-align: center; position: relative; z-index: 1; background: #000; }
.footer-copyright { font-family: Impact, sans-serif; letter-spacing: 0.1em; color: #666; font-size: 0.9rem; }


/* ===================================================
   ★ レスポンシブ(スマホ用)の完全指定！【絶対崩れない最終版】
=================================================== */
@media screen and (max-width: 992px) {
    .pc-only { display: none !important; }
    .hamburger { display: block; }
}

@media screen and (max-width: 768px) {
    /* --------------------------------------
       スマホ用：共通・グローバル追従バナー
    -------------------------------------- */
    .global-sticky-btn-box { display: block !important; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; }
    .global-sticky-btn { display: block; background: #c62828; color: #fff; text-align: center; padding: 18px; font-weight: 900; font-size: 1.2rem; letter-spacing: 0.1em; text-decoration: none; border-top: 3px solid #001a33; box-shadow: 0 -2px 10px rgba(0,0,0,0.2); }
    body { padding-bottom: 70px; } 

    /* --------------------------------------
       ★ TOPページ（被り防止＆写真見切れ防止）
    -------------------------------------- */
    .front-page-main .target-zigzag-section .zigzag-row { flex-direction: column !important; gap: 0 !important; margin-bottom: 80px !important; background: #fff !important; border: 3px solid #001a33 !important; border-radius: 8px !important; overflow: hidden !important;} 
    
    .front-page-main .zigzag-img { width: 100% !important; height: 250px !important; clip-path: none !important; }
    .front-page-main .zigzag-img img { height: 100% !important; object-position: center 20% !important; } 
    
    .front-page-main .zigzag-text { width: 100% !important; padding: 30px 20px !important; background: #fff !important; }
    .front-page-main .split-badge { top: 0 !important; left: 0 !important; border-radius: 0 0 8px 0 !important; z-index: 10 !important; position: relative !important; display: inline-block !important; margin-bottom: 15px;}
    
    .front-page-main .btn-slash { width: 100% !important; margin-top: 20px !important; text-align: center !important; position: static !important;}

    /* その他TOPページの微調整 */
    .front-page-main .message-free-section .zigzag-row { flex-direction: column !important; gap: 20px !important; }
    .front-page-main .ja-title { font-size: 2.2rem; }
    .front-page-main .hero-title { font-size: 3rem; }
    .front-page-main .hero-sub { font-size: 1.1rem; padding: 10px 15px; }
    .front-page-main .env-free-section { flex-direction: column !important; padding: 50px 5% !important; gap: 30px !important; }
    .front-page-main .env-bg-wrap { width: 100% !important; max-width: 100% !important; height: 250px !important; }
    .front-page-main .env-container { width: 100% !important; max-width: 100% !important; }
    .front-page-main .env-text-right .ja-title { font-size: 2.2rem !important; margin-bottom: 15px !important; }
    .front-page-main .env-text-right p { font-size: 1rem !important; line-height: 1.8 !important; margin-bottom: 30px !important; }
    .front-page-main .rep-free-wrap { padding: 40px 20px !important; }
    .front-page-main .rep-title { font-size: 1.6rem !important; }
    .front-page-main .rep-text p { font-size: 1rem !important; }
    .front-page-main .rep-quote-mark { font-size: 6rem !important; top: -45px !important; left: 20px !important;}
    .front-page-main .message-quote { padding: 20px !important; }
    .front-page-main .message-quote p { font-size: 1.1rem !important; }

    /* --------------------------------------
       ★ 想いページ（スマホでの読みやすさ改善＆VISION対応！）
    -------------------------------------- */
    .noglass-header { flex-direction: column; gap: 40px; margin-bottom: 50px; }
    .noglass-main-img { width: 100%; padding-left: 15px;}
    .noglass-main-img img { height: 350px !important; box-shadow: -10px 10px 0px #b89b5e !important; }
    .noglass-title-area { width: 100%; padding: 0 15px; }
    .noglass-title-area h2 { font-size: 2rem; }
    .noglass-quote p { font-size: 1.4rem; padding: 0 15px; }
    
    /* 無骨な線を消して、読みやすいカード型に変更 */
    .noglass-story-wrap { padding-left: 0; margin-left: 0; border-left: none; }
    .noglass-story-wrap::before { display: none; }
    .noglass-story-item { background: rgba(255,255,255,0.9); border: 3px solid #001a33; padding: 25px 20px; border-radius: 8px; margin-bottom: 40px; box-shadow: 8px 8px 0px #b89b5e;}
    .noglass-story-item::before { display: none; }
    .story-num { position: relative; top: 0; left: 0; display: inline-block; font-size: 2.5rem; margin-bottom: 10px; color: #b89b5e; text-shadow: none; }
    .noglass-story-item h3 { font-size: 1.4rem; padding-left: 0; }
    .noglass-story-item p, .noglass-story-item .highlight-p { font-size: 1.05rem; padding-left: 0; }

    /* VISIONセクションのスマホ対応 */
    .vision-luxury-section { padding: 60px 0 80px; margin-top: 40px; }
    .vision-catch { font-size: 1.8rem; margin-bottom: 30px; }
    .vision-text-box { padding: 30px 20px; border-width: 4px; }
    .vision-text-box p { font-size: 1.05rem; line-height: 2; }

    /* --------------------------------------
       未経験者ページ
    -------------------------------------- */
    .beginner-panel { padding: 40px 20px; box-shadow: 8px 8px 0px #b89b5e; }
    .beginner-title { font-size: 1.8rem; }
    .beginner-split-layout { flex-direction: column; gap: 30px; }
    .beginner-split-img, .beginner-split-text { width: 100%; }
    .beginner-split-img img { height: 300px; }
    .step-badge { top: -15px; left: -15px; z-index: 10; }
    .beginner-timeline-wrap { padding-left: 30px; margin-left: 10px; }
    .beginner-timeline-item::before { left: -44px; width: 20px; height: 20px; }
    .time-point { position: static; text-align: left; width: auto; margin-bottom: 10px; font-size: 1.3rem; }
    .beginner-benefits-card { flex-direction: column; }
    .benefits-info, .benefits-img { width: 100%; }
    .benefits-info { padding: 40px 20px; }
    .benefits-img { border-left: none; border-top: 4px solid #001a33; }
    .benefits-img img { height: 300px; min-height: auto; }

    /* --------------------------------------
       経験者ページ
    -------------------------------------- */
    .premium-intro-inner { padding: 40px 20px; border-radius: 8px;}
    .premium-catch { font-size: 2rem; }
    .premium-lead-box { padding: 30px 20px; }
    .premium-badge { top: -15px; left: -15px; font-size: 1rem; padding: 10px 20px; z-index: 10;}
    .premium-img-box img { height: 300px !important; }
    .solid-glass-panel { padding: 30px 20px !important; }
    .solid-glass-panel h3 { font-size: 1.8rem; }
    .expert-target-box { padding: 20px; }
    .premium-path-grid { flex-direction: column; gap: 40px; }
    .premium-path-card { width: 100%; border-radius: 8px; overflow: visible !important;}
    .vip-request-box { padding: 40px 20px; }
    .vip-request-box h2 { font-size: 1.5rem; }

    /* --------------------------------------
       ★ 働く環境ページ（スノボー文字サイズ修正！）
    -------------------------------------- */
    .env-clear-panel { padding: 40px 20px; }
    .env-catch-dark { font-size: 1.8rem; }
    .env-numbers-grid { grid-template-columns: 1fr; gap: 30px; }
    .env-num-card .impact-number { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; align-items: baseline !important; justify-content: center !important; width: 100% !important; overflow: visible !important;}
    .env-num-card .impact-number .huge-num, 
    .env-num-card .impact-number span[style*="3rem"] { font-size: 1.6rem !important; white-space: nowrap !important; letter-spacing: -1px !important; }
    .env-num-card .impact-number .unit, 
    .env-num-card .impact-number span[style*="1.8rem"] { font-size: 1.1rem !important; white-space: nowrap !important; margin-left: 2px !important; }
    
    .env-img-fix img { height: 300px !important; }
    .env-dark-panel-sm { padding: 30px 20px !important; }
    .env-dark-panel-sm h3 { font-size: 1.8rem !important; }
    .clear-schedule-wrap { padding-left: 30px; margin-left: 10px; }
    .clear-schedule-item::before { left: -46px; }
    .schedule-time { position: static; text-align: left; width: auto; margin-bottom: 10px; font-size: 1.5rem; padding-left: 10px; text-shadow: none;}
    .clear-schedule-item { flex-direction: column; }
    .schedule-content { padding: 20px; }

    /* --------------------------------------
       会社概要ページ
    -------------------------------------- */
    .metrics-grid { grid-template-columns: 1fr; }
    .profile-table-wrapper { padding: 30px 15px; box-shadow: 8px 8px 0px #b89b5e; }
    .luxury-table th, .luxury-table td { display: block; width: 100%; }
    .luxury-table th { padding: 15px 20px; border-bottom: none; }
    .luxury-table td { padding: 15px 20px 25px; border-bottom: 2px solid #001a33; }
    .luxury-table tr:last-child td { border-bottom: none; }

    /* --------------------------------------
       採用情報ページ
    -------------------------------------- */
    .q-box-luxury { padding: 20px; }
    .q-box-luxury h3 { font-size: 1.1rem; padding-right: 30px; }
    .toggle-icon { right: 20px; }
    .a-box-inner { padding: 0 20px 20px; padding-top: 20px;}
    .a-box-luxury p { font-size: 1.05rem; }
    .recruit-table-wrapper { padding: 30px 15px; box-shadow: 8px 8px 0px #b89b5e; }
    .recruit-table th, .recruit-table td { display: block; width: 100%; }
    .recruit-table th { padding: 15px 20px; border-bottom: none; }
    .recruit-table td { padding: 15px 20px 25px; border-bottom: 2px solid #001a33; }

    /* --------------------------------------
       フッター
    -------------------------------------- */
    .luxury-footer { padding-top: 50px; }
    .footer-bg-text { font-size: 25vw; top: 0;}
    .luxury-footer .footer-info, .luxury-footer .footer-nav-wrap { width: 100%; }
    .footer-nav-grid ul { grid-template-columns: 1fr; }
}