/* =============================================================
   メインビジュアル
   =============================================================
*/
.main_block {
    position: relative;
}

.main_block .copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}

.main_block .copy img {
    width: 480px;
}

.main_block .swiper-wrapper {
    transition-timing-function: linear;
}

@media screen and (max-width: 1200px) {
    .main_block .copy img {
        width: 35vw;
    }
}

@media screen and (max-width: 700px) {
    .main_block .copy img {
        width: 60vw;
    }
}

/* =============================================================
   きんでん 技術安全協力会とは
   =============================================================
*/
.about_block {
    padding-top: 112px;
}

.about_block .left_box {
    padding-top: 12px;
    position: relative;
    width: 42%;
}

.about_block .left_box figcaption {
    position: relative;
    margin-bottom: 156px;
}

.about_block .left_box figcaption::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 64px;
    right: -8%;
    width: 100vw;
    height: 102%;
    background-color: #F7F8F9;
}

.about_block .right_box {
    width: 44%;
    position: relative;
    margin-bottom: 100px;
}

.about_block .right_box::before {
    content: 'ABOUT';
    position: absolute;
    top: -80px;
    left: -16px;
    font-size: 130px;
    color: #F7F8F9;
    font-weight: bold;
    z-index: -1;
}

.about_block .right_box h2 {
    margin-bottom: 26px;
}

.about_block .right_box p {
    font-size: 18px;
    line-height: 2.3;
    text-align: justify;
}

@media screen and (max-width: 1200px) {
    .about_block .right_box::before {
        content: 'ABOUT';
        position: absolute;
        top: -80px;
        left: -16px;
        font-size: 10vw;
    }

    .about_block .right_box::before {
        top: -7vw;
    }

    .about_block .right_box {
        width: 50%;
        margin-bottom: 40px;
    }

    .about_block .right_box p {
        font-size: 15px;
        line-height: 2;
    }

    .about_block .right_box h2 {
        margin-bottom: 12px;
    }

    .about_block {
        padding-top: 60px;
    }

    .about_block .left_box {
        padding-top: 0;

    }

    .about_block .left_box figcaption::after {
        height: 90%;
    }

    .about_block .left_box figcaption {
        margin-bottom: 85px;
    }

}

@media screen and (max-width: 700px) {
    .about_block {
        margin-top: -12px;
        padding-top: 52px;
    }

    .about_block .inner {
        flex-direction: column;
    }

    .about_block .right_box {
        width: 100%;
        order: 1;
        margin-bottom: 14px;
    }

    .about_block .left_box {
        width: 100%;
        order: 2;
    }

    .about_block .right_box::before {
        font-size: 19vw;
        top: -12vw;
        right: -4vw;
        left: inherit;
    }

    .about_block .right_box p {
        font-size: 13px;
        line-height: 2;
    }

    .about_block .left_box {
        width: 81%;
        display: block;
        margin-left: auto;
    }

    .about_block .left_box figcaption {
        margin-bottom: 61px;
    }

    .about_block .left_box figcaption::after {
        top: 39px;
        right: 25px;
        width: 130%;
        height: 94%;
    }
}

/* =============================================================
   バナー
   =============================================================
*/
.banner_block {
    padding-bottom: 80px;
}

.banner_block ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.banner_block ul li img {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .banner_block ul li a:hover {
        opacity: .3;
    }
}

@media screen and (max-width: 1200px) {
    .banner_block {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .banner_block ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .banner_block {
        padding-bottom: 25px;
    }
}

/* =============================================================
   お知らせ
   =============================================================
*/
.news_block {
    padding-top: 165px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news_block::before {
    content: 'NEWS';
    position: absolute;
    top: 10px;
    left: 30vw;
    font-size: 164px;
    line-height: 0.6;
    color: #F7F8F9;
    font-weight: bold;
    z-index: -1;
}

.news_block::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 92px;
    right: 0;
    width: 70vw;
    height: 100%;
    background-color: #F7F8F9;
}

.news_block .inner {
    display: flex;
}

.news_block .swiper_box {
    flex: 1;
    margin-right: calc(50% - 50vw);
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.news_block .left_box {
    width: 110px;
    position: relative;
    height: calc(100% - 10px);
}

.news_block .right_box {
    width: calc(100% - (110px + 30px));
}

.news_block img {
    box-shadow: 2px 2px 10px #e8e8e8;
}

.news_block .nav {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid #363640;
    cursor: pointer;
}

.news_block .nav.prev {
    left: 0;
}

.news_block .nav.next {
    right: 0;
}

.news_block .nav::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid #363640;
    border-top: 0;
    border-right: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
}

.news_block .nav.prev::before {
    left: 20px;
}

.news_block .nav.next::before {
    transform: rotate(-135deg);
    left: 16px;
}

@media (hover: hover) and (pointer: fine) {
    .news_block .nav:hover {
        color: #fff;
        background-color: #363640;
    }

    .news_block .nav:hover::before {
        border-color: #fff;
    }
}

@media screen and (max-width: 1200px) {
    .news_block::before {
        font-size: 10vw;
    }

    .news_block::after {
        top: 6vw;
    }

    .news_block {
        padding-top: 10vw;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 600px) {
    .news_block {
        padding-top: 11vw;
    }

    .news_block::after {
        top: 14vw;
        width: 100%;
    }

    .news_block::before {
        font-size: 23vw;
        left: 4vw;
    }

    .news_block .ttl_top .roboto {
        text-align: left;
    }

    .news_block .ttl_top .zenkaku {
        text-align: left;
    }

    .news_block .inner {
        display: contents;
    }

    .news_block .swiper_box {
        display: block;
        margin-right: 0;
    }

    .news_block .left_box {
        width: 90%;
        margin: 0 auto 10px;
    }

    .news_block .nav.prev {
        left: inherit;
        right: 55px;
    }

    .news_block .nav {
        top: 0;
        width: 40px;
        height: 40px;
    }

    .news_block .nav::before {
        top: 14px;
    }

    .news_block .nav.next::before {
        left: 12px;
    }

    .news_block .nav.prev::before {
        left: 17px;
    }

    .news_block .right_box {
        width: 100%;
    }
}

/* =============================================================
   採用情報
   =============================================================
*/
.recruit_block {
    margin-bottom: 40px;
}

.recruit_block #recruit {
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
}

.recruit_block #recruit::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 70vw;
    height: 100%;
    background-color: #F7F8F9;
}

.recruit_block .ttl_box {
    padding-top: 61px;
    text-align: center;
    color: #fff;
    position: relative;
}

.recruit_block .ttl_box::before {
    z-index: -1;
    content: '';
    display: block;
    width: 100%;
    height: 377px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--recruit-bg);
    background-position-y: 34%;
    background-position-x: 65%;
}

.recruit_block .ttl_box span {
    display: block;
}

.recruit_block .ttl_box .roboto {
    font-size: 40px;
    font-weight: bold;
}

.recruit_block .ttl_box .zenkaku {
    font-size: 17px;
    font-weight: 500;
}

.recruit_block .ttl_box p {
    font-size: 18px;
    line-height: 1.7;
    padding-top: 21px;
    padding-bottom: 47px;
}

.recruit_block .content_box {
    width: 100%;
}

.recruit_block .inner {
    position: relative;
}

.recruit_block .bg_w {
    margin: 0 35px;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #E9E9E9;
}

.recruit_block .bg_gray {
    background-color: #F7F8F9;
}

.recruit_block h3 {
    padding: 15px;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}

.recruit_block .gyousyu_list {
    display: flex;
    justify-content: center;
    gap: 5px;
    font-size: 15px;
}


.recruit_block .gyousyu_list li button {
    padding: 3px 10px;
    min-width: 66px;
}

.recruit_block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.recruit_block label button {
    border: solid 1px #D0D0D0;
    text-align: center;
    display: block;
    width: 100%;
    transition: .3s;
}

.recruit_block label input[type="checkbox"]:checked+button {
    background-color: #363640;
    color: #fff;
    border: solid 1px #363640;
}

.recruit_block .right_box {
    width: 54.5%;
}

.recruit_block .right_box .tiho {
    font-size: 13px;
    margin-top: 5px;
}

.right_box .tiho:first-of-type {
    margin-top: 0;
}

.recruit_block .btn_list {
    font-size: 13px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 5px;
}

.recruit_block .bg_w.flex {
    justify-content: center;
    gap: 25px;
}

.recruit_block .btn_list li label button {
    padding: 3px 0;
}

.recruit_block .btn_box {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-bottom: 20px;
}

.recruit_block .green_btn {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: #005925;
    line-height: 1;
}

.recruit_block .white_btn {
    width: 180px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border: 1px solid #C3C3C3;
    text-align: center;
    background-color: #fff;
    color: #363640;
    line-height: 1;
}

.recruit_block .search_box {
    margin-top: 35px;
}

.recruit_block .search_box .result {
    font-size: 20px;
    padding-bottom: 4px;
}

.recruit_block input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
}

.recruit_block .left_box {
    width: 40%;
}

.recruit_block .left_box svg {
    width: 100%;
}

/* 地図 */
.recruit_block .area path {
    transition: .3s;
}

.recruit_block .area[data-active-flg="true"] path {
    fill: #005925;
}

.recruit_block .no_search {
    font-size: 18px;
    margin: 15px 50px 20px;
}

@media (hover: hover) and (pointer: fine) {
    .recruit_block label button:hover {
        background-color: #ebebeb;
    }

    .recruit_block .white_btn:hover {
        width: 180px;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        background-color: #005925;
    }

    .recruit_block .green_btn:hover {
        width: 180px;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0;
        border: 1px solid #C3C3C3;
        text-align: center;
        background-color: #fff;
        color: #363640;
    }

    .recruit_block .area[data-active-flg="false"]:hover path {
        fill: #81AD97;
    }
}

@media screen and (max-width: 1200px) {
    .recruit_block .ttl_box .roboto {
        font-size: 32px;
        line-height: 1;
    }

    .recruit_block .ttl_box p {
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 18px;
    }

    .recruit_block h3 {
        padding: 8px;
        font-size: 17px;
    }

    .recruit_block .bg_w {
        padding: 10px;
        margin: 0 15px;
    }

    .recruit_block .right_box {
        width: 55%;
    }

    .recruit_block .btn_list {
        font-size: 12px;
        grid-template-columns: repeat(5, 1fr);
    }

    .recruit_block .gyousyu_list li button {
        font-size: 12px;
    }

    .recruit_block .ttl_box::before {
        height: 28vw;
        background-size: 110vw;
        background-position-y: -15vw;
        background-position-x: -10vw;
    }

    .recruit_block .ttl_box {
        padding-top: 5vw;
    }

    .recruit_block .search_box .result {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .recruit_block #recruit {
        height: 52px;
        margin-top: -30px;
    }

    .recruit_block .ttl_box .roboto {
        font-size: 30px;
        line-height: 1;
    }

    .recruit_block .ttl_box {
        padding-top: 7vw;
    }

    .recruit_block .ttl_box::before {
        height: 57vw;
        background-size: 135vw;
        background-position-y: -15vw;
        background-position-x: -21vw;
    }

    .recruit_block .ttl_box p {
        font-size: 13px;
    }

    .recruit_block h3 {
        font-size: 14px;
    }

    .recruit_block .gyousyu_list {
        font-size: 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .recruit_block .gyousyu_list li button {
        font-size: 11px;
        padding: 2px 10px;
    }

    .recruit_block .left_box {
        display: none;
    }

    .recruit_block .right_box {
        width: 100%;
    }

    .recruit_block .right_box .tiho {
        margin-top: 4px;
        font-size: 10px;
    }

    .recruit_block .btn_list li label button {
        padding: 2px 0;
        font-size: 11px;
    }

    .recruit_block .bg_w {
        margin: 0 10px;
    }

    .recruit_block .btn_box {
        margin: 15px 10px 0;
        padding-bottom: 10px;
    }

    .recruit_block .green_btn {
        width: 50%;
        font-size: 14px;
        height: 34px;
        padding: 8px 0;
    }

    .recruit_block .white_btn {
        width: 50%;
        font-size: 14px;
        height: 34px;
        padding: 8px 0;
    }

    .recruit_block .search_box {
        margin-top: 6px;
    }

    .recruit_block .search_box .result {
        font-size: 12px;
    }

    .recruit_block #recruit::after {
        width: 100%;
    }

    .recruit_block .search_box .no_result {
        font-size: 13px;
    }
}