@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 .sns_list {
    display: flex!important;
    flex-wrap: wrap!important;
    flex-direction: row!important;
}
.sns_list > div {
    width: 45%!important;
}
.sns .sns_list div.sns_photo {
    width: 55% !important;
    padding: 10px;
    box-sizing: border-box;
}
/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
.sns_list > div {
    width: 100%!important;
}





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