@charset "UTF-8";

/*---------------------------------------------------------

    就活準備＆インターンシップ選考対策講座 
    template　2024.12

=========================================================== */
*, :after, :before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box
}

:root {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ, Hiragino Kaku Gothic, sans-serif;
  font-size: 62.5%
}
#main {
	position: relative;
}
#main * {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ, Hiragino Kaku Gothic, sans-serif
}
#main.l-main, .contents-wrap {
  background-color: #f3f3f3
}
#main.l-main {
  position: relative;
  width: auto;
}
#footer{
    padding-bottom:48px;
}

/*　contents-section　---------------------------------------------------------*/
.contents-wrap{
    position: relative;
}
.contents-wrap * {
    box-sizing: border-box;
    font-family: メイリオ, Meiryo, ヒラギノ角ゴ, Hiragino Kaku Gothic, sans-serif;
}

.contents-section{
    display: flex;
    flex-direction: column;
    align-items:center;
    width: 100%;
    gap: 24px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 560px){
    .contents-section{
        gap: 42px;    
    }
}
.contents-frame {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 24px;
    width: 100%;
    margin-top: 2.5px;
}
    #contents-pageHead{
        gap: 0;
    }
    #contents-sarchCourse{
        gap: 64px;
        padding-bottom: 24px;
    }
    #contents-sarch{
        gap: 64px;
        padding-bottom: 24px;
    }
        #contents-sarch .wrap__nav-course{
            padding-top: 0;
        }
.contents-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.contents-section .inBk{ display: inline-block;}
.contents-section .txt-bl{color:#006BCD;}
.contents-section .txt-lb{color:#00ABEB;}
.contents-section .txt-belt{
    padding: 3px;
    background: #B2E6F9;
    margin-left: .2em;
    margin-right: .2em;
}
.contents-section .txt-Kerning{
    margin-left:-.3em;
    margin-right: -.3em;
}
.contents-section img{
    width: 100%;
    height: auto;
}

/* button */
.contents-wrap .button_base,
.contents-wrap .button_or{
    display: flex;
    width: 240px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background:#fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.contents-wrap .button_or{
    background:#F67E27;
    color: #fff;
}
.contents-wrap .button_base:hover,
.contents-wrap .button_or:hover{
    opacity: .8;
    text-decoration: none;
}

/*　mv 　---------------------------------------------------------*/
.mv-wrap{
  display: block;
  position: relative;
  width: 100%;
  background-color: #00abeb;
  text-align: center;
}

/* page head 　---------------------------------------------------*/
.page__txt-date{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-self: stretch;
    text-align: right;
    font-size: 12px;
    line-height: 100%;
}

/*area__tit-conts*/
.area__tit-conts{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}
    .area__tit-conts h2{
        font-size: 20px;
        line-height: 140%;
        text-align: center;
    }
        .area__tit-conts h2 .txt-l{
            color:#006BCD;
            font-size: 24px;
            }
    .area__tit-conts p{
        text-align: justify;
        font-size: 14px;
        line-height: 170%;
    }
    #contents-sarch .area__tit-conts{
        padding-top: 24px;
    }
    #contents-sarch .area__tit-conts h2{
        font-size: 24px;
        color:#006BCD;
    }
    #contents-sarch .area__tit-conts .sub__tit{
        color: #00ABEB;
        text-align: center;
        font-size: 20px;
        line-height: 100%;
    }



/* frame__feature 　---------------------------------------------------*/
.frame__feature{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    background: #D9F4FB;
}
.frame__feature .contents-inner{
    padding-top: 24px;
}
    .frame__feature h3{
        font-size: 18px;
    }
        .frame__feature h3 .txt-lb{
            font-size: 21px;
        }
        .frame__feature h3 .txt-l{
            font-size: 29px;
        }

/*card__feature*/
.frame__feature .card__feature{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
}
    .frame__feature .unit__tit-feature{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
        .frame__feature .card__feature .icon_feature{
            display: flex;
            width: 44px;
            height: 44px;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            background:#00ABEB;
            line-height: 100%;
            color:#fff;
            font-weight: bold;
            font-size: 21px;
        }
        .frame__feature .card__feature h4{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
            text-align: center;
            font-size: 18px !important;
            line-height: 150%;
            letter-spacing: 3%;
        }

    /* unit__fukidashi */
    .frame__feature .unit__fukidashi{
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 0px;
        border-radius: 8px;
        background:#ECECEC;
        color: #333;
        font-size: 15px;
        font-weight: bold;
        line-height: 140%;
        letter-spacing: 3%;
        width: 100%;
        max-width: 420px;
    }
    .frame__feature .unit__fukidashi:after{
        content: "";
        position: absolute;
        width: 24px;
        height:32px;
        background: url("../images/speech_bubble02.svg") center 50% no-repeat;
        background-size: 100% auto;
    }
    #feature-01 .unit__fukidashi{
        margin-left:80px;
        max-width : calc(100% - 80px) ;
    }
    #feature-01 .unit__fukidashi:after{
        left: -18px;
        bottom:30px;
    }
    #feature-01 .unit__fukidashi:before{
        content: "";
        position: absolute;
        width: 70px;
        height:80px;
        left: -80px;
        bottom: 0;
        background: url("../images/icon_people.svg") center bottom no-repeat;
        background-size: 100% auto;
    }
            @media screen and (max-width: 413px){
                #feature-01 .unit__fukidashi{
                    margin-left:70px;
                    max-width : calc(100% - 70px) ;
                }
                #feature-01 .unit__fukidashi:before{
                    width: 60px;
                    left: -70px;
                }
            }

    #feature-02 .unit__fukidashi:after{
        content: "";
        position: absolute;
        width: 14px;
        height:20px;
        background: url("../images/speech_bubble03.svg") center 50% no-repeat;
        background-size: 100% auto;
        top:-18px;
        transform:translateX(-50%);
        left: 50%;
        margin-left: -24px;
    }



    /*group__detail*/
    .frame__feature .group__detail{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 21px;
    }
    .frame__feature .area__detail{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        max-width: 500px;
    }
    .frame__feature .block__img{
        display: flex;
        gap: 8px;
    }
        /*group__detail*box__img*/
        .frame__feature .box__img{
            display: flex;
            padding: 10px 8px 5px 8px;
            flex-direction: column;
            align-items: center;
            gap: 0px;
            border-radius: 5px;
            background: #E8F7FD;
            }
            .frame__feature .box__img:first-child{
                position: relative;
            }
            .frame__feature .box__img:first-child:after{
                content:"";
                background: url("../images/arrow_sp.svg") 0 0 no-repeat;
                background-size: 100% auto;
                width: 50%;
                height: 20%;
                position: absolute;
                transform:translateY(-50%);
                top: 50%;
                left: 58%;
                margin-top: 5%;
            }
            .frame__feature .box__img h5{
                display: flex;
                gap: 5px;
                color:#006BCD;
                text-align: center;
                font-size: 14px;
                line-height: 140%;
                letter-spacing: -5%;
            }
            .frame__feature .box__img + .box__img h5{
                position: relative;
                padding: .5em .5em .5em 0;
            }
            .frame__feature .box__img + .box__img h5:before,
            .frame__feature .box__img + .box__img h5:after{
                content:"";
            }
            .frame__feature .box__img + .box__img h5:before{
                width: 20px;
                height: 20px;
                display: inline-block;
                background: url("../images/icon_blue_sarch.svg") center 50% no-repeat;
                background-size: 100% auto;
            }
            .frame__feature .box__img + .box__img h5:after{
                position: absolute;
                top:-4px;
                right: -10px;
                width: 15px;
                height: 15px;
                display: block;
                background: url("../images/icon_tit_catch.svg") center 50% no-repeat;
                background-size: 100% auto;
            }
        .area__detail .unit__fukidashi-detail{
            position: relative;
            display: flex;
            padding: 16px 10px;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-self: stretch;
            gap: 10px 0;
            border-radius: 16px;
            border: 4px solid #B2E6F9;
            color: #333;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            line-height: 100%;
            }
        .area__detail .unit__fukidashi-detail:after{
            content:"";
            position: absolute;
            transform:translateX(-50%);
            left: 50%;
            top: -18px;
            margin-left: -57px;
            width: 18px;
            height: 18px;
            background: url("../images/speech_bubble01.svg") center 50% no-repeat;
            background-size: 100% auto;
            }

        .area__detail .unit__fukidashi-detail .txt-belt{
            font-size: 18px;
            margin-right: .3em;
            }

        #feature-02 .block__detail{
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 16px;
            width: 100%;
            align-self: stretch;
            border-top: 3px solid #B2E6F9;
            padding-top: 24px;
        }
            #feature-02 .block__detail .box__tit{
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
                #feature-02 .block__detail h5{
                    display: flex;
                    width: 7em;
                    height: 24px;
                    padding: 5px 0;
                    justify-content: center;
                    align-items: center;
                    border-radius: 24px;
                    background: #00ABEB;
                    color: #FFF;
                    font-size: 15px;
                    line-height: 100%;
                    letter-spacing: 3%;
                }
                #feature-02 .block__detail .unit__img{
                    width: 82px;
                }

                #feature-02 .block__detail .unit__ans{
                    position: relative;
                    display: flex;
                    align-items: center;
                    /*padding-left:20px;*/
                    flex-wrap: wrap;
                    gap:3px 0;
                    font-size: 14px;
                    font-weight: bold;
                    width:auto;
                    max-width: 420px;
                    justify-content: center;
                    margin-top: -6px;
                }
                #feature-02 .block__detail .unit__ans .txt-belt{
                    font-size: 18px;
                }

                #feature-02 .block__detail .txt__note{
                    font-size: 12px;
                    line-height: 130%;
                }

/*wrap__nav-course 　---------------------------------------------------*/
.wrap__nav-course{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 32px;
    gap: 32px;
}
.inner__nav-course{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #D9D9D9;
    width: 100%;
}
.wrap__nav-course h2{
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    font-size: 21px;
    line-height: 100%;
    border-bottom: 3px solid #006BCD;
}

.wrap__nav-course h3{
    color: #006BCD;
    font-size: 14px !important;
    line-height: 100%;
    padding-top: 16px;
    padding-bottom: 10px;
    text-align: center;
}
.wrap__nav-course input{
    display: none;
}
    .frame__nav-course{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-self: stretch;
        background: #F5F5F5;
        z-index: 10;
    }
        .frame__nav-course label{
            display: flex;
            padding: 12px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 50%;
            cursor: pointer;
        }
            .frame__nav-course #courseNav01+label{
                border-right: 1px solid #E0DCDC;
            }
            .frame__nav-course #courseNav03+label{
                border-top: 1px solid #E0DCDC;
                border-right: 1px solid #E0DCDC;
            }
            .frame__nav-course #courseNav04+label{
                border-top: 1px solid #E0DCDC;
            }
        .frame__nav-course .nav__course{
            position: relative;
            display: flex;
            padding: 16px 14px 8px;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            width: 100%;
            border-radius: 5px;
            background: #FFF;
            border: 1px solid #FFF;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
            flex: 1;
        }
        .frame__nav-course .nav__course:after{
            content:"";
            width:0;
            height:0;
            border-style:solid;
            border-width: 10px 10px 0 10px;
            border-color: #D9D9D9 transparent transparent transparent;
            transition: all 300ms ease;
            transition: all 0.3s ease-out;
        }
            .frame__nav-course label:hover .nav__course{
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0);
            }
            .frame__nav-course input[type=checkbox]:checked + label{
                background: #D9F4FB;
            }
            .frame__nav-course input[type=checkbox]:checked + label .nav__course{
                border-color: #007AFF;
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0);
            }
            .frame__nav-course input[type=checkbox]:checked + label .nav__course:after{
                border-color: #006BCD transparent transparent transparent;
            }
                .frame__nav-course #courseNav04:checked + label .nav__course:after{
                    border-color: #fff transparent transparent transparent;
                }
                .frame__nav-course #courseNav04:checked + label .nav__course:before{
                    position: absolute;
                    transform:translateX(-50%);
                    -moz-transform:translateX(-50%);
                    -webkit-transform:translateX(-50%);
                    left: 50%;
                    bottom: -17px;
                    content:"";
                    width:0;
                    height:0;
                    border-style:solid;
                    border-width: 10px 10px 0 10px;
                    border-color: #006BCD transparent transparent transparent;
                }
            .frame__nav-course .nav__course h4{
                padding-bottom: 8px;
                color: #006BCD;
                text-align: center;
                font-size: 16px;
                line-height: 120%;
                width: 100%;
                border-bottom: 1px solid #00ABEB;
            }
                @media screen and (max-width: 413px){
                    .frame__nav-course .nav__course h4{
                        font-size: 14px;
                        letter-spacing: -3%;
                    }
                }
            .frame__nav-course .nav__course ul{
                display: flex;
                flex-direction: column;
                gap: 5px;
                flex: 1;
            }
            .frame__nav-course .nav__course li{
                display: flex;
                gap: 2px;
                align-self: stretch;
                position: relative;
                color: #535353;
                font-size: 10px;
                line-height: 140%;
            }
            .frame__nav-course .nav__course li:before{
                content:"";
                width: 11px;
                height: 16px;
                display: block;
                background: url("../images/icon_txt_check.svg") 50% center no-repeat;
                background-size: 100% auto;
            }

    .frame__sub-nav-course{
        position: relative;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding:12px 12px 24px;
        gap: 10px 4px;
        background: #D9F4FB;
    }
    .frame__sub-nav-course:after{
        position: absolute;
        content: "";
        width: 50%;
        height: 1px;
        display: block;
        top:0;
        left:0;
        background: #E0DCDC;
    }
        .frame__sub-nav-course h4{
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            color: #006BCD;
            font-size: 12px;
            line-height: 100%;
        }
        .frame__sub-nav-course label{
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            background: #FFF;
            border: 1px solid #FFF;
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
            cursor: pointer;
            width : calc((100% - 12px)/ 4);
            padding: 8px 3px;
            color: #666;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            line-height: 120%;
        }
        .frame__sub-nav-course label span{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            line-height: 120%;
        }
            .frame__sub-nav-course label:hover{
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0);
            }
            .frame__sub-nav-course input[type=checkbox]:checked + label{
                border-color: #006BCD;
                color: #006BCD;
                box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0);
            }
            .frame__sub-nav-course input[type=checkbox]:checked + label:before{
                content:"";
                width:0;
                height:0;
                position: absolute;
                transform:translateX(-50%);
                left: 50%;
                bottom:-14px;
                border-style:solid;
                border-width: 6px 6px 0 6px;
                border-color: #006BCD transparent transparent transparent;
            }


/* #list__course 　---------------------------------------------------*/
#list__course{
    padding-top:64px;
    margin-top:-64px;
    
}
/*wrap__course 　---------------------------------------------------*/
.wrap__course{
    display: flex;
    padding: 0px 24px 24px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 64px;
    width: 100%;
}


/*　box__tit_search 　---------------------------------------------------*/
.box__tit_search{
    display: flex;
    padding-bottom: 12px;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
    border-bottom: 2px solid #00ABEB;
}
    /*box__tit_search .search_type*/
    .box__tit_search .search_type{
        display: flex;
        gap: 5px;
        align-items: flex-end;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
    }
    .box__tit_search .search_type span{
        display: flex;
        padding: 3px 5px;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        background: #D9F4FB;
        color:#006BCD;
        font-size: 15px;
        font-weight: bold;
        line-height: 100%;
    }

    /*search_title*/
    .box__tit_search .search_title{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-self: stretch;
        padding-top: 5px;
    }
    .box__tit_search .search_type + .search_title{
        padding-top: 5px;
    }
        /*box__tit_search h3*/
        .box__tit_search h3{
            font-size: 21px;
            line-height: 100%;
            letter-spacing: 0.05em;
        }
        /*box__tit_search h3*/
        .box__tit_search .search_number{
            display: flex;
            padding-left: 10px;
            align-items: flex-end;
            gap: 3px;
            color:#00ABEB;
            font-size: 18px;
            font-weight: bold;
            line-height: 100%;
            flex-shrink: 0;
        }
        .box__tit_search .search_number span{
            color:#333333;
            font-size: 13px;
            line-height: 100%;
        }

    /*search_keyword*/
    .box__tit_search .search_keyword{
        width: 100%;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #00ABEB;
    }
    .box__tit_search .search_target,
    .box__tit_search .search_prefecture{
        color: #00ABEB;
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
    }
    .box__tit_search .search_target + .search_target:before,
    .box__tit_search .search_target + .search_prefecture:before{
            content: "／";
        }
    .box__tit_search .search_prefecture + .search_prefecture:before{
            content: "・";
        }

/*　frame__course 　---------------------------------------------------*/
.frame__course{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.group__course{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
@media screen and (min-width: 560px) {
    .group__course{
        flex-direction: row;
        align-items: flex-start;
        align-content: flex-start;
        align-self: stretch;
        flex-wrap: wrap;
        gap:0 24px;
    }
    .frame__course .card__course{
        width : calc((100% - 24px)/ 2) ;
    }
}

/*　card__course 　---------------------------------------------------*/
.card__course{
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 16px;
    /*space*/
    padding: 24px 0;
    border-bottom: 1px solid #D9D9D9;
}
.course__group{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex: 1;
}
    /*course_tmb*/
    .card__course .course_tmb{
        width: 100%;
        max-width: 276px;
    }
        .card__course .course_tmb img{
            width: 100%;
            height: auto;
        }
    /*course_schedule*/
    .course_schedule{
        display: flex;
        align-items:center;
        gap: 10px;
        align-self: stretch;
    }
    @media screen and (min-width: 560px) {
        .course_schedule{
            height: 34px;
        }
    }
        .course_schedule:before{
            content:"";
            width: 18px;
            height: 18px;
            background: url("../images/icon_date.svg") 0 0 no-repeat;
            background-size: 100% auto;
            flex-shrink: 0;
        }
        .course_schedule .course_date{
            color: #848484;
            font-size: 18px;
            font-weight: bold;
            line-height: 1em;
            flex-shrink: 0;
        }
        .course_schedule .box_course_time{
            display: flex;
            align-items:center;
            flex-wrap: wrap;
            gap: 3px 5px;
        }
        .course_schedule .course_time{
            color: #848484;
            font-size: 14px;
            font-weight: bold;
            line-height: 1em;
        }
        .course_schedule .course_note{
            display: flex;
            padding: 2px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border: 1px solid #DADADA;
            color: #848484;
            font-size: 10px;
            letter-spacing: -0.5px;
            line-height: 1em;
        }
    /*course_place*/
    .course_place{
        position: relative;
        display: block;
        width: 100%;
        padding-left: 23px;
    }
        .course_place:before{
            position: absolute;
            content:"";
            width: 18px;
            height: 18px;
            background: url("../images/icon_place.svg") center 50% no-repeat;
            background-size: 100% auto;
            left: 0;
            top: 0;
        }
        .course_place .course_prefecture,
        .course_place .course_location{
            color: #848484;
            font-size: 18px;
            font-weight: bold;
            line-height: 120%;
        }
        .course_place .course_prefecture{
            flex-shrink: 0;
        }
        .course_place .course_location{
            position: relative;
            padding-left: 1em;
        }
        .course_place .course_location:before{
            position: absolute;
            content: "／";
            top: 0;
            left: -.1em;
        }
    /*course_tag*/
    .course_tag{
        display: flex;
        gap: 5px;
        align-self: stretch;
        flex-wrap: wrap;
    }
    .course_tag span{
        display: flex;
        height: 21px;
        padding: 0 8px;
        justify-content: center;
        align-items: center;
        border-radius: 21px;
        border: 1px solid #DADADA;
        color: rgba(51, 51, 51, 0.74);
        font-size: 11px;
        line-height: 1em;
    }
        .field_tag{
            display: flex;
            gap: 5px;
            align-self: stretch;
            flex-wrap: wrap;
        }
        .field_tag span{
            border-color:rgba(0, 171, 235, 0.74);
            color: #00ABEB;
        }
    /*course_detail*/
    .course_detail{
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-self: stretch;
    }
        .course_detail h4{
            display: flex;
            padding-left: 16px;
            align-self: stretch;
            font-size: 16px;
            line-height: 150%; 
            border-left: 3px solid #00ABEB;
        }
        .course_detail p{
            font-size: 13px;
            line-height: 170%;
            word-break: break-all;
        }
    /*button_or*/
    .course_detail .button_or{
        width: 240px;
    }


    /* slider */
    .slick-dotted.slick-slider{
        margin-bottom: 24px;
    }
    .slick-dots{
        position: absolute;
        bottom: -24px;
        display: flex !important;
        gap: 0px !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20px;
        list-style: none;
        text-align: center;
        overflow: hidden;
    }
        .slick-dots li{
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            cursor: pointer;
            margin: 0 !important;
        }
        .slick-dots li button{
            position: relative;
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
            font-size: 0 !important;
            background:none !important;
        }
        .slick-dots li button:hover,
        .slick-dots li button:focus{
            outline: none;
        }
        .slick-dots li button:hover:before,
        .slick-dots li button:focus:before{
            opacity: 1;
        }
        .slick-dots li button:before{
            position: absolute;
            transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -webkit-transform: translateX(-50%) translateY(-50%);
            top: 50%;
            left:50%;
            width: 8px;
            height: 8px;
            content:'';
            background-color: #D9D9D9;
            border-radius: 50%;
            display: block;
        }
        .slick-dots li.slick-active button:before{
            background-color: #00ABEB;
        }

        /*box__btn_more*/
        .frame__course .box__btn_more{
            display: flex;
            flex-direction: column;
            align-items:center;
            width: 100%;
            padding-top: 24px;
        }
        #type-live.frame__course .course_place,
        #type-archive.frame__course .course_place{
            display: none;
        }



/*　search 　---------------------------------------------------------*/

/*.container__search{
    position: relative;
    display: block;
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 42px;
}*/
#fix__search{
    position:fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    bottom: 0;
    width: 100%;
    padding: 0px 10px;
    z-index:2000;
}
.wrap__search {
    display: flex;
    flex-direction: column;
    align-items:center;
    box-shadow:0 0 5px 0 rgba(0,0,0,.25);
    -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.25);
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    max-width: 718px;
    background: #fff;
    overflow: auto;
}
.wrap__search form{
    display: flex;
    flex-direction: column;
    align-items:center;
    align-self: stretch;
}
    .wrap__search h3{
        position: relative;
        display: flex;
        height: 48px;
        padding: 16px;
        align-items: center;
        align-self: stretch;
        line-height: 1em;
        border-radius: 5px 5px 0px 0px;
        background: #00ABEB;
        color: #FFF;
        font-size: 16px;
        line-height: 100%;
        gap:10px;
        
    }
        .wrap__search h3:hover{
            cursor: pointer;
        }
        .wrap__search h3:before{
            content:"";
            width: 16px;
            height: 20px;
            background: url("../images/icon_search.svg") center 50% no-repeat;
            background-size: auto 100%;
        }
        .wrap__search h3:after{
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            display: block;
            border-bottom: 1px solid #fff;
            border-right: 1px solid #fff;
            transform-origin: center;
            transform: rotate(225deg) translateY(-50%);
            margin-top: -3px;
            right: 14px;
        }
        .wrap__search h3.open:after{
            transform: rotate(45deg) ;
            top: 50%;
            right: 18px;
            margin-top: -5px;
        }

    .wrap__toggle{
        display: none;
    }
    .frame__toggle-search {
        display:flex;
        padding: 0 16px;
        flex-direction: column;
        align-self: stretch;
        gap:0px;
    }
    .group__toggle-search{
        display:flex;
        flex-direction: column;
        align-self: stretch;
        gap:0px;
        max-height:calc(100vh - 256px) ;
        overflow-y: scroll;
    }

    .wrap__search .box__search{
        border-bottom:1px solid #ccc;
        display: flex;
        flex-direction: column;
        padding-bottom: 10px;
        gap:0;
    }
        .wrap__search .box__search h4{
            font-size: 16px;
            line-height: 100%;
        }
        .wrap__search .box__search h5{
            font-size: 14px;
            line-height: 100%;
        }

    /*tit__search*/
    .wrap__search .tit__search{
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .wrap__search .choice{
        display: flex;
        align-items: center;
    }
    .wrap__search .choice li{
        padding: 0 1em;
    }
    .wrap__search .choice li + li{
         border-left: 1px solid #ccc;
    }
            .wrap__search .choice input{
                position: relative;
                appearance:none;
                cursor:pointer;
                padding:0;
                background-color:transparent;
                border:none;
                outline:none;
                -webkit-appearance:none;
                -moz-appearance:none;
                font-size: 14px;
                color: #0066cc;
        }
            .wrap__search .choice input:hover{
                color: #3399ff;
        }
    .wrap__search .inner__checkbox .choice li,
    .wrap__search .inner__checkbox .choice input{
        background:none !important;
    }
        .wrap__search .inner__checkbox .choice li:first-child{
            padding-left: 0;
        }
    .wrap__search .search-inner-box .tit__search{
        height: 42px;
        border-top: 1px dashed #cccccc;
    }

    /*wrap__checkbox*/
    .wrap__search .wrap__checkbox{
        display: flex;
        flex-wrap: wrap;
        gap:5px 30px;
    }
        /*wrap__checkbox*/
        .wrap__search .wrap__checkbox .checkbox-sub_wrap{
            display: flex;
            flex-wrap: wrap;
            gap:5px 30px;
            padding-left: 25px;
        }
    .wrap__search .wrap__checkbox label{
        position: relative;
        cursor:pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0;
    }
        #search-area .wrap__search .wrap__checkbox label{
            width: 7em;
        }

        .wrap__search .wrap__checkbox label:before{
             content:"";
             display:block;
             height:20px;
             width:20px;
             background:#fff;
             border:1px solid #ccc
        }
        .wrap__search .wrap__checkbox input[type=checkbox]{
                display: none;
            }
        .wrap__search .wrap__checkbox input[type=checkbox]:checked + span:after{
            position:absolute;
            transform:translateY(-50%) ;
            top: 50%;
            left:0;
            content:"";
            display:block;
            height:20px;
            width:20px;
            background: url("../images/icon_check.svg") center 50% no-repeat;
        }
      .wrap__search .search-inner-box{
            display: flex;
            width: 100%;
            flex-direction: column;
        }
      .wrap__search .search-inner-box .wrap__checkbox{
          padding-bottom: 8px;
        }
      .wrap__search .search-inner-box .tit__search{
            position: relative;
            display: flex;
            padding: 10px 0;
        }
      .wrap__search .search-inner-box .tit__search:before{
            content: "";
            width: 15px;
            height: 15px;
            border: 1px solid #ccc;
            position: absolute;
            transform:translateY(-50%);
            -moz-transform:translateY(-50%);
            -webkit-transform:translateY(-50%);
            top: 50%;
            right: 0;
        }
        .wrap__search .search-inner-box h5{
            position: relative;
            width: 100%;
        }

        .wrap__search .search-inner-box h5:before{
            content: "";
            width: 9px;
            height: 1px;
            background: #ccc;
            position: absolute;
            transform:translateY(-50%);
            -moz-transform:translateY(-50%);
            -webkit-transform:translateY(-50%);
            top: 50%;
            right: 3px;
        }
        .wrap__search .search-inner-box h5:after{
            content: "";
            width: 1px;
            height: 9px;
            background: #ccc;
            position: absolute;
            transform:translateY(-50%);
            -moz-transform:translateY(-50%);
            -webkit-transform:translateY(-50%);
            top: 50%;
            right:7px;
        }
        /*search-inner-box aco*/
        .wrap__search .search-inner-box .tit__search.open h5:after{
            display: none;
        }
        .wrap__search .search-inner-box .inner__checkbox {
            display: none;
        }

        /*#course_meas*/
        .wrap__search .wrap__checkbox #course_meas{
            width: 100%;
        }
        /*frame__search-area*/
        .frame__search-area{
            display: flex;
            flex-direction: column;
        }
    /*btn__search*/
    .wrap__search .btn__search{
        display: flex;
        flex-direction: column;
        align-self: stretch;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
    }
        .wrap__search .btn__search button{
            position: relative;
            appearance:none;
            cursor:pointer;
            padding:0;
            background-color:transparent;
            border:none;
            outline:none;
            -webkit-appearance:none;
            -moz-appearance:none;
            background:#f57c31;
            color:#fff;
            display:inline-block;
            width: 100%;
            max-width:315px;
            height:48px;
            padding:12px 20px;
            text-align:center;
            font-size: 14px;
            box-shadow:0 0 5px 0 rgba(0,0,0,.25);
            -webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.25);
        }

        .wrap__search .btn__search button:hover {
             background:#f79b62;
             color:#fff
            }
        .wrap__search .btn__search button .exbtn__txt{
            position:relative;
            }
        .wrap__search .btn__search button .exbtn__txt:before {
            position: absolute;
            content: "";
            top:50%;
            left: -25px;
            width: 16px;
            height: 20px;
            background: url("../images/icon_search.svg") center 50% no-repeat;
            background-size: auto 100%;
            transform:translateY(-50%);
            -webkit-transform:translateY(-50%)
        }

#search__meet #search-area{
    display: flex !important;
}

/*　pagetop 　---------------------------------------------------------*/
#page_conts_top{
    position:fixed;
    z-index:100;
	bottom:60px;
	right:24px;
    transition: all 300ms ease;
    transition: all 0.3s ease-out;
}
#page_conts_top.position_foot{
	bottom:16px;
}
#page_conts_top a{
	position:relative;
	display:block;
	background:#00abeb;
	border-radius:50%;
	color:transparent;
	font-size:0;
    transition:background .2s;
    -webkit-transition:background .2s;
	height:42px;
	width:42px;
}
#page_conts_top a:after,
#page_conts_top a:before{
	position:absolute;
	bottom:0;
	right:0;
    top:0;
	content:"";
	display:block;
	margin:auto;
	background:#fff;
	border-radius:2px;
	height:2px;
	width:9px;
}

#page_conts_top a:before{
	transform:rotate(134deg);
	-webkit-transform:rotate(134deg);
	left:-6px;
}
#page_conts_top a:after{
	transform:rotate(-134deg);
	-webkit-transform:rotate(-134deg);
	left:6px;
}
#page_conts_top a:active,
#page_conts_top a:focus,
#page_conts_top a:hover{
    background:#1fc2ff;
}


