html {
    color: #1f1f1f;
}
body {
    font-family: "Noto Sans JP", sans-serif;
}

#maincontainer {
    @media (max-width: 768px) {
        padding-bottom: 0;
    }
}

.is-sp {
    @media (min-width: 769px) {
        display: none;
    }
}

.l-section {
    padding: 80px 20px;
    @media (max-width: 768px) {
        padding: calc((40 / 375) * 100vw) 0;
        .l-cta__btnBox {
            max-width: none;
        }
    }
    @media (min-width: 769px) {
        .l-cta__btnBox {
            margin-top: 64px;
        }
        .c-docBtn {
            max-width: 540px;
            padding: 1.2em;
        }
        .c-docBtn__detail {
            padding-left: 100px;
        }
        .c-docBtn__text {
            font-size: 1.6rem;
            line-height: 1;
            font-weight: bold;
        }
        .c-docBtn__title {
            font-size: 3.2rem;
        }
        .c-docBtn__img {
            width: 150px;
        }
    }
}
.c-inner {
    max-width: 1040px;
    @media (max-width: 768px) {
        padding-inline: calc((16 / 375) * 100vw);
    }
}

.c-docBtn__img {
    @media (max-width: 768px) {
        width: calc((92 / 375) * 100vw);
        height: auto;
    }
}
.c-docBtn__text {
    @media (max-width: 768px) {
        font-size: calc((13 / 375) * 100vw);
        margin-bottom: .5em;
    }
}
.c-docBtn__title {
    @media (max-width: 768px) {
        font-size: calc((18 / 375) * 100vw);
    }
}


.c-title-lp {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 1.2em;
    &.-white {
        color: #fff;
    }
    @media (max-width: 768px) {
        font-size: calc((28 / 375) * 100vw);
        line-height: 1.4;
        margin-bottom: 1em;
        img {
            width: calc((265 / 375) * 100vw);
            height: auto;
        }
    }
    @media (min-width: 769px) {
        &.-flex {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
}
.c-title-lp_m {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    margin-bottom: 1.2em;
    @media (max-width: 768px) {
        font-size: calc((24 / 375) * 100vw);
    }
}

.c-text-lead {
    text-align: center;
    font-size: 16px;
    letter-spacing: .02em;
    &.-white {
        color: #fff;
    }
    @media (max-width: 768px) {
        font-size: calc((16 / 375) * 100vw);
        text-align: left;
        line-height: 1.75;
    }
}

.l-topAbout__banner {
    margin-top: 80px;
    padding: 60px 0;
    .l-topAbout__bannerItem {
        top: 0;
        @media (max-width: 768px) {
            padding: calc((20 / 375) * 100vw) calc((12 / 375) * 100vw);
        }    
    }
    @media (max-width: 768px) {
        margin-top: calc((40 / 375) * 100vw);
        padding: calc((40 / 375) * 100vw) 0;
        .c-inner {
            padding-inline: calc((12 / 375) * 100vw);
        }
    }
}
.l-topFeature {
    padding-bottom: 0;
    /* .l-cta__btnBox {
        margin: -40px auto 0!important;
    } */
    .c-docBtn {
        margin: 0 auto;
    }
    @media (max-width: 768px) {
        .l-cta__btnBox {
            margin-inline: calc((12 / 375) * 100vw);
        }
    }
}

header {
    position: absolute;
    box-sizing: border-box;
    padding: 0 20px;
    .c-inner {
        max-width: 1040px;
        padding: 16px 0;
    }

    img {
        width: 240px;
        height: auto;
        @media (max-width: 768px) {
            width: calc((170 / 375) * 100vw);
            height: auto;
        }
    }
}

/* hero */
.l-hero {
    background: linear-gradient(285.32deg, #89D7FF 0%, #F4FFDE 100%);
    overflow: hidden;
}
.l-hero__inner {
    padding: 24px 0;
    display: grid;
    grid-template-columns: auto 443px;
    gap: 40px;
    align-items: center;
    @media (max-width: 768px) {
        padding-bottom: 0;
        grid-template-columns: 1fr;
        gap: 0;
        .l-keyVisual__btnBox {
            display: none;
        }
    }
}
.l-hero__content {
    padding-top: 75px;
    text-align: center;
    position: relative;
    z-index: 1;
    @media (max-width: 768px) {
        padding-top: calc((60 / 375) * 100vw);
    }
    .l-keyVisual__h1 {
        margin: 0 auto;
        position: relative;
        z-index: 1;
        @media (max-width: 768px) {
            left: 0;
        }
    }
    > div {
        position: relative;
        z-index: 1;
        @media (max-width: 768px) {
            img {
                width: calc((300 / 375) * 100vw);
                height: auto;
            }
        }
    }
    .l-keyVisual__lead {
        margin: 32px auto 40px;
        position: relative;
        z-index: 1;
        @media (max-width: 768px) {
            img {
                width: calc((254 / 375) * 100vw);
                height: auto;
            }
        }
    }
    .l-keyVisual__btnBox {
        margin: 40px auto 0;
        position: relative;
        z-index: 1;
    }
    .c-hero__bg {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        left: 0;
        .c-bg-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            translate: -50% -50%;
            width: 420px;
            aspect-ratio: 1/1;
            border-radius: 50%;
            opacity: .4;
            background: #fff;
            opacity: .1;
            &:nth-child(2) {
                width: 540px;
            }
            &:nth-child(3) {
                width: 660px;
            }
            &:nth-child(4) {
                width: 780px;
            }            
        }
    }
}
.l-hero__form {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.08);
    padding: 16px 24px 24px;
    position: relative;
    z-index: 2;
    @media (max-width: 768px) {
        box-shadow: none;
        background: #f1f5f8;
        border-radius: 0;
        padding: calc((12 / 375) * 100vw);
        .l-hero__form__inner {
            background: #fff;
            padding: calc((16 / 375) * 100vw) calc((20 / 375) * 100vw);
            border-radius: .5em;
            box-shadow: 0px 2px 10px 0px rgba(0,0,0,.08);        
        }
    }
}
.l-hero__form__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    @media (max-width: 768px) {
        gap:0;
        margin-bottom: .8em;;
    }
    img {
        height: 68px;
        width: 93px;
        margin: 0;
        @media (max-width: 768px) {
            width: calc((80 / 375) * 100vw);
            height: auto;
        }
    }
    .c-text {
        color: #0098E4;
        font-weight: 700;
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
        }
    }
    h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0;
        @media (max-width: 768px) {
            font-size: calc((18 / 375) * 100vw);
        }
    }
}


.l-topCando {
    background: #f1f5f8;
}

.c-figure-cando {
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(95.7deg, #E8FFE2 0%, #B1E5FF 100%);
    overflow: hidden;
    filter: drop-shadow(0px 2px 10px rgba(0,0,0,.08));
    position: relative;
    padding: 40px 0;
    @media (max-width: 768px) {
        padding: calc((16 / 375) * 100vw) 0;
        border-radius: .64em;
    }
    img {
        width: 800px;
        height: auto;
        position: relative;
        z-index: 2;
        display: block;
    }
    *+& {
        margin-top: 2em;
    }
    .c-circle {
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #fff;
    }
    .c-cando__bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        .c-bg-circle {
            position: absolute;
            width: 400px;
            aspect-ratio: 1/1;
            border-radius: 50%;
            opacity: .4;
            position: absolute;
            left: 50%;
            top: 50%;
            background: #fff;
            translate: -50% -50%;
            &:nth-child(2) {
                width: 520px;
                opacity: .3;
            }
            &:nth-child(3) {
                width: 640px;
                opacity: .2;
            }
            &:nth-child(4) {
                width: 760px;
                opacity: .15;
            }
            &:nth-child(5) {
                width: 880px;
                opacity: .1;
            }
        }
    }
}

.l-topProblem {
    background: #3E495B;
    padding-bottom: 0;
}    
.p-list-problem {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
}
.p-list-problem__item {
    .c-text {
        font-size: 14px;
        line-height: 1.6;
        background: #fff;
        padding: 12px;
        border-radius: 12px;
        position: relative;
        z-index: 1;
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
            line-height: 1.6;
            padding: calc((12 / 375) * 100vw);
        }
    }
    .c-img {
        position: relative;
        z-index: 2;
        text-align: right;
        margin-top: -16px;
        img {
            @media (max-width: 768px) {
                width: calc((100 / 375) * 100vw);
                height: auto;
            }
        }
    }
    @media (max-width: 768px) {
        &:nth-of-type(2) {
            .c-img {
                text-align: left;
            }
        }
    }
}
.l-topSolution {
    position: relative;
    &::before {
        content: '';
        display: block;
        width: 140px;
        height: 40px;
        background: #3E495B;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        position: absolute;
        left: 50%;
        translate: -50% 0;
        top: -1px;
        @media (max-width: 768px) {
            width: calc((140 / 375) * 100vw);
            height: calc((40 / 375) * 100vw);
        }
    }
    @media (max-width: 768px) {
        padding-top: calc((60 / 375) * 100vw);
    }
}
.l-topSolution__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 12px;
    overflow: hidden;
    filter: drop-shadow(0px 2px 10px rgba(0,0,0,.08));
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
    }
    figure {
        order: 3;
        padding: 24px;
        background: #0098E4;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
        img {
            transition: .3s opacity;
        }
        @media (max-width: 768px) {
            padding: calc((24 / 375) * 100vw) calc((16 / 375) * 100vw);
        }
        @media (hover: hover) {
            &:hover {
                img {
                    opacity: .8;
                }
            }
        }
        .icon-zoom {
            background: #3E495B url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%2C.cls-2%7Bfill%3Anone%3B%7D.cls-2%7Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ezoom_in_24%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22Rect_%E6%9C%80%E5%BE%8C%E9%80%8F%E6%98%8E%E3%81%AB_%22%20data-name%3D%22Rect%EF%BC%88%E6%9C%80%E5%BE%8C%E9%80%8F%E6%98%8E%E3%81%AB%EF%BC%89%22%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2248%22%20height%3D%2248%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22icon%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M25.66%2C35.52A14.24%2C14.24%2C0%2C0%2C1%2C22%2C36a14%2C14%2C0%2C1%2C1%2C9.9-4.1%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2240%22%20y1%3D%2240%22%20x2%3D%2231.9%22%20y2%3D%2231.9%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2217%22%20y1%3D%2222%22%20x2%3D%2227%22%20y2%3D%2222%22%2F%3E%3Cline%20class%3D%22cls-2%22%20x1%3D%2222%22%20y1%3D%2217%22%20x2%3D%2222%22%20y2%3D%2227%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
            background-size: 24px auto;
            width: 40px;
            aspect-ratio: 1/1;
            position: absolute;
            right: 10px;
            bottom: 10px;
            border-radius: 50%;
        }
    }
    > div {
        background: #F1F5F8;
        display: flex;
        justify-content: center;
        align-items: center;
        p {
            font-size: 14px;
            @media (max-width: 768px) {
                font-size: calc((14 / 375) * 100vw);
            }            
        }
        @media (min-width: 769px) {
            border-left: 6px solid #0098E4;
            padding: 40px;
        }
        @media (max-width: 768px) {
            border-top: 6px solid #0098E4;
            padding: calc((40 / 375) * 100vw) calc((16 / 375) * 100vw);
        }
    
    }
    *+& {
        margin-top: 40px;
    }
    &:nth-child(even) {
        figure {
            background: #29D07E;
        }
        > div {
            border-color: #29D07E;
        }
        .l-topSolution__item__title span {
            color: #29D07E;
        }
    }
}
.c-docBtn.--border {
    border: 1px solid #0098E4;
    margin: 0 auto;
}

.l-topSolution__item__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
    @media (max-width: 768px) {
        font-size: calc((24 / 375) * 100vw);
    }    
    span {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        color: #0098E4;
        display: block;
        margin-bottom: 1em;
        font-family: "Josefin Sans", sans-serif;
        font-optical-sizing: auto;
        @media (max-width: 768px) {
            font-size: calc((16 / 375) * 100vw);
        }
    }
}

.l-topFeature {
    background: linear-gradient(123.1deg, #F3FFDC 0%, #B4E6FF 96.61%);
}
.l-topFunction__cardList {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: calc((16 / 375) * 100vw);
    }
    .l-topFunction__cardItem {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        gap: 16px;
        margin: 64px 0 10px;
        @media (max-width: 768px) {
            margin-top: calc((64 / 375) * 100vw);
            gap: calc((16 / 375) * 100vw);
        }    
    }
}
.l-topFunction__cardItem {
    background: #fff;
    border-radius: 12px;
    padding: 24px 12px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.08);
    @media (max-width: 768px) {
        padding: calc((24 / 375) * 100vw) calc((16 / 375) * 100vw);
    }
    h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        @media (max-width: 768px) {
            font-size: calc((24 / 375) * 100vw);
        }
    }
    .l-topFunction__cardItem__img {
            display: block;
            margin: -80px auto 0;
            @media (max-width: 768px) {
                width: calc((120 / 375) * 100vw);
                height: auto;
                margin-top: calc((-80 / 375) * 100vw);
            }
    }
}
.c-list-check {
    li {
        font-size: 14px;
        line-height: 1.5;
        display: flex;
        gap: 8px;
        align-items: start;
        &::before {
            content: '';
            width: 15px;
            aspect-ratio: 1/1;
            background: url(/lp/lp004/assets/img/icon_check.svg) 50% 50% no-repeat;
            background-size: cover;
            margin-top: 2px;
        }
        span {
            flex: 1;
        }
        *+& {
            margin-top: 8px;
            @media (max-width: 768px) {
                margin-top: .5em;
            }
        }
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
            &::before {
                width: calc((15 / 375) * 100vw);
                margin-top: 4px;
            }
        }
    }
}

/* お客様の声 */
.l-topVoice {
    background: #EBF7FD;
}
.l-topVoice__cardList {
    margin: 0 auto;
    max-width: 1040px;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: calc((24 / 375) * 100vw);
    }
}
.l-topVoice__cardItem {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,.08);
    border-radius: 8px;
    figure {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
        aspect-ratio: 330 / 186;
        img {
            width: 100%;
            height: 100%;
            object-position: 50% 50%;
            object-fit: cover;
        }
    }
    > div {
        padding: 24px 16px;
        h3 {
            font-size: 16px;
            line-height: 1;
            font-weight: 700;
            color: #0098E4;
        }
        .c-copy-voice {
            font-size: 18px;
            font-weight: 700;
            margin-top: 8px;
            @media (max-width: 768px) {
                font-size: calc((17 / 375) * 100vw);
                margin-top: .4em;
            }
        }
        p:not(.c-copy-voice) {
            margin-top: 16px;
            font-size: 14px;
            line-height: 1.6;
            @media (max-width: 768px) {
                font-size: calc((14 / 375) * 100vw);
                margin-top: .8em;
            }
        }
    }
}
.p-topVoice__cardItem-w {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    padding: 24px;
    gap: 24px;
    background: #fff;
    max-width: 1040px;
    border-radius: 8px;
    margin: 0 auto 24px;
    box-sizing: border-box;
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        padding: 0;
        gap: calc((16 / 375) * 100vw);
    }
    figure {
        border-radius: 8px;
        overflow: hidden;
        aspect-ratio: 483 / 301;
        img {
            width: 100%;
            height: 100%;
            object-position: 50% 50%;
            object-fit: cover;
        }
        @media (min-width: 769px) {
            order: 2;
        }
        @media (max-width: 768px) {
            border-radius: 8px 8px 0 0;
        }        
    }
    > div {
        @media (max-width: 768px) {
            padding: calc((24 / 375) * 100vw) calc((16 / 375) * 100vw);
        }        
        h3 {
            font-size: 18px;
            line-height: 1;
            font-weight: 700;
            color: #0098E4;
            @media (max-width: 768px) {
                font-size: calc((16 / 375) * 100vw);
            }        
        }
        .c-copy-voice {
            font-size: 24px;
            font-weight: 700;
            margin-top: 12px;
            @media (max-width: 768px) {
                font-size: calc((17 / 375) * 100vw);
                margin-top: .4em;
            }        
        }
    }
}
.c-list-assignment {
    margin-top: 16px;
    dt {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 4px;
        @media (max-width: 768px) {
            font-size: calc((16 / 375) * 100vw);
        }        
    }
    li {
        display: flex;
        font-size: 14px;
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
        }        
        &::before {
            content: "・";
        }
        span {
            flex: 1;
        }
    }
}
.c-list-results {
    margin-top: 16px;
    background: #EBF7FD;
    padding: 16px;
    border-radius: 6px;
    dt {
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 10px;
        @media (max-width: 768px) {
            font-size: calc((16 / 375) * 100vw);
        }        
    }
    li {
        display: flex;
        font-size: 14px;
        line-height: 1.4;
        gap: 8px;
        align-items: start;
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
        }        
        &::before {
            content: "";
            width: 15px;
            aspect-ratio: 1/1;
            background: url("/lp/lp004/assets/img/icon_check.svg") 50% 50% no-repeat;
            background-size: contain;
            margin: 1px 0 0 3px;
        }
        span {
            flex: 1;
        }
    }
}

/* 導入後のサポート */
.l-topSupport {
    background: #3E495B;
    .c-docBtn {
        margin: 0 auto;
    }
}
.l-topSupport__cardList {
    display: grid;
    gap: 16px;
    max-width: 1040px;
    margin: 0 auto;
    grid-template-columns: repeat(3, 1fr);
    @media (max-width: 768px) {
        grid-template-columns: 1fr;
        gap: calc((50 / 375) * 100vw);
    }
    .l-topSupport__cardItem {
        background: #fff;
        padding: 24px 12px;
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        border-radius: 12px;
        gap: 16px
    }
    img {
        display: block;
        margin: -80px auto 0;
        @media (max-width: 768px) {
            width: calc((120 / 375) * 100vw);
            height: auto;
            margin-top: calc((-60 / 375) * 100vw);
        }
    }
    h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        @media (max-width: 768px) {
            font-size: calc((24 / 375) * 100vw);
        }
    }
    p {
        font-size: 14px;
        line-height: 1.6;
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
        }
    }
    *+& {
        margin-top: 100px;
        @media (max-width: 768px) {
            margin-top: calc((60 / 375) * 100vw);
        }
    }
}

/* FAQ */
.l-topFaq {
    background: #f1f5f8;    
}
.p-list-faq {
    max-width: 1040px;
    margin: 0 auto;
    div {
        background: #fff;
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,.08);
        padding: 16px 24px;
        border-radius: 8px;
        *+& {
            margin-top: 16px;
        }
        @media (max-width: 768px) {
            padding: calc((12 / 375) * 100vw);
        }
    }
    dt {
        display: flex;
        font-size: 16px;
        font-weight: 700;
        gap: 12px;
        align-items: center;
        cursor: pointer;
        user-select: none;
        transition: .3s color;
        @media (max-width: 768px) {
            font-size: calc((16 / 375) * 100vw);
            line-height: 1.5;

        }
        &::before {
            content: '';
            display: block;
            width: 20px;
            aspect-ratio: 1/1;
            background: url(/lp/lp004/assets/img/icon_q.svg) 50% 50% no-repeat;
            background-size: contain;
            @media (max-width: 768px) {
                width: calc((20 / 375) * 100vw);
            }
        }
        &::after {
            content: '';
            display: block;
            width: 24px;
            aspect-ratio: 1/1;
            background: url(/lp/lp004/assets/img/icon_toggle_arrow.svg) 50% 50% no-repeat;
            background-size: contain;
            transition: .3s rotate;
            rotate: -180deg;
            @media (max-width: 768px) {
                width: calc((24 / 375) * 100vw);
            }
        }
        span {
            flex: 1;
        }
        @media (hover: hover) {
            &:hover {
                color: #0098E4;
            }
        }
        &.is-open {
            &::after {
                rotate: 0deg;
            }
        }
    }
    dd {
        display: flex;
        font-size: 16px;
        gap: 12px;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        transition: .3s max-height, .3s padding-top;
        @media (max-width: 768px) {
            font-size: calc((14 / 375) * 100vw);
            line-height: 1.5;
        }

        &::before {
            content: '';
            display: block;
            width: 20px;
            aspect-ratio: 1/1;
            background: url(/lp/lp004/assets/img/icon_a.svg) 50% 50% no-repeat;
            background-size: contain;
            @media (max-width: 768px) {
                width: calc((18 / 375) * 100vw);
            }
        }
        span {
            flex: 1;
        }
        .is-open + & {
            max-height: none;
            padding-top: 16px;
        }
    }
}

/* form */
.l-topForm {
    background: linear-gradient(125.22deg, #29D07E 0%, #1AA2E7 100%);
}
.c-blockForm {
    max-width: 1040px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 80px;
    border-radius: 16px;
    @media (max-width: 768px) {
        padding: calc((24 / 375) * 100vw) calc((16 / 375) * 100vw);
        border-radius: .64em;
    }
}

.l-footer {
    padding: 60px 0;
    @media (max-width: 768px) {
        padding: calc((40 / 375) * 100vw) 0;
    }
}
.l-footer__logo {
    width: auto;
}
.l-footer__logoItem {
    width: 180px;
    height: auto;
}
.c-grid-link {
    display: flex;
    gap: 1.2em;
    margin-top: .8em;
    font-size: 12px;
    a {
        color: #fff;;
    }
}



/* form */
.hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field select, .hs-form-field textarea {
    border-radius: 5px;
}
#hs-form-iframe-0 .hs-form-required {
    display: flex;
    background: #FF4D58;
    font-size: 0;
    &::before {
        content: '必須';
        display: block;
        font-size: 10px;
        background: #fff;
        border-radius: 50%;
    }
}

html form {
    line-height: initial!important;
}
form {
    > div {
        margin-top: 16px;
    }
    .input {
        input[type="text"], input[type="email"], input[type="phone"], input[type="number"], input[type="tel"], input[type="date"], input[type="select"], input[type="textarea"] {
            width: 100%;
            padding: .4em .64em;
            font-size: 14px;
        }
    }
    textarea {
        width: 100%;
        padding: .4em .64em;
        font-size: 14px;
    }
    .actions {
        position: relative;
        max-width: 280px;
        margin: 0 auto;
        &::after {
            content: '';
            display: block;
            width: 24px;
            aspect-ratio: 1/1;
            background-size: cover;
            position: absolute;
            background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-CircleChevronRightFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%201%2012%201zM9.793%208.707a1%201%200%200%201%201.414-1.414l4%204a1%201%200%200%201%200%201.414l-4%204a1%201%200%200%201-1.414-1.414L13.086%2012%209.793%208.707z%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
            background-size: cover;
            right: 1em;
            top: 50%;
            translate: 0 -50%;
        }
    }
    .hs-error-msg {
        display: flex;
        color: #f2545b;
        font-size: 12px;
        gap: .2em;
        align-items: start;
        font-weight: normal;
        margin-top: 2px;
        &:before { 
            content: '※';
        }
    }
    input[type="submit"]{
        width: 100%;
        padding: 1em;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        background: #0098E4;
        color: #fff;
        border: none;
        border-radius: 100vmax;
        cursor: pointer;
        transition: .3s background;
        max-width: 280px;
        margin: 0 auto;
    }
    .hs-form-booleancheckbox {
        display: flex;
        align-items: center;
        gap: .5em; 
        margin-bottom: 5px;
        label {
            /* display: flex;
            align-items: center;
            gap: .5em; 
            margin-bottom: 5px;*/
            font-size: 14px;
            font-weight: normal;
        }
        input[type="checkbox"] {
            position: absolute;
            z-index: -999;
            opacity: 0;
        }
    }
}

.legal-consent-container .hs-form-booleancheckbox-display {
    display: flex;
    margin: 16px auto 8px;
    justify-content: center;
    gap: .5em;
    align-items: center;
    &::before {
        content: '';
        display: block;
        width: 1.2em;
        aspect-ratio: 1/1;
        background-size: cover;
        border: 1px solid #ccc;
        border-radius: 2px;
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-Check%22%3E%3Cpath%20d%3D%22M4%2012l6%206L20%206%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
        background-size: contain;
        transition: .3s background-color,.3s border-color;
    }
    &:has(input[type="checkbox"]:checked)::before {
        background-color: #0098E4;
        border-color: #0098E4;
    }    
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    padding-left: 0;
    margin-left: 0!important;
    font-size: 13px;
    span.hs-form-required {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #FF4D58;
        font-size: 0;
        padding: 2px 4px 3px;
        border-radius: 2px;
        line-height: 1.1;
        position: relative;
        left: 5px;
        &::before {
            content: '必須';
            font-size: 10px;
            color: #fff;
        }
    }
    a {
        text-decoration: underline;
        &:hover {
            text-decoration: none;
        }
    }
}

form label:not(:has(input[type="checkbox"])):not([id*="label-puraibashi"]):not(.hs-error-msg) {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: .5em;
    margin-bottom: 5px;
    font-weight: normal;
    &:has(.hs-form-required) {
        span:not(.hs-form-required) {
        display: block;
        width: 5em;
        }
    }
    span.hs-form-required {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FF4D58;
        font-size: 0;
        padding: 3px 4px 4px;
        border-radius: 2px;
        line-height: 1.1;
        &::before {
            content: '必須';
            font-size: 10px;
            color: #fff;
        }
        @media (max-width: 768px) {
            margin-left: auto;
        }
    }
}



.js-solutionOverlay {
    cursor: pointer;
    img {
        filter: drop-shadow(0px 2px 10px rgba(0,0,0,.08));
    }
    &::after {
        content: '';
        display: block;
        width: 40px;
        aspect-ratio: 1/1;
        background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.a%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%204px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Ctitle%3Eicn_7%3C%2Ftitle%3E%20%3Cline%20class%3D%22a%22%20x1%3D%2212%22%20y1%3D%2212%22%20x2%3D%2236%22%20y2%3D%2236%22%2F%3E%20%3Cline%20class%3D%22a%22%20x1%3D%2212%22%20y1%3D%2236%22%20x2%3D%2236%22%20y2%3D%2212%22%2F%3E%3C%2Fsvg%3E') 50% 50% no-repeat;
        background-size: contain;
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.l-footer__inner {
    @media (max-width: 768px) {
        flex-direction: column;
        gap: 0;
        .l-footer__logoItem {
            margin-bottom: 20px;
        }
        .c-grid-link {
            margin-top: 0;
        }
    }
}

input[type="checkbox"],
input[type="radio"] {
    display: unset!important;
    border-radius: unset!important;
    border: unset!important;
    box-sizing: unset!important;
    padding: unset!important;
    background-color: unset!important;
}

form .hs_puraibashi_lp {
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    gap:.5em;
    > label {
        order: 2;
    }
    label {
        font-weight: normal;
    }
    span.hs-form-required {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FF4D58;
        font-size: 0;
        padding: 3px 4px 4px;
        border-radius: 2px;
        line-height: 1.1;
        &::before {
            white-space: nowrap;
            content: '必須';
            font-size: 9px;
            color: #fff;
        }        
    }    
}