@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.talent01 .box img {
    max-width: 100%;
    height: 100% !important;
}
.talent02 .box img {
    max-width: 100%;
    height: 100% !important;
}

.sns_con div.sns_list {
	border: 0px solid #ccc;
	flex-direction: inherit;
}
.sns_con .sns_list .sns_text {
	display:none;
}
.sns_con .sns_list {
	display:flex;
	justify-content: flex-start;
	margin-left:-2%
}
.sns_con .sns_list div {
	width:24%;
	margin-left:2%;
}
.sns_con div.sns_list div.sns_photo {
	width:100%;
}
.sns_con div.sns_list > div {
	border-bottom:none;
}


/*===========================tab====================================== */
@media screen and (min-width: 640px) and (max-width: 841px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

.sns_con .sns_list {
	display:flex;
	justify-content: space-between;
	margin-left:0;
}
.sns_con .sns_list div {
	width:49%;
	margin-left: 0;
}





}
/*===========================sp END====================================== */