@charset "UTF-8";

    .wrapper_item {
        background: #fff;
    }
    #lv p {
        display: none;
    }

    #lv div {
        background-color: #3fa9f5;
        opacity: 1;
    }

    #lv_outer {
        position: relative;
        background: #3fa9f5;
    }


    img {
        height: auto !important;
    }

    #strengths_ttl+section .inner_item_img {
        padding: 5rem 0;
    }

    #strengths_inner+div .wrapper_item {
        padding: 0 10rem 10rem;
    }

    #strengths_ttl+section .content_wrapper::before {
        content: "";
        position: absolute;
        top: 51%;
        left: 5%;
        width: 90%;
        height: 107%;
        border: 3px solid #3FA9F5;
        pointer-events: none;
        box-sizing: border-box;
        z-index: 0;
    }

    #strengths_ttl+section .content_wrapper {
        position: relative;
    }

    #strengths_ttl+section .inner_item_img {
        position: relative;
        z-index: 2;
    }

    #strengths_inner+div .wrapper_item::before {
        content: "";
        position: absolute;
        top: -10%;
        left: 3.5%;
        width: 93.1%;
        height: 105%;
        border: 3px solid #3FA9F5;
        pointer-events: none;
        box-sizing: border-box;
        z-index: 1;
    }

    #strengths_inner+div .wrapper_item {
        position: relative;
        z-index: 2;
    }




    @media screen and (max-width: 768px) {
        #contact_ttl+section .inner_item_img {
            padding: 0 5rem !important;
        }

        #contact_ttl+section .wrapper_item::before {
            left: 0% !important;
            width: 100% !important;
        }

        #contact_btn+div .wrapper_item {
            padding: 0 3rem !important;
        }

        .sp_br {
            display: block;
        }

        #choice_txt+section .wrapper_item {
            padding: 0 1rem !important;
        }

        .parallax_img {
            background-image: url(/common/upload_data/asset-incjp2/image/20251017123552.png) !important;
        }

        #contact_inner+section .content_wrapper::before {
            left: 5.1% !important;
            width: 89.7% !important;
        }

        #contact_btn+div .content_wrapper::before {
            left: 5.1% !important;
            width: 89.7% !important;
        }

        #contact_inner+section .content_wrapper::after {
            left: 5.1% !important;
            width: 89.7% !important;
            height: 112% !important;
        }

        div#lv {
            min-height: 52vw !important;
        }

        #strengths_ttl+section .inner_item_img {
            padding: 2rem 5rem !important;
        }

        #strengths_ttl+section .content_wrapper::before {
            left: 8.2% !important;
            width: 83.6% !important;
        }

        #strengths_inner+div .wrapper_item {
            padding: 0 3rem 5rem !important;
        }
        #strengths_inner+div .wrapper_item::before {
            height: 109% !important;
        }
    }

    @media screen and (min-width: 767px) {
        .sp_br {
            display: none;
        }
    }