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

.base-title {
    width: 100%;
    height: 70vh;
    background-image: url(../images/staff/voice-top2.jpg);	
	background-position: top;
	background-size: cover;
	position:relative;
}
.voice {
	width:85%;
	margin:auto;
	position:relative;
}

.voice-top {
	display:flex;
	justify-content:space-between;
	padding:80px 0 60px 0;
}

.voice-top-img {
	width:47%;
	position:relative;
}
.voice-top-img img{
	width:100%;
	border-radius:20px;
	display:block;
	box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
}
.voice-top-text {
	width: 100%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 10px;
	border-radius: 10px;
	color:#707070;
}
.voice-top-img:hover .voice-top-text {
	opacity: 1;
}

.staff-comment {
	font-size:20px;
	margin-bottom:15px;
}
.staff-comment span{
	display:inline-block;
}

.staff-profile1 {
	margin-bottom:10px;
	font-size:22px;
}
.staff-profile1 span{
	display:block;
	margin-bottom:0px;
	font-size:16px;
}


@media(max-width:960px){
.voice-top {
	display:flex;
	justify-content:space-between;
	padding:30px 0;
}
}

@media(max-width:640px){
.voice-top {
	display:flex;
	flex-direction: column;
}
.voice-top-img {
	width:100%;
	margin:auto auto 20px auto;
}
.voice-top-img img{
	width:100%;
	border-radius:20px;
}

.voice-top-text {
	width:100%;
}
}
@media(max-width:520px){
.voice-top {
	padding:0 0 30px 0;
}
}