﻿.p-kv-unification--grade__pcslide {
    height: 530px;

}
.p-kv-unification--grade {
    height: 530px;
}
.slide-wrap {
    position: relative;
    overflow: hidden;
    .kv_title {
        display: block;
        max-width: 1400px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 25;
    }
}

.slider-chugaku {
    height: 530px;
    position: relative;
    img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

}
.p-kv-unification--grade__catchphrase, .p-kv-unification--course-top__catchphrase {
    bottom: 80px;
    margin-top: 0;
    z-index: 50;
    font-style: 16px;
}

.p-kv-unification--grade__cvbtn.contract, .p-kv-unification--course-top__cvbtn.contract {
    box-shadow: 0 4px 0 0 #BD5600;

}

.p-kv-unification--grade__cvbtn, .p-kv-unification--course-top__cvbtn {
    position: relative;
    margin-top: 0;
    width: 269px;
    height: 45px;
    box-shadow: 0 4px 0 0 #436904;
    &::before {
        content: "";
        display: block;
        position: absolute;
        right: 20px;
        width: 6px;
        height: 12px;
        background-image: url("/assets/chugaku/images/btn_arrow.png");
        background-size: cover;
    }
}