@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:50%;
}
.voice-top-img img{
	width:100%;
	border-radius:20px;
}

.voice-top-text {
	width:47%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight:bold;
}

.staff-comment {
	font-size:30px;
	margin-bottom:30px;
}
.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;
}

.staff-profile2 {
	
}

.voice-content {
	/*border:solid 3px #CEE8E8;*/
	border-radius:20px;
	padding:60px 0;
	margin-bottom:100px;
	/*background-color:#fff;*/
}

.voice-box {
	/*max-width:768px;
	width:90%;
	margin:auto;*/
}

.voice-box1 {
	margin-bottom:70px;
	display:flex;
}
.voice-box1 h2{
	display:flex;
	font-size:25px;
	align-items:center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom:15px;
}
.voice-box1 h2::after{
	display:block;
	content:"";
	height:3px;
	width:80px;
	background-color:#80C4C4;
	margin-left:8px;
}

.voice-box1-1 {
	
}

.voice-box1-2 {
	min-width:250px;
	margin-top:15px;
	margin-left:30px;
}
.voice-box1-2 img{
	border-radius:20px;
}

.voice-box1-img {
	margin-bottom:70px;
}
.voice-box1-img img{
	border-radius:20px;
}
@media(max-width:960px){
.voice-top {
	display:flex;
	justify-content:space-between;
	padding:30px 0;
}
}
@media(max-width:768px){
.staff-comment {
	font-size:25px;
	margin-bottom:30px;
}
}
@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%;
}

.staff-comment {
	font-size:25px;
	margin-bottom:20px;
}
.voice-content {
	padding:30px 0;
	margin-bottom:50px;
}
}
@media(max-width:520px){
.voice-top {
	padding:0 0 30px 0;
}
.voice-box1 h2{
	font-size:22px;
	margin-bottom:15px;
}
.voice-box1 {
	margin-bottom:40px;
}
.voice-box1-img {
	margin-bottom:40px;
}
.voice-box1-1 p{
	font-size:15px;
}
}