@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;
}
.linktxt {
	color: #fff!important;
}

/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){
}

/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){
#mainArea .right{
	height: auto!important;
	
}
#mainArea li img {
    height: 48vh !important;
} 
}
/*===========================sp END====================================== */
/* 2023/06/08 yano  */
#mainArea li img {
    margin-top: 66px;
} 
@media only screen and (max-width: 834px){
    #mainArea li img {
        margin-top: unset;
    } 
}
@media only screen and (max-width: 640px){
    #mainArea li img {
        height: 48vh !important;
    } 
}
/* ************************** */