body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #ffffff;
    color: #1e293b;
    scroll-behavior: smooth;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.font-poppins {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    letter-spacing: -0.03em;
}

/* 1. フォントを元に戻す（元の親しみやすい丸みに戻ります） */
.hero-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

/* 2. 背景下部のぶつ切りを解消する（白フェードの追加） */
.hero-bg {
   background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url('image/fv.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; /* 疑似要素の基準点として必須 */
}

/* 下部120pxをグラデーションで白くぼかして次のセクションと馴染ませる */
.hero-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px; 
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none; /* マウス操作の邪魔にならないようにする */
}

.gradient-text {
    background: linear-gradient(135deg, #87d6ff 0%, #6da6fe 30%, #ff75f9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0.1em 0;
    line-height: 1.1;
}

/* 直線のグラデーション座布団 ＋ 黒文字 */
.text-highlight-square {
    /* ブランドカラーを15%の濃さに薄めた上品な背景色 */
    background: linear-gradient(135deg, rgba(135,214,255,0.15) 0%, rgba(109,166,254,0.15) 30%, rgba(255,117,249,0.15) 100%);
    color: #111827; /* 周りの文字（slate-800）より一段深く引き締まった「黒」 */
    
    /* 左右の余白を最小限（4px）にして、文字幅にピッタリ吸い付くように調整 */
    padding: 0px 4px; 
    border-radius: 0; /* 角丸をとってシャープな四角形に */
    
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
}

.glass-ui {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(226, 232, 240, 1);
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.05);
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.bubble-ai { background-color: #f8fafc; border-radius: 20px 20px 20px 4px; border: 1px solid #f1f5f9; }
.bubble-user { background-color: #0250C5; color: white; border-radius: 20px 20px 4px 20px; }

.expert-card {
    background: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    transition: all 0.4s ease;
}
.expert-card:hover {
    border-color: #ff75f9;
    transform: translateY(-4px);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .expert-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px;
    }
}

.section-tag {
    color: #64748b;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.no-scrollbar::-webkit-scrollbar { display: none; }

.bar-wrap {
    display: flex;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
}
.bar-30m { background: #e2e8f0; width: 66.6%; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; color: #64748b; font-weight: bold; border-right: 1px solid #fff; }
.bar-15m-light { background: #cbd5e1; width: 33.3%; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; color: #64748b; font-weight: bold; }
.bar-15m-full-gradient { 
    background: linear-gradient(135deg, #87d6ff 0%, #6da6fe 30%, #ff75f9 100%); 
    width: 100%; display: flex; align-items: center; justify-content: center; 
    font-size: 1.1rem; color: #fff; font-weight: bold; 
}

/* ① 全セクション共通：直線のグラデーション座布団 ＋ 黒文字 */
.text-highlight-square {
    background: linear-gradient(135deg, rgba(135,214,255,0.15) 0%, rgba(109,166,254,0.15) 30%, rgba(255,117,249,0.15) 100%);
    color: #111827; /* 深みのある黒 */
    padding: 0px 4px; 
    border-radius: 0; /* 角丸をとってシャープな四角形に */
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
}

/* ② 比較表用：キャリアチュートリアル列をうっすら引き立たせるグラデ背景 */
.table-highlight-col {
    /* 表の文字が見えにくくならないよう、さらに薄め（透過度8%）に調整しています */
    background: linear-gradient(135deg, rgba(135,214,255,0.08) 0%, rgba(109,166,254,0.08) 30%, rgba(255,117,249,0.08) 100%);
}

/* 文章強調用の角丸グラデーションボックス */
.box-highlight-rounded {
    background: linear-gradient(135deg, rgba(135,214,255,0.15) 0%, rgba(109,166,254,0.15) 30%, rgba(255,117,249,0.15) 100%);
    /* 輪郭を少しだけ引き締めるために、極めて薄い青のボーダーを入れます */
}

/* 学生向け誤申し込み防止用テキスト（背景なし・グレー・コンパクト） */
.student-warning-compact {
    margin-bottom: 24px;
}

.student-warning-title {
    color: #475569; /* 濃いめの落ち着いたグレー */
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.student-warning-text {
    color: #64748b; /* 補足文章用の上品なグレー */
    font-size: 0.75rem; /* 小さめサイズ */
    line-height: 1.6;
    font-weight: 500;
}