.l-bg__wrap {
    .mv {

        h2 {
            img {
                width: 15.9vw;
            }
        }

         > img {
            top: var(--p190-spa);
            right: var(--p220-spa);
            width: 39.3vw;
        }
    }
}

.l-main {
    .intro {
        text-align: center;
        padding-bottom: var(--p160-spa);

        p {
            font-size: var(--14to20);
            line-height: var(--lh-26);
            margin-bottom: var(--p120-spa);
        }

        .wrap {
            ul {
                display: flex;
                align-items: center;
                justify-content: space-between;

                li {

                    width: 17vw;
                    border-left: 4px dotted var(--blue);
                    
                    a {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        transition: 0.3s;

                        span {
                        margin-bottom: var(--p30-spa);
                        width: var(--p60-spa);
                        display: block;

                        img {
                            width: 100%;
                        }
                    }

                    p {
                        font-size: var(--16to22);
                        font-weight: var(--fw-700);
                        margin-bottom: var(--p35-spa);
                    }

                    > img {
                        width: var(--p45-spa);
                        transition: 0.3s;
                    }
                    }

                    &:last-child {
                        border-right: 4px dotted var(--blue);
                    }

                    &:hover {
                        a {
                            transition: 0.3s;

                            > img {
                                transition: 0.3s;
                                transform: translateY(5px);
                            }
                        }
                    }
                }
            }
        }
    }

    .sect-group {

        section:nth-child(odd) {
            .container {
                background-color: var(--l-blue);
                padding-left: var(--p310-spa);
            }
        }

        section:nth-child(even) {
            .container {
                flex-direction: row-reverse;
                background-color: var(--yellow);
                padding-right: var(--p310-spa);
            }
        }

        section:nth-child(2),
        section:nth-child(3),
        section:nth-child(4) {
            margin-top: -13.5vw;
        }
    }

    .about-wrap {
        .container {
            padding-top: 11.7vw;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            position: relative;

            .text-wrap {

                width: 33.9vw;

                h3 {
                    display: flex;
                    align-items: flex-end;
                    justify-content: flex-start;
                    gap: var(--p40-spa);
                    font-size: var(--22to42);
                    margin-bottom: var(--p65-spa);
                    font-weight: var(--fw-700);
                    letter-spacing: var(--lsp-100);
                }

                .sub {
                    font-size: var(--18to28);
                    letter-spacing: var(--lsp-55);
                    margin-bottom: var(--p40-spa);
                    font-weight: var(--fw-700);
                    line-height: var(--lh-30);
                    margin-bottom: var(--p120-spa);
                }

                .content {

                    .inner {
                        padding-top: var(--p100-spa);
                        padding-bottom: var(--p80-spa);
                        position: relative;

                        &:last-child {
                            margin-bottom: 0;
                        }
                    }

                    h4 {
                        color: #fff;
                        font-weight: var(--fw-700);
                        font-size: var(--16to24);
                        background-color: var(--blue);
                        border-radius: var(--p10-spa);
                        padding: var(--p20-spa);
                        width: 18.2vw;
                        position: relative;
                        text-align: center;
                        margin-left: auto;
                        margin-right: auto;
                        position: absolute;
                        left: 50%;
                        top: -2vw;
                        transform: translateX(-50%);

                        &::before,&::after {
                            content: "";
                            display: block;
                            width: 8px;
                            height: 8px;
                            background-color: #fff;
                            border-radius: 50%;
                            position: absolute;
                            top: 50%;
                            transform: translateY(-50%);
                        }

                        &::before {
                            left: var(--p20-spa);
                        }

                        &::after {
                            right: var(--p20-spa);
                        }
                    }

                    .inner {
                        background-color: #fff;
                        border-radius: var(--p30-spa);
                        margin-bottom: var(--p110-spa);
                        padding-left: var(--p70-spa);
                        padding-right: var(--p70-spa);
                        
                        p {
                            font-size: var(--14to16);
                            line-height: var(--lh-26);
                        }
                    }
                }
            }

            > img {
                will-change: transform;
                transition: transform 0s;
            }
        }
    }

    .support#support {
        .container {
            .text-wrap {
                h3 {
                    img {
                        width: 5vw;
                    }
                }

                .sub {
                    margin-bottom: var(--p40-spa);
                }

                .desc {
                    font-size: var(--14to18);
                    margin-bottom: var(--p120-spa);
                    line-height: var(--lh-26);
                }
            }

            .content {
                h4 {
                    margin-bottom: var(--p60-spa);
                    position: static;
                    transform: translateX(0);
                }

                .inner {
                    padding-top: var(--p60-spa);
                    padding-bottom: var(--p70-spa);
                    margin-bottom: var(--p50-spa);

                    h5 {
                        color: var(--blue);
                        font-size: var(--16to22);
                        letter-spacing: var(--lsp-60);
                        margin-bottom: var(--p20-spa);
                        font-weight: var(--fw-700);
                        line-height: var(--lh-18);
                        display: flex;
                        align-items: center;
                        justify-content: flex-start;
                        gap: var(--p10-spa);

                        span {
                            font-family: var(--ff-jost);
                            padding-top: 0.2vw;
                        }
                    }
                }

                .last-inner {
                    margin-bottom: 0;
                }
            }

            > img {
                width: 38.5vw;
                position: absolute;
                top: 7.2vw;
                right: var(--p120-spa);
            }
        }
    }

    .repair {
        .container {
            .text-wrap {
                h3 {
                    img {
                        width: 5vw;
                    }
                }
            }

            > img {
                width: 36.5vw;
                position: absolute;
                top: 7.3vw;
                left: var(--p160-spa);
            }
        }
    }

    .interior#interior {
        .container {
            .text-wrap {
                h3 {
                    img {
                        width: 6.1vw;
                    }
                }

                .content {
                    .interior-illust {
                        p {
                            font-size: var(--14to20);
                            letter-spacing: var(--lsp-20);
                            line-height: 1.4;
                            font-weight: var(--fw-700);
                            background-color: var(--m-blue);
                            border-radius: 100px;
                            padding: var(--p50-spa) 40px;
                            text-align: center;
                            position: relative;
                            margin-bottom: var(--p65-spa);

                            &::after {
                                content: "";
                                display: block;
                                width: 0;
                                height: 0;
                                border-left: 17.5px solid transparent;
                                border-right: 17.5px solid transparent;
                                border-top: 25px solid var(--m-blue);
                                position: absolute;
                                bottom: -15px;
                                left: 50%;
                                transform: translateX(-50%);
                            }
                        }

                        > img {
                            margin-left: auto;
                            margin-right: auto;
                            width: 15vw;
                        }
                    }
                }
            }

            > img {
                width: 38.5vw;
                position: absolute;
                top: 7.3vw;
                right: var(--p120-spa);
            }
        }
    }

    .asset#asset {
        .container {

            padding-bottom: 0;

            .text-wrap {
                h3 {
                    img {
                        width: 6.4vw;
                    }
                }
            }

            > img {
                width: 36.4vw;
                position: absolute;
                top: var(--p180-spa);
                left: var(--p160-spa);
            }
        }
    }

    /* bread */
    .bread {
        background-color: var(--yellow);
    }
}

@media screen and (max-width:768px) {

    .l-bg__wrap {
    .mv {

        h2 {
            img {
                width: 39.7vw;
            }
        }

         > img {
            top: 60vw;
            right: var(--p25-spa);
            width: 73vw;
        }
    }
    }

    .l-main {
        .intro {

            padding-bottom: var(--p80-spa);

            p {
                margin-bottom: var(--p50-spa);
                text-align: left;
            }

            .wrap {
                ul {
                    flex-direction: column;

                    li {
                        width: 100%;
                        border-left: none;
                        border-right: none;
                        border-top: 1px solid var(--gray);
                        transition: 0s;

                        a {
                            flex-direction: row;
                            padding-top: var(--p20-spa);
                            padding-bottom: var(--p20-spa);
                            position: relative;
                            gap: var(--p20-spa);
                            transition: 0s;

                            span {
                                margin-bottom: 0;
                                width: auto;

                                img {
                                    width: 6.4vw;
                                }
                            }

                            p {
                                margin-bottom: 0;
                            }

                            > img {
                                width: var(--p30-spa);
                                position: absolute;
                                right: 0;
                                top: 50%;
                                transform: translateY(-50%);
                            }
                        }

                        &:last-child {
                            border-right: none;
                            border-bottom: 1px solid var(--gray);
                        }

                        &:hover {
                            a {
                                background-color: #fff;
                                transition: 0s;
                            }
                        }

                        &:hover {
                            a {
                                > img {
                                    transition: 0s;
                                    transform: translateY(-50%);
                                }
                            }
                        }
                    }
                }
            }
        }

        .sect-group {

        section:nth-child(odd) {
            .container {
                padding-left: var(--p25-spa);
                padding-right: var(--p25-spa);
                flex-direction: column;
            }
        }

        section:nth-child(even) {
            .container {
                flex-direction: column;
                padding-left: var(--p25-spa);
                padding-right: var(--p25-spa);
            }
        }

        section:nth-child(2),
        section:nth-child(3),
        section:nth-child(4) {
            margin-top: -16vw;
        }
        }

        .about-wrap {
        .container {
            padding-top: 21.3vw;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            position: relative;

            .text-wrap {
                width: 100%;
                margin-bottom: var(--p60-spa);

                h3 {
                    gap: var(--p15-spa);
                    margin-bottom: var(--p40-spa);
                }

                .sub {
                    margin-bottom: var(--p70-spa);
                }

                .content {

                    .inner {
                        padding-top: var(--p60-spa);
                        padding-bottom: var(--p60-spa);
                    }

                    h4 {
                        padding: 4.3vw;
                        width: 64vw;
                        top: -6vw;

                        &::before,&::after {
                            width: 5px;
                            height: 5px;
                        }

                        &::before {
                            left: var(--p10-spa);
                        }

                        &::after {
                            right: var(--p10-spa);
                        }
                    }

                    .inner {
                        border-radius: var(--p25-spa);
                        margin-bottom: 16.7vw;
                        padding-left: var(--p25-spa);
                        padding-right: var(--p25-spa);
                    }
                }
            }
        }
        }

        .support#support {
        .container {
            .text-wrap {
                h3 {
                    img {
                        width: 12vw;
                    }
                }

                .sub {
                    margin-bottom: var(--p20-spa);
                }

                .desc {
                    margin-bottom: var(--p60-spa);
                }
            }

            .content {
                h4 {
                    margin-bottom: var(--p40-spa);
                }

                .inner {
                    padding-top: var(--p40-spa);
                    padding-bottom: var(--p40-spa);
                    margin-bottom: var(--p30-spa);

                    h5 {
                        margin-bottom: var(--p20-spa);
                        gap: var(--p5-spa);
                    }
                }

                .last-inner {
                    margin-bottom: 0;
                }
            }

            > img {
                width: 89.3vw;
                position: static;
            }
        }
    }

    .repair {
        .container {
            .text-wrap {
                h3 {
                    img {
                        width: 14.1vw;
                    }
                }
            }

            > img {
                width: 86.6vw;
                position: static;
            }
        }
    }

    .interior#interior {
        .container {
            .text-wrap {
                h3 {
                    img {
                        width: 14.1vw;
                    }
                }

                .content {
                    .interior-illust {

                        display: flex;
                        align-items: center;
                        justify-content: center;
                        position: relative;

                        p {
                            background-color: var(--m-blue);
                            border-radius: 50%;
                            width: 53.3vw;
                            height: 53.3vw;
                            margin-bottom: 0;
                            position: relative;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding: 0;
                            line-height: var(--lh-20);

                            &::after {
                                display: none;
                            }
                        }

                        > img {
                            margin-left: auto;
                            margin-right: auto;
                            width: 15vw;
                        }

                        .deco1 {
                            position: absolute;
                            top: var(--p20-spa);
                            left: 0;
                            width: 11.4vw;
                        }

                        .deco2 {
                            position: absolute;
                            top: var(--p20-spa);
                            right: 0;
                            width: 18.9vw;
                        }
                    }

                    .interior-illust.pc-view {
                        display: none;
                    }
                }
            }

            > img {
                width: 89.3vw;
                position: static;
            }
        }
    }

    .asset#asset {
        .container {

            .text-wrap {
                h3 {
                    img {
                        width: 14.6vw;
                    }
                }
            }

            > img {
                width: 86.6vw;
                position: static;
            }
        }
    }
    }

}