@charset "UTF-8";

header .head_ttl::before {
    content: "コンセプト";
    line-height: 1;
    margin: 4px 0 0;
}

.gnav li a.concept{
    background: #eee;
    color: #000;
}

.concept_cont{
    padding: 60px 0;
    /* margin-bottom: 60px; */
}

/* .concept_cont{
    background: #3c3c46;
} */


.sec_lead,.sec_ttl_ja{
    color: #000;
}

.cap_mt01{
    margin-top: 20px;
}


.sec_ttl_ja ,.sec_lead{
    color: #687998;
}

.sec_lead{
    margin: 80px auto;
    line-height: 3.2;
}

.concept_ttl01{
    width: 90%;
    margin: 0 auto;
}

.concept_ttl02{
    max-width: 530px;
        width: 53%;
    margin: 0 auto;
    position: relative;
    top: 60px;
    z-index: 1;
}


.concept_bg01{
    background: url(../img/concept/concept_bg01.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.concept_bg02{
    background: url(../img/concept/concept_bg02.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}


.cocept_ani_ele{
    position: absolute;
    top: 0;
    left: 0;
}

.concept_fea{
    height: 700px;
}

.fea01_01{
    background: url(../img/concept/fea01_01.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    
}
.fea01_02{
    background: url(../img/concept/fea01_02.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.fea01_03{
    background: url(../img/concept/fea01_03.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.fea01_04{
    background: url(../img/concept/fea01_04.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.fea02_01{
    background: url(../img/concept/fea02_01.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
    
}
.fea02_02{
    background: url(../img/concept/fea02_02.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.fea02_03{
    background: url(../img/concept/fea02_03.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.fea02_04{
    background: url(../img/concept/fea02_04.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.concept_fea{
    position: relative;
}
/* .concept_fea::before{
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
} */

.concept_fea_bg{
    position: absolute;
    background: rgba(var(--scroll));
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cls-2 path{
        fill:var(--fill);
}

.fea02_04_svg path{
    fill:var(--fill);
}

.concept_txt_box{
    text-align: center;
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.concept_ttl{
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.concept_lead{
    
    font-size: 18px;
    line-height: 1.8;
}

.concept_ttl_en{
    position: relative;
    max-width: 1600px;
        width: 90%;
    margin: 0 auto;
    top: -1.6%;
}

.concept_ttl_en img{
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
}

.concept_ttl_en::before{
    content: "";
    position: absolute;
    background: #fff;
}

.bnr_kids{
    transition-duration: 0.6s;
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}
.bnr_kids:hover{
    opacity: 0.6;
}


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

}

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

}


@media screen and (max-width: 1000px) {
    ul.gnavi li a.concept{
        background: #eee;
        color: #000;
    }
    .sec_lead {
        margin: 60px auto;
    }
    /* .sec_ttl_ja{
        margin-bottom: 0;
    } */
    .concept_fea {
        height: 400px;
    }
    .concept_ttl{
        font-size: 24px;
    }
}


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

}


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


@media screen and (max-width: 750px) {
    .foot_nav .concept a {
        background: #d8d8da;
    }

    .concept_cont {
        padding: 40px 0;
    }

    .concept_ttl02{
        top: 20px;
    }
}


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

    .sec_lead {
        margin: 40px auto;
        line-height: 2.8;
    }


    .concept_fea {
        height: 280px;
    }

    .concept_ttl {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .concept_lead {
        font-size: 14px;
    }

    .bnr_kids{
        width: 100%;
    }

}


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


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

}



