@charset "UTF-8";

body {
    font-weight: 400;
}

.top_hl {
    margin-bottom: 4rem;
}

.top_hl .sub {
    font-size: 1.6rem;
    font-weight: 400;
    color: #ac1d28;
    margin-bottom: 1.2rem;
    display: block;
}

.top_hl .main {
    font-size: 4rem;
    font-weight: 500;
    display: block;
}

@media (max-width: 767px) {
    .top_hl .main {
        font-size: 2.8rem;
    }
}

/* MV
----------------------------*/
.mv {
    width: 100%;
    height: calc(100vh - 9.5rem);
    padding-bottom: 5rem;
    position: relative;
    margin-bottom: 6rem;
    overflow: hidden;
}

.mv .slick-slider .slick-track {
    display: flex;
}

.mv .slick-slide {
    outline: none;
    height: calc(100vh - 9.5rem - 5rem);
    object-fit: cover;
}

.mv .slick_ctrl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background-color: #f3f4ff;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}

.mv .slick_ctrl .prev,
.mv .slick_ctrl .next,
.mv .slick_ctrl .pause {
    border: none;
    background: none;
    position: relative;
    width: 3rem;
    height: 5rem;
}

.mv .slick_ctrl .prev:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.4rem;
    height: 1.4rem;
    border-left: 4px solid #1f2774;
    border-bottom: 4px solid #1f2774;
    transform: rotate(45deg);
}

.mv .slick_ctrl .next:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1.4rem;
    height: 1.4rem;
    border-top: 4px solid #1f2774;
    border-right: 4px solid #1f2774;
    transform: rotate(45deg);
}

.mv .slick_ctrl .pause {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
}

.mv .slick_ctrl .pause.is-playing:before,
.mv .slick_ctrl .pause.is-playing:after {
    content: "";
    height: 2rem;
    width: 3px;
    background-color: #1f2774;
}

.mv .slick_ctrl .pause.is-paused:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #1f2774;
}

.mv .dots_wrap {
    display: flex;
    align-items: center;
    height: 100%;
    column-gap: 1.5rem;
    margin-left: 1rem;
}

.mv .dots_wrap li {
    position: relative;
    width: 8px;
    height: 8px;
}

.mv .dots_wrap li button {
    font-size: 0;
    border: none;
    background-color: #d6d6d6;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv .dots_wrap li.slick-active button {
    background-color: #1f2774;
}

.mv .mv_text {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mv .mv_text_inner p {
    font-size: 5rem;
    font-weight: 500;
    padding: 0 1.3rem;
    white-space: nowrap;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: #fff;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .mv .mv_text_inner p {
        font-size: 6vw;
    }

    .mv {
        height: 55rem;
    }

    .mv .slick-slide {
        height: 50rem;
    }
}



/* Pick up
----------------------------*/
#sec_pickup {
    margin-bottom: 13rem;
}

#sec_pickup h2 {
    font-size: 4rem;
    font-weight: 500;
    padding-bottom: .5rem;
    position: relative;
    text-align: center;
    color: #1f2774;
    margin-bottom: 4.5rem;
}

#sec_pickup h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 5rem;
    margin: 0 auto;
    height: 1px;
    background-color: #ac1d28;
}

#sec_pickup.slick-list {
    margin: 0 -15px;
}

#sec_pickup .pickup_slick .item {
    background-color: #f9faff;
    margin: 0 15px;
}

#sec_pickup .pickup_slick .item .img {
    width: 100%;
    height: 17rem;
    overflow: hidden;
}

#sec_pickup .pickup_slick .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#sec_pickup .pickup_slick .item p {
    padding: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

#sec_pickup .pickup_slick .item:hover img {
    transform: scale(1.05);
}

#sec_pickup .pickup_slick .item:hover {
    color: #ac1d28;
}

#sec_pickup .pickup_slick .slick-prev,
#sec_pickup .pickup_slick .slick-next {
    height: 120px;
    width: 30px;
    border: 1px solid #1f2774;
    border-radius: 3px;
    background-color: #fff;
    z-index: +10;
}

#sec_pickup .pickup_slick .slick-prev:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1f2774;
    border-left: 2px solid #1f2774;
    transform: rotate(-45deg);
}

#sec_pickup .pickup_slick .slick-next:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1f2774;
    border-right: 2px solid #1f2774;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    #sec_pickup {
        margin-bottom: 8rem;
    }

    #sec_pickup .wrap_inner {
        max-width: calc(100vw - 8rem);
    }

    #sec_pickup h2 {
        font-size: 2.8rem;
    }

    #sec_pickup .pickup_slick .item .img {
        height: 46vw;
    }
}



/* 企業情報
----------------------------*/
#sec_company {
    margin-bottom: 13rem;
}

#sec_company .wrapper {
    display: flex;
    align-items: start;
    column-gap: 7rem;
}

#sec_company .text_side {
    width: 48.5rem;
    padding-top: 8rem;
}

#sec_company .link_side {
    width: 82rem;
    max-width: calc(100% - 55.5rem);
    display: flex;
    flex-wrap: wrap;
    column-gap: 5rem;
    row-gap: 4rem;
}

#sec_company .text_side p {
    line-height: 2;
}

#sec_company .text_side p+p {
    margin-top: 2em;
}

#sec_company .link_side .item {
    width: calc(50% - 2.5rem);
    border: 1px solid #d6d6d6;
}

#sec_company .link_side .item .img {
    width: 100%;
    height: 29rem;
    overflow: hidden;
}

#sec_company .link_side .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#sec_company .link_side .item p {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: .05em;
    padding: 1.7rem 3rem;
    background-image: url(../img/common/arrow_01.svg);
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: right 1.8rem center;
}

#sec_company .link_side .item:hover .img img {
    transform: scale(1.05);
}

#sec_company .link_side .item:hover {
    color: #ac1d28;
}

@media (max-width: 767px) {
    #sec_company {
        margin-bottom: 8rem;
    }

    #sec_company .wrapper {
        flex-wrap: wrap;
        row-gap: 4rem;
    }

    #sec_company .text_side {
        width: 100%;
        padding-top: 0;
    }

    #sec_company .link_side {
        max-width: 100%;
    }

    #sec_company .link_side .item {
        width: 100%;
    }

    #sec_company .link_side .item .img {
        height: 68vw;
    }
}



/* 安全・品質への取り組み
----------------------------*/
#sec_safety {
    padding: 8rem 0 7rem;
    background-color: #f5f5f5;
    margin-bottom: 9rem;
}

#sec_safety .top_hl {
    margin-bottom: 5.6rem;
}

#sec_safety .safety_col {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
}

#sec_safety .safety_col .item {
    width: calc(50% - 2rem);
    border: 1px solid #d6d6d6;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sec_safety .safety_col .item .img {
    width: 100%;
    height: 30rem;
    overflow: hidden;
}

#sec_safety .safety_col .item .img img {
    transition: .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec_safety .safety_col .item .text {
    font-size: 1.6rem;
    padding: 1.6rem 2rem 0;
}

#sec_safety .safety_col .item .lead {
    font-size: 1.8rem;
    font-weight: 700;
    padding: 2rem;
    letter-spacing: .05em;
    margin-top: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 2.5rem;
    transition: .2s;
}

#sec_safety .safety_col .item .lead:after {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(../img/common/arrow_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#sec_safety .safety_col .item:hover .img img {
    transform: scale(1.05);
}

#sec_safety .safety_col .item:hover .lead {
    color: #ac1d28;
}

@media (max-width: 767px) {
    #sec_safety {
        margin-bottom: 6rem;
    }

    #sec_safety .safety_col {
        row-gap: 2rem;
    }

    #sec_safety .safety_col .item {
        width: 100%;
    }

    #sec_safety .safety_col .item .img {
        height: 46vw;
    }

    #sec_safety .safety_col .item .lead {
        font-size: 1.6rem;
    }
}



/* 建物別の鳥害対策サービス
----------------------------*/
#sec_service {
    margin-bottom: 8.5rem;
}

@media (max-width: 767px) {
    #sec_service {
        margin-bottom: 6rem;
    }
}



/* 鳥害対策商品の案内／施工実績
----------------------------*/
.ribon_sec {
    position: relative;
    padding: 8.7rem 0 5rem;
    z-index: +2;
}

.ribon_sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32.7rem;
    background-color: #f3f4ff;
}

.ribon_sec .wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ribon_sec .con_col {
    width: 53rem;
    max-width: 100%;
    min-height: 48rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 11rem;
    padding: 2rem;
    background-color: rgba(31, 39, 116, .6);
}

.ribon_sec .top_hl .sub {
    color: #fff;
}

.ribon_sec .top_hl .main {
    color: #fff;
}

.ribon_sec .btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2774;
    text-align: center;
    min-width: 23rem;
    padding: 1.6rem 3rem 1.8rem;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    border: 2px solid #fff;
}

.ribon_sec .btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    width: .9rem;
    height: .9rem;
    margin: auto 0;
    border-top: 3px solid #e3e5f9;
    border-right: 3px solid #e3e5f9;
    transform: rotate(45deg);
}

.ribon_sec .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    margin: auto 0;
    border-top: 2px solid #1f2774;
    border-right: 2px solid #1f2774;
    transform: rotate(45deg);
}

.ribon_sec .btn:hover {
    background-color: #1f2774;
    color: #fff;
}

.ribon_sec .btn:hover:after {
    border-color: #fff;
}

#sec_products .wrapper {
    background-image: url(../img/top/products.webp);
}

#sec_works .wrapper {
    background-image: url(../img/top/works.webp);
}

#sec_works .con_col {
    margin-left: auto;
}

#sec_works {
    margin-bottom: 13rem;
}

@media (max-width: 767px) {
    .ribon_sec .con_col {
        row-gap: 3rem;
        min-height: 38rem;
    }

    .ribon_sec {
        padding: 5rem 0 3rem;
    }

    #sec_works {
        margin-bottom: 6rem;
    }
}



/* 採用情報
----------------------------*/
#sec_recruit {
    padding: 14rem 0 12rem;
    margin-bottom: 16rem;
    position: relative;
    z-index: +2;
}

#sec_recruit .recruit_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#sec_recruit .recruit_wrapper {
    margin: 0 auto;
    max-width: calc(100vw - 9rem);
    position: relative;
    width: 1000px;
}

#sec_recruit .rec_col {
    width: 45.3rem;
    padding: 6.8rem 5.8rem 4rem;
    background-color: #fff;
    margin-left: auto;
}

#sec_recruit h2 {
    margin-bottom: 2rem;
}

#sec_recruit h2 .sub {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ac1d28;
    display: block;
}

#sec_recruit h2 .main {
    font-family: "Montserrat", sans-serif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.2;
    color: #1f2774;
    white-space: nowrap;
    display: block;
}

#sec_recruit .text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}

#sec_recruit .btn {
    font-size: 2rem;
    font-weight: 700;
    padding: .5rem 2.2em .5rem 0;
    color: #1f2774;
    text-align: right;
    background-image: url(../img/common/arrow_01.svg);
    background-repeat: no-repeat;
    background-size: 1.2em;
    background-position: right center;
}

#sec_recruit .btn:hover {
    color: #ac1d28;
}

@media (max-width: 767px) {
    #sec_recruit {
        padding: 0;
        margin-bottom: 8rem;
    }

    #sec_recruit .recruit_bg {
        position: initial;
        height: auto;
    }

    #sec_recruit .recruit_wrapper {
        max-width: 100%;
    }

    #sec_recruit .rec_col {
        width: 100%;
        padding: 4rem 2rem;
        background-color: #f3f4ff
    }

    #sec_recruit h2 .main {
        font-size: 6rem;
    }
}



/* お知らせ／コラム
----------------------------*/
#sec_news {
    margin-bottom: 12rem;
}

#sec_news .sec_hl,
#sec_column .sec_hl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 4.6rem;
}

#sec_news .sec_hl h2,
#sec_column .sec_hl h2 {
    display: flex;
    align-items: center;
    column-gap: 2.4rem;
}

#sec_news .sec_hl h2 .main,
#sec_column .sec_hl h2 .main {
    font-weight: 400;
    font-size: 4rem;
}

#sec_news .sec_hl h2 .sub,
#sec_column .sec_hl h2 .sub {
    font-size: 1.6rem;
    font-weight: 400;
    color: #ac1d28;
}

#sec_news .sec_hl .btn,
#sec_column .sec_hl .btn {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    min-width: 23rem;
    color: #1f2774;
    padding: 1.2rem 2rem;
    background-color: #e3e5f9;
    border-radius: 3px;
    position: relative;
}

#sec_news .sec_hl .btn:after,
#sec_column .sec_hl .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.2rem;
    bottom: 0;
    margin: auto 0;
    border-top: 2px solid #1f2774;
    border-right: 2px solid #1f2774;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
}

#sec_news .sec_hl .btn:hover,
#sec_column .sec_hl .btn:hover {
    background-color: #1f2774;
    color: #fff;
}

#sec_news .sec_hl .btn:hover:after,
#sec_column .sec_hl .btn:hover:after {
    border-color: #fff;
}

#sec_news .categories_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5rem;
    row-gap: 1rem;
    margin-bottom: 2.7rem;
}

#sec_news .categories_list li {
    width: calc((100% - 20rem) / 5);
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    padding-bottom: .5em;
    position: relative;
    cursor: pointer;
    transition: .2s;
}

#sec_news .categories_list li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #bbb;
    transition: .2s;
}

#sec_news .categories_list li.active {
    color: #1f2774;
    font-weight: 700;
}

#sec_news .categories_list li.active:after {
    background-color: #1f2774;
}

#sec_news .column_col {
    display: none;
}

#sec_news .column_col.active {
    display: block;
}

#sec_news .column_col .item {
    display: flex;
    align-items: center;
    column-gap: 1.8rem;
    padding: 2rem 0;
    border-bottom: 1px solid #d6d6d6;
}

#sec_news .column_col .item .date {
    min-width: 5em;
}

#sec_news .column_col .item .cat {
    min-width: 13rem;
    border-radius: 5px;
    background-color: #e3e5f9;
    font-size: 1.4rem;
    font-weight: 400;
    color: #1f2774;
    text-align: center;
    padding: 4px 1rem;
}

#sec_news .column_col .item .lead {
    width: 100%;
    line-height: 2;
}

@media (max-width: 767px) {
    #sec_news .sec_hl, #sec_column .sec_hl {
        row-gap: 2rem;
    }
    #sec_news .sec_hl h2 .main,
    #sec_column .sec_hl h2 .main {
        font-size: 2.4rem;
    }

    #sec_news .categories_list {
        column-gap: 2rem;
        row-gap: 2rem;
    }

    #sec_news .categories_list li {
        width: calc(50% - 1rem);
        font-size: 1.6rem;
    }

    #sec_news .column_col .item {
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    #sec_news {
        margin-bottom: 6rem;
    }

    #sec_column .parts_guide_col {
        row-gap: 4rem;
    }

    #sec_column .parts_guide_col .item {
        width: 100%;
    }

    #sec_column .parts_guide_col .thumb {
        height: auto;
        max-height: 61vw;
    }

    #sec_column .parts_guide_col .ttl {
        font-size: 1.8rem;
    }
}