@charset "utf-8";


.Sub_keyvisual .maru_title span{
	padding-left: 0;
}
.Sub_keyvisual .maru_title span::before{
	display: none;
}

/*-------------------------------
	ar voice
-------------------------------*/

.ar_voice {
	padding-bottom:10rem;
}

/*-------------------------------
	sec voice
-------------------------------*/

.ar_voice .sec_voice:nth-of-type(odd) {
	background:#F8F5EC;
}

.ar_voice .sec_voice:nth-of-type(odd) .sec__inner {
	padding-left:0;
	max-width:calc(124rem + 5rem);
}

.ar_voice .sec_voice:nth-of-type(even) .sec__inner {
	padding-right:0;
	max-width:calc(124rem + 5rem);
}

.voice_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ar_voice .sec_voice:nth-of-type(even) .voice_flex {
	flex-direction: row-reverse;
}

.voice_thumb {
	width:49%;
	max-width:60.7rem;
	/* width: 60.7rem; */
}

.voice_block {
	/* width:43.5%;
	max-width:55.5rem; */
	/* width: calc(50% - 7rem); */
	/* width: calc(100% - (60.7rem + 7rem)); */
	width: calc(51% - 7rem);
	padding-left: 9rem;
	padding-top:7.5rem;
	display: flex;
	flex-direction: column;
}

.voice_block h2 {
	font-size:3rem;
	font-weight:700;
	line-height: 1.65;
	letter-spacing: 0.05em;
	margin-bottom:1.5em;
	position:relative;
}

.voice_block h2::before {
	content:"";
	display: block;
	width:7.4rem;
	height:8.2rem;
	position:absolute;
	left:-9rem;
	top:-4rem;
}

.voice01 .voice_block h2::before {
	background:url(../images/owners_voice/txt_voice01.svg) no-repeat center / contain;
}

.voice02 .voice_block h2::before {
	background:url(../images/owners_voice/txt_voice02.svg) no-repeat center / contain;
}

.voice03 .voice_block h2::before {
	background:url(../images/owners_voice/txt_voice03.svg) no-repeat center / contain;
}

.voice04 .voice_block h2::before {
	background:url(../images/owners_voice/txt_voice04.svg) no-repeat center / contain;
}

.voice_block p {
	flex-grow: 1;
}

.voice_img {
	margin-top:4rem;
}

.voice04 .C-Button {
	max-width:36.4rem;
	margin:13rem auto 0;
}

.voice04 .C-Button .link_back::after {
	right:auto;
	left:1.8rem;
	transform:translateY(-50%) scale(-1,1);
}
/*-------------------------------
	responsive
-------------------------------*/

@media screen and (max-width:960px){

.voice_thumb {
	width:100%;
	max-width:60.7rem;
	margin-bottom:8rem;
}

.voice_block {
	width:100%;
	max-width:100%;
	display:block;
}

.voice_block h2 {
	padding-left:9rem;
}

.voice_block h2::before {
	left:0;
}

} /* end 960px */

/*-------------------------------
	ver sp
-------------------------------*/

@media screen and (max-width:768px){

/*-------------------------------
	ar voice
-------------------------------*/

.ar_voice {
	padding-bottom:10rem;
}

/*-------------------------------
	sec voice
-------------------------------*/

.ar_voice .sec_voice:nth-of-type(odd) .sec__inner {
	padding-left:0;
	max-width:100%;
}

.ar_voice .sec_voice:nth-of-type(even) .sec__inner {
	padding-right:0;
	max-width:100%;
}

.ar_voice .sec_voice:nth-of-type(even) .voice_flex {
	flex-direction: row;
}

.voice_thumb {
	width:100%;
	max-width:100%;
	margin-bottom:7rem;
}

.voice_block {
	width:100%;
	max-width:100%;
	display:block;
	padding-left:0rem;
	padding-top:0rem;
}

.ar_voice .sec_voice:nth-of-type(odd) .voice_block {
	padding-left:6rem;
}

.ar_voice .sec_voice:nth-of-type(even) .voice_block {
	padding-right:6rem;
}

.voice_block h2 {
	font-size:3rem;
	padding-left:0rem;
	text-align: center;
}

.voice_block h2::before {
	width:7.4rem;
	height:8.2rem;
	position:relative;
	left:auto;
	top:auto;
	margin:0 auto 5rem;
}

.voice_img {
	margin-top:5rem;
}

.voice04 .C-Button {
	max-width:63rem;
	margin:13rem auto 0;
}

.voice04 .C-Button .link_back::after {
	right:auto;
	left:3.8rem;
	transform:translateY(-50%) scale(-1,1);
}

} /* end 768px */