.p-service {
    padding-top: 180px;
    padding-bottom: 150px;
}

.p-service__inner {
    display: flex;
    justify-content: space-between;
}

.p-service__side {
    width: 240px;
}

.p-service__side nav {
    position: sticky;
    top: 142px;
}

.p-service__side--head {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-service__side--list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.p-service__sideitem a {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .03em;
    transition: all .5s 0s cubic-bezier(.44,.14,.09,1.02)
}

.p-service__sideitem a::before {
    background: url(../img/service/arrow-01.webp) no-repeat center center/contain;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.p-service__sideitem a::after {
    background-color: #123e67;
    content: '';
    height: 1px;
    left: calc(50% + 12px);
    position: absolute;
    bottom: 0;
    width: 0;
    transform: translate(-50%, 0);
    transition: width .5s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .p-service__sideitem a:hover::after {
        width: calc(100% - 24px);
    }

    .p-service__sideitem a:hover {
        color: #123e67;
    }
}

.p-service__contents {
    width: calc(100% - 240px);
    max-width: 1014px;
}

.p-service__fv-img {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

.p-service__list {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.p-service__list--heads {
    border-radius: 5px;
    background: linear-gradient(270deg, #9CD1F0 -1.44%, #3685CF 66.3%);
    padding-top: 18px;
    padding-bottom: 17px;
    display: flex;
    column-gap: 18px;
}

.p-service__list--heads span {
    color: #3685CF;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 1.5; 
    padding: 8px 14px 7px 12px;
    border-radius: 0 5px 5px 0;
}

.p-service__list--head {
    color: #FFF;
    font-size: 32px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-service__list--contents {
    margin-top: 45px;
    position: relative;
    padding-right: calc(40% + 40px);
}

.p-service__list--img {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.p-service__list--head02 {
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-service__list--txt {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .06em;
}

.p-service__list--head03 {
    position: relative;
    margin-top: 40px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.p-service__list--head03::before {
    background: var(--Linear, linear-gradient(180deg, #9CD1F0 0%, #3685CF 100%));
    content: '';
    height: 24px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
}

.p-service__example--list {
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: linear-gradient(97deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.80) 100%);
    padding: 30px 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-between;
}

.p-service__example--list li {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .03em;
    width: 49%;
}
.p-service__example--list li:nth-child(1) { order: 1; }
.p-service__example--list li:nth-child(2) { order: 3; }
.p-service__example--list li:nth-child(3) { order: 2; }
.p-service__example--list li:nth-child(4) { order: 4; }

.p-service__example--list li::before {
    background-color: #123e67;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
    border-radius: 50%;
}

.p-service__achievements--list ul {
    margin-top: 20px;
    display: flex;
    gap: 20px;
}

.p-service__achievements--list ul li {
    width: calc(100%/3 - 40px/3);
}

.p-service__achievements--list ul li figure {
    aspect-ratio: 325 / 229;
    border-radius: 5px;
    overflow: hidden;
}

.p-service__achievements--list ul li figure img {
    height: 100%;
    object-fit: cover;
}

.p-service__achievements--list ul li h4 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.--table {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
} 

.--table::before {
    background-color: #3685CF;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 41px;
}

.--table dl {
    display: flex;
    gap: 17px;
    margin-top: 4px;
}

.--table dl:nth-of-type(1) {
    margin-top: 0;
}

.--table dl dt {
    color: #3685CF;
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: .03em;
}

.--table dl dd {
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: .03em;
}

@media screen and (max-width: 900px) {
    .p-service {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .p-service__inner {
        display: block;
        justify-content: unset;
    }

    .p-service__side {
        width: 100%;
        min-width: unset;
    }

    .p-service__side--img {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
    }

    .p-service__side nav {
        margin-top: 20px;
        position: relative;
        display: flex;
        justify-content: space-between;
        top: 0px;
    }

    .p-service__side--head {
        font-size: 12px;
    }

    .p-service__side--list {
        margin-top: 0px;
        row-gap: 13px;
    }

    .p-service__sideitem a {
        font-size: 14px;
    }

    .p-service__contents {
        width: 100%;
    }

    .p-service__list {
        margin-top: 60px;
        gap: 80px;
    }

    .p-service__list--heads {
        padding-top: 13px;
        padding-bottom: 12px;
        column-gap: 12px;
    }

    .p-service__list--heads span {
        font-size: 14px;
        padding: 4px 10px 3px 8px;
    }

    .p-service__list--head {
        font-size: 20px;
    }

    .p-service__list--contents {
        margin-top: 268px;
        padding-right: 0;
    }

    .p-service__list--img {
        right: 50%;
        transform: translateX(50%);
        top: -260px;
        width: 253px;
    }

    .p-service__list--head02 {
        font-size: 22px;
        line-height: 1.6;
    }

    .p-service__list--txt {
        margin-top: 12px;
        font-size: 14px;
    }

    .p-service__list--head03 {
        margin-top: 35px;
    }

    .p-service__example--list {
        padding: 25px 25px;
        margin-top: 15px;
        column-gap: 10px;
        row-gap: 10px;
    }

    .p-service__example--list li {
        padding-left: 16px;
        font-size: 16px;
        width: 100%;
    }
    .p-service__example--list li:nth-child(2) { order: 2; }
    .p-service__example--list li:nth-child(3) { order: 3; }

    .p-service__achievements--list ul {
        margin-top: 15px;
        justify-content: unset;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 15px;
    }

    .p-service__achievements--list ul::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    .p-service__achievements--list ul li {
        width: 229px !important;
        min-width: 234px !important;
        margin: 0 !important;
    }

        .p-service__achievements--list ul li:last-child {
        padding-right: 0 !important;
    }

    .p-service__achievements--list ul li h4 {
        margin-top: 12px;
    }

    .--table::before {
        width: 37px;
    }

    .--table dl dt {
        font-size: 12px;
    }

    .--table dl dd {
        font-size: 12px;
    }
}