@charset "utf-8";
/* SERVICE CSS
---------------------------------- */
/* sec-mainwork */
.sec-mainwork .prllx-area {
    overflow: hidden;
    min-height: 500px;
    position: relative;
}
.sec-mainwork .prllx-area .cont-txt {
    position: relative;
    z-index: +1;
}
.sec-mainwork .prllx-area .cont-txt .icons {
    width: 87.4%;
    margin: 0 auto;
}
.sec-mainwork .js-parallax {
    width: 100%;
    object-fit: cover;
    min-height: calc(100% + 10vw);
    position: absolute;
    top: 0;
}

@media(max-width: 767px) {
    .sec-mainwork .prllx-area .cont-txt .icons {
        width: 95%;
    }
}

/* box-service */
.box-service .sbox-service {
    display: flex;
    position: relative;
    z-index: 0;
}
.box-service .img-area {
    position: relative;
    z-index: 3;
}
.box-service .sbox-service::before {
    content:"";
    height: 0;
    width: 1px;
    left: 42.5px;
    position: absolute;
    display: block;
    background: #003399;
    top: 0;  
    transition: all ease 0.38s;
}
.box-service .sbox-service .cont-left {
    width: 85px;
    margin-right: 5%;
}
.box-service .sbox-service .cont-area {
    flex: 1;
}

.js-service.box-service.is-active .sbox-service::before{
    height: 100%;
    transition-delay: 0.3s;
}

/* cont-left */
/* 縦書き */
.tb-rl {
    writing-mode: vertical-rl;
    white-space: nowrap;
    display: inline-block;
}
.sbox-service .cont-left .inner {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 25px;
    position: sticky;
    top: 85px;
}
.sbox-service .cont-left .tb-rl {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-bottom: 10px;
}
.sbox-service .cont-left .tb-rl .f-rale {
    padding-bottom: 8px;
}
.sbox-service .cont-left .tb-rl .f-en {
    font-weight: 700;
}
.sbox-service .cont-left .icon {
    display: flex;
    width: 85px;
    height: 85px;
    background: #e1e4f3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.sbox-service .cont-left .icon.i-service01 .icon-img {
    width: 39px;
    height: auto;
}
.sbox-service .cont-left .icon.i-service02 .icon-img {
    width: 40px;
    height: auto;
}
.sbox-service .cont-left .icon.i-service03 .icon-img {
    width: 40px;
    height: auto;
}
.sbox-service .cont-left .icon.i-service04 .icon-img {
    width: 43px;
    height: auto;
}

/* list-service */
.list-service,
.list-service li {
    position: relative;
}
.list-service li {
    padding-left: 17px;
    margin-bottom: 5px;
}
.list-service li::before {
    content:"";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #798be5;
    display: inline-block;
    left: 0;
    top: 10px;
    /*transform: translateY(-50%);*/
}
.list-service.add-etc li:last-child::after {
    content:"など";
    position: relative;
    padding-left: 20px;
}

/* sbox-serviceworks */
.sbox-serviceworks .sttl-works .ttl-ja {
    display: inline-block;
    margin-right: 15px;
}
.sbox-serviceworks .works-list {
    gap: 0 2.5%;
}

@media(min-width: 768px) {
    .sbox-serviceworks .works-list li:nth-child(4) {
        display: none;
    }
}

@media(max-width: 767px) {
    .box-service .sbox-service {
        flex-direction: column;
    }
    .box-service .sbox-service::before {
        width: 0;
        height: 1px;
        left: 0;
        top: 36px;
    }
    .js-service.box-service.is-active .sbox-service::before {
        height: 1px;
         width: 100%;
    }
    .box-service .sbox-service .cont-left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .sbox-service .cont-left .tb-rl {
        writing-mode: horizontal-tb;
        left: calc(100% - 130px);
        margin-bottom: 0;
    }
    .sbox-service .cont-left .inner {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 33px;
    }
    
    .sbox-service .cont-left .icon {
        width: 70px;
        height: 70px;
    }
    .sbox-service .cont-left .tb-rl .f-rale {
        padding-right: 8px;
    }
}
