/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-serviceMv {
    padding-bottom: 60px;
    border-bottom: #c3c3c3 solid 1px;
}

.p-serviceMv__txts {
    margin-top: 157px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.p-serviceMv__head {
    font-feature-settings: 'palt' on;
    font-size: 44px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-serviceMv__txt {
    width: calc(100% - 600px);
    max-width: 465px;
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .02em;
}

@media screen and (max-width: 900px) {
    .p-serviceMv {
        padding-bottom: 30px;
    }

    .p-serviceMv__txts {
        margin-top: 100px;
        display: block;
    }

    .p-serviceMv__head {
        font-size: 24px;
    }

    .p-serviceMv__txt {
        width: 100%;
        max-width: 100%;
        font-size: 13px;
        margin-top: 15px;
    }
}

/*===========================================================================*/
/*  solution  */
/*===========================================================================*/
.p-serviceSolution {
    padding-top: 140px;
    padding-bottom: 180px;
}

.p-serviceSolution__head {
    font-feature-settings: 'palt' on;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: .02em;
    position: relative;
    padding-left: 14px;
}
.p-serviceSolution__head::before {
    background-color: #191919;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
    border-radius: 100vh;
}

.p-serviceSolution__subHead {
    margin-top: 10px;
    font-size: 50px;
    line-height: 1;
}

.p-serviceSolution__list--wrapper {
    max-width: 1360px;
    margin: 40px auto 0;
}

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

.p-serviceSolution__list>li {
    position: relative;
    width: calc(100%*(430/1360));
}

.p-serviceSolution__list--content {
    background-color: #fff;
    padding: 40px;
    height: 100%;
    position: relative;
}

.p-serviceSolution__list--content::before {
    background-color: #2E4AFF;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 42px;
    width: 5px;
}
.p-serviceSolution__list>li:nth-of-type(2) .p-serviceSolution__list--content::before {
    background-color: #D1E91C;
}
.p-serviceSolution__list>li:nth-of-type(3) .p-serviceSolution__list--content::before {
    background-color: #FF5E00;
}

.p-serviceSolution__list--heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-serviceSolution__list--head {
    font-size: 20px;
    line-height: 1;
}

.p-serviceSolution__list--num {
    font-size: 20px;
    line-height: 1;
}

.p-serviceSolution__list--img {
    margin-top: 34px;
}

.p-serviceSolution__list>li ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-serviceSolution__list>li ul li {
    position: relative;
    padding-left: 18px;
}
.p-serviceSolution__list>li ul li::before {
    background-color: #2E4AFF;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
    border-radius: 100vh;
}
.p-serviceSolution__list>li:nth-of-type(2) ul li::before {
    background-color: #D1E91C;
}
.p-serviceSolution__list>li:nth-of-type(3) ul li::before {
    background-color: #FF5E00;
}

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

    .p-serviceSolution__head {
        font-size: 12px;
    }
    .p-serviceSolution__head::before {
        top: 6px;
    }

    .p-serviceSolution__subHead {
        margin-top: 8px;
        font-size: 30px;
    }

    .p-serviceSolution__list--wrapper {
        max-width: unset;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        margin: 30px 0 0;
        overflow-x: scroll;
        overflow-y: visible;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .p-serviceSolution__list--wrapper::-webkit-scrollbar {
        display: none;
    }

    .p-serviceSolution__list>li {
        width: 317px;
        min-width: 317px;
        padding: 0 6px;
    }
    .p-serviceSolution__list>li:nth-of-type(1) {
        width: calc(311px + 5.2vw);
        min-width: calc(311px + 5.2vw);
        padding-left: 5.2vw;
    }
    .p-serviceSolution__list>li:last-of-type {
        width: calc(311px + 5.2vw);
        min-width: calc(311px + 5.2vw);
        padding-right: 5.2vw;
    }

    .p-serviceSolution__list--content {
        padding: 25px 20px;
    }

    .p-serviceSolution__list--content::before {
        top: 25px;
    }

    .p-serviceSolution__list--head {
        font-size: 16px;
    }

    .p-serviceSolution__list--num {
        font-size: 16px;
    }

    .p-serviceSolution__list--img {
        margin-top: 20px;
    }

    .p-serviceSolution__list>li ul {
        margin-top: 20px;
        gap: 6px;
        font-size: 14px;
    }

    .p-serviceSolution__list>li ul li {
        padding-left: 13px;
    }
    .p-serviceSolution__list>li ul li::before {
        top: 8px;
    }
}

/*===========================================================================*/
/*  genre  */
/*===========================================================================*/
.p-serviceGenre {
    padding-bottom: 140px;
}

.p-serviceGenre__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p-serviceGenre__side {
    width: 200px;
    position: sticky;
    top: 100px;
}

.p-serviceGenre__side--list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.p-serviceGenre__side--list.--sp {
    display: none;
}

.p-serviceGenre__side--list li a {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}
.p-serviceGenre__side--list li a::before {
    background: url('../img/service/side-arrow.png') no-repeat center center/contain;
    content: '';
    height: 16px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 16px;
}

.p-serviceGenre__contents {
    width: calc(83.2% - 200px);
}

.p-serviceGenre__head {
    max-width: 762px;
    margin: 0 0 0 auto;
    font-size: 160px;
    line-height: .9;
    letter-spacing: -.03em;
}

.p-serviceGenre__head>span {
    display: block;
}

.p-serviceGenre__head>span:nth-of-type(2) {
    text-align: right;
    margin-top: -12px;
}

.p-serviceGenre__contents--list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.p-serviceGenre__contents--list>li {
    padding-top: 40px;
}

.p-serviceGenre__content--heads {
    padding-bottom: 12px;
    padding-left: 37px;
    position: relative;
    border-bottom: #191919 solid 2px;
}

.p-serviceGenre__content--heads p {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 15px;
    line-height: 1;
}

.p-serviceGenre__content--head {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .03em;
}

.p-serviceGenre__content--btns {
    margin-top: 40px;
    position: relative;
    padding-right: 150px;
}

.p-serviceGenre__content--subHead {
    font-size: 50px;
    line-height: 1;
}

.p-serviceGenre__content--btn {
    position: absolute;
    right: 0;
    top: 7px;
}

.p-serviceGenre__content--slide {
    margin-top: 40px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
}

.p-serviceGenre__content--slide>div {
    display: flex;
    animation: slideAnimation 50s linear infinite;
}

.p-serviceGenre__content--slide>div figure {
    width: 1259px;
    min-width: 1259px;
}

.p-serviceGenre__content--table {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.p-serviceGenre__content--table dl {
    display: flex;
    justify-content: space-between;
}

.p-serviceGenre__content--table dl dt {
    width: 140px;
}

.p-serviceGenre__content--table dl dt .--subHead {
    font-size: 18px;
    line-height: 1;
}

.p-serviceGenre__content--table dl dt .--head {
    margin-top: 5px;
    color: #7A7A7A;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-serviceGenre__content--table dl dd {
    width: calc(100% - 140px);
    max-width: 637px;
}

.p-serviceGenre__content--table dl dd .--txt01 {
    font-feature-settings: 'palt' on;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-serviceGenre__content--table dl dd .--txt02 {
    margin-top: 10px;
    font-feature-settings: 'palt' on;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .02em;
}

.p-serviceGenre__content--table dl dd ul {
    display: flex;
    justify-content: space-between;
    max-width: 560px;
    column-gap: 40px;
    row-gap: 12px;
    flex-wrap: wrap;
}

.p-serviceGenre__content--table dl dd ul li {
    width: calc(50% - 20px);
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .05em;
}

@media screen and (max-width: 1000px) {
    .p-serviceGenre__head {
        font-size: 140px;
    }
}

@media screen and (max-width: 900px) {
    .p-serviceGenre {
        padding-bottom: 80px;
    }

    .p-serviceGenre__inner {
        display: block;
    }

    .p-serviceGenre__side {
        display: none;
    }

    .p-serviceGenre__side--list {
        gap: 13px;
        margin-top: 25px;
    }
    .p-serviceGenre__side--list.--sp {
        display: flex;
    }

    .p-serviceGenre__side--list li a {
        padding-left: 20px;
        font-size: 13px;
    }
    .p-serviceGenre__side--list li a::before {
        height: 12px;
        top: 1px;
        width: 12px;
    }

    .p-serviceGenre__contents {
        width: 100%;
    }

    .p-serviceGenre__head {
        max-width: 305px;
        font-size: 64px;
        line-height: .9;
        letter-spacing: -.03em;
    }

    .p-serviceGenre__head>span:nth-of-type(2) {
        margin-top: -3px;
    }

    .p-serviceGenre__contents--list {
        margin-top: 0;
        gap: 0;
    }

    .p-serviceGenre__contents--list>li {
        padding-top: 60px;
    }

    .p-serviceGenre__content--heads {
        padding-bottom: 10px;
        padding-left: 27px;
    }

    .p-serviceGenre__content--heads p {
        top: 3px;
        font-size: 13px;
    }

    .p-serviceGenre__content--head {
        font-size: 13px;
    }

    .p-serviceGenre__content--btns {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-right: 0;
    }

    .p-serviceGenre__content--subHead {
        font-size: 50px;
        line-height: 1;
    }

    .p-serviceGenre__content--btn {
        position: relative;
        right: unset;
        top: unset;
    }

    .p-serviceGenre__content--slide {
        margin-top: 20px;
        border-radius: 5px;
    }

    .p-serviceGenre__content--slide>div figure {
        width: 812px;
        min-width: 812px;
    }

    .p-serviceGenre__content--table {
        margin-top: 25px;
        gap: 25px;
    }

    .p-serviceGenre__content--table dl {
        display: block;
    }

    .p-serviceGenre__content--table dl dt {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        padding-bottom: 14px;
        position: relative;
    }
    .p-serviceGenre__content--table dl dt::before {
        background-color: #191919;
        content: '';
        height: 10px;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 1px;
    }

    .p-serviceGenre__content--table dl dt .--subHead {
        font-size: 14px;
    }

    .p-serviceGenre__content--table dl dt .--head {
        margin-top: 0;
    }

    .p-serviceGenre__content--table dl dd {
        width: 100%;
        max-width: unset;
        margin-top: 8px;
    }

    .p-serviceGenre__content--table dl dd .--txt01 {
        font-size: 18px;
    }

    .p-serviceGenre__content--table dl dd .--txt02 {
        margin-top: 12px;
        font-size: 12px;
    }

    .p-serviceGenre__content--table dl dd ul {
        margin-top: 8px;
        max-width: unset;
        column-gap: 0;
        row-gap: 8px;
    }

    .p-serviceGenre__content--table dl dd ul li {
        width: 100%;
        font-size: 13px;
    }
}