@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;
}
.campaign {
    padding: 20px;
    background: #b7dbff;
}

.campaign h3 {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 2px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    font-family: "M PLUS Rounded 1c", sans-serif !important;
}

.campaign div {
    padding: 30px;
    background: #fff;
    text-align: center;
}

.campaign .btn {
    background: #0000ff;
    color: #fff;
    font-size: 1.2em;
    padding: 10px;
    width: 70%;
    margin: 0 auto;
    text-align: center!important;
}

.js-to-footer{
    margin-bottom: 50px;
}
/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){
.campaign h3 {
    font-size: 1.3em;
}





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