@charset "utf-8";
/* 
サイト固有の記述
*/

/* 全体（色系）*/
body {
    &.support {
        .sec03 .wbox01 {
            background-color: #fbfbf4;
        }
    }

    .named {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .sp_on2 {
        display: none;
    }
}

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        &.home header .h1 a img {
            height: 76px;
        }

        header .h1 a img {
            height: 76px;
        }

        header.fixed .h1 a img + img {
            height: 76px;
        }

        .header-nav {
            border-right: solid 1px #ffffff;
        }

        .header-nav li:last-child a {
            padding-right: 20px;
        }

        .footerUpper .footer_flex {
            margin-bottom: 100px;
        }

        &.flow {
            .tab-label {
                font-size: 17px;
            }
        }

        &.career-mid {
            .sec01 {
                .layout_b .imgbox,
                .layout_a .imgbox {
                    width: 55%;
                }
            }
        }

        &.career-new {
            .sec03 {
                .layout_b .imgbox,
                .layout_a .imgbox {
                    width: 55%;
                }
            }
        }

        &.recruit {
            .tab-label {
                width: 35%;
            }
        }
    }
}

/* モニター以上*/
@media screen and (min-width: 1860px) {
    body {
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        .staff_infobox .txtbox {
            width: 45%;
        }

        &.career-mid {
            .sec03 {
                .sub_images_ul .li {
                    width: 100%;
                    margin-bottom: 10px;
                }
            }
        }

        &.career-new {
            .sec06 {
                .sub_images_ul .li {
                    width: 100%;
                    margin-bottom: 10px;
                }
            }
        }

        .unkmenu {
            padding: 0;
        }

        main section .page_title {
            width: 100%;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        .staff_infobox .txtbox {
            width: 92%;
            padding: 24px 22px;
        }

        .sp_on2 {
            display: block;
        }

        .tbl_list02 li .list_ttl,
        .tbl_list02 li .list_body {
            padding: 25px 10px;
        }

        .tbl_list02 li .list_ttl {
            width: 30%;
        }

        .tbl_list02 li:before {
            width: 35%;
        }

        .non_thum_list li:after {
            display: none;
        }
    }
}
