@charset "UTF-8";



/* ------------------------------
	.mv
------------------------------ */
.mv{
	height: 495px;
	background: url(../img/voice/mv_img.jpg) no-repeat center center;
	background-size: cover;
}


@media screen and (max-width: 768px){
	.mv{
		height: 50vw;
	}
}



/* ------------------------------
	.voice
------------------------------ */
.voice{
	padding: 55px 0 180px;
}

.voice_wrap{
	position: relative;
	width: 100%;
	max-width: 910px;
	margin: 0 auto;
	padding-top: 25px;
}

.voice_wrap + .voice_wrap{
	margin-top: 30px;
}

.voice_wrap .img{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 200px;
	border: 5px solid #f4e6b7;
	overflow: hidden;
}
.voice_wrap .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ie .voice_wrap .img img{
	object-fit: none;
}

.voice_wrap .txt_box{
	width: 90%;
	max-width: 800px;
	min-height: 200px;
	margin-left: auto;
	padding: 25px 35px 25px 220px;
	background: #fefcf5;
}

.voice_wrap .ttl{
	margin-bottom: 0.4em;
	letter-spacing: 0.1em;
	font-size: 2.5rem;
	line-height: 1.6;
	word-break: break-all;
}

.voice_wrap .txt{
	line-height: 1.8;
	font-size: 1.5rem;
	word-break: break-all;
}


@media screen and (max-width: 768px){
	.voice{
		padding: 8vw 0 22vw;
	}

	.voice_wrap .img{
		position: relative;
		width: 90%;
		height: 54.5vw;
		border-width: 3px;
	}
	.voice_wrap .img img{
		width: 100%;
	}

	.voice_wrap{
		padding: 0;
	}
	.voice_wrap + .voice_wrap{
		margin-top: 8vw;
	}

	.voice_wrap .txt_box{
		padding: 20vw 5% 5%;
		margin-top: -16vw;
	}

	.voice_wrap .ttl{
		font-size: 5vw;
	}

	.voice_wrap .txt{
		font-size: 3.6vw;
	}
}