/* ======================================
    Overwrite CSS
====================================== */
@media screen and (min-width: 1024px) {
    .bl_header_inner {
        max-width: 1400px;
    }
}

/*代表挨拶インタビュー4*/
@media screen and (min-width: 1024px) {
    .bl_ceoInterview .bl_ceoInterview_row.el_row4 .el_img {
        place-items: end;
    }
}

/*工業森林事業ページ　実績*/
@media screen and (min-width: 1024px) {
    .bl_pageWorks_slideWrap {
        max-width: 1200px;
    }
}
.bl_pageWorks_slideWrap.is_noslide .swiper-wrapper {
    gap: 25px;
}

/*採用ページ*/
@media screen and (min-width: 1024px) {
    .bl_recruit .bl_recruit_job .ly_sec_inner {       
        align-items: center;
    }
}
.bl_recruit .bl_recruit_job .el_cont {
    margin-top: 0px;
}

@media screen and (min-width: 1024px) {
    .com_recruit_talk .ly_grid {
        grid-template-columns: 1fr 63.375%;
    }
}

.com_recruit_talk .el_cont {
    width: 80.266667%;
    margin-top: 70px;
}

.com_recruit_talk .el_cont p {
    font-size: 1.8rem;
}

/*UPポインター*/
.bl_pageTop.is_active {
    opacity: 1;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.bl_pageTop {
    border-radius: 50%;
    width: 55px;
    height: 55px;
}
.bl_pageTop { 
    background: #fff;
    border: 1px solid #000f41;
}
.bl_pageTop::before {
    border-top: solid 2px #000f41;
    border-left: solid 2px #000f41;
}