@charset "UTF-8";
/* CSS Document */

.titleimg{
background-image:url("../recruit/interviewimg/titleimg.jpg");
background-repeat: no-repeat;
background-size:cover;
background-position:center;
}

.footer{
margin-top:5em;
}
@media screen and (min-width: 960px) {

.footer{
margin-top:7em;
}
}