@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;
}

.menu_00001 .box {
   width: calc((100% - 48px)/3);
   margin-right: 14px;
   margin-bottom: 32px;
   padding: 32px;
   border: 1px solid #cfcfcf;
   text-align: center;
}

.menu_00001 .box h3 {
   font-size: 2rem;
   font-weight: 500;
   margin-bottom: 16px;
   border-bottom: 1px solid #cfcfcf;
   padding-bottom: 8px;
}

.menu_00001{
    display: flex;
}

/*===========================スマホ====================================== */
@media screen and (max-width: 834px){

.menu_00001{
  display: block!important;
}

.menu_00001 .box {
   width: 100%;
   margin-right: 14px;
   margin-bottom: 32px;
   padding: 32px;
   border: 1px solid #cfcfcf;
   text-align: center;
}

.menu_00001 .box h3 {
   font-size: 2rem;
   font-weight: 500;
   margin-bottom: 16px;
   border-bottom: 1px solid #cfcfcf;
   padding-bottom: 8px;
}


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




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






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