@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  background: url( "../images/concept/main_img.jpg")no-repeat center / cover;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
  margin-bottom: 140px;
}
.txt_box h2 {
  margin-bottom: 5px;
}
.txt_box .description {
  line-height: 1.75;
  margin-bottom: 1.5em;
}




}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  background: url( "../images/concept/main_img.jpg")no-repeat center / cover;
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}


}



