@charset "utf-8";


#visual {
    background: url(../images/index/main_img.jpg) center center;
    background-size: cover;
    position: relative;
    width: 92%;
    height: 65vw;
    max-height: 700px;
    margin: -3em auto 0;
    position: relative;
    z-index: 9;
}

#visual::before,
#visual::after {
    content: "";
    background: url(../images/common/ilust_tree.png);
    background-size: cover;
    width: 30vw;
    height: 10vw;
    max-width: 387px;
    max-height: 130px;
    position: absolute;
    bottom: -1em;
}

#visual::before {
    left: -5em;
}

#visual::after {
    right: -5em;
    transform: scaleX(-1);
}



#visual h1 {
    font-size: clamp(1.125rem, 0.489rem + 3.18vw, 2.875rem);
    position: absolute;
    top: 50%;
    left: 1.25em;
    transform: translateY(-50%);
    z-index: 1;
}

#visual h1 .bg_wt {
    padding: .5em .75em;
    box-shadow: 3px 3px 1px 1px #AF8B7B;
}

#visual .ilust_sun {
    width: 16vw;
    max-width: 144px;
    position: absolute;
    top: 1em;
    left: 2em;
}

#visual .ilust_bird {
    width: 10vw;
    max-width: 88px;
    position: absolute;
    top: 20%;
    left: 45%;
}


section h2 {
    font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
}

section h3 {
    font-size: clamp(1.25rem, 1.114rem + 0.68vw, 1.625rem);
    margin-bottom: 1em;
}

section h4 {
    font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
    margin-bottom: .75em;
}

.front_info {
    padding: 3rem 0 0;
}

#front_info h2 {
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}


#front_recruit h2 {
    color: #2E93E1;
    text-align: left;
    margin-bottom: .5em;
}

#front_recruit h2 span {
    display: block;
    color: #E676A7;
    font-size: 1.125rem;
}

.front_info ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.front_info ul li {
    max-width: 800px;
}

section h2 .wrap {
    position: relative;
    display: inline-block;
}

section h2 .en {
    display: block;
    font-size: .875rem;
    letter-spacing: .25em;
    margin-top: .5em;
}

.txt_colorful span:nth-child(odd) {
    color: #EEE59A;
}

.txt_colorful span:nth-child(even) {
    color: #DE954D;
}


.anchor {
    padding-top: 60px;
    margin-top: -60px;
}






#front_info .inner-section {
    padding-top: 0;
    margin-top: -4em;
    position: relative;
    z-index: 99;
}

#front_info .box {
    padding: 2em;
    outline: 2px dotted #B79891;
    outline-offset: -8px;
}

#front_info li:not(:last-child) {
    margin-bottom: .5em;
}

#front_info dl {
    display: flex;
    flex-wrap: wrap;
}

#front_info dt {
    width: 12em;
    background: none;
    padding: 0;
}

#front_info dd {
    width: calc(100% - 12em);
    padding: 0;
}



#front_greeting {
    position: relative;
}

#front_greeting .ilust_person {
    position: absolute;
    right: 2.5%;
    bottom: 2%;
    width: 20vw;
    max-width: 279px;
    z-index: 999;
}



#front_about .txt_area {
    width: 40%;
}

#front_about .img_area {
    width: 40%;
}




#front_facility .list>li {
    width: calc(100% / 3 - 2em);
}

#front_facility .list .img_area {
    margin-bottom: 1em;
}

#front_facility .list>li dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#front_facility .list>li dl dt {
    width: 6em;
}

#front_facility .list>li dl dd {
    width: calc(100% - 6em);
}


#front_other {
    position: relative;
}

#front_other .ilust_bus {
    position: absolute;
    left: 2%;
    bottom: -15%;
    width: 20vw;
    max-width: 270px;
    z-index: 999;
}

#front_other .flex>div {
    width: 47.5%;
    padding: 2em 2.5em;
    background: #fff;
    border-radius: 30px;
}



#front_recruit .bnr {
    border: 10px solid #C9E8FF;
    padding: 1.5em 0 1.5em 2.5em;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#front_recruit .bnr .txt_area {
    width: 40%;
    min-width: 360px;
}

#front_recruit .bnr .txt_area p {
    color: #333;
}

#front_recruit .bnr .img_area {
    width: calc(100% - 360px);
    max-width: 551px;
}


#front_blog li {
    width: calc(100% / 4 - 2em);
    margin: 1em;
}

#front_blog li .img_area {
    margin-bottom: 1em;

}

#front_blog li .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    object-position: center;
}

#front_blog li dl {
    flex-direction: column;
}

.link_text {
    display: inline-block;
    padding: 0.6em 3.5em 0.5em 2.4em;
    color: inherit;
    background: #C9E8FF;
    text-align: center;
    position: relative;
    outline: 2px dotted #B79891;
    outline-offset: -8px;
    border-radius: 40px;
}

.link_text::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent var(--c_brown);
    border-width: 6px 0px 6px 8px;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
}

.saiyo_btn_area {
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


.qr_area {
    max-width: 80px;
}

@media (min-width: 800px) and (max-width: 1199px) {


    #visual h1 {
        font-size: 3.5vw;
    }


}


@media (max-width: 799px) {


    #visual {
        margin: 100px auto 2em;
        width: 94%;
    }

    #visual::before,
    #visual::after {
        display: none;
    }

    #visual h1 {
        top: initial;
        bottom: -1em;
        left: 0;
        transform: initial;
    }


    #visual .ilust_sun {
        top: .5em;
        left: .5em;
    }

    #visual .ilust_bird {
        top: 55%;
        left: 5%;
    }


    #front_greeting .ilust_person,
    #front_other .ilust_bus {
        display: none;
    }


    #front_info .inner-section {
        padding-top: 8vw;
        margin-top: 0;
        z-index: unset;
    }

    #front_info .box {
        padding: 1.5em;
    }


    #front_info dt,
    #front_info dd {
        width: 100%;
    }

    #front_about .txt_area,
    #front_about .img_area {
        width: 100%;
    }

    #front_about .txt_area {
        margin-bottom: 8vw;
    }

    #front_facility .list>li {
        width: 100%;
    }

    #front_facility .list>li:not(:last-child) {
        margin-bottom: 8vw;
    }

    #front_facility .list .img_area {
        width: 90%;
        max-width: 460px;
        margin: 0 auto 1em;
    }



    #front_other .flex>div {
        width: 100%;
        padding: 1.5em 2em;
        border-radius: 20px;
    }

    #front_other .schedule_area {
        margin-bottom: 8vw;
    }

    #front_other .img_area {
        width: 90%;
        max-width: 460px;
        margin: 0 auto 1em;
    }


    #front_blog li {
        width: calc(100% / 2 - 2em);
    }

    #front_recruit .bnr {
        padding: 1.5em 2.5em;
        flex-direction: column;
    }

    #front_recruit .bnr .txt_area {
        width: 100%;
    }

    #front_recruit .bnr .img_area {
        width: 80%;
        max-width: unset;
    }

    .saiyo_btn_area {
        justify-content: center;
    }
}






@media (max-width: 599px) {




    #front_recruit h2,
    #front_recruit .bnr .txt_area p {
        text-align: center;
    }

    #front_recruit .bnr {
        border: 8px solid #C9E8FF;
        padding: 1em 0.9em;
    }

    #front_recruit .bnr .txt_area {
        width: 100%;
    }

    #front_recruit .bnr .img_area {
        display: none;
    }



    .qr_area {
        display: none;
    }




}




@media (max-width: 399px) {
    #visual {
        margin-top: 65px;
    }


}



#front_info .thumb_img {
    display: none;
}


/*ブレイクポイント 以下*/
@media (max-width: 899px) {}

@media (max-width: 599px) {}