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


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

    
/* layout-concept */

.layout-concept p {
	text-align: left;
}

    
/* contents01 */

.contents01 {
	width: 100%;
background-repeat: repeat-y;
background-size: 150% auto;
}

.contents01 .box-inner {
  justify-content: center;
	gap:40px 4%;
}

.contents01 .box {
	width: 48%;
}
	
@media screen and (max-width: 500px) {
	.contents01 .box {
	width: 100%;
}
}
	

    .pc-view {
        display: none;
    }
    .sp-view {
        display: inline-block;
    }
   
}
