@charset "UTF-8";

.comp_list {
    margin: 30px 0;
}

.comdata {
    position: relative;
    z-index: 1;
}

.comdata_text a {
    border-bottom: 1px solid #74e1ef
}

.top_interview .top_interview_img {
    background: url("../images/top_interview_v2.jpg") no-repeat center center;
    background-size: cover;
}

footer .ft_head {
    width: 100%;
}

.group_link {
    line-height: 1;
    margin: 0 0 1em 50px;
    border-radius: 25px;
    transition: ease .5s;
}

.group_link a {
    display: inline-block;
    width: 100%;
    border-radius: 25px;
}

.group_link a img {
    width: 400px;
    border-radius: 25px;
}

.group_link:hover {
    opacity: 0.5;
}

@media screen and (max-width:767px) {
    .group_link {
        margin: 0;
    }
}