@charset "utf-8";
@import url(common.css);
@import url(iwamoto.css);
@import url(nobita.css);
@import url(doraemon.css);

body {

    font-family: 'Inter', sans-serif;
    color: #373333;

}

main {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;

}

h1 {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-start;

}

h3 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size:32px */
    text-align: center;
    width: clamp(18.75rem, 9.191rem + 29.41vw, 31.25rem);
    /* width:500-300 */
    ;
    border-bottom: 1px solid #373333;
    margin: 0 auto;
}

h4 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size:32px */
    text-align: center;
    width: 100%;
    margin: 0 auto;

}

/* ヘッダー*/
header {
    width: 1200px;
    /* 固定 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* 横並び */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* 帯 */
    background-color: rgba(232, 204, 204, 0.9);
    /* 半透明の白 */

    z-index: 100;
    /* 最前面に表示 */
    height: 108px;
}



/* ナビ */
header div {
    width: 90%;
    display: flex;
}

nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav ul {
    display: flex;
    font-size: clamp(1rem, 0.904rem + 0.29vw, 1.125rem);
    /* font-size:18px */
    width: 452px;
    margin: 0 auto;

}


.reserv {
    background-color: #feeded;
    width: 206px;
    margin: auto;

    text-align: center;
    border-radius: 8px;
    line-height: 2;
    padding: 10px;

}

.inquiry {
    background-color: #feeded;
    width: 206px;
    margin: auto;
    text-align: center;
    border-radius: 8px;
    line-height: 2;
    padding: 10px;
}

li:hover {
    background-color: #ffffff;
    color: #e8cccce6;
    transition: .3s;
}

/* ヒーローセクション */
.hero-section {
    width: 100%;
    background: url(../images/first_1820_810.png) no-repeat top center/cover;
    height: 90vh;
}


/* ファーストビュー */

h2 {
    font-size: clamp(1.5rem, 0.735rem + 2.35vw, 2.5rem);
    /* 40px */
    margin-top: 64px;
    text-align: center;
}

.gradient-text {
    /* 1. 背景にグラデーションを設定 */
    background: linear-gradient(to right, #ff7e5f, #feb47b, #ff0080);

    /* 2. 背景をクリッピングし、文字の形に合わせて切り抜く (Webkit必須) */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. 文字色を透明にする (グラデーションが透けて見えるようにする) */
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* フォールバック（念のための設定） */

    /* その他装飾 */

    font-weight: bold;
}


.firstview {
    width: 100%;
    margin-top: 0 auto;
}


.firstview p {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size32px; */
    margin-top: 16px;
    text-align: center;

}

.firstview .reserv2 {
    color: #373333;
}

.reserv2 {
    background-color: #feeded;
    width: 428px;
    line-height: 80px;
    margin: auto;
    margin-top: 48px;
    text-align: center;
    border-radius: 8px;
}

.reserv2:hover {
    background-color: #f7cdcd;
}

/* 次回開講予定 */

.schedule1 {
    margin: auto, 0;
}

.schedule1 h3 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    margin-top: 104px;
    text-align: center;
}

.schedule1_both {
    font-family: Kiwi Maru;
    text-align: center;
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    /* font-size: clamp(1.25rem, 0.485rem + 2.35vw, 2.25rem); */
    /* font-size: 36px; */
    margin: 0 auto;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-basis: 50%;
    display: flex;
}

.both_time {
    width: 428px;
    background-color: #cad9da;
    border-radius: 20px;
    margin: 32px auto;
}

/* ふわっと出す */
.both_time {
    opacity: 0;
    transform: translateY(20px);
    /* 20px下にズラす */
    /* アニメーション時間と滑らかさを設定 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    /* 初期状態はアニメーションを適用しないように設定 */
    /* animation-play-state: paused; はJSで制御するため不要 */
}

.both_time.is-visible {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置に戻る */
}




/* 悩みありませんか */

.nayami_1 {
    background-color: #efefef;
    border-radius: 8px;
}


.nayami h3 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    margin-top: 84px;
    text-align: center;
    padding-top: 64px;
}

.nayami p {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
}

.nayami_various {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-basis: 50%;
    display: flex;
    margin-top: 32px;
}

.nayami_various p {
    width: 500px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
}

/* ふわっと */
/* 1. 初期状態 (非表示と下からのズレ) */
.fade-item {
    opacity: 0;
    transform: translateY(20px);
    /* 20px下にズラす */
    /* アニメーション時間と滑らかさを設定 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    /* 初期状態はアニメーションを適用しないように設定 */
    /* animation-play-state: paused; はJSで制御するため不要 */
}

/* 2. 表示状態 (ふわっと出現した後のスタイル) */
.fade-item.is-visible {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置に戻る */
}

/* ふわっとおわり */


.nayami h4 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    margin-top: 112px;
    text-align: center;
}

.nayami_1 p img {
    padding-bottom: 32px;
}

/* そんなあなたにおすすめの〜 */
.text-reveal {
    /* 必要に応じてフォントサイズなどを設定 */
    font-size: 28px;
    text-align: center;
    overflow: hidden;
    /* 行を隠すための設定 */
}

/* 一文字ずつの初期状態 */
.text-reveal .char {
    display: inline-block;
    /* transformを適用するために必要 */
    opacity: 0;
    /* ★透明にしておく */
    transform: translateX(-10px);
    /* ★左に少しずらしておく */
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-10px);
        /* 左から */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        /* 元の位置へ */
    }
}

/* そんなあなたにおすすめの〜終わり */



/* おすすめポイント */
.point {
    /* background-color: #feeded; */
    border-radius: 8px;
}

.point h3 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    margin-top: 72px;
    text-align: center;
    padding-top: 64px;
}

.pointDiv1 {
    margin-top: 72px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 72px;
}

/* 動き */
.pointDiv1 p:hover {
    animation: push .6s;
}

@keyframes push {

    from,
    to {
        transform: none;
    }

    10% {
        transform: scale(.8);
    }

    40% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(.96);
    }

    80% {
        transform: scale(1.02);
    }
}


.point h4 {
    font-size: clamp(1.5rem, 0.735rem + 2.35vw, 2.5rem);
    /* font-size: 40px; */
    text-align: left;
}


/* pointDiv2のこと */
.pointDiv2 {
    margin-top: 144px;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    /* 背面 */
    background-color: #ffffff;
    /* background-color: #feeded; */
    /* dotの枠 */
    border: 10px dotted #f7cdcd;
    border-radius: 30px;
    padding: 10px 10px 20px 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 32px;
}

.pointDiv2 p {
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
    width: clamp(18.75rem, 9.191rem + 29.41vw, 31.25rem);
    /* width: 500px; */
    padding: 8px 8px 8px 0px;
    flex-basis: 30%;
    text-align: center;
}

.pointDiv2 div {
    margin-bottom: 16px;
    flex-basis: 40%;
}

.point1 p {
    text-align: left;
}

#point1 {
    scroll-margin-top: 160px;
}

.point2 p {
    text-align: left;
}

#point2 {
    scroll-margin-top: 160px;
}

.point3 p {
    text-align: left;
}

#point3 {
    scroll-margin-top: 160px;
}

.pointDiv3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 112px;

}

.pointDiv3 p {
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
    text-align: center;
    margin-top: 16px;
}

.movie_img {
    width: clamp(18.75rem, 9.191rem + 29.41vw, 31.25rem);
    /* width:500-300 */
    margin: 32px auto;
}



/* 動画の作品のところ */
/* モーダルウィンドウ全体 (オーバーレイ) */
.modal {
    display: none;
    /* 初期状態は非表示 */
    position: fixed;
    z-index: 2000;
    /* 最前面に表示 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    /* 半透明の黒い背景 */
}

/* モーダルのコンテンツエリア（動画を格納） */
.modal-content {
    margin: 10% auto;
    /* 画面中央付近に配置 */
    width: 80%;
    max-width: 900px;
    /* 最大幅を設定 */
    position: relative;
}

/* 閉じるボタン */
.close-button {
    color: #f1f1f1;
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    /* 上部に配置 */
    right: 0;
    cursor: pointer;
}

/* 動画要素を中央に配置するために必要 */
#myVideo {
    display: block;
    width: 100%;
    height: auto;
}

/* 動画の作品のところ終わり */




/* 講座紹介 */

.introduction {
    text-align: center;
    margin-top: 72px;
}

.introduction h3 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
}

.introduction p {
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
    /* width: 80%; */
    margin: 0 auto;
    margin-top: 24px;
}

.introduction .pdf {
    font-size: clamp(0.938rem, 0.89rem + 0.15vw, 1rem);
    /* font-size: 16px; */
    margin: 0 auto;
    margin-top: 32px;
    width: 400px;
    padding: 10px;
    background-color: #feeded;
    text-align: center;
    border-radius: 8px;
    line-height: 50px;
    position: relative;
}

.introduction .pdf:hover {
    background-color: #f7cdcd;
}

/* 受講生の作品例 */
.work h3 {
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    margin-top: 112px;
}

.work p {
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
    text-align: center;
    /* width: 80%; */
    margin: 0 auto;
    margin-top: 24px;
}

.scrolling-container {
    margin-top: 24px;
    width: 100%;
}

.scrolling-list li:hover,
.scrolling-list2 li:hover {
    transform: scale(1.3);
}

/* スライダー */
/* 一段目 */
.scrolling-list {
    display: flex;
    width: calc(462px * 12);
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scroll-left 15s linear infinite;
}

.scrolling-list:hover {
    animation-play-state: paused;
}

.scrolling-list li {
    flex-shrink: 0;
    margin-right: 20px;
}

.scrolling-list img {
    /* 画像自体のサイズ調整 */
    width: 462px;
    height: auto;
    display: block;
}

/* 二段目 */
.scrolling-list2 {
    display: flex;
    width: calc(462px * 12);
    list-style: none;
    padding: 0;
    margin: 0;
    animation: scroll-right 15s linear infinite;
}

.scrolling-list2:hover {
    animation-play-state: paused;
}

.scrolling-list2 li {
    flex-shrink: 0;
    margin-right: 20px;
}

.scrolling-list2 img {
    /* 画像自体のサイズ調整 */
    width: 462px;
    height: auto;
    display: block;
}


/* アニメーションの定義 */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
        /* 開始位置：0%の時は元の位置 */
    }

    100% {
        transform: translateX(-50%);
        /* 終了位置：100%の時は幅の半分だけ左に移動 */
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
        /* 開始位置：0%の時は元の位置 */
    }

    100% {
        transform: translateX(0%)
            /* 終了位置：100%の時は幅の半分だけ左に移動 */
    }
}

/* 説明会 */
.information {
    margin-top: 84px;
}

.information_p {
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
    text-align: center;
    margin-top: 24px auto;
    position: relative;
}

.information_p::before {
    content: url(../images/Line\ _left.png);
    position: absolute;
    left: 20%;
    bottom: -60%;
    transform: scale(0.6);
}

.information_p::after {

    content: url(../images/Line_right.png);
    position: absolute;
    right: 20%;
    bottom: -60%;
    transform: scale(0.6);
}

.schedule2 {
    margin-top: 48px;
}

.schedule2 h3 {
    font-size: clamp(1.5rem, 0.735rem + 2.35vw, 2.5rem);
    /* font-size: 40px; */
    text-align: center;
}

.schedule2 h3:hover {
    animation: push .6s;
}

@keyframes push {

    from,
    to {
        transform: none;
    }

    10% {
        transform: scale(.8);
    }

    40% {
        transform: scale(1.1);
    }

    60% {
        transform: scale(.96);
    }

    80% {
        transform: scale(1.02);
    }
}


.schedule2 ul {
    margin-top: 48px;
    font-size: clamp(1.5rem, 1.118rem + 1.18vw, 2rem);
    /* font-size: 32px; */
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.schedule2 li {
    flex-basis: 33%;
    align-self: 33%;
    background-color: #feeded;
    border-radius: 50%;

}

.schedule3_both {
    font-family: Kiwi Maru;
    text-align: center;
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
    /* font-size: clamp(1.25rem, 0.485rem + 2.35vw, 2.25rem); */
    /* font-size: 36px; */
    margin: 0 auto;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    flex-basis: 50%;
    display: flex;
}

.both_time3 {
    width: 428px;
    background-color: #cad9da;
    border-radius: 20px;
    margin: 32px auto;
}

/* ふわっと出す */
.both_time3 {
    opacity: 0;
    transform: translateY(20px);
    /* 20px下にズラす */
    /* アニメーション時間と滑らかさを設定 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;

    /* 初期状態はアニメーションを適用しないように設定 */
    /* animation-play-state: paused; はJSで制御するため不要 */
}

.both_time3.is-visible {
    opacity: 1;
    transform: translateY(0);
    /* 元の位置に戻る */
}







/* 説明会参加したい方 */
.subscription {
    margin-top: 144px;
    text-align: center;
}

.subscription h4 {
    width: 500px;
    margin: 0 auto;
    border-bottom: 1px dotted #373333;
    text-align: center;
    font-size: clamp(1.125rem, 0.456rem + 2.06vw, 2rem);
    /* font-size: 32px; */
}

.subscription p {
    width: clamp(18.75rem, 9.191rem + 29.41vw, 31.25rem);
    margin: 0 auto;
    font-size: (1rem, 0.618rem + 1.18vw, 1.5rem);
    /* font-size: 24px; */
    text-align: left;
    margin-top: 32px;
}

p.reserv2 {
    background-color: #feeded;
    width: 428px;
    line-height: 80px;
    margin: auto;
    margin-top: 48px;
    text-align: center;
    border-radius: 8px;
}

.subscription .link {
    font-size: clamp(0.938rem, 0.89rem + 0.15vw, 1rem);
    /* font-size: 16px; */
    text-align: center;
    background-color: #cad9da;
    border-radius: 8px;
    padding: 10px;
    width: 428px;
    margin: 0 auto;
    margin-top: 32px;
}

.subscription .link:hover {
    background-color: #92c1d3;
}

/* 受講までの流れ */
.step {
    margin-top: 144px;
}

.step ul {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.step h4 {
    width: 500px;
    margin: 0 auto;
    border-bottom: 1px solid #373333;
    text-align: center;
}

.step p {
    font-size: clamp(0.938rem, 0.89rem + 0.15vw, 1rem);
    /* font-size: 16px; */
    text-align: center;
    background-color: #feeded;
    border-radius: 8px;
    padding: 10px;
    width: 428px;
    margin: 0 auto;
    margin-top: 56px;
}

.step p:hover {
    background-color: #f7cdcd;
}

/* 問い合わせ */
.tel {
    padding-top: 72px;
    margin-bottom: 64px;
    text-align: center;
}

address {
    font-size: 16px;
    text-align: center;
    background-color: #cad9da;
    border-radius: 8px;
    padding: 10px;
    width: 300px;
    margin: 0 auto;
    margin-top: 8px;
}

address:hover {
    background-color: #92c1d3;
}

.pagetop {
    text-align: right;
}

#tel {
    scroll-margin-top: 108px;
}


/* フォーム（説明会予約・問い合わせ） */
.form {
    background-color: #feeded;
    padding-bottom: 80px;
    border-radius: 8px;
}

.form h3 {
    padding-top: 72px;
}

form {
    width: 600px;
    margin: 0 auto;
}

#rsvp {
    scroll-margin-top: 108px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    border: 1px solid #ccc;
    background-color: #ffffff;
    width: 100%;
    margin-top: 5px;
    padding: 4px 8px
}

input[type="radio"] {
    width: 12px;
    height: 12px;
    vertical-align: baseline;
    margin-right: 5px;
}

.radio {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.radio label {
    margin: 0 20px;
    font-size: 24px;
}

select {
    background: #ffffff url(../images/arrow.png) no-repeat 98% 50%/17px 10px;
}

textarea {
    height: 148px;
    margin-bottom: 30px;
}

.submit_btn {
    text-align: center;
}

input[type="submit"] {
    background-color: #cad9da;
    color: #ffffff;
    padding: 18px 80px;
}

input[type="submit"]:hover {
    background-color: #92c1d3;
    margin-left: 20px;
    transition-property: background-color, margin-left;
    transition-duration: 300ms;
    transition-timing-function: ease-in;
    transition-delay: 0ms;
}

/* フッター */
footer {
    margin-top: 80px;
    background-color: #e8cccc;
}

.info_group {
    width: 100%;
    margin: 32px auto;
    display: flex;
    justify-content: center;
}

.info {
    width: 100%;
    margin: 0 auto;
    flex-basis: 50%;
}

.map-container {
    width: 100%;
    margin: 0 auto;
    flex-basis: 50%;
}

.map-container iframe {
    /* 常に親要素の幅いっぱいに表示 */
    width: 80%;
    /* 高さは固定。 */
    height: 100%;
    /* 枠線 */
    border: 1px solid #ccc;
    border-radius: 8px;
}

.info p {
    margin-top: 8px;
}

/* うにょうにょ */
.svg {
    width: 100%;
    margin: 72px auto 0 auto;
}

/* 改行 */
br.br-pc {
    display: none;
}

br.br_radio {
    display: none;
}

.img-sp {
    display: none;
}

br.br_480on {
    display: none;
}




/* レスポンシブ */

/* ==========================
    max1199
========================== */
@media screen and (max-width:1199px) {
    .hero-section {
        width: 100%;
        margin: 0 auto;
        background: url(../images/first_1820_810.png) no-repeat center center/cover;
        height: 68vh;
    }
}

/* ==========================
    max956
========================== */
@media screen and (max-width:956px) {
    br.br-pc {
        display: block;
    }

    .pointDiv2 {
        flex-direction: column;
    }
}

/* ==========================
    max768
========================== */

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

    /* ヘッダー*/
    header div {
        width: 90%
    }

    h1 {
        width: 50%;
        margin: auto auto;
    }

    /* ナビ */
    nav {
        width: 60%;
    }

    nav ul {
        /* width: 90%; */
        width: 90%;
        margin: 0 auto;
    }

    .reserv {
        /* width: 48%; */
        width: 40%;
        margin: 0 auto;
        background-color: transparent;
    }

    .inquiry {
        /* width: 48%; */
        width: 40%;
        margin: 0 auto;
        background-color: transparent;
    }

    li:hover {
        background-color: transparent;
    }

    /* ナビの表示を消す出す */
    span {
        display: none;
    }

    .img-sp {
        display: block;
        width: 70px;
        height: 70px;
        background-image: url(../images/reserv.png);
        background-size: cover;
        background-position: center;
        transition: .3s;
    }

    .img-sp:hover {
        background-image: url(../images/reserv_white.png);
    }

    .img-sp-2 {
        display: block;
        width: 70px;
        height: 70px;
        background-image: url(../images/inquiry.png);
        background-size: cover;
        background-position: center;
        transition: .3s;
    }

    .img-sp-2:hover {
        background-image: url(../images/inquiry_white.png);
    }

    /* メインビジュアルの画像切り替え */
    .hero-section {
        background: url(../images/first_768_810.png) no-repeat center center/contain;
        background-color: #e8cccc;
        height: 90vh;
    }

    /* 説明会を開催しますの上のあしらい */
    .information_p::before {
        content: url(../images/Line\ _left.png);
        position: absolute;
        left: 10%;
        bottom: -60%;
        transform: scale(0.6);
    }

    .information_p::after {
        content: url(../images/Line_right.png);
        position: absolute;
        right: 10%;
        bottom: -60%;
        transform: scale(0.6);
    }

    /* フォーム */
    form {
        width: clamp(28.125rem, 8.468rem + 60.48vw, 37.5rem);
        /* width: 600px; */
        margin: 0 auto;
    }
}


/* ==========================
    max646
========================== */
@media screen and (max-width:646px) {

    /* メインビジュアルの画像切り替え */
    .hero-section {
        background: url(../images/first_768_810.png) no-repeat center center/contain;
        background-color: #e8cccc;
        height: 75vh;
    }

    /* 説明の開催しますの上のあしらい */
    .information_p::before {
        content: url(../images/Line\ _left.png);
        position: absolute;
        left: 5%;
        bottom: -70%;
        transform: scale(0.5);
    }

    .information_p::after {
        content: url(../images/Line_right.png);
        position: absolute;
        right: 5%;
        bottom: -70%;
        transform: scale(0.5);
    }

    /* 改行の有無 */
    br.br_radio {
        display: block;
    }
}

/* ==========================
    max520
========================== */
@media screen and (max-width:520px) {

    /* メインビジュアルの画像切り替え */
    .hero-section {
        width: 100%;
        background: url(../images/first_768_810.png) no-repeat center center/contain;
        background-color: #e8cccc;
        height: 60vh;
    }

    p.reserv2 {
        width: 330px;
    }

    /* 説明会の枠 */
    .both_time {
        width: 330px;
        background-color: #cad9da;
        border-radius: 20px;
        margin: 16px auto;
    }

    /* 悩みの白い枠 */
    .nayami_various p {
        width: 470px;
    }

    /* 説明の開催しますの上のあしらい */
    .information_p::before {
        content: url(../images/Line\ _left.png);
        position: absolute;
        left: 2%;
        bottom: -70%;
        transform: scale(0.5);
    }

    .information_p::after {
        content: url(../images/Line_right.png);
        position: absolute;
        right: 2%;
        bottom: -70%;
        transform: scale(0.5);
    }

    .subscription h4 {
        width: 400px;
    }

    .step h4 {
        width: 400px;
    }

    /* フッター */
    .info_group {
        /* width: 70%;
        margin: 32px auto; */
        display: block;
    }

    .map-container {
        margin-top: 16px;
    }
}

/* ==========================
    max480
========================== */
@media screen and (max-width:480px) {
    br.br_480off {
        display: none;
    }

    br.br_480on {
        display: block;
    }

    .reserv {
        /* width: 48%; */
        width: 20%;
        margin: 0 auto;
        background-color: transparent;
    }

    .inquiry {
        /* width: 48%; */
        width: 20%;
        margin: 0 auto;
        background-color: transparent;
    }

    /* 説明会の枠 */
    .both_time {
        width: 300px;
    }

    /* 悩みの白い枠 */
    .nayami_various p {
        width: 300px;
    }



    /* スライダー */
    /* 一段目 */
    .scrolling-list {
        display: flex;
        width: calc(300px * 12);
        list-style: none;
        padding: 0;
        margin: 0;
        animation: scroll-left 15s linear infinite;
    }

    .scrolling-list:hover {
        animation-play-state: paused;
    }

    .scrolling-list li {
        flex-shrink: 0;
        margin-right: 20px;
    }

    .scrolling-list img {
        /* 画像自体のサイズ調整 */
        width: 300px;
        height: auto;
        display: block;
    }

    /* 二段目 */
    .scrolling-list2 {
        display: flex;
        width: calc(300px * 12);
        list-style: none;
        padding: 0;
        margin: 0;
        animation: scroll-right 15s linear infinite;
    }

    .scrolling-list2:hover {
        animation-play-state: paused;
    }

    .scrolling-list2 li {
        flex-shrink: 0;
        margin-right: 20px;
    }

    .scrolling-list2 img {
        /* 画像自体のサイズ調整 */
        width: 300px;
        height: auto;
        display: block;
    }

    /* 講座紹介 */
    .introduction p {
        text-align: left;
        margin: 40px 24px;
    }

    .work p {
        text-align: left;
        margin: 40px 24px;
    }


    .schedule2 ul {
        font-size: 16px;
        display: block;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .schedule2 li {
        margin: 32px;
    }

    .schedule3_both {
        width: 300px;
    }

    /* 説明の開催しますの上のあしらい */
    .information_p::before {
        display: none;
    }

    .information_p::after {
        display: none;
    }
}

/* ==========================
    max390.  iphne12pro用
========================== */
@media screen and (max-width:320px) {}