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

/* 全体（色系）*/
body {
    .tp_sec02 {
        .ttl09 .en_ttl {
            color: transparent;
        }

        h3 .jp_ttl02 {
            margin-bottom: 15px;
        }
    }

    .tp_sec06,
    .tp_sec07 {
        .ttl09 .en_ttl {
            color: transparent;
        }
    }

    address {
        padding-bottom: 20px;
    }
}

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

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {
        .header-nav li a {
            padding-left: 15px;
            padding-right: 15px;
        }

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

        .h-contact .tel_link01 {
            padding-left: 15px;
            padding-right: 15px;
        }

        .flow_list02 li .txtbox .ttl_sec03 {
            font-size: 24px;
        }

        .contact_infoarea .tel_link01 {
            font-size: 32px;
        }

        footer {
            .line05 {
                padding-bottom: 60px;
                margin-bottom: 60px;
            }

            .line06 {
                padding-bottom: 60px;
                margin-bottom: 20px;
            }
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        .tp_sec02 {
            .layout_b .imgbox,
            .layout_a .imgbox {
                width: 100%;
            }
        }

        .tp_sec04 {
            .layout_b .imgbox,
            .layout_a .imgbox {
                width: 50%;
                margin: 0 auto;
            }
        }

        .tp_sec05 {
            .layout_b .imgbox,
            .layout_a .imgbox {
                width: 100%;
            }
        }

        .add_recruit {
            height: 170px;
        }

        .tp_sec07:before {
            height: 68%;
        }

        .tbl_list01 li {
            display: flex;
        }

        .contact_infoarea {
            .contents_wrap {
                padding: 0;
            }
        }

        .footerUpper .footer_flex .f_company {
            text-align: center;
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        .add_recruit {
            height: 70px;
        }

        .tp_sec07:before {
            height: 76%;
        }

        .tbl_list01 li {
            display: block;
        }

        .swiper-container .swiper-wrapper .swiper-slide {
            height: calc(70vh);
        }

        
    }
}
