@charset "UTF-8";
.orange{
    color: #FA621B;
    display: contents;
    font-weight: 700;
    }
.pink{
    color: #F73E9D;
}
.scroll_area{
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px -2px 4px 0 rgba(0,0,0,0.2);
    position: fixed;
    bottom: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    .btn_area{
        display: flex;
        gap: 20px;
        .btn{
            background-color: #F73E9D;
            box-shadow: 0px 6px 0px 0px #BA1C6D;
            color: white;
            height: 50px;
            width: 250px;
            display: flex;
            border-radius: 8px;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            text-align: center;
            line-height: 1.2;
        }
        .btn2{
            background-color: #FFF116;
            box-shadow: 0px 6px 0px 0px #AFA61C;
            color: #2D3636;
            height: 50px;
            width: 250px;
            display: flex;
            border-radius: 8px;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            text-align: center;
            line-height: 1.2;
        }
    }
  
}

@media screen and (min-width: 768px) {
    .sp {
        display: none!important;
    }
    
    #mv{
        .mv_area{
            background: #F73E9D;
            background-image: url('/special/2026/camp_28_09/images/pc_bg.png');
            background-size: contain;
            background-repeat: repeat-x;
            h1 {
                background-position: center;
                max-height: 400px;
                img {
                    margin: 0 auto;
                    max-height: 400px;
                    max-width: 1120px;
                }
            }
        }
    }
    #sec01{
        background: #F2F4F3;
        background-repeat: repeat-x;
        .contents{
            position: relative;
            margin: 0 auto;
            .top_text_area{
                display: flex;
                justify-content: center;
                padding: 48px 0;
                line-height: 1.5;
                font-size: 28px;
                font-weight: 700;
                gap: 20px;
                .left_area{
                    span{
                        font-size: 14px;
                        vertical-align: text-top;
                    }
                    .attention{
                        font-size: 14px;
                        text-align: right;
                        margin-right: 10px;
                        font-weight: 400;
                        line-height: 1.5;
                    }
                }
            }
            .bottom_data_area{
                background-color: white;
                padding: 30px;
                display: flex;
                width: 750px;
                flex-direction: column;
                align-items: center;
                margin: 0 auto;
                gap: 30px;
                border-radius: 4px;
                .data_title{
                    font-size: 20px;
                    font-weight: 700;
                }
                .data_img_area{
                    height: 173px;
                }
                .attention{
                    font-size: 14px;
                    font-weight: 400;
                    text-align: center;
                    line-height: 1.5;
                }
            }
            .bottom_text_area{
                font-size: 18px;
                font-weight: 400;
                margin: 0 auto;
                width: 900px;
                text-align: center;
                line-height: 1.5;
                padding: 48px 0;
                .strong{
                    font-size: 32px;
                    font-weight: 700;
                    color: #F73E9D;
                    text-decoration: #FFF116 10px underline;
                    text-underline-offset: -5px;
                }
            }
        &::after{
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 450px solid transparent;
            border-right: 450px solid transparent;
            border-top: 90px solid #F2F4F3;
            position: absolute;
            left: calc(50% - 450px);
            bottom: -80px;
        }
        }
    }
    #sec02{
        background: white;
        background-repeat: repeat-x;
        padding: 120px 0;
        .contents{
            margin: 0 auto;
            flex-direction: column;
            gap: 32px;
            display: flex;
                .merit_area{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    .title_area{
                        text-align: center;
                        line-height: 1.5;
                        margin-bottom: 20px;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        p{
                            font-size: 20px;
                            font-weight: 700;
                            margin-bottom: 10px;
                            flex-direction: column;
                            align-items: center;
                            .pink{
                                color: #F73E9D;
                                font-weight: 400;
                                font-size: 18px;
                            }
                        }
                        img{
                            width: 650px;
                        }
                    }
                    .present_area{
                        display: flex;
                        align-items: center;
                        display: flex;
                        .left{
                            width: 350px;
                        }
                        .right{
                            margin-left: 20px;
                            .btn_top_text{
                                font-size: 18px;
                                font-weight: 700;
                                display: flex;
                                justify-content: center;
                                span{
                                    img{
                                        height: 21px;
                                    }
                                }
                            }
                            .btn_area{
                                margin-top: 16px;
                                .btn{
                                    background-color: #FFF116;
                                    box-shadow: 0px 6px 0px 0px #AFA61C;
                                    color: #2D3636;
                                    height: 50px;
                                    width: 350px;
                                    display: flex;
                                    border-radius: 8px;
                                    align-items: center;
                                    justify-content: center;
                                    font-weight: 700;
                                    border: none;
                                    cursor: pointer;
                                    font-size: inherit;
                                    font-family: inherit;
                                    &:hover{
                                        transform: translate(3px, 3px);
                                        box-shadow: none;
                                    }
                                }
                            }
                        }
                    }
                    .tab_area{
                        width: 900px;
                        margin-top: 40px;
                        .tab_btn{
                            display: flex;
                            font-size: 20px;
                            font-weight: 700;
                            background: white;
                            border-radius: 8px;
                            border: 1px solid #00736C;
                            height: 60px;
                            button{
                                flex: 1;
                                padding: 12px;
                                cursor: pointer;
                                background: white;
                                border: none;
                                font-weight: 700;
                                border-radius: 8px;
                                span{
                                    color: white;
                                    background-color: #00736C; 
                                    border-radius: 50%;
                                    width: 30px;
                                    height: 30px;
                                    display: inline-flex;
                                    align-items: center;
                                    justify-content: center;
                                    margin-right: 4px;
                                }
                                &.active{
                                    background: #00736C;
                                    color: white;
                                    border-radius: 8px;
                                    position: relative;
                                    span{
                                        color: #00736C;
                                        background-color: white;
                                    }
                                    &::after{
                                        content: "";
                                        display: inline-block;
                                        width: 0;
                                        height: 0;
                                        border-left: 11px solid transparent;
                                        border-right: 11px solid transparent;
                                        border-top: 12px solid #00736C;
                                        position: absolute;
                                        left: calc(50% - 22px);
                                        bottom: -12px;
                                    }
                                }
                            }
                            
                        }
                        .tab_contents{
                            width: 900px;
                            background-color: #FFFCD5;
                            display: flex;
                            justify-content: center;
                            > div{
                                display: none;
                                padding: 32px;
                                &.active{
                                    display: block;
                                }
                            }
                            .tab_1{
                                .tab_text_area{
                                    display: flex;
                                    flex-direction: column;
                                    gap: 20px;
                                    align-items: center;
                                    margin: 20px auto;
                                    p{
                                        display: flex;
                                        width: 650px;
                                        font-weight: 500;
                                        span{
                                            img{
                                                width: 21px;
                                            }
                                        }
                                    }
                                }
                                .company_list{
                                    background-color: white;
                                    padding: 24px;
                                    font-size: 16px;
                                    line-height: 1.5;
                                    text-align: center;
                                    .title{
                                        text-align: center;
                                        font-weight: 700;
                                    }
                                    .attention{
                                        font-size: 14px;
                                        font-weight: 400;
                                        text-align: center;
                                    }
                                }
                            }
                        }
                    }
                    
                }
            }
        }
    }
    #sec03{
        background: #00736C;
        background-repeat: repeat-x;
        padding: 80px 0;
        .contents{
            .step_area{
                margin: 0 auto;
                width: 960px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 30px;
                .title_area{
                    width: 450px;
                }
                .step_wrap{
                    display: flex;
                    justify-content: space-between;
                    gap: 16px;
                    width: 100%;
                    .white_box{
                        width: calc(100% / 3) ;
                        display: flex;
                        background-color: white;
                        flex-direction: column;
                        padding: 55px 0 0;
                        position: relative;
                        border-radius: 6px;
                        height: 422px;
                        gap: 20px;
                        align-items: center;
                        justify-content: flex-start;
                        .top_img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            img{
                                height: 32px;
                            }
                            
                        }
                        h3{
                            img{
                                max-width: 243px;
                            }
                        }
                        p{
                            font-size: 15px;
                            text-align: center;
                            font-weight: 400;
                            line-height: 1.5;
                            .step_cover{
                                width: 260px;
                            }
                        }
                        .btn{
                            background-color: #F73E9D;
                            box-shadow: 0px 6px 0px 0px #BA1C6D;
                            color: white;
                            height: 50px;
                            width: 90%;
                            display: flex;
                            border-radius: 8px;
                            align-items: center;
                            justify-content: center;
                            font-weight: 700;
                            text-align: center;
                            line-height: 1.2;
                            &:hover{
                                transform: translate(3px, 3px);
                                box-shadow: none;
                            }
                        }
                        .attention{
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1.2;
                        }
                        .popup_btn{
                            color: #00736C;
                            text-decoration: underline;
                            position: relative;
                            font-size: 14px;
                            font-weight: 700;
                            padding-left: 25px;
                            display: block;
                            &::before{
                                content: '';
                                display: block;
                                width: 20px;
                                height: 20px;
                                background-image: url(/special/2026/camp_28_09/images/question_mark.svg);
                                background-repeat: no-repeat;
                                background-size: contain;
                                position: absolute;
                                bottom: -2px;
                                left: 2px;
                                z-index: 1;
                            }
                        }
                    }
                }
                
            }
            
        }
    }
    #sec04{
        background: #F2F4F3;
        padding: 80px 0;
        .entry_area{
            width: 960px;
            margin: 0 auto;
        }
        h2{
            text-align: center;
            font-size: 20px;
            line-height: 1.5;
            color: #2D3636;
            margin-bottom: 64px;
            position: relative;
            .strong{
                font-size: 32px;
                font-weight: 700;
            }
            .pink{
                color: #F73E9D;
            }
            &::before{
                content: '';
                display: block;
                width: 92px;
                height: 26px;
                background-image: url(/special/2026/camp_28_09/images/polygon.svg);
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                bottom: -40px;
                left: calc(50% - 46px);
                z-index: 1;
            }
        }
        .white_block{
            background-color: #fff;
            border-radius: 4px;
            padding: 40px 32px;
            .strong{
                text-align: center;
                color: #2D3636;
                font-size: 20px;
                margin-bottom: 10px;
                font-weight: 700;
                display: flex;
                justify-content: center;
                span{
                    img{
                        height: 24px;
                    }
                }
            }
            h3{
                font-size: 32px;
                text-align: center;
                margin-bottom: 32px;
                color: #F73E9D;
            }
        }
        .btn_block{
            .flex{
                display: flex;
                flex-wrap: wrap;
                gap: 16px 12px;
                margin-bottom: 32px;
            }
            .common_btn{
                width: 215px;
                letter-spacing: -0.05em;
            }
            .flex_bottom{
                display: flex;
                justify-content: space-between;
                .yellow_btn{
                    width: 440px;
                    height: 60px;
                }
            }
        }
        .font_light{
            padding-top: 32px;
        }
        .common_btn{
            width: 250px;
            height: 50px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 14px;
            line-height: 1.5;
        }
        .blue_btn{
            background-color: #00736C;
            color: #fff;
            border: 2px solid #00736C;
            box-shadow: 3px 3px 0px 0px #005853;
            &:hover{
                transform: translate(3px, 3px);
                box-shadow: none;
            }
        }
        .yellow_btn{
            background-color: #FFF116;
            border: 2px solid #FFF116;
            box-shadow: 3px 3px 0px 0px #AFA61C;
            &:hover{
                transform: translate(3px, 3px);
                box-shadow: none;
            }
        }
        
        .link{
            color: #018fe5;
            text-decoration: underline;
            &:hover{
                color: #fa621b;
            }
        }
        .font_light,
        .font_light .link{
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
        }
        .fukidashi_btn{
            text-align: center;
            .top_txt{
                display: flex;
                padding-bottom: 6px;
                position: relative;
                font-weight: bold;
                font-size: 20px;
                justify-content: center;
                span{
                    img{
                        height: 24px;
                    }
                }
            }
            .bottom_txt{
                display: block;
                font-weight: 700;
            }
        }
        .white_box{
                background: white;
                border-radius: 4px;
                width: 960px;
                padding: 32px;
                margin: 48px auto;
                line-height: 1.5;
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 16px;
                .title_area{
                    font-size: 28px;
                    font-weight: 700;
                    color:#00736C;
                    text-align: center;
                }
                h5{
                    color: #F73E9D;
                    font-size: 20px;
                    font-weight: 700;
                    margin-top: 15px;
                }
                h6{
                    color: #2D3636;
                    font-size: 16px;
                    font-weight: 700;
                    margin: 10px 0;
                }
                p{
                    a{
                        color: #F73E9D;
                        font-weight: 700;
                        text-decoration: underline;
                    }
                }
                .notice{
                    font-size: 14px;
                }
            }
    }

@media screen and (max-width: 768px) {
    .pc {
        display: none!important;
    }
    .scroll_area{
        width: 100%;
        height: 80px;
        background-color: #fff;
        box-shadow: 0px -2px 4px 0 rgba(0,0,0,0.2);
        position: fixed;
        bottom: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        .btn_area{
            max-width: 90%;
            .btn{
                width: 200px;
                font-size: 13px;
            }
            .btn2{
                width: 200px;
                font-size: 13px;
            }
        }
  
    }

    #mv{
        .mv_area{
            background-color: #75DBD4;
            h1 {
                background-position: center;
                img {
                    margin: 0 auto;
                }
            }
        }
    }
    #sec01{
        background: #F2F4F3;
        background-repeat: repeat-x;
        .contents{
            position: relative;
            margin: 0 auto;
            .top_text_area{
                width: 100%;
                display: flex;
                justify-content: center;
                padding: 32px 10px;
                line-height: 1.5;
                font-size: 17px;
                font-weight: 700;
                gap: 10px;
                align-items: center;
                .left_area{
                    text-align: center;
                    span{
                        font-size: 12px;
                        vertical-align: text-top;
                    }
                    .attention{
                        font-size: 12px;
                        text-align: center;
                        margin-top: 10px;
                        font-weight: 400;
                        line-height: 1.5;
                    }
                }
                .right_area{
                    img{
                        height: 76px;
                    }
                }
            }
            .bottom_data_area{
                background-color: white;
                padding: 24px;
                display: flex;
                width: 90%;
                flex-direction: column;
                align-items: center;
                margin: 0 auto;
                gap: 16px;
                border-radius: 4px;
                .data_title{
                    font-size: 14px;
                    font-weight: 700;
                }
                
                .attention{
                    font-size: 12px;
                    font-weight: 400;
                    text-align: center;
                    line-height: 1.5;
                }
            }
            .bottom_text_area{
                font-size: 14px;
                font-weight: 400;
                margin: 20px auto 0;
                width: 90%;
                text-align: center;
                line-height: 1.5;
                padding:  0;
                .strong{
                    font-size: 24px;
                    font-weight: 700;
                    color: #F73E9D;
                    background: linear-gradient(transparent 60%, #FFF116 60%);
                    text-decoration: none;
                }
            }
        &::after{
            content: "";
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 50vw solid transparent;
            border-right: 50vw solid transparent;
            border-top: 50px solid #F2F4F3;
            position: absolute;
            bottom: -50px;
            }
        }
    }
    #sec02{
        background: white;
        background-repeat: repeat-x;
        padding: 20px 0;
        .contents{
            margin: 0 auto;
            flex-direction: column;
            gap: 32px;
            display: flex;
                .merit_area{
                    width: 90%;
                    margin: 50px auto 40px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    .title_area{
                        text-align: center;
                        line-height: 1.5;
                        margin-bottom: 20px;
                        p{
                            font-size: 16px;
                            font-weight: 700;
                            margin-bottom: 10px;
                            .pink{
                                color: #F73E9D;
                                font-weight: 400;
                            }
                        }
                        img{
                            max-width: 100%;
                            height: auto;
                        }
                    }
                    .present_area{
                        align-items: center;
                        display: flex;
                        flex-direction: column;
                        gap: 20px;
                        .left{
                            width: 160px;
                        }
                        .right{
                            margin: 0;
                            .btn_top_text{
                                font-size: 16px;
                                font-weight: 700;
                                display: flex;
                                justify-content: center;
                                span{
                                    img{
                                        height: 21px;
                                    }
                                }
                            }
                            .btn_area{
                                margin-top: 16px;
                                .btn{
                                    background-color: #FFF116;
                                    box-shadow: 0px 6px 0px 0px #AFA61C;
                                    color: #2D3636;
                                    height: 50px;
                                    width: 100%;
                                    display: flex;
                                    border-radius: 8px;
                                    align-items: center;
                                    justify-content: center;
                                    font-weight: 700;
                                    border: none;
                                    cursor: pointer;
                                    font-size: inherit;
                                    font-family: inherit;
                                    &:hover{
                                        transform: translate(3px, 3px);
                                        box-shadow: none;
                                    }
                                }
                            }
                        }
                    }
                    .tab_area{
                        width: 100%;
                        margin-top: 30px;
                        .tab_btn{
                            display: flex;
                            font-size: 12px;
                            font-weight: 700;
                            background: white;
                            border-radius: 8px;
                            border: 1px solid #00736C;
                            height: 60px;
                            button{
                                flex: 1;
                                padding: 12px;
                                cursor: pointer;
                                background: white;
                                border: none;
                                font-weight: 700;
                                border-radius: 8px;
                                display: flex;
                                align-items: center;
                                padding: 0 10px;
                                line-height: 1.5;
                                span{
                                    color: white;
                                    background-color: #00736C; 
                                    border-radius: 50%;
                                    width: 20px;
                                    height: 20px;
                                    display: inline-flex;
                                    align-items: center;
                                    justify-content: center;
                                    margin-right: 4px;
                                    padding: 0 10px;
                                }
                                &.active{
                                    background: #00736C;
                                    color: white;
                                    border-radius: 8px;
                                    position: relative;
                                    span{
                                        color: #00736C;
                                        background-color: white;
                                    }
                                    &::after{
                                        content: "";
                                        display: inline-block;
                                        width: 0;
                                        height: 0;
                                        border-left: 11px solid transparent;
                                        border-right: 11px solid transparent;
                                        border-top: 12px solid #00736C;
                                        position: absolute;
                                        left: calc(50% - 22px);
                                        bottom: -12px;
                                    }
                                }
                            }
                            
                        }
                        .tab_contents{
                            background-color: #FFFCD5;
                            > div{
                                display: none;
                                padding: 16px;
                                &.active{
                                    display: block;
                                }
                            }
                            .tab_1{
                                .tab_text_area{
                                    display: flex;
                                    flex-direction: column;
                                    gap: 20px;
                                    align-items: center;
                                    margin: 20px auto;
                                    font-size: 14px;
                                    line-height: 1.5;
                                    p{
                                        display: flex;
                                        width: 100%;
                                        font-weight: 500;
                                        align-items: flex-start;
                                        span{
                                            display: contents;
                                            img{
                                                width: 21px;
                                            }
                                        }
                                    }
                                }
                                .company_list{
                                    background-color: white;
                                    padding: 24px;
                                    font-size: 14px;
                                    line-height: 1.5;
                                    position: relative;
                                    overflow: hidden;
                                    max-height: 20vh;
                                    text-align: center;
                                    &::after{
                                        content: "";
                                        display: block;
                                        position: absolute;
                                        bottom: 0;
                                        left: 0;
                                        width: 100%;
                                        height: 80px;
                                        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
                                        pointer-events: none;
                                        z-index: 4;
                                    }
                                    &.open{
                                        max-height: none;
                                        overflow: visible;
                                        padding-bottom: 24px;
                                        &::after{
                                            display: none;
                                        }
                                        .accordion{
                                            position: static;
                                            margin: 16px auto 0;
                                        }
                                    }
                                    .title{
                                        text-align: center;
                                        font-weight: 700;
                                    }
                                    .attention{
                                        font-size: 12px;
                                        font-weight: 400;
                                        text-align: center;
                                        margin-top: 10px;
                                    }
                                    .accordion{
                                        background-color: #00736C;
                                        color: white;
                                        border-radius: 8px;
                                        font-size: 14px;
                                        font-weight: 700;
                                        height: 50px;
                                        width: 230px;
                                        position: absolute;
                                        z-index: 5;
                                        bottom: 10px;
                                        left: calc(50% - 115px);
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        gap: 6px;
                                        border: none;
                                        cursor: pointer;
                                        font-family: inherit;
                                        span img{
                                            height: 11px;
                                            transition: transform 0.3s;
                                        }
                                    }
                                    &.open .accordion span img{
                                        transform: rotate(180deg);
                                    }
                                }
                            }
                        }
                    }
                    
                }
            }
        }
    
    #sec03{
        background: #00736C;
        background-repeat: repeat-x;
        padding: 40px 0;
        .contents{
            .step_area{
                margin: 0 auto;
                width: 90%;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 30px;
                .title_area{
                    width: 100%;
                }
                .step_wrap{
                    display: flex;
                    justify-content: space-between;
                    gap: 16px;
                    width: 100%;
                    flex-direction: column;
                    .white_box{
                        width: 100% ;
                        display: flex;
                        background-color: white;
                        flex-direction: column;
                        padding: 40px 0 20px;
                        position: relative;
                        border-radius: 6px;
                        height: auto;
                        justify-content: center;
                        gap: 20px;
                        align-items: center;
                        .top_img{
                            position: absolute;
                            top: 0;
                            left: 0;
                            img{
                                height: 32px;
                            }
                            
                        }
                        h3{
                            img{
                                max-width: 243px;
                            }
                        }
                        p{
                            font-size: 15px;
                            text-align: center;
                            font-weight: 400;
                            line-height: 1.5;
                        }
                        .btn{
                            background-color: #F73E9D;
                            box-shadow: 0px 6px 0px 0px #BA1C6D;
                            color: white;
                            height: 50px;
                            width: 90%;
                            display: flex;
                            border-radius: 8px;
                            align-items: center;
                            justify-content: center;
                            font-weight: 700;
                            text-align: center;
                            line-height: 1.2;
                            &:hover{
                                transform: translate(3px, 3px);
                                box-shadow: none;
                            }
                        }
                        .attention{
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 1.2;
                        }
                        .popup_btn{
                            color: #00736C;
                            text-decoration: underline;
                            position: relative;
                            font-size: 14px;
                            font-weight: 700;
                            padding-left: 25px;
                            display: block;
                            &::before{
                                content: '';
                                display: block;
                                width: 20px;
                                height: 20px;
                                background-image: url(/special/2026/camp_28_09/images/question_mark.svg);
                                background-repeat: no-repeat;
                                background-size: contain;
                                position: absolute;
                                bottom: -2px;
                                left: 2px;
                                z-index: 1;
                            }
                        }
                    }
                }
                
            }
            
        }
    }
    #sec04{
        background: #F2F4F3;
        padding: 40px 0;
        .entry_area{
            width: 90%;
        }
        h2{
            font-size: 14px;
            margin-bottom: 56px;
            .strong{
                font-size: 20px;
                font-weight: 700;
            }
            .pink{
                color: #F73E9D;
            }
            &::before{
                content: '';
                display: block;
                width: 92px;
                height: 26px;
                background-image: url(/special/2026/camp_28_09/images/polygon.svg);
                background-repeat: no-repeat;
                background-size: contain;
                position: absolute;
                bottom: -40px;
                left: calc(50% - 46px);
                z-index: 1;
            }
        }
        .white_block{
            padding: 24px 16px;
            .strong{
                margin-bottom: 5px;
                font-size: 16px;
                span::before,
                span::after{
                    height: 25px;
                    bottom: -4px;
                }
            }
            h3{
                font-size: 20px;
                margin-bottom: 16px;
            }
        }
        .fukidashi_btn{
            .top_txt{
                font-size: 18px;
                align-items: center;
                }
            
            .bottom_txt{
                display: block;
                font-weight: 700;
            }
        }
        .btn_block{
            .common_btn{
                width: 48%;
                letter-spacing: 0;
                height: 50px;
                padding: 4px;
            }
            .flex_bottom{
                flex-direction: column;
                gap: 24px;
                .yellow_btn{
                    width: 100%;
                }
            }
        }
        .white_box{
                background: white;
                border-radius: 4px;
                width: 90%;
                padding: 16px 20px;
                margin: 40px auto;
                line-height: 1.5;
                display: flex;
                flex-direction: column;
                align-items: center;
                font-size: 14px;
                .title_area{
                    font-size: 20px;
                    font-weight: 700;
                    color:#00736C;
                    text-align: center;
                }
                h5{
                    color: #F73E9D;
                    font-size: 16px;
                    font-weight: 700;
                    margin-top: 15px;
                }
                h6{
                    color: #2D3636;
                    font-size: 14px;
                    font-weight: 700;
                    margin: 10px 0;
                }
                p{
                    a{
                        color: #F73E9D;
                        font-weight: 700;
                        text-decoration: underline;
                    }
                }
                .notice{
                    font-size: 12px;
                }
            }
    }
    
}

#camp_28_09 .entry_area .bnr_block {
    margin: 30px auto 0;
    text-align: center;
    max-width: 380px;
    width: 100%;
}

#camp_28_09 .entry_area .bnr_block h4 {
    line-height: 1.6;
    margin-bottom: 10px;
}

#sec02 .accordion2 .accordion_text_area {
    font-size: 14px;
    font-weight: 400;
    padding: 16px 8px;
    background-color: white;
    border-radius: 4px;
    line-height: 1.5;
}

#sec02 .accordion2 .accordion_text_area h4 {
    color: #00736C;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}

#sec02 .accordion2 .accordion_contents2 {
    display: none;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

#sec02 .accordion2 .accordion_contents2 span img {
    max-width: 100%;
}
#sec02 .accordion2 .accordion_contents2 {
    pointer-events: none;
}

/* ポップアップ表示中のbodyスクロール制御 */
body.popup_open {
    overflow: hidden;
}

/* activityPopup ポップアップのスタイル */
#activityPopup.popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    .popup_area {
        position: relative;
        background: white;
        padding: 0 20px 20px;
        max-height: 90vh;
        overflow: visible;
        box-sizing: border-box;
        
    }
    .close_btn {
        position: absolute;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10000;
        width: 40px;
        height: 40px;
        &:hover {
            opacity: 0.7;
        }
    }
    .popup_inner {
        text-align: center;
        max-height: calc(90vh - 180px);
        overflow-y: auto;
        img {
            max-width: 100%;
            height: auto;
        }
    }
    .data_wrapper {
        h2{
            font-size: 32px;
            text-align: center;
            margin-bottom: 32px;
            color: #00736C;
            padding-top: 40px;
            span{
                position: relative;
            }
            .attention{
                font-size: 14px;
                vertical-align: text-top;
            }
        }
        .white_block{
            padding: 0;
        }
        .sub_text{
            max-width: max-content;
            font-size: 18px;
            color: #fff;
            background-color: #00736C;
            border-radius: 0 0 4px 4px;
            padding: 6px 8px 4px;
        }
        .action_block{
            padding-bottom: 32px;
            .flex{
                display: flex;
                justify-content: space-between;
            }
            .left_block{
                width: 50%;
                position: relative;
                background: #F2F4F3;
                padding: 24px;
                img{
                    padding: 20px 0;
                }
            }
            .right_block{
                width: 50%;
            }
            .illust{
                max-width: 337px;
                margin: 24px auto 0;
            }
            .font_light{
                text-align: center;
            }
        }
        .gray_block{
            background-color: #F2F4F3;
            padding: 16px;
            border-radius: 4px;
            text-align: center;
            font-weight: 700;
            line-height: 1.5;
            h3{
                font-size: 20px;
                line-height: 1.3;
                color: #00736C;
                padding-bottom: 24px;
            }
            ul{
                padding-bottom: 24px;
                text-align: left;
            }
            p{
                text-align: left;
            }
            .font_light{
                padding-top: 24px;
            }
        }
        .font_light,
        .font_light .link{
            font-weight: 400;
            font-size: 14px;
        }
    }
    @media screen and (min-width: 769px) {
        .popup_area {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            border-radius: 4px;
        }
        .close_btn {
            top: -70px;
            right: -10px;
        }
    }
    @media screen and (max-width: 768px) {
        .popup_area {
            width: 90%;
            max-width: none;
            margin: 0 auto;
        }
        .close_btn {
            top: -50px;
            right: 0;
            margin: 0 auto;
        }
        .popup_inner {
            text-align: center;
            max-height: calc(90vh - 180px);
            overflow-y: auto;
            img {
                max-width: 100%;
                height: auto;
            }
        }
        .data_wrapper {
            h2{
                font-size: 20px;
                margin-bottom: 24px;
                padding-top: 20px;
            }
            .sub_text{
                font-size: 14px;
                padding: 3px 8px 4px;
            }
            .action_block{
                padding-bottom: 0;
                .flex{
                    flex-direction: column;
                    gap: 16px;
                }
                .left_block,
                .right_block{
                    width: 100%;
                }
                .left_block{
                    padding: 24px;
                    img{
                        padding: 0 0 24px;
                    }
                }
                .illust{
                    margin: 8px auto 0;
                    img{
                        margin: 0 auto;
                    }
                }
            }
            .gray_block{
                font-size: 14px;
                h3{
                    letter-spacing: -0.05em;
                }
            }
            .font_light,
            .font_light .link{
                font-weight: 400;
                font-size: 12px;
                line-height: 1.5;
            }
        }
    }
}

/* bookPopup ポップアップのスタイル */
#bookPopup.popup_wrapper_book {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    .popup_area {
        position: relative;
        background: white;
        padding: 40px 20px 20px;
        max-height: 90vh;
        overflow: visible;
        box-sizing: border-box;
        margin: 20px;
    }
    .close_btn {
        position: absolute;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10000;
        width: 40px;
        height: 40px;
        &:hover {
            opacity: 0.7;
        }
    }
    .popup_inner {
        text-align: center;
        max-height: calc(90vh - 180px);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 32px;
        img {
            max-width: 100%;
            height: auto;
        }
        .popup_1, .popup_2{
            padding-bottom: 10px;
            h2{
                font-size: 24px;
                font-weight: 700;
                color: white;
                background-color: #00736C;
                border-radius: 4px 4px 0 0;
                padding: 12px 0;
                span{
                    border-radius: 50%;
                    width: 30px;
                    height: 30px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 4px;
                    color: #00736C;
                    background-color: white;
                    margin-right: 10px;
                }
            }
            .book_img_area{
                border: 1px solid #00736C;
                border-radius: 0 0 4px 4px;
                display: flex;
                padding: 32px;
                gap: 16px;
                p{
                    width: calc(100% / 3);
                }
            }
        }
    }
    @media screen and (min-width: 769px) {
        .popup_area {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            padding: 32px;
            border-radius: 4px;
        }
        .close_btn {
            top: -70px;
            right: -10px;
        }
    }
    @media screen and (max-width: 768px) {
        .popup_area {
            width: 90%;
            max-width: none;
            margin: 0 auto;
            box-sizing: border-box;
            padding: 20px;
        }
        .close_btn {
            top: -50px;
            right: 0;
            margin: 0 auto;
        }
        .popup_inner {
            text-align: center;
            max-height: calc(90vh - 120px);
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 32px;
            img {
                max-width: 100%;
                height: auto;
            }
            .popup_1, .popup_2{
            
                h2{
                font-size: 16px;
                font-weight: 700;
                color: white;
                background-color: #00736C;
                border-radius: 4px 4px 0 0;
                padding: 12px 0;
                text-align: left;
                display: flex;
                line-height: 1.5;
                align-items: center;
                justify-content: center;
                span{
                    border-radius: 50%;
                    width: 30px;
                    height: 30px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    margin-right: 4px;
                    color: #00736C;
                    background-color: white;
                    margin-right: 10px;
                    }
                }
                .book_img_area{
                    border: 1px solid #00736C;
                    border-radius: 0 0 4px 4px;
                    display: flex;
                    flex-wrap: wrap;
                    padding: 16px;
                    gap: 16px;
                    p{
                        width: 50%;
                        margin: 0 auto;
                        &:not(:first-child){
                            width: calc(50% - 8px);
                        }
                    }
                }
            }
        }
    }
}