    /* リセットCSS */
    body, h1, p, div, span, button { margin: 0; padding: 0; box-sizing: border-box; }

    body {
        color: #333;
        overflow-x: hidden;
    }



    /* -------------------------------------------
       ヒーローセクション（KV）
    ------------------------------------------- */
    .hero-section {
        position: relative;
        width: 100%;
        min-height: 100vh;
        
        /* 背景画像 */
        background-image: url(''); 
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 60px !important;
    }

    /* PC向けの左側グラデーション */
    .hero-overlay {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.3) 100%);
        z-index: 1;
    }

    /* コンテンツエリア */
    .container__v2 {
        position: relative;
        z-index: 2;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        
        display: flex;
        flex-wrap: wrap; /* 折り返し有効 */
        align-items: self-start;
        justify-content: space-between;
        gap: 60px;
    }

    /* 左側：キャッチコピーエリア */
    .copy-area {
        flex: 1 1 400px;
        min-width: 300px;
    }

    .sub-title {
        font-size: 1.1rem;
        font-weight: 700;
        color: #666;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
        display: inline-block;
        border-bottom: 3px solid #d32f2f;
        padding-bottom: 5px;
    }

    .main-title {
        font-size: clamp(2.2rem, 4vw, 3.5rem);
        line-height: 1.2;
        font-weight: 900;
        color: #2c3e50;
        margin-bottom: 25px;
        font-family: 'Noto Sans JP', sans-serif;
    }

    h1.main-title{width : 100%;}

    .main-title span {
        font-size: 0.5em;
        display: block;
        margin-top: 10px;
        margin-bottom: 0.3em;
        font-weight: 500;
        color: #555;
    }

    .desc-text {
        font-size: 1rem;
        line-height: 1.8;
        color: #444;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .cta-button {
        background-color: #d32f2f;
        color: white;
        padding: 16px 32px;
        font-size: 1rem;
        font-weight: bold;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 0 5px 15px rgba(211, 47, 47, 0.4);
        transition: transform 0.2s, background-color 0.2s;
    }
    .cta-button:hover {
        transform: translateY(-3px);
        background-color: #b71c1c;
    }

    /* 右側：実績フローティングカード */
    .stats-card {
        flex: 0 1 500px; /* 基本幅500px */
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    }

    .stats-header {
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .stats-label {
        font-size: 0.9rem;
        font-weight: bold;
        color: #555;
        display: block;
        margin-bottom: 5px;
    }

    .stats-total {
        font-size: clamp(3rem, 6vw, 4.5rem);
        font-weight: 900;
        color: #d32f2f;
        line-height: 1;
        font-variant-numeric: tabular-nums;
    }
    .stats-total small {
        font-size: 1.2rem;
        color: #333;
        margin-left: 5px;
        font-weight: bold;
    }
    .stats-subtext {
        font-size: 1rem;
        color: #d32f2f;
        font-weight: bold;
        display: block;
        margin-top: 5px;
        background: #fff0f0;
        display: inline-block;
        padding: 4px 12px;
        border-radius: 20px;
    }

    /* グラフ全体のコンテナ */
    .graph-container {
        display: flex;
        justify-content: space-around;
        align-items: flex-end; /* 下揃え */
        height: 200px; /* 高さを確保 */
        padding-top: 10px;
        position: relative;
    }

    /* 各棒グラフのグループ */
    .bar-group {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* 下から積み上げ */
        align-items: center;
        width: 30%;
        height: 100%; /* 親の高さに合わせる */
    }

    /* 実際の棒 */
    .bar {
        width: 40px; /* 固定幅 */
        background: linear-gradient(180deg, #ff7961 0%, #d32f2f 100%);
        border-radius: 6px 6px 0 0;
        box-shadow: 0 4px 10px rgba(211, 47, 47, 0.3);
        /* アニメーションなしで高さを維持 */
    }

    /* 数値ラベル */
    .bar-val {
        font-weight: 900;
        font-size: 1.2rem;
        color: #d32f2f;
        margin-bottom: 5px;
        text-align: center;
        line-height: 1.1;
    }
    .bar-val small { font-size: 0.7em; color: #333; }
    

    .bar-year {
        font-size: 0.8rem;
        color: #666;
        margin-top: 10px;
        font-weight: bold;
    }

    /* -------------------------------------------
       スマホ・タブレット向け調整
    ------------------------------------------- */
    @media (max-width: 999px) {
        .hero-section {
display : flex;
flex-direction row !important;
flex-wrap : nowrap;
            padding: 20px;
            /* スマホでは画像の模型部分が見えるように位置調整 */
            background-position: center bottom;
        }

        .hero-section > .contener{
            margin-top : 0;
	}

	.h1Wrap {
	width : 100%;
	text-align : left;
	}

    .main-title {
        width : 100%;
    }
        
        /* 全体を白っぽくして文字視認性を確保 */
        .hero-overlay {
            background: rgba(255,255,255,0.85);
        }

        .container__v2 {
            width : 95%;
            flex-direction row !important;
            gap: 40px;
            text-align: center;
        }

        .copy-area {
            width: 50%;
		flex: 1;
        }

        .stats-card {
            width: 50%;
		flex: 1;
            max-width: 450px; /* スマホで見やすい最大幅 */
            padding: 15px 20px;

        }
        
        /* スマホでのグラフの棒の幅調整 */
        .bar {
            width: 30px;
        }
    }



/*--CTA--*
   /* デザイン調整用CSS */
    .cta-simple-box {
        border: 2px solid #c9dbef;

        border-radius: 8px;
        padding: 25px 20px; /* 上下少し広めに */

        background-color: #f0f8ff; /* 薄い青背景で目立たせる */
        max-width: 500px;
        margin: 30px auto;
        font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        text-align: center;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* 影をつけて立体的に */
    }

    /* ラベルのスタイル */
    .cta-simple-box label {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 17px;
        color: #0056b3; /* テーマカラーに合わせる */
    }

    /* 画像アイコン（:after） */
    .cta-simple-box label::after {
        content: "";
        display: inline-block;
        width: 75px;
        height: 57px;
        margin-left: 9px;
        background-image: url('/kanteishi/common/topOnly/images/Rekkun.png'); /* ★画像URL設定★ */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cta-simple-box select {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
        font-size: 16px;
/*        background-color: #fff;*/
        cursor: pointer;
    }

    /* ボタンを強力にするスタイル */
    .cta-simple-box button {
        width: 100%;
        padding: 15px;
        background: linear-gradient(to bottom, #e60012, #c4000f); /* グラデーションで立体感 */
        color: white;
        border: none;
        border-radius: 50px; /* 角丸を強くしてボタンらしく */
        font-size: 18px;
        cursor: pointer;
        font-weight: bold;
        box-shadow: 0 4px 0 #90000b; /* 立体的な影（ボタンの厚み） */
	transition: transform 0.1s, box-shadow 0.1s; 
        position: relative;
    }

    /* ホバー時の動き */
    .cta-simple-box button:hover {
        background: #e60012;
        transform: translateY(2px); /* 少し沈む */
        box-shadow: 0 2px 0 #90000b; /* 影が減る */
    }

    /* スマホ対策：選択漏れのエラー文字 */
    #cta-error-msg {
        display: none;
        color: #e60012;
        font-size: 14px;
        margin-top: 10px;
        font-weight: bold;
    }


/*体験記*/

.sub-title h2{
max-width : 380px;
margin : 0 auto;
}

.success-ticker dd{
margin : 0;
padding : 0;
}

.success-ticker dt{
margin-top : 0!important;
padding-bottom : 0.3em;
margin-bottom : 0.8em;
border-bottom : 1px solid #444;
}

.success-ticker dd::first-letter {
  color: white;
  background-color: #333;
  border-radius: 2px;
  box-shadow: 3px 3px 0 #cf5d5d;
  font-size: 200%;
  padding: 6px 3px;
  margin-right: 8px;
  float: left;
}

/* 全体の外枠 */
.success-ticker {
  width: 100%;
  overflow: hidden;
  background: #f8f9fa; /* 背景色（任意） */
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;}

/* ロゴを横に並べるコンテナ */
.success-ticker-inner {
  display: flex;
  width: fit-content;
}

/* リストのスタイル */
.success-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  /* アニメーションの設定 */
  animation: scroll 150s linear infinite;
}

.success-list li {
  /* 大事なポイント：改行させない */
/*  white-space: nowrap;*/ 
  margin: 0 20px;
width: 180px;
  
  /* テキストの装飾（お好みで） */
  font-family: sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  color: #333;
  letter-spacing: 0.05em;
text-align: justify;
}
}

/* アニメーション：左へ100%分動かす */
@keyframes scroll-text {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* マウスを乗せた時に一時停止（必要なければ削除OK） */
.text-ticker:hover .text-list {
  animation-play-state: paused;
}


/* 無限スクロールのアニメーション */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}





/* 短答試験期全体のコンテナ */
/* PC/共通設定：幅500pxを基本とする */
.kanteishi-final-panel {
/*    width: 500px !important;
    max-width: 95% !important;
    background: #fff !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;*/
    box-sizing: border-box !important;
}

.panel-inner-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #eee !important;
}

.status-badge {
    background: #d7000f !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: bold !important;
    padding: 2px 8px !important;
    border-radius: 3px !important;
}

.header-text {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin: 0 !important;
}

/* カード共通スタイル */
.kanteishi-final-panel a {
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: block !important;
}

.main-action-card, .sub-action-card {
    background: #fff !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

.main-action-card:hover, .sub-action-card:hover {
    border-color: #d7000f !important;
    background: #fffafa !important;
}

/* メインカード設定 */
.main-action-card {
    padding: 15px 20px !important;
    border-top: 5px solid #d7000f !important;
}

/* サブカードの横並び設定 */
.sub-action-group {
    display: flex !important;
    gap: 10px !important;
}

.sub-action-card {
    flex: 1 !important;
    padding: 12px !important;
    border-top: 3px solid #d7000f !important;
}

/* テキスト装飾 */
.tag-text {
    font-size: 10px !important;
    color: #d7000f !important;
    font-weight: bold !important;
    margin-bottom: 3px !important;
    display: block !important;
}

.title-text {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #222 !important;
    margin: 0 0 5px 0 !important;
}

.panel-content-grid .desc-text {
    font-size: 11px !important;
    color: #666 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* 下部ボタン */
.panel-bottom-btn {
    background: #d7000f !important;
    color: #fff !important;
    text-align: center !important;
    padding: 12px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
    font-size: 14px !important;
}

/* スマホ幅（768px以下）の調整 */
@media screen and (max-width: 768px) {
    .kanteishi-final-panel {
        width: 95% !important; /* ご指定の95%幅 */
        margin: 20px auto !important;
    }
    
    .sub-action-group {
        flex-direction: column !important; /* 縦並びに変更 */
    }
    
    .title-text {
        font-size: 17px !important;
    }
}