@charset "utf-8";

.column_02, .column_03 {
    margin: 30px 0 40px;
}

.column_02>div,
.column_03>div {
    border-radius: 10px;
    overflow: hidden;
}

/*------------ 工事実施までのプロセス ------------*/
.process_wrap {
    margin: -36px 0 195px;
    position: relative;
}

.process_item {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 97px 43px;
    margin: 0 -20px 0 0;
    position: relative;
}

.process_item::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #222222;
    border-radius: 50%;
    position: absolute;
    top: 91px;
    left: 3px;
}

.process_item::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 10px);
    background: #222;
    position: absolute;
    top: 104px;
    left: 9px;
}

.process_item:last-child {
    padding-bottom: 0;
}

.process_item:last-child::after {
    display: none;
}

.process_txt {
    width: calc(100% - 320px);
    margin-top: 48px;
}

.process_item:first-child .process_txt {
    width: 100%;
}

.process_head {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 0 9px;
    margin: 0 0 10px;
    border-bottom: solid 1px #CCCCCC;
}

.process_content {
    line-height: 1.875;
    margin-right: 30px;
}

.contact_btn {
    width: 190px;
    margin: 18px 0 0 0;
}

.contact_btn a {
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #FFF !important;
    text-align: center;
    text-decoration: none;
    padding: 7px 30px 6px;
    margin: 0;
    background: none;
    opacity: 1 !important;
    transition: all .3s ease;
    background: #E63944;
    border-radius: 50px;
}

.process_img {
    width: 320px;
    border-radius: 10px;
    overflow: hidden;
}

/*------------ お客様の声 ------------*/
.voice_area {
    padding: 20px 0 93px;
    position: relative;
}

.voice_area::before {
    position: absolute;
    content: "";
    width: 100vw;
    min-width: 1300px;
    height: 100%;
    background: #F2F2F2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -5;
}

.voice_list {
    margin: 0 -25px;
}

.voice_item {
    display: flex !important;
    margin-bottom: 60px;
}

.voice_item_in {
    display: flex !important;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    padding: 60px 70px 36px;
    margin: 0 25px;
}

.voice_item_in>span {
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.voice_item_in>h3 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 40px;
}

.voice_item_in>p {
    letter-spacing: 0;
}

.voice_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto;
}

.voice_column_item {
    width: calc((100% - 50px) / 2);
    border-radius: 10px;
    overflow: hidden;
}

/*----- slick関連 -----*/

.slick-list {
    overflow: visible !important;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: auto !important;
}

/* arrow */
.slide-arrow.slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 65px;
    height: 85px;
    top: -80px;
    bottom: 0;
    margin: auto;
    transform: none;
    z-index: 1;
    transition: all .3s ease;
}

.slide-arrow.slick-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}

.slide-arrow.prev-arrow.slick-arrow {
    right: calc(100% - 25px);
}

.slide-arrow.next-arrow.slick-arrow {
    left: calc(100% - 25px);
}

.slide-arrow.next-arrow.slick-arrow::after,
.slide-arrow.prev-arrow.slick-arrow::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    top: 50%;
    margin: auto;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.3));
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.3));
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
}

.slide-arrow.prev-arrow.slick-arrow::before {
    border-left: 4px solid #222222;
    border-bottom: 4px solid #222222;
    left: 28px;
}

.slide-arrow.next-arrow.slick-arrow::after {
    border-right: 4px solid #222222;
    border-top: 4px solid #222222;
    right: 28px;
}

/* dots */

.dots-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.dots-wrap button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



.dots-wrap li {
    list-style: none;
    width: 16px;
    height: 16px;
    background-color: #222222;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    transition: opacity .5s ease;
    opacity: 0.29;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-right: 0;
}

@media screen and (max-width:767px) {

    .column_02,
    .column_03 {
        margin: 20px 0 25px;
    }

    .column_02>div,
    .column_03>div {
        border-radius: 10px;
        overflow: hidden;
    }

    /*------------ 工事実施までのプロセス ------------*/
    .process_wrap {
        margin: 0 0 65px;
        position: relative;
    }

    .process_item {
        flex-direction: column;
        padding: 0 0 35px 20px;
        margin: 0;
    }

    .process_item::before {
        width: 7px;
        height: 7px;
        top: 32px;
        left: 0;
    }

    .process_item::after {
        height: 100%;
        top: 35px;
        left: 3px;
    }

    .process_item:last-child {
        padding-bottom: 0;
    }

    .process_item:last-child::after {
        display: none;
    }

    .process_txt {
        width: 100%;
        margin-top: 0;
    }

    .process_item:first-child .process_txt {
        width: 100%;
    }

    .process_head {
        font-size: 1.8rem;
        padding: 0 0 7px;
        margin: 0 0 6px;
    }

    .process_content {
        margin-right: 0;
    }

    .contact_btn {
        width: 190px;
        margin: 18px 0 0 0;
    }

    .contact_btn a {
        display: block;
        font-weight: bold;
        letter-spacing: 0.1em;
        color: #FFF !important;
        text-align: center;
        text-decoration: none;
        padding: 7px 30px 6px;
        margin: 0;
        background: none;
        opacity: 1 !important;
        transition: all .3s ease;
        background: #E63944;
        border-radius: 50px;
    }

    .process_img {
        max-width: 100%;
        margin-top: 10px;
    }

    /*------------ お客様の声 ------------*/
    .voice_area {
        padding: 5px 0 45px;
        position: relative;
    }

    .voice_list {
        margin: 0 -10px;
    }

    .voice_item {
        display: flex !important;
        margin-bottom: 28px;
    }

    .voice_item_in {
        border-radius: 10px;
        padding: 15px 20px 15px;
        margin: 0 10px;
    }

    .voice_item_in>span {
        font-size: 1.3rem;
        margin-bottom: 3px;
    }

    .voice_item_in>h3 {
        font-size: 2rem;
        margin: 0 0 7px;
    }

    .voice_column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: auto;
    }

    .voice_column_item {
        width: calc((100% - 15px) / 2);
    }

    /*----- slick関連 -----*/

    .slick-list {
        overflow: visible !important;
    }

    .slick-track {
        display: flex !important;
    }

    .slick-slide {
        height: auto !important;
    }

    /* arrow */
    .slide-arrow.slick-arrow {
        width: 40px;
        height: 55px;
    }

    .slide-arrow.prev-arrow.slick-arrow {
        right: auto;
        left: -10px;
    }

    .slide-arrow.next-arrow.slick-arrow {
        left: auto;
        right: -10px;
    }

    .slide-arrow.next-arrow.slick-arrow::after,
    .slide-arrow.prev-arrow.slick-arrow::before {
        width: 23px;
        height: 23px;
        margin: auto;
        border-width: 2px;
    }

    .slide-arrow.prev-arrow.slick-arrow::before {
        left: 16px;
    }

    .slide-arrow.next-arrow.slick-arrow::after {
        right: 15px;
    }

    /* dots */

    .dots-wrap li {
        width: 10px;
        height: 10px;
    }

}