@charset "utf-8";

/*============================
採用メッセージ
============================*/

#recruit_message .inner.flex {
    flex-direction: row-reverse;
    gap: 40px;
}

#recruit_message .photo {
    width: 280px;
}

#recruit_message .text {
    flex: 1;
}

@media only screen and (max-width: 768px) {

    #recruit_message .inner.flex {
        gap: 20px;
    }

    #recruit_message .photo {
        width: 100%;
    }

    #recruit_message .photo img {
        background: url(../images/01_sp.jpg)no-repeat center center;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-top: 61.54%;
        overflow: hidden;
    }
}
