@charset "UTF-8";

/*interview*/
.interview {
	margin: 3rem 0 0;
}
.interview h1{
	margin: 3rem 1rem;
	font-size: 2rem;
}
.interview h1 span{
	display: block;
	font-size: 1rem;
	font-weight: bold;
}
.interview h2{
	margin: 3rem 3rem 0;
	font-size: .9rem;
	color: #4d586e;
}
.interview h2 strong{
	margin-bottom: .8rem;
	display: block;
	font-size: 1.8rem;
	color: #333;
	letter-spacing: 2px;
	line-height: 1;
}
.interview h2 strong span{
	color: #4d586e;
}
.interview ul{
	margin: 3rem;
}
.interview ul li{
	margin-top: 3rem;
}
.interview ul li a{
	width: 280px;
    height: 370px;
	margin: auto auto 1rem;
	color: #333;
	display:block; 
	position:relative;
	overflow:hidden;
}
.interview ul li a:before{
	content:"";
	display:block;
	padding-top: 56.25%;/*ここには横幅に対して縦が何%になるかを記述*/
	padding-top: 136.25%;/*ここには横幅に対して縦が何%になるかを記述*/
}
.interview ul li a img{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition:0.3s;
	display:block;
	width:100%;
}
.interview ul li a:hover img{
	transform:scale(1.1);
}
.interview ul li a:hover{
	text-decoration: none;
}
.interview ul li p{
	margin: auto;
	width: 280px;
	font-size: 1rem;
}
.interview ul li.last a{
	height: 120px;
}


@media screen and (min-width: 768px) {
.interview ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview ul li{
	width: 48%;
	margin-top: 0;
}
.interview ul li a{
	height: 370px;
}
.interview ul li p{
	margin-top: 0;
}
.interview ul li.last{
	width: 100%;
	margin-top: 0;
}
.interview ul li.last a{
	width: 100%;
	height: 320px;
	margin-top: 0;
}
.interview ul li.last p{
	width: 100%!important;
	margin-top: 0;
}


}

@media screen and (min-width: 900px) {
.interview {
	margin: 3rem 0;
}
.interview h1{
	max-width: 1200px;
	font-size: 2.5rem;
	margin: 4rem auto 0;
}
.interview h1 span{
	font-size: 1rem;
}
.interview h2{
	max-width: 900px;
	margin: 5rem auto 0;
	font-size: 1.25rem;
}
.interview h2 strong{
	margin-bottom: 0;
	font-size: 2rem;
}
.interview ul{
	max-width: 800px;
	margin: 5rem auto;
}
.interview ul li{
	width: 42%;
	margin-top: 0;
}

.interview ul li a{
	width: 330px;
    height: 450px;
}
.interview ul li p{
	width: 330px;
}
.interview ul li.last a{
	width: 100%;
	height: 360px;
}
}

