@charset "UTF-8";

/*----------------------------------------
concept
----------------------------------------*/

.concept_bg{
width: 100%;
background-image: url(../images/concept_bg.jpg);
background-repeat: repeat-y;
background-size: 100%;
background-position: top center;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
}

.concept_box{
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
padding: 0 0 100px 0;
background-image: url(../images/concept_box_bg.png);
background-repeat: no-repeat;
background-size: 100%;
background-position: bottom center;
}


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

.concept_bg{
width: 100%;
background-image: url(../images/concept_bg_sp.jpg);
}

.concept_box{
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
padding: 0 0 40px 0;
}

}
