html {
    width: 100%;
    height: 100%;
    color: #000;
    background-color: #fff;
    font-size: 62.5%;
    font-family: "Noto Sans JP", sans-serif;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.container {
    box-sizing: border-box;
    max-width: 1280px;
    padding: 0 45px;
    margin: 0 auto;
}

.bg-accent {
    position: relative;
    z-index: 0;
}

.bg-accent::before {
    content: '';
    display: block;
    width: 400px;
    /*background-image: url(../img/common/bg_tile.png);
  background-size: 45px 45px;*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.headline {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    background-color: #191919;
    margin: 0;
    padding: 10px;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 1140px;
        padding: 0 20px;
    }

    .bg-accent::before {
        width: 100px;
    }

    .headline {
        font-size: 1.4rem;
        padding: 7px;
    }
}


/* ---------------------------------------------
*   Header
--------------------------------------------- */
.header {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__copy {
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 6px;
}

.header__logo {
    margin: 0;
    line-height: 1;
}

.header__logo a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.25s;
}

.header__logo a:hover {
    opacity: 0.7;
}

.header__logo img {
    height: 45px;
    vertical-align: bottom;
}

.header__reserve {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    display: inline-block;
    text-decoration: none;
    background-color: #232F62;
    border-radius: 10px;
    text-align: center;
    line-height: 1.3;
    padding: 10px 18px;
    transition: opacity 0.25s;
}

.header__reserve:hover {
    opacity: 0.7;
}

.header__reserve-icon {
    height: 20px;
}

@media screen and (max-width: 1024px) {
    .header__copy {
        font-size: 1.1rem;
    }

    .header__logo img {
        height: 27px;
    }

    .header__reserve {
        font-size: 1.3rem;
        padding: 10px 14px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        height: 70px;
        padding: 0 10px;
    }

    .header__copy {
        font-size: 1rem;
        margin: 0 0 5px;
    }

    .header__logo img {
        height: 27px;
    }

    .header__reserve {
        background-color: #403131;
        border-radius: 4px;
        line-height: 1;
        padding: 6px 3px 5px;
        margin-right: 10px;
    }

    .header__reserve-label {
        font-size: 1rem;
        transform: scale(0.9);
        margin-top: 3.5px;
        letter-spacing: -0.01em;
    }
}


/* ---------------------------------------------
*   Global Nav
--------------------------------------------- */
.gnav {
    height: 100%;
}

.gnav-menu {
    display: flex;
    list-style: none;
    margin: 0 25px 0 0;
    padding: 0;
}

.gnav-menu__item + .gnav-menu__item {
    margin-left: 15px;
}

.gnav-menu__link {
    color: inherit;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.25s;
}

.gnav-menu__link:hover {
    opacity: 0.7;
}

.gnav-menu__label--ja {
    font-size: 1.6rem;
    font-weight: 600
}

.gnav-open {
    display: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background: none;
    appearance: none;
    border-radius: 0;
    width: 32px;
    height: 43px;
    position: relative;
    z-index: 0;
}

.gnav-open__icon {
    width: 27px;
    height: 27px;
    position: relative;
    z-index: 0;
    user-select: none;
    margin: 0 auto;
}

.gnav-open__row {
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.gnav-open__row + .gnav-open__row {
    margin-top: 6px;
}

.gnav-open__row,
.gnav-open__row::before,
.gnav-open__row::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1A1A1A;
    border-radius: 50%;
}

.gnav-open__row::before,
.gnav-open__row::after {
    position: absolute;
    z-index: 0;
    top: 0;
}

.gnav-open__row::before {
    left: -12px;
}

.gnav-open__row::after {
    right: -12px;
}

.gnav-open__label,
.gnav-close__label {
    color: #1A1A1A;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin-top: 7px;
}

.gnav-close {
    display: none;
    width: 46px;
    height: 46px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    background: none;
    appearance: none;
    border-radius: 0;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 999;
}

.gnav-close__bar,
.gnav-close__bar::before,
.gnav-close__bar::after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    user-select: none;
}

.gnav-close__bar {
    top: 50%;
    left: 8px;
    margin-top: -2px;
}

.gnav-close__bar::before,
.gnav-close__bar::after {
    background-color: #fff;
}

.gnav-close__bar::before {
    transform: rotate(45deg);
}

.gnav-close__bar::after {
    transform: rotate(-45deg);
}

@media screen and (max-width: 1024px) {
    .gnav-menu {
        margin: 0 15px 0 0;
    }

    .gnav-menu__item + .gnav-menu__item {
        margin-left: 15px;
    }

    .gnav-menu__label--ja {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 767px) {
    .gnav {
        height: auto;
        color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 100%;
        z-index: 900;
        background-color: #1A1A1A;
        opacity: 0;
        transition: bottom 0s 0.25s, opacity 0.25s;
    }

    .gnav.is-active {
        bottom: 0;
        opacity: 1;
        transition: bottom 0s, opacity 0.25s 0.01s;
    }

    .gnav.is-active .gnav-close {
        display: block;
    }

    .gnav-menu {
        display: block;
        list-style: none;
        margin: 100px 0;
        padding: 0;
    }

    .gnav-menu__item {
        text-align: center;
    }

    .gnav-menu__item + .gnav-menu__item {
        margin-left: 0;
        margin-top: 30px;
    }

    .gnav-menu__label--ja {
        font-size: 1.2rem;
    }

    .gnav-open {
        display: block;
    }
}


/* ---------------------------------------------
*   Footer
--------------------------------------------- */
.footer {
    color: #fff;
    background-color: #284296;
    position: relative;
    z-index: 0;
}

.footer__scroll {
    display: block;
    width: 240px;
    height: 45px;
    background-image: url(../img/common/scroll.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -120px;
}

.footer .container {
    padding: 60px 0 50px;
    text-align: center
}

.footer_sns {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 10px;
    margin: 25px 0 15px
}

.footer_ttl {
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 12px
}

.fotter_info {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0
}

.policy a {
    color: #fff;
    text-decoration: none
}

.footer__copyright {
    background: #000000;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px
}

.footer__copyright p {
    margin: 0 0 0 0;
    font-size: 1.3rem;
}

@media screen and (max-width: 767px) {

    .footer__scroll {
        width: 180px;
        height: 33.62px;
        margin-left: -90px;
    }

    .footer .container {
        padding: 45px 0 40px;
        text-align: center
    }

    .footer__logo img {
        width: 120px;
        height: auto
    }

    .footer_sns {
        gap: 10px;
        margin: 20px 0 10px
    }

    .footer_ttl {
        font-size: 1.9rem;
        margin: 0 0 10px
    }

    .fotter_info {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .policy a {
        color: #fff;
        text-decoration: none
    }
}

/* ---------------------------------------------
*   Top
--------------------------------------------- */
.top-sec {
    position: relative;
    z-index: 0;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 80px);
    background-image: url(../img/top/bg_line.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    box-sizing: border-box;
}

.top-slider {
    height: calc(100vh - 80px - 20px);
}

.top-slider__slide {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}


.top-sec__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.top-sec__copy {
    font-size: 2.2rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    letter-spacing: 0.03em;
    line-height: 1;
    margin: 0;
    padding-left: 65px;
    /* leftの代わり */
}

.top-sec__copy-line {
    background-color: #fff;
    padding: 13px;
}

.top-sec__copy-line + .top-sec__copy-line {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .top-sec {
        padding: 0 10px 10px 10px;
        height: calc(100vh - 80px);
        /* PCと同じ全画面 */
    }

    .top-slider {
        height: calc(100vh - 80px - 10px) !important;
        /* 下paddingの分を引く */
    }

    .top-slider__slide {
        height: 100%;
        padding-top: 0;
        /* 全画面なので不要 */
        border-radius: 8px;
    }

    .top-sec__overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }

    .top-sec__copy {
        font-size: 1.5rem;
        padding-left: 15px;
    }

    .top-sec__overlay {
        left: 10px;
        right: 10px;
        bottom: 10px;
        align-items: flex-end;
        padding-bottom: 10%;
    }

    .top-sec__copy-line {
        background-color: #fff;
        padding: 8px 7px;
    }

    .top-sec__copy-line + .top-sec__copy-line {
        margin-top: 10px;
    }
}

/* ---------------------------------------------
*   Information
--------------------------------------------- */

#top_news {
    background: #F8F8F8;
    margin: 0 20px
}

#top_news a {
    text-decoration: none
}

#top_news .news {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

#top_news .ttlArea {
    width: 30%;
    padding: 0;
    max-width: 400px;
    margin-right: 40px
}

#top_news .news_ttl_en {
    font-size: clamp(2.3rem, 3.3vw, 3.8rem);
    font-style: italic;
    color: #284296;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    line-height: 1.05
}

#top_news .news_ttl_jp {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    color: #284296;
    padding: 10px 0 6px;
    border-bottom: 8px solid #FFDA60;
    margin: 0;
}

#top_news .news_btn_sp_off {
    margin: 20px 0 0 0;
}

.btn_view {
    display: inline-block;
    padding: 16px 20px;
    background: #284296;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 190px;
}

.btn_view:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 15px;
    border-color: transparent transparent transparent #fff;
    margin-left: 40px;
    margin-top: 2px;
}

#top_news .news_posts {
    width: 70%;
    padding: 20px 30px;
    margin: 0
}

#top_news .news_posts {
    background: #fff;
}

#top_news .news_posts_item {
    border-bottom: 1px dashed #707070;
    padding: 15px 0;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

#top_news .news_posts_item:last-child {
    border-bottom: none;
}

#top_news .news_posts_item_data {
    /*margin-right: 30px;*/
    width: 7.5em
}

#top_news .news_posts_item_ttl {
    line-height: 1.5;
    width: calc(100% - 7.5em);
    color: #1A1A1A
}

#top_news .news_posts_item_ttl:hover {
    color: #0096e5
}


/* レスポンシブ ------------------------ */
@media screen and (max-width: 1024px) {
    #top_news {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    #top_news .news {
        flex-direction: column;
        padding: 0 15px;
        m
    }

    #top_news .ttlArea {
        width: 100%;
        padding: 20px 0 0 0;
        max-width: 100%;
        margin-right: 0;
    }

    #top_news .news_ttl_jp {
        font-size: 1.4rem;
        border-bottom: 4px solid #FFDA60;
    }

    #top_news .news_posts {
        width: 100%;
        padding: 18px 18px;
    }

    #top_news .news_posts_item {
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.5rem;
        padding: 10px 0
    }

    #top_news .news_posts_item:last-child {
        padding-bottom: 0
    }

    #top_news .news_posts_item:first-child {
        padding-top: 0
    }

    #top_news .news_posts_item_data {
        margin-right: 0;
        margin-bottom: 2px;
    }

    #top_news .news_posts_item_ttl {
        width: 100%;
    }

    .btn_view {
        padding: 10px 12px 10px 20px;
        font-size: 1.6rem;
        width: 150px;
        margin: 8px 0 5px
    }

    .btn_view:after {
        border-width: 6px 0 6px 12px;
        margin-left: 25px;
        margin-top: 2px;
    }
}


/* ---------------------------------------------
*   point
--------------------------------------------- */

/* ===== 共通 ===== */
.point-sec {
    position: relative;
    padding: 120px 0;
}

/* 右上ドット背景 */
.point-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    /* 調整OK */
    height: 600px;
    background: url("../img/top/cach-bg.svg") no-repeat right top -40px;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.point-sec .container {
    position: relative;
    z-index: 1;
}

/* ===== キャッチ ===== */
.cach {
    text-align: center;
    margin-bottom: 80px;
}

.cach img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

/* ===== レイアウト ===== */
.point_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.point_flex_wrap img {
    width: 50%;
    border-radius: 0 15px 0 0;
    object-fit: cover;
}

.point_reverce img {
    border-radius: 0 0 0 15px;
}

/* 反転 */
.point_reverce {
    flex-direction: row-reverse;
}

.point_cont {
    width: 50%;
    padding: 0 0 0 80px
}

.point_reverce .point_cont {
    width: 50%;
    padding: 0 0 0 80px
}

.point_cont h3 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 25px;
}

.point_cont p {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
}

/* ===== SP ===== */
@media screen and (max-width: 767px) {

    .point-sec {
        padding: 80px 0 20px;
    }

    .cach {
        margin-bottom: 50px;
    }

    .point_flex_wrap {
        flex-direction: column;
    }

    .point_reverce {
        flex-direction: column;
    }

    .point_flex_wrap img {
        width: 100%;
    }

    .point_cont,
    .point_reverce .point_cont {
        width: 100%;
        padding: 25px
    }

    .point_flex_wrap img {
        border-radius: 0
    }

    .point_cont h3 {
        font-size: 2.8rem;
    }

    .point_cont p {
        font-size: 1.6rem;
    }

    /* ドット小さく */
    .point-sec::after {
        width: 300px;
        height: 300px;
    }
}


/* ---------------------------------------------
*   feature
--------------------------------------------- */

.feature {
    padding: 0 0 100px;
    background: #F0F5FB;
    position: relative;
    margin-top: -300px;
    /* point-secに食い込む */
    z-index: -1
}

/* featureの先頭：白い三角でpoint-secの白背景と繋げる */
.feature-slope {
    display: block;
    width: 100%;
    height: 120px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    pointer-events: none;
}

.feature .container {
    text-align: center;
    padding-top: 160px;
}

/* タイトル */
.ball_ttl {
    position: relative;
    margin: 0 0 20px;
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1A1A1A;
    text-align: center
}

.ball_ttl::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 2px;
    background: url("../img/common/ball.svg") no-repeat center / contain;
}

/* サブタイトル */
.ttl_desc {
    margin: 0 0 50px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
    color: #414141;
    text-align: center
}

/* リスト */

.feature_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    color: #fff;
    margin: 0 20px;
    padding: 0;
    list-style: none;
}

/* 各カード */
.feature_list li {
    background: #1C8BD6;
    display: flex;
    flex-direction: column;
}

/* 画像 */
.feature_list img {
    width: 100%;
    height: auto;
    display: block;
}

/* 見出し */
.feature_list h3 {
    font-size: clamp(2.0rem, 2vw, 2.8rem);
    font-weight: 800;
    margin: 25px 25px 15px;
    line-height: 1.4;
}

/* テキスト */
.feature_list p {
    margin: 0 25px 20px;
    line-height: 1.7;
}

/* タブレット（〜1024px） */
@media screen and (max-width: 1024px) {
    .feature_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* スマホ（〜767px） */
@media screen and (max-width: 767px) {
    .feature {
        padding: 0px 0;
        background: #F0F5FB;
        position: relative;
        margin-top: 0;
    }

    .feature-slope {
        display: none
    }

    .feature .container {
        padding-top: 60px;
    }

    .ball_ttl {
        font-size: 3.2rem;
    }

    .ball_ttl::before {
        width: 35px;
        height: 35px;
    }

    .ttl_desc {
        font-size: 1.5rem;
        margin-bottom: 30px
    }

    .feature_list {
        grid-template-columns: 1fr;
        gap: 15px;
        margin: 0 10px
    }

    .feature_list h3 {
        font-size: 3.0rem;
        margin: 20px 15px 15px;
        line-height: 1.35;
    }

    /* テキスト */
    .feature_list p {
        margin: 0 15px 20px;
        line-height: 1.7;
    }
}



/* ---------------------------------------------
*   facility
--------------------------------------------- */

.facility {
    padding: 100px 0 120px;
    background: url(../img/top/repeat_grid.svg)repeat;
    background-size: 20px;
    padding-bottom: 30px;
}

/* =========================
 facility slider
========================= */
.facility_slide {
    max-width: 900px;
    margin: 40px auto 0;
}

/* ===== メイン画像 ===== */
.facility-main-slider {
    width: 100%;
    overflow: hidden;
}

.facility-main-slider .swiper-slide {
    aspect-ratio: 9 / 6;
    overflow: hidden;
}

.facility-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 15px
}

/* ===== サムネ ===== */
.facility-thumb-wrap {
    position: relative;
    margin-top: 8px;
    padding: 0;
}

.facility-thumb-slider {
    overflow: hidden;
}

.facility-thumb-slider .swiper-wrapper {
    align-items: center;
}

.facility-thumb-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s ease;
    overflow: hidden;
}

.facility-thumb-slider .swiper-slide img {
    width: 100%;
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    border-radius: 5px
}

/* アクティブサムネ */
.facility-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
}

/* PC：5枚 */
.facility-thumb-slider .swiper-slide {
    width: calc((100% - 24px) / 5);
}

/* ===== SP ===== */
@media screen and (max-width: 767px) {
    .facility_slide {
        margin-top: 30px;
    }

    .facility-thumb-wrap {
        margin-top: 10px;
        padding: 0;
    }

    /* SP：3枚 */
    .facility-thumb-slider .swiper-slide {
        width: calc((100% - 16px) / 3);
    }

}

/*ポイント*/

.point_feature {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px auto 100px;
    max-width: 900px;
}

/* ===== PC ===== */
.point_feature_item {
    display: grid;
    grid-template-columns: 115px 1fr;
    column-gap: 0px;
}

.point_feature_head {
    display: contents;
}

.point_feature_icon img {
    width: 100%;
    max-width: 100px;
    height: auto;
    display: block;
}

.point_feature_head h3 {
    margin: 0 0 0px;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.4;
}

.point_feature_item p {
    grid-column: 2;
    margin: -10px 0 0 0;
    line-height: 1.8;
}

.fac-obi {
    width: 100%;
    height: 650px;
    background: url("../img/top/fac-obi.jpg") center / cover no-repeat;
    clip-path: polygon(0 20%,
            /* 左上 少し下げる */
            100% 0,
            /* 右上 */
            100% 80%,
            /* 右下 少し上げる */
            0 100%
            /* 左下 */
        );
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

/* ===== SP ===== */
@media screen and (max-width: 767px) {
    .point_feature {
        gap: 36px;
    }

    .point_feature_item {
        display: block;
    }

    .point_feature_head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 12px;
    }

    .point_feature_icon img {
        max-width: 80px;
    }

    .point_feature_head h3 {
        margin: 0;
        font-size: 2.2rem;
        line-height: 1.5;
    }

    .point_feature_item p {
        line-height: 1.7;
        font-size: 1.5rem;
        margin-top: 10px
    }

    .fac-obi {
        height: 300px;
        0 15%,
        /* 左上 少し下げる */
        100% 0,
        /* 右上 */
        100% 85%,
        /* 右下 少し上げる */
        0 100%
        /* 左下 */
        );
        margin-top: -120px;
    }
}

/* ---------------------------------------------
*   lesson
--------------------------------------------- */

.lesson {
    padding: 60px 0 100px
}

.lesson-layout {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.lesson-layout__image {
    width: 30%;
    background: url("../img/top/lesson-bg.jpg") center center / cover no-repeat;
    border-radius: 0 20px 20px 0;
    min-height: 100%;
}

.lesson-layout__content {
    flex: 1;
    min-width: 0;
    padding-left: 60px;
    padding-right: max(45px, calc((100vw - 1280px) / 2 + 45px));
    box-sizing: border-box;
}

.lesson-item + .lesson-item {
    margin-top: 5.5rem;
}

.lesson-item__head {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding-bottom: 1.0rem;
    border-bottom: 3.5px solid #4a4a4a;
}

.lesson-item__tag {
    width: 9.4rem;
    flex-shrink: 0;
    display: block;
}

.lesson-item__head h3 {
    margin: 0;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.3;
}

.lesson-item p {
    margin: 2.4rem 0 0;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.9;
}

.class {
    padding: 25px 0 0
}

.ball_h3_ttl {
    position: relative;
    font-size: 2.6rem;
    font-weight: 800;
    padding-left: 40px;
    /* ボール分の余白 */
    line-height: 1.4;
    margin: 60px 0 30px
}

.ball_h3_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("../img/common/ball.svg") no-repeat center / contain;
}

.lesson-table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #333;
}

.lesson-table th,
.lesson-table td {
    padding: 2rem;
    border-bottom: 1px solid #707070;
    vertical-align: middle;
}

/* ヘッダー */
.lesson-table thead th {
    background: #FDF785;
    font-size: 1.8rem;
    font-weight: 800;
    border-bottom: 3px solid #333;
}

/* 左列 */
.lesson-table tbody th {
    width: 20%;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: left;
    border-right: 1.5px dotted #707070;
}

/* 右列 */
.lesson-table td {
    font-size: 1.6rem;
    line-height: 1.8;
}

.lesson-att {
    margin: 0;
    line-height: 1.8
}

.time_sch {
    margin-top: 30px;
    border: 1px solid #575757
}

.lesson-att_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lesson-att_list li {
    position: relative;
    padding: 3px 0 3px 1.6em;
    line-height: 1.65;
    font-size: 1.5rem;
    color: #2f2f2f
}

.lesson-att_list li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}

.red_txt {
    color: #e60012;
    font-weight: 600;
}

.lesson-att_list li br + * {
    display: inline-block;
    padding-left: 1.6em;
}

.btn_orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
    padding: 10px 20px;
    background: #f57c00;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 9999px;
    text-decoration: none;
    transition: 0.3s;
    margin: 20px 0 30px
}

.btn_orange::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.btn_orange:hover {
    opacity: 0.85;
}

.lesson-reserve {
    text-align: center;
    margin-top: 45px
}

.btn_reserve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8em;
    padding: 23px 100px;
    background: #ef3d3d;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    transition: 0.15s;
}

.btn_reserve::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 14px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.btn_reserve:hover {
    transform: translateY(2px);
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}


@media screen and (max-width: 767px) {

    .lesson {
        padding: 30px 0 60px
    }

    .lesson-layout {
        display: block;
    }

    .lesson-layout__image {
        width: 100%;
        height: 300px;
        min-height: 0;
        border-radius: 0;
        background: url("../img/top/lesson-bg.jpg") top -75px center / cover no-repeat;
    }

    .lesson-layout__content {
        width: auto;
        margin: 0 20px;
        padding: 35px 0 0;
    }

    .lesson-item + .lesson-item {
        margin-top: 4rem;
    }

    .lesson-item__head {
        gap: 1.2rem;
        padding-bottom: 1rem;
        border-bottom-width: 2px;
    }

    .lesson-item__tag {
        width: 5.0rem;
    }

    .lesson-item__head h3 {
        font-size: 2.0rem;
    }

    .lesson-item p {
        margin-top: 1.6rem;
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .class {
        padding: 0 0 0
    }

    .ball_h3_ttl {
        font-size: 2.2rem;
        padding-left: 30px;
        margin: 35px 0 20px
    }

    .ball_h3_ttl::before {
        width: 23px;
        height: 23px;
    }

    .lesson-table,
    .lesson-table thead,
    .lesson-table tbody,
    .lesson-table tr,
    .lesson-table th,
    .lesson-table td {
        display: block;
        width: 100%;
    }

    .lesson-table thead {
        display: none;
        /* ヘッダー消す */
    }

    .lesson-table tr {
        border-bottom: none;
    }

    .lesson-table tbody th {
        border-right: none;
        border-top: 2px solid #333;
        padding-bottom: 0.5rem;
        width: 100%;
        padding: 7px 10px 8px 10px;
        background: #FDF785;
        font-size: 1.7rem
    }

    .lesson-table tbody tr:first-child th {
        border-top: none;
    }

    .lesson-table td {
        padding: 10px 10px 10px 10px;
        border-bottom: none
    }

    .lesson-att {
        line-height: 1.7
    }

    .time_sch {
        margin-top: 25px;
    }

    .lesson-att_list li {
        padding: 2px 0 2px 1.4em;
        line-height: 1.6;
        font-size: 1.45rem;
    }

    .btn_orange {
        padding: 8px 20px;
        margin: 15px 0 25px
    }

    .btn_orange::before {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 11px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .lesson-reserve {
        margin-top: 25px
    }

    .btn_reserve {
        gap: 0.4em;
        padding: 15px 50px;
        font-size: 1.6rem;
        border-radius: 5px;
    }

    .btn_reserve::before {
        border-left: 12px solid #fff;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

}


/* ---------------------------------------------
*   Fee / Price tables
--------------------------------------------- */

.fee {
    padding: 100px 0;
    background: #F8F8F8
}

.ttl_dot_bar {
    border-bottom: 3px dotted #1A1A1A;
    padding-bottom: 15px;
    margin-bottom: 45px;
}

/*
.ttl_dot_bar:first-of-type {
    margin-top: -5px
}*/

.fee-tables {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 20px;
}

.fee-block--tuition {
    width: 100%;
    max-width: 500px;
    margin: 0 auto
}

/* ── 共通テーブル ── */
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid #313131;
    background: #fff;
}

.price-table th,
.price-table td {
    padding: 1.4rem 2rem;
    border: 1px solid #696969;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #111827;
}

/* 縦見出しセル（受講料） */
.price-table__label {
    background: #d2e8ff;
    writing-mode: vertical-rl;
    text-align: center;
    width: 5rem;
    font-size: 1.7rem;
    font-weight: 800;
    color: #1a5fa8;
    border-right: 2px solid #1a5fa8;
}

/* Jr テーブルの横見出しセル */
.price-table__label--side {
    writing-mode: horizontal-tb;
    width: auto;
    white-space: nowrap;

    background: #d2e8ff;
    color: #1a5fa8;
    border-right: 2px solid #1a5fa8;
}

/* コース名セル */
.price-table__name {
    font-size: 1.5rem;
    color: #4b5563;
}

/* 金額セル */
.price-table__price {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem !important;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.02em;
    color: #111827;
}

.price-table__yen {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #111827;
    margin-right: 3px;
}

.price-table--jr {
    margin-bottom: 15px
}

/* Jr テーブルのヘッダー行 */
.price-table--jr thead th {
    background: #d2e8ff;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #696969;
}

.price-table--jr thead th:first-child {
    border: none;
}

/* ハイライト列（週3回以上） */
/*.price-table__highlight {
    background: rgba(26, 95, 168, 0.07);
}*/

/* ── 割引ブロック ── */
.discount-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 3px solid #313131;
    width: 100%;
    background: #fff
}

.discount-main {
    border-right: 1px solid #696969;
}

.discount-main__header {
    background: #d2e8ff;
    padding: 1.4rem 2rem;
    border-bottom: 2px solid #555555;
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.discount-main__title {
    font-size: 2rem;
    font-weight: 800;
}

.discount-main__note {
    font-size: 1.5rem;
    color: #dc2626;
    font-weight: 600;
}

.discount-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2rem;
    border-bottom: 1px solid #696969;
}

.discount-row:last-child {
    border-bottom: none;
}

.discount-row__info {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.discount-row__name {
    font-size: 1.7rem;
    font-weight: 800;
    color: #111827;
}

.discount-row__sub {
    font-size: 1.3rem;
    color: #4b5563;
}

.discount-row__amount {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.discount-notes {
    padding: 1.8rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.discount-notes p {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #434343;
    padding-left: 1.0em;
    border-left: 3px solid #aaaaaa;
    margin: 5px 0
}

.discount-notes p::before {
    content: none;
}

/* ── SP ── */
@media screen and (max-width: 767px) {

    .fee {
        padding: 60px 0;
    }

    .ttl_dot_bar {
        border-bottom: 2.5px dotted #1A1A1A;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .fee-tables {
        gap: 30px;
    }

    .price-table th,
    .price-table td {
        padding: 1rem 1rem;
    }

    .price-table__label {
        width: 3.8rem;
        font-size: 1.5rem;
    }

    .price-table__price {
        font-size: 1.8rem !important;
    }

    .price-table--jr thead th {
        font-size: 1.3rem;
        padding: 0.8rem 1rem;
    }

    /* 割引：SP で縦積み */
    .discount-wrap {
        grid-template-columns: 1fr;
    }

    .discount-main {
        border-right: none;
        border-bottom: 1px solid #696969;
    }

    .discount-notes {
        padding: 1.4rem 1.6rem;
        gap: 0.8rem;
    }

    .discount-notes p {
        font-size: 1.5rem;
    }

    .discount-row__amount {
        font-size: 1.8rem;
    }
}

/* ---------------------------------------------
*   entry
--------------------------------------------- */

.entry {
    text-align: center;
    padding: 100px 0 80px;
    background: url(../img/top/repeat_grid.svg)repeat;
    background-size: 25px;
}

.btn_trial {
    display: inline-flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem 2.8rem;
    background-color: #486ce2;
    border-radius: 9px;
    text-decoration: none;
    transition: 0.15s;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
}

.btn_trial:hover {
    opacity: 0.8;
    transform: translate(2px, 2px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
}

.btn_trial__icon {
    width: 5rem;
    height: 5rem;
    flex-shrink: 0;
}

.btn_trial__text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    line-height: 1.1;
    white-space: nowrap;
}

/* ===== FLOW COMPONENT ===== */
.flow {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    padding: 40px 24px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px
}

.flow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 24px;
    right: 24px;
    height: 10px;
    background-color: #707070;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.flow__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #FEDA60;
    border-radius: 12px;
    padding: 30px 28px 26px;
    flex: 1;
    box-sizing: border-box;
}

.flow__step {
    display: inline-block;
    background-color: #1A1A1A;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    padding: 2px 18px;
    border-radius: 999px;
    margin-bottom: 11px;
}

.flow__title {
    font-size: 2rem;
    font-weight: 800;
    color: #1A1A1A;
    line-height: 1.4;
    margin: 0 0 13px;
}

.flow__body {
    font-size: 1.5rem;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    text-align: justify
}

@media screen and (max-width: 767px) {
    .btn_trial {
        padding: 1.2rem 4rem;
        gap: 1.2rem;
    }

    .btn_trial__icon {
        width: 3.8rem;
        height: 3.8rem;
    }

    .btn_trial__text {
        font-size: 2rem;
    }

    .flow {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 32px 16px;
    }

    /* SP: 縦の線 */
    .flow::before {
        top: 32px;
        bottom: 32px;
        left: 50%;
        right: auto;
        width: 10px;
        height: auto;
        transform: translateX(-50%);
    }

    .flow__item {
        width: 300px;
        flex: none;
    }
}

/* ---------------------------------------------
*   about
--------------------------------------------- */

.about {
    padding: 100px 0 0;
    border-top: 1px dashed #adadad
}


/*Timeline*/

.timeline {
    max-width: 960px;
    margin: 50px auto 0;
    border-top: 3px solid #F5C842;
    padding: 60px;
    background: #f5f5f5
}

.timeline__header {
    margin-bottom: 20px;
}

.timeline__header-en {
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1;
    color: #1A1A1A;
    margin: 0
}

.timeline__header-en span {
    color: #F5C842
}

.timeline__header-ja {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    color: #575757;
    margin: 6px 0 0 0;
}

.timeline__item {
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 0px 0;
    border-bottom: 1px dotted #1A1A1A;
    opacity: 0;
    transform: translateY(16px);
    animation: tlFadeUp 0.5s ease forwards;
}



.timeline__date {
    white-space: nowrap;
    flex-shrink: 0;
    width: 120px;
    color: #f07d28
}

.timeline__text {
    line-height: 1.6;
}

.timeline__item:nth-child(2) {
    animation-delay: 0.05s;
}

.timeline__item:nth-child(3) {
    animation-delay: 0.10s;
}

.timeline__item:nth-child(4) {
    animation-delay: 0.15s;
}

.timeline__item:nth-child(5) {
    animation-delay: 0.20s;
}

.timeline__item:nth-child(6) {
    animation-delay: 0.25s;
}

.timeline__item:nth-child(7) {
    animation-delay: 0.30s;
}

.timeline__item:nth-child(8) {
    animation-delay: 0.35s;
}

.timeline__item:nth-child(9) {
    animation-delay: 0.40s;
}

.timeline__item:nth-child(10) {
    animation-delay: 0.45s;
}

.timeline__item:nth-child(11) {
    animation-delay: 0.50s;
}

.timeline__item:nth-child(12) {
    animation-delay: 0.55s;
}

.timeline__item:nth-child(13) {
    animation-delay: 0.60s;
}

.timeline__item:nth-child(14) {
    animation-delay: 0.65s;
}

.timeline__item:nth-child(15) {
    animation-delay: 0.70s;
}

@keyframes tlFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 767px) {


    .about {
        padding: 60px 0 0;
    }

    .timeline {
        margin-top: 32px;
        padding: 30px 20px;
    }

    .timeline__item {
        flex-direction: column;
        gap: 0px;
        padding: 14px 0;
        margin: 0
    }

    .timeline__date {
        font-size: 1.45rem;
        font-weight: 600
    }

    .timeline__text {
        margin: 2px 0 0 0;
    }
}

/* ---------------------------------------------
*   Coach
--------------------------------------------- */

.coach {
    position: relative;
    z-index: -1;
    margin-top: -200px;
    padding-top: 220px;
    padding-bottom: 280px;
    background:
        url(../img/top/coach-bg.jpg) no-repeat center bottom / contain,
        url(../img/top/coach-bg.svg) no-repeat center top / cover;
}

.coach__inner {
    max-width: 1190px;
    padding: 0 45px;
    margin: 0 auto;
    position: relative;
}

/* ---------- プロフィール ---------- */
.coach__profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.coach__profile-info {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.coach__profile-info .inner {
    width: 580px;
    max-width: calc(70% - 140px; )
}

.coach__name-row {
    display: flex;
    align-items: baseline;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 3px solid #414141;
    padding-bottom: 12px;
}

.coach__label {
    font-size: 1.5rem;
    font-weight: 600;
    color: #414141;
    white-space: nowrap;
}

.coach__name {
    font-size: 3.4rem;
    font-weight: 800;
    color: #414141;
    white-space: nowrap;
}

.coach__name-en {
    height: 40px;
    width: auto;
    margin-left: 20px
}

.coach__career-head {
    font-size: 1.5rem;
    margin: 10px 0 0;
    color: #414141
}

.coach__career-body {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 5px 0 0;
    color: #414141
}

.coach__photo-wrap {
    flex-shrink: 0;
    width: 30%;
    max-width: 340px;
    display: flex;
    align-items: flex-end;
}

.coach__photo {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------- メッセージ ---------- */
.coach__message {
    background: #F2F2F2;
    border-radius: 15px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 60px;
    font-size: 1.5rem;
    color: #1A1A1A;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.coach__message p {
    line-height: 1.9;
    color: #414141;
    margin: 0 !important
}

.coach__message h3 {
    margin: 0
}


.coach__sign {
    text-align: right;
    margin: 0 0 0;
}



/* ---------- SP ---------- */
@media screen and (max-width: 767px) {

    .coach {
        margin-top: -180px;
        padding-top: 220px;
        padding-bottom: 100px;
    }

    p .coach__inner {
        padding: 25px 45px;
    }

    .coach__bg-wrap {
        clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .coach__inner {
        padding: 0 20px;
    }

    .coach__profile-info .inner {
        width: 100%;
        padding-bottom: 20px
    }

    .coach__profile {
        flex-direction: column-reverse;
        align-items: center;
    }

    .coach__photo-wrap {
        width: 240px;
    }

    .coach__name-row {
        flex-flow: column;
        align-items: baseline;
        gap: 16px;
        flex-wrap: wrap;
        margin-bottom: 20px;
        border-bottom: 3px solid #414141;
        padding-bottom: 12px;
    }

    .coach__label {
        font-size: 1.5rem;
        font-weight: 600;
    }

    .coach__name {
        font-size: 2.8rem;
        margin-top: -15px
    }

    .coach__name-en {
        height: 33px;
        width: auto;
        margin-left: 15px
    }


    .coach__message {
        padding: 25px 24px;
        font-size: 1.4rem;
        border-radius: 10px
    }

    .coach__spacer {
        height: 180px;
    }
}

/* ---------------------------------------------
*   Contact
--------------------------------------------- */

.contact {
    background: #1C8BD6;
    padding: 100px 0
}

.contact .ball_ttl,
.contact .ttl_desc {
    color: #fff
}

.contact .ttl_desc a {
    text-decoration: none;
    color: #fff
}

/* ---- フォーム全体 ---- */
.contact-form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/* ---- フィールドグループ ---- */
.contact-form .form-group {
    margin-bottom: 25px;
}

/* ---- ラベル ---- */
.contact-form .form-label {
    display: block;
    color: #ffffff;
    font-size: 1.4rem;
    margin-bottom: 8px;
    letter-spacing: 0.03em;
}

/* ---- テキスト入力・テキストエリア共通 ---- */
.contact-form .form-input,
.contact-form .form-textarea {
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 14px 16px;
    font-size: 15px;
    color: #333333;
    box-sizing: border-box;
    outline: none;
    transition: box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.contact-form .form-input:focus,
.contact-form .form-textarea:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
}

/* ---- テキストエリア ---- */
.contact-form .form-textarea {
    height: 200px;
    resize: vertical;
    line-height: 1.6;
}

/* ---- 送信ボタン ---- */
.contact-form .form-submit {
    display: block;
    width: 100%;
    margin-top: 36px;
    padding: 18px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.15em;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.contact-form .form-submit:hover {
    background-color: #ffffff;
    color: #1C8BD6;
}

.contact-confirm-wrap {
    background: #1C8BD6;
    padding: 65px 25px 45px;
    max-width: 900px;
    margin: 0 auto
}

.contact-confirm-wrap .form-confirm {
    background: #fff;
    padding: 15px
}

.contact-confirm-wrap h3 {
    color: #fff;
    margin: 0 0 25px;
    text-align: center;
    font-size: 3.0rem;
    font-weight: 600
}

.contact-confirm-wrap .confirm_att {
    color: #fff;
    margin: 0 0 10px;
    text-align: center
}

.contact-confirm-wrap .form-submit-wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
}

.contact-confirm-wrap .form-submit-wrap span {
    display: block;
}

.contact-confirm-wrap .form-submit-wrap input {
    flex: 1 !important;
    width: auto !important;
    margin-top: 0 !important;
    box-sizing: border-box !important;
}

.contact-confirm-wrap .form-submit-wrap .wpcf7-spinner {
    position: absolute;
}

.thanks_ttl {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600
}

.thanks_att {
    line-height: 2;
    text-align: center
}

@media screen and (max-width: 767px) {

    .contact-confirm-wrap {
        padding: 45px 25px 30px;
    }

    .contact-confirm-wrap .form-confirm {
        padding: 10px
    }

    .contact-confirm-wrap h3 {
        margin: 0 0 15px;
        font-size: 2.4rem;
    }

    .contact-confirm-wrap .confirm_att {
        margin: 0 0 25px;
        text-align: left
    }

    .thanks_ttl {
        font-size: 2.2rem;
    }

    .thanks_att {
        line-height: 1.8;
        text-align: left
    }

}

/* ---------------------------------------------
*   Access
--------------------------------------------- */
.access-sec {
    background-color: #fff;
}

.access-sec__row {
    display: flex;
    flex-direction: row-reverse;
}

.access-sec__col--text,
.access-sec__col--map {
    flex: 0 0 50%;
}

.access-sec__col--text {
    padding: 55px 50px 80px;
}

.access-sec__title {
    margin: 0 0 30px;
    padding-bottom: 14px;
    border-bottom: 4px solid #1A1A1A;
}

.access-tel {
    font-size: 3.9rem;
    font-weight: 600;
    display: flex
}

.access-tel a {
    text-decoration: none;
    color: #232F62
}

.access-tel img {
    margin-right: 5px
}

.access-sec__title img {
    height: 30px;
}

.access-sec__img {
    margin-bottom: 25px;
}

.access-sec__img img {
    width: 100%;
}

.access-sec__address {
    font-weight: 600;
    line-height: 1.8
}

.access-sec__map {
    overflow: hidden;
    height: 620px;
}

.access-sec__map iframe {
    width: 100%;
    height: 620px;
    border: none;
}

@media screen and (max-width: 767px) {

    .access-sec__row {
        flex-direction: column;
    }

    .access-sec__col--text {
        padding: 25px 20px;
    }

    .access-sec__title {
        margin: 0 0 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #1A1A1A;
    }

    .access-tel {
        font-size: 3.4rem;
        font-weight: 600;
        display: flex
    }

    .access-tel img {
        width: 3.4rem;
        height: auto
    }

    .access-sec__title img {
        height: 25px;
        width: auto
    }

    .access-sec__img {
        margin-bottom: 15px;
    }

    .access-sec__address {
        line-height: 1.5
    }

    .access-sec__map {
        overflow: hidden;
        height: 300px;
    }

    .access-sec__map iframe {
        height: 300px;
    }
}

/* ---------------------------------------------
*   Utility
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .hidden-sp {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-pc {
        display: none !important;
    }
}


/* =============================================
           ページヒーロー（サブページ共通）
           トップページの .top-sec とは別クラスで管理
============================================= */
.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero--single {
    height: 350px;
    margin: 0 20px;
    /* 左右20px余白 */
    border-radius: 16px;
    /* 角丸 */
}

/* ヒーロー内タイトル帯 */
.page-hero__title-band {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    /* 上下中央 */
    display: inline-block;
    /* テキスト幅だけに収縮 */
    background: #fff;
    padding: 16px 24px;
    z-index: 10;
}

.page-hero__title-text {
    font-size: 3.6rem;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1.2;
}

.page-hero__slide {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

/* swiper の高さを親に合わせる */
.page-hero--single .swiper,
.page-hero--single .swiper-wrapper,
.page-hero--single .swiper-slide {
    height: 100%;
}

@media screen and (max-width: 767px) {

    .page-hero {
        position: relative;
        overflow: hidden;
    }

    .page-hero--single {
        height: 230px;
        margin: 0 10px;
        border-radius: 8px;
    }

    /* ヒーロー内タイトル帯 */
    .page-hero__title-band {
        left: 15px;
        padding: 10px 20px;
        z-index: 10;
    }

    .page-hero__title-text {
        font-size: 2.4rem;
    }
}

/* =============================================
           パンくずリスト
============================================= */

.breadcrumb {
    padding: 0 0;
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    list-style: none;
    padding: 0 20px;
    font-size: 13px;
}

.breadcrumb__item + .breadcrumb__item::before {
    content: "＞";
    margin: 0 8px;
    color: #999;
}

.breadcrumb__item a {
    color: #555;
    text-decoration: none;
}

.breadcrumb__item a:hover {
    text-decoration: underline;
}

.breadcrumb__item--current {
    color: #333;
    font-weight: 600;
    /* 長いタイトルは省略 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 300px;
}

@media screen and (max-width: 767px) {
    .breadcrumb__list {
        padding: 0 20px;
        margin: 10px 0 0 0;
        font-size: 1.2rem;
    }

    .breadcrumb__item + .breadcrumb__item::before {
        margin: 0 6px;
    }
}

/* =============================================
           記事本文
============================================= */
article.single-post {
    padding: 60px 0 100px;
}

.single-post__header {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.single-post__date {
    display: block;
    font-size: 14px;
    color: #888;
    margin-bottom: 12px;
}

.single-post__title {
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 800;
    line-height: 1.5;
    color: #222;
}

.single-post__body {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

.single-post__body p {
    margin-bottom: 1.5em;
}

.single-post__nav {
    margin-top: 60px;
    text-align: center;
}

.single-post__back {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background .2s, color .2s;
}

.single-post__back:hover {
    background: #333;
    color: #fff;
}

@media screen and (max-width: 767px) {

    article.single-post {
        padding: 30px 0 65px;
    }

    .single-post__header {
        margin-bottom: 25px;
        padding-bottom: 12px;
    }

    .single-post__date {
        margin-bottom: 12px;
    }

    .single-post__title {
        font-size: clamp(20px, 3vw, 28px);
        line-height: 1.4;
        margin: 0 0 6px
    }

    .single-post__body {
        line-height: 1.8;
    }

    .single-post__body p {
        margin-bottom: 0
    }

    .single-post__nav {
        margin-top: 30px;
    }

}

/* =============================================
           アーカイブ記事リスト
============================================= */
.archive-section {
    padding: 60px 0 100px;
}

.archive-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-posts__item {
    border-bottom: 1px dashed #707070;
    padding: 18px 0;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.archive-posts__item:first-child {
    border-top: 1px dashed #707070;
}

.archive-posts__date {
    width: 7.5em;
    flex-shrink: 0;
    font-size: 1.4rem;
    color: #555;
}

.archive-posts__title {
    width: calc(100% - 7.5em);
    color: #1A1A1A;
    text-decoration: none;
    line-height: 1.6;
}

.archive-posts__title:hover {
    color: #0096e5;
}

/* =============================================
           ページネーション
============================================= */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 60px;
}

.pagination__item a,
.pagination__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
}

.pagination__item a:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.pagination__item--current span {
    background: #333;
    color: #fff;
    border-color: #333;
    font-weight: 600;
}

.pagination__item--prev a,
.pagination__item--next a {
    width: auto;
    padding: 0 16px;
    gap: 4px;
}

@media screen and (max-width: 767px) {
    .archive-section {
        padding: 40px 0 65px;
    }

    .archive-posts__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .archive-posts__date {
        width: auto;
    }

    .archive-posts__title {
        width: 100%;
    }
}


/* ============================================
   個人情報保護方針
   ============================================ */

.privacy-policy {

}

.privacy-policy p,
.privacy-policy li,
.privacy-policy address {
  font-size: 1.6rem;
  line-height: 1.8;
}

/* タイトル */
.privacy-policy__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #333;
}

/* 各ブロック */
.privacy-policy__block {
  margin-bottom: 40px;
}

.privacy-policy__block h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #222;
}

.privacy-policy__block p {
  margin-bottom: 12px;
}

/* リスト */
.privacy-policy__block ul {
  padding-left: 2em;
  margin: 12px 0;
}

.privacy-policy__block ul li {
  list-style-type: disc;
  margin-bottom: 6px;
}

/* お問い合わせ */
.privacy-policy__contact {
  margin-bottom: 40px;
  padding: 25px;
  background-color: #f7f7f7;
  border-left: 4px solid #555;
}

.privacy-policy__contact h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin:0 0 16px;
  color: #222;
}

.privacy-policy__contact address {
  font-style: normal;
}

.privacy-policy__contact address p {
  display: flex;
  gap: 1em;
    margin: 5px 0
}

.privacy-policy__label {
  font-weight: 600;
  min-width: 7em;
  flex-shrink: 0;
}

.privacy-policy__contact a {
  color: #333;
  text-decoration: underline;
}

.privacy-policy__contact a:hover {
  opacity: 0.7;
}

.privacy-policy__note {
  font-size: 1.4rem !important;
  color: #666;
  margin-top: 8px;
}

/* 制定日 */
.privacy-policy__date {
  text-align: right;
  color: #666;
  font-size: 1.4rem !important;
  line-height: 1.8;
  margin-top: 48px;
}