@charset 'UTF-8';
/*  Sunbeam - Add Custom CSS here.  */
/* ------------------------------------------ */
/* 採用情報 - シェフ・IT募集 2026.6.5更新 */
/* ------------------------------------------ */
.page-recruit-testsunbeam .c-sec-fixed__content .c-title01__text {
    margin-top: 65px;
    padding: 15px 0;
    border: 1px solid #FFF;
    border-right: none;
    border-left: none;
    line-height: 33px;
}

.page-recruit-testsunbeam .p-about__target .p-about__item-desc .step__text {
    padding-left: 0;
}

.page-recruit-testsunbeam .p-about__target .p-about__item-child:nth-of-type(2) {
    margin-top: 105px;
    border-top: 1px solid #000;
}

@media (min-width: 768px) and (max-width: 1000px) {}

@media (max-width: 767px) {
    .page-recruit-testsunbeam .c-sec-fixed__content .c-title01__text {
        margin-top: 35px;
        padding: 12px 0;
        line-height: 28px;
    }
    
    .page-recruit-testsunbeam .p-about__target .p-about__item-child:nth-of-type(2) {
        margin-top: 66px;
    }
}