@charset "utf-8";
/* mv */
.mv {
    position: relative;
}
.mv .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* END mv */

/* con01 */
.con {
    position: relative;
    padding: 100px 0;
}

.com_tit_box01 {
    text-align: center;
}

.com_label01 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.53em;
    color: #333;
}

.com_label01.white {
    color: #fff;
}

.com_tit01 {
    color: #333;
    font-weight: 700;
    line-height: 1.18em;
    font-size: 60px;
}
.com_tit01.white {
    color: #fff;
}
.com_tit_box01 .com_label01 {
    margin-bottom: 30px;
}

.com_flex_box01 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 55px;
    margin-top: 40px;
}

.com_flex_box01 .box {
    width: calc(50% - 27.5px);
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 120px 0 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7em;
}

.com_flex_box01 .box .label {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 57%;
    padding: 19px;
    background-color: #181818;
    border-radius: 0 0 60px 60px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.36em;    
}

.color_txt {
    background: linear-gradient(90deg, #13DC6C 7.84%, #13DCCC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* END con01 */

/* con02 */
.com_flex_box02 {
    position: relative;
    margin-top: 70px;
    gap: 40px 70px;
    display: flex;
    flex-wrap: wrap;
}
.com_flex_box02 .bg_icon {
    position: absolute;
    bottom: 95%;
    right: 0;
}

.com_flex_box02 .box {
    width: calc(33.3333% - 47px);
    padding: 65px 50px;
    background: linear-gradient(90deg, #13DC6C 7.84%, #13DCCC 100%);      
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.com_flex_box02 .box .alt_box {
    position: relative;
    z-index: 2;
}
.com_flex_box02 .box::before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #292A2C;      
    border-radius: 20px;
}

.com_flex_box02 .box .tit {
    margin: 35px 0;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.02em;
}
.com_flex_box02 .box .alt {
    font-size: 24px;   
    color: #fff;
    font-weight: 400;
    line-height: 1.7em;
}
/* END con02 */

/* con03 */
.center_img {
    text-align: center;
}
.main .con03 .center_img {
    margin-top: 100px;
}

.com_img_flex_box01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px 29px;
    margin-top: 76px;
}
.star_txt_box {
    margin-top: 30px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.5);
    padding: 30px 35px;
}
.star_txt_box .box {
    display: flex;
    gap: 6px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.91em;
    color: #555;
    word-break: keep-all;
}
.star_txt_box .box + .box {
    margin-top: 25px;
}
.star_txt_box .box .img {
    min-width: 27px;
    margin-top: 6px;
}
.star_txt_box .box .small_txt {
    font-size: 18px;
    line-height: 1.6em;
}

.main .con03 .center_img.type01 {
    margin-top: 50px;
    text-align: right;
    transform: translateY(50px);
    position: relative;
    z-index: 2;
}
.main .con03 .center_img.type02 {
    margin-top: 15px;
    text-align: left;
    transform: translateY(85px);
    position: relative;
    z-index: 2;
}
.main .con03 .center_img.type03 {
    margin-top: 15px;
    text-align: right;
    transform: translateY(85px);
    position: relative;
    z-index: 2;
}
/* END con03 */

/* con04 */
.form_wrapper {
    margin: 60px 0;
    border-radius: 20px;
    overflow: hidden;
}
.form_tit_box {
    background: linear-gradient(90deg, #13DC6C 7.84%, #13DCCC 100%);
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    gap: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.form_tit_box .img {
    display: flex;
    align-items: center;
}
.form_alt_box {
    padding: 30px;
    background-color: #EFF0F2;
    display: flex;
    gap: 20px;
}
.form_submit_btn {
    border: unset;
    aspect-ratio: 1/1;
    border-radius: 20px;
    width: 140px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #13DC6C 7.84%, #13DCCC 100%);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16em;
    color: #333;
}
.txt_area_box {
    position: relative;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}
.txt_area_box textarea {
    resize: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    padding-bottom: 45px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    border: unset;
    outline: unset;
    min-height: 140px;
    font-family:'Spoqa Han Sans Neo', sans-serif;	
}
.txt_count {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #999;
    font-family:'Spoqa Han Sans Neo', sans-serif;	
}
.text_ov5 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.right_img {
    text-align: right;
}
.con04 .right_img {
    position: relative;
    z-index: 2;
    margin-top: -40px;
    transform: translateY(40px);
}
.course_flex_box {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.course_flex_box .box {
    width: calc(33.333% - 27px);
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 30px;
    min-height: 240px;
}

.course_flex_box .box .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    font-family:'Spoqa Han Sans Neo', sans-serif;	
}
.course_flex_box .box .alt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66em;
    color: #555;
    font-family:'Spoqa Han Sans Neo', sans-serif;	
}
.course_page_nav_box {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.page_nav_num_box {
    display: flex;
}
.page_arw_box {
    min-width: 60px;
    width: 60px;
}
.page_nav_num_box a {
    padding: 0 15px;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    line-height: 1.25em;
    display: flex;
    align-items: center;
}
.page_nav_num_box a.active {
    color: #13DC6C;
    font-weight: 500;
}
/* END con04 */

@media all and (max-width:1400px) {    
    .con {
        padding: 80px 0;
    }
    .com_label01,
    .com_flex_box01 .box .label {
        font-size: 25px;
    }
    .com_tit01 {
        font-size: 50px;
    }
    .com_flex_box01 .box {
        width: 100%;
        font-size: 20px;
    }
    .com_flex_box02 .box {
        width: calc(50% - 35px);
        padding: 40px;
    }
    .com_flex_box02 .box .tit {
        font-size: 30px;
    }
    .com_flex_box02 .box .alt {
        font-size: 20px;
    }
    .com_img_flex_box01 {
        flex-wrap: wrap;
        justify-content: center;
    }    
    .course_flex_box .box .tit {
        font-size: 20px;
    }
    .course_flex_box .box .alt {
        font-size: 16px;
    }
    .course_flex_box .box {
        padding: 20px;
    }
    .form_tit_box {
        font-size: 20px;
    }
    .form_tit_box .img {
        width: 22px;
    }
}

@media all and (max-width:1024px) {
    .com_label01,
    .com_flex_box01 .box .label {
        font-size: 20px;
    }
    .com_tit01 {
        font-size: 40px;
    }
    .com_flex_box01 .box {
        font-size: 18px;
    }
    .com_flex_box02 .box .tit {
        font-size: 24px;
    }
    .com_flex_box02 .box .alt {
        font-size: 16px;
    }
    .com_flex_box02 .bg_icon {
        text-align: right;
    }
    .com_flex_box02 .bg_icon img {
        max-width: 80%;
    }
    .star_txt_box {
        padding: 20px 25px;
    }
    .star_txt_box .box + .box {
        margin-top: 10px;
    }
    .star_txt_box .box {
        font-size: 18px;
    }
    .star_txt_box .box .small_txt {
        font-size: 14px;
    }
    .com_img_flex_box01{
        margin-top: 50px;
    }
    .main .con03 .center_img.type01 {
        margin-top: unset;
        transform: translateY(30px);
    }
    .main .con03 .center_img.type02 {
        margin-top: unset;
        transform: translateY(60px);
    }
    .main .con03 .center_img.type03 {
        margin-top: unset;        
        transform: translateY(60px);
    }
    .course_flex_box .box {
        width: calc(50% - 20px);
    }
    .page_arw_box {
        min-width: 40px;
        width: 40px;
    }
    .page_nav_num_box a {
        padding: 0 10px;
        font-size: 18px;
    }
    .form_tit_box {
        font-size: 18px;
    }
    .form_tit_box .img {
        width: 20px;
    }
    .form_submit_btn {
        width: 80px;
        min-width: 80px;
        font-size: 18px;
    }
    .txt_area_box textarea {
        font-size: 16px;
    }
    .form_alt_box {
        padding: 15px;
    }
}    

@media all and (max-width:700px) {
    .com_flex_box01 .box .label {
        padding: 10px;
    }
    .com_label01,
    .com_flex_box01 .box .label {
        font-size: 16px;
    }
    .com_tit01 {
        font-size: 26px;
    }
    .com_flex_box01 .box {
        padding: 80px 0 40px;
        font-size: 14px;
    }
    .com_flex_box02 .box {
        width: 100%;
    }
    .com_flex_box02 .bg_icon {
        bottom: 98%;
    }
    .com_flex_box02 .bg_icon img {
        max-width: 55%;
    }
    
    .star_txt_box .box {
        font-size: 14px;
    }
    .star_txt_box .box .small_txt {
        font-size: 11px;
    }
    .star_txt_box .box .img {
        min-width: 20px;
        width: 20px;
        margin-top: 4px;
    }
    .course_flex_box .box {
        width: 100%;
    }
    .con04 .right_img {
        position: relative;
        z-index: 2;
        margin-top: -20px;
        transform: translateY(20px);
    }

    .page_arw_box {
        min-width: 35px;
        width: 35px;
    }
    .page_nav_num_box a {
        padding: 0 10px;
        font-size: 14px;
    }

    .form_tit_box {
        font-size: 14px;
    }
    .form_tit_box .img {
        min-width: 16px;
        width: 16px;
    }
    .form_alt_box {
        flex-direction: column;
    }
    .form_submit_btn {
        width: 100%;
        aspect-ratio: unset;
        padding: 10px;
    }
    .form_submit_btn br {
        display: none;
    }
}