@media (width<=768px) {
    .u-pc-only {
        display: none
    }
}

.p-svc-hero {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible
}

@media (width>=769px) {
    .p-svc-hero {
        min-height: 700px
    }

    .p-svc-hero .p-svc-hero__bg {
        z-index: 0;
        position: absolute;
        inset: 0
    }
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__bg {
        aspect-ratio: 375/260;
        width: 100%;
        position: relative;
        overflow: hidden
    }
}

.p-svc-hero .p-svc-hero__img {
    object-fit: cover;
    object-position: center right;
    width: 100%;
    height: 100%
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__img {
        object-position: center
    }
}

@media (width>=769px) {
    .p-svc-hero .p-svc-hero__img {
        min-height: 640px
    }
}

.p-svc-hero .p-svc-hero__inner {
    z-index: 1;
    width: 100%;
    padding-left: 6%;
    position: relative
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__inner {
        padding: 28px 20px 40px
    }
}

.p-svc-hero .p-svc-hero__title {
    color: #242424;
    margin-bottom: 12px;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.35
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__title {
        letter-spacing: .12em;
        margin-bottom: 8px;
        font-size: 26px
    }
}

.p-svc-hero .p-svc-hero__lead {
    color: #242424;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__lead {
        margin-bottom: 20px;
        font-size: 17px
    }
}

.p-svc-hero .p-svc-hero__text {
    color: #242424;
    flex-direction: column;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    display: flex
}

.p-svc-hero .p-svc-hero__text .p-svc-hero__text-item+.p-svc-hero__text-item {
    margin-top: 16px
}

.p-svc-hero .p-svc-hero__text .p-svc-hero__text-highlight {
    font-family: Cinzel, serif;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__text {
        color: #666;
        margin-bottom: 24px;
        font-size: 13px;
        line-height: 1.9
    }

    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item+.p-svc-hero__text-item {
        margin-top: 12px
    }

    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item--about {
        order: 1
    }

    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item--mission {
        order: 2
    }

    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item--offer {
        order: 3
    }
}

@media (width>=769px) {
    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item--mission {
        order: 1
    }

    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item--about {
        order: 2
    }

    .p-svc-hero .p-svc-hero__text .p-svc-hero__text-item--offer {
        order: 3
    }
}

.p-svc-hero .p-svc-hero__ctas {
    flex-wrap: wrap;
    gap: 12px;
    display: flex
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__ctas {
        flex-direction: column;
        align-items: center;
        gap: 10px
    }
}

.p-svc-hero .p-svc-hero__btn {
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 235px;
    height: 64px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 700;
    transition: opacity .2s;
    display: inline-flex;
    position: relative
}

.p-svc-hero .p-svc-hero__btn:hover {
    opacity: .85
}

.p-svc-hero .p-svc-hero__btn>span[aria-hidden=true] {
    font-size: 24px;
    position: absolute;
    top: 46%;
    right: 14px;
    transform: translateY(-50%)
}

@media (width<=768px) {
    .p-svc-hero .p-svc-hero__btn {
        width: 100%;
        height: 48px;
        font-size: 14px
    }
}

.p-svc-hero .p-svc-hero__btn--primary {
    color: #fff;
    background: #00a67e
}

.p-svc-hero .p-svc-hero__btn--secondary {
    color: #00a67e;
    background: #fff;
    border: 1px solid #00a67e
}

.p-svc-feature {
    background: #00a67e;
    padding: 72px 0 120px;
    position: relative;
    overflow: visible
}

@media (width<=768px) {
    .p-svc-feature {
        padding: 48px 0 56px
    }
}

.p-svc-feature .p-svc-feature__bg {
    z-index: 0;
    pointer-events: none;
    width: min(700px, 70vw);
    position: absolute;
    top: -140px;
    right: 0;
    transform: translate(8%)
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__bg {
        width: min(360px, 78vw);
        top: -100px;
        transform: translate(12%)
    }
}

.p-svc-feature .p-svc-feature__bg img {
    opacity: .7;
    mix-blend-mode: screen;
    width: 100%;
    height: auto;
    display: block
}

.p-svc-feature .p-svc-feature__inner {
    z-index: 1;
    position: relative
}

.p-svc-feature .p-svc-feature__header {
    text-align: center;
    margin-bottom: 48px
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__header {
        margin-bottom: 28px
    }
}

.p-svc-feature .p-svc-feature__title {
    color: #fff;
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__title {
        margin-bottom: 8px;
        font-size: 20px
    }

    .p-svc-feature .p-svc-feature__title-pc {
        display: none
    }
}

.p-svc-feature .p-svc-feature__title-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__title-sp {
        display: inline
    }
}

.p-svc-feature .p-svc-feature__en {
    letter-spacing: .06em;
    font-family: Cinzel, serif
}

.p-svc-feature .p-svc-feature__label {
    color: #fff;
    letter-spacing: .2em;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__label {
        letter-spacing: .16em;
        font-size: 12px
    }
}

.p-svc-feature .p-svc-feature__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 24px;
    display: grid
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__grid {
        grid-template-columns: 1fr;
        gap: 14px
    }
}

.p-svc-feature .p-svc-feature__card {
    background: #0f9274;
    border-radius: 16px;
    flex-direction: column;
    min-height: 240px;
    padding: 36px 32px 40px;
    display: flex;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__card {
        border-radius: 12px;
        min-height: 0;
        padding: 28px 22px 32px
    }
}

.p-svc-feature .p-svc-feature__num {
    z-index: 0;
    color: #ffffff24;
    pointer-events: none;
    font-family: Poppins, sans-serif;
    font-size: 200px;
    font-weight: 600;
    line-height: .85;
    position: absolute;
    bottom: 8px;
    right: 20px
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__num {
        font-size: 120px;
        bottom: 0;
        right: 12px
    }
}

.p-svc-feature .p-svc-feature__card-title {
    z-index: 1;
    color: #fff;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.55;
    position: relative
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__card-title {
        margin-bottom: 12px;
        font-size: 18px
    }

    .p-svc-feature .p-svc-feature__card-title-pc {
        display: none
    }
}

.p-svc-feature .p-svc-feature__card-title-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__card-title-sp {
        display: inline
    }
}

.p-svc-feature .p-svc-feature__card-text {
    z-index: 1;
    color: #fff;
    font-size: 15px;
    line-height: 1.9;
    position: relative
}

@media (width<=768px) {
    .p-svc-feature .p-svc-feature__card-text {
        font-size: 13px;
        line-height: 1.8
    }
}

.p-svc-services {
    background: #fff;
    padding: 80px 0
}

@media (width<=768px) {
    .p-svc-services {
        background: #f8f8f8;
        padding: 48px 0 56px
    }
}

.p-svc-services .p-svc-services__header {
    text-align: center;
    margin-bottom: 48px
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__header {
        margin-bottom: 28px
    }
}

.p-svc-services .p-svc-services__title {
    color: #242424;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__title {
        margin-bottom: 6px;
        font-size: 22px
    }
}

.p-svc-services .p-svc-services__label {
    color: #00a67e;
    letter-spacing: .2em;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__label {
        letter-spacing: .16em;
        font-size: 12px
    }
}

.p-svc-services .p-svc-services__grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 4px;
    display: grid
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__grid {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.p-svc-services .p-svc-services__card {
    background: #fff;
    flex-direction: column;
    height: 100%;
    display: flex;
    overflow: hidden
}

.p-svc-services .p-svc-services__img {
    aspect-ratio: 1098/640;
    object-fit: cover;
    width: 100%;
    display: block
}

.p-svc-services .p-svc-services__body {
    color: #fff;
    background: #3d3d3d;
    flex-direction: column;
    flex: 1;
    padding: 28px 28px 32px;
    display: flex
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__body {
        padding: 22px 18px 26px
    }
}

.p-svc-services .p-svc-services__heading {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 20px;
    display: flex
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px
    }
}

.p-svc-services .p-svc-services__card-title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__card-title {
        font-size: 20px
    }
}

.p-svc-services .p-svc-services__tagline {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__tagline {
        font-size: 13px
    }

    .p-svc-services .p-svc-services__tagline-pc {
        display: none
    }
}

.p-svc-services .p-svc-services__tagline-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__tagline-sp {
        display: inline
    }
}

.p-svc-services .p-svc-services__divider {
    border: none;
    border-top: 1px solid #fff6;
    margin: 16px 0 18px
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__divider {
        margin: 12px 0 14px
    }
}

.p-svc-services .p-svc-services__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.9
}

@media (width<=768px) {
    .p-svc-services .p-svc-services__text {
        font-size: 13px;
        line-height: 1.8
    }
}

.p-svc-midcta {
    background: #fff;
    padding: 0 0 80px
}

@media (width<=768px) {
    .p-svc-midcta {
        background: #f8f8f8;
        padding: 0 0 48px
    }
}

.p-svc-midcta .p-svc-midcta__box {
    text-align: center;
    background: linear-gradient(to bottom right, #253e60, #142133);
    border-radius: 12px;
    padding: 56px 40px 48px;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__box {
        border-radius: 8px;
        padding: 36px 20px 32px
    }
}

.p-svc-midcta .p-svc-midcta__illust {
    z-index: 0;
    opacity: .55;
    pointer-events: none;
    mix-blend-mode: screen;
    width: min(280px, 32%);
    height: auto;
    position: absolute;
    bottom: -40px;
    right: 0;
    transform: translate(8%)
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__illust {
        width: min(230px, 100%);
        bottom: 16px;
        transform: translate(6%)
    }
}

.p-svc-midcta .p-svc-midcta__content {
    z-index: 1;
    position: relative
}

.p-svc-midcta .p-svc-midcta__title {
    color: #fff;
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__title {
        margin-bottom: 20px;
        font-size: 18px
    }

    .p-svc-midcta .p-svc-midcta__title-pc {
        display: none
    }
}

.p-svc-midcta .p-svc-midcta__title-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__title-sp {
        display: inline
    }
}

.p-svc-midcta .p-svc-midcta__btns {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
    display: flex
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__btns {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 18px
    }
}

.p-svc-midcta .p-svc-midcta__btn {
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 64px;
    padding: 0 36px 0 28px;
    font-size: 15px;
    font-weight: 700;
    transition: opacity .2s;
    display: inline-flex;
    position: relative
}

.p-svc-midcta .p-svc-midcta__btn:hover {
    opacity: .85
}

.p-svc-midcta .p-svc-midcta__btn>span[aria-hidden=true] {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%)
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__btn {
        width: min(100%, 280px);
        height: 48px;
        font-size: 14px
    }
}

.p-svc-midcta .p-svc-midcta__btn--primary {
    color: #fff;
    background: #00a67e
}

.p-svc-midcta .p-svc-midcta__btn--secondary {
    color: #00a67e;
    background: #fff
}

.p-svc-midcta .p-svc-midcta__note {
    color: #fff;
    font-size: 14px;
    line-height: 1.7
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__note {
        font-size: 12px
    }

    .p-svc-midcta .p-svc-midcta__note-pc {
        display: none
    }
}

.p-svc-midcta .p-svc-midcta__note-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-midcta .p-svc-midcta__note-sp {
        display: inline
    }
}

.p-svc-flow {
    background: #fff;
    padding: 80px 0 88px;
    overflow-x: clip
}

@media (width<=768px) {
    .p-svc-flow {
        padding: 48px 0 56px
    }
}

.p-svc-flow .p-svc-flow__header {
    text-align: center;
    margin-bottom: 48px
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__header {
        margin-bottom: 32px
    }
}

.p-svc-flow .p-svc-flow__title {
    color: #242424;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__title {
        font-size: 22px
    }
}

.p-svc-flow .p-svc-flow__label {
    color: #00a67e;
    letter-spacing: .12em;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__label {
        font-size: 12px
    }
}

.p-svc-flow .p-svc-flow__steps {
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 8px;
    display: flex
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__steps {
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.p-svc-flow .p-svc-flow__step-wrap {
    flex: 1;
    width: 100%;
    max-width: 266px;
    position: relative
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__step-wrap {
        max-width: 100%
    }

    .p-svc-flow .p-svc-flow__step-wrap:not(:last-child) {
        margin-bottom: 28px
    }
}

.p-svc-flow .p-svc-flow__step {
    text-align: center;
    background: #fff;
    border: 1px solid #8cd7c5;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    padding: 28px 16px 24px
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__step {
        padding: 24px 16px 20px
    }
}

.p-svc-flow .p-svc-flow__step-label {
    color: #00a67e;
    letter-spacing: .06em;
    margin-bottom: 4px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__step-label {
        font-size: 13px
    }
}

.p-svc-flow .p-svc-flow__step-num {
    color: #00a67e;
    margin-bottom: 4px;
    font-family: Poppins, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__step-num {
        margin-bottom: 12px;
        font-size: 36px
    }
}

.p-svc-flow .p-svc-flow__step-title {
    color: #242424;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__step-title {
        font-size: 15px
    }
}

.p-svc-flow .p-svc-flow__step-note {
    color: #242424;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__step-note {
        font-size: 14px
    }

    .p-svc-flow .p-svc-flow__note-pc {
        display: none
    }
}

.p-svc-flow .p-svc-flow__note-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__note-sp {
        display: inline
    }
}

.p-svc-flow .p-svc-flow__arrow {
    z-index: 2;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%)
}

.p-svc-flow .p-svc-flow__arrow img {
    width: auto;
    height: 45px;
    display: block
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__arrow {
        inset: auto auto -19px 50%;
        transform: translate(-50%, 50%)
    }

    .p-svc-flow .p-svc-flow__arrow img {
        width: 42px;
        height: auto;
        transform: none
    }
}

.p-svc-flow .p-svc-flow__bridge {
    justify-content: center;
    max-width: 1108px;
    margin: 0 auto 20px;
    display: flex
}

.p-svc-flow .p-svc-flow__bridge img {
    width: 100%;
    height: auto;
    display: block
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__bridge {
        max-width: 100%;
        margin-bottom: 16px
    }
}

.p-svc-flow .p-svc-flow__result {
    color: #fff;
    text-align: center;
    background: #00a67e;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 32px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    display: block
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__result {
        letter-spacing: .08em;
        width: 100%;
        padding: 14px 20px;
        font-size: 18px
    }

    .p-svc-flow .p-svc-flow__result-pc {
        display: none
    }
}

.p-svc-flow .p-svc-flow__result-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-flow .p-svc-flow__result-sp {
        display: inline
    }
}

.p-svc-usecase {
    padding: 72px 0 88px;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .p-svc-usecase {
        padding: 48px 0 56px
    }
}

.p-svc-usecase .p-svc-usecase__bg {
    position: absolute;
    inset: 0
}

.p-svc-usecase .p-svc-usecase__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.p-svc-usecase .p-svc-usecase__inner {
    z-index: 1;
    position: relative
}

.p-svc-usecase .p-svc-usecase__header {
    text-align: center;
    margin-bottom: 40px
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__header {
        margin-bottom: 28px
    }
}

.p-svc-usecase .p-svc-usecase__title {
    color: #fff;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__title {
        margin-bottom: 6px;
        font-size: 22px
    }
}

.p-svc-usecase .p-svc-usecase__label {
    color: #fff;
    letter-spacing: .28em;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__label {
        letter-spacing: .2em;
        font-size: 12px
    }
}

.p-svc-usecase .p-svc-usecase__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 30px;
    display: grid
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.p-svc-usecase .p-svc-usecase__card {
    background: #fff;
    flex-direction: column;
    display: flex;
    overflow: hidden
}

.p-svc-usecase .p-svc-usecase__img {
    aspect-ratio: 600/402;
    object-fit: cover;
    width: 100%;
    padding: 24px 24px 0;
    display: block
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__img {
        padding: 16px 16px 0
    }
}

.p-svc-usecase .p-svc-usecase__body {
    flex: 1;
    padding: 20px 24px 28px
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__body {
        padding: 16px 18px 22px
    }
}

.p-svc-usecase .p-svc-usecase__label-tag {
    color: #fff;
    background: #2b2b2b;
    margin-bottom: 8px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__label-tag {
        margin-bottom: 12px;
        font-size: 11px
    }
}

.p-svc-usecase .p-svc-usecase__card-title {
    color: #00a67e;
    letter-spacing: .18em;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__card-title {
        letter-spacing: .1em;
        margin-bottom: 12px;
        font-size: 17px
    }
}

.p-svc-usecase .p-svc-usecase__text {
    color: #242424;
    margin: 0;
    font-size: 15px;
    line-height: 1.85
}

@media (width<=768px) {
    .p-svc-usecase .p-svc-usecase__text {
        font-size: 13px;
        line-height: 1.8
    }
}

.p-svc-faq {
    background: #f8f8f8;
    padding: 72px 0 80px
}

@media (width<=768px) {
    .p-svc-faq {
        padding: 48px 0 56px
    }
}

.p-svc-faq .p-svc-faq__header {
    text-align: center;
    margin-bottom: 48px
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__header {
        margin-bottom: 32px
    }
}

.p-svc-faq .p-svc-faq__title {
    color: #242424;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__title {
        font-size: 22px
    }
}

.p-svc-faq .p-svc-faq__label {
    color: #00a67e;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__label {
        font-size: 12px
    }
}

.p-svc-faq .p-svc-faq__list {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    margin: 0 auto;
    display: flex
}

.p-svc-faq .p-svc-faq__item {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    overflow: hidden
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__item {
        border-radius: 12px
    }
}

.p-svc-faq .p-svc-faq__item .p-svc-faq__toggle {
    transform: rotate(45deg)
}

.p-svc-faq .p-svc-faq__item[open] .p-svc-faq__toggle {
    transform: rotate(0)
}

.p-svc-faq .p-svc-faq__question {
    cursor: pointer;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    list-style: none;
    display: flex
}

.p-svc-faq .p-svc-faq__question::-webkit-details-marker {
    display: none
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__question {
        gap: 12px;
        padding: 16px
    }
}

.p-svc-faq .p-svc-faq__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

.p-svc-faq .p-svc-faq__icon img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__icon {
        width: 32px;
        height: 32px
    }
}

.p-svc-faq .p-svc-faq__q-text {
    color: #242424;
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__q-text {
        font-size: 14px
    }
}

.p-svc-faq .p-svc-faq__toggle {
    color: #666;
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    transition: transform .2s
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__toggle {
        font-size: 20px
    }
}

.p-svc-faq .p-svc-faq__answer {
    align-items: flex-start;
    gap: 16px;
    padding: 0 24px 20px;
    display: flex
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__answer {
        gap: 12px;
        padding: 0 16px 16px
    }
}

.p-svc-faq .p-svc-faq__a-text {
    color: #242424;
    flex: 1;
    padding-top: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.9
}

@media (width<=768px) {
    .p-svc-faq .p-svc-faq__a-text {
        font-size: 13px
    }
}

.p-svc-contact {
    padding: 72px 0 120px;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .p-svc-contact {
        padding: 48px 0 88px
    }
}

.p-svc-contact .p-svc-contact__bg {
    position: absolute;
    inset: 0
}

.p-svc-contact .p-svc-contact__bg img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.p-svc-contact .p-svc-contact__inner {
    z-index: 1;
    text-align: center;
    position: relative
}

.p-svc-contact .p-svc-contact__header {
    margin-bottom: 36px
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__header {
        margin-bottom: 28px
    }
}

.p-svc-contact .p-svc-contact__title {
    color: #fff;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__title {
        margin-bottom: 6px;
        font-size: 22px
    }
}

.p-svc-contact .p-svc-contact__label {
    color: #fff;
    letter-spacing: .28em;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__label {
        letter-spacing: .2em;
        font-size: 12px
    }
}

.p-svc-contact .p-svc-contact__boxes {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    display: flex
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__boxes {
        gap: 10px;
        margin-bottom: 20px
    }
}

.p-svc-contact .p-svc-contact__box {
    color: #00a67e;
    background: #fff;
    width: fit-content;
    max-width: 100%;
    padding: 4px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__box {
        text-align: center;
        width: 100%;
        padding: 12px 16px;
        font-size: 16px
    }

    .p-svc-contact .p-svc-contact__box-pc {
        display: none
    }
}

.p-svc-contact .p-svc-contact__box-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__box-sp {
        display: inline
    }
}

.p-svc-contact .p-svc-contact__lead {
    color: #fff;
    letter-spacing: .12em;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__lead {
        letter-spacing: .1em;
        margin-bottom: 12px;
        font-size: 18px
    }

    .p-svc-contact .p-svc-contact__lead-pc {
        display: none
    }
}

.p-svc-contact .p-svc-contact__lead-sp {
    display: none
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__lead-sp {
        display: inline
    }
}

.p-svc-contact .p-svc-contact__desc {
    color: #fff;
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9
}

@media (width<=768px) {
    .p-svc-contact .p-svc-contact__desc {
        padding: 0 8px;
        font-size: 16px;
        line-height: 1.8
    }
}

.p-svc-contact .p-svc-contact__desc .p-svc-contact__desc-bold {
    font-family: Cinzel, serif;
    font-weight: 700
}

.p-svc-contact+.p-svc-midcta {
    z-index: 2;
    background: 0 0;
    margin-top: -72px;
    padding-bottom: 80px;
    position: relative
}

@media (width<=768px) {
    .p-svc-contact+.p-svc-midcta {
        margin-top: -56px;
        padding-bottom: 48px
    }
}

.p-svc-lead {
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: visible
}