@charset "utf-8";


.zenkaku {
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    font-weight: 700;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #46423A;
    font-weight: 500;
}

html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 1.8;
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.center {
    text-align: center;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    line-height: 50px;
    color: #E88B3E;
    text-align: center;
    margin: 0 auto 50px;
}

.section-title::before {
    content: "";
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
}

.access .section-title::before {
    background: url(../img/icon-map.svg) no-repeat center / contain;
}

.schedule .section-title::before {
    background: url(../img/icon-calendar.svg) no-repeat center / contain;
}

.feature .section-title::before {
    background: url(../img/icon-book.svg) no-repeat center / contain;
}

.time .section-title::before {
    background: url(../img/icon-note.svg) no-repeat center / contain;
}

.price .section-title::before {
    background: url(../img/icon-pencil.svg) no-repeat center / contain;
}


/*------------- ヘッダー --------------*/

.site-header {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    width: 95%;
}

.site-header__logo {
    margin: 0;
    flex-shrink: 0;
}

.site-header__logo a {
    color: #E88B3E;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.07em;
    text-decoration: none;
}

.site-header__inner {
    position: relative;
    z-index: 2;
    max-width: 2000px;
    margin: 0 auto;
    height: 100px;
    background: #fff;
    border-radius: 9999px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 42px 0 80px;
    box-sizing: border-box;
}

.site-header__nav {
    margin-left: auto;
    margin-right: 70px;
}

.site-header__menu {
    display: flex;
    align-items: center;
    gap: 100px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__menu a {
    color: #46423A;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.site-header__menu a:hover {
    color: #E88B3E;
}

.site-header__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 64px;
    padding: 0 36px;
    background: #E88B3E;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.site-header__toggle {
    display: none;
}

.site-header__drawer {
    display: none;
}

.site-header__contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.7),
            transparent);
    transform: skewX(-25deg);
}

/* hover時 */
.site-header__contact:hover::before {
    animation: shine 0.7s ease;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}





/*------------- ファーストビュー --------------*/

.firstview {
    height: 95vh;
    background-color: #E2F6FF;
    position: relative;
}

h1 {
    font-size: 35px;
    font-weight: 700;
    color: #E88B3E;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

h1 span {
    font-size: 80px;
    letter-spacing: 0.1em;
}

.fv-catch__1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    position: absolute;
    top: 180px;
    left: 100px;
    z-index: 9999;
}

.fv-catch__2 {
    font-size: 34px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.fv-img__right {
    position: absolute;
    right: 0;
    /* bottom: 60px; */
    bottom: 8%;
    width: 40vw;
    height: auto;
}

.fv-img__left {
    position: absolute;
    left: 30px;
    width: 32vw;
    height: auto;
    /* bottom: 40px; */
    bottom: 6%;
}

.fv-cloud {
    position: absolute;
    left: 30px;
    top: 140px;
    width: 15vw;
    height: auto;
}




/* こんなお悩みありませんか？ */

.worries {
    background-color: #FFFBE3;
    padding: 70px 0 80px;
}

.worries-speech {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    border-radius: 70px;
    margin: 0 auto 40px;
    /* position: relative; */
    padding: 40px 0;
}

.worries-speech ul {
    font-size: 22px;
    margin: 0 auto;
    width: fit-content;
    margin: 0 auto;
    line-height: 2.0;
}

.worries-speech img {
    width: 55%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.worries p {
    font-size: 24px;
    line-height: 1.8;
}

.worries-catch {
    font-size: 30px !important;
    color: #E88B3E;
    line-height: 1.5;
    margin-top: 50px;
}


/* お問い合わせ */
.contact {
    background: #E88B3E;
    padding: 50px 0;
}

.contact__inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.contact__title {
    color: #fff;
    font-size: 46px;
}

.contact__lead {
    color: #fff;
    font-size: 30px;
    line-height: 1.6;
}

.contact__cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 48px;
}

/* ===== カード ===== */
.contact-card {
    display: flex;
    align-items: center;
    width: 48%;
    background: #fff;
    border-radius: 9999px;
    padding: 36px 50px;
    text-decoration: none;
    transition: 0.3s;
    box-sizing: border-box;
}

.contact-card {
    position: relative;
    /* 追加 */
    overflow: hidden;
    /* 追加 */
}

/* キラ */
.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 30%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
    transform: skewX(-25deg);
}

/* hover */
.contact-card:hover::before {
    animation: shine 0.9s ease;
}



/* アイコン */
.contact-card__icon {
    width: 80px;
    height: 80px;
    margin-right: 30px;
    flex-shrink: 0;
    background-color: #0BA92D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card__icon img {
    width: 60%;
    height: auto;
    object-fit: contain;
}

/* コンテンツ */
.contact-card__content {
    display: flex;
    flex-direction: column;
}

/* 電話番号 */
.contact-card__main {
    font-size: 60px;
    font-weight: 700;
    /* color: #46423A; */
    color: #333;
    line-height: 1;
}

.contact-card__sub {
    margin-top: 10px;
    font-size: 16px;
    color: #46423A;
    color: #333;
    text-align: center;
}

/* メール */
.contact-card__mail {
    font-size: 35px;
    font-weight: 700;
    /* color: #46423A; */
    color: #333;
    /* word-break: break-all; */
}

/* 下のテキスト */
.contact__catch {
    margin-top: 50px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}


/* アクセス */
.access {
    background-color: #E2F6FF;
    padding: 70px 0 80px;
}

.access address {
    font-size: 20px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
}

.access address a {
    color: #46423A;
}

.map {
    width: 100%;
    height: 350px;
}




/* 一人ひとりに合わせた通い方 */
.schedule {
    padding: 70px 0 80px;
    background:
        linear-gradient(#E2F6FF 2px, transparent 2px),
        linear-gradient(90deg, #E2F6FF 2px, transparent 2px);
    background-size: 50px 50px;
    background-color: #fff;
}

.schedule p {
    line-height: 2.5;
}

.schedule-case {
    padding: 40px 20px 70px;
    background:
        linear-gradient(#bfe1f3 2px, transparent 2px),
        linear-gradient(90deg, #bfe1f3 2px, transparent 2px),
        #f2f2f2;
    background-size: 88px 88px;
}

.schedule-case__inner {
    max-width: 1680px;
    margin: 0 auto;
}

.schedule-case__cards {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 40px;
}

.schedule-card {
    background: #FFF5BC;
    border-radius: 42px;
    padding: 42px 40px 38px;
    width: 48%;
    box-sizing: border-box;
}

.schedule-case__cards h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

.schedule-card img {
    display: block;
    margin: 0 auto;
}

.schedule-card__a img {
    width: 220px;
    height: auto;
}

.schedule-card__b img {
    width: 230px;
    height: auto;
}

.schedule-card__box {
    max-width: 620px;
    margin: 30px auto 0;
    padding: 28px 30px;
    background: #fff;
    border-radius: 28px;
    box-sizing: border-box;
}

.schedule-card__lists {
    margin: 0;
}

.schedule-card__lists li {
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    padding-left: 1em;
}

.schedule-card__lists li+li {
    margin-top: 4px;
}

.schedule-card__lists li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.schedule-case__lists {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    width: fit-content;
    margin: 0 auto 10px;
}

.schedule-case__lists li {
    position: relative;
    padding-left: 22px;
}

.schedule-case__lists li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}



/* 東海学院の特色 */
.feature {
    background-color: #E88B3E;
    padding: 70px 0 80px;
}

.feature h2 {
    color: #fff;
}

.feature-item {
    background: #fff;
    border-radius: 36px;
    padding: 38px 46px 34px;
}

.feature-item+.feature-item {
    margin-top: 46px;
}

.feature-item__head {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.feature-item__num {
    font-size: 50px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    flex-shrink: 0;
    color: #E88B3E;
    line-height: 1;
}

.feature-item h3 {
    margin: 0;
    color: #E88B3E;
    font-size: 28px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    line-height: 1.5;
}

.feature-item__text {
    margin: 18px 0 0;
    line-height: 2;
}

.feature-note {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-top: 30px;
}

.feature-note li {
    position: relative;
    padding-left: 1em;
}

.feature-note li::before {
    content: "※";
    position: absolute;
    left: 0;
}

.feature-note li+li {
    margin-top: 10px;
}


/* 基本授業時間 */
.time {
    padding: 70px 0 80px;
    background-color: #E2F6FF;
}

.class-info {
    padding: 24px 20px 36px;
    background: #fff;
}

.class-info__inner {
    /* max-width: 1040px; */
    margin: 0 auto;
}

.class-card {
    display: flex;
    align-items: center;
    gap: 100px;
    background: #fff;
    border-radius: 50px;
    padding: 42px 80px;
    justify-content: center;
}

.class-card+.class-card {
    margin-top: 48px;
}

/* .class-card__image {
    width: 370px;
    flex-shrink: 0;
    text-align: center;
} */

.class-card__elementary img {
    width: 252px;
    height: auto;
}

.class-card__junior-high img {
    width: 247px;
    height: auto;
}

/* .class-card__image img {
    width: 100%;
    max-width: 270px;
    height: auto;
    display: inline-block;
} */

.class-card__content {
    flex: 1;
}

.class-card__content h3 {
    position: relative;
    margin: 0 0 28px;
    padding-left: 22px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.class-card__content h3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 36px;
    background: #E88B3E;
}

.class-card__list {
    margin: 0;
}

.class-card__row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.class-card__row+.class-card__row {
    margin-top: 16px;
}

.class-card__row dt {
    min-width: 2.5em;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}

.class-card__row dd {
    margin: 0;
    font-size: 20px;
    line-height: 1.7;
}

.class-card__note {
    margin: 12px 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    padding-left: 22px;
}

.class-card__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

/* 授業料 */

.price {
    padding: 70px 0 80px;
}

.price-table {
    width: 100%;
    margin: 0 auto;
}

.price-table__note {
    text-align: right;
    margin: 0 0 6px;
    font-size: 18px;
}

/* テーブル */
.price-table table {
    width: 100%;
    /* max-width: 930px; */
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
}

/* 共通 */
.price-table th,
.price-table td {
    border: 1px solid #B3B3B3;
    text-align: center;
    padding: 22px 10px;
}

/* ヘッダー */
.price-table thead th {
    background: #FFF5BC;
    font-size: 24px;
}

/* 左列（項目） */
.price-table tbody th {
    font-size: 24px;
    width: 30%;
}

/* 金額 */
.price-table td {
    font-size: 24px;
}

.price-note {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
}

.price-note li {
    position: relative;
    padding-left: 1em;
}

.price-note li::before {
    content: "※";
    position: absolute;
    left: 0;
}

.price-note li+li {
    margin-top: 16px;
}

/* フッター */
.footer {
    background: #FFF5BC;
}

.footer__inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__logo {
    margin: 0 0 16px;
    color: #E88B3E;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.07em;
}

.footer__info {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
}

.footer__info a {
    color: #46423A;
}

.footer__menu {
    display: flex;
    gap: 50px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__menu a {
    text-decoration: none;
    color: #46423A;
    font-size: 20px;
    white-space: nowrap;
}

.footer__menu a:hover {
    color: #E88B3E;
    border-radius: 50px;
}

.footer-instagram {
    background-color: #E88B3E;
    display: flex;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.footer-instagram p {
    color: #fff;
}

.footer-instagram img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.footer-instagram::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.7),
            transparent);
    transform: skewX(-25deg);
}

.footer-instagram:hover::before {
    animation: shine 0.7s ease;
}

.footer__copy {
    background: #E88B3E;
    color: #fff;
    text-align: center;
    padding: 14px 10px;
    font-size: 14px;
    font-weight: 700;
}