@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.flex4{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left: -3.2258%;

}
.flex4 .box{
	width: 21.7741%;
	margin-left: 3.2258%;
}
.flex4 .box a {
	display: block;
	position: relative;
}
.flex4 .box a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	font-family: "object-fit:cover;";
	width: 100% !important;
	height: 100% !important;
}
.flex4 .box a:before{
	position: relative;
	z-index: 1;
	content: "";
	display: block;
	width: 100% !important;
	padding-top: 100%;
}
/* PC START ###################################################### */


/* PC END ###################################################### */



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */






/* tablet END ###################################################### */



}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* smartphone END ################################################## */
}