  #students-top-kv {
    position: relative;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 60px;
    margin-bottom: 60px
}

@media screen and (max-width: 520px) {
    #students-top-kv {
        padding-bottom: 50px;
        margin-bottom: 20px
    }
}

#students-top-kv .swiper-slide {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    height: auto
}

#students-top-kv.slide-one #js-kv-swiper {
    max-width: 700px;
    margin: 0 auto
}

#students-top-kv.slide-one #js-kv-swiper .swiper-slide {
    border-left: 1px solid #DDDDDD
}

#students-top-kv .students-top-kv__ph {
    line-height: 0
}

#students-top-kv .students-top-kv__ph img {
    width: 100%
}

#students-top-kv .students-top-kv__text {
    position: relative;
    padding: 20px 20px 55px
}

#students-top-kv .students-top-kv__more {
    position: absolute;
    bottom: 18px;
    right: 20px
}

#students-top-kv .students-top-kv__more span {
    display: block;
    min-height: 25px;
    padding-right: 35px;
    background: url(/images/common/arror_r01_alpha_b.svg) calc(100% - 1px) 0 no-repeat;
    background-size: 25px 25px
}

@media screen and (min-width: 521px) and (max-width: 960px) {
    #students-top-kv .students-top-kv__more {
        right: 15px;
        bottom: 15px
    }
}

@media screen and (max-width: 520px) {
    #students-top-kv .students-top-kv__more {
        right: 15px;
        bottom: 18px
    }
}

#students-top-kv a {
    color: #1A1A1A;
    text-decoration: none;
    background: none !important;
    display: block;
    height: 100%
}

#students-top-kv a:hover .students-top-kv__more {
    color: #7E13AB
}

#students-top-kv a:hover .students-top-kv__more span {
    background: url(/images/common/arror_r01_hover.svg) calc(100% - 1px) 0 no-repeat;
    background-size: 25px 25px
}

#students-top-kv a.blank-iconlink {
    padding: 0
}

#students-top-kv a.blank-iconlink .students-top-kv__more span {
    padding-right: 33px;
    background: url(/images/common/icon_otherlink02.svg) calc(100% - 6px) calc(50% - 1px) no-repeat;
    background-size: 17px 17px
}

#students-tab-area {
    display: flex;
    margin-bottom: 60px
}

@media screen and (max-width: 520px) {
    #students-tab-area {
        display: block;
        margin-bottom: 30px
    }
}

#students-tab-area__navi {
    width: 250px;
    margin-right: 50px
}

#students-tab-area__navi ul li {
    border-bottom: 1px solid #fff
}

#students-tab-area__navi ul li a {
    position: relative;
    display: flex;
    align-items: center;
    background: #F2EDF2;
    color: #808080;
    padding: 10px 15px;
    width: 100%;
    min-height: 52px;
    line-height: 1.4
}

#students-tab-area__navi ul li a:hover {
    color: #7E13AB
}

#students-tab-area__navi ul li a.current {
    background: #606;
    color: #fff !important;
    font-weight: 700
}

@media screen and (min-width: 521px) {
    #students-tab-area__navi ul li a.current::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -8px;
        border: 8px solid transparent;
        border-left: 10px solid #606
    }
}

@media screen and (min-width: 521px) and (max-width: 960px) {
    #students-tab-area__navi {
        width: 200px;
        margin-right: 30px
    }
}

@media screen and (max-width: 520px) {
    #students-tab-area__navi {
        width: calc(100% + 30px);
        margin: 0px -15px 15px;
        overflow: auto;
        padding-bottom: 18px
    }

    #students-tab-area__navi ul {
        display: flex
    }

    #students-tab-area__navi ul li {
        white-space: nowrap;
        border-right: 1px solid #fff;
        border-bottom: none
    }

    #students-tab-area__navi ul li a {
        padding: 10px 50px;
        width: 100%;
        min-height: 60px;
        font-size: 13px
    }

    #students-tab-area__navi ul li a.current::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border: 8px solid transparent;
        border-top: 10px solid #606
    }
}

#students-tab-area__contents {
    width: calc(100% - 300px)
}

#students-tab-area__contents ul {
    border-left: 1px solid #DDDDDD;
    display: flex;
    flex-wrap: wrap
}

#students-tab-area__contents ul li {
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    width: 50%;
    min-height: 80px;
    margin-top: -1px
}

#students-tab-area__contents ul li a.btn-type01 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1.4;
    border: none !important
}

@media screen and (min-width: 521px) and (max-width: 960px) {
    #students-tab-area__contents {
        width: calc(100% - 230px)
    }
}

@media screen and (max-width: 520px) {
    #students-tab-area__contents {
        width: auto
    }

    #students-tab-area__contents ul {
        display: block
    }

    #students-tab-area__contents ul li {
        width: auto;
        min-height: 70px
    }

    #students-tab-area__contents ul li a.btn-type01 {
        height: 70px;
        font-size: 13px
    }
}

.js-students-tab-content {
    display: none
}

/*# sourceMappingURL=students.css.map */

