@charset "utf-8";

/* ------------------------------
共通
------------------------------ */
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.sp {
    display: none;
}

img {
    width: 100%;
}

.sp {
    display: none;
}

.flow {
    padding: 0px 20px;
}

/* ------------------------------
lesson-sec
------------------------------ */
.lesson {
    width: auto;
    height: 150px;
    background-image: url(../images/back.png);
}

.lesson-sec {
    padding-bottom: 50px;
}

/* 授業について・授業の流れ */
.title-text {
    font-size: 3rem;
    font-weight: 500;
    height: 70px;
    text-align: center;
    padding-top: 37px;
}

/* 生徒の失敗を～のところ */
.content-section {
    margin: 60px 20px 0px;
    text-align: center;
}

.content-section h2 {
    font-size: 2.375rem;
    color: #2CB3FF;
    line-height: 1.5;
}

/* 失敗してもいいんだよ */
.content-section p {
    font-size: 1.25rem;
    padding-top: 35px;
    line-height: 1.5;
}

/* 画像とテキスト */
.content-area,
.lesson-start,
.typing {
    padding: 35px 20px 0px 40px;
    display: flex;
    justify-content: center;
}

/* 縦三つの画像　黄色 */
.content-image {
    width: 230px;
}

/* 授業は月２回のテキスト */
.content-text {
    text-align: left;
    padding-top: 11%;
    padding-left: 130px;
}

/* テキストエリア */
.text-area {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 500px;
}

/* 授業開始エリアのテキスト部分 */
.start-text {
    text-align: left;
    padding-top: 140px;
    padding-left: 100px;
}

/* 授業の流れのテキスト部分 */
.content-text h3,
.start-text h3,
.micra-text h3 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}

.content-text h3::after,
.start-text h3::after,
.micra-text h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.content-text h3.text2,
.content-text h3.text3 {
    padding-top: 180px;
}

.start-text h3.text2,
.start-text h3.text3 {
    padding-top: 55%;
}

.content-text p,
.start-text p,
.micra-text p {
    padding-top: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
}

/* ------------------------------
flow-sec
------------------------------ */
/* 授業の流れセクション */
.flow-sec {
    background-color: #FFFED8;
    width: 100%;
    height: auto;
}

/* 授業開始エリア画像とテキスト部分 */
.lesson-area {
    padding-top: 80px;
}

/* 通塾・授業開始の文字 */
.lesson-title {
    padding-bottom: 50px;
    font-size: 1.5rem;
    font-weight: 500;
}

.micra {
    text-align: center;
    margin-top: 100px;
}

/* マイクラエリア画像とテキスト横並び */
.micra-area {
    padding: 35px 20px 0px 40px;
    display: flex;
    justify-content: center;
}

img.family {
    width: 80%;
}

/* 教室の画像 */
.start-image .room {
    padding-top: 100px;
    padding-bottom: 40px;
}

/* タイピングの下の画像 */
.typing-image {
    margin-top: 100px;
    height: 400px;
    width: auto;
    text-align: center;
    padding: 20px;
}

.tyaping-image .image1 {
    width: 100%;
}

.typing-title p {
    line-height: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 200px;
    text-align: left;
}

.micra-title p {
    line-height: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 80px;
    text-align: left;
}

/* 画像の下の説明文 */
.micra-supplement {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 80px 0px;
    padding: 35px;
    display: inline-block;
    text-align: left;
    background-color: #ffffff;
    height: auto;
    width: auto;
    max-width: 1200px;
    border: 3px solid #ffdb20;
    border-radius: 10px;
}

/* マイクラのアイコン */
.micra-img .micra-app {
    width: 100px;
    height: 100px;
    margin: 20px 0 0 20px;
}

.micra-img .micra-app img {
    width: 100%;
}

/* マイクラ横並び画像 */
.micra-image {
    display: flex;
    justify-content: space-between;
    margin: 60px 40px 0px;
}

.micra-image .mcimage2 {
    margin-left: 30px;
}

/* 説明文の文字 */
.supplement-text {
    line-height: 25px;
}

/* 授業終了エリア */
.lesson-end {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}

/* マイクラの右のテキスト */
.micra-text {
    padding-top: 105px;
    padding-left: 200px;
    text-align: left;
}

.end-area {
    padding: 0 20px;
}

/* 授業終了の文字 */
.end-title {
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 8%;
    width: 40%;
}

/* 授業終了の右の文字 */
.end-text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    width: 64%;
    padding-left: 80px;
}

.end-text2 {
    padding-top: 30px;
    line-height: 25px;
}


/* ------------------------------
レスポンシブ
------------------------------ */
@media screen and (max-width:768px) {
    .wrapper {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .content-area,
    .lesson-start,
    .typing {
        padding: 35px 15px;
    }

    .lesson {
        height: 85px;
    }

    .title-text {
        font-size: 2rem;
        padding-top: 20px;
        height: 90px;
    }

    .title-text .title-text1 {
        margin-top: 0px;
    }

    .title-text h1 {
        margin-top: 30px;
    }

    .content-section {
        margin: 20px 0px 0px;
        padding-top: 0px;
    }

    .content-area {
        padding: 35px 0px;
    }

    .content-section h2 {
        font-size: 1.25rem;
    }

    .content-section p {
        font-size: 0.875rem;
    }

    .content-image {
        width: 150px;
        height: auto;
        display: flex;
        align-items: center;
    }

    .content-image img {
        object-fit: fill;
        width: 95%;
        max-height: 100%;
        /* aspect-ratio: 333 / 106; */
    }

    .text-area {
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    .text-area .text2,
    .text-area .text3 {
        padding-top: 12%;
    }

    .content-text {
        padding-top: 1%;
        padding-left: 35px;
        width: 280px;
    }

    .start-image .room {
        padding-top: 100%;
        padding-bottom: 100%;
    }

    .start-text {
        padding-top: 50px;
        padding-left: 10%;
        width: 280px;
    }

    .content-text h3,
    .start-text h3,
    .micra-text h3,
    .lesson-title {
        font-size: 18px;
    }

    .content-text h3.text2,
    .content-text h3.text3 {
        padding-top: 68%;
    }

    .start-text h3.text2 {
        padding-top: 60%;
    }

    .start-text h3.text3 {
        padding-top: 70%;
    }

    .content-text p,
    .start-text p,
    .micra-text p {
        font-size: 0.875rem;
    }

    .lesson-area {
        padding-top: 35px;
    }

    .start-image {
        width: 130px;
        height: auto;
    }

    .start-image .people {
        width: 100px;
    }

    .start-image .room img {
        width: 130px;
    }

    img.family {
        width: 95%;
    }

    .typing-image {
        margin: 30px auto;
        height: auto;
        padding: 0;
    }

    .typing-image img {
        width: 100%;
    }

    .typing-title p {
        padding-top: 0px;
    }

    .micra-title {
        padding-left: 0px;
    }

    .typing-title p,
    .micra-title p {
        font-size: 18px;
    }

    .typing-title p {
        padding-top: 0px;
    }

    .micra-title p {
        width: 120px;
    }

    .micra-supplement {
        width: auto;
        height: auto;
        padding: 10px 20px;
    }

    .supplement-text {
        font-size: 0.875rem;
    }

    .micra {
        margin-top: 70px;
    }

    .micra-area {
        padding: 0 20px 80px;
    }

    .micra-text {
        padding-left: 12%;
        padding-top: 100px;
        width: 50%;
    }

    .micra-img .micra-app {
        width: 80px;
        height: 80px;
        margin: 10px 0px;
    }

    .micra-img .micra-app img {
        width: 100%;
    }

    .micra-image {
        display: block;
        text-align: center;
        margin: 60px 0px 0px;
    }

    .micra-image img {
        width: 95%;
        height: auto;
    }

    .micra-image .mcimage2 {
        margin-top: 30px;
        margin-left: 0px;
    }

    .flow {
        padding: 0px;
    }

    .lesson-end {
        padding-bottom: 80px;
    }

    .end-title {
        font-size: 1.125rem;
        padding-left: 0px;
        text-align: center;
    }

    .end-text {
        font-size: 0.875rem;
        width: 60%;
        padding-left: 8%;
    }

    .end-text2 {
        line-height: 17px;
    }
}