/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {
    main .level_2 {
        text-align: center;
    }
}


/* ----------------------------------------------

 * メッセージ

---------------------------------------------- */

.message .message__profile {
    margin-top : 24px;
    margin-bottom: 48px;
}

.message .career_lists {
    margin-top: 32px;
    margin-left: 1.5em;
    
    line-height: 2;
    list-style-type: disc;
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {
    .message .career_lists {
        font-size: var(--fontsize_18);
    }
}


/* ----------------------------------------------

 * 求める人物像、主な仕事内容

---------------------------------------------- */

/* コンテンツ */
.for_newgeraduate .for_newgeraduate__text {
    margin-bottom: 32px;
}

/* PC用判定 */
@media screen and (pointer: fine) and (hover: hover) and (orientation: landscape) and (min-width: 800px) and (min-height: 600px) {

    .for_newgeraduate .for_newgeraduate__text {
        margin-bottom: 64px;
    }
}