/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Description: Cocoon専用の子テーマ
Author: SNE Legacy
Author URI: https://sne-legacy.com/
Template: cocoon-master
Version: 1.0.0
*/

body {
    background-color: #f5f5f5;
}

/* ========================================
   SNE Legacy フロントページ カスタムスタイル
   (Cocoonの標準スタイルと競合しないよう
    独自クラスで管理)
======================================== */

/* --- フロントページ全体ラッパー --- */
.sne-fp {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}

.sne-fp * { box-sizing: border-box; }

/* --- ユーティリティ --- */
.sne-fp .sp-only { display: none; }
.sne-fp .pc-only { display: block; }

@media (max-width: 768px) {
    .sne-fp .pc-only { display: none; }
    .sne-fp .sp-only { display: block; }
}

/* ==========================================
   ヒーローセクション
========================================== */
.hero-section {
    width: 100%;
    min-height: 550px;
    padding: 100px 20px 180px;
    /* [TODO: 背景画像を設定 — 元画像: eec4aed9-9604-4d7c-ae3d-ad5a7904586e.png] */
    background-image: linear-gradient(135deg, rgba(255, 245, 247, 0.85) 0%, rgba(255, 240, 230, 0.85) 100%);
    background-color: #FFF5F7;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.hero-section .content {
    width: 100%;
    max-width: 950px;
}

.hero-section .sub-text {
    color: #FF4B8B;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.hero-section h1 {
    font-size: 4.2rem;
    font-weight: 900;
    color: #333;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    word-break: break-word;
}

.hero-section h2 {
    font-size: 1.65rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 3.5rem;
    line-height: 1.6;
}

.hero-section .cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: white;
    padding: 22px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.35rem;
    box-shadow: 0 10px 25px rgba(255, 126, 95, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    margin-bottom: 8px;
}

.cta-button:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(255, 126, 95, 0.4);
    color: white;
}

.hero-section .cta-limit {
    color: #FF4B8B;
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.5;
}

.hero-section .limit-link {
    color: #FF4B8B;
    text-decoration: underline;
    font-weight: 900;
    transition: opacity 0.2s;
}

.hero-section .limit-link:hover { opacity: 0.7; }

.cta-note {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 15px 200px;
        min-height: auto;
        align-items: flex-start;
    }
    .hero-section h1 { font-size: 2.3rem; line-height: 1.3; }
    .hero-section h2 { font-size: 1.05rem; margin-bottom: 2.5rem; }
    .hero-section .sub-text { font-size: 0.85rem; margin-bottom: 1rem; }
    .cta-button { width: 100%; font-size: 1.15rem; padding: 18px 10px; }
    .hero-section .cta-limit { font-size: 0.85rem; line-height: 1.4; }
    .cta-note { font-size: 0.75rem; line-height: 1.4; }
}

/* ==========================================
   ニューステッカー
========================================== */
.news-ticker {
    width: 100%;
    background-color: #FFF5F7;
    border-bottom: 1px solid #FFB3C6;
    padding: 12px 20px;
    box-sizing: border-box;
}

.ticker-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.news-label {
    background: #FF4B8B;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    flex-shrink: 0;
}

.news-link {
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: opacity 0.3s;
}

.news-link:hover { opacity: 0.7; }

.news-date { color: #888; font-weight: 500; font-size: 0.85rem; }
.news-arrow { color: #FF4B8B; }

.ticker-badge-new {
    background: #FF4B8B;
    color: #fff;
    font-size: 0.65rem;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .news-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 220px;
    }
    .ticker-container { gap: 8px; }
}

/* ==========================================
   共感セクション
========================================== */
.refined-empathy {
    padding: 100px 5%;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.refined-empathy * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.empathy-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.empathy-header { margin-bottom: 50px; }

.empathy-title,
.empathy-subtitle {
    font-size: 2.2rem;
    font-weight: 900;
    color: #333;
    line-height: 1.3;
    margin-bottom: 10px;
}

.empathy-visual { margin-bottom: 40px; }

.empathy-visual img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.empathy-question p {
    font-size: 1.6rem;
    font-weight: 900;
    color: #FF4B8B;
    margin-bottom: 40px;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}

.problem-card {
    background: #fff;
    border: 1px solid #FFDAE5;
    border-radius: 15px;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}

.problem-card p { font-size: 1.1rem; font-weight: 700; color: #555; line-height: 1.7; }

.empathy-footer { padding-top: 50px; border-top: 1px solid #f0f0f0; }

.footer-small { font-size: 1.4rem; font-weight: 700; color: #666; margin-bottom: 15px; }

.footer-large {
    font-size: 2.2rem;
    font-weight: 900;
    color: #333;
    line-height: 1.4;
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .refined-empathy { padding: 60px 4%; }
    .empathy-title, .empathy-subtitle { font-size: 1.5rem; }
    .empathy-visual img { width: 100%; }
    .empathy-question p { font-size: 1.25rem; }
    .problem-grid { grid-template-columns: 1fr; gap: 15px; }
    .problem-card { min-height: auto; padding: 25px 20px; width: 100%; }
    .footer-small { font-size: 1.1rem; }
    .footer-large { font-size: 1.35rem; }
    .footer-large span { background: linear-gradient(transparent 70%, #FFF0E6 70%); }
}

/* ==========================================
   ソリューションセクション
========================================== */
.solution-section-fixed {
    padding: 100px 20px 120px;
    background: linear-gradient(180deg, #ffffff 0%, #FFF9F5 100%);
}

.solution-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.sol-section-title {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.4;
}

.sol-promise-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 60px;
}

.solution-section-fixed .reason-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
}

.reason-item-rich {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 6px solid #FF4B8B;
    text-align: left;
}

.sol-badge {
    display: inline-block;
    background: #FF4B8B;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.reason-item-rich h3 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 15px;
    color: #333;
}

.reason-item-rich p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.sol-benefit-area {
    background: #333;
    color: #fff;
    padding: 60px 40px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sol-benefit-title {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 40px;
}

.sol-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sol-benefit-card {
    background: rgba(255,255,255,0.1);
    padding: 25px;
    border-radius: 15px;
}

.sol-check-icon {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.sol-check-icon svg { width: 32px; height: 32px; }

.sol-benefit-card p { font-size: 1rem; line-height: 1.6; color: #fff; margin: 0; }
.sol-benefit-card strong { color: #FEB47B; }

@media (max-width: 768px) {
    .solution-section-fixed { padding: 80px 15px 100px; }
    .sol-section-title { font-size: 1.8rem; }
    .reason-item-rich { padding: 30px 20px; }
    .reason-item-rich h3 { font-size: 1.3rem; }
    .sol-benefit-area { padding: 40px 20px; }
    .sol-benefit-grid { grid-template-columns: 1fr; }
    .sol-benefit-title { font-size: 1.5rem; }
}

/* ==========================================
   選ばれる理由セクション
========================================== */
.sne-section {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    padding: 80px 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.sne-section .sne-container {
    max-width: 1100px;
    margin: 0 auto;
}

.sne-title {
    font-size: 2.2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
}

.sne-subtitle {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: #666;
    margin-bottom: 60px;
}

.reason-panel {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.reason-panel.reverse { flex-direction: row-reverse; }

.reason-image {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 350px;
    background-color: #f0f0f0;
}

.reason-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.coach-link-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 35px;
    border: 2px solid #FF4B8B;
    color: #FF4B8B;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.coach-link-btn:hover {
    background-color: #FF4B8B;
    color: white;
    box-shadow: 0 5px 15px rgba(255, 75, 139, 0.3);
    transform: translateY(-2px);
}

.slider-box img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}

.slider-box img.active {
    opacity: 1;
    z-index: 2;
}

.reason-content { flex: 1; text-align: left; }

.reason-num {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255, 75, 139, 0.1);
    line-height: 1;
    margin-bottom: -15px;
}

.reason-content h3 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 15px;
    border-left: 6px solid #FF4B8B;
    padding-left: 15px;
    line-height: 1.4;
}

.reason-content p { font-size: 1rem; line-height: 1.8; margin-bottom: 0; }

.note-small { display: block; font-size: 0.85rem; color: #777; margin-top: 10px; }

.highlight-bg { background: #FFF5F7; padding: 40px; border-radius: 20px; }

@media (max-width: 768px) {
    .reason-panel,
    .reason-panel.reverse { flex-direction: column; gap: 20px; }
    .reason-image { height: 250px; min-height: 250px; width: 100%; display: block; }
    .sne-title { font-size: 1.8rem; }
    .coach-link-btn { width: 100%; text-align: center; box-sizing: border-box; }
    .reason-num { margin-bottom: 12px; }
    .reason-content h3 { margin-top: 0; }
}

/* ==========================================
   保護者の声セクション
========================================== */
.voice-section {
    background-color: #FFF9F5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.voice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.voice-card {
    background: #fff;
    padding: 45px 30px 35px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    text-align: left;
}

.quote {
    font-size: 4rem;
    color: #FFB3C6;
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 0.3;
    font-family: serif;
    line-height: 1;
}

.voice-text {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    color: #444;
}

.voice-info {
    font-size: 0.8rem;
    color: #FF4B8B;
    font-weight: 700;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
}

@media (max-width: 768px) {
    .voice-grid { grid-template-columns: 1fr; }
}

/* ==========================================
   成長実績セクション
========================================== */
.performance-results {
    padding: 80px 0;
    background-color: #fdfdfd;
    overflow: hidden;
}

.results-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.results-header {
    text-align: center;
    margin-bottom: 50px;
}

.results-label {
    color: #FF4B8B;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 15px;
}

.results-main-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.4;
    margin-bottom: 20px;
}

.results-sub-text {
    color: #666;
    font-size: 1.1rem;
    padding: 0 10px;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.result-card {
    background: #ffffff;
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;
}

.result-card:hover {
    transform: translateY(-5px);
    border-color: #FFDAE5;
    box-shadow: 0 10px 30px rgba(255, 75, 139, 0.1);
}

.student-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.school { font-size: 0.85rem; color: #FF4B8B; font-weight: 700; }
.name { font-size: 1.1rem; font-weight: 900; color: #333; }

.time-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.time-box { display: flex; flex-direction: column; }
.time-box .label { font-size: 0.65rem; color: #999; font-weight: 700; margin-bottom: 3px; }
.time-box .value { font-size: 1.6rem; font-weight: 900; color: #ccc; white-space: nowrap; }
.time-box .value.highlight { color: #FF4B8B; font-size: 2rem; }
.time-box .value small { font-size: 0.9rem; margin-left: 1px; }

.arrow { font-size: 1.2rem; color: #FFDAE5; font-weight: 900; }

.improvement-badge {
    background-color: #FFF0F5;
    color: #FF4B8B;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
}

.improvement-badge strong { font-size: 1.1rem; }

.results-footer-msg {
    text-align: center;
    font-size: 0.85rem;
    color: #888;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .results-main-title { font-size: 1.8rem; }
    .results-grid {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto 40px;
    }
    .result-card { padding: 30px 20px; }
}

@media (max-width: 480px) {
    .results-main-title { font-size: 1.5rem; }
    .results-inner { padding: 0 15px; }
    .time-box .value.highlight { font-size: 1.8rem; }
}

/* ==========================================
   メソッドセクション
========================================== */
.sne-section-wrapper {
    line-height: 1.8;
    color: #111;
    padding: 60px 0;
    background-color: #ffffff;
}

.sne-section-wrapper .sne-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.sne-headline {
    text-align: center;
    margin-bottom: 40px;
}

.sne-h2 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.4;
}

.sne-h2 span { color: #E91E63; }

.sne-intro-text {
    font-size: 1.05rem;
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: left;
    color: #111;
}

.sne-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.sne-card {
    background: #f9f9f9;
    border-top: 5px solid #E91E63;
    padding: 30px 25px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.sne-card-num {
    font-size: 0.95rem;
    font-weight: 900;
    color: #E91E63;
    display: block;
    margin-bottom: 15px;
}

.sne-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    height: 2.8em;
    display: flex;
    align-items: center;
    color: #000;
}

.sne-card p {
    font-size: 0.95rem;
    color: #111;
    flex-grow: 1;
}

.sne-detail-box {
    background: #222;
    color: #fff;
    padding: 35px;
    border-radius: 12px;
    margin-top: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.sne-detail-box h4 {
    color: #E91E63;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.25rem;
    font-weight: 900;
    text-align: center;
}

.sne-list {
    list-style: none;
    padding: 0;
    font-size: 1rem;
}

.sne-list li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    color: #fff;
}

.sne-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #E91E63;
    font-weight: bold;
}

@media (max-width: 900px) {
    .sne-grid { grid-template-columns: 1fr; }
    .sne-h2 { font-size: 1.6rem; }
    .sne-card-num { text-align: center; }
    .sne-card h3 {
        height: auto;
        margin-bottom: 15px;
        justify-content: center;
        text-align: center;
    }
}

/* ==========================================
   ストラテジーセクション
========================================== */
.strategy-section {
    padding: 100px 20px 0;
    background-color: #fcfcfc;
}

.strategy-container { max-width: 1000px; margin: 0 auto; text-align: center; }

.strategy-header { margin-bottom: 60px; }

.strategy-badge {
    display: inline-block;
    background: #FF4B8B;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.strategy-title { font-size: 2.2rem; font-weight: 900; color: #333; line-height: 1.4; margin-bottom: 20px; }
.strategy-lead { font-size: 1.1rem; color: #666; font-weight: 500; line-height: 1.8; }

.strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.strategy-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    text-align: center;
    transition: transform 0.3s ease;
}

.strategy-card:hover { transform: translateY(-5px); }

.card-icon { font-size: 2.5rem; margin-bottom: 20px; display: block; }
.strategy-card h3 { font-size: 1.3rem; font-weight: 900; color: #333; margin-bottom: 20px; line-height: 1.5; }
.strategy-card p { font-size: 0.95rem; color: #555; line-height: 1.8; text-align: center; margin: 0; }

.annual-schedule-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
    padding: 60px 40px;
    border-radius: 30px;
    border: 1px solid #eee;
}

.schedule-main-title {
    font-size: 1.6rem;
    font-weight: 900;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.schedule-sub-lead {
    font-size: 0.95rem;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
}

.schedule-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.schedule-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.month-label {
    background: #FF4B8B;
    color: #fff;
    font-weight: 900;
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.event-name { font-size: 0.95rem; font-weight: 700; color: #333; line-height: 1.4; flex: 1; }
.event-note { font-size: 0.8rem; color: #FF4B8B; font-weight: 700; display: block; margin-top: 4px; }

.detail-link {
    display: block;
    text-align: center;
    color: #FF4B8B;
    font-weight: 900;
    text-decoration: none;
    font-size: 1rem;
    transition: opacity 0.3s;
}

.detail-link:hover { opacity: 0.7; }

.strategy-buffer { height: 80px; }

@media (max-width: 768px) {
    .strategy-section { padding-top: 60px; }
    .strategy-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; }
    .strategy-title { font-size: 1.6rem; }
    .strategy-lead { font-size: 0.95rem; text-align: center; }
    .strategy-card { padding: 30px 20px; }
    .strategy-card h3 { font-size: 1.2rem; }
    .annual-schedule-container { padding: 40px 20px; }
    .schedule-main-title { font-size: 1.3rem; }
    .month-label { width: 75px; margin-right: 12px; }
    .event-name { font-size: 0.85rem; }
    .strategy-buffer { height: 60px; }
}

/* ==========================================
   入会・レッスンの流れ
========================================== */
.flow-guide-section {
    padding: 100px 20px;
    background-color: #fff;
    color: #333;
}

.guide-container { max-width: 1100px; margin: 0 auto; text-align: center; }

.guide-title { font-size: 2.5rem; font-weight: 900; margin-bottom: 20px; }
.guide-subtitle { font-size: 1.2rem; color: #666; margin-bottom: 80px; line-height: 1.6; }

.sub-section-title {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 60px;
    color: #333;
    border-bottom: 2px solid #FFB3C6;
    display: inline-block;
    padding-bottom: 10px;
}

.join-flow-area { margin-bottom: 120px; }

.flow-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }

.step-card {
    background: #fdfdfd;
    padding: 40px 25px;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative;
}

.step-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF4B8B;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.step-icon { font-size: 3rem; margin-bottom: 20px; }
.step-card h4 { font-size: 1.3rem; font-weight: 900; margin-bottom: 15px; }
.step-card p { font-size: 0.95rem; line-height: 1.7; text-align: left; color: #555; }

.lesson-reserve-area { width: 100%; }

.reserve-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: flex-start;
}

.reserve-item { display: flex; flex-direction: column; }

.reserve-text {
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.4;
    color: #333;
    margin-bottom: 20px;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reserve-visual img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    display: block;
}

@media (max-width: 768px) {
    .flow-guide-section { padding: 60px 20px; }
    .guide-title { font-size: 1.8rem; }
    .guide-subtitle { font-size: 1rem; margin-bottom: 50px; }
    .flow-step-grid { grid-template-columns: 1fr; gap: 40px; }
    .sub-section-title { font-size: 1.3rem; margin-bottom: 40px; }
    .reserve-step-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .reserve-text { font-size: 0.85rem; height: 2.8rem; margin-bottom: 10px; }
}

/* ==========================================
   料金セクション
========================================== */
.pricing-section {
    padding: 80px 20px;
    background-color: #fff;
    color: #333;
}

.pricing-container { max-width: 1000px; margin: 0 auto; text-align: center; }

.pricing-title { font-size: 1.75rem; font-weight: 900; margin-bottom: 40px; line-height: 1.4; }

.tab-area { display: flex; justify-content: center; gap: 15px; margin-bottom: 15px; }

.tab-btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #eee;
    background: #f9f9f9;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Noto Sans JP', sans-serif;
}

.tab-btn.active { background: #FF4B8B; color: #fff; border-color: #FF4B8B; }

.consultation-note { font-size: 0.85rem; color: #666; margin-bottom: 40px; line-height: 1.6; }

.pricing-content { display: none; }
.pricing-content.active { display: block; animation: sneFadeIn 0.4s ease forwards; }

@keyframes sneFadeIn { from { opacity: 0; } to { opacity: 1; } }

.class-intro {
    margin-bottom: 40px;
    text-align: center;
    background: #fdfdfd;
    padding: 30px 20px;
    border-radius: 15px;
}

.class-intro h3 { font-size: 1.6rem; color: #FF4B8B; margin-bottom: 10px; font-weight: 900; }
.class-intro p { font-size: 1rem; color: #555; max-width: 600px; margin: 0 auto; }

.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px; }

.price-card {
    padding: 30px 15px;
    border: 2px solid #f0f0f0;
    border-radius: 20px;
    position: relative;
    background: #fff;
}

.price-card.recommended { border-color: #FF4B8B; background: #fffafb; }

.recommend-label {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF4B8B;
    color: #fff;
    padding: 2px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 900;
    white-space: nowrap;
}

.price-card h4 { font-size: 1.2rem; font-weight: 900; margin-bottom: 10px; color: #333; }
.amount { font-size: 2rem; font-weight: 900; margin: 10px 0; }
.amount span { font-size: 0.9rem; }
.monthly-label-inline { color: #FF4B8B; font-weight: 900; font-size: 0.8rem; margin-bottom: 0; }
.course-detail { font-size: 0.85rem; color: #666; line-height: 1.5; }

.other-fees-area { margin-top: 60px; }
.other-fees-title { font-size: 1.5rem; font-weight: 900; margin-bottom: 25px; }

.fee-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.fee-table th,
.fee-table td {
    padding: 20px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}

.fee-table th { background: #f9f9f9; font-weight: 900; color: #666; }
.fee-name { font-weight: 700; color: #333; width: 20%; }
.fee-val { font-weight: 900; color: #FF4B8B; width: 25%; font-size: 1.1rem; }
.fee-note { font-size: 0.85rem; color: #888; margin-top: 15px; }

.cta-wrap-area { margin-top: 50px; }

.hacomono-link-btn {
    display: inline-block;
    padding: 20px 60px;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 50px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(255, 126, 95, 0.2);
    margin-bottom: 15px;
    display: inline-block;
}

.hacomono-link-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 126, 95, 0.3);
    color: #fff;
}

@media (max-width: 768px) {
    .pricing-title { font-size: 1.4rem; margin-bottom: 30px; }
    .price-grid { grid-template-columns: 1fr; }
    .hacomono-link-btn { padding: 18px 30px; font-size: 1.1rem; width: 100%; box-sizing: border-box; }
    .fee-table td { padding: 12px 10px; font-size: 0.85rem; line-height: 1.4; }
    .fee-name { width: 22%; }
    .fee-val { width: 30%; font-size: 0.95rem; }
    .cta-note { font-size: 0.75rem; line-height: 1.4; }
}

/* ==========================================
   ファイナルCTA
========================================== */
.final-cta {
    padding: 100px 20px;
    background: linear-gradient(135deg, #FFF5F7 0%, #FFF0E6 100%);
}

.final-cta .cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.sne-fp .cta-box {
    background: #fff !important;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(255, 75, 139, 0.1);
    text-align: center;
    color: #333;
}

.cta-message {
    font-size: 2rem;
    font-weight: 900;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

.cta-sub-message {
    font-size: 1.2rem;
    font-weight: 700;
    color: #FF4B8B;
    margin-bottom: 40px;
}

.cta-button-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.final-cta .cta-limit {
    color: #FF4B8B;
    font-weight: 900;
    font-size: 1.1rem;
    margin-bottom: 30px;
    background: #FFF5F7;
    padding: 15px 20px;
    border-radius: 10px;
    border: 1px dashed #FF4B8B;
    line-height: 1.6;
    width: 100%;
    text-align: center;
}

.final-cta .limit-link {
    color: #FF4B8B;
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

.cta-instruction {
    font-size: 0.85rem;
    font-weight: 900;
    color: #FF4B8B;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}

.cta-lead {
    font-size: 0.9rem;
    font-weight: 900;
    color: #666;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.main-cta-btn {
    display: inline-block;
    padding: 25px 60px;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.4rem;
    border-radius: 60px;
    box-shadow: 0 10px 30px rgba(255, 126, 95, 0.3);
    transition: 0.3s;
    margin-bottom: 15px;
}

.main-cta-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 126, 95, 0.4);
    color: #fff;
}

@media (max-width: 768px) {
    .sne-fp .cta-box { padding: 40px 20px; }
    .cta-message { font-size: 1.4rem; }
    .cta-sub-message { font-size: 1.1rem; margin-bottom: 30px; }
    .final-cta .cta-limit { font-size: 0.95rem; padding: 12px 10px; }
    .cta-instruction { font-size: 0.75rem; }
    .main-cta-btn { padding: 20px 30px; font-size: 1.1rem; width: 100%; box-sizing: border-box; }
}

/* ==========================================
   フッター
========================================== */
.sne-fp .site-footer {
    background-color: #333;
    color: #fff;
    padding: 80px 20px 30px;
}

.footer-container { max-width: 1100px; margin: 0 auto; }

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr;
    gap: 60px;
    margin-bottom: 50px;
}

.footer-logo { margin-bottom: 25px; }
.footer-logo a { display: inline-block; }
.footer-logo img { width: 180px; height: auto; display: block; }

.footer-description { font-size: 0.85rem; line-height: 1.8; color: #ccc; text-align: left; }

.sne-fp .site-footer .footer-main h4 {
    font-size: 1.1rem;
    font-weight: 900;
    margin-bottom: 20px;
    border-left: 3px solid #FF4B8B;
    padding-left: 10px;
    color: #fff;
}

.footer-nav ul { list-style: none; padding: 0; margin: 0; }
.footer-nav a { color: #ccc; text-decoration: none; line-height: 2.2; font-size: 0.9rem; transition: color 0.3s; display: block; }
.footer-nav a:hover { color: #FF4B8B; }

.footer-contact p { font-size: 0.9rem; color: #ccc; line-height: 1.6; margin-bottom: 5px; }
.access-note { color: #FF4B8B !important; font-size: 0.8rem !important; margin-top: 10px; }

.footer-bottom { border-top: 1px solid #444; padding-top: 25px; text-align: center; }
.copyright { font-size: 0.8rem; color: #888; }

@media (max-width: 768px) {
    .footer-main { grid-template-columns: 1fr; gap: 40px; }
    .footer-logo img { margin: 0 auto; }
    .sne-fp .site-footer .footer-main h4 {
        border-left: none;
        border-bottom: 2px solid #FF4B8B;
        padding-left: 0;
        display: inline-block;
        padding-bottom: 5px;
    }
    .footer-nav,
    .footer-contact { text-align: center; }
}

/* ==========================================
   コーチ紹介ページ (.coach-page-wrapper で完全スコープ)
========================================== */
.coach-page-wrapper .coach-page * { box-sizing: border-box; }

.coach-page-wrapper .coach-page {
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
}

.coach-page-wrapper .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* --- ヒーロー --- */
.coach-page-wrapper .hero-box {
    background: #FFF5F7;
    padding: 100px 20px;
    text-align: center;
}

.coach-page-wrapper .hero-box h1 {
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.4;
}

.coach-page-wrapper .hero-box p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* --- プロフィール --- */
.coach-page-wrapper .profiles { padding: 100px 0; }

.coach-page-wrapper .profile-card {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

.coach-page-wrapper .profile-card:last-child { border-bottom: none; }
.coach-page-wrapper .profile-card.reverse { flex-direction: row-reverse; }

.coach-page-wrapper .profile-image { flex: 1; }

.coach-page-wrapper .profile-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: block;
}

/* src="" の画像にプレースホルダーを表示 */
.coach-page-wrapper .profile-image img[src=""],
.coach-page-wrapper .philosophy-image img[src=""] {
    min-height: 280px;
    background: #f5f5f5;
    border: 2px dashed #ddd;
}

.coach-page-wrapper .profile-info { flex: 1.2; text-align: left; }

.coach-page-wrapper .role {
    color: #FF4B8B;
    font-weight: 900;
    font-size: 0.95rem;
}

.coach-page-wrapper .profile-info h2 {
    font-size: 2.4rem;
    font-weight: 900;
    margin: 15px 0 25px;
}

.coach-page-wrapper .profile-info h2 span {
    font-size: 1.1rem;
    color: #888;
    margin-left: 10px;
    font-weight: 700;
}

.coach-page-wrapper .history p {
    font-size: 1rem;
    color: #444;
    margin-bottom: 30px;
    line-height: 1.9;
}

.coach-page-wrapper .message-box {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #FFDAE5;
    box-shadow: 0 10px 25px rgba(255, 75, 139, 0.05);
}

.coach-page-wrapper .message-box h4 {
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 15px;
    color: #FF4B8B;
}

/* --- 指導哲学 --- */
.coach-page-wrapper .philosophy-section {
    background: #333;
    color: #fff;
    padding: 100px 0;
}

.coach-page-wrapper .sub-title {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 60px;
    text-align: center;
}

.coach-page-wrapper .philosophy-flex {
    display: flex;
    align-items: center;
    gap: 70px;
}

.coach-page-wrapper .philosophy-image { flex: 1; }

.coach-page-wrapper .philosophy-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.coach-page-wrapper .philosophy-content { flex: 1; text-align: left; }

.coach-page-wrapper .philosophy-content h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 30px;
    color: #FEB47B;
}

/* --- 安全対策 --- */
.coach-page-wrapper .safety-section {
    padding: 120px 0;
    background: #fff;
    text-align: center;
}

.coach-page-wrapper .safety-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.coach-page-wrapper .safety-card {
    padding: 40px 25px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
}

.coach-page-wrapper .s-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.coach-page-wrapper .safety-card h4 {
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 15px;
}

/* ==========================================
   コーチ紹介ページ レスポンシブ
========================================== */
@media (max-width: 768px) {
    .coach-page-wrapper .container { padding: 0 30px !important; }

    .coach-page-wrapper .hero-box { padding: 60px 20px; }
    .coach-page-wrapper .hero-box h1 { font-size: 1.6rem; text-align: left; }

    .coach-page-wrapper .profiles { padding: 40px 0; }

    .coach-page-wrapper .profile-card,
    .coach-page-wrapper .profile-card.reverse {
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
        gap: 0;
    }

    /* display:contents で子要素をフレックス直下に昇格させ order で並べ替え */
    .coach-page-wrapper .profile-info { display: contents; }

    .coach-page-wrapper .role         { order: 1; text-align: left; display: block; margin-bottom: 5px; }
    .coach-page-wrapper .profile-info h2 { order: 2; text-align: left; font-size: 1.8rem; margin: 0 0 25px; }
    .coach-page-wrapper .profile-image { order: 3; margin-bottom: 30px; width: 100%; }
    .coach-page-wrapper .history       { order: 4; margin-bottom: 20px; }
    .coach-page-wrapper .history p     { font-size: 0.95rem; }
    .coach-page-wrapper .message-box   { order: 5; padding: 25px; margin-top: 10px; }

    .coach-page-wrapper .philosophy-section { padding: 60px 0; }
    .coach-page-wrapper .sub-title { font-size: 1.5rem; line-height: 1.4; margin-bottom: 30px; }
    .coach-page-wrapper .philosophy-flex { flex-direction: column; gap: 20px; }
    .coach-page-wrapper .philosophy-content h3 { font-size: 1.4rem; margin-bottom: 20px; text-align: left; }
    .coach-page-wrapper .philosophy-content p  { text-align: left; font-size: 0.95rem; }

    .coach-page-wrapper .safety-section { padding: 60px 0; }
    .coach-page-wrapper .safety-grid    { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; }
    .coach-page-wrapper .safety-card    { padding: 30px 20px; text-align: center; }
    .coach-page-wrapper .s-icon         { font-size: 3rem; margin-bottom: 10px; }
}

/* ==========================================
   ボトムCTAセクション（page-coach.php 等で使用）
========================================== */
.bottom-cta-section {
    width: 100%;
    padding: 80px 20px 0;
    background: #FFF5F7;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
}

.bottom-cta-section *,
.bottom-cta-section *::before,
.bottom-cta-section *::after {
    box-sizing: border-box;
}

.bottom-cta-section .bottom-cta-inner {
    max-width: 900px;
    margin: 0 auto;
}

.bottom-cta-section h3 {
    font-size: 1.6rem;
    font-weight: 900;
    margin: 0 0 30px;
    color: #333;
    line-height: 1.5;
}

.bottom-cta-section .btn-area {
    margin-bottom: 50px;
}

.bottom-cta-section .footer-btn {
    display: inline-block;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.3rem;
    box-shadow: 0 10px 25px rgba(255, 126, 95, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
}

.bottom-cta-section .footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 126, 95, 0.4);
    color: #fff;
}

.bottom-cta-section .recruit-mini-banner {
    margin-bottom: 50px;
    padding: 25px;
    border: 2px dashed #FF4B8B;
    border-radius: 15px;
    background: #fff;
}

.bottom-cta-section .recruit-mini-banner p {
    font-size: 0.9rem;
    font-weight: 700;
    color: #FF4B8B;
    margin: 0 0 10px;
}

.bottom-cta-section .recruit-link {
    color: #333;
    text-decoration: underline;
    font-weight: 900;
    font-size: 1.1rem;
    transition: color 0.3s;
}

.bottom-cta-section .recruit-link:hover {
    color: #FF4B8B;
}

.bottom-cta-section .back-home {
    display: inline-block;
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.bottom-cta-section .back-home:hover {
    color: #FF4B8B;
}

.bottom-cta-section .bottom-buffer {
    height: 60px;
}

@media (max-width: 768px) {
    .bottom-cta-section { padding: 60px 16px 0; }
    .bottom-cta-section h3 { font-size: 1.3rem; }
    .bottom-cta-section .footer-btn {
        display: block;
        width: 100%;
        padding: 18px 20px;
        font-size: 1.1rem;
    }
    .bottom-cta-section .recruit-mini-banner { padding: 20px 15px; }
    .bottom-cta-section .recruit-link { font-size: 1rem; }
}

/* ==========================================
   スティッキーヘッダー
========================================== */
.sne-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.sne-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 68px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sne-header-logo { flex-shrink: 0; }

.sne-header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.sne-header-logo img {
    height: 44px;
    width: auto;
    display: block;
}

/* ロゴ未設定時のプレースホルダー */
.sne-header-logo img[src=""] {
    min-width: 130px;
    height: 44px;
    background: #f5f5f5;
    border-radius: 6px;
    border: 1px dashed #ddd;
}

.sne-header-nav { flex: 1; }

.sne-header-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.sne-header-nav > ul > li > a {
    text-decoration: none;
    color: #444;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
    transition: color 0.2s;
}

.sne-header-nav > ul > li > a:hover { color: #FF4B8B; }

/* デスクトップCTAボタン */
.sne-header-cta {
    flex-shrink: 0;
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.88rem;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(255, 126, 95, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    line-height: 1.4;
}

.sne-header-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 126, 95, 0.45);
    color: #fff;
}

/* CTAボタン内テキストの出し分け（PC / SP） */
.sne-header-cta .cta-text-pc { display: inline; }
.sne-header-cta .cta-text-sp { display: none; }

/* ハンバーガーボタン（モバイルのみ表示） */
.sne-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

.sne-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.sne-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.sne-hamburger.open span:nth-child(2) { opacity: 0; }
.sne-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* モバイルメニュー内CTA（デスクトップでは非表示） */
.sne-nav-cta-mobile { display: none; }

@media (max-width: 768px) {
    .sne-header-inner {
        justify-content: space-between;
        padding: 0 12px;
        gap: 8px;
    }

    .sne-header-logo img { height: 38px; }

    /* モバイルナビドロップダウン */
    .sne-header-nav {
        display: none;
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
        padding: 16px 20px 24px;
        flex-direction: column;
        align-items: stretch;
    }

    .sne-header-nav.open { display: flex; }

    .sne-header-nav > ul {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
    }

    .sne-header-nav > ul > li {
        border-bottom: 1px solid #f5f5f5;
    }

    .sne-header-nav > ul > li > a {
        display: block;
        padding: 14px 4px;
        font-size: 1rem;
        color: #333;
    }

    /* モバイルでもヘッダーCTAを常時表示（コンパクト版） */
    .sne-header-cta {
        padding: 8px 14px;
        font-size: 0.78rem;
        box-shadow: 0 3px 8px rgba(255, 126, 95, 0.3);
    }
    .sne-header-cta .cta-text-pc { display: none; }
    .sne-header-cta .cta-text-sp { display: inline; }

    /* モバイルメニュー内CTAを表示 */
    .sne-nav-cta-mobile {
        display: block;
        margin-top: 20px;
        padding: 14px 20px;
        background: linear-gradient(90deg, #FF7E5F, #FEB47B);
        color: #fff;
        text-decoration: none;
        font-weight: 900;
        font-size: 1rem;
        border-radius: 50px;
        text-align: center;
        box-shadow: 0 4px 12px rgba(255, 126, 95, 0.3);
    }

    .sne-hamburger { display: flex; }
}

/* =========================================================
   Q&A ページ (page-qa.php)
   StudioデザインのFAQ・ボトムCTAスタイル
   全クラスは `.qa-` プレフィックスでスコープ
   ========================================================= */
.qa-page-wrapper {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
}

/* ---------- FAQ セクション ---------- */
.qa-final-faq {
    padding: 80px 0;
    background-color: #ffffff;
    width: 100%;
}

.qa-faq-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.qa-faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.qa-faq-label {
    color: #FF4B8B;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 10px;
}

.qa-faq-main-title {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.qa-sp-only { display: none; }

.qa-faq-category {
    margin-bottom: 60px;
}

.qa-category-title {
    font-size: 1.4rem;
    font-weight: 900;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFDAE5;
    display: inline-block;
}

.qa-faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.qa-faq-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
}

.qa-faq-card:hover { border-color: #FFDAE5; }

.qa-line-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

.qa-symbol {
    font-weight: 900;
    font-size: 1.3rem;
    min-width: 25px;
    text-align: left;
    flex-shrink: 0;
}

.qa-q-color { color: #FF4B8B; }
.qa-a-color { color: #FF7E5F; }

.qa-text {
    flex: 1;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}

.qa-faq-card summary {
    list-style: none;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.qa-faq-card summary::-webkit-details-marker { display: none; }

.qa-faq-card summary .qa-text {
    font-weight: 700;
    color: #333;
}

.qa-plus-icon {
    position: relative;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 20px;
}

.qa-plus-icon::before,
.qa-plus-icon::after {
    content: "";
    position: absolute;
    background: #ccc;
    transition: 0.3s;
}

.qa-plus-icon::before {
    width: 100%;
    height: 2px;
    top: 7px;
    left: 0;
}

.qa-plus-icon::after {
    width: 2px;
    height: 100%;
    top: 0;
    left: 7px;
}

.qa-faq-card[open] .qa-plus-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.qa-faq-card[open] .qa-plus-icon::before { background: #FF4B8B; }

.qa-a-content {
    padding: 0 30px 30px 30px;
    background-color: #fdfdfd;
}

/* ---------- ページ下部CTA ---------- */
.qa-page-bottom-cta {
    padding: 100px 20px;
    background-color: #FFF5F7;
    text-align: center;
}

.qa-cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.qa-cta-message {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
}

.qa-cta-sub {
    font-size: 1rem;
    color: #666;
    margin-bottom: 40px;
}

.qa-btn-primary {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: #fff !important;
    text-decoration: none;
    padding: 22px 60px;
    border-radius: 60px;
    box-shadow: 0 10px 25px rgba(255, 126, 95, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.qa-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 126, 95, 0.4);
}

.qa-btn-label {
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 4px;
    opacity: 0.9;
}

.qa-btn-text {
    font-size: 1.4rem;
    font-weight: 900;
}

.qa-btn-back-home {
    display: block;
    color: #FF4B8B;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.qa-btn-back-home:hover {
    opacity: 0.7;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .qa-faq-inner { padding: 0 30px; }
    .qa-faq-header { margin-bottom: 40px; }
    .qa-faq-main-title { font-size: 1.6rem; text-align: center; }
    .qa-category-title { font-size: 1.2rem; }
    .qa-faq-card summary { padding: 20px; }
    .qa-a-content { padding: 0 20px 20px 20px; }
    .qa-text { font-size: 0.95rem; }
    .qa-sp-only { display: block; }

    .qa-page-bottom-cta { padding: 80px 20px; }
    .qa-cta-message { font-size: 1.3rem; }
    .qa-btn-primary {
        width: 100%;
        padding: 18px 20px;
        box-sizing: border-box;
    }
    .qa-btn-text { font-size: 1.2rem; }
}

/* ========================================
   大会出場ページ (page-competition.php)
   .competition-page-wrapper でスコープし
   既存スタイルと干渉しないようにしています
======================================== */
.competition-page-wrapper {
    --sne-pink: #FF4B8B;
    --sne-gray: #1a1a1a;
    --light-gray: #f8f8f8;
    --comp-white: #ffffff;
    --comp-border: #eee;
    font-family: 'Noto Sans JP', sans-serif;
    color: #444;
}

.competition-page-wrapper * { box-sizing: border-box; }

/* --- INDEXボックス --- */
.competition-page-wrapper .sne-agenda-box {
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 20px;
}

.competition-page-wrapper .agenda-lead {
    font-size: 0.9rem;
    margin-bottom: 20px;
    color: #666;
}

.competition-page-wrapper .agenda-header {
    font-size: 1.1rem;
    font-weight: 900;
    color: #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.competition-page-wrapper .agenda-header::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 1.2em;
    background-color: var(--sne-pink);
}

.competition-page-wrapper .agenda-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.competition-page-wrapper .agenda-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background-color: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    color: #333;
}

.competition-page-wrapper .agenda-label {
    color: var(--sne-pink);
    font-weight: 900;
    min-width: 80px;
    font-size: 0.9rem;
    display: inline-block;
}

/* --- 本文コンテナ --- */
.competition-page-wrapper .sne-container {
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto;
    background: var(--comp-white);
    padding-bottom: 80px;
}

.competition-page-wrapper .section-title {
    background: var(--sne-gray);
    color: var(--comp-white);
    padding: 18px 20px;
    font-size: 1.25rem;
    font-weight: 900;
    border-left: 8px solid var(--sne-pink);
    margin-top: 50px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
}

.competition-page-wrapper .content-box {
    padding: 30px 20px;
    border: 1px solid var(--comp-border);
    border-top: none;
    background-color: #fff;
}

.competition-page-wrapper .content-box h3 {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--sne-gray);
    border-bottom: 3px solid #FFDAE5;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 35px;
    padding-bottom: 5px;
}

/* --- 年間スケジュールリスト --- */
.competition-page-wrapper .schedule-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.competition-page-wrapper .schedule-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--comp-border);
    padding: 16px 0;
}

.competition-page-wrapper .month-label {
    background: var(--sne-pink);
    color: var(--comp-white);
    font-weight: 900;
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.competition-page-wrapper .event-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

.competition-page-wrapper .event-note {
    font-size: 0.8rem;
    color: var(--sne-pink);
    font-weight: 700;
    display: block;
    margin-top: 4px;
}

/* --- ハイライトカード --- */
.competition-page-wrapper .highlight-card {
    background: #FFF0F5;
    border-radius: 12px;
    padding: 25px;
    margin: 25px 0;
    border-left: 4px solid var(--sne-pink);
}

.competition-page-wrapper .highlight-title {
    color: var(--sne-pink);
    font-weight: 900;
    margin-bottom: 10px;
    display: block;
    font-size: 1.1rem;
}

.competition-page-wrapper .text-danger {
    color: #d00000;
    font-weight: bold;
}

.competition-page-wrapper .link-pink {
    color: var(--sne-pink);
    font-weight: bold;
    text-decoration: underline;
}

/* --- 画像・キャプション --- */
.competition-page-wrapper .content-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 20px 0 10px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.competition-page-wrapper .img-caption {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #666;
    margin-bottom: 30px;
}

/* --- リスト --- */
.competition-page-wrapper .content-box ul {
    padding-left: 20px;
}

.competition-page-wrapper .content-box ul li {
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.competition-page-wrapper .small-text {
    font-size: 0.85rem;
    color: #666;
    display: block;
    margin-top: 4px;
    line-height: 1.5;
}

.competition-page-wrapper .info-block {
    font-size: 0.95rem;
    margin-top: 20px;
}

.competition-page-wrapper .info-block-sub {
    margin-top: 15px;
}

.competition-page-wrapper .appendix-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 20px;
}

/* --- Amazonプレビューカード --- */
.competition-page-wrapper .amazon-card {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    margin: 25px 0;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.competition-page-wrapper .amazon-card:hover {
    border-color: var(--sne-pink);
    transform: translateY(-2px);
}

.competition-page-wrapper .amazon-card-img {
    width: 140px;
    height: 140px;
    background: #fff;
    flex-shrink: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.competition-page-wrapper .amazon-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.competition-page-wrapper .amazon-card-info {
    padding: 15px;
    flex: 1;
    border-left: 1px solid #eee;
}

.competition-page-wrapper .amazon-card-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 5px;
    color: var(--sne-pink);
    display: block;
}

.competition-page-wrapper .amazon-card-desc {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

.competition-page-wrapper .amazon-card-btn {
    color: #0066c0;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 8px;
    display: block;
}

/* --- Googleマップ埋め込み --- */
.competition-page-wrapper .map-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.competition-page-wrapper .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* --- スマホ向け調整 --- */
@media (max-width: 768px) {
    .competition-page-wrapper .section-title {
        font-size: 1.1rem;
        padding: 15px 18px;
        margin-top: 40px;
    }
    .competition-page-wrapper .content-box {
        padding: 25px 18px;
    }
    .competition-page-wrapper .month-label {
        width: 75px;
        font-size: 0.75rem;
        margin-right: 15px;
    }
    .competition-page-wrapper .amazon-card {
        flex-direction: column;
        align-items: stretch;
    }
    .competition-page-wrapper .amazon-card-img {
        width: 100%;
        height: 180px;
        border-bottom: 1px solid #eee;
    }
    .competition-page-wrapper .amazon-card-info {
        border-left: none;
    }
}

/* ========================================
   会場・アクセスページ (page-access.php)
   .access-page-wrapper でスコープし
   既存スタイルと干渉しないようにしています
======================================== */
.access-page-wrapper {
    --acc-pink: #FF4B8B;
    --acc-pink-bg: #FFF5F7;
    --acc-pink-border: #FFB3C6;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    line-height: 1.8;
    background: #fff;
}

.access-page-wrapper * { box-sizing: border-box; }

.access-page-wrapper .access-page {
    width: 100%;
    overflow-x: hidden;
}

/* 画像の暴走防止 */
.access-page-wrapper .access-page img {
    max-width: 100%;
    height: auto;
}

.access-page-wrapper .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* --- ヒーロー --- */
.access-page-wrapper .access-hero {
    padding: 60px 0;
    background: var(--acc-pink-bg);
    text-align: center;
}

.access-page-wrapper .sub-label {
    color: var(--acc-pink);
    font-weight: 900;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.access-page-wrapper .access-hero h1 {
    font-size: 2.2rem;
    font-weight: 900;
    margin: 0 0 25px;
    line-height: 1.4;
    color: #1a1a1a;
}

.access-page-wrapper .access-hero p {
    font-size: 1rem;
    color: #555;
    max-width: 720px;
    margin: 0 auto;
}

/* --- 共通セクション見出し --- */
.access-page-wrapper .section-title {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0 0 40px;
    text-align: center;
    color: #1a1a1a;
}

/* --- 全体マップ --- */
.access-page-wrapper .map-overview {
    padding: 80px 0;
}

.access-page-wrapper .map-visual img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

/* --- 練習拠点 --- */
.access-page-wrapper .spot-section {
    padding: 80px 0;
    background: #fdfdfd;
}

.access-page-wrapper .spot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.access-page-wrapper .spot-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.access-page-wrapper .spot-card h3 {
    font-size: 1.3rem;
    font-weight: 900;
    margin: 0 0 12px;
    color: var(--acc-pink);
}

.access-page-wrapper .spot-card p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
}

/* --- 送迎・駐車場 --- */
.access-page-wrapper .utility-section {
    padding: 80px 0;
}

.access-page-wrapper .utility-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.access-page-wrapper .u-text {
    flex: 1;
}

.access-page-wrapper .u-text .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.access-page-wrapper .parking-fee {
    font-size: 0.95rem;
    font-weight: 900;
    color: var(--acc-pink);
    margin-top: 20px;
    border-left: 3px solid var(--acc-pink);
    padding-left: 12px;
}

.access-page-wrapper .slider-container {
    flex: 1;
    width: 100%;
}

.access-page-wrapper .slider-box {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    background: #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.access-page-wrapper .slider-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}

.access-page-wrapper .slider-box img.active {
    opacity: 1;
    z-index: 2;
}

/* --- 安全な環境 --- */
.access-page-wrapper .facility-section {
    padding: 80px 0;
    background: #fdfdfd;
}

.access-page-wrapper .facility-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.access-page-wrapper .f-item {
    text-align: center;
}

.access-page-wrapper .f-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.access-page-wrapper .f-item h4 {
    font-size: 1.2rem;
    font-weight: 900;
    margin: 0 0 12px;
    color: #1a1a1a;
}

.access-page-wrapper .f-item p {
    font-size: 0.95rem;
    color: #555;
    margin: 0;
    text-align: left;
}

/* --- Googleマップ埋め込み（レスポンシブ） --- */
.access-page-wrapper .map-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.access-page-wrapper .map-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* --- ボトムCTA --- */
.access-page-wrapper .access-footer-cta {
    padding: 100px 20px;
    background-color: var(--acc-pink-bg);
    text-align: center;
    border-top: 1px solid var(--acc-pink-border);
}

.access-page-wrapper .cta-inner {
    max-width: 800px;
    margin: 0 auto;
}

.access-page-wrapper .cta-message {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 20px;
    color: #333;
}

.access-page-wrapper .cta-sub {
    font-size: 1.1rem;
    color: #666;
    margin: 0 0 45px;
}

.access-page-wrapper .btn-primary {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FF7E5F, #FEB47B);
    color: #fff !important;
    text-decoration: none;
    padding: 22px 70px;
    border-radius: 60px;
    box-shadow: 0 10px 25px rgba(255, 126, 95, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.access-page-wrapper .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 126, 95, 0.4);
}

.access-page-wrapper .btn-label {
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 5px;
    opacity: 0.9;
}

.access-page-wrapper .btn-text {
    font-size: 1.5rem;
    font-weight: 900;
}

.access-page-wrapper .btn-back-home {
    display: block;
    color: var(--acc-pink);
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s;
}

.access-page-wrapper .btn-back-home:hover {
    opacity: 0.7;
    text-decoration: underline;
}

/* --- スマホ向け調整 --- */
@media (max-width: 768px) {
    .access-page-wrapper .container {
        padding: 0 24px;
    }
    .access-page-wrapper .access-hero {
        padding: 50px 0;
    }
    .access-page-wrapper .access-hero h1 {
        font-size: 1.6rem;
    }
    .access-page-wrapper .section-title {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .access-page-wrapper .map-overview,
    .access-page-wrapper .spot-section,
    .access-page-wrapper .utility-section,
    .access-page-wrapper .facility-section {
        padding: 60px 0;
    }
    .access-page-wrapper .spot-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .access-page-wrapper .utility-flex {
        flex-direction: column;
        gap: 30px;
    }
    .access-page-wrapper .u-text .section-title {
        text-align: center;
    }
    .access-page-wrapper .slider-box {
        height: 280px;
    }
    .access-page-wrapper .facility-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .access-page-wrapper .access-footer-cta {
        padding: 80px 20px;
    }
    .access-page-wrapper .cta-message {
        font-size: 1.4rem;
    }
    .access-page-wrapper .btn-primary {
        width: 100%;
        padding: 18px 20px;
    }
    .access-page-wrapper .btn-text {
        font-size: 1.3rem;
    }
}

/* ==========================================================
   コーチ募集ページ（page-recruit.php）専用スタイル
   全て .recruit-page-wrapper 配下にスコープし、
   既存ページに影響を与えないようにしています。
========================================================== */
.recruit-page-wrapper { font-family: 'Noto Sans JP', sans-serif; color: #333; line-height: 1.8; background: #fff; width: 100%; overflow: visible; }
.recruit-page-wrapper * { box-sizing: border-box; }
.recruit-page-wrapper .recruit-page { width: 100%; }
.recruit-page-wrapper .recruit-container { max-width: 900px; margin: 0 auto; padding: 0 20px; position: relative; }

/* --- ヒーロー --- */
.recruit-page-wrapper .recruit-hero {
    background: linear-gradient(135deg, #FF4B8B 0%, #FF7E5F 100%);
    color: #fff;
    padding: 100px 20px 80px;
    text-align: center;
}
.recruit-page-wrapper .recruit-tags { margin-bottom: 20px; display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.recruit-page-wrapper .tag { background: rgba(255,255,255,0.2); border: 1px solid #fff; padding: 5px 15px; border-radius: 5px; font-size: 0.85rem; font-weight: 700; }
.recruit-page-wrapper .hero-sub { font-weight: 900; letter-spacing: 0.1em; opacity: 0.8; margin-bottom: 15px; font-size: 0.9rem; }
.recruit-page-wrapper .recruit-hero h1 { font-size: 2.3rem; font-weight: 900; line-height: 1.4; margin-bottom: 25px; color: #fff; }
.recruit-page-wrapper .hero-intro { font-size: 1.1rem; max-width: 700px; margin: 0 auto; opacity: 0.95; }

/* --- セクション共通 --- */
.recruit-page-wrapper .section-title {
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin: 80px 0 40px;
    color: #FF4B8B;
    letter-spacing: 0.1em;
}

/* --- ビジョン --- */
.recruit-page-wrapper .vision-card {
    background: #fdfdfd;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    text-align: center;
    margin-top: 40px;
}
.recruit-page-wrapper .vision-card p { margin: 0; }

/* --- CEOメッセージ --- */
.recruit-page-wrapper .message-box {
    background: #FDF4F6;
    padding: 50px;
    border-radius: 30px;
    border-left: 8px solid #FF4B8B;
}
.recruit-page-wrapper .message-text h3 { font-size: 1.6rem; font-weight: 900; margin-bottom: 20px; color: #333; }
.recruit-page-wrapper .message-text p { margin: 0 0 1em; }
.recruit-page-wrapper .message-text p:last-child { margin-bottom: 0; }

/* --- メリット --- */
.recruit-page-wrapper .merit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.recruit-page-wrapper .merit-item {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: center;
    border: 1px solid #eee;
}
.recruit-page-wrapper .merit-icon { font-size: 2.5rem; margin-bottom: 15px; line-height: 1; }
.recruit-page-wrapper .merit-item h4 { font-weight: 900; font-size: 1.1rem; color: #FF4B8B; margin: 0 0 10px; }
.recruit-page-wrapper .merit-item p { font-size: 0.9rem; line-height: 1.6; margin: 0; }

/* --- 募集要項テーブル --- */
.recruit-page-wrapper .recruit-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    background: #fff;
}
.recruit-page-wrapper .recruit-table th,
.recruit-page-wrapper .recruit-table td {
    padding: 25px;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top;
}
.recruit-page-wrapper .recruit-table th {
    width: 25%;
    font-weight: 900;
    color: #666;
    background: #f9f9f9;
    white-space: nowrap;
}
.recruit-page-wrapper .recruit-table td strong { color: #FF4B8B; }
.recruit-page-wrapper .note-inline { font-size: 0.85rem; color: #888; display: block; margin-top: 5px; }

/* --- 選考フロー --- */
.recruit-page-wrapper .process-flow {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.recruit-page-wrapper .step {
    flex: 1;
    background: #333;
    color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
}
.recruit-page-wrapper .step span {
    display: block;
    font-size: 0.75rem;
    opacity: 0.6;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}

/* --- CTA --- */
.recruit-page-wrapper .recruit-cta {
    background: #333;
    color: #fff;
    padding: 60px 20px;
    border-radius: 30px;
    text-align: center;
    margin-top: 100px;
}
.recruit-page-wrapper .recruit-cta h3 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    margin: 0 0 15px;
}
.recruit-page-wrapper .recruit-cta p { margin: 0 0 10px; }
.recruit-page-wrapper .cta-btns { margin: 30px 0 15px; }

/* 応募ボタン（強調デザイン：白背景 + ピンクアクセント + ホバーで反転） */
.recruit-page-wrapper .mail-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    color: #FF4B8B;
    padding: 20px 48px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2rem;
    box-shadow: 0 12px 30px rgba(255, 75, 139, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    border: 2px solid #fff;
}
.recruit-page-wrapper .mail-btn:hover,
.recruit-page-wrapper .mail-btn:focus {
    background: #FF4B8B;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(255, 75, 139, 0.5);
}
.recruit-page-wrapper .mail-btn-icon { font-size: 1.3rem; line-height: 1; }
.recruit-page-wrapper .cta-note { font-size: 0.9rem; opacity: 0.85; margin-top: 10px; }

.recruit-page-wrapper .bottom-buffer { height: 100px; }

/* --- トップへ戻るリンク --- */
.recruit-page-wrapper .recruit-back {
    text-align: center;
    padding: 0 20px 80px;
}
.recruit-page-wrapper .btn-back-home {
    display: inline-block;
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.recruit-page-wrapper .btn-back-home:hover {
    color: #FF4B8B;
    border-bottom-color: #FF4B8B;
}

/* --- レスポンシブ --- */
@media (max-width: 768px) {
    .recruit-page-wrapper .recruit-hero { padding: 70px 20px 60px; }
    .recruit-page-wrapper .recruit-hero h1 { font-size: 1.7rem; }
    .recruit-page-wrapper .hero-intro { font-size: 1rem; }
    .recruit-page-wrapper .section-title { margin: 60px 0 30px; }
    .recruit-page-wrapper .merit-grid { grid-template-columns: 1fr; }
    .recruit-page-wrapper .recruit-table th,
    .recruit-page-wrapper .recruit-table td { display: block; width: 100%; padding: 15px 20px; }
    .recruit-page-wrapper .recruit-table th { white-space: normal; border-bottom: none; }
    .recruit-page-wrapper .message-box { padding: 30px 20px; }
    .recruit-page-wrapper .vision-card { padding: 30px 20px; }
    .recruit-page-wrapper .process-flow { flex-direction: column; }
    .recruit-page-wrapper .step { margin-bottom: 0; }
    .recruit-page-wrapper .recruit-cta { padding: 50px 20px; margin-top: 70px; }
    .recruit-page-wrapper .recruit-cta h3 { font-size: 1.3rem; }
    .recruit-page-wrapper .mail-btn { padding: 16px 32px; font-size: 1.05rem; width: 100%; justify-content: center; }
    .recruit-page-wrapper .bottom-buffer { height: 60px; }
}

/* ==========================================
   お知らせ一覧（archive.php / .sne-news スコープ）
========================================== */
.sne-news {
    padding: 140px 20px 80px;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
.sne-news .container { max-width: 900px; margin: 0 auto; }

.sne-news .news-header { text-align: center; margin-bottom: 50px; }
.sne-news .sub-label {
    color: #FF4B8B;
    font-weight: 900;
    font-size: 0.9rem;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 10px;
}
.sne-news .section-title {
    font-size: 2rem;
    font-weight: 900;
    color: #333;
    margin: 0;
}

.sne-news .news-list { border-top: 1px solid #eee; }

.sne-news .news-item {
    display: flex;
    align-items: center;
    padding: 25px 15px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}
.sne-news .news-item:hover { background-color: #FFF5F7; }

.sne-news .news-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 200px;
}
.sne-news .news-date { font-size: 0.95rem; color: #888; font-weight: 500; }

.sne-news .news-category {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    background: #f0f0f0;
    color: #666;
}

.sne-news .news-content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.sne-news .news-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.5;
    position: relative;
}

.sne-news .badge-new {
    display: inline-block;
    background-color: #FF4B8B;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 10px;
    vertical-align: middle;
    letter-spacing: 0.05em;
    position: relative;
    top: -1px;
}

/* 一覧の矢印（フロントの .arrow と競合しないようスコープ） */
.sne-news .arrow {
    width: 8px;
    height: 8px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    margin-left: 20px;
    font-size: 0;
    color: transparent;
}

.sne-news .news-empty {
    text-align: center;
    padding: 40px 20px;
    color: #888;
    font-weight: 500;
}

.sne-news .news-footer { text-align: center; margin-top: 50px; }

.sne-news .news-pagination {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.sne-news .news-pagination a,
.sne-news .news-pagination span {
    display: inline-block;
    padding: 8px 14px;
    border: 2px solid #eee;
    border-radius: 50px;
    color: #666;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}
.sne-news .news-pagination a:hover {
    border-color: #FF4B8B;
    color: #FF4B8B;
    background: #FFF5F7;
}
.sne-news .news-pagination .current {
    border-color: #FF4B8B;
    color: #fff;
    background: #FF4B8B;
}

@media (max-width: 768px) {
    .sne-news { padding: 100px 20px 60px; }
    .sne-news .news-item { flex-direction: column; align-items: flex-start; gap: 10px; }
    .sne-news .news-meta { min-width: auto; gap: 15px; }
    .sne-news .news-content { padding-left: 0; width: 100%; }
    .sne-news .arrow { display: none; }
    .sne-news .badge-new { margin-left: 5px; }
}

/* ==========================================
   お知らせ詳細（single.php / .news-article スコープ）
========================================== */
.news-article {
    padding: 150px 20px 100px;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}
.news-article .article-container { max-width: 800px; margin: 0 auto; }

.news-article .article-header { margin-bottom: 40px; text-align: left; }
.news-article .article-meta {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.news-article .article-date { color: #888; font-weight: 500; }
.news-article .article-category {
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #666;
}
.news-article .article-title {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
}

.news-article .article-visual { margin-bottom: 50px; }
.news-article .article-visual img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.news-article .article-body { line-height: 2; font-size: 1.05rem; }
.news-article .article-body p { margin-bottom: 25px; }
.news-article .article-body h2,
.news-article .article-body h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #FF4B8B;
    margin: 50px 0 20px;
    border-bottom: 2px solid #FFDAE5;
    padding-bottom: 10px;
}
.news-article .article-body ul { padding: 0; }
.news-article .article-body li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}
.news-article .article-body li::before {
    content: "●";
    color: #FF4B8B;
    position: absolute;
    left: 0;
    top: 0.55em;
    font-size: 0.8rem;
    line-height: 1;
}

/* 中央寄せレイアウト用ヘルパー（記事②③④の中央寄せパターンに対応） */
.news-article .article-body.is-centered,
.news-article .article-body .is-centered { text-align: center; }
.news-article .article-body.is-centered > p,
.news-article .article-body .is-centered > p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.news-article .article-body.is-centered > h2,
.news-article .article-body.is-centered > h3,
.news-article .article-body .is-centered > h2,
.news-article .article-body .is-centered > h3 {
    margin: 50px auto 30px;
    display: inline-block;
}

/* 中央寄せ箇条書き */
.news-article .article-list-center {
    display: inline-block;
    text-align: left;
    padding: 0;
    margin: 0 auto 30px;
    max-width: 650px;
    list-style: none;
}
.news-article .article-list-center li {
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}
.news-article .article-list-center li::before {
    content: "●";
    color: #FF4B8B;
    position: absolute;
    left: 0;
    top: 0.55em;
    font-size: 0.8rem;
    line-height: 1;
}

/* ステータス枠（残席情報） */
.news-article .status-frame {
    border: 2px solid #FF4B8B;
    background: #FFF5F7;
    border-radius: 15px;
    padding: 20px;
    margin: 0 auto 40px;
    max-width: 600px;
    text-align: center;
}
.news-article .status-title {
    font-weight: 900;
    color: #FF4B8B;
    margin-bottom: 10px !important;
}
.news-article .status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    margin: 5px auto;
}
.news-article .class-name { font-weight: 700; font-size: 0.95rem; }
.news-article .status-label {
    font-weight: 900;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}
.news-article .status-label.full { background: #ccc; color: #fff; }
.news-article .status-label.remaining { background: #FF4B8B; color: #fff; }

/* 記事内の実績カードレイアウト（フロントの .results-grid の上書き） */
.news-article .article-results-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 40px auto;
    max-width: 100%;
}
.news-article .article-results-layout .result-card { padding: 25px 15px; }
.news-article .article-results-layout .student-info { margin-bottom: 15px; }
.news-article .article-results-layout .school { font-size: 0.8rem; }
.news-article .article-results-layout .name { font-size: 1rem; }
.news-article .article-results-layout .time-display { gap: 8px; margin-bottom: 15px; }
.news-article .article-results-layout .time-box .label { font-size: 0.6rem; margin-bottom: 2px; }
.news-article .article-results-layout .time-box .value { font-size: 1.4rem; }
.news-article .article-results-layout .time-box .value.highlight { font-size: 1.8rem; }
.news-article .article-results-layout .time-box .value small { font-size: 0.8rem; }
.news-article .article-results-layout .arrow { font-size: 1.1rem; }
.news-article .article-results-layout .improvement-badge { padding: 8px 12px; font-size: 0.85rem; }
.news-article .article-results-layout .improvement-badge strong { font-size: 1rem; }

.news-article .results-footer-msg {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
}

/* アプリ／イベント情報ボックス */
.news-article .app-info-box {
    background: #FFF5F7;
    padding: 30px;
    border-radius: 15px;
    margin-top: 50px;
    text-align: center;
}
.news-article .app-info-box h3 {
    margin: 0 auto 20px;
    display: inline-block;
}
.news-article .app-info-box p {
    margin: 0 auto 15px;
    max-width: 600px;
    line-height: 1.7;
}
.news-article .app-link {
    color: #FF4B8B;
    font-weight: 700;
    text-decoration: none;
    word-break: break-all;
}
.news-article .app-link:hover { text-decoration: underline; }

.news-article .event-summary {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
    text-align: left;
    margin: 20px auto;
    max-width: 500px;
    width: 100%;
    box-sizing: border-box;
}
.news-article .event-summary p {
    margin-bottom: 8px !important;
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    max-width: none;
}
.news-article .event-summary .small-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 10px !important;
    line-height: 1.4;
}

/* CTAボタン */
.news-article .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
    align-items: center;
}
.news-article .cta-btn {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    line-height: 1.4;
    transition: 0.3s;
    text-align: center;
    box-sizing: border-box;
}
.news-article .cta-btn.main {
    background: #FF4B8B;
    color: #fff;
    box-shadow: 0 4px 15px rgba(255, 75, 139, 0.3);
}
.news-article .cta-btn.full {
    background: #ccc;
    color: #fff;
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}
.news-article .cta-btn.sub {
    background: #333;
    color: #fff;
    padding: 18px 20px;
}
.news-article .cta-btn:hover { opacity: 0.8; transform: translateY(-2px); }

.news-article .sub-info-box {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    text-align: center;
}
.news-article .sub-info-box h3 {
    margin: 0 auto 20px;
    display: inline-block;
}

.news-article .article-footer {
    margin-top: 80px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.news-article .btn-back {
    display: inline-block;
    color: #FF4B8B;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}
.news-article .btn-back:hover { opacity: 0.7; text-decoration: underline; }

@media (max-width: 768px) {
    .news-article { padding: 110px 20px 80px; }
    .news-article .article-title { font-size: 1.6rem; }
    .news-article .article-body h2,
    .news-article .article-body h3 { font-size: 1.3rem; }
    .news-article .article-visual img { max-height: 250px; }
    .news-article .article-results-layout {
        grid-template-columns: 1fr;
        max-width: 350px;
    }
    .news-article .cta-btn { font-size: 1rem; }
    .news-article .status-row { flex-direction: column; gap: 5px; }
    .news-article .article-body.is-centered,
    .news-article .article-body .is-centered { text-align: left; }
    .news-article .article-body.is-centered > h2,
    .news-article .article-body.is-centered > h3,
    .news-article .article-body .is-centered > h2,
    .news-article .article-body .is-centered > h3 { display: block; text-align: center; }
}
