.page-title .photo-l{
	width: 43%;
	margin-left: auto;
	margin-right: 0;
	margin-top: -16.66vw;
}
.page-title .photo-l img{
	width: 100%;
	height: auto;
}
.page-title .title-txtarea-interview {
    position: relative;
    color: #333333;
    text-align: left;
	width: 50vw;
	padding-top: 2.58vw;
	font-size:1.17vw;
	line-height: 1.8;
}
.page-title .title-catharea-interview{
	position: relative;
	top:-8vw;
}

.page-title .title-catharea-interview:before{
	position: absolute;
	content: "";
	background: #F8F8F8;
	width: 50vw;
	height: 19.7vw;
	top:-2.8vw;
	left:0;
}


.interview-cont {
    margin-top: 10vw;
    margin-bottom: 10vw;
}
.interview-area {
	margin: 0 5%;
}

.interview-box {
    display: inline-block;
	vertical-align: top;
	width: 26%;
	margin: 3%;
}
.interview-box .photo{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.interview-box img{
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 5px #999999;
    box-shadow: 0px 0px 5px #999999;
}
.interview-box a .photo img{
	transform: scale(1);
	transition: 0.2s;
}
.interview-box a:hover .photo img{
	transform: scale(1.1);
	opacity: 1;
}
.interview-box a{
    text-decoration: none;
	color:#333;
	
}
.interview-box a .syozoku {
    font-weight: bold;
    color: #0085D8;
	margin-bottom:0; 
	padding-bottom: 0;
}
