@media (width<=768px) {
    .web-lead {
        padding-top: 80px
    }
}

.web-hero {
    background: #fff;
    min-height: 720px;
    position: relative;
    overflow: visible
}

@media (width<=768px) {
    .web-hero {
        min-height: 0;
        padding: 100% 20px 0;
        position: relative;
        overflow: visible
    }
}

.web-hero .web-hero__visual {
    z-index: 1;
    pointer-events: none;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible
}

@media (width<=768px) {
    .web-hero .web-hero__visual {
        z-index: 0;
        pointer-events: none;
        width: 100%;
        height: auto;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        overflow: visible
    }
}

.web-hero .web-hero__visual-base {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@media (width<=768px) {
    .web-hero .web-hero__visual-base {
        width: 100%;
        height: auto;
        position: relative;
        inset: auto
    }
}

.web-hero .web-hero__visual-base img {
    width: 100%;
    height: auto;
    display: block
}

@media (width<=768px) {
    .web-hero .web-hero__visual-base img {
        object-fit: unset;
        object-position: center top;
        width: 100%;
        height: auto
    }
}

.web-hero .web-hero__visual-devices {
    z-index: 1;
    filter: drop-shadow(0 12px 28px #0000002e);
    width: 75%;
    height: auto;
    position: absolute;
    bottom: 4%;
    right: 2%
}

@media (width<=768px) {
    .web-hero .web-hero__visual-devices {
        display: none
    }
}

.web-hero .web-hero__inner {
    z-index: 1;
    align-items: center;
    min-height: 720px;
    padding-top: 160px;
    padding-bottom: 64px;
    display: flex;
    position: relative
}

@media (width<=768px) {
    .web-hero .web-hero__inner {
        box-sizing: border-box;
        z-index: 1;
        width: 100%;
        min-height: 0;
        margin-top: 0;
        padding: 0 0 40px;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto
    }
}

.web-hero .web-hero__content {
    width: 100%;
    max-width: 640px
}

@media (width<=768px) {
    .web-hero .web-hero__content {
        width: 100%;
        max-width: none
    }
}

.web-hero .web-hero__title {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 28px;
    display: flex
}

@media (width<=768px) {
    .web-hero .web-hero__title {
        gap: 0;
        margin-bottom: 32px
    }
}

.web-hero .web-hero__title-line {
    color: #242424;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.4
}

@media (width<=768px) {
    .web-hero .web-hero__title-line {
        font-size: 28px;
        line-height: 1
    }

    .web-hero .web-hero__title-line:nth-child(2) {
        margin-top: 8px
    }
}

.web-hero .web-hero__title-line--sub {
    letter-spacing: .08em;
    margin-top: 4px;
    font-size: 36px
}

@media (width<=768px) {
    .web-hero .web-hero__title-line--sub {
        letter-spacing: .04em;
        margin-top: 16px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.5
    }
}

.web-hero .web-hero__title-line--accent {
    color: #00a0a8
}

@media (width<=768px) {
    .web-hero .web-hero__title-line--accent {
        font-size: 28px;
        line-height: 1
    }

    .web-hero .web-hero__title-line--accent+.web-hero .web-hero__title-line--accent {
        margin-top: 8px
    }
}

.web-hero .web-hero__lead {
    color: #242424;
    margin-bottom: 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.95
}

.web-hero .web-hero__lead p+p {
    margin-top: 14px
}

@media (width<=768px) {
    .web-hero .web-hero__lead {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.73333
    }
}

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

@media (width<=768px) {
    .web-hero .web-hero__ctas {
        flex-direction: column;
        gap: 20px
    }
}

.web-hero .web-hero__btn {
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 280px;
    height: 64px;
    padding: 0 28px;
    font-size: 15px;
    font-weight: 700;
    transition: opacity .2s;
    display: inline-flex;
    position: relative;
    box-shadow: 0 4px 12px #00a0a833
}

.web-hero .web-hero__btn:hover {
    opacity: .85
}

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

@media (width<=768px) {
    .web-hero .web-hero__btn>span[aria-hidden=true] {
        font-size: 20px;
        right: 16px
    }

    .web-hero .web-hero__btn {
        width: 100%;
        min-width: 0;
        height: 48px;
        padding: 0 36px 0 20px;
        font-size: 14px
    }

    .web-hero .web-hero__btn .web-hero__btn-pc {
        display: none
    }
}

.web-hero .web-hero__btn .web-hero__btn-sp {
    display: none
}

@media (width<=768px) {
    .web-hero .web-hero__btn .web-hero__btn-sp {
        display: inline
    }
}

.web-hero .web-hero__btn--primary {
    color: #fff;
    background: #00a0a8
}

.web-hero .web-hero__btn--secondary {
    color: #00a0a8;
    background: #fff;
    border: 1px solid #00a0a8
}

@media (width<=768px) {
    .web-hero .web-hero__btn--secondary {
        min-width: 0
    }
}

.web-section-heading {
    text-align: center;
    margin-bottom: 48px
}

@media (width<=768px) {
    .web-section-heading {
        margin-bottom: 28px
    }
}

.web-section-heading .web-section-heading__title {
    color: #242424;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700
}

@media (width<=768px) {
    .web-section-heading .web-section-heading__title {
        font-size: 28px
    }
}

.web-section-heading .web-section-heading__en {
    letter-spacing: .28em;
    color: #00a0a8;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700
}

@media (width<=768px) {
    .web-section-heading .web-section-heading__en {
        letter-spacing: .16em;
        font-size: 12px
    }
}

.web-section-heading--light .web-section-heading__title {
    color: #fff
}

.web-section-heading--light .web-section-heading__en {
    color: #ffffffe6
}

.web-feature {
    background: 0 0;
    padding: 80px 0;
    position: relative
}

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

.web-feature .web-feature__inner {
    z-index: 2;
    position: relative
}

.web-feature .web-feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    display: grid
}

@media (width<=768px) {
    .web-feature .web-feature__list {
        grid-template-columns: 1fr;
        gap: 16px
    }
}

.web-feature .web-feature__item {
    background: #fff;
    border: 1px solid #00a0a8;
    border-radius: 20px;
    min-height: 280px;
    padding: 32px 28px 40px;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .web-feature .web-feature__item {
        min-height: 0;
        padding: 24px 20px 32px
    }
}

.web-feature .web-feature__num {
    color: #00a0a82e;
    pointer-events: none;
    font-family: Poppins, sans-serif;
    font-size: 200px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    bottom: -8px;
    right: 16px
}

@media (width<=768px) {
    .web-feature .web-feature__num {
        color: #00a0a81f;
        font-size: 160px;
        right: 24px
    }
}

.web-feature .web-feature__en {
    font-family: Cinzel, serif;
    font-weight: 700
}

.web-feature .web-feature__title {
    z-index: 1;
    color: #00a0a8;
    margin-bottom: 16px;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6;
    position: relative
}

@media (width<=768px) {
    .web-feature .web-feature__title {
        margin-bottom: 12px;
        font-size: 22px
    }
}

.web-feature .web-feature__text {
    z-index: 1;
    color: #2b2b2b;
    font-size: 15px;
    line-height: 1.75;
    position: relative
}

@media (width<=768px) {
    .web-feature .web-feature__text {
        font-size: 14px
    }
}

.web-services {
    background: url(../../img/web/pc/img_services_bg.png) 50%/cover no-repeat;
    padding: 80px 0 200px;
    position: relative
}

@media (width<=768px) {
    .web-services {
        background-image: url(../../img/web/sp/img_services_bg.png);
        padding: 48px 0 56px
    }

    .web-services .web-section-heading {
        margin-bottom: 40px
    }

    .web-services .web-section-heading .web-section-heading__title {
        font-size: 28px
    }

    .web-services .web-section-heading .web-section-heading__en {
        letter-spacing: .28em;
        font-size: 12px
    }
}

.web-services .web-services__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    display: grid
}

@media (width<=768px) {
    .web-services .web-services__list {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

.web-services .web-services__item {
    background: #ffffff24;
    border: 1px solid #fff;
    border-radius: 12px;
    align-items: flex-start;
    gap: 24px;
    padding: 32px 28px;
    display: flex
}

@media (width<=768px) {
    .web-services .web-services__item {
        text-align: center;
        border-radius: 16px;
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 32px 20px 28px
    }
}

.web-services .web-services__item--wide {
    background: #c7eaec;
    border-color: #0000;
    grid-column: 1/-1
}

@media (width<=768px) {
    .web-services .web-services__item--wide {
        grid-column: auto
    }
}

.web-services .web-services__item--wide .web-services__title {
    color: #00a0a8;
    border-bottom-color: #00a0a859
}

.web-services .web-services__item--wide .web-services__text {
    color: #00a0a8
}

.web-services .web-services__icon {
    flex-shrink: 0
}

@media (width<=768px) {
    .web-services .web-services__icon {
        background: #fff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        margin: 0 auto 16px;
        display: flex
    }
}

.web-services .web-services__icon img {
    width: 80px;
    height: auto
}

@media (width<=768px) {
    .web-services .web-services__icon img {
        width: 48px;
        height: auto
    }
}

.web-services .web-services__body {
    flex: 1;
    min-width: 0
}

@media (width<=768px) {
    .web-services .web-services__body {
        width: 100%
    }
}

.web-services .web-services__title {
    color: #fff;
    border-bottom: 1px solid #ffffffb3;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 700
}

@media (width<=768px) {
    .web-services .web-services__title {
        width: 100%;
        margin-bottom: 16px;
        padding-bottom: 16px;
        font-size: 22px;
        line-height: 1.45
    }
}

.web-services .web-services__text {
    color: #fff;
    font-size: 14px;
    line-height: 1.9
}

@media (width<=768px) {
    .web-services .web-services__text {
        text-align: left;
        font-size: 15px;
        line-height: 1.73333
    }
}

.web-midcta {
    background: 0 0;
    padding: 24px 0 80px
}

@media (width<=768px) {
    .web-midcta {
        padding: 16px 0 48px
    }
}

.web-midcta--compact {
    background: 0 0;
    padding: 0
}

.web-midcta .web-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) {
    .web-midcta .web-midcta__box {
        border-radius: 8px;
        padding: 36px 20px 32px
    }
}

.web-midcta .web-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) {
    .web-midcta .web-midcta__illust {
        width: min(230px, 100%);
        bottom: 16px;
        transform: translate(6%)
    }
}

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

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

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

    .web-midcta .web-midcta__title-pc {
        display: none
    }
}

.web-midcta .web-midcta__title-sp {
    display: none
}

@media (width<=768px) {
    .web-midcta .web-midcta__title-sp {
        font-size: 24px;
        display: inline
    }
}

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

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

.web-midcta .web-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
}

.web-midcta .web-midcta__btn:hover {
    opacity: .85
}

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

@media (width<=768px) {
    .web-midcta .web-midcta__btn {
        width: 100%;
        height: 64px;
        font-size: 15px
    }

    .web-midcta .web-midcta__btn .web-midcta__btn-pc {
        display: none
    }
}

.web-midcta .web-midcta__btn .web-midcta__btn-sp {
    display: none
}

@media (width<=768px) {
    .web-midcta .web-midcta__btn .web-midcta__btn-sp {
        display: inline
    }
}

.web-midcta .web-midcta__btn--primary {
    color: #fff;
    background: #00a0a8
}

.web-midcta .web-midcta__btn--secondary {
    color: #00a0a8;
    background: #fff
}

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

@media (width<=768px) {
    .web-midcta .web-midcta__note {
        font-size: 16px
    }

    .web-midcta .web-midcta__note-pc {
        display: none
    }
}

.web-midcta .web-midcta__note-sp {
    display: none
}

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

.web-help {
    z-index: 2;
    padding: 80px 0;
    position: relative
}

@media (width<=768px) {
    .web-help {
        padding: 48px 0
    }
}

.web-help .web-section-heading .web-section-heading__title {
    color: #2b2b2b
}

.web-help .web-help__body {
    grid-template-columns: 176px 1fr;
    align-items: center;
    gap: 40px;
    width: 930px;
    margin: 0 auto;
    display: grid
}

@media (width<=768px) {
    .web-help .web-help__body {
        grid-template-columns: 1fr;
        gap: 24px;
        width: 100%
    }

    .web-help .web-help__body .web-help__list {
        order: 1
    }

    .web-help .web-help__body .web-help__visual {
        order: 2
    }
}

.web-help .web-help__visual img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto
}

@media (width<=768px) {
    .web-help .web-help__visual img {
        max-width: 120px
    }
}

.web-help .web-help__list {
    flex-direction: column;
    gap: 16px;
    display: flex
}

.web-help .web-help__item {
    color: #2b2b2b;
    background: #fff;
    border: 1px solid #07989f80;
    border-radius: 4px;
    align-items: center;
    gap: 16px;
    padding: 16px 24px 16px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    display: flex
}

@media (width<=768px) {
    .web-help .web-help__item {
        gap: 12px;
        padding: 14px 16px;
        font-size: 13px
    }
}

.web-help .web-help__icon {
    flex-shrink: 0;
    width: 20px;
    height: auto
}

.web-help .web-help__icon--sp {
    display: none
}

@media (width<=768px) {
    .web-help .web-help__icon {
        width: 20px
    }

    .web-help .web-help__icon--pc {
        display: none
    }

    .web-help .web-help__icon--sp {
        display: block
    }
}

.web-flow {
    z-index: 2;
    padding: 80px 0 88px;
    position: relative;
    overflow-x: clip
}

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

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

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

.web-flow .web-flow__title {
    color: #2b2b2b;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700
}

@media (width<=768px) {
    .web-flow .web-flow__title {
        font-size: 28px
    }
}

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

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

.web-flow .web-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) {
    .web-flow .web-flow__steps {
        flex-direction: column;
        align-items: center;
        gap: 0;
        max-width: 100%;
        margin-bottom: 20px
    }
}

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

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

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

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

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

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

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

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

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

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

@media (width<=768px) {
    .web-flow .web-flow__step-note {
        font-size: 15px
    }
}

.web-flow .web-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%)
}

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

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

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

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

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

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

.web-flow .web-flow__result {
    color: #fff;
    text-align: center;
    letter-spacing: .12em;
    background: #00a0a8;
    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) {
    .web-flow .web-flow__result {
        letter-spacing: .08em;
        width: 100%;
        padding: 8px 20px;
        font-size: 18px
    }

    .web-flow .web-flow__result-pc {
        display: none
    }
}

.web-flow .web-flow__result-sp {
    display: none
}

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

.web-flow .web-flow__note {
    text-align: center;
    color: #242424;
    margin-top: 28px;
    font-size: 12px;
    line-height: 1.7
}

@media (width<=768px) {
    .web-flow .web-flow__note {
        text-align: left;
        font-size: 15px
    }
}

.web-pricing {
    z-index: 2;
    padding: 80px 0;
    position: relative
}

@media (width<=768px) {
    .web-pricing {
        padding: 48px 0
    }
}

.web-pricing .web-pricing__box {
    background: linear-gradient(90deg, #2dc2ca 0%, #31c9d1 27%, #31c7cf 48%, #10b0b0 100%);
    border-radius: 12px;
    padding: 48px 56px 80px;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .web-pricing .web-pricing__box {
        border-radius: 8px;
        padding: 48px 20px 40px
    }
}

.web-pricing .web-pricing__title {
    z-index: 1;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 700;
    position: relative
}

@media (width<=768px) {
    .web-pricing .web-pricing__title {
        margin-bottom: 8px;
        font-size: 28px
    }
}

.web-pricing .web-pricing__body {
    z-index: 1;
    grid-template-columns: 280px 1fr;
    align-items: center;
    gap: 40px;
    display: grid;
    position: relative
}

@media (width<=768px) {
    .web-pricing .web-pricing__body {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .web-pricing .web-pricing__visual {
        text-align: center;
        display: block
    }
}

.web-pricing .web-pricing__visual img {
    width: 100%;
    max-width: 260px;
    margin: 0 auto
}

@media (width<=768px) {
    .web-pricing .web-pricing__visual img {
        max-width: 240px
    }

    .web-pricing .web-pricing__content {
        text-align: left
    }
}

.web-pricing .web-pricing__heading {
    color: #fff;
    border-bottom: 1px solid #ffffffb3;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 22px;
    font-weight: 700
}

@media (width<=768px) {
    .web-pricing .web-pricing__heading {
        margin-bottom: 16px;
        padding-bottom: 10px;
        font-size: 18px
    }
}

.web-pricing .web-pricing__text {
    color: #fff;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.9
}

.web-pricing .web-pricing__text:last-child {
    margin-bottom: 0
}

@media (width<=768px) {
    .web-pricing .web-pricing__text {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 1.71429
    }
}

.web-pricing .web-pricing__en {
    font-family: Cinzel, serif;
    font-weight: 700
}

.web-pricing .web-pricing__watermark {
    color: #ffffff24;
    pointer-events: none;
    letter-spacing: .08em;
    white-space: nowrap;
    z-index: 0;
    font-family: Cinzel, serif;
    font-size: clamp(120px, 16vw, 200px);
    font-weight: 700;
    line-height: 1;
    position: absolute;
    bottom: -40px;
    right: 0
}

@media (width<=768px) {
    .web-pricing .web-pricing__watermark {
        letter-spacing: .12em;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-size: 118px;
        inset: 22% -28px auto auto;
        transform: rotate(180deg)
    }
}

.web-faq {
    z-index: 2;
    background: 0 0;
    padding: 72px 0 80px;
    position: relative
}

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

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

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

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

@media (width<=768px) {
    .web-faq .web-faq__title {
        font-size: 28px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.web-contact {
    padding: 72px 0 160px;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .web-contact {
        padding: 48px 0 140px
    }
}

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

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

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

.web-contact .web-contact__header {
    margin-bottom: 36px
}

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

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

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

.web-contact .web-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) {
    .web-contact .web-contact__label {
        letter-spacing: .2em;
        font-size: 12px
    }
}

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

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

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

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

    .web-contact .web-contact__box-pc {
        display: none
    }
}

.web-contact .web-contact__box-sp {
    display: none
}

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

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

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

    .web-contact .web-contact__lead-pc {
        display: none
    }
}

.web-contact .web-contact__lead-sp {
    display: none
}

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

.web-contact .web-contact__desc {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9
}

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

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

.web-contact .web-contact__emphasis {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9
}

@media (width<=768px) {
    .web-contact .web-contact__emphasis {
        padding: 0 8px;
        font-size: 16px
    }
}

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

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

.web-lead {
    background: #fff;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden
}

@media (width<=768px) {
    .web-lead {
        overflow: visible
    }
}

.web-offer {
    z-index: 2;
    margin-bottom: -160px;
    position: relative
}

@media (width<=768px) {
    .web-offer {
        margin-bottom: 0
    }
}

.web-offer .web-midcta {
    padding: 0;
    position: relative;
    transform: translateY(-160px)
}

@media (width<=768px) {
    .web-offer .web-midcta {
        background: #f9fdfd;
        padding: 0 0 48px;
        transform: none
    }
}

@media screen and (width<=768px) {
    .web-offer .web-midcta:before {
        content: "";
        z-index: 0;
        background: url(../../img/web/sp/img_services_bg.png) 50%/cover no-repeat;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0
    }
}

.web-secondary {
    position: relative;
    overflow: hidden
}

.web-secondary>:not(.web-secondary__bg) {
    z-index: 2;
    position: relative
}

.web-secondary .web-secondary__bg {
    object-fit: cover;
    object-position: top center;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: calc(100% + 3000px);
    position: absolute;
    top: -3000px;
    left: 0
}

@media (width<=768px) {
    .web-secondary .web-secondary__bg {
        object-position: top center;
        height: 100%;
        top: -1130px
    }
}