@charset "utf-8";

/* 採用情報セクション */
.recruit-section {
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.recruit-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* PC版・タブレット版用 */
.recruit-banner-pc {
    display: block !important;
    width: 70%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

/* モバイル版用 */
.recruit-banner-mobile {
    display: none !important;
    width: 90% !important;
    margin: 0 auto;
}

/* レスポンシブ対応 */
/* モバイル版（900px以下） */
@media screen and (max-width: 900px) {
    .recruit-banner-pc {
        display: none !important;
    }

    .recruit-banner-mobile {
        display: block !important;
        width: 90% !important;
    }
}
