.main_pic {
    position: relative;
    height: 60vw;
    max-height: 420px;
    min-height: 250px;
    overflow: hidden;
}

.main_pic>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.main_pic::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.main_pic_school .main_copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 縦中央 */
    text-align: center;
    color: #fff;
}

.main_pic_school h1 {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 0 8px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
}

.main_pic_school .main_sub {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

/*=========================
Vision
=========================*/

.aboutus{
    padding:32px 24px 50px;
    position:relative;

    background:url(../images/coat_gray.png) center 120px no-repeat;
    background-size:72%;
}

.aboutus_inner{
    margin-top:24px;
}

.aboutus_text{
    margin:0 0 14px;
    font-size:13px;
    line-height:2;
    color:#001F62;
    font-weight:500;
}

.aboutus_text:first-child,
.aboutus_text:nth-of-type(4){
    font-weight:700;
    font-size:15px;
}

.aboutus_indent{
    padding-left:18px;
}



/* ===== Class ===== */


.academyclass__badge {
    position: relative;
    display: grid;
    place-items: center;

    height: 50px;
    width: 240px;
    margin: 30px auto 40px;
    padding: 0 20px;

    background: #1f6d3a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;

    border-radius: 6px;
    border: 1px solid #1f6d3a;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15);

}

/* 下の三角 */
.academyclass__badge::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1f6d3a;
}

.academyclass {
    padding: 24px 16px 40px;
    background: #f3f3f3;
}

.academyclass__inner {
    margin-top: 16px;
}

.academyclass__list {
    display: grid;
    gap: 12px;
}

.aboutclass--academy .aboutclass__tabs {
    display: none;
}

/* Academyでは panel を常に表示 */
.aboutclass--academy .aboutclass__panel {
    display: block;
}

.aboutclass--academy {
    padding: 24px 16px 40px;
    background: #f3f3f3;
}

.aboutclass--academy .aboutclass__inner {
    margin-top: 16px;
}

.aboutclass--academy .aboutclass__list {
    display: grid;
    gap: 12px;
}

/* Academyはタブなし */
.aboutclass--academy .aboutclass__tabs {
    display: none;
}

.aboutclass--academy .aboutclass__panel {
    display: block;
}

/* カード（SP） */
.aboutclass--academy .aboutclass__card {
    position: relative;
    background: #fff;
    border: 1px solid #9a9a9a;
    padding: 12px 12px 12px 20px;
}

/* 左の色ライン（SP） */
.aboutclass--academy .aboutclass__card::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
    bottom: 12px;
    width: 4px;
    /* backgroundはここで書かない（色はクラス別に任せる） */
}

.aboutclass--academy .aboutclass__cardTitle {
    margin: 0 0 8px;
    font-weight: 800;
    color: #001F62;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #9a9a9a;
}

.aboutclass--academy .aboutclass__cardText {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* クラス別カラー */
.aboutclass__card--blue::before {
    background: #1A237E;
}

.aboutclass__card--pink::before {
    background: #F01C69;
}

.aboutclass__card--yellow::before {
    background: #FFD600;
}

.aboutclass__card--green::before {
    background: #00E676;
}

.aboutclass__card--navy::before {
    background: #0e2f66;
}


/*=========================
PRICE（Academy）
=========================*/

.schoolprice{
    padding:32px 24px 50px;
}

.schoolprice__entry{
    margin:22px auto 28px;
}

.schoolprice__entry .schoolprice__table{
    width:72%;
    margin:0 auto;
}

.schoolprice__entry th{
    width:45%;
    background:#001F62;
    color:#fff;
    font-size:13px;
    font-weight:700;
    text-align:center;
    padding:14px 8px;
}

.schoolprice__entry td{
    width:55%;
    text-align:center;
    padding:14px 8px;
}

.schoolprice__price{
    white-space:nowrap;
}

.schoolprice__table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    border:1px solid #bdbdbd;
}

.schoolprice__table thead th{
    background:#001F62;
    color:#fff;
    text-align:center;
    padding:12px 4px;
    font-size:12px;
    font-weight:700;
    border:1px solid #001F62;
}

.schoolprice__table tbody th,
.schoolprice__table tbody td{
    border:1px solid #bdbdbd;
    padding:14px 8px;
    text-align:center;
    vertical-align:middle;
}


.schoolprice__entry .schoolprice__table tbody td{
    background:#fff;
    text-align:center;
    padding:14px 8px;
}

.schoolprice__table + .schoolprice__note1{
    margin-top: 12px; 
    margin-bottom: 30px;
    font-size: 10px;
    color: #001F62;
    padding-left: 40px;
}

.schoolprice__table + .schoolprice__note{
    margin-top: 12px; 
    margin-bottom: 30px;
    color: #001F62;
}






/*=========================
Schedule
=========================*/

.academyschedule{
    padding:32px 0 50px;
}

.academyschedule__inner{
    margin-top:40px;
}

.academyschedule__heading{
    font-size:18px;
    font-weight:700;
    color:#002C7D;
    margin-bottom:28px;
}

.academyschedule__time{
    margin-bottom:30px;
}

.academyschedule__time p{
    display:flex;
    align-items:flex-start;
    margin-bottom:8px;
}

.academyschedule__day{
    width:52px;
    flex-shrink:0;
    font-size:16px;
    font-weight:700;
    color:#002C7D;
}

.academyschedule__hour{
    font-size:16px;
    font-weight:700;
    color:#002C7D;
    line-height:1.6;
}

.academyschedule__note{
    font-size:16px;
    font-weight:700;
    color:#002C7D;
    line-height:1.7;
    margin-bottom:36px;
}

.academyschedule__attention{
    font-size:13px;
    font-weight:700;
    color:#002C7D;
    line-height:1.6;
}


/* ===== Players ===== */
.academyplayers {
    margin: 20px 0 50px;
    padding: 24px 16px 56px;
    background: #0e2f66;
}

/* 見出しも白に */
.academyplayers__title,
.academyplayers__sub {
    color: #fff;
}

.academyplayers__inner {
    margin-top: 16px;
    display: grid;
    gap: 18px;
    /* 2人の間隔 */
}

/* カード＝透明（白枠なし） */
.academyplayers__card {
    background: transparent;
    padding: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    align-items: end;
}

/* 写真 */
.academyplayers__img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
}

/* 右側テキストを“右下”に寄せる */
.academyplayers__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 120px;
}

/* 名前・実績は白 */
.academyplayers__name {
    margin: 0 0 8px;
    font-weight: 800;
    color: #fff;
    font-size: 14px;
}

.academyplayers__achievements {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 6px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

.academyplayers__achievements li {
    display: grid;
    grid-template-columns: 30px 1fr;
    /* ← 年を固定幅 */
    column-gap: 10px;
    align-items: start;
}

.academyplayers__year {
    font-weight: 800;
    color: #fff;
    /* 年も白 */
    margin-right: 6px;
}







/* PC */
@media screen and (min-width:960px) {

    .academyclass,
    .academyprice,
    .academyschedule {
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px 0 80px;
    }

    .section_title,
    .section_sub,
    .academyclass__inner,
    .aboutclass--academy .aboutclass__inner,
    .academyprice__inner,
    .academyschedule__inner {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 40px;
        box-sizing: border-box;
    }


    .section_sub {
        margin-bottom: 30px;
    }

    /* ===== バッジ（一般大人など） ===== */
    .academyclass__badge {
        width: 320px;
        height: 56px;
        font-size: 18px;
        margin: 0 auto 50px;
        border-radius: 8px;
    }

    .academyclass__badge::after {
        bottom: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #1f6d3a;
        margin-right: 10px;
    }

    /* ===== クラス一覧（カードを2列） ===== */
    .aboutclass--academy .aboutclass__card {
        display: grid;
        grid-template-columns: 150px 1fr;
        align-items: stretch;
        padding: 0;
        border: 1px solid #9a9a9a;
        background: #fff;
    }

    .aboutclass__cardTitle {
        display: grid;
        place-items: center;
        margin: 0;
        padding: 14px 10px;
         border-bottom: none !important;
        border-right: 1px solid #9a9a9a;
        text-align: center;
        font-size: 14px;
        color: #0e2f66;
        font-weight: 800;
    }

    .aboutclass__cardText {
        margin: 0;
        padding: 12px 14px 12px 18px;
        /* 左余白多め（ライン分） */
        font-size: 12px;
        line-height: 1.6;
        color: #222;
    }

    .aboutclass__card {
        position: relative;
    }


    /* ===== PRICE（表の見やすさUP） ===== */
    .academyprice__table {
        max-width: 1000px;
        margin: 0 auto;
    }

    .academyprice__th {
        font-size: 14px;
        padding: 12px 10px;
    }

    .academyprice__table tbody th,
    .academyprice__table tbody td {
        font-size: 14px;
        padding: 14px 12px;
    }

    .academyprice__yen {
        font-size: 16px;
    }

    /* ===== Schedule（PCはスクロール解除して中央配置） ===== */
    .academyschedule__scroll {
        overflow: visible;
        /* ←横スクロール解除 */
    }

    .academyschedule__wide {
        min-width: 0;
        /* ←SPで指定してたmin-width解除 */
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    /* ===== Players（PCは2列にして読みやすく） ===== */
    .academyplayers {
        max-width: 1000px;
        margin: 0 auto 90px;
        padding: 50px 40px 70px;
        border-radius: 14px;
    }

    .academyplayers__inner {
        grid-template-columns: 1fr 1fr;
        /* 2人を2列 */
        gap: 28px 40px;
    }

    /* カード内：写真少し大きく */
    .academyplayers__card {
        grid-template-columns: 140px 1fr;
        gap: 18px;
    }

    .academyplayers__img {
        width: 140px;
        height: 140px;
    }

    .academyplayers__body {
        min-height: 140px;
    }

    /* 年と文章の列幅もPC用に少し広げる */
    .academyplayers__achievements {
        font-size: 13px;
    }

    .academyplayers__achievements li {
        grid-template-columns: 44px 1fr;
        /* ←年列を広げる */
        column-gap: 12px;
    }
}