@charset "UTF-8";
/*--------------------------------
voice
--------------------------------*/
.voice .img-wrapper .caption.cap02{
	margin: 0;
	position: absolute;
    bottom: 49.6%;
    left: 64%;
	right: auto;
	transform: translate(-50%, -50%);
}
.voice .img-wrapper .caption.cap03{
	margin: 0;
	position: absolute;
    bottom: -.5%;
	left: 30.5%;
	right: auto;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px){
	.voice .img-wrapper .caption.cap02{
		left: 63%;
	}
	.voice .img-wrapper .caption.cap03{
		left: 29.5%;
	}
}
@media screen and (max-width: 950px){
	.voice .img-wrapper .caption.cap02{
		left: 62%;
	}
	.voice .img-wrapper .caption.cap03{
		left: 28.5%;
	}
}
@media screen and (max-width: 767px){
	.voice .img-wrapper .caption.cap02{
		left: 58%;
		bottom: 48.5%;
	}
	.voice .img-wrapper .caption.cap03{
		left: 24.5%;
		bottom: -1.6%;
	}
}
.voice .voice-key-color{
	color: #8F3C4E;
}
.voice .inner-wide-voice{
	max-width: 1400px;
    width: calc(100% - 32px);
}
.voice .inner-wide-voice .secondary-heading{
	line-height: 1.5;
	font-size: clamp(2rem, 2.8vw, 3.2rem);
}
.voice .bg-01{
	background: url(../images/voice/bg-01.webp) repeat top center;
	background-size: 100% auto;
}

.voice .interview-area .main-heading-wrap{
	position: relative;
	margin-bottom: 55px;
}
.voice .interview-area .main-heading-wrap::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1px;
	height: 40px;
	background: #707070;
}
@media screen and (max-width: 767px){
	.voice .interview-area .main-heading-wrap{
		margin-bottom: 40px;
	}
	.voice .interview-area .main-heading-wrap::after{
		top: 103%;
		height: 28px;
	}
}
.voice .interview-area .main-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex-wrap: nowrap;
	margin-bottom: .8em;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 500;
	color: #8F3C4E;
	line-height: 1;
}
.voice .interview-area .main-heading .text-size{
	font-size: 333%;
}
.voice .interview-wrap{
	position: relative;
}
.voice .interview-wrap .badge{
	position: absolute;
	top: -186px;
	left: 0;
	width: clamp(97px, 14vw, 200px);
	z-index: 2;
}
.voice .interview-wrap .badge.reverse{
	top: -186px;
	right: 0;
	left: unset;
}
.voice .none-wide{
	display: none;
}
@media screen and (max-width: 1280px){
	.voice .interview-wrap .badge,
	.voice .interview-wrap .badge.reverse{
		top: -110px;
	}
	.voice .none-wide{
		display: block;
	}
}
@media screen and (max-width: 900px){
	.voice .interview-wrap .badge,
	.voice .interview-wrap .badge.reverse{
		top: -60px;
	}
}
@media screen and (max-width: 767px){
	.voice .interview-wrap .badge,
	.voice .interview-wrap .badge.reverse{
		position: absolute;
		top: -32px;
		left: -10px;
	}
}
.voice .interview-box{
	display: flex;
	justify-content: space-between;
	gap: 60px;
	background: #fff;
	padding: 76px clamp(20px, 4vw, 100px) 60px;
	margin: 60px auto 65px;
	color: #333333;
	z-index: 1;
}
@media screen and (max-width: 767px){
	.voice .interview-box.mb-adjustment{
		margin-bottom: 20px;
	}
}
.voice .interview-box.reverse{
	flex-direction: row-reverse;
}
.voice .interview-box .img-area{
	width: 47%;
	flex-shrink: 0
}
.voice .interview-box .text-are .text-box + .text-box{
	margin-top: 24px;
}
@media screen and (max-width: 767px){
	.voice .interview-box{
		flex-direction: column;
		flex-wrap: wrap;
		gap: 26px;
		padding: 40px clamp(20px, 4vw, 100px) 40px;
		margin: 40px auto 50px;
	}
	.voice .interview-box .img-area{
		width: 100%;
	}
	.voice .interview-box .text-are .text-box + .text-box{
		margin-top: 20px;
	}
}
.voice .interview-box .text-are{
	line-height: 1.5;
	font-feature-settings: "palt";
}
.voice .interview-box .text-are dt{
	display: flex;
	justify-items: flex-start;
	align-self: flex-start;
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
	margin-bottom: 16px;
}
@media screen and (max-width: 767px){
	.voice .interview-box .text-are dt{
		display: flex;
		justify-items: flex-start;
		align-self: flex-start;
		margin-bottom: 10px;
	}
}
.voice .interview-box .text-are dd{
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
	color: #554949;
}
.voice .review-lead {
	padding-top: 80px;
	padding-bottom: 55px;
	text-align: center;
	margin: 0 auto 20px;
}
@media screen and (max-width: 767px){
	.voice .review-lead {
		padding-top: 44px;
		padding-bottom: 26px;
		margin: 0 auto 26px;
	}
}
.voice .review-lead.bg-02 {
	background: url(../images/voice/bg-02.webp) no-repeat bottom center;
	background-size: cover;
}
@media screen and (max-width: 767px){
	.voice .review-lead.bg-02 {
		background: url(../images/voice/bg-02-sp.webp) no-repeat bottom center;
		background-size: cover;
	}
}
.voice .review-lead .secondary-heading{
	line-height: 1.5;
	font-size: clamp(1.8rem, 2.8vw, 3.2rem);
	margin-bottom: 0;
}
.voice .review-lead .lead {
    font-size: clamp(1.8rem, 1.8vw, 2.4rem);
    font-weight: 400;
	color: #835A47;
    line-height: 60px;
	height: 60px;
	padding: 0 35px;
	margin: 0;
	text-align: center;
	background: #fff;
	display: inline-block;
	border-radius: 30px;
}
.voice .review-lead .main-heading {
	line-height: 1;
	font-size: clamp(2.2rem, 3vw, 4rem);
	color: #707070;
	padding-top: 40px;
	padding-bottom: 55px;
}
@media screen and (max-width: 767px){
	.voice .review-lead .lead {
		font-size: 3.6vw;
		line-height: 54px;
		height: 54px;
		padding: 0 18px;
	}
	.voice .review-lead .main-heading {
		font-size: 5.3vw;
		color: #707070;
		padding-top: 26px;
		padding-bottom: 30px;
	}
}
.voice .review-lead .secondary-heading-wrap{
	position: relative;
	display: inline-block;
}
.voice .review-lead .secondary-heading-wrap figure{
	position: absolute;
    bottom: 3%;
    left: -55%;
	content: "";
    width: clamp(100px, 20vw, 287px);
	height: auto;
}
@media screen and (max-width: 1300px){
	.voice .review-lead .secondary-heading-wrap figure{
        bottom: 10%;
        left: -44%;
        width: clamp(100px, 19vw, 287px);
	}
}
@media screen and (max-width: 767px){
	.voice .review-lead .secondary-heading-wrap figure{
		position: static;
		width: 42vw;
		margin: 16px auto 0;
	}
}
.voice .review-area .review-box {
	display: flex;
	gap: clamp(10px, 5vw, 80px) clamp(10px, 5vw, 70px);
	flex-wrap: wrap;
	justify-content: center;
}
.voice .review-area .review-box figure{
	width: 47.5%;
	max-width: 664px;
}
.voice .review-area .review-box figure:nth-child(2){
	width: 47%;
}
.voice .review-area .review-box figure:nth-child(4){
	width: 46%;
}
@media screen and (max-width: 767px){
	.voice .review-area .review-box {
		flex-direction: column;
		gap: 50px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.voice .review-area .review-box figure{
		width: 100%;
		max-width: unset;
	}
	.voice .review-area .review-box figure:nth-child(2),
	.voice .review-area .review-box figure:nth-child(4){
		width: 100%;
	}
}
.voice .review-area .inner-wide-voice{
	position: relative;
	padding-bottom: 130px;
}
.voice .review-area .inner-wide-voice::after {
    content: "";
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 100px;
    background: #707070;
}
@media screen and (max-width: 767px){
	.voice .review-area .inner-wide-voice{
		padding-bottom: 70px;
	}
	.voice .review-area .inner-wide-voice::after {
		height: 70px;
	}
	.voice .appeal-area{
		margin-top: 26px;
	}
}
.voice .appeal-area .point-lead{
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	text-align: center;
	color: #333;
	margin-bottom: 40px;
	line-height: 1.5
}
.voice .appeal-area .point-box{
	max-width: 843px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.voice .appeal-area .point-lead{
		margin-bottom: 22px;
	}
	.voice .appeal-area .point-box{
		max-width: 500px;
		width: 70vw;
		margin: 0 auto 20px;
	}
}
.voice .appeal-wrap{
	background: #FEF4ED;
	padding-bottom: 10px;
}
.voice .appeal-wrap .appeal-lead{
	font-size: clamp(2.2rem, 2.9vw, 3.6rem);
	text-align: center;
	color: #8f3c4e;
	line-height: 1.9;
}
.voice .appeal-wrap .appeal-lead .marker{
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 14px; 
	text-decoration-color: #8F3C4E;  
}
.voice .appeal-wrap .appeal-text{
	font-size: clamp(1.5rem, 2.3vw, 2.6rem);
	line-height: 1.7;
	text-align: center;
	color: #554949;
	margin-top: 30px;
}
@media screen and (max-width: 767px){
	.voice .appeal-wrap .appeal-lead{
		font-size: 4.7vw;
	}
	.voice .appeal-wrap .appeal-lead .marker{
		text-underline-offset: 8px; 
	}
	.voice .appeal-wrap .appeal-text{
		font-size: 4vw;
		margin-top: 30px;
	}
}
