:root {
    --text-color: #585657;
    --outer-width: 130rem;
    --inner-width: 120rem;
    --header-height: 7.3rem;
    --primary-color: #ED6B01;
    --font-noto: "noto-sans-cjk-jp", sans-serif;
    --font-noto-bold: 700;
    --font-noto-medium: 500;
    --font-noto-regular: 400;
    --font-noto-light: 200;
    --font-din: "din-2014", "sans-serif";
    --font-din-demi: 600;
    --font-din-bold: 700;
    @media (max-width: 1260px) {
        --header-height: 6rem;
    }
}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 9px;
    @media (max-width: 1260px) {
        font-size: calc((9 / 1260) * 100vw);
    }
    @media (max-width: 700px) {
        font-size: calc((10 / 375) * 100vw);
    }
}
body {
    font-size: 1.6rem;
    font-family: var(--font-noto);
    font-weight: var(--font-noto-regular);
    font-style: normal;
    letter-spacing: .075rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.anchor-target {
  scroll-margin-top: var(--header-height);
}
.pc {
    display: block;
    @media (max-width: 700px) {
        display: none;
    }
}
.sp {
    display: none;
    @media (max-width: 700px) {
        display: block;
    }
}
header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    @media (max-width: 700px) {
        height: var(--header-height);
    }
    .container {
        max-width: var(--outer-width);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        position: relative;
        padding: 0 5rem;
        @media (max-width: 700px) {
            padding: 0;
        }
    }
    h3 {
        img {
            position: absolute;
            width: 15.5rem;
            left: 5rem;
            top: 0;
            @media (max-width: 700px) {
                width: 11.5rem;
                left: 1rem;
            }
        }
    }
    nav.pc {
        font-weight: var(--font-noto-medium);
        @media (max-width: 700px) {
            display: none;
        }
        ul {
            display: flex;
            list-style: none;
            gap: 3rem;
            font-size: 1.6rem;
            li a {
                text-decoration: none;
                color: var(--text-color);
                padding: 2.5rem 0;
                display: block;
                &:hover {
                    color: var(--primary-color);
                }
            }
        }
    }
    @media (max-width: 700px) {
        nav.sp {
            display: flex;
            height: var(--header-height);
            width: 100%;
            justify-content: end;
            button {
                aspect-ratio: 1 / 1;
                border: none;
                &.nav-button-contact {
                    background-color: #ED6B01;
                }
                &.nav-button-menu {
                    background-color: #042E72;
                }
            }
        }
    }
}

#mv {
    margin-top: var(--header-height);
    background-image: url(../images/mv-bg.svg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    @media (max-width: 700px) {
        background-image: url(../images/mv-bg-sp.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: relative;
        background-position: center -2rem;
        &::after {
            content: "";
            background: #6CC431;
            width: 100%;
            height: 75%;
            position: absolute;
            bottom: 0;
            z-index: -5;
        }
    }
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        padding: 0 5rem;
        @media (max-width: 700px) {
            padding: 0 1.5rem;
            overflow: hidden;
        }
    }
    .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .g-glad {
        padding-top: 8rem;
        width: 57.5%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-shrink: 0;
        @media (max-width: 700px) {
            width: 100%;
            padding-top: 0;
        }
        .title {
            position: relative;
            margin-left: 2rem;
            @media (max-width: 700px) {
                margin: 0 3rem 0 0;
                margin: 0 3rem 0 0;
            }
            h1 {
                display: flex;
                flex-direction: column;
                align-items: center;
                letter-spacing: .3rem;
                @media (max-width: 700px) {
                    .inner {
                        margin: 4rem 0 0;
                        letter-spacing: .2rem;
                    }
                }
                span {
                    display: block;
                    text-align: center;
                    color: #fff;
                    font-size: 1.8rem;
                    font-weight: var(--font-noto-bold);
                    @media (max-width: 700px) {
                        font-size: 1.4rem;
                    }
                    &.big {
                        font-size: 3.6rem;
                        margin-top: .5rem;
                        @media (max-width: 700px) {
                            font-size: 2.7rem;
                            margin: 0;
                        }
                    }
                }
                img {
                    width: 40rem;
                    margin-top: 2rem;
                    @media (max-width: 700px) {
                        width: 80%;
                        margin: 1rem 0 0;
                    }
                }
            }
            .badge {
                position: absolute;
                left: -2rem;
                top: -3rem;
                width: 19rem;
                @media (max-width: 700px) {
                    width: 9.5rem;
                    right: -5.25rem;
                    top: 1.5rem;
                    width: 9.5rem;
                    right: -5.25rem;
                    top: 1.5rem;
                    left: auto;
                }
            }
        }
        .point {
            margin-top: 3.5rem;
            @media (max-width: 700px) {
                margin: 1.5rem 0 0;
            }
            ul {
                list-style: none;
                display: flex;
                justify-content: space-between;
                li {
                    background-image: url(../images/mv-point-bg.svg);
                    filter: drop-shadow(2rem 2rem .5rem rgba(0, 0, 0, .125));
                    transform: translateZ(0);
                    background-position: top center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    width: 31%;
                    height: 18rem;
                    text-align: center;
                    color: #70AD47;
                    @media (max-width: 700px) {
                        background-image: url(../images/mv-point-bg-sp.svg);
                        width: 32%;
                        height: 11rem;
                        filter: drop-shadow(1rem 1rem 0.5rem rgba(0, 0, 0, .125))
                    }
                    .number {
                        margin-top: 3.5rem;
                        font-family: var(--font-din);
                        font-size: 3.4rem;
                        font-weight: var(--font-din-demi);
                        @media (max-width: 700px) {
                            margin: 1.7rem 0 0;
                            font-size: 1.7rem;
                        }
                    }
                    p {
                        font-size: 2.5rem;
                        font-weight: var(--font-noto-bold);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        height: 7.5rem;
                        @media (max-width: 700px) {
                            font-size: 1.4rem;
                            height: 6.5rem;
                            line-height: 2rem;
                        }
                    }
                }
            }
        }
        .image {
            margin-top: 4rem;
            height: 45rem;
            overflow: hidden;
            @media (max-width: 700px) {
                margin-top: 3rem;
                height: 20rem;
            }
        }
    }
    .info {
        width: 100%;
        background: #042E72;
        p {
            max-width: var(--inner-width);
            margin: 0 auto;
            padding: 2rem 0;
            color: #fff;
            display: flex;
            font-size: 1.5rem;
            font-weight: var(--font-noto-light);
            align-items: center;
            gap: 1.5rem;
            @media (max-width: 700px) {
                flex-direction: column;
                text-align: center;
                font-size: 1.35rem;
                gap: 0;
            }
            .big {
                font-size: 2.8rem;
                font-weight: var(--font-noto-regular);
                @media (max-width: 700px) {
                    font-size: 1.4rem;
                }
            }
        }
    }
}

.form {
    width: 35%;
    overflow: hidden;
    border-radius: 6rem;
    box-shadow: 2rem 2rem 1.5rem rgba(0, 0, 0, .15);
    flex-shrink: 0;
    background: #EEEEED;
    h3 {
        background: var(--primary-color);
        color: #fff;
        font-size: 1.9rem;
        text-align: center;
        padding: 1.5rem 0;
        font-weight: var(--font-noto-medium);
    }
    iframe {
        width: 100%;
        height: 85rem;
        vertical-align: middle;
    }
}

#service {
    @media (max-width: 700px) {
        position: relative;
        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 60rem;
            height: 60rem;
            background-color: #fff;
            z-index: 5;
            top: 50rem;
        }
    }
    .overview {
        padding-top: 22rem;
        background: #F0F0F0;
        position: relative;
        padding-bottom: 12rem;
        @media (max-width: 700px) {
            padding: 5rem 0 6rem;
        }
        &::before,
        &::after {
            content: "";
            display: block;
            position: absolute;
        }
        &::before {
            width: 140rem;
            height: 20rem;
            background-image: url(../images/service-bg-what.svg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: center;
            left: 50%;
            transform: translateX(-50%);
            top: 7rem;
            @media (max-width: 700px) {
                background-image: url(../images/service-bg-what-sp.svg);
                aspect-ratio: 688.95 / 403.39;
                width: 26rem;
                height: auto;
                right: 1rem;
                top: 0;
                transform: translate(0);
                left: auto;
            }
        }
        &::after {
            background-image: url(../images/service-bg-cloud.svg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: right bottom;
            width: 120rem;
            height: 70rem;
            bottom: 0;
            right: 0;
            @media (max-width: 700px) {
                top: -10rem;
                background-image: url(../images/service-bg-cloud.svg);
                background-size: 100% auto;
                background-repeat: no-repeat;
                background-position: 16rem 29rem;
                width: 90rem;
                height: 70rem;
                bottom: 0;
                right: 0;
            }
        }
        .container {
            display: flex;
            max-width: var(--outer-width);
            margin: 0 auto;
            justify-content: space-between;
            padding: 0 5rem;
            align-items: center;
            z-index: 10;
            position: relative;
            @media (max-width: 700px) {
                padding: 0 1.5rem;
                flex-direction: column;
            }
            .discription {
                width: 50%;
                flex-shrink: 0;
                padding-left: 5%;
                @media (max-width: 700px) {
                    width: 100%;
                    padding: 0;
                }
                h2 {
                    font-size: 3rem;
                    color: #348A3E;
                    display: flex;
                    align-items: end;
                    position: relative;
                    justify-content: center;
                    width: 35rem;
                    @media (max-width: 700px) {
                        width: 25rem;
                        font-size: 2.25rem;
                    }
                    &::before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: .2rem;
                        background: #348A3E;
                    }
                    span {
                        margin-bottom: 1rem;
                        display: block;
                        @media (max-width: 700px) {
                            margin: 0 0 .5rem;
                        }
                    }
                    img {
                        width: 24rem;
                        @media (max-width: 700px) {
                            width: 17.5rem;
                        }
                    }
                }
                p {
                    font-size: 1.8rem;
                    color: var(--text-color);
                    letter-spacing: .3rem;
                    margin-top: 4rem;
                    line-height: 3.75rem;
                    @media (max-width: 700px) {
                        font-size: 1.4rem;
                        margin: 2.5rem 0 0;
                        line-height: 3.25rem;
                        letter-spacing: 0;
                    }
                }
                .feature {
                    margin-top: 6rem;
                    @media (max-width: 700px) {
                        margin-top: 2rem
                    }
                    img {
                        width: 100%;
                    }
                }
            }
            .workflow {
                width: 42.5%;
                flex-shrink: 0;
                @media (max-width: 700px) {
                    width: 100%;
                    margin: 2rem 0 0;
                }
                img {
                    width: 100%;
                }
            }
        }
    }
    .problems {
        background-color: #17AA28;
        position: relative;
        z-index: 5;
        @media (max-width: 700px) {
            padding: 0 1.5rem;
        }
        &::before {
            content: "";
            background-color: #fff;
            height: calc(11rem / 2);
            width: 11rem;
            clip-path: polygon(0 0, 100% 0, 50% 80%);
            position: absolute;
            left: 50%;
            top: -.1rem;
            transform: translateX(-50%);
            @media (max-width: 700px) {
                height: calc(7rem / 2);
                width: 7rem;
            }
        }
        .container {
            max-width: var(--inner-width);
            margin: 0 auto;
        }
        h3 {
            text-align: center;
            color: #fff;
            font-size: 2.9rem;
            letter-spacing: .4rem;
            font-weight: var(--font-noto-bold);
            padding: 10rem 0 5rem;
            @media (max-width: 700px) {
                line-height: 4rem;
                font-size: 2.2rem;
                padding: 6rem 0 3rem;
                letter-spacing: .2rem;
            }
        }
        ul {
            display: flex;
            list-style: none;
            justify-content: space-between;
            @media (max-width: 700px) {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            li {
                width: 23%;
                box-sizing: border-box;
                position: relative;
                padding-bottom: 30rem;
                @media (max-width: 700px) {
                    width: 100%;
                    padding-bottom: 18rem;
                }
                &::after {
                    content: "";
                    display: block;
                    position: absolute;
                    background: #57C364;
                    width: 95%;
                    aspect-ratio: 1 / 1;
                    border-radius: 100rem;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    z-index: -5;
                    @media (max-width: 700px) {
                        width: 85%;
                        top: 65%;
                    }
                }
                &::before {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 72.5%;
                    height: 75%;
                    left: 50%;
                    transform: translateX(-50%);
                    bottom: 0;
                    z-index: 15;
                }
                &:nth-child(1)::before {
                    background: url(../images/service-person-01.svg) no-repeat center bottom / contain;
                }
                &:nth-child(2)::before {
                    background: url(../images/service-person-02.svg) no-repeat center bottom / contain;
                }
                &:nth-child(3)::before {
                    background: url(../images/service-person-03.svg) no-repeat center bottom / contain;
                }
                &:nth-child(4)::before {
                    background: url(../images/service-person-04.svg) no-repeat center bottom / contain;
                }
                p {
                    color: #348A3E;
                    text-align: center;
                    font-weight: var(--font-noto-bold);
                    line-height: 3rem;
                    z-index: 10;
                    position: relative;
                    padding: 2rem;
                    background: #ECF3DA;
                    border-radius: 3.5rem;
                    @media (max-width: 700px) {
                        border-radius: 2rem;
                        text-align: left;
                        height: 12rem;
                        font-size: 1.3rem;
                        line-height: 2.3rem;
                        border-radius: 1.5rem;
                    }
                    &::before {
                        content: "";
                        display: block;
                        position: absolute;
                        height: calc(7rem / 2);
                        bottom: calc((-7rem / 2) + .1rem);
                        left: 4rem;
                        width: 11rem;
                        clip-path: polygon(0 0, 25% 0, 25% 100%);
                        background: #ECF3DA;
                        @media (max-width: 700px) {
                            left: 2rem;
                        }
                    }
                }
            }
        }
    }
    .features {
        background: #F0F0F0;
        padding: 15rem 0 22rem;
        @media (max-width: 700px) {
            padding: 5rem 1.5rem 10rem;
        }
        .container {
            max-width: var(--outer-width);
            margin: 0 auto;
            /* padding: 0 5rem; */
        }
        h2 {
            font-size: 3rem;
            color: #000;
            display: flex;
            align-items: end;
            position: relative;
            justify-content: center;
            width: 43rem;
            margin: 0 auto;
            margin-bottom: 10rem;
            @media (max-width: 700px) {
                width: 29rem;
                font-size: 1.9rem;
                margin-bottom: 4rem;
            }
            &::before {
                content: "";
                position: absolute;
                width: 100%;
                height: .2rem;
                background: #000;
            }
            span {
                margin-bottom: 1rem;
                display: block;
                @media (max-width: 700px) {
                    margin: 0 0 .5rem;
                }
            }
            img {
                width: 24rem;
                @media (max-width: 700px) {
                    width: 16rem;
                }
            }
        }
        ul {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            list-style: none;
            gap: 4.5rem 2.5rem;
            @media (max-width: 700px) {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 2rem 1rem;
            }
            li {
                background-image: url(../images/reason-card-bg.svg);
                filter: drop-shadow(2.5rem 4rem .5rem rgba(0, 0, 0, .125));
                transform: translateZ(0);
                background-position: top center;
                background-repeat: no-repeat;
                background-size: contain;
                height: 28rem;
                color: #213B70;
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                @media (max-width: 700px) {
                    height: 15rem;
                    filter: drop-shadow(1.5rem 1.5rem 0.5rem rgba(0, 0, 0, .125))
                }
                .number {
                    font-size: 3.5rem;
                    font-family: var(--font-din);
                    font-weight: var(--font-din-demi);
                    margin-top: 1rem;
                    @media (max-width: 700px) {
                        font-size: 2rem;
                        margin-top: .5rem;
                    }
                }
                .icon {
                    width: 60%;
                    margin-top: 1.25rem;
                    @media (max-width: 700px) {
                        margin: 0;
                    }
                    img {
                        width: 100%;
                    }
                }
                p {
                    font-weight: var(--font-noto-bold);
                    font-size: 1.7rem;
                    margin-top: 1.25rem;
                    @media (max-width: 700px) {
                        font-size: 1rem;
                        margin: .5rem 0 0;
                    }
                }
            }
        }
    }
}

#reason {
    background: #F0F0F0;
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        /* padding: 0 5rem; */
    }
}

#reason {
    background: #F0F0F0;
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        /* padding: 0 5rem; */
    }
    .highlights {
        background: #00B9A2;
        padding: 9rem 0 15rem;
        @media (max-width: 700px) {
            padding: 5rem 1.5rem 7rem;
        }
        h2 {
            font-size: 3rem;
            color: #fff;
            display: flex;
            align-items: end;
            position: relative;
            justify-content: center;
            width: 65rem;
            margin: 0 auto;
            margin-bottom: 10rem;
            font-weight: var(--font-noto-bold);
            display: flex;
            @media (max-width: 700px) {
                flex-direction: column;
                align-items: center;
                width: auto;
                gap: 1rem;
                font-size: 1.8rem;
                margin-bottom: 4rem;
            }
            &::before {
                content: "";
                position: absolute;
                width: 100%;
                height: .2rem;
                background: #fff;
                @media (max-width: 700px) {
                    display: none;
                }
            }
            .inner {
                display: flex;
                align-items: end;
                position: relative;
                @media (max-width: 700px) {
                    &:first-child {
                        &::before {
                            content: "";
                            position: absolute;
                            width: 105%;
                            height: .2rem;
                            background: #fff;
                            left: 50%;
                            bottom: 0;
                            transform: translateX(-50%);
                        }
                    }
                    &:last-child {
                        &::before {
                            content: "";
                            position: absolute;
                            width: 105%;
                            height: .2rem;
                            background: #fff;
                            left: 50%;
                            bottom: 0;
                            transform: translateX(-50%);
                        }
                    }
                }
            }
            span {
                margin-bottom: 1rem;
                display: block;
                @media (max-width: 700px) {
                    margin: 0 0 .5rem;
                }
            }
            .logo {
                width: 24rem;
                @media (max-width: 700px) {
                    width: 15rem;
                }
            }
            .number {
                width: 4.6rem;
                margin: 0 .5rem 1.5rem;
                @media (max-width: 700px) {
                    width: 3rem;
                    margin: 0 .5rem 1rem;
                }
            }
        }
        ul {
            list-style: none;
            display: flex;
            justify-content: space-between;
            @media (max-width: 700px) {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
            li {
                width: 23%;
                background: #fff;
                overflow: hidden;
                border-radius: 1.5rem;
                text-align: center;
                box-shadow: 2rem 2rem 1rem rgba(0, 0, 0, .15);
                @media (max-width: 700px) {
                    width: 100%;
                    border-radius: .75rem;
                    box-shadow: 1.2rem 1.2rem 1rem rgba(0, 0, 0, .15);
                }
                a {
                    color: #585657;
                    font-size: 2.3rem;
                    text-decoration: none;
                    @media (max-width: 700px) {
                        font-size: 1.4rem;
                    }
                }
                p {
                    padding: 2.5rem;
                    line-height: 3.75rem;
                    @media (max-width: 700px) {
                        padding: 1.25rem;
                        line-height: 2.25rem;
                    }
                }
            }
        }
    }
    .point-details {
        position: relative;
        padding: 20rem 0 30rem;
        @media (max-width: 700px) {
            padding: 14rem 1.5rem 8rem;
        }
        &::before {
            content: "";
            background-color: #00B9A2;
            height: calc(12.5rem / 2);
            width: 12.5rem;
            clip-path: polygon(0 0, 100% 0, 50% 80%);
            position: absolute;
            left: 50%;
            top: -.1rem;
            transform: translateX(-50%);
            @media (max-width: 700px) {
                height: calc(7rem / 2);
                width: 7rem;
            }
        }
        .container {
            max-width: var(--inner-width);
        }
        ul {
            display: flex;
            flex-direction: column;
            gap: 11rem;
        }
        li {
            display: flex;
            justify-content: space-between;
            border-radius: 2rem;
            background: #fff;
            scroll-margin-top: calc(var(--header-height) + 7.5rem);
            box-shadow: 9rem 5rem 1rem rgba(0, 0, 0, .125);
            @media (max-width: 700px) {
                position: relative;
                border-radius: 1rem;
                box-shadow: 4rem 2rem 1rem rgba(0, 0, 0, .125)
            }
            &:nth-child(even) {
                box-shadow: 5rem 5rem 1rem rgba(0, 0, 0, .125);
                @media (max-width: 700px) {
                    box-shadow: 4rem 2rem 1rem rgba(0, 0, 0, .125)
                }
            }
            .discription {
                padding: 0 4rem;
                width: 53%;
                box-sizing: border-box;
                @media (max-width: 700px) {
                    width: 100%;
                    padding: 0 2rem;
                }
                .number {
                    font-family: var(--font-din);
                    font-size: 4rem;
                    font-weight: var(--font-din-demi);
                    color: #3CB4A5;
                    display: inline;
                    position: relative;
                    top: -2.5rem;
                    @media (max-width: 700px) {
                        top: 3.5rem;
                        font-size: 2.2rem;
                    }
                    &::before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: .3rem;
                        background: #3CB4A5;
                        bottom: -.25rem;
                        @media (max-width: 700px) {
                            height: .2rem;
                        }
                    }
                }
                h3 {
                    font-weight: var(--font-noto-bold);
                    font-size: 3rem;
                    letter-spacing: .5rem;
                    color: #585657;
                    line-height: 5rem;
                    margin-top: 1rem;
                    @media (max-width: 700px) {
                        margin-top: 8.5rem;
                        font-size: 1.9rem;
                        line-height: 3.2rem;
                        letter-spacing: .2rem;
                    }
                    span {
                        color: #3CB4A5;
                    }
                }
                p {
                    font-size: 1.5rem;
                    line-height: 3rem;
                    color: #585657;
                    margin-top: 2rem;
                    padding-bottom: 5rem;
                    @media (max-width: 700px) {
                        font-size: 1.4rem;
                        margin-top: 1rem;
                        padding-bottom: 3rem;
                        line-height: 2.5rem;
                    }
                }
            }
            .image {
                width: 50%;
                border-radius: 2rem;
                overflow: hidden;
                transform: translate(4.5rem, -4.5rem);
                height: 37.5rem;
                @media (max-width: 700px) {
                    position: absolute;
                    right: -1rem;
                    top: -6rem;
                    transform: translate(0, 0);
                    width: 70%;
                    height: auto;
                    border-radius: .75rem;
                }
            }
            &:nth-child(even) {
                flex-direction: row-reverse;
                .image {
                    transform: translate(-4.5rem, -4.5rem);
                    @media (max-width: 700px) {
                        transform: translate(0, 0);
                        left: -1rem;
                    }
                }
                .discription {
                    @media (max-width: 700px) {
                        text-align: right;
                    }
                    h3, p {
                        @media (max-width: 700px) {
                            text-align: left;
                        }
                    }
                }
            }
        }
    }
}

#screens {
    scroll-margin-top: calc(var(--header-height) + 6rem);
    @media (max-width: 700px) {
        scroll-margin-top: var(--header-height);
    }
    @media (max-width: 700px) {
        scroll-margin-top: var(--header-height);
    }
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        @media (max-width: 700px) {
            padding: 0 1.5rem;
        }
    }
    h2 {
        color: #585657;
        margin-top: 10rem;
        font-size: 2.8rem;
        @media (max-width: 700px) {
            font-size: 1.9rem;
            margin-top: 6.5rem;
        }
    }
    .slider {
        text-align: center;
        width: 57.5%;
        position: relative;
        @media (max-width: 700px) {
            width: 100%;
        }
        &::before {
            content: "";
            position: absolute;
            display: block;
            background: url(../images/screens-pc.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 105%;
            height: 100%;
            z-index: 10;
            left: 50%;
            top: 18.1rem;
            top: 18.1rem;
            transform: translateX(-50%);
            pointer-events: none;
            @media (max-width: 700px) {
                width: 100%;
                top: 12.4rem;
            }
        }
        .swiper {
            width: 62rem;
            margin-top: 5rem;
            @media (max-width: 700px) {
                width: 80%;
                margin-top: 3.5rem;
            }
        }
        .my-swiper-button-prev,
        .my-swiper-button-next {
            position: absolute;
            top: 36rem;
            z-index: 20;
            width: 3rem;
            cursor: pointer;
            @media (max-width: 700px) {
                top: 19rem;
                width: 2rem;
            }
            &:hover {
                opacity: .8;
            }
        }
        .my-swiper-button-prev {
            left: 0;
        }
        .my-swiper-button-next {
            right: 0;
        }
        .swiper-pagination {
            bottom: 19rem;
            @media (max-width: 700px) {
                bottom: 28rem
            }
        }
        .swiper-pagination-bullet {
            margin: 0 1.5rem;
            width: 1rem;
            height: 1rem;
            @media (max-width: 700px) {
                width: 1rem;
                height: 1rem;
                margin: 0 1.2rem;
            }
        }
        .swiper-pagination-bullet-active {
            background: var(--primary-color);
        }
        p {
            color: #585657;
            font-size: 1.5rem;
            line-height: 3rem;
            margin-top: 15rem;
            @media (max-width: 700px) {
                margin: 9rem 0 7rem;
                font-size: 1.4rem;
                line-height: 3rem;
            }
        }
    }
    .form {
        width: 35%;
        transform: translateY(-6rem);
    }
}

#features {
    .standard,
    .option {
        background-color: #3CB4A5;
        background-image: url(../images/features-bg-standard.svg);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 120rem;
        position: relative;
        @media (max-width: 700px) {
            &::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #009D89;
                z-index: 0;
                top: 45rem;
            }
            background-position: -19rem 16rem;
            background-size: 65rem;
        }
    }
    @media (max-width: 700px) {
        .option {
            &::before {
                background-color: #006EB4;
            }
        }
    }
    h2 {
        color: #fff;
        font-size: 3.5rem;
        margin-bottom: 5rem;
        @media (max-width: 700px) {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 3rem;
        }
    }
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        padding: 10rem 5rem;
        @media (max-width: 700px) {
            padding: 6rem 1.5rem;
        }
    }
    ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        list-style: none;
        gap: 2rem;
        @media (max-width: 700px) {
            grid-template-columns: repeat(3, 1fr);
            gap: .5rem 1rem;
        }
        li {
            background-image: url(../images/features-card-standard.svg);
            filter: drop-shadow(2rem 2rem .5rem rgba(0, 0, 0, .15));
            transform: translateZ(0);
            text-align: center;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: top center;
            height: 11.5rem;
            @media (max-width: 700px) {
                background-image: url(../images/features-card-standard-sp.svg);
                filter: drop-shadow(0.7rem 0.7rem 0.25rem rgba(0, 0, 0, .15));
            }
            .number {
                font-family: var(--font-din);
                font-size: 1.8rem;
                color: #3CB4A5;
                margin-top: .4rem;
                @media (max-width: 700px) {
                    margin-top: .1rem;
                    font-size: 1.3rem;
                }
            }
            p {
                color: #0C3371;
                font-size: 2.1rem;
                font-weight: var(--font-noto-bold);
                display: flex;
                align-items: center;
                justify-content: center;
                height: 5.5rem;
                margin-top: 1.4rem;
                @media (max-width: 700px) {
                    font-size: 1.5rem;
                }
            }
        }
    }
    small {
        text-align: right;
        display: block;
        font-size: 1.2rem;
        color: #fff;
        margin-top: 2rem;
        @media (max-width: 700px) {
            font-size: 1rem;
            margin-top: .5rem;
        }
    }
    .option {
        background-color: #0082C8;
        background-image: url(../images/features-bg-option.svg);
        background-position: right bottom;
        background-size: 138rem;
        @media (max-width: 700px) {
            background-position: -19rem 16rem;
            background-size: 65rem;
        }
        li {
            .number {
                color: #0C3371;
            }
        }
    }
    .option-features {
        @media (max-width: 700px) {
            z-index: 5;
            position: relative;
        }
        li {
            background-image: url(../images/features-card-option-features.svg);
            @media (max-width: 700px) {
                background-image: url(../images/features-card-option-features-sp.svg);
            }
        }
    }
    .option-services {
        margin-top: 6rem;
        @media (max-width: 700px) {
            z-index: 5;
            position: relative;
        }
        li {
            background-image: url(../images/features-card-option-services.svg);
            @media (max-width: 700px) {
                background-image: url(../images/features-card-option-services-sp.svg);
            }
        }
    }
}

#voice {
    background-color: #F5F4F4;
    position: relative;
    background-image: url(../images/voice-bg.svg);
    background-size: 67rem auto;
    background-repeat: no-repeat;
    background-position: right 17rem;
    @media (max-width: 700px) {
        background-size: 27rem auto;
        background-position: right 2.5rem;
    }
    &::before {
        content: "";
        background-color: #00B9A2;
        height: calc(17rem / 2);
        width: 17rem;
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        position: absolute;
        left: 50%;
        bottom: -.1rem;
        transform: translateX(-50%);
        @media (max-width: 700px) {
            display: none;
        }
    }
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        padding: 20rem 5rem;
        @media (max-width: 700px) {
            padding: 8rem 1.5rem;
        }
    }
    h2 {
        color: #585657;
        font-size: 3.5rem;
        margin-bottom: 10rem;
        @media (max-width: 700px) {
            font-size: 2.1rem;
            text-align: center;
            line-height: 3.5rem;
            margin-bottom: 5rem;
        }
    }
    ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        list-style: none;
        gap: 9rem 7rem;
        padding: 0 5rem;
        @media (max-width: 700px) {
            grid-template-columns: 1fr;
            padding: 0;
            gap: 4.5rem;
            position: relative;
        }
        li {
            display: flex;
            background-color: #fff;
            padding: 0 2.5em;
            box-sizing: border-box;
            justify-content: space-between;
            border-radius: 3rem;
            height: 16.5rem;
            box-shadow: 2rem 3rem 0.5rem rgba(0, 0, 0, .125);
            @media (max-width: 700px) {
                padding: 0 2rem;
                box-shadow: 1rem 1.5rem 0.5rem rgba(0, 0, 0, .125);
                height: auto;
                border-radius: 1.5rem;
                height: 13.5rem;
            }
            .image {
                width: 28%;
                margin-right: 3rem;
                @media (max-width: 700px) {
                    margin-right: 1.5rem;
                    z-index: 5;
                }
                img {
                    width: 100%;
                    transform: translateY(-3rem);
                    @media (max-width: 700px) {
                        transform: translateY(.5rem);
                    }
                }
            }
            .discription {
                flex: 1;
                display: flex;
                position: relative;
                margin-top: 2.75rem;
                @media (max-width: 700px) {
                    margin-top: 0;
                    align-items: center;
                }
                display: flex;
                position: relative;
                margin-top: 2.75rem;
                @media (max-width: 700px) {
                    margin-top: 0;
                    align-items: center;
                }
                .number {
                    background-color: #70AD47;
                    color: #fff;
                    font-family: var(--font-din);
                    font-size: 1.8rem;
                    display: inline-block;
                    padding: .6rem 1.7rem;
                    border-radius: 10rem;
                    transform: translateY(-50%);
                    position: absolute;
                    top: -2.5rem;
                    position: absolute;
                    top: -2.5rem;
                    @media (max-width: 700px) {
                        font-size: 1.3rem;
                        padding: 0.4rem 1.5rem;
                        position: absolute;
                        left: -9.7rem;
                        top: 0;
                        left: -9.7rem;
                        top: 0;
                    }
                }
                p {
                    line-height: 3rem;
                    color: #585657;
                    font-family: var(--font-noto-medium);
                    @media (max-width: 700px) {
                        font-size: 1.3rem;
                        line-height: 2.3rem;
                    }
                    span {
                        background-color: #FFEC00;
                    }
                }
            }
        }
    }
}

#flow {
    background-color: #00B9A2;
    overflow: hidden;
    background-image: url(../images/flow-bg.svg);
    background-size: 67rem auto;
    background-repeat: no-repeat;
    background-position: right 10rem;
    @media (max-width: 700px) {
        background-size: 24rem auto;
        background-position: 0 5rem;
    }
    .container {
        max-width: var(--outer-width);
        margin: 0 auto;
        padding: 20rem 0;
        @media (max-width: 700px) {
            padding: 7rem 1.5rem;
        }
    }
    h2 {
        color: #fff;
        font-size: 3.5rem;
        margin-bottom: 8.5rem;
        font-family: var(--font-noto-bold);
        @media (max-width: 700px) {
            font-size: 2.3rem;
            text-align: center;
            margin: 0 0 4rem;
        }
    }
    ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 9rem 6rem;
        position: relative;
        @media (max-width: 700px) {
            grid-template-columns: repeat(1, 1fr);
            gap: 3.5rem;
        }
        &::before,
        &::after {
            content: "";
            position: absolute;
            height: .8rem;
            width: 150%;
            background: #fff;
        }
        &::before {
            top: 13rem;
            left: 0;
            @media (max-width: 700px) {
                width: .2rem;
                height: 100%;
                top: 0;
                left: 3rem;
            }
        }
        &::after {
            top: 47.5rem;
            right: 0;
            @media (max-width: 700px) {
                display: none;
            }
        } 
        li {
            background-color: #fff;
            text-align: center;
            border-radius: 5.5rem;
            padding-bottom: 4rem;
            z-index: 10;
            position: relative;
            @media (max-width: 700px) {
                display: flex;
                padding: 1rem 2rem;
                align-items: center;
                border-radius: 2rem;
                gap: 1.5rem;
            }
            .number {
                border-radius: 10rem;
                background-color: #0C3371;
                font-family: var(--font-din);
                font-size: 2.2rem;
                font-weight: var(--font-din-demi);
                color: #fff;
                width: 4.5rem;
                height: 4.5rem;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transform: translateY(-50%);
                @media (max-width: 700px) {
                    position: absolute;
                    left: 1.5rem;
                    top: 0;
                    width: 2.8rem;
                    height: 2.8rem;
                    font-size: 1.3rem;

                }
            }
            .image {
                width: 52.5%;
                margin: 0 auto;
                flex-shrink: 0;
                @media (max-width: 700px) {
                    width: 7rem;
                    margin: 0;
                }
                img {
                    width: 100%;
                }
            }
            p {
                margin-top: 1.5rem;
                color: #585657;
                font-weight: var(--font-noto-medium);
                @media (max-width: 700px) {
                    margin: 0;
                    text-align: left;
                    font-size: 1.3rem;
                }
            }
            &:nth-child(2) {
                .image {
                    margin-top: .5rem;
                    @media (max-width: 700px) {
                        margin: 0;
                    }
                }
                p {
                    margin-top: 2.5rem;
                    @media (max-width: 700px) {
                        margin: 0;
                    }
                }
            }
        }
    }
}

#faq {
    .container {
        max-width: var(--inner-width);
        margin: 0 auto;
        padding: 17rem 5rem;
        @media (max-width: 700px) {
            padding: 9rem 1.5rem 10rem;
        }
    }
    h2 {
        color: #585657;
        font-size: 3.6rem;
        text-align: center;
        margin-bottom: 4.7rem;
        @media (max-width: 700px) {
            font-size: 2.2rem;
            margin-bottom: 5rem;
        }
    }
    ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        @media (max-width: 700px) {
            gap: 3rem;
        }
        li {
            background-color: #F6FAF4;
            border-radius: 2rem;
            padding: 1rem 3rem;
            box-shadow: 2rem 2rem 1rem rgba(0, 0, 0, .125);
            @media (max-width: 700px) {
                padding: 1rem 1.5rem;
                border-radius: 1.5rem;
            }
            &:nth-child(n + 6) {
                display: none;
            }
            .question {
                position: relative;
                &::before {
                    content: "";
                    position: absolute;
                    background-image: url(../images/faq-dot.svg);
                    width: 100%;
                    height: .1rem;
                    bottom: 0;
                }
                p {
                    background-image: url(../images/faq-icon-q.svg);
                    @media (max-width: 700px) {
                        background-size: 2.5rem;
                        background-position: 0 1.6rem;
                    }
                }
            }
            .answer {
                p {
                    background-image: url(../images/faq-icon-a.svg);
                    @media (max-width: 700px) {
                        background-size: 2.5rem;
                        background-position: 0 1.6rem;
                    }
                }
            }
            p {
                font-size: 1.7rem;
                color: #585657;
                font-weight: var(--font-noto-medium);
                position: relative;
                background-repeat: no-repeat;
                background-position: left 2.2rem;
                background-size: 3rem auto;
                padding: 2rem 0 2rem 4.5rem;
                line-height: 3.75rem;
                @media (max-width: 700px) {
                    font-size: 1.4rem;
                    line-height: 3rem;
                    padding: 1.5rem 0 1.5rem 3.4rem;
                }
            }
        }
    }
    button {
        display: block;
        margin: 6rem 0 0 auto;
        border: none;
        background-color: var(--primary-color);
        color: #fff;
        font-weight: var(--font-noto-regular);
        font-size: 1.7rem;
        border-radius: 10rem;
        padding: 1rem 4rem;
        cursor: pointer;
        @media (max-width: 700px) {
            margin: 5rem auto 0;
            font-size: 1.4rem;
            padding: 1rem 4rem;
        }
        &:hover {
            background-color: #db6300;
        }
    }
}

#contact {
    background-color: #6CC431;
    padding: 16rem 0;
    background-image: url(../images/contact-bg.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 99% auto;
    @media (max-width: 700px) {
        padding: 8rem 1.5rem 15rem;
        background-size: 190% auto;
        background-position: -20rem 19rem;
        position: relative;
        overflow: hidden;
        &::before {
            content: "";
            position: absolute;
            width: calc(100% + 3rem);
            height: 100%;
            background-color: #60B528;
            z-index: 0;
            top: 45rem;
            left: -1.5rem;
        }
    }
    .form {
        width: 90rem;
        margin: 0 auto;
        height: 97rem;
        @media (max-width: 700px) {
            width: 100%;
            height: 78rem;
            border-radius: 6rem;
            z-index: 5;
            position: relative;
            box-shadow: 2rem 2rem 1rem rgba(0, 0, 0, .15);
        }
        h3 {
            font-size: 2rem;
            padding: 2rem 0;
            @media (max-width: 700px) {
                font-size: 1.6rem;
                padding: 1.8rem 0;
            }
        }
        iframe {
            height: 100%;
        }
    }
}

footer {
    .container {
        max-width: var(--inner-width);
        margin: 0 auto;
        padding: 2.7rem 5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        @media (max-width: 700px) {
            flex-direction: column-reverse;
            padding: 2rem 1.5rem;
        }
    }
    .copyright {
        font-size: 1.2rem;
        color: #585657;
        @media (max-width: 700px) {
            font-size: .8rem;
            margin-top: 1rem;
        }
    }
    ul {
        list-style: none;
        display: flex;
        li {
            border-right: 1px solid #585657;
            display: flex;
            align-items: center;
            padding: 0 2.4rem 0;
            @media (max-width: 700px) {
                padding: 0 1rem 0;
            }
            a {
                font-size: 1.4rem;
                color: #585657;
                text-decoration: none;
                font-weight: var(--font-noto-medium);
                @media (max-width: 700px) {
                    font-size: .7rem;
                }
            }
            &:first-child {
                @media (max-width: 700px) {
                    padding-left: 0;
                }
            }
            &:last-child {
                border-right: none;
                padding-right: 0;
            }
        }
    }
}

#nav-contact {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    z-index: 200;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .75);
    overflow-y: auto;
    display: none;
    .nav-button-contact-close {
        width: var(--header-height);
        aspect-ratio: 1 / 1;
        border: 0;
        right: var(--header-height);
        position: fixed;
        top: 0;
        background: #ED6B01;
    }
    .wrapper {
        width: calc(100% - 3rem);
        top: calc(var(--header-height) * 1.5);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 5rem;
        .form {
            width: 100%;
            overflow: hidden;
        }
        iframe {
            height: 67.5rem;
        }
    }
}

#nav-menu {
    position: fixed;
    width: 100vw;
    height: 100dvh;
    z-index: 200;
    top: 0;
    left: 0;
    display: none;
    nav {
        display: flex;
        height: var(--header-height);
        position: fixed;
        right: 0;
        z-index: 1000;
        button {
            aspect-ratio: 1 / 1;
            border: none;
            &.nav-button-contact {
                background-color: #ED6B01;
            }
            &.nav-button-menu {
                background-color: #042E72;
            }
        }
    }
    ul {
        position: fixed;
        width: 20rem;
        right: 0;
        top: 0;
        height: 100dvh;
        padding: 11rem 2.5rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 4rem;
        &::after {
            content: "";
            width: 20rem;
            height: 100%;
            position: absolute;
            background-color: rgba(0, 15, 60, 0.9);
            position: fixed;
            top: 0;
            right: 0;;
        }
        li {
            list-style: none;
            z-index: 10;
            position: relative;
            background-image: url(../images/header-menu-arrow.svg);
            background-repeat: no-repeat;
            background-position: center right;
            background-size: 1rem;
            line-height: 1;
            a {
                color: #fff;
                text-decoration: none;
                font-size: 1.9rem;
            }
        }
    }
}