<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.camp_suit{
    margin-top: -3.2vw;
    max-width: 100%;
    margin: 0 auto;
    .text {
        font-size: 14px;
    }
    
.button_area{
    pointer-events: auto;
}

.popup_wrapper{
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility 0s .6s; /*opacityとvisibilityを遅延させる*/
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    .popup_area{
        .popup_inner{
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 89vw;
            height: 100%;
            max-height: 440px;
            background-color: #fff;
            opacity: 0;
            visibility: hidden;
            .close_btn{
                background-image: url('/special/2025/camp_suit_05/images/close_btn.svg');
                background-repeat: no-repeat;
                background-size: contain;
                text-align: center;
                width: 33px;
                height: 33px;
                position: absolute;
                top: -13px;
                right: -18px;
            }
            .popup_contents{
                padding: 20px 3vw 0;
                    h2{
                        font-size: clamp(15px,66vw,16px);
                        position: relative;
                        padding-left: 6vw;
                        line-height: 1.5;
                        &amp;::before{
                            content: '';
                            background-size: contain;
                            background-repeat: no-repeat;
                            position: absolute;
                            left: 0;
                            display: block;
                            width: 18px;
                            height: 18px;
                        }
                    }
                
                .block_1{
                    h2{
                        &amp;::before{
                            background-image: url('/special/2025/camp_suit_05/images/popup_hd_1.svg');
                            bottom: -1px;
                        }
                    }
                    .logo_flex{
                        display: flex;
                        align-items: flex-start;
                        justify-content: center;
                        margin-top: 10px;
                        margin-bottom: 20px;
                        text-align: center;
                        .qr{
                            img{
                                max-width: 27vw;
                            }
                        }
                        .app{
                            margin-right: 25px;
                            .logo{
                                img{
                                    max-width: 27vw;
                                }
                            }
                        }
                        .google{
                            .logo{
                                position: relative;
                                top: -6px;
                                img{
                                    max-width: 35vw;
                                }
                            }
                            .qr{
                                position: relative;
                                top: -12px;
                            }
                        }
                    }
                }
            .block_2{
                h2{
                    margin-bottom: 10px;
                    &amp;::before{
                        background-image: url('/special/2025/camp_suit_05/images/popup_hd_2.svg');
                        top: 4px;
                    }
                }
                .mock{
                    text-align: center;
                    img{
                        max-width: 90px;
                    }
                 }
              }
            }
        }
    }
}

.popup_wrapper_active{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.6s ease;
    .popup_area{
        .popup_inner{
            opacity: 1;
            visibility: visible;
        }
    }
}

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

    #sp{
        display: block;
    }
    #pc{
        display: none;
    }

    .flow_wrapper {
        .flow_area {
            .flow_inner{
                .card {
                    width: 100%;
                    max-width: 75vw;
                    /* height: 182px; */
                    margin: 0 auto 80px;
                }
                .card_1{
                    .img{
                        margin-bottom: 20px;
                    }
                }
                .card_5{
                    margin: 0 auto;
                }
            }
        }
    }


    .question_wrapper{
        .question_area{
            h3{
                font-size: 18px;
                text-align: center;
                color: #213b70;
                margin-bottom: 15px;
            }
            .frequent_area{
                .frequent_block{
                    margin-bottom: 20px;
                    .f_question{
                        margin-bottom: 10px;
                    }
                    .f_answer{
                        font-weight: 600;
                        color: #0ca5b0;
                    }
                }
            }
        }
    }

}

@media screen and (min-width:769px){
    #sp{
        display: none;
    }
    #pc{
        display: block;
    }

    .caution{
        font-size: 12px;
    }

    .common_btn,
    .common_btn_close {
        width: 500px;
        height: 80px;
        font-size: 18px;
    }

    .common_btn:hover{
        transform: translate(3px,3px);
        box-shadow: none;
    }

    .common_hd{
        font-size: 32px;
        letter-spacing: 0;
    }

    /*アンカーリンクを追従させるためのコード*/
        .s_btn_scroll_wrapper {
            .s_btn_scroll_area {
                padding: 20px 0px 0px;
                .s_btn_scroll_inner {
                    ul {
                        li {
                            a {
                                font-size: 16px;
                            }
                        }
                    }
                }
            }
        }

    .popup_wrapper{
        .popup_area{
            .popup_inner{
                width: 70%;
                height: 400px;
                .close_btn{
                    width: 48px;
                    height: 48px;
                }
                .popup_contents{
                    height: 400px;
                    display: flex;
                    justify-content: center;
                    padding: 40px 20px 40px;
                        h2{
                            font-size: 20px;
                            position: relative;
                            padding-left: 0;
                            line-height: 1.5;
                            letter-spacing: -0.05em;
                            padding-left: 45px;
                            &amp;::before{
                                content: '';
                                background-size: contain;
                                background-repeat: no-repeat;
                                position: absolute;
                                top: 0;
                                left: 0;
                                display: block;
                                width: 32px;
                                height: 35px;
                            }
                        }
                    
                    .block_1{
                        margin-right: 40px;
                        width: calc(50% - 10px);
                        height: 100%;
                        padding: 20px 20px;
                        background-color: #f5f8f8;
                        h2{
                            &amp;::before{
                                background-image: url('/special/2025/camp_suit_05/images/popup_hd_1.svg');
                                bottom: -1px;
                            }
                        }
                        .logo_flex{
                            display: flex;
                            align-items: flex-start;
                            justify-content: center;
                            margin-top: 30px;
                            margin-bottom: 20px;
                            text-align: center;
                            .qr{
                                img{
                                    max-width: 7vw;
                                }
                            }
                            .app{
                                width: 160px;
                                margin-right: 8%;
                                .logo{
                                    margin-bottom: 8px;
                                    a{
                                        img{
                                            max-width: 6vw;
                                        }
                                    }
                                }
                            }
                            .google{
                                width: 160px;
                                .logo{
                                    position: relative;
                                    top: -4px;
                                    a{
                                        img{
                                            max-width: 8vw;
                                        }
                                    }
                                }
                                .qr{
                                    top: -5px;
                                }
                            }
                        }
                    }
                .block_2{
                    width: calc(50% - 20px);
                    padding: 20px 20px;
                    background-color: #f5f8f8;
                    width: 27vw;
                    h2{
                        margin-bottom: 20px;
                        &amp;::before{
                            background-image: url('/special/2025/camp_suit_05/images/popup_hd_2.svg');
                            bottom: 14px;
                        }
                    }
                    .mock{
                        img{
                            max-width: 80px;
                        }
                     }
                  }
                }
            }
        }
    }

        #mv{
            /* background-image: url('/special/2025/camp_suit_05/images/mv_bg_pc.svg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; */
            background-size: auto auto;
background-color: rgba(222, 237, 17, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(249, 249, 22, 1) 5px, rgba(249, 249, 22, 1) 10px );
            max-width: 100%;
            min-height: 600px;
            padding: 0;
            .mv_logo {
                width: 100%;
                height: 100px;
                background-color: #223a70;
                .mv_logo_inner {
                    position: relative;
                    margin-inline: auto;
                    width: 1120px;
                    text-align: center;
                    img {
                    width: 520px;
                }
                    .graduate{
                        top: 0;
                        img{
                          max-width: 120px;
                          min-height: 40px;
                        }
                      }
                    
                }
            }
            .mv_area{
                width: 690px;
                margin: 0 auto;
                text-align: left;
                padding: inherit;
                  img {
                    width: 620px;
                    margin: 35px 0;
                  }
            }
            .finTitle {
                width: 800px;
                padding: 80px 20px;
                background: rgb(235 227 227 / 92%);
                border: #b1acac solid 8px;
                position: absolute;
                top: 80px;
                text-align: center;
                left: 50%;
                transform: translateX(-50%);
                z-index: 15;
                &amp; a {
                    color: #F73E9D;
                    text-decoration: underline;
                    &amp;:hover {
                        color: #0CA5B0;
                    }
                }
                .t24 {
                    font-size: 30px;
                  }
                  p {
                    font-size: 24px;
                    line-height: 1.6;
                    letter-spacing: 0.1em;
                  }
            }
        }

        .button_area{
            padding: 60px 0;
        }

        .scroll_area{
            padding: 20px 0;
            .common_btn,
            .common_btn_close {
                width: 350px;
                height: 60px;
                font-size: 18px;
            }
        }

        nav{
            background-color: #fff;
            .nav_area{
                width: 1120px;
                margin: 0 auto;
                padding: 0 0 40px;
                .nav_inner{
                    .nav_btn{
                        font-size: 18px;
                        height: 60px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: 0;
                        letter-spacing: 0;
                        border: 3px solid #213b70;
                        &amp;:hover{
                            background-color: #213b70;
                            color: #fff;
                        }
                    }
                }
            }
        }
        .scroll_nav{
            .nav_area{
                .nav_inner{
                    width: 70%;
                    margin: 0 auto;
                    left: 0;
                    right: 0;
                }
            }
        }

        .about_wrapper{
            padding: 40px 5vw 40px;
            position: relative;
            z-index: 0;
            &amp;::before{
                content: '';
                background-image: url('/special/2025/camp_suit_05/images/about_copy.svg');
                background-size: contain;
                background-repeat: no-repeat;
                width: 88vw;
                height: 252px;
                position: absolute;
                bottom: -10px;
                left: 0;
                right: 0;
                z-index: -1;
                margin: 0 auto;
            }
            .about_area{
                .common_hd{
                    font-size: 40px;
                    letter-spacing: 0.05em;
                }
            }
            
        }

        .reason_wrapper {
            .reason_area {
                &amp;::before{
                    display: none;
                }
                .swiper-slide{
                    height: 400px;
                }
                .swiper{
                    padding-bottom: 40px;
                    .swiper-button-prev,
                    .swiper-button-next{
                        display: none;
                    }
                    .swiper-pagination{
                        display: none;
                    }
                    .swiper-wrapper{
                        justify-content: center;
                        gap: 20px;
                        .swiper-slide{
                            width: 100%;
                            max-width: 320px;
                        }
                       .slide_1 {
                          .card_block {
                            .contents{
                                .text_2{
                                    width: 100%;
                                    padding-left: 60px;
                                    margin: 0 auto 20px;
                                    text-align: center;
                                    &amp;::before{
                                        left: 55px;
                                    }
                                    &amp;::after{
                                        left: 0;
                                        right: 0;
                                        margin: 0 auto;
                                    }
                                    }
                                .text_3{
                                    margin-bottom: 45px;
                                    &amp;::before{
                                        bottom: -30px;
                                        left: 0;
                                        right: 0;
                                        margin: 0 auto;
                                        }
                                    }
                                }
                            }
                        }
    
                        .slide_2 {
                            .card_block {
                                .contents {
                                    .answer {
                                        padding-bottom: 30px;
                                    }
                                }
                            }
                        }
    
                        .slide_3 {
                              .card_block {
                                .contents {
                                     .flex {
                                        margin-bottom: 25px;
                                        div {
                                           .suit {
                                                width: 100%;
                                                max-width: 100%;
                                                text-align: center;
                                                img{
                                                    max-width: 97px;
                                                }
                                            }
                                            .text{
                                                font-size: 14px;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }

            .result_block {
                /* background-image: url(/special/2025/camp_suit_05/images/slide_result.svg); */
                background-size: cover;
                background-repeat: no-repeat;
                width: 100%;
                padding: 60px 0;
                text-align: center;
                p {
                    font-size: 32px;
                    line-height: 1.5;
                    font-weight: 600;
                    color: #fff;
                }
            }

        }

        .flow_wrapper {
            .common_hd{
                margin-bottom: 40px;
            }
            .flow_area {
                padding: 0;
                width: 1120px;
                margin: 0 auto;
                .flow_inner{
                    padding: 0;
                    display: flex;
                    flex-wrap: wrap;
                .card {
                    width: calc((100% / 3) - 20px);
                    /* height: 185px; */
                    margin-right: 20px;
                    margin-bottom: 40px;
                    &amp;::after{
                        display: none;
                    }
                    h3{
                        font-size: 24px;
                        .sub{
                            margin-bottom: 5px;
                        }
                    }
                    .img{
                        height: 60px;
                        margin-bottom: 10px;
                        }
                        .card_inner {
                            .text  {
                                font-size: 16px;
                            }
                        }
                    }
                .card:nth-of-type(3){
                    .img{
                        margin-bottom: 0;
                    }
                }
                .card:nth-last-of-type(1){
                    margin-right: 0;
                }
                }
            }
        }

        .suit_wrapper{
            padding: 30px 0;
            .suit_area{
                width: 1000px;
                margin: 0 auto;
                h3{
                    font-size: 24px;
                    padding-bottom: 40px;
                }
                .logo {
                    margin-bottom: 60px;
                    img {
                        max-width: 173px;
                    }
                }
                .text{
                    margin: 0 auto;
                    text-align: justify;
                    padding-bottom: 0;
                    br{
                        display: none;
                    }
                }
                .flex{
                    /* justify-content: space-between; */
                    margin: 20px 0 0;
                    p{
                        width: 26vw;
                    }
                }
                .caution{
                    padding-left: 0;
                    font-size: 12px;
                }
            }
        }

        .try_wrapper{
            padding: 30px 0;
            .try_area{
                width: 1000px;
                margin: 0 auto;
                .text{
                    text-align: left;
                }
                .video {
                    margin: 0 auto;
                    width: 500px;
                    p{
                        padding-bottom: 10px;
                    }
                    iframe {
                        width: 100%;
                        height: 280px;
                        margin-bottom: 5px;
                    }
                    .caution{
                        padding-bottom: 0;
                        text-align: left;
                    }
                }
            }
        }

        .question_wrapper{
            .question_area{
                padding: 0;
                width: 1000px;
                margin: 0 auto;
                .other_q{
                    font-size: 24px;
                    text-align: center;
                    color: #213b70;
                    padding-bottom: 30px;
                }
                .frequent_area{
                    .frequent_block{
                        padding-bottom: 30px;
                        .f_question{
                            padding-bottom: 10px;
                            font-size: 16px;
                        }
                        .f_answer{
                            font-size: 16px;
                            color: #0ca5b0;
                        }
                    }
                }
                .q_block{
                    .q_hd{
                        padding: 0 0 0 15px;
                        height: 40px;
                        text-align: center;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        &amp;::before,&amp;::after{
                            bottom: 20px;
                        }
                    }
                    .q_hd:hover{
                        opacity: .6;
                    }
                    .ac{
                        .question{
                            cursor: pointer;
                        }
                        .answer{
                            ol{
                                li{
                                    font-size: clamp(0.9rem, 0.783rem + 0.52vw, 1rem);
                                    line-height: 1.5;
                                    font-weight: 600;
                                }
                            }
                        }
                    }
                }
            }
        }

        .campaign_wrapper{
            .campaign_area{
                padding: 0;
                width: 1000px;
                margin: 0 auto;
                .campaign_block{
                    .text_block{
                        padding: 10px 20px;
                    }
                }
            }
        }

    }
}

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

    .l_siteWrap.bg-trp .l_siteContents {
        padding-top: 0;
    }
}</pre></body></html>