@charset "UTF-8";

/*BE COMMON
主に、HTMLの主となるもの（a,body,header)などが先頭にあるものを
ここに集める
独自名のクラスやIDはここに含めない。
*/

a:hover img {
    opacity: 1;
}

#footer .footer_menu .menu_list {
    letter-spacing: 0.1em;
}

#footer .footer_menu .menu_list li a.is-current {
    display: inline-block;
    pointer-events: none;
}

#footer .footer_menu .menu_list>li:first-child a {
    font-family: "Helvetica";
    font-weight: 700;
}

#footer .footer_menu .menu_list>li:first-child .point-none {
    display: inline-block;
    pointer-events: none;
}

#footer .footer_menu .menu_list .flex li:first-child {
    margin-bottom: 0;
    font-weight: normal;
}

#footer .lower_box .footer_sub_menu {
    justify-content: space-between;
}

#footer .lower_box .copyright {
    font-size: 0.812rem;
    font-family: "Helvetica";
    font-weight: 500;
    letter-spacing: 0.08em;
}

a:hover.icon-win,
a:hover .icon-win {
    padding-right: 25px;
    background: url("/recruit/university/asset/img/common/new-window-off.png") no-repeat;
    background-position: right center;
    background-size: 22px 22px;
}

a .scale_photo {
    width: 100%;
    overflow: hidden;
}

a .scale_photo img {
    -webkit-backface-visibility: hidden;
    width: 100%;
    transform: scale(1);
    transform-origin: center center;
    backface-visibility: hidden;
    transition: transform 0.5s ease 0s;
}

a:hover .scale_photo img {
    -webkit-backface-visibility: hidden;
    transform: scale(1.08) rotate(0.1deg);
    backface-visibility: hidden;
}

/*CONTAINER*/

.kv {
    margin-bottom: 80px;
}

.kv img {
    width: 100%;
}

.box_component.wrap {
    box-sizing: border-box;
}

/*FOOTER*/
.icon-win {
    padding-right: 25px;
    background: url("/recruit/university/asset/img/common/new-window-off.png") no-repeat;
    background-position: right center;
    background-size: 22px 22px;
}

.icon-win-w {
    position: relative;
}

.icon-win-w::before {
    position: absolute;
    content: '';
    background: url("/recruit/university/asset/img/common/new-window-off-white.png") no-repeat center;
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}

.icon-win-b {
    position: relative;
}

.icon-win-b:before {
    position: absolute;
    content: '';
    background: url("/recruit/university/asset/img/common/new-window-off-black.png") no-repeat center;
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

@media screen and (max-width: 768px) {
    #footer {
        padding-top: 30px;
    }

    #footer .footer_menu {
        padding: 0 5.599vw;
    }

    #footer .footer_menu .menu_list {
        margin-right: 0;
        padding-bottom: 9.6vw;
    }

    #footer .footer_menu .menu_list li {
        margin-bottom: 0;
        font-size: 4.53vw;
        line-height: 1.8;
        padding-left: 1em;
    }

    #footer .footer_menu .menu_list li a.is-current {
        display: inline-block;
        pointer-events: none;
    }

    #footer .footer_menu .menu_list>li:first-child {
        margin-bottom: 0;
        padding-left: 0;
    }

    #footer .footer_menu .menu_list>li:first-child a {
        padding-left: 0;
        font-size: 4.26vw;
        letter-spacing: 0.06em;
    }

    #footer .footer_menu .menu_list>li:nth-child(2) {
        margin-top: 4vw;
    }

    #footer .footer_menu .menu_list .flex {
        flex-direction: column;
    }

    #footer .lower_box .footer_sub_menu .mr10 {
        margin-right: 0;
    }

    #footer .lower_box .copyright {
        padding: 5.859375vw 5.599vw;
        font-size: 4.4270833333vw;
        font-family: "Helvetica";
        font-weight: 700;
        line-height: 1.4;
    }

    #footer .lower_box .footer_sub_menu .menu_box li,
    #footer .lower_box .footer_sub_menu .menu_box_text li {
        padding: 4vw 5.599vw;
    }

    .icon-win {
        padding-right: 8.53vw;
        background-size: auto 100%;
    }

    a:hover.icon-win,
    a:hover .icon-win {
        padding-right: 8.53vw;
        background-size: auto 100%;
    }

    .kv {
        margin-bottom: 50px;
    }

    .top_banner .banner_area {
        margin-bottom: 12vw;
        padding: 0;
    }

    .top_banner .banner_txt_box {
        margin-top: 20px;
    }

    .top_banner .banner_txt_box .headline {
        margin-bottom: 4.26vw;
        font-size: 7.2vw;
    }

    .top_banner .banner_txt_box .title {
        margin-bottom: 4.26vw;
        padding-top: 0;
        font-size: 4.8vw;
    }

    .top_banner .banner_txt_box .description {
        font-size: 3.46vw;
        letter-spacing: 0.025em;
    }

    .top_banner .btn_more {
        margin-bottom: 1.6vw;
    }

    .top_banner .btn_more .more_text {
        font-size: 3.73vw;
    }
}

@media screen and (min-width: 769px) {

    .box_component.wrap {
        padding: 0 110px;
    }

    #footer a {
        transition: all 0.3s;
    }

    #footer a:hover {
        text-decoration: none;
        opacity: 0.7;
    }

    #footer .footer_menu {
        margin-bottom: 60px;
    }

    #footer .footer_menu .menu_list>li:first-child a {
        border-bottom: solid 1px #000;
        display: inline-block;
        font-weight: 500;
    }

    #footer .footer_menu .menu_list .flex ul {
        margin-right: 36px;
    }

    #footer .footer_menu .menu_list .flex ul:last-child {
        margin-right: 0;
    }

    #footer .footer_menu .menu_list_jobs {
        margin-left: -40px;
    }

    #footer .lower_box .footer_sub_menu .menu_box li::after {
        display: none;
    }

    #footer .lower_box .footer_sub_menu .menu_box li:nth-child(2)::after {
        display: inline-block;
    }

    #footer .lower_box .footer_sub_menu .mr10 {
        margin-right: 15px;
    }
}