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

/* 全体（色系）*/
body {
	.btn01 a{
		max-width: 300px;
	}
	
    .tp_sec01 {
        .ttl09 .ttl_area .en_ttl {
            color: #004838;
        }
    }

    .slick-dots li.slick-active button:before {
        background: #ffbb01;
    }

    &.single-recruit_post {
        .bnr_area a .wide_ttl {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

            .en_ttl {
                color: #fff;
            }

            .jp_ttl {
                color: #fff;
                border-left: solid 1px #fff;
            }
        }
        .bnr_area {
            position: relative;
            height: 120px;
        }
        .bnr_area a {
            display: block;
            background-color: #a42a2a;
            color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .bnr_area a:hover {
            background-color: #00ab84;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }
    }

    .tbl_list02 li .list_ttl {
        color: #007056;
    }

    &.contact {
        .ttl10 {
            border-left: 6px solid #e1344c;
        }
    }

    .tp_sec05 {
        .text_link03 {
            color: #007056;
        }
    }
}

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

/* パソコン以上*/
@media screen and (min-width: 1281px) {
    body {

        ul.links_sns {
            justify-content: left;
        }

        header .header-r-area .h_btn_flex {
            margin-right: 20px;
        }

        header .header-r-area {
            border: 2px solid #edede8;
        }

        .add_menu {
            height: 600px;

            .box {
                margin-top: 5%;
            }
        }

        .add_recruit {
            .layout_a .txtbox {
                margin-right: 90px;
            }
        }

        .img_list_over .slick-dots {
            text-align: left;
        }

        .tp_sec05 {
            .layout_b .imgbox {
                width: 25%;
            }
        }

        .add_contact {
            .layout_a .txtbox {
                margin-right: 250px;
            }

            .layout_a .imgbox {
                width: 25%;
            }
        }

        main section .page_head .contents_wrap {
            left: 10%;
        }

        &.hokkaido {
            .sec01 {
                .layout_b .imgbox {
                    width: 50%;
                }

                .layout_a .imgbox {
                    width: 50%;
                }
            }
        }

        &.company {
            .sec01 .sec01_list li .ma_l_50 {
                margin-left: 46px;
            }
        }

        &.contact {
            .infobox_pad {
                padding: 0 5%;
            }
        }

        .gnav .gnav__inr {
            background-color: #004838;
            height: auto;

            .ttl05 {
                border-bottom: solid 1px #fff;
            }
        }

        .gav_close_btn {
            padding: 30px;
            /* width: 90px;
            height: 90px;
            right: 5%; */

            /* img {
                position: absolute;
                top: 40%;
                width: 20px;
                height: 20px;
                right: 40%;
            } */
        }
    }
}

/* タブレット*/
@media screen and (max-width: 1024px) {
    body {
        &.single-recruit_post {
            .bnr_area a .wide_ttl {
                width: 90%;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }

        #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
            height: 100vh;
        }

        &.work-environment {
            .flex_btn li {
                margin-bottom: 10px;
            }
        }
    }
}

/* 携帯*/
@media screen and (max-width: 767px) {
    body {
        &.single-recruit_post {
            .bnr_area {
                height: 80px;
            }
        }

        #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
            height: 70vh;
        }

        &.work-environment {
            .sec01 .layout_b .imgbox {
                width: 100%;
            }

            .sec01 .layout_a .imgbox {
                width: 100%;
            }
        }

        &.company {
            .tbl_list02 li {
                padding: 0 15px 20px;
            }
        }

        .tbl_list02 li:before {
            width: 110px;
        }

        .contact_infoarea .contact_company_dl {
            flex-wrap: nowrap;
        }

        .contact_infoarea .contact_company_dl dt {
            max-width: 100px;
        }

        .contact_infoarea a.tel_link01 {
            font-size: 24px;
        }
    }
}
