@charset "UTF-8";
.mainvisual {
    background: url("../../common/img/mv-graduates-bg.png")  no-repeat center bottom;
	background-size:  cover;
}
.page-title{
    background: url("../../common/img/mv-graduates.png")no-repeat center;
}
/*
================================
================================*/
.interview-contents {
    margin: 0 0 50px 0;
}
.contents-title {
    margin-bottom: 50px;
}
.button-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
    line-height: 1.5;
}

}








