body.is_fixed{
    overflow-y: hidden;
    padding-right: 20px;
    padding-top: 5px;
}

.loading_screen{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 999999;
}
.loading_image{
    width: 10%;
    min-width: 250px;
    height: max-content;
    opacity: 0;
    visibility: hidden;
}
.loading_image img{
    width: 100%;
    height: auto;
}
.section{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section_container{
    width: 100%;
    height: max-content;
    padding: 5px;
    overflow: hidden;
    position: relative;
}
.section_container.section_1_container{
    width: 100%;
    height: 100%;
    padding: 0;
}
.section.section_1{
    height: 100vh;
    background: rgba(255, 255, 255, 0.1);
}
.section_top_image_container{
    width: 100%;
    height: 100%;
    background: white;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.section_top_text_box{
    position: absolute;
    z-index: 1;
}
.section_top_text{
    font-size: 4vmax;
    font-weight: bold;
    text-align: justify;
}
.section_top_text .for_shrink{
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.section_top_text_sub{
    font-size: 2vmax;
    font-weight: bold;
    align-self: center;
}

.section_top_image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section_top_image.image_1{
    background-image: url(/img/top_new_1.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.section_top_image.image_2{
    background-image: url(/img/top_new_2.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.section_top_image.image_3{
    background-image: url(/img/top_1_2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media all and (max-width:1024px){
    .section_top_image.image_3{
        background-image: url(/img/top_2_2.webp);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
}
@media all and (max-width:524px){
    .section_top_image.image_1{
        background-image: url(/img/top_new_1_1.webp);
        background-size: auto 100%;
        background-position: top left 45%;
        background-repeat: no-repeat;
    }
    .section_top_image.image_2{
        background-image: url(/img/top_new_2_1.webp);
        background-size: auto 100%;
        background-position: top left 45%;
    }
}

.section_1_logo_box{
    width: 200px;
    height: max-content;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
}
.section_1_logo_box img{
    width: 100%;
    height: auto;
    filter: drop-shadow(1px 1px rgb(255, 255, 255, 0.6));
    -webkit-filter: drop-shadow(1px 1px rgb(255, 255, 255, 0.6));
}

.section.section_slogan{
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 100px;
}
.section_slogan_text_box{
    width: 100%;
    max-width: 1100px;
    height: max-content;
    margin: 20px 0;
    padding: 30px 10px;
    gap: 10px;
    align-items: center;
}
.slogan_text{
    font-size: 4vmax;
    font-weight: bold;
    text-align: justify;
    /* font-feature-settings: "palt"; */
}
.slogan_text .for_large{
    font-size: 4vmax;
    color: rgb(212, 92, 22);
    background: linear-gradient(transparent 70%, rgb(181, 255, 20) 70%);
}
.slogan_text .for_shrink{
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}


.section.section_alert{
    align-items: center;
    height: max-content;
}

.section_container.container_1{
    align-items: center;
}

.section_spacer{
    width: 100%;
    height: 50px;
}

.section_content_container{
    width: 100%;
    height: max-content;
    position: relative;
    overflow: hidden;
}
.section_content_container.container_1{
    max-width: 900px;
    padding: 5px;
    background: rgb(212, 92, 22);
    align-items: center;
    margin-bottom: 50px;
}
.section_content_container.container_2{
    max-width: 1100px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.section_content_container.container_2.for_slider{
    background: rgb(255, 255, 255, 0.6);
    margin-bottom: 20px;
    border: 2px solid white;
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}
.section_content_container.container_2.for_method{
    max-width: 700px;
    background: rgb(255, 255, 255);
    margin-bottom: 20px;
    border: 2px solid white;
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    padding-left: 0;
    padding-right: 0;
}


.section.section_camp{
    margin-top: 50px;
}

.section_camp_title_box{
    width: 100%;
    height: max-content;
    margin: 50px 0 30px;
    position: relative;
}
.section_camp_title{
    font-size: 10vmax;
    letter-spacing: 10px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: rgb(212, 92, 22, 0.5);
}
.section_camp_space{
    padding: 30px;
}
.section_camp_container{
    width: 100%;
    max-width: 1500px;
    height: max-content;
    margin: 0 0 50px;
    align-items: center;
    gap: 30px;
}
.section_camp_box{
    width: 100%;
    max-width: 1000px;
    padding: 5px;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}
.section_camp_box.box_1{
    align-self: flex-start;
}
.section_camp_box.box_2{
    align-self: flex-end;
}
.section_camp_box.box_3{
    align-self: center;
}
.section_camp_main_box{
    width: 100%;
    padding: 30px 0;
    height: max-content;
    justify-content: center;
    align-items: center;
    background: rgb(212, 92, 22, 0.8);
    gap: 10px;
    position: relative;
    z-index: 2;
}
.section_camp_main_box::before,.section_camp_main_box::after{
    position: absolute;
    content: "";
    width: 70%;
    height: 50%;
}
.section_camp_main_box::before{
    top: -10px;
    left: -10px;
    border-top: 10px solid rgb(212, 92, 22);
    border-left: 10px solid rgb(212, 92, 22);
}
.section_camp_main_box::after{
    bottom: -10px;
    right: -10px;
    border-bottom: 10px solid rgb(212, 92, 22);
    border-right: 10px solid rgb(212, 92, 22);
}
.section_camp_model_text{
    position: absolute;
    color: rgb(212, 92, 22);
    top: -60%;
    left: -20%;
    font-size: 64px;
    font-weight: bold;
    padding: 0 10px;
    transform-style: preserve-3d;
    transform: perspective(100vh) rotateX(10deg) rotateY(-50deg);
    border-top: 3px solid rgb(212, 92, 22);
    border-bottom: 3px solid rgb(212, 92, 22);
}
.section_camp_text_box{
    width: max-content;
    padding: 40px;
    gap: 10px;
    background: rgb(212, 92, 22, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: absolute;

}
.section_camp_text_box.box_1{
    top: -10px;
    right: 0;
    align-items: flex-end;
}
.section_camp_text_box.box_2{
    top: -10px;
    left: 0;
    align-items: flex-start;
}
.section_camp_text{
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: white;
}
.section_camp_text.for_under{
    background: linear-gradient(transparent 70%, rgb(255, 255, 75, 0.6) 70%);
    line-height: 1.5;
}
.section_camp_text.for_model{
    font-size: 32px;
}
.section_camp_text.for_model span{
    font-size: 24px;
    font-weight: bold;
    color: white;
}
.section_camp_text.for_model span.for_strong{
    font-size: 64px;
    line-height: 1;
    padding: 0 10px;
    background: linear-gradient(transparent 80%, rgb(255, 255, 75, 0.6) 80%);
}
.section_camp_sub{
    font-size: 18px;
    font-style: italic;
    line-height: 1;
    color: white;
    font-weight: bold;
}
.section_camp_sub.for_model{
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
}
.section_camp_image{
    width: 70%;
    height: max-content;
    align-items: center;
    border: 5px double rgb(212, 92, 22);
}
.section_camp_image img{
    width: 100%;
    height: auto;
}
.section_camp_model{
    height: max-content;
    align-items: center;
    z-index: 1;
    position: relative;
    border-bottom: 3px solid rgb(212, 92, 22);
}
.section_camp_model.box_1{
    width: 30%;
}
.section_camp_model.box_2{
    width: 20%;
}
.section_camp_model.box_3{
    width: 40%;
    max-width: 300px;
    margin-top: 30px;
}
.section_camp_model img{
    width: 100%;
    height: auto;
}


.section.section_2{
    align-items: center;
    height: max-content;
}
.section_text_container{
    width: 100%;
    height: max-content;
    position: relative;
}
.section_text_container.container_1{
    max-width: 1000px;
    margin-bottom: 50px;
}
.section_text_title_box{
    width: max-content;
    height: max-content;
    position: relative;
    margin: 20px 0;
    z-index: 2;
}
.section_text_title_box::before{
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 50%;
    height: 3px;
    border-radius: 100vh;
    background: rgb(212, 92, 22);
}
.text_title{
    font-size: 36px;
    font-weight: bold;
    line-height: 2;
    text-align: justify;
    text-shadow: 1px 1px white;
}
.section_text_box{
    width: 100%;
    max-width: 600px;
    height: max-content;
    margin-bottom: 20px;
    z-index: 2;
}
.section_text{
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    text-shadow: 1px 1px white;
    padding: 5px 10px;
}
.section_slider_1{
    position: relative;
    width: 100%;
    height: max-content;
    padding: 10px 0;
    background: rgb(255, 255, 255, 0.6);
    cursor: grab;
}
.slider_1_item{
    width: 30vw;;
    height: max-content;
    margin: 5px;
    box-shadow: 2px 2px 5px 2px rgb(99, 99, 99);
}
.slider_1_item img{
    height: auto;
    width: 100%;
}

.for_about_top{
    width: 100%;
    height: max-content;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.for_about_row{
    width: 100%;
    height: max-content;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.for_about_image{
    align-items: center;
}
.for_about_image.for_top{
    width: 35%;
    height: max-content;
    max-width: 300px;
    position: relative;
}
.for_about_image img{
    width: 100%;
    height: auto;
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}
.for_about_image.for_click img{
    box-shadow: none;
    cursor: auto;
    border-bottom: 3px solid rgb(212, 92, 22);
}
.click_text{
    position: absolute;
    padding: 15px 15px 15px 20px;
    font-size: 28px;
    font-weight: bold;
    font-style: italic;
    background: rgb(212, 92, 22);
    color: white;
    text-align: justify;
    clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
    animation: for_arrow 1s ease-in infinite;
    cursor: auto;
}
@keyframes for_arrow{
    0%{
        transform: translateX(10px);
    }
    100%{
        transform: translateX(0);
    }
}
.for_about_image.for_1{
    grid-area: 1 / 1 / 2 / 2;
}
.for_about_image.for_2{
    grid-area: 1 / 2 / 2 / 3;
}
.for_about_image.for_3{
    grid-area: 1 / 3 / 2 / 4;
}
.for_about_image.for_4{
    grid-area: 1 / 4 / 2 / 5;
}
.for_about_image.for_5{
    grid-area: 2 / 1 / 3 / 2;
}
.for_about_image.for_6{
    grid-area: 2 / 2 / 3 / 3;
}
.for_about_image.for_7{
    grid-area: 2 / 3 / 3 / 4;
}
.for_about_image.for_8{
    grid-area: 2 / 4 / 3 / 5;
}
.for_about_image.for_9{
    display: none;
}
.about_video_container{
    width: 100%;
    max-width: 1000px;
    height: max-content;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: white;
    margin: 20px 0;
    aspect-ratio: 16/9;
}
iframe.about_video{
    width: 100%;
    height: 100%;
}

.for_about_explain_container{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    padding: 50px 10px;
    z-index: 9999;
    transition: transform ease 0.3s;
    transform: scaleX(0);
    transform-origin: left;
}
.for_about_explain_container.is_show{
    transform: scaleX(1);
    transform-origin: right;
}

.a_explain_box{
    width: 100%;
    max-width: 1100px;
    height:max-content;
    overflow-y: scroll;
    position: relative;
    padding: 5px;
    background: white;
    gap: 20px;
    justify-content: space-between;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}

.a_explain_row{
    width: 100%;
    height: max-content;
    position: relative;
}
.a_explain_row.row_2{
    flex-wrap: wrap;
}

.a_explain_title_box{
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    position: relative;
}
.a_explain_title_row{
    align-items: flex-end;
    flex-wrap: wrap;
    margin: 5px 0;
    position: relative;
    padding: 5px;
    border-bottom: 3px solid rgb(212, 92, 22);
}

.a_explain_title{
    font-size: 64px;
    font-weight: bold;
    position: relative;
    color: rgb(212, 92, 22);
}
.a_explain_title_sub{
    font-size: 28px;
    font-weight: bold;
}

.a_explain_image{
    width: 30%;
    height: max-content;
    align-items: center;
    padding: 30px 10px 0px;
    border-bottom: 3px solid white;
}
.a_explain_image img{
    width: 100%;
    height: auto;
}
img.a_explain_image_formb{
    display: none;
}
.a_explain_text_container{
    width: 70%;
    height: max-content;
    padding: 10px;
    border-radius: 30px;
    border: 3px dashed rgb(212, 92, 22);
    gap: 10px;
}
.a_explain_text{
    font-size: 18px;
    text-align: justify;
}
.a_explain_text.text_1{
    align-self: flex-start;
}
.a_explain_text.text_main{
    align-self: center;
    padding: 5px 15px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    background: white;
    color: rgb(212, 92, 22);
}
.a_explain_text.text_main span{
    font-size: 48px;
    font-weight: bold;
    color: rgb(212, 92, 22);
}
.a_explain_text.text_2{
    align-self: flex-end;
}
.a_explain_text.text_list{
    text-align: center;
    font-size: 14px;
    line-height: 1;
}
.a_explain_text.text_list_2{
    font-weight: bold;
    padding: 2px 5px;
    border: 1px solid rgb(212, 92, 22);
}

.a_explain_text_row{
    width: 100%;
    height: max-content;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}
.a_explain_row_box{
    align-items: center;
    gap: 5px;
    padding: 5px;
    background: white;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}

.a_explain_border{
    width: 100%;
    height: 1px;
    align-self: center;
    background: white;
    margin: 10px 0;
}
.a_explain_close_button{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    background: white;
    z-index: 1;
    cursor: pointer;
}
.a_explain_close_button:hover{
    opacity: 0.8;
}
.a_explain_close_bar{
    position: absolute;
    width: 20px;
    height: 2px;
    background: black;
}
.a_explain_close_bar.bar_1{
    transform: rotate(45deg);
}
.a_explain_close_bar.bar_2{
    transform: rotate(-45deg);
}

@media all and (max-width:1048px){
    .a_explain_title{
        font-size: 48px;
    }
    .a_explain_title_sub{
        font-size: 24px;
    }
    .a_explain_text{
        font-size: 14px;
    }
    .a_explain_row.row_2{
        align-items: flex-end;
    }
    .a_explaint_text.text_main span{
        font-size: 32px;
    }
    .a_explaint_text.text_list{
        font-size: 12px;
    }
}
@media all and (max-width:548px){
    .for_about_row{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .for_about_image.for_4{
        grid-area: 2 / 1 / 3 / 2;
    }
    .for_about_image.for_5{
        grid-area: 2 / 2 / 3 / 3;
    }
    .for_about_image.for_6{
        grid-area: 2 / 3 / 3 / 4;
    }
    .for_about_image.for_7{
        grid-area: 3 / 2 / 4 / 3;
    }
    .for_about_image.for_8{
        grid-area: 3 / 3 / 4 / 4;
    }
    .for_about_image.for_9{
        display: flex;
        grid-area: 3 / 1 / 4 / 2;
        align-items: flex-end;
        justify-content: center;
    }
    .for_about_image.for_9 img{
        border: none;
        box-shadow: none;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    .a_explain_image{
        width: 100%;
        justify-content: center;
        border: none;
        padding: 5px;
    }
    .a_explain_image img{
        width: 70%;
    }
    img.a_explain_image_forpc{
        display: none;
    }
    img.a_explain_image_formb{
        display: block;
        border-bottom: 2px solid white;
    }
    .a_explain_text_container{
        width: 100%;
    }
    .a_explain_number{
        font-size: 4rem;
    }
    .a_explain_title{
        font-size: 24px;
    }
    .a_explain_title_sub{
        font-size: 16px;
    }
    .a_explain_title_sub.sub_2{
        width: 100%;
        text-align: end;
    }
    .a_explain_text{
        font-size: 12px;
    }
    .a_explain_text.text_main span{
        font-size: 32px;
    }
    .a_explain_text.text_list{
        font-size: 12px;
    }
}


.section_content_box.box_1{
    flex: 1;
    flex-basis: 200px;
    max-width: 200px;
    height: max-content;
    margin: 10px;
}
.section_content_box.box_1 img{
    width: 100%;
    height: auto;
}
.content_box_sub{
    width: 100%;
    height: max-content;
    justify-content: flex-end;
    padding: 0 15px;
}
.content_box_sub_text{
    font-size: 20px;
    padding: 5px 10px;
    color: white;
    background: rgb(212, 92, 22);
}

.performance_slider{
    width: 100%;
    max-width: 800px;
    height: max-content;
    position: relative;
    border-radius: 20px;
    background: rgb(240, 240, 240);
    box-shadow: 5px 5px 10px 2px rgb(99, 99, 99);
    cursor: grab;
}
.perform_slider_item{
    width: 100%;
    height: max-content;
    padding: 5px;
    border-radius: 20px;
    position: relative;
    align-items: center;
}
.perform-arrow{
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 60px;
    top: calc(50% - 30px);
    align-items: center;
}
.perform-arrow img{
    width: 100%;
    height: auto;
}
.perform-arrow.prev-arrow{
    left: -2px;
    filter: drop-shadow(2px 2px white);
}
.perform-arrow.next-arrow{
    right: -2px;
    filter: drop-shadow(-2px 2px white);
}


.perform_title_box{
    padding: 5px;
    width: 100%;
    height: max-content;
    margin-top: 10px;
    margin-bottom: -100px;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.perform_sub_title{
    font-size: 42px;
    font-weight: bold;
    color: rgb(212, 92, 22);
}
.perform_sub_title.for_time{
    font-size: 24px;
}
.perform_image_box{
    margin: 10px 0;
    width: 100%;
    height: max-content;
    padding: 5px;
    overflow: hidden;
    justify-content: center;
    align-items: stretch;
    position: relative;
}
.perform_image{
    width: 100%;
    height: max-content;
    align-items: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.perform_image.perform_before{
    justify-content: flex-start;
}
.perform_image.perform_after{
    justify-content: flex-end;
    filter: brightness(120%);
    -webkit-filter: brightness(120%);
}


.perform_image img{
    width: 90%;
    height: auto;
    z-index: 1;
}
.perform_image.image_2 img{
    width: 30%;
    height: auto;
    z-index: 1;
    margin-right: 50px;
}
.perform_image.image_3 img{
    width: 34%;
    height: auto;
    z-index: 1;
    margin-left: 50px;
}
.perform_image.image_4 img{
    width: 40%;
    height: auto;
    z-index: 1;
    margin-left: 50px;
}
.perform_image.image_5 img{
    width: 40%;
    height: auto;
    z-index: 1;
    margin-right: 50px;
}
.perform_image.image_6 img{
    width: 53%;
    height: auto;
    z-index: 1;
    margin-left: 50px;
}
.perform_image.image_7 img{
    width: 45%;
    height: auto;
    z-index: 1;
    margin-right: 50px;
}
.perform_image.image_8 img{
    width: 50%;
    height: auto;
    z-index: 1;
    margin-left: 50px;
}
.perform_image.image_9 img{
    width: 43%;
    height: auto;
    z-index: 1;
    margin-left: 50px;
}
.perform_image.image_10 img{
    width: 49%;
    height: auto;
    z-index: 1;
    margin-right: 50px;
}
.perform_image_back{
    width: 100%;
    height: 50%;
    position: absolute;
    align-self: center;
    left: 0;
    background: white;
    clip-path: polygon(55% 0, 70% 50%, 55% 100%, 30% 100%, 45% 50%, 30% 0);
}
.image_back_inside{
    width: 100%;
    height: 100%;
    background: rgb(240, 240, 240);
    clip-path: polygon(45% 0, 60% 50%, 45% 100%, 40% 100%, 55% 50%, 40% 0);
}
.image_be_af{
    position: absolute;
    bottom: 0;
    padding: 5px;
}
.image_be_af_text{
    font-size: 48px;
    line-height: 1;
    writing-mode: vertical-lr;
    -ms-writing-mode: rl-bt;
    opacity: 0.6;
}
.image_be_af_text.text_1{
    font-size: 72px;
    color: rgb(212, 92, 22);
}
.perform_image_text_box{
    position: absolute;
    width: max-content;
    height: max-content;
    align-self: center;
    z-index: 2;
    padding: 5px;
    bottom: 10px;
}
.perform_result_column{
    align-items: center;
    margin: 5px 0;
}
.perform_result_column *{
    text-shadow: 2px 2px white;
}
.perform_result_sub{
    font-size: 18px;
    font-weight: bold;
}
.perform_result_sub.text_main{
    font-size: 24px;
    color: rgb(212, 92, 22);
}
.perform_result_text{
    font-size: 56px;
    font-weight: bold;
    color: rgb(212, 92, 22);
    padding: 5px 15px;
}
.perform_result_text.text_main{
    background: white;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}
.perform_result_text span{
    font-size: 24px;
}

.slider-progress {
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
    height: 3px;
    background: rgb(240, 240, 240);
}
.slider-progress.progress_1{
    max-width: 800px;
}
.slider-progress.progress_2{
    max-width: 1200px;
}
.slider-progress .progress {
    width: 0%;
    height: 3px;
    background: rgb(212, 92, 22);
}

.customer_slider{
    width: 100%;
    height: max-content;
    position: relative;
    cursor: grab;
}
.customer_slide_item{
    width: 30vw;
    height: max-content;
    padding: 5px;
    margin: 5px;
    border: 2px solid white;
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    background-color: #E1E6EC;
    background-image: -webkit-linear-gradient(top, #E1E6EC 2%, #F0F4F7 96%), -webkit-radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
    background-image: linear-gradient(-180deg, #E1E6EC 2%, #F0F4F7 96%), radial-gradient(at 50% 100%, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.5) 200%);
    background-blend-mode: normal, color-burn; 
}
.customer_slide_row{
    width: 100%;
    height: max-content;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    position: relative;
}
.customer_slide_arrow{
    width: 15px;
    height: 50px;
    background: rgb(212, 92, 22);
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    clip-path: polygon(20% 0, 20% 70%, 50% 70%, 0 100%, 0 0);
    animation: customer_arrow 1s ease infinite;
}
@keyframes customer_arrow{
    0%,100%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(0);
    }
}
.customer_image,.customer_title_box{
    height: max-content;
    position: relative;
}
.customer_image{
    width: 100px;
    min-width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
    background: white;
    overflow: hidden;
    margin: 10px;
}
.customer_image.image_1{
    background-image: url(/img/for_customer_1.webp);
    background-size: cover;
    background-position: center;
}
.customer_image.image_2{
    background-image: url(/img/for_customer_2.webp);
    background-size: cover;
    background-position: center;
}
.customer_image.image_3{
    background-image: url(/img/for_customer_3.webp);
    background-size: cover;
    background-position: center;
}
.customer_image.image_4{
    background-image: url(/img/for_customer_4.webp);
    background-size: cover;
    background-position: center;
}
.customer_image.image_5{
    background-image: url(/img/for_customer_5.webp);
    background-size: cover;
    background-position: center;
}
.customer_image.image_6{
    background-image: url(/img/for_customer_6.webp);
    background-size: cover;
    background-position: center;
}
.customer_image.image_7{
    background-image: url(/img/for_customer_7.webp);
    background-size: cover;
    background-position: center;
}
.customer_image img{
    width: auto;
    height: 100%;
}
.customer_title_box{
    width: 100%;
    padding: 5px;
}
.customer_title{
    font-size: 24px;
    font-weight: bold;
}
.customer_sub_title{
    font-size: 20px;
}
.customer_text_box{
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    padding: 10px 15px;
    background: white;
    gap: 5px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}
.customer_text_box::-webkit-scrollbar{
    display: none;
}
.customer_text{
    padding:0 5px;
    font-size: 14px;
    text-align: justify;
}
.customer_perform_image{
    width: 100%;
    height: max-content;
    align-items: center;
    padding: 10px;
}
.customer_perform_image img{
    width: 100%;
    height: auto;
}

.method_title_box{
    margin: 10px 0;
    align-items: center;
    position: relative;
    padding: 15px 20px;
}

.method_title{
    font-size: 64px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: rgb(212, 92, 22);
}
.method_sub{
    z-index: 2;
    font-weight: bold;
    font-size: 24px;
    align-self: flex-start;
    color: rgb(212, 92, 22);
}
.method_sub.sub_2{
    align-self: flex-end;
}
.method_title_image{
    position: absolute;
    height: 100%;
    width: max-content;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    overflow: hidden;
    background: white;
    padding: 10px;
}
.method_title_image img{
    height: 100%;
    width: auto;
}
.method_type_container{
    width: 100%;
    height: max-content;
    align-items: center;
    gap: 10px;
    padding: 5px;
    margin: 20px 0;
}
.method_type_container.for_title{
    margin: 0;
    justify-content: center;
}
.method_type_box{
    height: max-content;
    width: 100%;
    height: max-content;
    position: relative;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    padding: 10px 15px;
    gap: 15px;
    background: rgb(212, 92, 22, 0.7);
}
.method_type_box.box_2,.method_type_box.box_4{
    justify-content: flex-end;
}

.method_type_box::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: white;
    pointer-events: none;
    transition: transform ease 0.25s;
}
.method_type_box.box_1::before,.method_type_box.box_3::before{
    right: -10%;
    transform: skew(-20deg);
    border-left: 4px solid rgb(212, 92, 22);
}
.method_type_box.box_2::before,.method_type_box.box_4::before{
    left: -10%;
    transform: skew(20deg);
    border-right: 4px solid rgb(212, 92, 22);
}
@media all and (min-width:1024px){
    .method_type_box.box_1:hover::before,.method_type_box.box_3:hover::before{
        transform: translateX(50px) skew(-20deg);
    }
    .method_type_box.box_2:hover::before,.method_type_box.box_4:hover::before{
        transform: translateX(-50px) skew(20deg);
    }
}


.method_image{
    width: 100px;
    height: max-content;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 3px solid rgb(212, 92, 22);
    background: white;
}
.method_image img{
    width: 100%;
    height: auto;
}
.method_type_text_box{
    width: 100%;
    height: max-content;
    align-items: center;
    z-index: 1;
    position: relative;
}
.method_type_text_box.box_1{
    justify-content: flex-start;
}
.method_type_text_box.box_2{
    justify-content: flex-end;
}
.method_type_text{
    padding: 5px;
    font-size: 32px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-shadow: 2px 2px rgb(212, 92, 22);
}
.method_click{
    position: absolute;
    bottom: -10px;
    font-size: 12px;
    z-index: 2;
    color: white;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px rgb(212, 92, 22);
}
.method_click.box_1{
    left: 10px;
}
.method_click.box_2{
    right: 10px;
}
.method_explain_container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgb(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform ease 0.3s;
}
.method_explain_container.active{
    transform: scaleX(1);
    transform-origin: right;
}
.method_explain_box{
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    padding: 5px;
    position: relative;
    align-items: center;
    overflow-y: scroll;
    background: white;
}

.method_explain_title_box{
    z-index: 1;
    width: 100%;
    height: max-content;
    align-items: center;
    margin: 10px 0 20px;
}
.method_explain_title{
    font-size: 32px;
    font-weight: bold;
    color: rgb(212, 92, 22);
    margin-bottom: 10px;
}
.method_explain_sub{
    font-size: 16px;
    text-align: justify;
    padding: 5px;
    font-weight: bold;
}
.method_explain_text_container{
    width: 100%;
    height: max-content;
    justify-content: center;
    position: relative;
    padding: 5px;
}
.method_explain_image_row{
    width: 100%;
    height: max-content;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.method_row_image{
    width: 100%;
    max-width: 500px;
    height: max-content;
    align-items: center;
    padding: 5px;
    background: #3E3E3E;
    background-image: -webkit-radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
    background-image: radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
    background-blend-mode: normal,multiply;
}
.method_row_image img{
    width: 100%;
    height: auto;
    background: white;
}
.method_explain_text_row{
    width: 100%;
    height: max-content;
    flex-wrap: wrap;
    gap: 5px;
    align-items: stretch;
    padding: 5px;
}
.method_explain_text_row.row_1{
    background: #92847B;
    background-image: -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), -webkit-radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: radial-gradient(at bottom center, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 200%), radial-gradient(at bottom center, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-blend-mode: normal,screen;
}
.method_explain_text_row.row_2{
    background: #3E3E3E;
    background-image: -webkit-radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
    background-image: radial-gradient(at 50% -16%, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.5) 190%);
    background-blend-mode: normal,multiply;
}
.method_explain_label{
    justify-content: center;
    align-items: center;
    flex: 1;
    max-width: 200px;
    min-width: 200px;
    padding: 10px 5px;
    border: 2px solid rgb(212, 92, 22);
    background: white;
}
.explain_label{
    font-size: 20px;
    font-weight: bold;
}
.method_explain_text_box{
    flex: 1;
    flex-basis: 400px;
    padding: 5px;
    border: 2px solid rgb(255, 255, 75);
    background: white;
}
.explain_text{
    text-align: justify;
    font-size: 16px;
}

.method_explain_close{
    position: absolute;
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 2;
    background: rgb(240,240,240);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 2px 2px 4px black, inset -1px -1px 3px white;
    cursor: pointer;
}
.close_line{
    position: absolute;
    width: 25px;
    height: 2px;
    background: rgb(0, 0, 0);
}
.close_line.line_1{
    transform: rotate(45deg);
}
.close_line.line_2{
    transform: rotate(-45deg);
}


.team_content_container{
    width: 100%;
    height: max-content;
    position: relative;
}
.team_image_box{
    align-items: stretch;
    position: relative;
    width: 100%;
    height: max-content;
    overflow: hidden;
}
.team_image_box_row{
    flex: 1;
    justify-content: center;
    overflow: hidden;
    transform: skew(-10deg);
    background: white;
}
.team_image_box_row img{
    height: 600px;
    width: auto;
    transform: skew(10deg);
}
.team_text_box{
    width: 100%;
    height: max-content;
    align-items: center;
    z-index: 2;
}
.team_text_title_box{
    width: 100%;
    padding: 20px;
    align-items: center;
    background: rgb(212, 92, 22);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    gap: 5px;
}

.team_title{
    text-align: justify;
    font-size: 36px;
    color: rgb(255, 255, 255);
    z-index: 1;
}
.team_title.title_1{
    align-self: flex-start;
}
.team_title.title_2{
    align-self: flex-end;
}
.team_title .for_strong{
    font-size: 48px;
    font-weight: bold;
    color: white;
    background: linear-gradient(transparent 70%, rgb(255, 255, 75, 0.6) 70%);
}

.section.section_4{
    height: max-content;
    margin-bottom: 50px;
}
.section_container.container_4{
    justify-content: center;
}
.section_4_main_box{
    width: 100%;
    max-width: 900px;
    height: max-content;
    padding: 20px 10px;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    background: white;
}
.section_4_article_row{
    width: 100%;
    height: max-content;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px ;
    border-bottom: 1px solid rgb(212, 92, 22, 0.2);
    transition: background ease 0.3s;
}
.section_4_article_row:hover{
    background: rgb(255, 255, 75, 0.2);
}
.article_label_box{
    padding: 5px;
    gap: 5px;
    align-items: center;
}
.article_date,.article_title{
    font-weight: bold;
    padding: 5px 15px;
}
.article_date{
    font-size: 14px;
    color: rgb(131, 131, 131);
}
.article_label{
    width: 100px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
}
.article_label.label_1{
    background: rgb(212, 92, 22);
}
.article_label.label_2{
    background: rgb(0, 135, 140);
}
.article_label.label_3{
    background: rgb(212, 92, 22);
}
.article_title{
    flex: 1;
    flex-basis: 300px;
    font-size: 18px;
}
.article_image_box{
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgb(212, 92, 22);
}
.article_image_box img{
    height: 100%;
    width: auto;
}


.instagram_gallery{
    width: 100%;
    height: max-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 5px;
    margin: 20px 0;
}
.gallery-item{
    flex: 1;
    flex-basis: 300px;
    max-width: 300px;
    height: max-content;
    min-height: 100px;
}
.gallery_link{
    width: 100%;
    height: max-content;
    min-height: 100px;
    justify-content: center;
    align-items: center;
}
.gallery-item img,.gallery_link video{
    width: 100%;
    height: auto;
}

.instagram_text{
    font-size: 32px;
    font-weight: bold;
    padding: 5px 30px;
    position: relative;
    border-left: 2px solid rgb(212, 92, 22);
    border-right: 2px solid rgb(212, 92, 22);
    &::before,&::after{
        position: absolute;
        content: "";
        width: 30px;
        height: 2px;
        background: rgb(212, 92, 22);
    }
    &::before{
        top: 0;
        left: 0;
    }
    &::after{
        bottom: 0;
        right: 0;
    }
}
.instagram_text .for_strong{
    font-weight: bold;
    color: rgb(212, 92, 22);
    background: linear-gradient(transparent 70%, rgb(255,255,75) 70%);
}

.sec_9_subtitle_box{
    width: 100%;
    max-width: 1100px;
    position: relative;
    padding: 10px;
    align-items: center;
}

.sec_9_title_label{
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    padding: 3px 10px;
    background: linear-gradient(transparent 70%, rgb(255,255,75) 70%);
}
.sec_9_title_label span{
    font-size: 28px;
    font-weight: bold;
    color: rgb(212, 92, 22);
}
.sec_9_subtitle{
    width: max-content;
    padding: 5px 10px;
    font-size: 48px;
    font-weight: bold;
    z-index: 1;
}
.section_flow_container{
    width: 100%;
    max-width: 1100px;
    height: max-content;
    justify-content: center;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    cursor: grab;
    z-index: 1;
    margin-bottom: 50px;
}

.section_flow_box{
    flex: 1;
    position: relative;
    border: 2px solid rgb(0, 0, 0, 0.5);
    justify-content: center;
    margin: 5px;
}
.flow_number_box{
    position: absolute;
    top: 0;
    left: 0;
    width: max-content;
    height: max-content;
    border-right: 2px solid rgb(0, 0, 0, 0.5);
    border-bottom: 2px solid rgb(0, 0, 0, 0.5);
    z-index: 1;
    background: rgb(255, 255, 255, 0.8);
}
.flow_number{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    color: rgb(212, 92, 22);
}
.flow_image_box{
    width: 100%;
    height: max-content;
    align-items: center;
    border-bottom: 2px solid rgb(0, 0, 0, 0.5);
}
.flow_image_box img{
    width: 100%;
    height: auto;
}
.team_flow_image_box{
    position: relative;
    width: 100%;
    height: max-content;
    overflow: hidden;
    align-items: stretch;
}
.team_flow_image{
    flex: 1;
    justify-content: center;
    overflow: hidden;
    transform: skew(-10deg);
    background: white;
}
.team_flow_image img{
    height: 235px;
    width: auto;
    transform: skew(10deg);
}
.flow_text_box{
    width: 100%;
    height: 100%;
    padding: 5px;
    align-items: center;
    justify-content: center;
    background: rgba(240, 240, 240, 0.8);
}
.flow_title{
    font-size: 16px;
    font-weight: bold;
    color: rgb(212, 92, 22);
    text-shadow: 1px 1px white;
    margin-bottom: 5px;
}
.flow_text{
    font-size: 12px;
    text-align: justify;
}

.section_price_container,.section_course_introduce_container,.section_free_container,.section_course_explain_container,.section_course_sample_container,.course_other_container{
    width: 100%;
    max-width: 1100px;
    height: max-content;
    justify-content: center;
    z-index: 1;
    margin-bottom: 50px;
    padding: 5px;
}
.section_price_container,.section_course_introduce_container,.section_free_container{
    border: 2px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
}
.section_course_sample_container{
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 5px;
    background: rgb(212, 92, 22);
}

.course_sample_box{
    flex: 1;
    flex-basis: 150px;
    height: max-content;
    align-items: center;
}
.course_sample_box img{
    width: 100%;
    height: auto;
}
.section_course_explain_container{
    margin-bottom: 0;
    border-bottom: none;
    min-height: 50vh;
}
.section_price_text_column{
    width: 100%;
    height: max-content;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.section_price_label_box,.section_price_text_box{
    flex: 1;
    flex-basis: 360px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
}
.section_price_label_box{
    background: rgb(240, 240, 240);
    flex-wrap: wrap;
    border-bottom: 1px solid white;
}
.section_price_text_box{
    background: white;
    border-bottom: 1px solid rgb(240, 240, 240);
}
.section_label_row{
    width: 100%;
    height: max-content;
    align-items: center;
}

.section_label_text{
    font-size: 16px;
    font-weight: bold;
}
.section_label_text.text_1 span{
    font-size: 24px;
    font-weight: bold;
}
.section_label_text.text_2{
    font-size: 12px;
    padding: 3px 6px;
    background: rgb(212, 92, 22);
    color: white;
    border-radius: 100vh;
    margin-left: 10px;
    font-weight: normal;
}
.label_plus{
    padding: 5px;
    font-size: 24px;
    color: rgb(212, 92, 22);
}

.section_price_text{
    font-size: 18px;
    color: rgb(212, 92, 22);
}
.section_price_text span{
    font-size: 36px;
    font-weight: bold;
    color: rgb(212, 92, 22);
}
.section_price_info_box{
    width: 100%;
    height: max-content;
    padding: 20px 5px;
    position: relative;
    justify-content: center;
    align-items: center;
    background: rgb(212, 92, 22, 0.8);
    gap: 5px;
}
.section_price_info_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(212, 92, 22, 0.8);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 15% 50%, 15% 100%, 0 100%);
}
.price_info_text_box{
    align-items: center;
    gap: 10px;
    z-index: 1;
}
.price_info_label{
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.price_info_sub{
    z-index: 1;
    color: white;
    font-size: 18px;
}
.price_info_text{
    font-size: 64px;
    line-height: 1;
    font-weight: bold;
    color: white;
}
.price_info_text span{
    font-size: 32px;
    color: white;
}
.course_explain_row{
    width: 100%;
    height: max-content;
    min-height: 50vh;
    display: grid;
    position: relative;
}
.course_explain_row.row_1{
    grid-template-columns: 1fr 2fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas: 
    "grid1 grid2"
    "grid3 grid2";
}
.course_explain_row.row_2{
    grid-template-columns: 2fr 1fr;
    grid-template-rows: max-content 1fr;
    grid-template-areas: 
    "grid2 grid1"
    "grid2 grid3";
}
.course_explain_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.course_explain_box.box_1{
    grid-area: grid1;
    align-items: center;
    justify-content: center;
}
.course_explain_box.box_2{
    grid-area: grid2;
    justify-content: center;
    padding: 10px;
    gap: 30px;
}
.course_explain_box.box_3{
    grid-area: grid3;
}

.course_explain_sub{
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.explain_sub_underline{
    font-size: 42px;
    font-weight: bold;
    transform: rotate(-5deg);
    border-bottom: 10px solid rgb(255, 255, 75);
    line-height: 1;
    padding: 2px 5px;
    margin: -8px 0;
}
.explain_sub_underline.for_small{
    font-size: 32px;
    border-bottom: none;
    align-self: flex-end;
    transform: rotate(5deg);
    padding: 5px;
    color: rgb(212, 92, 22);
}

.explain_sub_underline .for_strong{
    font-size: 54px;
    font-weight: bold;
}
.explain_sub_underline.underline_1 .for_strong{
    color: rgb(212, 92, 22);
}
.explain_sub_underline.underline_2 .for_strong{
    color: rgb(61, 140, 0);
}
.explain_sub_underline.sub_2{
    align-self: center;
}
.explain_sub_underline.sub_3{
    align-self: flex-end;
}

.course_explain_box_row{
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    align-items: flex-end;
    border-radius: 5px;
    padding: 8px;
}
.course_explain_box_row.row_1{
    background: rgb(212, 92, 22);
}
.course_explain_box_row.row_2{
    background: rgb(61, 140, 0);
}
.course_explain_label{
    font-size: 36px;
    font-weight: bold;
    color: white;
    transform-origin: bottom left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
    transform: scale(2);
}
.course_explain_label.label_1{
    -webkit-text-stroke: 1px rgb(212, 92, 22);
}
.course_explain_label.label_2{
    -webkit-text-stroke: 1px rgb(61, 140, 0);
}

.course_explain_text{
    flex: 1;
    text-align: justify;
    font-size: 24px;
    color: white;
    font-weight: bold;
    padding: 2px 50px;
    padding-top: 3px;
}
.course_explain_text .for_strong{
    color: rgb(255, 255, 75);
    display: inline-block;
}
.course_explain_text .for_small{
    font-size: 14px;
    color: white;
}

.course_explain_box_image{
    height: 100%;
    width: max-content;
    max-height: 300px;
    justify-content: center;
    overflow: hidden;
}
.course_explain_box_image.image_1{
    border-bottom: 5px solid rgb(212, 92, 22);
    align-self: flex-start;
}
.course_explain_box_image.image_2{
    border-bottom: 5px solid rgb(61, 140, 0);
    align-self: flex-end;
}
.course_explain_box_image img{
    height: 100%;
    width: auto;
}

.section_price_alert_column{
    width: 100%;
    height: max-content;
    padding: 5px 10px;
    background: white;
    border-top: 1px solid rgb(240, 240, 240);
    justify-content: center;
}
.price_alert_text{
    font-size: 14px;
    color: rgb(211, 0, 0);
}

.section_price_link_column{
    width: 100%;
    height: max-content;
    justify-content: flex-end;
    padding: 5px 10px;
    background: white;
    border-top: 2px solid rgb(240, 240, 240);
}
.section_price_link{
    align-items: center;
    position: relative;
    border: 1px solid rgb(212, 92, 22);
    padding-right: 10px;
}
.price_link_text{
    font-size: 20px;
    padding: 10px 15px;
}
.price_link_arrow{
    padding: 10px;
    background: rgb(212, 92, 22);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    transition: transform ease 0.25s;
}
.section_price_link:hover .price_link_arrow{
    transform: translateX(5px);
}
.course_other_container{
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 0;
}
.course_other_sub{
    font-size: 14px;
}
.course_other_box{
    flex: 1;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    background: white;
    padding: 5px;
    position: relative;
    overflow: hidden;
}
.course_other_box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(212, 92, 22, 0.5);
    top: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform ease 0.3s;
}
.course_other_box:hover::before{
    transform: scaleX(1);
    transform-origin: left;
}
.course_other_title_box,.course_other_text_box{
    width: 100%;
    align-items: flex-start;
    margin: 5px 0;
    position: relative;
    z-index: 1;
}


.course_other_title{
    padding: 5px 0;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px white;
    align-self: center;
    color: rgb(212, 92, 22);
}

.course_other_image{
    width: 100%;
    height: max-content;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0, 0.5);
    z-index: 1;
}
.course_other_image img{
    width: 100%;
    height: auto;
}
.course_other_image.image_model img{
    width: 45%;
}

.course_other_text_box{
    padding: 3px;
    align-items: center;
    border: 3px double rgb(212, 92, 22);
}
.course_other_text{
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-align: justify;
}
.course_other_text span{
    font-size: 12px;
}

.section_about_container{
    width: 100%;
    max-width: 1200px;
    height: max-content;
    margin: 30px 0;
    flex-wrap: wrap;
    position: relative;
    gap: 10px;
}

.section_about_box{
    flex: 1;
    flex-basis: 400px;
    height: max-content;
    position: relative;
    padding: 5px;
    background: rgb(255, 255, 255, 0.5);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: -2px -2px 2px white, 2px 2px 4px black, inset 1px 1px 3px black, inset -1px -1px 3px white;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.section_about_box.a_box_1{
    align-items: center;
}

.section_about_image{
    width: 100%;
    height: max-content;
    align-items: center;
}
.about_map{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.section_about_image img{
    width: 100%;
    height: auto;
}
.section_about_title_box{
    padding: 5px 15px;
    width: max-content;
}
.section_about_sub{
    font-size: 14px;
    font-weight: bold;
    color: rgb(212, 92, 22);
}
.section_about_title{
    font-size: 34px;
    font-weight: bold;
    color: rgb(212, 92, 22);
}
.section_about_text_box{
    width: 100%;
    height: max-content;
    padding: 5px 10px;
}
.section_about_text_box.box_1{
    background: rgb(240, 240, 240);
}
.section_about_text_box.box_2{
    background: rgb(255, 255, 255);
    align-items: center;
}
.section_about_text.text_1{
    font-size: 16px;
    font-weight: bold;
}
.section_about_text.text_2{
    font-size: 24px;
}
.section_about_text.text_3{
    font-size: 14px;
}

.leaveup_content_container{
    width: 100%;
    max-width: 1500px;
    height: max-content;
    align-items: center;
    gap: 40px;
    padding-top: 30px;
}
.leaveup_title_container{
    position: relative;
    align-items: center;
}
.leaveup_title{
    font-size: 64px;
    font-weight: bold;
    z-index: 1;
    text-shadow: 2px 2px white;
}
.leaveup_title .for_large{
    color: rgb(212, 92, 22);
    background: linear-gradient(to bottom, transparent 70%, rgb(181, 255, 20) 70%);
}
.leave_up_backimage{
    position: absolute;
    right: 0;
    width: 150px;
    height: max-content;
}
.leave_up_backimage img{
    width: 100%;
    height: auto;
}

.leaveup_main_container{
    width: 100%;
    height: max-content;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.leaveup_content_row{
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.leaveup_box_border{
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient(-180deg, rgba(212, 92, 22, 0.2) 2%, rgb(212, 92, 22, 0.4) 100%), radial-gradient(51% 97%, rgb(255, 255, 75) 7%, rgb(212, 92, 22, 0.4) 97%);
    background-blend-mode: multiply;
}
.leaveup_content_box{
    flex-basis: 270px;
    width: 270px;
    min-width: 270px;
    height: 270px;
    min-height: 270px;
    border-radius: 50%;
    background: rgb(212, 92, 22, 0.8);
    padding:30px 20px;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.leaveup_icon{
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.leaveup_icon img{
    width: 100%;
    height: auto;
}
.leaveup_text_box{
    align-items: center;
    justify-content: center;
}
.leaveup_text{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
}
.leaveup_text .for_strong{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    background: linear-gradient(transparent 70%, rgb(255, 255, 75, 0.6) 70%);
    white-space: nowrap;
}

.result_alert_text,.voice_alert_text{
    width: 100%;
    text-align: center;
    color: rgb(211, 0, 0);
}
.result_alert_text{
    font-size: 12px;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 1;
}
.voice_alert_text{
    font-size: 10px;
    padding: 5px 0;
}

.compare_title_box{
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    position: relative;
    margin-bottom: 50px;
}
.compare_title{
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.8em;
    text-align: justify;
    font-weight: bold;
    background-image: linear-gradient(to bottom, transparent 80%, rgb(255, 255, 75) 80%);
}
.compare_title_image{
    position: absolute;
    top: 10px;
    right: 10px;
    gap: 10px;
    align-items: center;
    transform: rotate(40deg) scale(1.5);
}
.compare_title_image_inside{
    width: 20px;
    height: 40px;
    background: rgb(255, 255, 75);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.compare_title_image_inside.inside_1{
    transform: rotate(-35deg);
}
.compare_title_image_inside.inside_2{
    margin-bottom: 30px;
}
.compare_title_image_inside.inside_3{
    transform: rotate(35deg);
}
.compare_link_box{
    width: 100%;
    justify-content: center;
    padding-top: 50px;
}

.youtube_container{
    width: 100%;
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 40px;
    gap: 15px;
    border-bottom: 3px solid rgb(212, 92, 22);
}
.youtube_title_box{
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
    border-bottom: 3px solid rgb(212, 92, 22);
}
.youtube_title{
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 4px 10px;
}
.youtube_title::first-letter{
    color: rgb(212, 92, 22);
}
.youtube_title_image{
    width: 96px;
}
.youtube_title_image img{
    width: 100%;
    height: auto;
}
.youtube_grid_container{
    width: calc(100% - 30px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-template-rows: repeat(max-content, max-content);
    gap: 15px;
}
.voice_video{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
@media all and (max-width:1048px){
    .section.section_slogan{
        height: 70vh;
    }
    .text_title{
        font-size: 26px;
    }
    .section_top_text.text_main,.section_top_text{
        font-size: 6vmax;
    }
    .section_top_text_sub{
        font-size: 3vmax;
    }
    .section_1_logo_box{
        max-width: 300px;
    }
    .section_camp_text_box{
        padding: 20px;
    }
    .section_camp_main_box{
        padding: 50px 0;
    }
    .section_camp_model_text{
        top: -36%;
        left: -20%;
        font-size: 44px;
        font-weight: bold;
    }
    .section_camp_text{
        font-size: 32px;
    }
    .section_camp_sub{
        font-size: 14px;
    }
    .section_camp_text.for_model{
        font-size: 48px;
    }
    .section_camp_sub.for_model{
        font-size: 24px;
    }
    .section_camp_main_box::before{
        top: -5px;
        left: -5px;
        border-top: 5px solid rgb(212, 92, 22);
        border-left: 5px solid rgb(212, 92, 22);
    }
    .section_camp_main_box::after{
        bottom: -5px;
        right: -5px;
        border-bottom: 5px solid rgb(212, 92, 22);
        border-right: 5px solid rgb(212, 92, 22);
    }
    .click_text{
        font-size: 16px;
    }
    .method_sub{
        font-size: 20px;
    }
    .team_title{
        font-size: 32px;
    }
    .team_title .for_strong{
        font-size: 42px;
    }
    .performance_slider{
        box-shadow: 3px 3px 3px 1px rgb(99, 99, 99);
    }
    .section_about_text.text_2{
        font-size: 20px;
    }
    .sec_9_subtitle{
        font-size: 36px;
    }
    .price_link_text{
        font-size: 16px;
    }
    .explain_image_label{
        font-size: 16px;
    }
    .explain_image_label span{
        font-size: 12px;
    }
    .course_other_box{
        flex-basis: 400px;
    }
    .team_flow_image img{
        height: 210px;
    }
    .leaveup_title{
        font-size: 48px;
    }
    .leave_up_backimage{
        width: 100px;
    }
    .youtube_title{
        font-size: 32px;
    }
    .youtube_title_image{
        width: 84px;
    }
}
@media all and (max-width:724px){
    .course_explain_row.row_1{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content 1fr;
        grid-template-areas: 
        "grid3 grid1"
        "grid2 grid2";
    }
    .course_explain_row.row_2{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: max-content 1fr;
        grid-template-areas: 
        "grid1 grid3"
        "grid2 grid2";
    }
    .team_flow_image img{
        height: 220px;
    }
    .leaveup_title{
        font-size: 42px;
    }
    .leaveup_content_row{
        flex-wrap: wrap;
    }
    .leaveup_content_box{
        flex-basis: 200px;
        width: 200px;
        min-width: 200px;
        height: 200px;
        min-height: 200px;
    }
    .leaveup_icon{
        width: 40px;
        height: 40px;
    }
    .leaveup_text{
        font-size: 18px;
    }
    .leaveup_text .for_strong{
        font-size: 24px;
    }
    .leave_up_backimage{
        width: 120px;
    }
    .youtube_container{
        margin-bottom: 20px;
    }
}
@media all and (max-width:548px){
    .section.section_slogan{
        margin-top: 30px;
        height: 60vh;
    }
    .slogan_text{
        font-size: 3.5vmax;
    }
    .section.section_camp{
        margin-top: 0;
    }
    .section_camp_title_box{
        margin: 10px 0 30px;
    }
    .section_camp_main_box{
        padding: 20px 0;
    }
    .section_camp_model_text{
        top: -50%;
        left: -20%;
        font-size: 28px;
        font-weight: bold;
        border-top: 2px solid rgb(212, 92, 22);
        border-bottom: 2px solid rgb(212, 92, 22);
    }
    .section_1_title{
        font-size: 16px;
    }
    .section_1_logo_box{
        max-width: 200px;
    }

    .section_camp_text_box{
        padding: 10px;
        border: none;
    }
    .section_camp_space{
        padding: 10px;
    }
    .section_camp_text{
        font-size: 24px;
    }
    .section_camp_sub{
        font-size: 14px;
    }
    .section_camp_text.for_model{
        font-size: 24px;
    }
    .section_camp_sub.for_model{
        font-size: 16px;
    }
    .section_camp_text.for_model span.for_strong{
        font-size: 36px;
        line-height: 1;
    }
    .section_camp_image{
        margin-top: 70px;
    }
    .click_text{
        bottom: 10px;
        font-size: 12px;
    }
    .text_title{
        font-size: 16px;
    }
    .section_text{
        font-size: 12px;
    }
    .section_content_box.box_1{
        flex-basis: 90px;
        max-width: 90px;
        margin: 5px;
    }
    .gallery-item{
        flex-basis: 150px;
        min-height: 50px;
    }
    .content_title{
        font-size: 14px;
    }
    .content_title .for_bold{
        font-size: 32px;
    }
    .content_sub_title{
        font-size: 8px;
    }
    .perform_title_box{
        margin-bottom: -50px;
    }
    .perform_title{
        font-size: 16px;
    }
    .perform_sub_title{
        font-size: 20px;
    }
    .perform_sub_title.for_time{
        font-size: 14px;
    }
    .image_be_af_text{
        font-size: 24px;
    }
    .image_be_af_text.text_1{
        font-size: 36px;
    }
    .perform_result_sub{
        font-size: 12px;
    }
    .perform_result_sub.text_main{
        font-size: 16px;
    }
    .perform_result_text{
        font-size: 28px;
        padding: 3px 5px;
    }
    .perform_result_text span{
        font-size: 16px;
    }
    .perform_result_column{
        margin: 0;
    }
    .perform_image.image_2 img,.perform_image.image_5 img,.perform_image.image_7 img,.perform_image.image_10 img{
        margin-right: 30px;
    }
    .perform_image.image_3 img,.perform_image.image_4 img,.perform_image.image_6 img,.perform_image.image_8 img,.perform_image.image_9 img{
        margin-left: 30px;
    }
    .method_type_container{
        margin: 0;
    }
    .method_type_container.for_title{
        margin: 0;
    }
    .method_title{
        font-size: 36px;
        margin: 5px 0;
    }
    .method_sub{
        font-size: 14px;
    }
    .method_type_box{
        padding: 5px 10px;
        gap: 5px;
    }
    .method_type_box::before{
        width: 20%;
    }
    .method_type_text{
        font-size: 18px;
    }
    .method_click{
        font-size: 12px;
    }
    .method_explain_title{
        font-size: 20px;
    }
    .method_explain_sub{
        font-size: 14px;
    }

    .method_explain_label{
        padding: 5px;
    }
    .explain_label{
        font-size: 16px;
    }
    .explain_text{
        font-size: 12px;
    }

    .team_image_box_row img{
        height: 250px;
    }
    .team_text_box{
        margin-top: -40px;
    }
    .team_text_title_box{
        margin-bottom: 20px;
    }
    .team_title{
        font-size: 16px;
    }
    .team_title .for_strong{
        font-size: 20px;
    }
    .section_about_sub{
        font-size: 12px;
    }
    .section_about_title{
        font-size: 24px;
    }
    .about_map{
        min-height: 200px;
    }
    .section_about_text.text_1{
        font-size: 12px;
    }
    .section_about_text.text_2{
        font-size: 16px;
    }
    .section_about_text.text_3{
        font-size: 12px;
    }
    .section_label_text.text_1 span{
        font-size: 18px;
    }
    .section_price_text{
        font-size: 14px;
    }
    .section_price_text span{
        font-size: 32px;
    }
    .sec_9_title_label{
        font-size: 16px;
    }
    .sec_9_title_label span{
        font-size: 22px;
    }
    .sec_9_subtitle{
        font-size: 24px;
    }
    .course_explain_box.box_2{
        padding: 30px 0;
    }
    .course_explain_box_row{
        padding: 5px;
    }
    .course_explain_sub{
        padding: 5px;
        gap: 10px;
    }
    .explain_sub_underline{
        font-size: 28px;
        white-space: nowrap;
    }
    .explain_sub_underline .for_strong{
        font-size: 32px;
        white-space: nowrap;
    }
    .explain_sub_underline.for_small{
        font-size: 24px;
    }
    .course_explain_box_image{
        max-height: 200px;
    }
    .course_explain_box_image.image_1{
        align-self: center;
    }
    .course_explain_box_image.image_2{
        align-self: center;
    }
    .course_explain_label{
        font-size: 28px;
        transform: scale(1.5, 2);
    }
    .course_explain_text{
        font-size: 16px;
        padding-left: 20px;
        white-space: nowrap;
    }
    .course_explain_label.label_2 img{
        height: 20px;
    }
    .course_explain_text .for_small{
        font-size: 12px;
    }
    .price_alert_text{
        font-size: 10px;
    }
    .price_link_text{
        font-size: 14px;
        padding: 5px 15px;
    }
    .price_link_arrow{
        padding: 6px;
    }
    .course_other_title{
        font-size: 16px;
    }
    .course_other_text{
        font-size: 12px;
    }
    .course_other_text span{
        font-size: 10px;
    }
    .course_other_box{
        flex-basis: 200px;
    }
    .section_spacer{
        height: 10px;
    }
    .article_label_box{
        align-items: flex-start;
        padding: 0px 10px;
        align-self: flex-start;
    }
    .article_date{
        padding: 5px 0;
    }
    .article_image_box{
        width: 80px;
        height: 80px;
    }
    .team_flow_image img{
        height: 235px;
    }
    .instagram_text{
        text-align: justify;
        font-size: 20px;
    }
    .leaveup_title{
        font-size: 28px;
    }
    .leaveup_content_row{
        flex-wrap: wrap;
    }
    .leaveup_box_border:last-of-type{
        margin-top: -25px;
    }
    .leaveup_content_box{
        flex-basis: 160px;
        width: 160px;
        min-width: 160px;
        height: 160px;
        min-height: 160px;
        gap: 10px;
    }
    .leaveup_icon{
        width: 30px;
        height: 30px;
    }
    .leaveup_text{
        font-size: 16px;
    }
    .leaveup_text .for_strong{
        font-size: 20px;
    }
    .leave_up_backimage{
        width: 80px;
    }
    .result_alert_text{
        font-size: 10px;
    }
    .compare_title_box{
        margin-top: 50px;
    }
    .compare_title{
        font-size: 28px;
    }
    .compare_title_image{
        transform: rotate(60deg) scale(1.5);
    }
    .compare_title_image_inside{
        width: 15px;
        height: 30px;
    }
    .youtube_container{
        margin-top: 10px;
        margin-bottom: 10px;
        gap: 10px;
        padding-bottom: 10px;
    }
    .youtube_title{
        font-size: 24px;
        padding: 2px 5px;
    }
    .youtube_title_image{
        width: 64px;
    }
    .youtube_grid_container{
        width: calc(100% - 10px);
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 5px;
    }
}
