@charset "UTF-8";
/*---------------------*/
/* concept-fv
/*---------------------*/
.main-concept-pc{
    display: none;
}
.main-concept-sp{
    width: 100%;
    height: 513px;
    object-fit: cover;
    object-position: center bottom;
}
/*---------------------*/
/* concept-contents
/*---------------------*/
main{
    margin-bottom: -20px;
}
.concept-contents{
    background-color: #F6F8EB;
    padding: 0 7vw 40px; 
}
.concept-contents h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 14px;
}
.concept-contents p{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 8px;
    line-height: 1.2;
}
.con-card{
    margin-top: 56px;
}
.card-txt h2{
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
.card-txt p{
    font-size: 1.5rem;
    color: #6D6D6D;
    line-height: 1.5;
    padding-bottom: 7px;
    text-align: left;
}
.con-img-pc{display: none;}
.con-card img{
    width: 100%;
}
.float-button__wrap img{
    display: none;
}
.float-button-02__wrap {
    display: block;
    margin-top: 63px;
    margin-bottom: 39px;
    margin-left: -7vw;
}

