
@charset "UTF-8";

/* 採用担当者メッセージ */
/* 背景画像 */
.wrapper.message {
    background: url(../img/qualification_bg2.png) no-repeat 50% 600px;
    /* background-size: 2880px auto ; */
}

main {
    background: url(../img/qualification_bg1.png) repeat 50% 0;
}


.top-img-type-a > img {
    background: url(../img/message_fig1.png) no-repeat center top, url(../img/message_bg.png) no-repeat center top;
    background-size: auto auto, auto auto;
}

/** --------------------------------
* sp
*/
@media screen and (max-width: 767px) {

    /* 採用担当者メッセージ */
    /* 背景画像 */
    /* .wrapper.message {
        background: url(../../img/bg.png) repeat-y 50% 6em;
        background-size: 300% auto;
    } */

    .top-img-type-a > img {
        background-size: auto 100%, 100% 100%;
    }
}