@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&family=Noto+Sans+JP:wght@500;700;900&display=swap');

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

:root {
    --main-green: #123620; 
    --gold-accent: #c49a45; 
    --red-stamp: #b7282e; 
    --text-main: #1a1a1a; 
    
    /* 洗練された大人のパネルカラー */
    --panel-exp: #111814; 
    --panel-beg: #d1c1a9; 
    --panel-text-beg: #3a2a18;
    
    /* 🌟 社長の美しい庭園画像！ */
    --bg-texture: url('https://yoshimatsuryokka.com/wp-content/uploads/2026/04/Gemini_Generated_Image_awwyklawwyklawwy.jpeg');
}

/* 🌟 【濁り完全除去！】大元の暗いグラデーションを破壊し、純度100%の画像に！ */
html { 
    background: var(--bg-texture) center/cover fixed;
    background-color: #2a2f33; 
}
body { color: var(--text-main); font-family: "Noto Sans JP", sans-serif; line-height: 1.8; letter-spacing: 0.05em; margin: 0; overflow-x: hidden; background: transparent; }
h1, h2, h3, .sec-label, .btn-main, .branch-main, .branch-title { font-family: 'M PLUS Rounded 1c', sans-serif; font-weight: 900; }

.anime-item { opacity: 0; transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1); }
.is-visible { opacity: 1; transform: translate(0) scale(1) !important; }
.anime-up { transform: translateY(40px); }
.anime-left { transform: translateX(-40px); }
.anime-right { transform: translateX(40px); }
.anime-zoom { transform: scale(0.95); }

/* =========================================================
   🍔 ヘッダー ＆ ハンバーガーメニュー
========================================================= */
.site-header { position: fixed; top: 0; left: 0; width: 100%; padding: 15px 50px; display: flex; justify-content: space-between; align-items: center; background: rgba(18, 21, 19, 0.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 1000; box-shadow: 0 4px 0px var(--gold-accent); }
.site-header .logo img { height: 40px; width: auto; vertical-align: middle; position: relative; z-index: 1001;}
.global-nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; align-items: center; }
.global-nav a { text-decoration: none; color: #fff; font-size: 0.9rem; font-weight: 900; letter-spacing: 0.1em; transition: all 0.2s; display: inline-block; }
.global-nav > ul > li:not(.nav-target) > a:hover { color: var(--gold-accent); transform: scale(1.1) rotate(-3deg); }
.global-nav .nav-target a { padding: 6px 15px; border-radius: 30px; border: 2px solid; font-size: 0.8rem; }
.global-nav .head-btn-1min { background: #e91e63; border-color: #e91e63; color: #fff; }
.global-nav .head-btn-1min:hover { background: #fff; color: #e91e63; transform: translateY(-2px); }
.global-nav .head-btn-exp { border-color: #fff; color: #fff; background: transparent; }
.global-nav .head-btn-exp:hover { background: #fff; color: var(--main-green); transform: translateY(-2px); }
.global-nav .head-btn-beg { background: var(--gold-accent); border-color: var(--gold-accent); color: #fff; }
.global-nav .head-btn-beg:hover { background: #fff; color: var(--gold-accent); transform: translateY(-2px); }

.hamburger { display: none; width: 40px; height: 30px; position: relative; cursor: pointer; z-index: 1001; }
.hamburger span { position: absolute; width: 100%; height: 3px; background-color: #fff; border-radius: 4px; transition: all 0.3s ease-in-out; left: 0; }
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 13px; }
.hamburger span:nth-child(3) { bottom: 0; }
.hamburger.is-active span:nth-child(1) { transform: translateY(13px) rotate(45deg); background-color: var(--gold-accent);}
.hamburger.is-active span:nth-child(2) { opacity: 0; }
.hamburger.is-active span:nth-child(3) { transform: translateY(-14px) rotate(-45deg); background-color: var(--gold-accent);}

.marker-yellow { background: linear-gradient(transparent 60%, rgba(196, 154, 69, 0.4) 60%); font-weight: 900; padding: 0 4px; }
.text-green { color: var(--main-green); font-weight: 900; font-size: 1.2em; }

/* =========================================================
   共通パーツ
========================================================= */
.sub-hero { height: 50vh; width: 100%; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.sub-hero .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.sub-hero .hero-bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(18, 54, 32, 0.9) 0%, rgba(0,0,0,0.7) 100%); }
.sub-hero .hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.sub-hero-title { position: relative; z-index: 10; text-align: center; color: #fff; padding-top: 80px; }
.sub-hero-title h1 { font-size: 3.5rem; text-shadow: 4px 4px 0px var(--main-green); margin: 0;}
.sub-hero-title p { color: var(--gold-accent); font-weight: bold; margin-top: 15px; font-size: 1.1rem; }

.section-wrapper { padding: 80px 0; position: relative; z-index: 5; }
.sec-label { display: inline-block; background: var(--gold-accent); color: #fff; padding: 8px 25px; border-radius: 30px; margin-bottom: 25px; transform: rotate(-3deg); font-size: 0.95rem;}
.btn-main { display: inline-block; padding: 20px 50px; background-color: var(--main-green); color: #fff; text-decoration: none; font-size: 1.2rem; border-radius: 50px; border: 4px solid var(--main-green); box-shadow: 6px 6px 0px var(--gold-accent); transition: all 0.2s; letter-spacing: 0.1em; font-weight: bold; }
.btn-main:hover { transform: translate(6px, 6px); box-shadow: 0px 0px 0px transparent; background-color: #fff; color: var(--main-green); }
.btn-main.yellow { background-color: #fff; color: var(--main-green); border-color: var(--main-green); box-shadow: 6px 6px 0px var(--gold-accent);}
.btn-main.yellow:hover { transform: translate(6px, 6px); box-shadow: 0px 0px 0px transparent; background-color: var(--gold-accent); color: #fff; border-color: var(--gold-accent); }
.site-footer { background: var(--main-green); color: #ccc; text-align: center; padding: 60px; position: relative; z-index: 10; margin-top: 0; border-top: 4px solid var(--gold-accent);}

/* =========================================================
   🌲 TOPページ
========================================================= */
.hero { height: 80vh; width: 100%; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hero-bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.35); }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; animation: slowPan 30s linear infinite alternate; }
@keyframes slowPan { 0% { transform: scale(1.1); } 100% { transform: scale(1.2); } }

.hero-text-area { position: relative; z-index: 10; text-align: center; width: 100%; padding: 0 5%; }
.hero-text-area h1 { font-size: 8vw; color: #fff; line-height: 1.1; margin-bottom: 40px; text-shadow: 3px 3px 0px var(--main-green), -3px -3px 0px var(--main-green), 3px -3px 0px var(--main-green), -3px 3px 0px var(--main-green), 0 15px 30px rgba(0,0,0,0.6); }
.towa-badge { color: #fff; background-color: var(--red-stamp); padding: 5px 15px; border-radius: 4px; font-size: 3vw; display: inline-block; box-shadow: 2px 2px 0px rgba(255,255,255,0.8); animation: popBadge 2.5s infinite; margin-left: 10px; text-shadow: none; }
.hero-sub-text { display: inline-block; text-align: left; border-left: 6px solid var(--gold-accent); padding-left: 25px; }
.hero-sub-text p { font-size: 1.8rem; color: #fff; font-weight: 900; line-height: 1.6; margin: 0 0 10px 0; text-shadow: 2px 2px 10px rgba(0,0,0,0.9); letter-spacing: 0.1em; }
.hero-sub-text .text-gold { color: var(--gold-accent); font-size: 2.4rem; text-shadow: 2px 2px 0px #000; }
.sp-br { display: none; }

/* 🌟 光る！流れる！超高級・立体ボタン配置エリア */
.split-nav-section { 
    display: flex; justify-content: center; gap: 40px; 
    width: 100%; padding: 80px 5%; position: relative; z-index: 20; 
    background-color: rgba(0, 0, 0, 0.4); /* 透明度40%の黒 */
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
}
.rich-btn-card { position: relative; width: 100%; max-width: 500px; border-radius: 20px; text-decoration: none; overflow: hidden; display: flex; flex-direction: column; transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); }

.marquee-text { position: absolute; top: 50%; left: 0; transform: translateY(-50%); white-space: nowrap; font-size: 6rem; font-weight: 900; color: rgba(255, 255, 255, 0.05); z-index: 1; animation: marquee 15s linear infinite; pointer-events: none; }
.beg-card .marquee-text { color: rgba(0, 0, 0, 0.04); }
@keyframes marquee { 0% { transform: translateY(-50%) translateX(0%); } 100% { transform: translateY(-50%) translateX(-50%); } }

.exp-card { 
    background: linear-gradient(135deg, rgba(31, 43, 35, 0.85) 0%, rgba(13, 18, 15, 0.95) 100%); 
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(196, 154, 69, 0.5);
    box-shadow: 0 10px 30px rgba(0,0,0,0.8), 0 0 20px rgba(196, 154, 69, 0.3); 
}
.exp-card:hover { 
    transform: translateY(-10px); 
    border-color: rgba(196, 154, 69, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.9), 0 0 30px rgba(196, 154, 69, 0.6); 
}
.exp-card .card-badge { background: var(--gold-accent); color: #fff; box-shadow: 0 0 10px rgba(196, 154, 69, 0.5); }
.exp-card .card-title { color: #fff; text-shadow: 2px 2px 5px rgba(0,0,0,0.8);}
.exp-card .card-desc { color: #ddd; }
.exp-card .card-action { color: var(--gold-accent); }

.beg-card { 
    background: linear-gradient(135deg, rgba(235, 220, 204, 0.85) 0%, rgba(196, 177, 151, 0.95) 100%); 
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 30px rgba(0,0,0,0.4), 0 0 20px rgba(255, 255, 255, 0.4); 
}
.beg-card:hover { 
    transform: translateY(-10px); 
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 30px rgba(255, 255, 255, 0.9); 
}
.beg-card .card-badge { background: #fff; color: var(--panel-text-beg); box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);}
.beg-card .card-title { color: var(--panel-text-beg); }
.beg-card .card-desc { color: #4a3621; }
.beg-card .card-action { color: var(--panel-text-beg); }

.card-inner { padding: 40px 40px 30px; display: flex; flex-direction: column; flex-grow: 1; position: relative; z-index: 2; }
.card-inner::before { content:""; position: absolute; top:0; left:0; right:0; bottom:0; border-radius: 20px; border: 1px solid rgba(255,255,255,0.2); pointer-events: none;}
.card-badge { display: inline-block; padding: 6px 18px; border-radius: 8px; font-size: 0.95rem; font-weight: 900; margin-bottom: 20px; align-self: flex-start; letter-spacing: 0.1em; }
.card-title { font-size: 2.8rem; font-weight: 900; margin: 0 0 15px 0; line-height: 1.1; letter-spacing: 0.05em; }
.card-title span { font-size: 1.4rem; }
.card-desc { font-size: 1.05rem; font-weight: 700; line-height: 1.8; margin-bottom: 30px; flex-grow: 1; }
.card-action { font-size: 1.1rem; font-weight: 900; display: flex; align-items: center; gap: 10px; transition: gap 0.3s; margin-top: auto;}
.card-action .arrow { font-size: 1.4rem; transition: transform 0.3s;}
.rich-btn-card:hover .card-action { gap: 15px; }

/* 🌟 社長メッセージ（庭園が透ける！） */
.message-section-new { 
    padding: 100px 5%; position: relative; z-index: 5;
    background: transparent; 
}
.message-inner { 
    max-width: 900px; margin: 0 auto; 
    background: rgba(255,255,255,0.85); 
    backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); 
    border-radius: 20px; padding: 70px 10%; box-shadow: 0 20px 40px rgba(0,0,0,0.1); border: 2px solid rgba(196, 154, 69, 0.3);
}
.message-header { text-align: center; margin-bottom: 40px; }
.message-header h2 { font-size: 2.6rem; color: var(--main-green); margin: 0; line-height: 1.4; }
.message-body { text-align: left; }
.message-body p { font-size: 1.15rem; font-weight: 500; color: var(--text-main); line-height: 2.2; margin-bottom: 25px; }
.message-highlight { margin-top: 40px; padding: 30px; background: rgba(18, 54, 32, 0.05); border-left: 6px solid var(--main-green); }
.message-highlight p { font-size: 1.4rem; font-weight: 900; color: var(--main-green); margin: 0; line-height: 1.6;}

/* 🌟 【完全修復！】隙間ゼロの美しすぎる斜めカット！ */
.diagonal-cut { 
    position: relative; 
    padding: 150px 5% 120px; 
    background-color: #111 !important; /* 本体を黒にする */
    color: #fff; text-align: center; z-index: 10; 
    /* 余計な疑似要素を消し、これで上側だけ斜めに切り抜く！ */
    clip-path: polygon(0 5vw, 100% 0, 100% 100%, 0 100%);
    margin-top: -5vw; 
    margin-bottom: 0; 
    border-top: 4px solid var(--main-green); 
}
.diagonal-cut::before, .diagonal-cut::after { display: none !important; } /* バグの元を完全消去！ */

.movie-inner { position: relative; z-index: 20; }
.diagonal-cut h2 { font-size: 2.8rem; color: #fff; margin-bottom: 20px; text-shadow: 4px 4px 0px var(--main-green);}
.diagonal-cut p { color: #ccc; font-size: 1.1rem; font-weight: bold; margin-bottom: 60px;}
.video-wrapper { max-width: 1000px; margin: 0 auto; position: relative; aspect-ratio: 21 / 9; border-radius: 30px; overflow: hidden; border: 6px solid var(--main-green); box-shadow: 15px 15px 0px var(--gold-accent);}
.video-wrapper iframe, .video-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-placeholder { background-image: url('https://yoshimatsuryokka.jp/wp-content/uploads/2023/05/company.jpg'); background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.play-btn { width: 90px; height: 90px; background-color: var(--main-green); border: 4px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.2s; box-shadow: 6px 6px 0px var(--gold-accent); } 
.play-btn::before { content: ""; display: block; border-style: solid; border-width: 15px 0 15px 25px; border-color: transparent transparent transparent #fff; margin-left: 10px; }
.video-placeholder:hover .play-btn { transform: scale(1.1) rotate(10deg); background-color: var(--gold-accent); box-shadow: 6px 6px 0px #fff; }

/* 🌟 全ページ共通の募集要項バナー（ラッパーの濁り消去！） */
.recruit-banner-wrapper { padding: 120px 5%; position: relative; z-index: 5; background: transparent; }
.recruit-banner { max-width: 1000px; margin: 0 auto; position: relative; border-radius: 30px; padding: 80px 5%; text-align: center; color: #fff; border: 6px solid var(--main-green); box-shadow: 15px 15px 0px var(--gold-accent); overflow: hidden; background: rgba(18, 54, 32, 0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.recruit-banner::before { display: none; } 
.recruit-banner::after { display: none; } 
.recruit-banner > * { position: relative; z-index: 2;}
.recruit-banner h2 { font-size: 2.8rem; margin: 0 0 30px 0; letter-spacing: -0.02em; text-shadow: 4px 4px 0px rgba(0,0,0,0.5);}
.recruit-banner p { font-size: 1.1rem; font-weight: bold; margin-bottom: 40px; line-height: 2;}

.page-beg-pro .recruit-banner { background: rgba(255,255,255,0.9); border: 6px solid #ff9800; box-shadow: 15px 15px 0px #ffe0b2; padding: 80px 5%; color: #333; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);}
.page-beg-pro .recruit-banner h2 { color: #ff9800; text-shadow: none;}
.page-beg-pro .recruit-banner p { color: #555; }
.page-beg-pro .btn-main.pop-btn { background: #ff9800; border: 4px solid #ff9800; color: #fff; border-radius: 50px; box-shadow: 6px 6px 0px #ffe0b2; padding: 20px 60px;}
.page-beg-pro .btn-main.pop-btn:hover { background: #fff; color: #ff9800; transform: translateY(-3px); box-shadow: 8px 8px 0px #ffe0b2; }

/* =========================================================
   ⏱️ 1分でわかる義松緑化
========================================================= */
.page-1min-pro { position: relative; z-index: 1; color: var(--text-main); }
.sec-title-center { text-align: center; margin-bottom: 50px; }

.stat-section { position: relative; padding: 100px 5% 80px; }
.stat-section .sec-title-center, .stat-section .stat-grid { position: relative; z-index: 2; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }
.stat-card { background: rgba(17, 17, 17, 0.8); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-top: 2px solid var(--gold-accent); border-bottom: 2px solid var(--gold-accent); border-radius: 15px; padding: 40px 10px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: transform 0.3s; }
.stat-card:hover { transform: translateY(-5px); border-color: var(--main-green); }
.stat-num { font-size: 5rem; font-weight: 900; color: var(--gold-accent); font-family: 'Arial Black', sans-serif; line-height: 1; margin-bottom: 10px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5);}
.stat-unit { font-size: 1.5rem; color: #fff; margin-left: 5px; }
.stat-card h3 { font-size: 1.4rem; color: #fff; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,0.2); display: inline-block;}
.stat-card p { font-size: 1rem; font-weight: 500; line-height: 1.8; color: #ccc; margin: 0;}

.rule-section-modern { padding: 80px 0 120px; }
.rule-container-modern { max-width: 1200px; margin: 0 auto; padding: 0 5%; display: flex; gap: 40px; }
.rule-card-modern { flex: 1; background: rgba(17, 17, 17, 0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-radius: 20px; padding: 50px 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.3); position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
.rule-card-modern::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 6px; }
.rule-card-modern.dont-do::before { background: #e53935; box-shadow: 0 0 20px #e53935; }
.rule-card-modern.do-do::before { background: var(--gold-accent); box-shadow: 0 0 20px var(--gold-accent); }
.rule-header-modern { display: flex; align-items: center; gap: 25px; margin-bottom: 50px; }
.rule-icon-modern { width: 60px; height: 60px; position: relative; display: flex; align-items: center; justify-content: center; }
.cross-line { position: absolute; width: 100%; height: 4px; background: #e53935; border-radius: 2px; }
.cross-line:nth-child(1) { transform: rotate(45deg); }
.cross-line:nth-child(2) { transform: rotate(-45deg); }
.circle-line { width: 50px; height: 50px; border: 4px solid var(--gold-accent); border-radius: 50%; }
.rule-header-modern h2 { font-size: 2rem; color: #fff; margin: 0; line-height: 1.3; }
.rule-items-modern { display: flex; flex-direction: column; gap: 30px; }
.rule-item { display: flex; gap: 20px; position: relative; z-index: 2; padding: 20px; border-radius: 12px; background: rgba(255,255,255,0.03); transition: background 0.3s, border-color 0.3s; border-left: 2px solid transparent;}
.rule-card-modern.dont-do .rule-item:hover { background: rgba(229, 57, 53, 0.1); border-color: #e53935;}
.rule-card-modern.do-do .rule-item:hover { background: rgba(196, 154, 69, 0.1); border-color: var(--gold-accent);}
.rule-num { font-size: 3.5rem; font-family: 'Arial Black', sans-serif; color: rgba(255,255,255,0.05); font-weight: 900; line-height: 0.8; position: absolute; right: 20px; top: 10px; z-index: -1; }
.rule-content strong { font-size: 1.3rem; color: #fff; margin-bottom: 10px; display: inline-block; letter-spacing: 0.05em; }
.rule-card-modern.dont-do .rule-content strong { color: #ff8a80; }
.rule-card-modern.do-do .rule-content strong { color: #ffe082; }
.rule-content p { font-size: 1.05rem; color: #ccc; line-height: 1.8; margin: 0; font-weight: 500; }

/* =========================================================
   🔥 経験者ページ（完全修復！）
========================================================= */
/* 🌟 全文字をピュアホワイトに強制！ */
.page-exp-pro { position: relative; z-index: 1; color: #fff !important; } 
.page-exp-pro h1, .page-exp-pro h2, .page-exp-pro h3 { color: #fff !important; text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important;}
.page-exp-pro p { color: #fff !important; text-shadow: 1px 1px 3px rgba(0,0,0,0.8) !important; font-weight: 500;}

.page-exp-pro::before { content: ""; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(17, 17, 17, 0.6); backdrop-filter: blur(10px); z-index: -3; pointer-events: none; }
.exp-hero { height: 50vh; width: 100%; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.exp-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.exp-hero-bg::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(18, 54, 32, 0.9) 0%, rgba(0,0,0,0.8) 100%); }
.exp-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.exp-hero-text { position: relative; z-index: 10; text-align: center; padding-top: 80px; }
.exp-badge { background: var(--gold-accent); color: #fff; padding: 5px 20px; font-size: 0.9rem; font-weight: 900; letter-spacing: 0.2em; border-radius: 50px; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); text-shadow: none !important;}
.exp-hero-text h1 { font-size: 3.5rem; margin: 0 0 15px 0; line-height: 1.3; }
.exp-hero-text p { font-size: 1.2rem; font-weight: bold; } 

.exp-intro-section { padding: 100px 5%; background: transparent; }
.exp-intro-inner { max-width: 900px; margin: 0 auto; background: rgba(17,17,17,0.8); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 60px; border-radius: 20px; border-top: 2px solid var(--gold-accent); border-bottom: 2px solid var(--gold-accent); text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.5);}
.exp-title-main { font-size: 2.2rem; color: var(--gold-accent) !important; margin-bottom: 30px; line-height: 1.4; border-bottom: 2px dashed var(--gold-accent); padding-bottom: 20px;}
.exp-intro-text p { font-size: 1.1rem; line-height: 2.2; margin-bottom: 20px; }

.exp-features-section { position: relative; padding: 100px 5% 150px; }
.exp-promises-header, .exp-features-container { position: relative; z-index: 2; }
.exp-promises-header { text-align: center; margin-bottom: 60px; }
.exp-promises-header h2 { font-size: 2.8rem; line-height: 1.3; }

.exp-features-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 80px; } 
.exp-feature-item { display: flex; align-items: center; justify-content: space-between; gap: 50px; position: relative; }
.exp-feature-item.reverse { flex-direction: row-reverse; }

.exp-feat-img { width: 55%; position: relative; border-radius: 20px; overflow: hidden; box-shadow: 15px 15px 30px rgba(0,0,0,0.5); }
.exp-feat-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform 0.5s ease;}
.exp-feature-item:hover .exp-feat-img img { transform: scale(1.05); }
.feat-num-bg { position: absolute; top: -30px; left: -20px; font-size: 8rem; font-weight: 900; color: rgba(255,255,255,0.8); line-height: 1; font-family: 'Arial Black', sans-serif; z-index: 2; text-shadow: 4px 4px 10px rgba(0,0,0,0.2);}
.exp-feature-item.reverse .feat-num-bg { left: auto; right: -20px; }

.exp-feat-text { width: 50%; background: rgba(17,17,17,0.8); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 40px; border-radius: 20px; z-index: 5; margin-left: -10%; }
.exp-feature-item.reverse .exp-feat-text { margin-left: 0; margin-right: -10%; }
.exp-feat-text h3 { font-size: 1.8rem; color: var(--gold-accent) !important; margin-bottom: 20px; line-height: 1.5; }
.exp-feat-text p { font-size: 1.1rem; line-height: 2; margin: 0; text-align: left; }

/* 🌟 05セクション強制統一！ */
.exp-feature-item.center-layout { display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 50px !important; width: 100% !important; margin-top: 0 !important; flex-direction: row !important; }
.exp-center-glass-container { display: flex !important; align-items: center !important; justify-content: space-between !important; width: 100% !important; box-shadow: none !important; border-radius: 0 !important; background: transparent !important; overflow: visible !important; gap: 50px !important;}
.center-glass-img { width: 55% !important; border-radius: 20px !important; box-shadow: 15px 15px 30px rgba(0,0,0,0.5) !important; object-fit: cover !important; aspect-ratio: 4/3 !important; position: relative !important;}
.center-glass-box { width: 50% !important; background: rgba(17,17,17,0.8) !important; backdrop-filter: blur(15px) !important; -webkit-backdrop-filter: blur(15px) !important; padding: 40px !important; border-radius: 20px !important; margin: 0 !important; margin-left: -10% !important; text-align: left !important; box-shadow: none !important; border: none !important; z-index: 5 !important; }
.center-glass-box h3 { font-size: 1.8rem !important; color: var(--gold-accent) !important; margin-bottom: 20px !important; line-height: 1.5 !important; }
.center-glass-box p { font-size: 1.1rem !important; line-height: 2 !important; margin: 0 !important; }
.center-glass-box .sec-label { margin-bottom: 15px; text-shadow: none !important;}

/* 🌟 最後のバナーをダークモードに！ */
.page-exp-pro .recruit-banner { background: rgba(17,17,17,0.85) !important; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 2px solid rgba(196, 154, 69, 0.5) !important; box-shadow: 0 15px 40px rgba(0,0,0,0.8), 0 0 20px rgba(196, 154, 69, 0.3) !important; border-radius: 20px; padding: 80px 5%; }
.page-exp-pro .recruit-banner h2 { color: #fff !important; text-shadow: 2px 2px 5px rgba(0,0,0,0.8) !important;}
.page-exp-pro .recruit-banner p { color: #ccc !important; }
.page-exp-pro .btn-main.yellow { background: var(--gold-accent) !important; border-color: var(--gold-accent) !important; color: #fff !important; box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;}
.page-exp-pro .btn-main.yellow:hover { background: #fff !important; color: var(--gold-accent) !important; transform: translateY(-3px); }

/* =========================================================
   🎈 未経験者ページ
========================================================= */
.page-beg-pro { position: relative; z-index: 1; color: var(--text-main); }
.beg-intro-section { padding: 80px 5%; background: transparent; }
.beg-intro-inner { max-width: 900px; margin: 0 auto; background: rgba(255,255,255,0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); padding: 60px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); text-align: center;}
.beg-title-main { font-size: 2.2rem; color: #333; margin-bottom: 30px; line-height: 1.4; border-bottom: none; padding-bottom: 0;}
.beg-intro-text p { font-size: 1.1rem; line-height: 2.2; margin-bottom: 20px; font-weight: 700;}

.playful-section-beg { padding: 40px 5% 100px; background: transparent; }
.beg-promises-header { text-align: center; margin-bottom: 60px; }
.beg-promises-header h2 { font-size: 2.8rem; color: #333; line-height: 1.3; text-shadow: 2px 2px 4px rgba(255,255,255,0.8);}
.playful-cards-container-beg { max-width: 1000px; margin: 0 auto; display: flex; flex-direction: column; gap: 60px; }

.card-inner-beg.flex-layout { display: flex; align-items: center; gap: 40px; padding: 40px; background: rgba(255,255,255,0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-radius: 20px; position: relative; z-index: 5; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: none; }
.card-inner-beg.flex-layout:hover { transform: none; }
.beg-img-box { width: 45%; border-radius: 0; overflow: hidden; border: none; box-shadow: 10px 10px 0px rgba(0,0,0,0.1); }
.beg-img-box img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.beg-text-box { width: 55%; position: relative; }
.beg-text-box h3 { font-size: 1.8rem; color: #333; margin-bottom: 15px; line-height: 1.5; }
.beg-text-box p { font-size: 1.05rem; line-height: 2; font-weight: 700; margin: 0; color: #555; }
.promise-num-beg { position: absolute; top: -50px; right: 0; font-size: 4rem; font-weight: 900; line-height: 1; font-family: 'Arial Black', sans-serif; z-index: -1; opacity: 0.3;}
.reverse-layout { flex-direction: row-reverse; }

.theme-green .beg-img-box { border-radius: 0 100px 0 100px; }
.theme-green .text-pop { color: #4caf50; font-size: 1.4rem; }
.theme-green .promise-num-beg { color: #4caf50; }
.theme-orange .beg-img-box { border-radius: 50%; }
.theme-orange .text-pop { color: #ff9800; font-size: 1.4rem; }
.theme-orange .promise-num-beg { color: #ff9800; left: 0; right: auto;}
.theme-yellow .beg-img-box { border-radius: 150px 150px 20px 20px; }
.theme-yellow .text-pop { color: #fbc02d; font-size: 1.4rem; }
.theme-yellow .promise-num-beg { color: #fbc02d; }
.theme-blue .beg-img-box { border-radius: 20px; transform: rotate(-3deg); }
.theme-blue .text-pop { color: #03a9f4; font-size: 1.4rem; }
.theme-blue .promise-num-beg { color: #03a9f4; left: 0; right: auto;}
.theme-pink .beg-img-box { border-radius: 50px 0 50px 0; }
.theme-pink .text-pop { color: #e91e63; font-size: 1.4rem; }
.theme-pink .promise-num-beg { color: #e91e63; }

/* =========================================================
   🎯 RECRUIT & FAQ
========================================================= */
.page-recruit-pro { position: relative; z-index: 1; color: var(--text-main); }

.recruit-faq-section { max-width: 900px; margin: 0 auto; padding-top: 100px; }
.recruit-faq-section .sec-title-center h2 { color: var(--text-main) !important; text-shadow: 2px 2px 4px rgba(255,255,255,0.8) !important;}
.recruit-faq-section .sec-title-center p { color: #666 !important;}

.faq-list-new { display: flex; flex-direction: column; gap: 15px; }
.faq-item-new { background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); border-radius: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); overflow: hidden; border-left: 6px solid var(--main-green); }
.faq-q-new { padding: 25px 20px; font-weight: 900; font-size: 1.1rem; color: var(--text-main); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q-new .q-text { display: flex; gap: 15px; align-items: flex-start; }
.q-mark { font-size: 1.6rem; color: var(--gold-accent); font-family: 'Arial Black', sans-serif; line-height: 1; }
.icon-cross { width: 20px; height: 20px; position: relative; }
.icon-cross::before, .icon-cross::after { content: ""; position: absolute; background: var(--main-green); transition: transform 0.3s; }
.icon-cross::before { top: 50%; left: 0; width: 100%; height: 3px; margin-top: -1.5px; }
.icon-cross::after { top: 0; left: 50%; width: 3px; height: 100%; margin-left: -1.5px; }
.faq-item-new.is-open .icon-cross::after { transform: rotate(90deg); opacity: 0;}
.faq-a-new { max-height: 0; opacity: 0; overflow: hidden; transition: all 0.4s ease; padding: 0 20px; color: #444; font-weight: 500; line-height: 1.8; display: flex; gap: 15px; align-items: flex-start; }
.faq-item-new.is-open .faq-a-new { padding-bottom: 25px; padding-top: 15px; margin-top: 0; border-top: 1px dashed #ccc;}
.a-mark { font-size: 1.6rem; color: var(--main-green); font-family: 'Arial Black', sans-serif; line-height: 1; }

.recruit-req-section { padding-top: 80px; padding-bottom: 80px; background: transparent !important; border-top: none !important;}
.recruit-req-section .sec-title-center h2 { color: var(--text-main) !important; text-shadow: 2px 2px 4px rgba(255,255,255,0.8) !important;}
.req-card-new { max-width: 900px; margin: 0 auto; background: rgba(255,255,255,0.85); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 40px; border-top: 4px solid var(--main-green);}
.req-row-new { display: flex; border-bottom: 1px dashed #ccc; padding: 25px 10px; align-items: center; }
.req-dt-new { width: 30%; font-weight: 900; color: var(--main-green); font-size: 1.1rem; }
.req-dd-new { width: 70%; color: #333; font-weight: 500; line-height: 1.8; }

.cta-fullscreen-new { position: relative; padding: 150px 5%; display: flex; justify-content: center; align-items: center; background: url('https://yoshimatsuryokka.com/wp-content/uploads/2026/04/24128740_l-scaled.jpg') center/cover fixed; }
.cta-fullscreen-new::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.cta-glass-new { position: relative; z-index: 10; width: 100%; max-width: 800px; background: rgba(20, 25, 22, 0.7); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,0.2); border-radius: 30px; padding: 80px 5%; text-align: center; box-shadow: 0 20px 40px rgba(0,0,0,0.6); }
.cta-glass-new h2 { font-size: 2.8rem; color: #fff; margin-bottom: 20px; line-height: 1.4; text-shadow: 2px 2px 4px rgba(0,0,0,0.8); }
.cta-glass-new p { font-size: 1.1rem; color: #eee; margin-bottom: 40px; line-height: 1.8; font-weight: 500; text-shadow: 1px 1px 2px rgba(0,0,0,0.5);}
.cta-btn { font-size: 1.4rem; padding: 20px 60px; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }

/* =========================================================
   📱 スマホ対応（文字被り・崩れ完全防止神調整！）
========================================================= */
@media (max-width: 900px) {
    .site-header { padding: 15px 20px; }
    .hamburger { display: block; }
    .global-nav { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(18, 21, 19, 0.98); display: flex; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 1000; }
    .global-nav.is-active { opacity: 1; pointer-events: auto; }
    .global-nav ul { flex-direction: column; gap: 30px; text-align: center; }
    .global-nav a { font-size: 1.2rem; }
    .global-nav .nav-target a { padding: 12px 30px; font-size: 1.1rem; }

    .hero { min-height: auto; height: auto; padding-top: 120px; padding-bottom: 60px; display: block;}
    .hero-text-area { position: relative; margin: 0;}
    .hero-text-area h1 { font-size: 12vw; line-height: 1.3; margin-bottom: 30px;}
    .hero-sub-text { border-left: 4px solid var(--gold-accent); padding-left: 15px;}
    .hero-sub-text p { font-size: 1.1rem; margin-bottom: 5px;}
    .hero-sub-text .text-gold { font-size: 1.5rem; }
    .towa-badge { font-size: 5vw; padding: 5px 10px; margin-left: 5px; } 

    .split-nav-section { flex-direction: column; padding: 20px 5% 60px; gap: 20px; margin-top: 0; background: transparent;}
    .rich-btn-card { width: 100%; max-width: 100%; border-radius: 15px; }
    .card-inner { padding: 30px 20px; }
    .card-badge { font-size: 0.85rem; padding: 4px 12px; margin-bottom: 10px; }
    .card-title { font-size: 2.2rem; margin-bottom: 10px; }
    .card-title span { font-size: 1.2rem; }
    .card-desc { font-size: 0.95rem; margin-bottom: 20px; display: block; max-width: 100%;}
    .card-action { font-size: 1rem; }
    .marquee-text { font-size: 4rem; } 

    .section-wrapper { padding: 60px 0; }
    .sub-hero { height: 40vh; }
    .sub-hero-title h1 { font-size: 2rem; }
    .video-wrapper { aspect-ratio: 16 / 9; }

    .message-section-new { padding: 60px 5%; background-color: transparent;}
    .message-inner { padding: 40px 5%; border-width: 2px;}
    .message-header h2 { font-size: 1.8rem; }
    .message-body p { font-size: 1rem; }
    .message-highlight p { font-size: 1.2rem; }

    .diagonal-cut { padding: 100px 5% 80px; margin-top: -8vw; clip-path: polygon(0 8vw, 100% 0, 100% 100%, 0 100%);}
    .diagonal-cut h2 { font-size: 2rem; }

    .sec-title-center h2 { font-size: 2rem; }
    .stat-num { font-size: 4rem; }
    .number-card { padding: 20px 0; border-top: 2px solid var(--gold-accent); border-bottom: 2px solid var(--gold-accent); border-left: none; border-right: none; background: rgba(17,17,17,0.8); backdrop-filter: blur(10px);}
    .rule-container-modern { flex-direction: column; }
    .rule-card-modern { padding: 30px 20px; }
    .rule-header-modern h2 { font-size: 1.6rem; }
    .rule-content strong { font-size: 1.1rem; padding: 0;}

    /* 経験者スマホ */
    .exp-feature-item.center-layout, .exp-center-glass-container { flex-direction: column !important; gap: 20px !important;}
    .center-glass-img { width: 100% !important; }
    .center-glass-box { width: 100% !important; margin-left: 0 !important; }
    .exp-hero-text h1 { font-size: 2.2rem; }
    .exp-intro-inner { padding: 30px 0; border-top: 2px solid var(--gold-accent); border-bottom: 2px solid var(--gold-accent); background: rgba(17,17,17,0.8); backdrop-filter: blur(10px);}
    .exp-title-main { font-size: 1.6rem; }
    .exp-feature-item, .exp-feature-item.reverse { flex-direction: column; gap: 20px; }
    .exp-feat-img { width: 100%; }
    .exp-feat-text { width: 100% !important; margin: 0 !important; padding: 20px 0 !important; border: none !important; background: rgba(17,17,17,0.8); backdrop-filter: blur(10px);}
    .exp-feature-item.reverse .exp-feat-text { border-right: none; }
    .feat-num-bg { font-size: 5rem; top: 10px; left: 10px; }
    .exp-feature-item.reverse .feat-num-bg { right: 10px; }
    .page-exp-pro .recruit-banner { padding: 50px 5%; border-width: 2px;}
    .page-exp-pro .recruit-banner h2 { font-size: 1.8rem !important; }

    /* 未経験者スマホ */
    .beg-intro-inner { padding: 30px 20px; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);}
    .beg-title-main { font-size: 1.6rem; }
    .playful-cards-container-beg { gap: 40px; }
    .card-inner-beg.flex-layout, .card-inner-beg.flex-layout.reverse-layout { flex-direction: column; padding: 30px 20px; gap: 20px; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);}
    .beg-img-box { width: 100%; box-shadow: none; }
    .beg-img-box img { aspect-ratio: 4/3; border-radius: 20px !important;} 
    .beg-text-box { width: 100%; }
    .beg-text-box h3 { font-size: 1.4rem; }
    .promise-num-beg { font-size: 3rem; top: -30px;}
    
    .page-beg-pro .recruit-banner { padding: 50px 5%; border-width: 4px; box-shadow: 8px 8px 0px #ffe0b2; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);}
    .page-beg-pro .recruit-banner h2 { font-size: 2rem; }
    .page-beg-pro .btn-main.pop-btn { padding: 15px 30px; font-size: 1.1rem; width: 100%; display: block; }

    /* RECRUIT スマホ */
    .faq-q-new { padding: 20px 0; font-size: 1rem; }
    .faq-a-new { padding: 0 0 20px 0; font-size: 0.95rem; }
    .req-card-new { padding: 20px; background: rgba(255,255,255,0.85); backdrop-filter: blur(10px);}
    .req-row-new { flex-direction: column; align-items: flex-start; padding: 15px 0;}
    .req-dt-new { width: 100%; font-size: 1.2rem; margin-bottom: 5px; border-bottom: 2px solid var(--main-green); display: inline-block; padding-bottom: 5px;}
    .req-dd-new { width: 100%; padding: 0; font-size: 0.95rem;}
    .cta-fullscreen-new { padding: 100px 5%; background-attachment: scroll; } 
    .cta-glass-new { padding: 50px 20px; border-radius: 20px; }
    .cta-glass-new h2 { font-size: 1.8rem; }
    .cta-btn { font-size: 1.1rem; padding: 15px 30px; width: 100%; text-align: center; display: block;}
}
/* =========================================================
   ⏱️ 1分でわかる義松緑化ページ専用・修正
========================================================= */

/* 1. ヒーローエリアの文字を絶対に見えるようにする */
.page-1min-pro .exp-hero-text h1 {
    color: #fff !important; 
    font-size: clamp(2.5rem, 8vw, 4.5rem) !important; 
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.5) !important; 
}

.page-1min-pro .exp-hero-text p {
    color: #fff !important; 
    font-size: clamp(1rem, 3vw, 1.4rem) !important;
    font-weight: 900;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important; 
}

/* 2. 「数字で見る〜」のタイトルを中央にドカンと配置！（修正済！） */
.page-1min-pro .stat-section .sec-title-center {
    background: rgba(0, 0, 0, 0.5); /* 背景を少し濃くして視認性さらにUP */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    padding: 40px 60px;
    border-radius: 30px;
    border: 1px solid rgba(196, 154, 69, 0.3); 
    display: block !important; /* ← ここが原因でした！ */
    width: fit-content !important; /* 箱の横幅を文字に合わせる */
    margin: 0 auto 60px auto !important; /* ← 画面のど真ん中に強制配置！ */
    max-width: 90%;
}

.page-1min-pro .stat-section .sec-title-center h2 {
    font-size: clamp(2rem, 5vw, 3.2rem) !important; 
    color: var(--gold-accent) !important; 
    line-height: 1.2;
    margin-bottom: 15px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
}

.page-1min-pro .stat-section .sec-title-center p {
    color: #fff !important; 
    font-size: 1.2rem !important;
    font-weight: 700;
    margin: 0;
}

/* 3. スマホ時のタイトル調整 */
@media (max-width: 900px) {
    .page-1min-pro .stat-section .sec-title-center {
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    .page-1min-pro .stat-section .sec-title-center h2 {
        font-size: 1.8rem !important;
    }
    .page-1min-pro .stat-section .sec-title-center p {
        font-size: 1rem !important;
    }
}
/* =========================================================
   ⏱️ 1分でわかる義松緑化：最後のボタン余白修正（他ページ影響ゼロ！）
========================================================= */

/* インラインの変な余白指定を上書きし、上下を完璧に均等（100px）にする！ */
.page-1min-pro .split-nav-section {
    padding: 120px 5% !important; 
    margin-top: 0 !important;
}

/* スマホ版も上下均等（60px）に美しく整える！ */
@media (max-width: 900px) {
    .page-1min-pro .split-nav-section {
        padding: 60px 5% !important; 
    }
}
/* =========================================================
   🔥 経験者ページ専用・バグ修復＆視認性MAX化
========================================================= */

/* 1. 濁った背景のぼかしを撤去し、クリアな透明感へ！ */
.page-exp-pro::before { 
    background-color: rgba(17, 17, 17, 0.5) !important; /* 暗さを少し和らげる */
    backdrop-filter: none !important; /* 🌟 画面全体を濁らせるブラーを完全消去！ */
    -webkit-backdrop-filter: none !important;
}

/* 2. 見えなかった「濃い緑の文字」をゴールドに発光させて視認性MAX！ */
.page-exp-pro .text-green {
    color: var(--gold-accent) !important;
    text-shadow: 0 0 10px rgba(196, 154, 69, 0.4) !important; /* 上品に光らせる */
}

/* 3. 05セクションの変な巨大番号を、他と完全に同じスタイル・位置に修正！ */
.center-glass-box .feat-num-bg { 
    position: absolute !important;
    top: -30px !important; 
    left: -20px !important; 
    font-size: 8rem !important; 
    font-weight: 900 !important; 
    color: rgba(255, 255, 255, 0.8) !important; 
    line-height: 1 !important; 
    font-family: 'Arial Black', sans-serif !important; 
    z-index: 2 !important; 
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

/* スマホ時の05番号のズレも完璧に修正！ */
@media (max-width: 900px) {
    .center-glass-box .feat-num-bg { 
        font-size: 5rem !important; 
        top: 10px !important; 
        left: 10px !important;
    }
}
/* =========================================================
   🔥 経験者ページ専用・最終レイアウト＆マーカー装飾
========================================================= */

/* 🌟 1. 05セクションの変なレイアウトと番号ズレを完全修復！ */
.page-exp-pro .exp-feature-item.center-layout { 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important; 
    gap: 50px !important; 
    width: 100% !important; 
    margin-top: 0 !important; 
    flex-direction: row !important; /* 他と同じ左右分割に強制 */
}
.page-exp-pro .exp-center-glass-container { 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important; 
    width: 100% !important; 
    gap: 50px !important;
    background: transparent !important; 
    box-shadow: none !important; 
    border-radius: 0 !important;
    position: relative !important; /* 🌟 番号の基準位置をコンテナ全体にする！ */
}
.page-exp-pro .center-glass-img { 
    width: 55% !important; 
    border-radius: 20px !important; 
    box-shadow: 15px 15px 30px rgba(0,0,0,0.5) !important; 
    object-fit: cover !important; 
    aspect-ratio: 4/3 !important; 
    margin: 0 !important;
}
.page-exp-pro .center-glass-box { 
    width: 50% !important; 
    background: rgba(17,17,17,0.8) !important; 
    backdrop-filter: blur(15px) !important; 
    -webkit-backdrop-filter: blur(15px) !important; 
    padding: 40px !important; 
    border-radius: 20px !important; 
    margin: 0 !important; 
    margin-left: -10% !important; /* 写真に少し被せる大人のレイアウト */
    text-align: left !important; 
    border: none !important; 
    z-index: 5 !important; 
}

/* 🌟 05の番号を「テキストの上」から「写真の左上」へ瞬間移動！（他と完全に揃う） */
.page-exp-pro .center-glass-box .feat-num-bg { 
    position: absolute !important;
    top: -30px !important; 
    left: -20px !important; 
    font-size: 8rem !important; 
    font-weight: 900 !important; 
    color: rgba(255, 255, 255, 0.8) !important; 
    line-height: 1 !important; 
    font-family: 'Arial Black', sans-serif !important; 
    z-index: 10 !important; 
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

/* 05の「THE CORE」バッジをスタイリッシュに */
.page-exp-pro .center-glass-box .sec-label {
    background: transparent !important;
    color: var(--gold-accent) !important;
    border: 1px solid var(--gold-accent) !important;
    transform: rotate(0) !important;
    border-radius: 4px !important;
    padding: 4px 12px !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.1em !important;
}

/* スマホ時の05セクション修正 */
@media (max-width: 900px) {
    .page-exp-pro .exp-feature-item.center-layout, 
    .page-exp-pro .exp-center-glass-container { 
        flex-direction: column !important; 
        gap: 20px !important;
    }
    .page-exp-pro .center-glass-img { width: 100% !important; }
    .page-exp-pro .center-glass-box { width: 100% !important; margin-left: 0 !important; padding: 20px !important;}
    .page-exp-pro .center-glass-box .feat-num-bg { 
        font-size: 5rem !important; 
        top: 10px !important; 
        left: 10px !important;
    }
}

/* 🌟 2. 単色すぎるテキストに「輝くゴールドマーカー」を自動付与！ */
/* 通常のテキストは少しだけグレーにしてメリハリをつける */
.page-exp-pro .exp-feat-text p,
.page-exp-pro .center-glass-box p {
    color: #e0e0e0 !important; 
    line-height: 2 !important;
}

/* 太字（強調）設定された文字に、自動でゴールドのマーカーが引かれる！ */
.page-exp-pro .exp-feat-text p strong,
.page-exp-pro .exp-feat-text p b,
.page-exp-pro .center-glass-box p strong,
.page-exp-pro .center-glass-box p b {
    color: #fff !important;
    background: linear-gradient(transparent 50%, rgba(196, 154, 69, 0.7) 50%) !important; /* ゴールドマーカー */
    padding: 0 4px !important;
    font-weight: 900 !important;
    border-radius: 2px !important;
}
/* 🌟 05の番号を写真の左上に完全固定する魔法！ */
.page-exp-pro .exp-center-glass-container {
    position: relative !important; 
}
.page-exp-pro .exp-center-glass-container > .feat-num-bg {
    position: absolute !important;
    top: -30px !important; 
    left: -20px !important; 
    font-size: 8rem !important; 
    font-weight: 900 !important; 
    color: rgba(255, 255, 255, 0.8) !important; 
    line-height: 1 !important; 
    font-family: 'Arial Black', sans-serif !important; 
    z-index: 10 !important; 
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2) !important;
}

/* スマホ時も写真の左上にピタッと固定！ */
@media (max-width: 900px) {
    .page-exp-pro .exp-center-glass-container > .feat-num-bg {
        font-size: 5rem !important; 
        top: 10px !important; 
        left: 10px !important;
    }
}
/* =========================================================
   🔥 経験者ページ専用：セクション余白の圧縮
========================================================= */

/* セクション全体の上下余白を80px→40pxへ半減！ */
.page-exp-pro .section-wrapper,
.page-exp-pro .exp-features-section,
.page-exp-pro .exp-intro-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* イントロ部分（「見て盗め」のところ）の上余白をさらに調整 */
.page-exp-pro .exp-intro-section {
    padding-top: 20px !important;
}

/* 特徴リスト（01〜05）の各アイテム同士の間隔も少し詰める */
.page-exp-pro .exp-features-container {
    gap: 40px !important; /* 80pxから40pxへ */
}

/* 最後の募集バナーの上の余白もスッキリさせる */
.page-exp-pro .recruit-banner-wrapper {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}

/* 05セクションの上下の微調整（左右分割になった分、余白を最適化） */
.page-exp-pro .exp-feature-item.center-layout {
    margin-top: 0 !important;
}

/* スマホ時：さらにコンパクトにして親指の疲れを軽減！ */
@media (max-width: 900px) {
    .page-exp-pro .section-wrapper,
    .page-exp-pro .exp-features-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .page-exp-pro .exp-features-container {
        gap: 30px !important;
    }
}
/* =========================================================
   🎈 未経験者ページ専用：タイトル視認性UP＆セクション余白の圧縮
========================================================= */

/* 🌟 1. 見づらかったタイトルを「明るいすりガラスのステージ」に乗せて絶対に見えるようにする！ */
.page-beg-pro .playful-section-beg {
    text-align: center !important; /* タイトル箱をど真ん中に配置 */
}
.page-beg-pro .beg-promises-header {
    background: rgba(255, 255, 255, 0.85) !important; /* 明るいすりガラス */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 30px 50px !important;
    border-radius: 20px !important;
    display: inline-block !important; /* 箱の幅を文字に合わせる */
    margin: 0 auto 50px auto !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: 2px solid #ff9800 !important; /* ポップなオレンジの枠線で強調！ */
}
.page-beg-pro .beg-promises-header h2 {
    color: #333 !important; /* 文字はダークグレーでハッキリと */
    text-shadow: none !important; /* 同化の原因だった変な影を消去 */
    margin: 0 !important;
    font-size: clamp(1.8rem, 4vw, 2.6rem) !important;
}

/* 🌟 2. セクション全体の上下余白を半減して、テンポ良く読めるように圧縮！ */
.page-beg-pro .section-wrapper,
.page-beg-pro .playful-section-beg,
.page-beg-pro .beg-intro-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* 「5つの約束」の各カード同士の隙間もギュッと詰める */
.page-beg-pro .playful-cards-container-beg {
    gap: 30px !important; 
}

/* 最後の募集バナーの上の余白もスッキリさせる */
.page-beg-pro .recruit-banner-wrapper {
    padding-top: 40px !important;
    padding-bottom: 60px !important;
}

/* 🌟 3. スマホ時はさらにコンパクトにして親指の疲れを軽減！ */
@media (max-width: 900px) {
    .page-beg-pro .beg-promises-header {
        padding: 25px 20px !important;
        margin-bottom: 30px !important;
        border-width: 1px !important;
    }
    .page-beg-pro .section-wrapper,
    .page-beg-pro .playful-section-beg,
    .page-beg-pro .beg-intro-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
/* =========================================================
   🎈 未経験者ページ専用：イントロ文章のPOP装飾
========================================================= */

/* タイトルの行間とポップなイエローマーカー */
.page-beg-pro .beg-title-main {
    line-height: 1.6 !important;
}
.page-beg-pro .pop-marker-yellow {
    background: linear-gradient(transparent 60%, #ffd54f 60%) !important; 
    padding: 0 4px !important;
    font-weight: 900 !important;
    display: inline-block;
}

/* ―― 以下、テキスト内のPOPな装飾 ―― */

/* ピンク文字 ＋ 破線アンダーラインで親しみやすく */
.page-beg-pro .pop-text-pink {
    color: #e91e63 !important;
    font-weight: 900 !important;
    border-bottom: 2px dashed #e91e63 !important;
    padding-bottom: 2px !important;
}

/* 元気なオレンジ文字 ＋ 破線アンダーラインで安心感を */
.page-beg-pro .pop-text-orange {
    color: #ff9800 !important;
    font-weight: 900 !important;
    border-bottom: 2px dashed #ff9800 !important;
    padding-bottom: 2px !important;
}

/* フレッシュなグリーンマーカー ＋ 濃い緑文字 */
.page-beg-pro .pop-marker-green {
    background: linear-gradient(transparent 60%, #aed581 60%) !important;
    color: #2e7d32 !important;
    padding: 0 4px !important;
    font-weight: 900 !important;
}
/* =========================================================
   🎯 採用情報・FAQページ専用：タイトル視認性＆文字切れ修正
========================================================= */

/* 🌟 1. タイトルを「すりガラスの箱」に入れてバッキバキに見せる！ */
.page-recruit-pro .sec-title-center {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 40px 60px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(196, 154, 69, 0.3) !important;
    display: block !important;
    width: fit-content !important;
    margin: 0 auto 50px auto !important;
    text-align: center !important;
}

.page-recruit-pro .sec-title-center h2 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    color: var(--gold-accent) !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 10px !important;
}

.page-recruit-pro .sec-title-center p {
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* 🌟 2. Q&Aの「文字切れ」を完璧に直す！ */
.faq-item-new.is-open .faq-a-new {
    max-height: 1000px !important; /* 🌟 十分な高さを確保して文字切れを防止 */
    opacity: 1 !important;
    padding-bottom: 30px !important;
    padding-top: 20px !important;
}

.faq-a-new p {
    margin: 0 !important;
    color: #444 !important;
    font-weight: 600 !important;
}

/* 🌟 3. 余白を詰めてスッキリさせる */
.page-recruit-pro .section-wrapper {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

/* スマホ時のタイトル調整 */
@media (max-width: 900px) {
    .page-recruit-pro .sec-title-center {
        padding: 30px 20px !important;
        width: 90% !important;
    }
    .page-recruit-pro .sec-title-center h2 {
        font-size: 1.8rem !important;
    }
}
/* =========================================================
   🎯 採用情報・FAQページ専用：視認性＆文字切れの完全修復
========================================================= */

/* 🌟 1. ファーストビュー（一番上）のタイトルを純白に発光させる！ */
.page-recruit-pro .exp-hero-text h1 {
    color: #fff !important;
    font-size: clamp(2.5rem, 8vw, 4rem) !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.6) !important;
}
.page-recruit-pro .exp-hero-text p {
    color: #fff !important;
    font-size: 1.2rem !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important;
}

/* 🌟 2. 各セクションのタイトルを「ダークすりガラスのステージ」に乗せて絶対に見せる！ */
.page-recruit-pro .sec-title-center {
    background: rgba(0, 0, 0, 0.65) !important; /* 濃いめの黒で背景を沈める */
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 30px 50px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(196, 154, 69, 0.4) !important; /* ゴールドの枠線 */
    display: block !important;
    width: fit-content !important; /* 文字の長さに合わせて箱を作る */
    margin: 0 auto 50px auto !important; /* 画面のド真ん中に配置！ */
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
}
.page-recruit-pro .sec-title-center h2 {
    font-size: clamp(2rem, 5vw, 3rem) !important;
    color: var(--gold-accent) !important; /* タイトルはゴールド！ */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}
.page-recruit-pro .sec-title-center p {
    color: #fff !important; /* サブタイトルは純白！ */
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* 🌟 3. Q&Aの「文字が途中で切れる」バグを完全解消！（高さを無限大に） */
.page-recruit-pro .faq-item-new.is-open .faq-a-new {
    max-height: 3000px !important; /* どんなに長い文章でも絶対に切れないようにする！ */
    opacity: 1 !important;
    padding-bottom: 30px !important;
    padding-top: 20px !important;
}

/* スマホ時のタイトル箱の微調整 */
@media (max-width: 900px) {
    .page-recruit-pro .sec-title-center {
        padding: 25px 20px !important;
        margin-bottom: 30px !important;
        width: 90% !important; /* スマホでは画面幅に合わせる */
    }
    .page-recruit-pro .sec-title-center h2 {
        font-size: 1.8rem !important;
    }
}
/* =========================================================
   ⏱️ 1分でわかる義松緑化：強制上書き・絶対反映版！！！
========================================================= */

/* 🌟 1. ヒーロータイトルを強制的に「純白＋光る影」にする！ */
.sub-hero-title h1, 
.exp-hero-text h1 {
    color: #ffffff !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.6) !important;
}
.sub-hero-title p, 
.exp-hero-text p {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9) !important;
}

/* 🌟 2. 「数字で見る〜」のタイトルを強制的に「すりガラスの箱」に入れる！ */
.stat-section .sec-title-center {
    background: rgba(0, 0, 0, 0.65) !important; /* 暗めのすりガラス */
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 40px 60px !important;
    border-radius: 30px !important;
    border: 1px solid rgba(196, 154, 69, 0.4) !important;
    display: block !important;
    width: fit-content !important; /* 箱の幅を文字に合わせる */
    margin: 0 auto 50px auto !important; /* 画面のド真ん中へ！ */
    text-align: center !important;
}
.stat-section .sec-title-center h2 {
    color: var(--gold-accent) !important;
    font-size: clamp(2rem, 5vw, 3.2rem) !important;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 15px !important;
}
.stat-section .sec-title-center p {
    color: #ffffff !important;
    font-size: 1.2rem !important;
    margin: 0 !important;
}

/* 🌟 3. スマホ時の箱のサイズ調整 */
@media (max-width: 900px) {
    .stat-section .sec-title-center {
        padding: 30px 20px !important;
        margin-bottom: 40px !important;
        width: 90% !important;
    }
}