    @charset "UTF-8";
    /* 新卒者募集用バナー */
    
    .ric_bnr {
        margin: 70px auto 0;
        width: 100%;
    }
    
    .ric_bnr img {
        width: 100%;
    }
    
    .ric_bnr img.pc {
        display: none;
    }
    
    .ric_bnr img.sp {
        display: block;
    }
    
    @media screen and (min-width: 761px) {
        .ric_bnr {
            margin: 70px auto 0;
            width: 100%;
            max-width: 1020px;
        }
        .ric_bnr img.pc {
            display: block;
        }
        .ric_bnr img.sp {
            display: none;
        }
    }

    /* 元旦mainvew挨拶 */
    .indexLayout #mainImg.shinsyun {
        background-image: url('../img/bnr_shinsyun2025_pc.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 40%;
    }

    @media screen and (min-width: 1267px) {
        .indexLayout #mainImg.shinsyun {
            background-image: url('../img/bnr_shinsyun2025_pc1366.jpg');
            background-size: auto 100%;
            background-color: #fff;
            background-position: center;
        }
    }

    .indexLayout #mainImg.shinsyun #mainOver01,
    .indexLayout #mainImg.shinsyun #mainOver02,
    .indexLayout #mainImg.shinsyun .slider,
    .indexLayout #mainImg.shinsyun #mainText,
    .indexLayout #mainImg.shinsyun .mouseicon {
        display: none;
    }

    @media screen and (max-width: 761px) {
        .indexLayout #mainImg.shinsyun {
            background-image: url('../img/bnr_shinsyun2025_sp.jpg');
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
        }
    }