<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 {

    .sp {
        display: block
    }

    ;

    #mv {
        /* background-image: url(/special/2025/camp_suit_06_apply/images/mv_bg.svg);
        background-size: cover; */
        background-image:inherit;
        background-color: #000;;
        width: 100%;
        max-width: 768px;
        height: 100%;
        min-height: 120px;
        padding: 40px 5vw 10px;
        position: relative;
    }

    .common_hd {
        color: #000;
    }

    .reason_wrapper {
        .reason_area {
            &amp;::before {
                display: none;
            }
        }
    }

    .step {
        .popup_area {
            .popup_inner {
                margin: auto;
                width: 89vw;
                height: 100%;
                background-color: #fff;

                .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 {
                        background-color: #f5f8f8;
                        padding: 20px 20px 10px;
                        margin-bottom: 30px;

                        h2 {
                            margin-bottom: 1rem;

                            &amp;::before {
                                background-image: url('/special/2025/camp_suit_06/images/popup_hd_1.svg');
                                /* bottom: -1px; */
                                top: 6px;
                            }
                        }

                        .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 {
                        background-color: #f5f8f8;
                        padding: 20px 20px;

                        h2 {
                            margin-bottom: 10px;

                            &amp;::before {
                                background-image: url('/special/2025/camp_suit_06/images/popup_hd_2.svg');
                                top: 4px;
                            }
                        }

                        .mock {
                            text-align: center;

                            img {
                                max-width: 90px;
                            }
                        }
                    }
                }
            }
        }
    }



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

        #mv {
            /* background-image: url('/special/2025/camp_suit_06_apply/images/mv_bg_pc.svg');
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; */
            max-width: 100%;
            min-height: 160px;
            padding: 30px 0;
            .mv_area {
                width: 70%;
                margin: 0 auto;
                position: relative;
                img {
                    max-width: 0;
                    min-height: 0;
                }
                .graduate {
                    position: absolute;
                    top: -30px;
                    left: 0;
                    img {
                        margin: 0;
                        max-width: 120px;
                        min-height: 40px;
                    }
                }

                .logo_area {
                    .careertasu_logo {
                        width: auto;
                        margin-right: 40px;
                        position: relative;

                        img {
                            max-width: 238px;
                            min-height: 40px;
                        }
                    }

                    .caricuru_logo {
                        width: auto;

                        img {
                            max-width: 184px;
                            min-height: 40px;
                        }
                    }
                }

                .campaign_text {
                    img {
                        max-width: 542px;
                    }
                }


            }
        }

        .step {
            .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_06/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_06/images/popup_hd_2.svg');
                                    bottom: 14px;
                                }
                            }

                            .mock {
                                img {
                                    max-width: 80px;
                                }
                            }
                        }
                    }
                }
            }
        }


    }

    @media screen and (min-width:1505px) {
        .step {
            .popup_area {
                .popup_inner {
                    .popup_contents {
                        .block_2 {
                            .mock {
                                img {
                                    max-width: 100px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

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