.b-interview-link {
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 100%;
    background-color: white;
    text-decoration: none;
}

.b-interview-link:hover {
    transition: .3s;
    opacity: .8;
}


.b-interview-link-imgarea {
    padding: 20px;
    color: white;
    background-size: cover;
    background-position: center;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    @media screen and (max-width: 767px) {/* SP */
        height: 200px;
    }

}
@media screen and (max-width: 767px) {/* SP */
    .b-interview-link-imgarea {
        font-size: 20px;
    }
}
/* .b-interview-link-textarea {
    background-color: white;
    padding: 1em;
} */
.b-interview-link-textarea {
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
}
