/*HEADER*/
#header{
    background-color: #343434;
    display: grid;
    place-items: center;
}

.header_container{
    width: 100%;
    height: 50px;
    background-color: #FCE8CA;
    max-width: 1280px;
}

    .header_container p{
        font-family: "Kosugi Maru", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        margin-top: 15px;
        margin-left: 20px;
    }

/*MOBILE SMALL*/
@media(max-width: 350px){
    .header_container p{
        margin-left: 0;
    }
}

/*MAIN*/
#main{
    background-color: #343434;
    display: grid;
    place-items: center;
}

/*FIRSTVIEW*/
.firstView{
    width: 100%;
    height: 550px;
    max-width: 1280px;
    background-color: #f4f4f4;
    display: grid;
    place-items: center;
}

    .firstView_container{
        width: 100%;
        height: 550px;
        background-image: url(../img/five_children_reading_book_w768_h550.jpg);
        background-position: center;
        background-size: cover;
        display: grid;
        place-items: center;
    }

        .firstView_text_container{
            width: 350px;
            height: 550px;
            position: relative;
        }

            .firstView_text_container h1{
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                position: relative;
            }

                .catchCopy_first{
                    display: block;
                    position: absolute;
                    top: 30px;
                    left: 20px;
                    font-size: 24px;
                    color: #54C1F0;
                }

                .catchCopy_second{
                    display: block;
                    position: absolute;
                    top: 10px;
                    left: 170px;
                    font-size: 48px;
                    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
                    color: #FF9950;
                }



                    .catchCopy_second_small{
                        font-size: 32px;
                    }

                    .catchCopy_third{
                        display: block;
                        position: absolute;
                        top: 70px;
                        left: 180px;
                        font-size: 32px;
                        color: #54C1F0;
                        text-decoration: underline;
                        text-decoration-color: #FFEC47;
                        text-decoration-thickness: 5px;
                    }
            
            .firstView_text_container h2{
                position: relative;
                top: 120px;
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 16px;
                position: relative;
            }

                .subtitle_first{
                    display: block;
                    position: absolute;
                    left: 50px;
                }

                .subtitle_second{
                    display: block;
                    position: absolute;
                    top: 25px;
                    left: 80px;
                }

                .subtitle_third{
                    display: block;
                    position: absolute;
                    top: 15px;
                    left: 230px;
                    font-size: 28px;
                    color: #FFE6E9;
                    text-shadow: 
                                -1px -1px 0 #FF9999,
                                1px -1px 0 #FF9999,
                                -1px  1px 0 #FF9999,
                                1px  1px 0 #FF9999;
                }

/*DESKTOP*/
@media(min-width: 768px){
    .subtitle_second{
        top: 15px;
        left: 300px;
    }

    .subtitle_first{
        top: 15px;
        left: 100px;
    }

    .subtitle_third{
        font-size: 40px;
        top: 0px;
        left: 520px;
    }

    .firstView_text_container h2{
        top: 110px;
        font-size: 24px;
    }

    .catchCopy_third{
        top: 50px;
        left: 495px;
        font-size: 40px;
    }

    .catchCopy_second{
        top: 30px;
        left: 294px;
        font-size: 64px;
    }

    .catchCopy_first{
        top: 60px;
        left: 100px;
        font-size: 32px;
    }

    .firstView_text_container{
        width: 768px;
    }

    .firstView_container{
        width: 768px;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .subtitle_third{
        left: 180px;
    }

    .subtitle_second{
        left: 30px;
    }

    .subtitle_first{
        left: 10px;
    }

    .catchCopy_third{
        left: 130px;
    }

    .catchCopy_second{
        left: 150px;
    }

    .catchCopy_first{
        left: 0;
    }

    .firstView_text_container{
        width: 300px;
    }
}

/*INTRODUCTION*/
.introduction{
    width: 100%;
    height: 607px;
    max-width: 1280px;
    background-color: #FCE8CA;
    display: grid;
    place-items: center;
}

    .introduction_container{
        width: 350px;
        height: 507px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .introduction_text_container{
            width: 330px;
            height: 200px;
        }

            .introduction_text_container p{
                font-family: "M PLUS 1", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                line-height: 1.8rem;
            }

        .text_middle{
            height: 150px;
            position: relative;
        }

            .introduction_text_name_container{
                width: 210px;
                height: 110px;
                background-color: #fcfcfc;
                border-radius: 10px;
                position: absolute;
                top: 20px;
            }

            .text_middle figure img{
                width: 150px;
                height: 150px;
                position: absolute;
                left: 190px;
            }

            .introduction_text_name_container h3{
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                line-height: 1.5rem;
                margin-top: 10px;
                margin-left: 5px;
            }

            .introduction_text_name_container h4{
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 24px;
                margin-top: 10px;
                margin-left: 5px;
            }

            .introduction_text_name_container .higashiguchirumi{
                color: #000;
                text-align: start;   
            }

        .text_under{
            height: 135px;
        }

            .text_under p{
                font-family: "M PLUS 1", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                line-height: 1.7rem;
            }
        
    .introduction_under_container{
        width: 100%;
        max-width: 1280px;
        height: 100px;
        background-color: #F5B090;
        display: grid;
        place-items: center;
    }

        .introduction_under_text_container{
            width: 350px;
            height: 85px;
        }

            .introduction_under_text_container p{
                font-family: "M PLUS 1", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                line-height: 1.7rem;
                color: #fcfcfc;
            }

            .introduction_under_text_title{
                text-align: center;
            }

/*DESKTOP*/
@media(min-width: 768px){
    .introduction_under_text_container p{
        font-size: 20px;
    }

    .introduction_under_text_container{
        width: 768px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .introduction_add_container{
        display: flex;
        flex-direction: row-reverse;
        gap: 50px;
    }

    .text_upper{
        display: grid;
        place-items: center;
        height: 150px;
        width: 768px;
    }

    .introduction_container{
        width: 768px;
        height: auto;
    }

    .introduction{
        height: auto;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .introduction_under_text_container p{
        font-size: 16px;
    }

    .introduction_under_text_container{
        width: 300px;
    }

    .text_under p{
        font-size: 16px;
    }

    .introduction_text_name_container h4{
        font-size: 22px;
    }

    .introduction_text_name_container h3{
        font-size: 16px;
    }

    .text_middle figure img{
        width: 120px;
        height: 120px;
        top: 15px;
        left: 175px;
    }

    .introduction_text_name_container{
        width: 190px;
    }

    .introduction_text_container p{
        font-size: 16px;
    }

    .introduction_text_container{
        width: 300px;
    }

    .introduction_container{
        width: 300px;
    }
}

/*EMPATHY*/
.empathy{
    width: 100%;
    height: 800px;
    max-width: 1280px;
    background-color: #Fcfcfc;
    display: grid;
    place-items: center;
}

.empathy_container{
    width: 350px;
    height: 800px;
}

    .empathy_heading_container{
        width: 100%;
        height: 158px;
        display: flex;
    }

        .empathy_heading_container img{
            width: 150px;
            height: 150px;
            margin-top: 8px;
        }

        .empathy_heading_text_container{
            width: 216px;
            height: 105px;
            margin-top: 30px;
        }

            .empathy_heading_text_container h3{
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 22px;
                line-height: 2rem;
            }

                .empathy_heading_text_large{
                    font-size: 32px;
                    color: #FFC1A1;
                }

            .empathy_heading_text_container p{
                font-family: "Noto Sans JP", sans-serif;
                font-optical-sizing: auto;
                font-weight: 700;
                font-style: normal;
                font-size: 16px;
                margin-top: 10px;
                text-decoration: underline;
                text-decoration-color: #FFF41C;
                text-decoration-thickness: 5px;
            }

    .empathy_contents_container{
        width: 350px;
        height: 650px;
    }

        .empathy_contents_inner_container{
            width: 100%;
            height: 300px;
        }

            .empathy_contents_inner_text_container{
                width: 100%;
                height: 80px;
                background-color: #FFE6E9;
                margin-top: 20px;
                display: grid;
                place-items: center;
            }

            .empathy_contents_inner_text_even{
                background-color: #FAF3E0;
            }

                .empathy_contents_inner_text_container p{
                    font-family: "Noto Sans JP", sans-serif;
                    font-optical-sizing: auto;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 20px;
                    width: 330px;
                    height: 64px;
                    line-height: 2rem;
                }

/*DESKTOP*/
@media(min-width: 768px){
    .empathy_contents_container{
        width: 768px;
        height: auto;
        display: flex;
        gap: 20px;
    }

    .empathy_heading_container{
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .empathy_container{
        width: 768px;
        height: auto;
    }

    .empathy{
        height: 600px;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .empathy_contents_inner_text_container p{
        font-size: 18px;
        width: 300px;
    }

    .empathy_contents_container{
        width: 300px;
    }

    .empathy_heading_text_container p{
        font-size: 14px;
    }

    .empathy_heading_text_large{
        font-size: 28px;
    }

    .empathy_heading_text_container h3{
        font-size: 20px;
    }

    .empathy_heading_text_container{
        width: 196px;
    }

    .empathy_heading_container img{
        width: 120px;
        height: 120px;
    }

    .empathy_container{
        width: 300px;
    }
}

/*SOLUTION*/
.solution{
    width: 100%;
    height: 2200px;
    max-width: 1280px;
    background-color: #FCE8CA;
    display: grid;
    place-items: center;
}

.solution_container{
    width: 350px;
    height: 2200px;
}

    /*HEADING*/
    .solution_heading_container{
        width: 340px;
        height: 100px;
        background-color: #fcfcfc;
        margin-top: 20px;
        padding-left: 10px;
    }

        .solution_heading_container h3{
            font-family: "Noto Sans JP", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-size: 22px;
            color: #4CAF50;
            display: flex;
        }

            .tanoshii{
                display: block;
                font-family: "Hachi Maru Pop", cursive;
                font-weight: 400;
                font-style: normal;
                font-size: 42px;
                color: #FF8C00;
                text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
                transform: rotate(6deg);
            }

            .gendouryoku{
               margin-top: 20px;
            }

            .back_gendouryoku{
                display: inline;
                background-color: #FFE6E9;
            }

            .gungun{
                margin-top: 20px;
                width: 250px;
                margin-left: auto;
                margin-right: auto;
            }

            .line_gungun{
                text-decoration: underline;
                text-decoration-color: #FFEC47;
                text-decoration-thickness: 5px;
            }

/*DESKTOP*/
@media(min-width: 768px){
    .solution_heading_container h3{
        width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .solution_heading_container{
        width: 768px;
        padding: 0;
    }

    .solution_container{
        width: 768px;
        height: auto;
    }

    .solution{
        height: auto;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .tanoshii{
        font-size: 36px;
    }

    .solution_heading_container h3{
        font-size: 20px;
    }

    .solution_heading_container{
        width: 290px;
    }

    .solution_container{
        width: 300px;
    }
}

    /*CONTENTS*/
    .solution_contents_container{
        width: 100%;
        height: 700px;
    }

        .solution_contents_image_container, .solution_contents_text_container{
            width: 100%;
            height: 350px;
        }

            .solution_contents_image_container img{
                width: 350px;
                height: 350px;
            }

            .solution_contents_text_container p{
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 16px;
                line-height: 2rem;
                margin-top: 20px;
            }

/*DESKTOP -SOLUTION_CONTENTS-*/
@media(min-width: 768px){
    .solution_contents_image_container img{
        width: 374px;
        object-fit: cover;
        object-position: centers;
    }

    .solution_contents_text_container{
        width: 374px;
    }

    .solution_contents_image_container{
        width: 374px;
    }

    .solution_contents_container{
        display: flex;
        height: auto;
        gap: 20px;
    }
}

    /*HEADING UNDER*/
    .solution_heading_under{
        width: 350px;
        padding: 0;
        padding-top: 10px;
        height: 90px;
    }

        .solution_heading_under .konokyoushitsude{
            font-size: 28px;
            color: #FF8C00;
            width: 350px;
            text-align: center;
        }

        h4{
            font-family: "Kosugi Maru", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 20px;
            color: #4CAF50;
            margin-top: 10px;
            text-align: center;
        }

            .manabinododai_underline{
                text-decoration: underline;
                text-decoration-color: #FFEC47;
                text-decoration-thickness: 5px;
            }

    /*CONTENTS UNDER*/
    .solution_contents_under{
        height: 1260px;
    }

        .solution_contents_inner_container{
            width: 100%;
            height: 630px;
        }

            .solution_contents_inner_image_container{
                width: 100%;
                height: 350px;
            }

                .solution_contents_inner_image_container img{
                    width: 350px;
                    height: 350px;
                }

            .solution_contents_inner_text_container{
                width: 100%;
                height: 280px;
            }

                .solution_contents_inner_text_container p{
                    font-family: "Kosugi Maru", sans-serif;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 16px;
                    line-height: 2rem;
                    margin-top: 20px;
                }
            
            .solution_contents_inner_text_under{
                height: 630px;
            }

/*DESKTOP -SOLUTION_この教室で身につく力-*/
@media(min-width: 768px){
    .solution_contents_inner_image_container img{
        width: 374px;
        object-fit: cover;
        object-position: center;
    }

    .solution_contents_inner_image_container{
        width: 374px;
    }

    .solution_contents_inner_upper{
        width: 374  px;
    }

    .solution_contents_under{
        height: auto;
    }

    .solution_heading_under{
        width: 768px;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .solution_contents_inner_image_container img{
        width: 300px;
    }

    .solution_heading_container h4{
        font-size: 18px;
    }

    .solution_heading_container .konokyoushitsude{
        width: 300px;
        font-size: 24px;
    }

    .solution_heading_under{
        width: 300px;
    }

    .solution_contents_image_container img{
        width: 300px;
        object-fit: cover;
        object-position: center;
    }
}

/*EMOTION*/
.emotion{
    width: 100%;
    height: 700px;
    max-width: 1280px;
    background-color: #fcfcfc;
    display: grid;
    place-items: center;
}

.emotion_container{
    width: 100%;
    height: 700px;
}

    .emotion_heading_container{
        width: 100%;
        height: 100px;
        background-color: #F5B090;
        display: grid;
        place-items: center;
    }

        .emotion_heading_container h2{
            font-family: "M PLUS 1", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-style: normal;
            font-size: 18px;
            color: #fcfcfc;
            display: flex;
            flex-direction: column;
        }

            .emotion_heading_under{
                margin-top: 10px;
            }

            .hininchinouryoku{
                font-size: 32px;
                font-weight: 900;
                text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
            }

    .emotion_contents_container{
        width: 100%;
        height: 600px;
        display: grid;
        place-items: center;
    }

        .emotion_contents_inner_container{
            width: 350px;
            height: 600px;
        }

            .emotion_contents_inner_title_container{
                width: 100%;
                height: 100px;
                display: grid;
                place-items: center;
            }

                .emotion_contents_inner_title_container h3{
                    font-family: "Kosugi Maru", sans-serif;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 24px;
                    color: #DC6B9A;
                }

            .emotion_contents_inner_text_container{
                width: 100%;
                height: 500px;
            }

                .emotion_contents_inner_text_container p{
                    font-family: "Noto Sans JP", sans-serif;
                    font-optical-sizing: auto;
                    font-weight: 400;
                    font-style: normal;
                    font-size: 16px;
                    line-height: 1.4rem;
                }

/*DESKTOP -EMOTION-*/
@media(min-width: 768px){
    .emotion_contents_inner_text_container{
        height: 350px;
    }

    .emotion_contents_inner_title_container h3{
        font-size: 32px;
    }

    .emotion_contents_inner_container{
        width: 768px;
        height: auto;
    }

    .emotion_contents_container{
        height: auto;
    }

    .emotion_heading_under{
        margin: 0;
    }

    .emotion_heading_container h2{
        flex-direction: row;
        font-size: 32px;
    }

    .emotion_container{
        height: auto;
    }

    .emotion{
        height: auto;
    }
}

/*MOBILE SMALL -EMOTION-*/
@media(max-width: 350px){
    .emotion_contents_inner_text_container p{
        line-height: 1.3rem;
    }

    .emotion_contents_inner_container{
        width: 300px;
    }
}

/*COMPARE*/
.compare{
    width: 100%;
    height: 3090px;
    display: grid;
    place-items: center;
}

.compare_container{
    width: 100%;
    max-width: 1280px;
    height: 3090px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fcfcfc;
}

/*HEADING*/
.compare_heading_container{
    width: 100%;
    height: 160px;
    background-color: #DC6B9A;
    display: grid;
    place-items: center;
}

    .compare_heading_text_container{
        width: 350px;
        height: 110px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .compare_heading_text_container h2{
            font-family: "Kosugi Maru", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 28px;
            color: #fcfcfc;
        }

            .compare_heading_text_upper, .compare_heading_text_middle, .compare_heading_text_under{
                display: block;
                text-align: center;
            }

            .compare_heading_text_middle{
                color: #f00;
            }

/*DESKTOP -COMPARE-*/
@media(min-width: 768px){
    .compare_heading_text_container h2{
        display: flex;
        justify-content: center;
        font-size: 32px;
    }

    .compare_heading_text_container{
        width: 768px;
        height: auto;
    }

    .compare_container{
        height: auto;
    }

    .compare{
        height: auto;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .compare_heading_text_container h2{
        font-size: 24px;
    }

    .compare_heading_text_container{
        width: 300px;
    }
            }

/*UPPER*/
.compare_contents_container{
    width: 350px;
    height: 1900px;
    background-color: #fff;
}

    .compare_contents_inner_container{
        width: 100%;
        height: 950px;
    }

        .compare_contents_inner_image_container{
            width: 350px;
            height: 350px;
            background-image: url(../img/compare_image_w350_h350.jpg);
            background-size: cover;
            background-position: center;
            margin-top: 20px;
        }

            .compare_contents_inner_image_container .katsudouzisseki{
                font-family: "Noto Sans JP", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                text-align: center;
                color: #fcfcfc;
                padding-top: 20px;
            }

        .compare_contents_inner_text_container{
            width: 350px;
            height: 560px;
            margin-top: 20px;
        }

        .compare_contents_inner_text_right{
            height: 950px;
        }

            .compare_contents_inner_text_container p{
                font-family: "Noto Sans JP", sans-serif;
                font-optical-sizing: auto;
                font-weight: 400;
                font-style: normal;
                font-size: 16px;
                line-height: 1.4rem;
            }

            .compare_contents_inner_text_container p:not(:first-child){
                margin-top: 20px;
            }

/*DESKTOP -COMPARE-*/
@media(min-width: 768px){
    .compare_contents_inner_image_container, .compare_contents_inner_text_container{
        width: 374px;
    }

    .compare_contents_inner_container{
        width: 768px;
    }

    .compare_contents_container{
        width: 768px;
        height: auto;
        display: flex;
        gap: 20px;
    }
}

/*UNDER*/
.compare_contents_under{
    width: 100%;
    height: 1140px;
    background-color: #FFE6E9;
}

    .compare_contents_heading_container{
        width: 100%;
        height: 100px;
        display: grid;
        place-items: center;
    }

        .compare_contents_heading_container h3{
            font-family: "Kosugi Maru", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 24px;
            display: flex;
            flex-direction: column;
            text-align: cneter;
            line-height: 2rem;
            text-decoration: underline;
            text-decoration-color: #FFEC47;
            text-decoration-thickness: 5px;
        }

    .compare_contents_inner_under{
        height: 1040px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .compare_contents_inner_text_underLeft, .compare_contents_inner_text_underRight{
            height: 520px;
            margin: 0;
        }

            .compare_contents_inner_text_image{
                width: 350px;
                height: 350px;
                background-image: url(../img/compare_under_w350_h350.jpg);
                background-size: cover;
                background-position: center;
                margin-top: 10px;
            }

/*DESKTOP -COMPARE_UNDER-*/
@media(min-width: 768px){
    .compare_contents_inner_under{
        height: 550px;
        flex-direction: row;
        align-items: start;
        gap: 20px;
    }

    .compare_contents_heading_container h3{
        flex-direction: row;
        font-size: 26px;
    }

    .compare_contents_under{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .compare_contents_inner_text_image{
        width: 300px;
    }

    .compare_contents_inner_text_container p{
        line-height: 1.3rem;
    }

    .compare_contents_inner_text_container{
        width: 300px;
    }

    .compare_contents_inner_image_container{
        width: 300px;
    }

    .compare_contents_heading_container h3{
        font-size: 18px;
    }

    .compare_contents_container{
        width: 300px;
    }
}

/*CTA*/
.cta{
    width: 100%;
    height: 900px;
    max-width: 1280px;
    background-color: #FCfcfc;
}

.cta_container{
    width: 100%;
    height: 900px;
}

    .cta_heading_container{
        width: 100%;
        height: 100px;
        background-color: #F5B090;
        display: grid;
        place-items: center;
    }

        .cta_heading_container h2{
            font-family: "Kosugi Maru", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 28px;
            color: #fcfcfc;
            display: flex;
            flex-direction: column;
        }

            .cta_heading_upper, .cta_heading_under{
                text-align: center;
            }

    .cta_contents_container{
        width: 100%;
        height: 800px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fcfcfc;
    }

        .cta_contents_text_container{
            width: 350px;
            height: 400px;
        }

        @media(min-width: 768px){
            .cta_contents_text_container{
                width: 374px;
            }

            .cta_contents_container{
                height: auto;
                flex-direction: row;
                gap: 20px;
                justify-content: center;
            }

            .cta_heading_container h2{
                flex-direction: row;
                font-size: 32px;
            }

            .cta_container{
                height: auto;
            }

            .cta{
                height: auto;
            }
        }

            .cta_contents_text_container p{
                font-family: "Kosugi Maru", sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 18px;
                line-height: 1.5rem;
                margin-top: 30px;
            }

                .muryoutaikenwo{
                    display: block;
                    font-size: 20px;
                    width: 350px;
                    color: #F5B090;
                    text-align: center;
                }

                .cta_contents_text_under .imadake{
                    font-size: 24px;
                    line-height: 2rem;
                }

                    .kouenkaidouga{
                        color: #E85298;
                    }

            .cta_contents_text_container figure img{
                width: 350px;
                height: 200px;
                object-fit: cover;
                object-position: center;
            }

            .cta_button_container{
                width: 100%;
                height: 100px;
                display: grid;
                place-items: center;
            }

                .cta_button{
                    width: 300px;
                    height: 50px;
                    background-color: #06C755;
                    border-radius: 10px;
                    display: grid;
                    place-items: center;
                }

                    .cta_button p{
                        font-family: "Noto Sans JP", sans-serif;
                        font-optical-sizing: auto;
                        font-weight: 700;
                        font-style: normal;
                        font-size: 24px;
                        color: #fcfcfc;
                        margin: 0;
                    }

/*MOBILE SMALL*/
@media(max-width: 350px){
    .cta_button{
        width: 280px;
    }

    .cta_contents_text_container figure img{
        width: 300px;
    }

    .cta_contents_text_container p{
        font-size: 16px;
    }

    .cta_contents_text_under .imadake{
        font-size: 20px;
    }

    .muryoutaikenwo{
        width: 300px;
        font-size: 16px;
    }

    .cta_contents_text_container{
        width: 300px;
    }

    .cta_heading_container h2{
        font-size: 22px;
    }
}

/*FORM*/
.form{
    width: 100%;
    height: auto;
    background-color: #fff;
    display: grid;
    place-items: center;
}

.form__outer{
    width: 350px;
    height: auto;
}

/*FORM UPPER*/
.form__container__text{
    width: 350px;
    height: 250px;
    margin-top: 20px;
}

    .form__container__text h3, .form__container__text p{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.5rem;
    }

    .form__container__text h3{
        font-weight: 700;
        font-size: 20px;
        color: #F5B090;
        text-align: center;
    }

    .form__container__text p{
        margin-top: 20px;
    }

/*FORM UNDEr*/
.form__container{
    width: 340px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: solid 0.5px #F5B090;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}

.form__container__inner{
    display: grid;
    grid-template-columns: 100px 230px;
    grid-template-rows: auto;
    row-gap: 1.5em;
    column-gap: 10px;
}

.usernamelabel{
    grid-column: 1 / 1;
}

.usernametext{
    grid-column: 2 / 2;
}

.emaillabel{
    grid-column: 1 / 1;
    grid-row: 2 / 2;
}

.emailtext{
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}

.comentslabel{
    grid-column: 1 / 1;
    grid-row: 3 / 3;
}

.coments{
    grid-column: 2 / 2;
    grid-row: 3 / 3;
}

.submit{
    grid-column: 2 / 2;
    grid-row: 4 / 4;
    max-width: 112px;
}

label{
    text-align: right;
}

#nameerror,
#emailerror{
    color: #ff0000;
    font-size: clamp(12px, 1.4vw, 16px);
}

/*MOBILE SMALL*/
@media(max-width: 350px){
    .form__container__inner{
        grid-template-columns: 80px 210px;
    }

    .form__container{
        width: 290px;
    }

    .form__container__text{
        width: 300px;
    }

    .form__outer{
        width: 300px;
    }
}

/*DESKTOP*/
@media(min-width: 768px){
    .form__container{
        margin-top: 0;
        height: 250px;
        width: 369px;
    }

    .form__container__text{
        width: 379px;
    }

    .form__outer{
        width: 768px;
        display: flex;
        gap: 10px;
    }
}

/*FOOTER*/
.footer_container{
    width: 100%;
    height: 50px;
    background-color: #FCE8CA;
    display: grid;
    place-items: center;
}

    .footer_container p{
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
    }

    @media(max-width: 350px){
        .footer_container p{
            font-size: 12px;
        }
    }

/* sendmail.php */
.res{
    border: solid 1px;
    margin-top: 50px;
    padding: 10px 5px;
    max-width: 620px;
}

.res p{
    font-size: 14px;
}

.res p:last-child{
    text-align: center;
}