@charset "utf-8";

/*———————————
独自スタイル
———————————*/


/* line固定ボタン */
.fix__btn-line{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: #00bb03;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 60px 10px 13px 10px;
    line-height: 1.5;
    background-image: url(/assets/img/common/line-btn-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center top 25px;
 
}
.fix__btn-line:hover{
    text-decoration: none;
    color: #FFF;
}

@media screen and (max-width:768px) {
    .fix__btn-line{
       display: none;
    }
}
#fixed_nav ul li:last-child{
    border-left: 1px solid #c6c6c6;
}
.recruit_main .scholarship_link_pc{
    bottom: 120px;
}