@charset "utf-8";
:root {
    --yellow01: #fff4cf;
    --yellow02: #ffcb42;
    --yellow03: #ffb200;
    --orange01: #ee7223;
    --orange02: #f74c00;
    --red: #ce0000;
    --blue01: #cbe6fd;
    --blue02: #277bc0;
    --blue03: #223a70;
}
img {
    vertical-align: middle;
}
.notTablet {
    @media screen and (601px <= width <= 834px) {
        display: none !important;
    }
}

.FV {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32.5em;
    background-color: var(--yellow03);
    --FVbgBack: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingBg.png);
    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingFV_left.png),
        url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingFV_right.png), var(--FVbgBack);
    background-size: auto, auto, cover;
    background-position: calc(50% - 460px) calc(0% - 24px), calc(50% + 460px) calc(0% - 18px), 50% 0%;
    background-repeat: no-repeat;
    overflow: hidden;
    @media screen and (max-width: 600px) {
        height: fit-content;
        align-items: self-start;
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingFV_shine.png),
            url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingFV_spBottom.png),
            var(--FVbgBack);
        background-size: 98%, contain, cover;
        background-position: 50% 1%, 50% 100%, 50% 0;
        padding-block: 3vw 30vw;
    }
    & h1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 1em;
        @media screen and (max-width: 600px) {
            width: 100%;
            margin-top: 0;
        }
        &::before {
            position: absolute;
            content: '';
            width: 38.5em;
            height: 25.5em;
            background-color: #fff;
            left: 50%;
            top: 42%;
            transform: translate(-50%, -50%);
            border-radius: 100em;
            box-shadow: 0 0 2em var(--orange01);
            @media screen and (max-width: 600px) {
                width: calc(100% - 4vw);
                transform: translate(-50%, 0);
                top: 0.5em;
                height: 70vw;
                border-radius: 35vw;
            }
        }
        &::after {
            position: absolute;
            content: '';
            aspect-ratio: 1017/217;
            width: 1017px;
            background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingFVImg.png);
            background-position: 50% 0%;
            background-repeat: no-repeat;
            background-size: contain;
            left: calc(50% - 26px);
            transform: translateX(-50%);
            bottom: -40px;
            z-index: 2;
            @media screen and (max-width: 600px) {
                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/listingFVImg_sp.png);
                bottom: clamp(39px, 10.4vw, 57px);
                left: 50%;
                width: 100%;
            }
        }
        & :is(span, img) {
            z-index: 1;
        }
        & span {
            display: block;
            text-align: center;
            &.subCatch {
                color: var(--blue03);
                font-family: var(--fontFamily-sans-noto);
                font-weight: 900;
                font-size: clamp(2rem, 5.333vw, 3rem);
                text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff,
                    0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff,
                    0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff,
                    0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff,
                    0 0 0.3em #fff, 0 0 0.3em #fff;
                margin-bottom: 0.25em;
                @media screen and (max-width: 600px) {
                    line-height: 1.3;
                    margin-bottom: 0.3em;
                }
            }
            &.ribbon {
                position: relative;
                @media screen and (max-width: 600px) {
                    z-index: 3;
                    width: calc(100% - 10vw);
                }
                &::before,
                &::after {
                    position: absolute;
                    content: '';
                    width: 3em;
                    height: 3.5em;
                    clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 0);
                    background-color: rgb(13, 27, 58);
                    z-index: -1;
                    bottom: -0.65em;
                    @media screen and (max-width: 600px) {
                        width: 10vw;
                        height: clamp(51.16px, 13.642vw, 76.78px);
                        bottom: -2.5vw;
                    }
                }
                &::before {
                    left: -1.7em;
                    transform: scaleX(-1);
                    @media screen and (max-width: 600px) {
                        left: -5vw;
                    }
                }
                &::after {
                    right: -1.7em;
                    @media screen and (max-width: 600px) {
                        right: -5vw;
                    }
                }

                & .serviceName {
                    background-image: linear-gradient(#2f529f, var(--blue03));
                    color: #fff;
                    font-family: var(--fontFamily-sans-noto);
                    font-weight: 900;
                    font-size: clamp(1.6rem, 4.266vw, 2.4rem);
                    line-height: 1.2;
                    padding-block: 0.4em;
                    padding-inline: 1.25em;
                    margin-top: 1em;
                    @media screen and (max-width: 600px) {
                        padding-inline: 0.6em;
                        margin-top: 3vw;
                        padding-block: 0.35em 0.45em;
                    }
                    &::before,
                    &::after {
                        position: absolute;
                        content: '';
                        background-color: var(--blue02);
                        width: 1em;
                        height: 0.5em;
                        bottom: -0.5em;
                        clip-path: polygon(100% 0, 0 0, 0% 100%);
                        @media screen and (max-width: 600px) {
                            width: 5vw;
                            height: 2.5vw;
                            bottom: -2.5vw;
                        }
                    }
                    &::before {
                        left: 0;
                        transform: scaleX(-1);
                    }
                    &::after {
                        right: 0;
                    }
                }
            }
        }
        & img {
            @media screen and (max-width: 600px) {
                width: calc(100% - 10vw);
            }
        }
    }
}

#lower_container {
    & p {
        font-size: 1.6rem;
    }
    & .leadWrap {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0 5px 10px var(--leadH2shadow));
        position: relative;
        margin: 0;
        @media screen and (max-width: 834px) {
            padding-inline: 2vw;
        }
        &::before {
            position: absolute;
            content: '';
            clip-path: polygon(50% 100%, 0 0, 100% 0);
            width: 13em;
            height: 3.5em;
            left: 50%;
            bottom: -3.45em;
            transform: translateX(-50%);
            @media screen and (max-width: 600px) {
                width: 30vw;
                height: 8vw;
                bottom: -7.9vw;
            }
        }
        & .leadWrapInner {
            width: 100%;
            max-width: 1200px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-block: 4em;
            @media screen and (max-width: 834px) {
                padding-block: 7vw;
            }
            & h2 {
                text-align: center;
                font-family: var(--fontFamily-sans-noto);
                font-weight: 900;
                line-height: 1.2;
                color: var(--blue03);
                margin: auto;
                padding: 0;
                @media screen and (max-width: 600px) {
                    margin-bottom: 0.5em;
                }
            }
            & .pointWrap {
                display: grid;
                grid-template-columns: auto auto auto;
                justify-content: center;
                align-items: center;
                gap: clamp(1.25rem, 2.079vw, 2.5rem);
                @media screen and (max-width: 600px) {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    width: 100%;
                    padding-inline-start: 3vw;
                }
                & div {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    @media screen and (max-width: 600px) {
                        flex-direction: inherit;
                        align-items: flex-start;
                        width: 100%;
                    }
                    & p {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        margin-bottom: 0;
                        position: relative;
                        font-family: var(--fontFamily-sans-noto);
                        font-weight: 700;
                        line-height: 1.2;
                        border-radius: 50em;
                        bottom: -1em;
                        z-index: 1;
                        width: 100%;
                        @media screen and (max-width: 600px) {
                            bottom: 0;
                            justify-content: flex-start;
                            width: calc(100% - 15vw);
                        }
                        &::before {
                            position: absolute;
                            content: '';
                            background-repeat: no-repeat;
                            background-position: 50% 50%;
                            background-size: contain;
                            aspect-ratio: 1/1;
                            height: 2.5em;
                            left: 0.25em;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                    }
                    & img {
                        aspect-ratio: 1/1;
                        object-fit: cover;
                        @media screen and (max-width: 600px) {
                            margin: 0;
                            position: absolute;
                            z-index: 1;
                            right: 3vw;
                        }
                    }
                }
            }
        }
        &:first-of-type {
            background-color: #fff;
            --leadH2shadow: var(--yellow03);
            z-index: 2;
            &::before {
                background-color: #fff;
            }
            & .leadWrapInner {
                position: relative;
                &::before,
                &::after {
                    position: absolute;
                    content: '';
                    background-repeat: no-repeat;
                    background-position: 50% 100%;
                    background-size: contain;
                    z-index: 2;
                }
                &::before {
                    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/leadImg_left.svg);
                    width: 220px;
                    height: 220px;
                    left: calc(50% - 630px);
                    bottom: -13px;
                    @media screen and (max-width: 834px) {
                        left: calc(50% - 27vw);
                        width: 22vw;
                        height: 22vw;
                        bottom: -1.5vw;
                    }
                    @media screen and (max-width: 600px) {
                        aspect-ratio: 130/150;
                        width: 14vw;
                        height: auto;
                        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/leadImg_left_sp.svg);
                        left: 2vw;
                        bottom: inherit;
                        top: 27vw;
                    }
                }
                &::after {
                    background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/leadImg_right.svg);
                    width: 178px;
                    height: 200px;
                    right: calc(50% - 590px);
                    bottom: -14px;
                    @media screen and (max-width: 834px) {
                        right: calc(50% - 23vw);
                        width: 17.8vw;
                        height: 20vw;
                        bottom: -1.5vw;
                    }
                    @media screen and (max-width: 600px) {
                        aspect-ratio: 116/150;
                        width: 14vw;
                        height: auto;
                        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/leadImg_right_sp.svg);
                        right: 2vw;
                        bottom: inherit;
                        top: 25vw;
                    }
                }
                & h2 {
                    font-size: clamp(2.54rem, 4.226vw, 4.2rem);
                    & span {
                        font-size: 125%;
                    }
                    @media screen and (max-width: 600px) {
                        font-size: 7vw;
                    }
                }
                & .pointWrap {
                    & div {
                        & p {
                            background-color: var(--blue01);
                            font-size: clamp(1.37rem, 2.279vw, 2.5rem);
                            padding-block: 0.3em 0.4em;
                            padding-inline: 3.2em 1.2em;
                            &::before {
                                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/leadIcon01.svg);
                            }
                            @media screen and (max-width: 600px) {
                                font-size: 5.5vw;
                            }
                        }
                        & img {
                            width: 300px;
                            filter: drop-shadow(6px 6px 0 var(--blue01));
                            @media screen and (max-width: 600px) {
                                width: 20vw;
                                filter: drop-shadow(1vw 1vw 0 var(--blue01));
                            }
                        }
                    }
                }
            }
        }
        &:nth-of-type(2) {
            background-image: linear-gradient(#ffcb42, #ffe763 70%);
            --leadH2shadow: #ccc;
            z-index: 1;
            &::before {
                background-color: #ffe763;
            }
            & .leadWrapInner {
                & h2 {
                    margin-top: 1em;
                    font-size: clamp(2.54rem, 4.226vw, 3.8rem);
                    @media screen and (max-width: 600px) {
                        font-size: 6.8vw;
                    }
                }
                & .pointWrap {
                    & div {
                        & p {
                            background-color: #fff;
                            outline: clamp(2px, 0.332vw, 4px) solid var(--orange02);
                            color: var(--orange02);
                            font-size: clamp(1.35rem, 2.246vw, 2.8rem);
                            font-weight: 900;
                            padding-block: 0.3em;
                            padding-inline: 2.8em 1.2em;
                            @media screen and (max-width: 600px) {
                                font-size: 5.75vw;
                            }
                            &::before {
                                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/leadIcon02.svg);
                            }
                        }
                        & img {
                            width: 350px;
                            filter: drop-shadow(6px 6px 0 var(--yellow02));
                            @media screen and (max-width: 600px) {
                                width: 20vw;
                                filter: drop-shadow(1vw 1vw 0 var(--yellow02));
                            }
                        }
                    }
                }
            }
        }
        &:nth-of-type(3) {
            background-color: #fff;
            filter: unset;
            margin-bottom: 3.5em;
            @media screen and (max-width: 834px) {
                margin-bottom: 3vw;
            }
            &::before {
                display: none;
            }
            & .leadWrapInner {
                padding-block-end: 0;
                h2 {
                    width: fit-content;
                    position: relative;
                    background-image: linear-gradient(transparent 85%, var(--yellow01) 85%);
                    &::before,
                    &::after {
                        position: absolute;
                        content: '';
                        background-repeat: no-repeat;
                        background-size: auto;
                        background-position: 50% 50%;
                        width: 1.5em;
                        height: 2.3em;
                        top: 3em;
                        @media screen and (max-width: 834px) {
                            top: 3.5em;
                        }
                    }
                    &::before {
                        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/lead03_left.svg);
                        left: calc(50% - 500px);
                        @media screen and (max-width: 834px) {
                            left: calc(50% - 7em);
                        }
                    }
                    &::after {
                        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/lead03_right.svg);
                        right: calc(50% - 520px);
                        @media screen and (max-width: 834px) {
                            right: calc(50% - 7em);
                        }
                    }
                    & span.balloon {
                        display: block;
                        color: var(--blue03);
                        font-family: var(--fontFamily-sans-noto);
                        font-weight: 700;
                        font-size: 4rem;
                        background-color: var(--yellow02);
                        border-radius: 0.75em;
                        text-align: center;
                        width: fit-content;
                        line-height: 1;
                        margin: 1em auto 0.7em;
                        padding-block: 0.3em;
                        padding-inline: 1.2em;
                        position: relative;
                        @media screen and (max-width: 600px) {
                            font-size: 7vw;
                        }
                        &::before {
                            position: absolute;
                            content: '';
                            clip-path: polygon(50% 100%, 0 0, 100% 0);
                            background-color: var(--yellow02);
                            width: 1em;
                            height: 0.5em;
                            left: 50%;
                            bottom: -0.45em;
                            transform: translateX(-50%);
                        }
                    }
                    & img {
                        height: 8rem;
                        display: inline;
                        @media screen and (max-width: 600px) {
                            height: 13.5vw;
                            vertical-align: inherit;
                        }
                    }
                }
            }
        }
    }

    & .uspWrap {
        width: 100%;
        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/uspBg.svg);
        background-size: 1em;
        background-color: var(--yellow03);
        padding-block-end: 5em;
        @media screen and (max-width: 600px) {
            padding-block-end: 5vw;
        }
        & .titleCont {
            width: 100%;
            clip-path: ellipse(65% 100% at 50% 0%);
            background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/uspImg_left.svg),
                url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/uspImg_right.svg);
            background-repeat: no-repeat;
            background-size: 14.5em auto, 8.5em auto;
            background-position: calc(50% - 480px) 0%, calc(50% + 464px) -10%;
            background-color: #fff;
            padding-block-end: 2.2em;
            position: relative;
            @media screen and (max-width: 834px) {
                clip-path: ellipse(90% 100% at 50% 0%);
                background-size: clamp(160px, 26.622vw, 220px) auto, clamp(100px, 16.638vw, 130px) auto;
                background-position: -5.5vw clamp(120px, 19.966vw, 150px), 100% clamp(120px, 19.966vw, 150px);
            }
            @media screen and (max-width: 600px) {
                clip-path: ellipse(130% 100% at 50% 0%);
                padding-block-end: 38vw;
                background-size: 44vw auto, 27vw auto;
                background-position: 11vw 48vw, calc(100% - 18vw) 49.5vw;
            }
            & h2 {
                text-align: center;
                line-height: 1.2;
                font-family: var(--fontFamily-sans-noto);
                font-weight: 900;
                font-size: clamp(3.4rem, 5.657vw, 4.2rem);
                color: var(--blue03);
                margin-block: 0;
                padding-block: 1em;
                padding-inline: 0;
                @media screen and (max-width: 600px) {
                    font-size: 6.5vw;
                }
                & sup {
                    font-size: 50%;
                    vertical-align: 80%;
                }
                & span {
                    display: block;
                    width: fit-content;
                    margin: 0.12em auto 0;
                    line-height: 1;
                    color: var(--orange02);
                    font-size: clamp(5.5rem, 9.151vw, 7rem);
                    text-decoration: underline;
                    text-decoration-thickness: 0.1em;
                    text-underline-offset: 0.2em;
                    @media screen and (max-width: 600px) {
                        font-size: 11.5vw;
                        letter-spacing: -0.05em;
                    }
                }
            }
        }
        & .inner {
            width: 100%;
            max-width: 1000px;
            margin: 3em auto 0;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            @media screen and (max-width: 600px) {
                margin-top: 10vw;
            }
            &::after {
                position: absolute;
                content: '※オンラインにおいて';
                font-size: 1.4rem;
                font-weight: bold;
                line-height: 1;
                right: calc(50% - 38em);
                top: -6.2rem;
                @media screen and (max-width: 834px) {
                    right: 2vw;
                }
                @media screen and (max-width: 600px) {
                    top: -2.25em;
                }
            }
            & .uspCont {
                background-color: #fff;
                border: 5px solid var(--orange02);
                border-radius: 1em;
                width: calc(100% - 3em);
                padding-inline: 2.8em;
                padding-block: 2.8em 2em;
                margin-bottom: 2em;
                box-shadow: 0 0 20px var(--orange02);
                @media screen and (max-width: 834px) {
                    width: calc(100% - 8.6vw);
                    padding-block: 6vw 3.5vw;
                    padding-inline: 3.5vw;
                    margin: 0 0 1em 2.6vw;
                }
                & h3 {
                    position: relative;
                    font-family: var(--fontFamily-sans-noto);
                    font-weight: 900;
                    font-size: 4.6rem;
                    line-height: 1.2;
                    color: var(--blue03);
                    margin-inline-start: 0.9em;
                    margin-block-end: 0.75em;
                    padding: 0 0 0.1em 0.5em;
                    border-left: 0.25em solid var(--blue03);
                    @media screen and (max-width: 834px) {
                        font-size: clamp(2.8rem, 4.658vw, 3.8rem);
                    }
                    @media screen and (max-width: 600px) {
                        font-size: 6.5vw;
                        margin-block-end: 0.5em;
                        margin-inline-start: 1.2em;
                    }
                    &::before {
                        position: absolute;
                        content: '';
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: 50% 50%;
                        aspect-ratio: 1/1;
                        height: 110px;
                        left: -3em;
                        top: 50%;
                        transform: translateY(-50%);
                        @media screen and (max-width: 834px) {
                            height: 2em;
                            left: -2.6em;
                        }
                    }
                }
                &:first-of-type {
                    & h3 {
                        &::before {
                            background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/h3_01.svg);
                        }
                    }
                }
                &:nth-of-type(2) {
                    & h3 {
                        &::before {
                            background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/h3_02.svg);
                        }
                    }
                }
                &:last-of-type {
                    margin-bottom: 0;
                    & h3 {
                        &::before {
                            background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/h3_03.svg);
                        }
                    }
                }
                & .boxWrap {
                    position: relative;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    &:not(:last-of-type) {
                        margin-bottom: 2em;
                        @media screen and (max-width: 834px) {
                            margin-bottom: 8vw;
                        }
                    }
                    @media screen and (max-width: 834px) {
                        display: block;
                    }
                    & .textBox {
                        width: 23em;
                        min-height: 350px;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        @media screen and (max-width: 834px) {
                            width: 100%;
                            min-height: fit-content;
                            margin-bottom: 0.5em;
                        }
                        & h4 {
                            font-family: var(--fontFamily-sans-noto);
                            font-weight: 900;
                            font-size: clamp(2.1rem, 3.494vw, 2.4rem);
                            line-height: 1.4;
                            color: var(--orange02);
                            margin-bottom: 0.5em;
                            @media screen and (max-width: 834px) {
                                margin-bottom: 0.2em;
                            }
                            @media screen and (max-width: 600px) {
                                font-size: 5.5vw;
                                line-height: 1.3;
                                margin-bottom: 0.3em;
                            }
                        }
                        & p {
                            font-size: 1.6rem;
                        }
                    }
                    & img {
                        position: absolute;
                        right: -80px;
                        top: 0;
                        aspect-ratio: 48/35;
                        width: 480px;
                        @media screen and (max-width: 834px) {
                            position: relative;
                            right: inherit;
                            width: 100%;
                        }
                    }
                    &:nth-of-type(even) {
                        justify-content: flex-end;
                        & img {
                            right: inherit;
                            left: -80px;
                            @media screen and (max-width: 834px) {
                                left: inherit;
                            }
                        }
                    }
                }
            }
        }
    }

    & .ctaWrap {
        padding-inline: 3vw;
        padding-block-end: 30px;
    }

    & .voiceWrap {
        background-color: var(--yellow01);
        padding-block: 4.5em 3em;
        overflow: hidden;
        @media screen and (max-width: 834px) {
            padding-block: 6vw;
        }
        & h2 {
            font-family: var(--fontFamily-sans-noto);
            font-weight: 900;
            font-size: 4.5rem;
            color: var(--blue03);
            text-align: center;
            margin: 0 auto 2em;
            position: relative;
            @media screen and (max-width: 834px) {
                margin-bottom: 10vw;
            }
            @media screen and (max-width: 600px) {
                font-size: 10vw;
                line-height: 1.1;
                & span {
                    font-size: 85%;
                }
            }
            &::before {
                position: absolute;
                content: '';
                background-color: var(--orange01);
                width: 4em;
                height: 10px;
                left: 50%;
                bottom: -0.75em;
                transform: translateX(-50%);
                @media screen and (max-width: 834px) {
                    bottom: -4vw;
                }
                @media screen and (max-width: 600px) {
                    height: 2vw;
                    bottom: -5vw;
                }
            }
        }
        & .voiceCarousel {
            position: relative;
            &::before,
            &::after {
                position: absolute;
                content: '';
                background-repeat: no-repeat;
                background-size: cover;
                background-position: 50% 0%;
            }
            &::before {
                aspect-ratio: 173/180;
                height: 180px;
                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/voiceImg_left.svg);
                left: calc(50% - 373px);
                top: -180px;
                @media screen and (max-width: 834px) {
                    height: 19vw;
                    left: 0;
                    top: -19vw;
                }
                @media screen and (max-width: 600px) {
                    height: 30vw;
                    top: -30vw;
                }
            }
            &::after {
                aspect-ratio: 180/190;
                height: 190px;
                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/voiveImg_right.svg);
                right: calc(50% - 380px);
                top: -190px;
                @media screen and (max-width: 834px) {
                    height: 20vw;
                    right: 0;
                    top: -20vw;
                }
                @media screen and (max-width: 600px) {
                    height: 31vw;
                    top: -31vw;
                }
            }
            & ul {
                filter: drop-shadow(0 0 10px var(--yellow02));
                position: relative;
                & .slick-track {
                    display: flex;
                }
                & button {
                    position: absolute;
                    z-index: 1;
                    aspect-ratio: 1/1;
                    width: 40px;
                    background-color: var(--blue03);
                    border-radius: 50em;
                    top: 50%;
                    transform: translateY(-50%);
                    color: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 1em;
                    &.slick-prev {
                        right: calc(50% + 240px);
                        @media screen and (max-width: 834px) {
                            right: inherit;
                            left: 2vw;
                        }
                    }
                    &.slick-next {
                        left: calc(50% + 240px);
                        @media screen and (max-width: 834px) {
                            left: inherit;
                            right: 2vw;
                        }
                    }
                }
                & li {
                    height: auto !important;
                    display: flex;
                    justify-content: center;
                    @media screen and (max-width: 600px) {
                        &:not(:last-of-type) {
                            margin-bottom: 3vw;
                        }
                    }
                    & .listInner {
                        height: 100%;
                        width: 500px;
                        background-color: #fff;
                        border-radius: 0 0.5em 0 0.5em;
                        margin-inline: 20px;
                        padding: 1.5em;
                        position: relative;
                        @media screen and (max-width: 834px) {
                            width: 90vw;
                            margin-inline: 5vw;
                            padding: 1em 1.5em;
                        }
                        @media screen and (max-width: 600px) {
                            border-radius: 0.5em;
                            padding: 6vw;
                        }
                        & .titleCont {
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: flex-start;
                            padding-inline-start: 110px;
                            margin-block-end: 1.25em;
                            height: 150px;
                            @media screen and (max-width: 834px) {
                                margin-block-end: 0.5em;
                            }
                            @media screen and (max-width: 600px) {
                                padding-inline-start: 0;
                                height: fit-content;
                                margin-block-end: 1.25em;
                            }
                            & h3 {
                                margin: 0 0 0.5em;
                                padding: 0;
                                @media screen and (max-width: 600px) {
                                    margin-bottom: 0.25em;
                                }
                                & span {
                                    font-family: var(--fontFamily-sans-noto);
                                    display: block;
                                    line-height: 1.2;
                                }
                                & .subTitle {
                                    font-weight: 700;
                                    font-size: 2rem;
                                    margin-bottom: 0.15em;
                                    @media screen and (max-width: 600px) {
                                        font-size: 4.7vw;
                                    }
                                }
                                & .mainTitle {
                                    font-weight: 900;
                                    font-size: 2.65rem;
                                    color: var(--red);
                                    @media screen and (max-width: 600px) {
                                        font-size: 6.2vw;
                                    }
                                }
                            }
                            & .name {
                                padding: 0;
                                line-height: 1;
                                font-size: 1.8rem;
                            }
                        }
                        & .hiddenBox {
                            @media screen and (max-width: 600px) {
                                width: 100vw;
                                margin-inline-start: -11vw;
                                margin-block-start: -5vw;
                                padding-inline: 11vw;
                                padding-block-start: 5vw;
                                height: 12em;
                                overflow: hidden;
                                &::before {
                                    position: absolute;
                                    content: '';
                                    width: 100%;
                                    height: 5.5em;
                                    left: 0;
                                    bottom: 0;
                                    background-image: linear-gradient(transparent, #fff 30%);
                                }
                                &.open {
                                    padding-block-end: 12vw;
                                    &::before {
                                        display: none;
                                    }
                                }
                            }
                            & img {
                                width: 150px;
                                aspect-ratio: 1/1;
                                position: absolute;
                                left: -20px;
                                top: 20px;
                                object-fit: cover;
                                clip-path: circle(50% at 50% 50%);
                                @media screen and (max-width: 600px) {
                                    width: 33vw;
                                    position: static;
                                    float: right;
                                    margin: -5vw -9vw 0 3vw;
                                }
                            }
                            & p {
                                line-height: 1.7;
                            }
                        }
                        & div.showMore {
                            display: none;
                            @media screen and (max-width: 600px) {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                position: absolute;
                                width: calc(100% - 10vw);
                                margin: 0 5vw 1em;
                                text-align: center;
                                border: 2px solid var(--blue03);
                                color: var(--blue03);
                                font-family: var(--fontFamily-sans-noto);
                                font-weight: 700;
                                font-size: 1.8rem;
                                line-height: 1;
                                border-radius: 30em;
                                padding-block: 0.5em;
                                left: 0;
                                bottom: 0;
                                cursor: pointer;
                                transition: bottom 0.2s;
                                background-color: #fff;
                            }
                        }
                    }
                }
            }
        }
    }

    & .supportWrap {
        background-color: var(--blue01);
        padding-block: 4em;
        @media screen and (max-width: 834px) {
            padding-block: 7vw;
            padding-inline: 2vw;
        }
        & h2 {
            font-family: var(--fontFamily-sans-noto);
            font-weight: 900;
            font-size: clamp(4rem, 6.655vw, 6rem);
            line-height: 1;
            color: var(--blue03);
            text-align: center;
            background-color: #fff;
            border: 6px solid var(--blue03);
            border-radius: 50em;
            box-shadow: 6px 6px 0 var(--blue03);
            width: fit-content;
            margin: 0 auto 1em;
            padding-block: 0.45em;
            padding-inline: 1.45em 5.2em;
            position: relative;
            @media screen and (max-width: 834px) {
                width: 100%;
                padding-inline: 0.4em 3.3em;
            }
            @media screen and (max-width: 600px) {
                padding-inline: 3.5vw 26.5vw;
                font-size: 8.5vw;
                border-width: 1.25vw;
                box-shadow: 0.75vw 0.75vw 0 var(--blue03);
                border-radius: 12vw;
                margin-bottom: 0.75em;
            }
            &::after {
                position: absolute;
                content: '';
                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/supportImg.svg);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: 50% 50%;
                aspect-ratio: 214/229;
                width: 214px;
                right: 1.2em;
                top: 50%;
                transform: translateY(-50%);
                @media screen and (max-width: 834px) {
                    right: 0;
                    width: 23vw;
                }
                @media screen and (max-width: 600px) {
                    right: 3vw;
                    width: 27vw;
                }
            }
            & .subTitle {
                display: block;
                text-align: center;
                font-size: clamp(2.2rem, 3.66vw, 3.3rem);
                @media screen and (max-width: 600px) {
                    font-size: 5vw;
                    line-height: 1.2;
                }
            }
            & .red {
                color: var(--red);
                font-size: 150%;
                line-height: 1;
                letter-spacing: -0.1em;
            }
        }
        & .supportCont {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            grid-template-rows: 1fr 1fr 1fr;
            gap: 2.5em;
            width: fit-content;
            margin: 0 auto;
            @media screen and (max-width: 834px) {
                width: 100%;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr 1fr 1fr 1fr;
                gap: 2.5vw;
                padding-inline: 1vw;
            }
            & .supportBox {
                aspect-ratio: 36/33;
                width: 360px;
                background-color: #fff;
                border: 3px solid var(--blue03);
                box-shadow: 6px 6px 0 #99c6eb;
                padding: 20px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                @media screen and (max-width: 834px) {
                    width: 100%;
                    aspect-ratio: unset;
                    gap: 3vw;
                }
                @media screen and (max-width: 600px) {
                    padding: 3vw;
                    box-shadow: 1vw 1vw 0 #99c6eb;
                }
                & h3 {
                    font-family: var(--fontFamily-sans-noto);
                    line-height: 1;
                    padding: 0;
                    & span {
                        text-align: center;
                        display: block;
                    }
                    & .subTtl {
                        font-weight: 700;
                        font-size: clamp(1.5rem, 2.495vw, 2rem);
                        margin-block-end: 0.4em;
                        @media screen and (max-width: 600px) {
                            line-height: 1.1;
                            font-size: 4.2vw;
                        }
                    }
                    & .mainTtl {
                        font-weight: 900;
                        font-size: clamp(1.8rem, 2.995vw, 2.6rem);
                        background-color: var(--orange02);
                        color: #fff;
                        padding-block: 0.4em;
                        border-radius: 50em;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        @media screen and (max-width: 600px) {
                            line-height: 1.1;
                            min-height: 2.75em;
                            padding-block: 0;
                            border-radius: 1em;
                            font-size: 4.75vw;
                        }
                    }
                    & .mainTtl.small {
                        font-size: clamp(1.8rem, 2.995vw, 2.2rem);
                        @media screen and (max-width: 600px) {
                            padding: 6px 0;
                        }
                    }
                }
                & img {
                    aspect-ratio: 320/200;
                    width: 100%;
                    object-fit: contain;
                    object-position: 50% 50%;
                    &.photo {
                        object-fit: cover;
                    }
                }
                & img.small {
                    padding-top: 10px;
                    @media screen and (max-width: 600px) {
                        padding-top: 0;
                    }
                }
            }
        }
    }

    & .faqWrap {
        padding-block: 4.5em 3em;
        @media screen and (max-width: 834px) {
            padding-block: 6vw;
            padding-inline: 2vw;
        }
        & h2 {
            font-family: var(--fontFamily-sans-noto);
            font-weight: 900;
            font-size: 4.5rem;
            color: var(--blue03);
            text-align: center;
            margin: 0 auto 1.5em;
            position: relative;
            @media screen and (max-width: 600px) {
                font-size: 10vw;
                line-height: 1.1;
                margin-bottom: 1em;
                & span {
                    font-size: 85%;
                }
            }
            &::before {
                position: absolute;
                content: '';
                background-color: var(--orange01);
                width: 4em;
                height: 10px;
                left: 50%;
                bottom: -0.75em;
                transform: translateX(-50%);
                @media screen and (max-width: 834px) {
                    bottom: -4vw;
                }
                @media screen and (max-width: 600px) {
                    height: 2vw;
                    bottom: -5vw;
                }
            }
        }
        & .faqCont {
            background-color: var(--yellow01);
            border-radius: 1em;
            width: 1020px;
            margin: 0 auto;
            padding: 3em;
            position: relative;
            @media screen and (max-width: 834px) {
                width: 100%;
                padding: 5vw 4vw;
            }
            &::before,
            &::after {
                position: absolute;
                content: '';
                background-repeat: no-repeat;
                background-position: 50% 100%;
                background-size: cover;
                z-index: 1;
                @media screen and (max-width: 834px) {
                    height: 20vw;
                }
            }
            &::before {
                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/faqImg_left.svg);
                aspect-ratio: 120/183;
                height: 183px;
                left: calc(50% - 300px);
                top: -168px;
                @media screen and (max-width: 834px) {
                    left: calc(50% - 14.5em);
                    height: 19vw;
                    top: -17.5vw;
                }
                @media screen and (max-width: 600px) {
                    left: 2vw;
                    height: 32vw;
                    top: -30.5vw;
                }
            }
            &::after {
                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/faqImg_right.svg);
                aspect-ratio: 109/168;
                height: 168px;
                right: calc(50% - 300px);
                top: -153px;
                @media screen and (max-width: 834px) {
                    right: calc(50% - 14.5em);
                    height: 17.3vw;
                    top: -15.8vw;
                }
                @media screen and (max-width: 600px) {
                    right: 2vw;
                    height: 30vw;
                    top: -28.5vw;
                }
            }

            & details {
                background-color: #fff;
                border-radius: 0.75em;
                box-shadow: 5px 5px 0 var(--yellow02);
                @media screen and (max-width: 600px) {
                    box-shadow: 1vw 1vw 0 var(--yellow02);
                }
                &:not(:last-of-type) {
                    margin-block-end: 1.2em;
                    @media screen and (max-width: 600px) {
                        margin-block-end: 3vw;
                    }
                }
                & summary {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    gap: 20px;
                    min-height: 4em;
                    font-size: clamp(2rem, 3.327vw, 2.5rem);
                    color: var(--blue03);
                    font-weight: 700;
                    line-height: 1.2;
                    width: 100%;
                    position: relative;
                    padding-block: 30px;
                    padding-inline: 100px;
                    cursor: pointer;
                    @media screen and (max-width: 834px) {
                        padding-block: 2vw;
                        padding-inline: 10vw 7vw;
                    }
                    @media screen and (max-width: 600px) {
                        font-size: 4.5vw;
                        padding-block: 4vw;
                        padding-inline: 12vw 10vw;
                    }
                    &::-webkit-details-marker {
                        display: none;
                    }
                    &::before {
                        position: absolute;
                        content: '';
                        background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/iconQ.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: 50% 50%;
                        aspect-ratio: 142/150;
                        height: 50px;
                        left: 30px;
                        top: 50%;
                        transform: translateY(-50%);
                        @media screen and (max-width: 834px) {
                            left: 3vw;
                            height: 6vw;
                        }
                        @media screen and (max-width: 600px) {
                            left: 4vw;
                        }
                    }
                    & .openIcon {
                        position: absolute;
                        content: '';
                        transition: transform 0.4s;
                        background-color: var(--blue01);
                        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
                        aspect-ratio: 12/8;
                        width: 1.2em;
                        right: 1.5vw;
                        top: 50%;
                        transform: translateY(-50%);
                        @media screen and (max-width: 600px) {
                            width: 4vw;
                            right: 3vw;
                        }
                    }
                }

                & .answerBox {
                    overflow: hidden;
                    & .answerInner {
                        padding-block: 10px 30px;
                        padding-inline: 30px 70px;
                        @media screen and (max-width: 834px) {
                            padding-block: 0.25em 0.75em;
                            padding-inline: 3vw;
                        }
                        @media screen and (max-width: 600px) {
                            padding-inline: 4vw 6vw;
                        }
                        & .answer {
                            display: block;
                            font-family: var(--fontFamily-sans-noto);
                            font-weight: 900;
                            font-size: clamp(2.5rem, 4.159vw, 3rem);
                            color: var(--red);
                            line-height: 1.2;
                            margin-block-end: 0.75em;
                            padding-inline-start: 70px;
                            position: relative;
                            @media screen and (max-width: 834px) {
                                padding-inline-start: 7vw;
                                margin-block-end: 0.5em;
                            }
                            @media screen and (max-width: 600px) {
                                font-size: 5vw;
                                padding-inline-start: 8vw;
                            }
                            &::before {
                                position: absolute;
                                content: '';
                                background-image: url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/iconA.svg);
                                background-repeat: no-repeat;
                                background-size: contain;
                                background-position: 50% 50%;
                                aspect-ratio: 142/150;
                                height: 50px;
                                left: 0;
                                top: 50%;
                                transform: translateY(-50%);
                                @media screen and (max-width: 834px) {
                                    left: 0;
                                    height: 6vw;
                                }
                            }
                        }
                        & p {
                            line-height: 1.6;
                            padding-inline-start: 70px;
                            & .red {
                                font-family: var(--fontFamily-sans-noto);
                                font-weight: 900;
                                font-size: 120%;
                                color: var(--red);
                            }
                            @media screen and (max-width: 834px) {
                                padding-inline-start: 7vw;
                            }
                        }
                        & .imgWrap {
                            width: 100%;
                            margin: 1em auto;
                            padding-inline-start: 70px;
                            @media screen and (max-width: 834px) {
                                padding-inline-start: 7vw;
                            }
                            & img {
                                width: 90%;
                                max-width: 700px;
                                display: block;
                                margin: 0 auto;
                            }
                        }
                        & .h3 {
                            display: block;
                            font-family: var(--fontFamily-sans-noto);
                            font-weight: 700;
                            font-size: 2rem;
                            padding-inline-start: 70px;
                            @media screen and (max-width: 834px) {
                                padding-inline-start: 7vw;
                                font-size: 4.5vw;
                            }
                        }
                        & .notes {
                            display: block;
                            font-size: 90%;
                            text-indent: -1em;
                            padding-left: 1em;
                        }
                        & .table_wrap {
                            margin-inline-start: 70px;
                            @media screen and (max-width: 834px) {
                                margin-inline-start: 7vw;
                            }
                            & ul.box1 {
                                background-color: #ffeadd;
                                border-radius: 0.5em;
                                padding-block: 1.5em;
                                padding-inline: 3em 1.5em;
                                @media screen and (max-width: 600px) {
                                    padding-block: 5vw;
                                    padding-inline: 10vw 5vw;
                                }
                                & li {
                                    list-style: decimal;
                                    line-height: 1.5;
                                    font-size: 1.6rem;
                                    &:not(:last-of-type) {
                                        margin-bottom: 0.75em;
                                    }
                                    & img {
                                        display: block;
                                        margin: 0;
                                    }
                                }
                            }
                            & table {
                                width: calc(100% - 70px);
                                @media screen and (max-width: 834px) {
                                    width: 100%;
                                }
                            }
                            & a {
                                font-weight: bold;
                                color: blue;
                                text-decoration: underline;
                                font-size: 1.6rem;
                            }
                        }
                    }
                }
            }
            & details[open] .openIcon {
                transform: rotate(180deg) translate(0%, 75%);
            }
        }
    }

    & .offerWrap {
        background-color: var(--yellow02);
        padding: 4em 3vw 2em;
        @media screen and (max-width: 600px) {
            padding: 11vw 3vw 5vw;
        }
        & .consulBnr {
            display: block;
            width: 100%;
            max-width: 1050px;
            margin: 0 auto;
            background-image: linear-gradient(90deg, #fff 50%, transparent 70%),
                url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/consulBnrBg.jpg);
            background-repeat: no-repeat;
            background-size: cover, contain;
            background-position: 50% 50%, 108% 50%;
            background-color: #fff;
            border: 5px solid var(--orange01);
            border-radius: 1em;
            padding: 1.5em;
            color: #000;
            box-shadow: 0 6px 0 #feaf11;
            @media screen and (max-width: 834px) {
                padding: 3vw;
                background-image: linear-gradient(#fff 15%, transparent 30%),
                    linear-gradient(90deg, #fff 50%, transparent 70%),
                    url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/consulBnrBg.jpg);
                background-size: cover, cover, auto 52vw;
                background-position: 50% 50%, 50% 50%, calc(100% + 5vw) 100%;
            }
            @media screen and (max-width: 600px) {
                padding: 3vw 5vw 5vw;
                background-image: linear-gradient(#fff 5%, transparent 8% 49%, #fff 52% 100%),
                    linear-gradient(90deg, #fff 50%, transparent 70%),
                    url(/koukousei/site_wp/wp-content/themes/site/images/lp/ao_rec/listing/consulBnrBg.jpg);
                background-size: cover, cover, auto 63vw;
                background-position: 50% 50%, 50% 50%, calc(100% + 11vw) 8%;
            }
            &:hover {
                box-shadow: unset;
                position: relative;
                top: 6px;
            }
            & .consulInner {
                width: 690px;
                position: relative;
                @media screen and (max-width: 834px) {
                    width: 100%;
                }
                & h2 {
                    margin: 0;
                    font-family: var(--fontFamily-sans-noto);
                    font-weight: 900;
                    font-size: clamp(5rem, 8.319vw, 6rem);
                    color: var(--red);
                    text-shadow: 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff,
                        0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff,
                        0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff, 0 0 0.3em #fff;
                    width: fit-content;
                    line-height: 1;
                    position: absolute;
                    top: -1em;
                    padding: 0;
                    @media screen and (max-width: 834px) {
                        width: 100%;
                        text-align: center;
                    }
                    @media screen and (max-width: 600px) {
                        font-size: 8.5vw;
                    }
                }
                & .balloon {
                    display: grid;
                    grid-template-columns: 1fr 1fr 1fr;
                    gap: 0.3em;
                    width: 100%;
                    padding-top: 1.25em;
                    @media screen and (max-width: 600px) {
                        display: flex;
                        flex-direction: column;
                        gap: 1em;
                        width: 60%;
                        padding-top: 4vw;
                    }
                    & span {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        background-color: var(--blue01);
                        border-radius: 50em;
                        font-family: var(--fontFamily-sans-noto);
                        font-weight: 700;
                        font-size: clamp(1.6rem, 2.662vw, 2.1rem);
                        line-height: 1.2;
                        text-align: center;
                        position: relative;
                        padding-block: 0.5em;
                        @media screen and (max-width: 600px) {
                            font-size: 5vw;
                        }
                        &::before {
                            position: absolute;
                            content: '';
                            clip-path: polygon(0 0, 100% 0, 50% 100%);
                            background-color: var(--blue01);
                            width: 1em;
                            height: 0.75em;
                            left: 50%;
                            bottom: -0.7em;
                            transform: translateX(-50%);
                        }
                    }
                }
                & h3 {
                    font-family: var(--fontFamily-sans-noto);
                    font-weight: 700;
                    font-size: clamp(3.2rem, 5.324vw, 3.7rem);
                    line-height: 1.2;
                    margin-block: 0.5em 0.3em;
                    padding: 0;
                    @media screen and (max-width: 600px) {
                        font-size: 7.7vw;
                    }
                }
                & .teltxt {
                    display: block;
                    border: 2px solid var(--blue03);
                    color: var(--blue03);
                    font-weight: bold;
                    font-size: 2.2rem;
                    padding: 0.4em;
                    line-height: 1;
                    text-align: center;
                    background-color: #fff;
                    @media screen and (max-width: 834px) {
                        text-align: left;
                        width: fit-content;
                    }
                    @media screen and (max-width: 600px) {
                        font-size: 5.4vw;
                        line-height: 1.2;
                    }
                }
                & .consulBtn {
                    margin: 0.5em auto 0;
                    @media screen and (max-width: 834px) {
                        margin: 0.5em auto 0 0;
                    }
                    @media screen and (max-width: 600px) {
                        margin: 0.5em auto 0;
                    }
                }
            }
        }
    }
}
