@charset "UTF-8";
/*-----------------setting_css---------------------*/
/*-----------------/setting_css/---------------------*/
/*-----------------reset_css---------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
}

a,
img {
	color: #000;
	border-width: 0px;
	border-style: none;
	background: transparent;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

img {
	width: 100%;
}

.h1Tag {
	display: none;
}

@media screen and (min-width: 769px) {
	._sp {
		display: none;
	}
	._pc {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	._sp {
		display: block;
	}
	._pc {
		display: none;
	}
}
.ib {
	display: inline-block;
}

main {
	overflow: hidden;
}
main p {
	line-height: 1.5em;
	letter-spacing: 0.15em;
}

/*-----------------Color---------------------*/
.brown {
	color: #A17954;
}

/*-----------------common---------------------*/
.inner {
	width: 95%;
	max-width: 1200px;
	margin-inline: auto;
}

.inner_w1100 {
	width: 95%;
	max-width: 1100px;
	margin-inline: auto;
}

.com-ttl {
	font-size: 35px;
	font-size: clamp(18px, 5vw, 35px);
}
.com-lead--l {
	font-size: 30px;
	font-size: clamp(18px, 4vw, 30px);
}
.com-lead {
	font-size: 25px;
	font-size: clamp(15px, 3vw, 25px);
}
.com-lead--s {
	font-size: 20px;
	font-size: clamp(15px, 2.5vw, 20px);
}
.com-text--l {
	font-size: 18px;
	font-size: clamp(12px, 1.5vw, 18px);
}
.com-text {
	font-size: 15px;
	font-size: clamp(12px, 1.3vw, 15px);
}
.com-txt {
	font-size: 12px;
	font-size: clamp(10px, 1.1vw, 12px);
}

@media screen and (max-width: 768px) {
	.com-ttl {
		font-size: clamp(10px, 8vw, 35px);
	}
	.com-lead--l {
		font-size: clamp(10px, 5.5vw, 30px);
	}
	.com-lead {
		font-size: clamp(10px, 4.5vw, 25px);
	}
	.com-lead--s {
		font-size: clamp(10px, 4vw, 20px);
	}
	.com-text--l {
		font-size: clamp(10px, 3.8vw, 18px);
	}
	.com-text {
		font-size: clamp(10px, 3.5vw, 15px);
	}
	.com-txt {
		font-size: clamp(10px, 3vw, 12px);
	}
	/*@media screen end*/
}
.com-w800 {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.com-w1000 {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.com-w1200 {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}
.com-w1400 {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
}
.com-min--vh100 {
	min-height: 100vh;
}

.com-imgbox {
	position: relative;
}
.com-imgnote {
	position: absolute;
	bottom: 3px;
	right: 3px;
	font-size: 10px;
	letter-spacing: 0.05em;
}
.com-notebox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.com-notebox {
		padding: clamp(20px, 6vw, 50px) 0;
	}
}
.com-note {
	font-size: 10px;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: left;
}

.com-fs10 {
	font-size: 10px;
}
.com-fs12 {
	font-size: 12px;
}
.com-texR {
	text-align: right;
}
.com-texC {
	text-align: center;
}
.com-col--wh {
	color: #fff;
}
.com-col--bk {
	color: #000;
}
.com-tex__shadow--wh {
	text-shadow: 0 0 10px #fff;
}
.com-tex__shadow--bk {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.com-flbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--ac {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.com-flbox--jc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*-----------------linkstyle---------------------*/
.com-linkbox {
	width: 98%;
	max-width: 1000px;
	margin: 0 auto;
	margin: 50px auto;
}
.com-linkbox__fl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(1vw, 20px);
}
.com-linkbtn {
	width: 32%;
	margin: 0 0.6666666667%;
}
.com-linkbtn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #A17954;
	text-align: center;
	padding: 4px 0 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size: clamp(0.813rem, 0.404rem + 0.849vw, 1.063rem);
	position: relative;
	overflow: hidden;
}
.com-linkbtn a .menu-en {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	line-height: 1.3;
}
.com-linkbtn-map a {
	padding: 12px 0;
	display: inline-block;
}
.com-linkbtn-map a .icon-map {
	position: relative;
}
.com-linkbtn-map a .icon-map::before {
	position: absolute;
	content: "";
	-webkit-mask-image: url("../../img/common/icon_map-br.svg");
	        mask-image: url("../../img/common/icon_map-br.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: center;
	        mask-position: center;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background-color: currentColor;
	top: 52%;
	left: -60%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 20px;
	height: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.com-linkbtn-map a p {
	background: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 5px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (any-hover: hover) {
	.com-linkbtn-map a {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.com-linkbtn-map a:hover {
		color: #fff;
	}
	.com-linkbtn-map a:hover .icon-map::before {
		background-color: #fff;
	}
}
.com-linkbtn-outline a {
	background: #2C2F33;
	border: 1px solid #A17954;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.com-linkbtn-outline a:hover {
	background: #fff;
	color: #A17954;
}
.com-linkbtn-request a {
	background: #2C2F33;
	border: 1px solid #2C2F33;
}
.com-linkbtn-request a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shine 2s 0s linear infinite;
	        animation: shine 2s 0s linear infinite;
}
.com-linkbtn-request a:hover {
	color: #A17954;
	opacity: 0.7;
}
.com-linkbtn-reserve a {
	background: #2C2F33;
	border: 1px solid #2C2F33;
}
.com-linkbtn-reserve a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-30deg);
	        transform: skewX(-30deg);
	background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
	-webkit-animation: shine 2s 0s linear infinite;
	        animation: shine 2s 0s linear infinite;
}
.com-linkbtn-reserve a:hover {
	color: #A17954;
	opacity: 0.7;
}
.com-linkbtn-online a {
	background: #968375;
}
@-webkit-keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@keyframes shine {
	20% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}
@media screen and (min-width: 767px) {
	.com-linkbtn a {
		opacity: 1;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}
	.com {
		/*@media screen end*/
	}
}
@media screen and (max-width: 768px) {
	.com-linkbox {
		width: 95%;
	}
	.com-linkbtn {
		width: 100%;
		margin: 10px auto 0;
	}
	.com-linkbtn a p {
		font-size: clamp(10px, 3.5vw, 15px);
	}
	.com {
		/*@media screen end*/
	}
}

/*-----------------/linkstyle/---------------------*/
body {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #2C2F33;
}

.animation-bg {
	background: #2C2F33;
	display: block;
	position: fixed;
	content: "";
	inset: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-webkit-transform-origin: top;
	        transform-origin: top;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.page-mv__wrap {
	height: 31vw;
	overflow: hidden;
	position: relative;
}
.page-mv__wrap .mv-img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: 2s ease;
	transition: 2s ease;
	-webkit-animation: mv-scale 2s ease;
	        animation: mv-scale 2s ease;
}
.page-mv__wrap .imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 5px;
	color: #fff;
}

@-webkit-keyframes mv-scale {
	0% {
		opacity: 0;
		scale: 1.2;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}

@keyframes mv-scale {
	0% {
		opacity: 0;
		scale: 1.2;
	}
	100% {
		opacity: 1;
		scale: 1;
	}
}
.page__ttl {
	position: absolute;
	top: 45%;
	left: min(8.9vw, 363px);
}
.page__ttl .page__ttl--en {
	text-transform: uppercase;
	color: #fff;
	font-family: "STIX Two Text", "Shippori Mincho", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(3.5rem, 2.498rem + 2.085vw, 5rem);
	line-height: 1.3;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	--clip: 0%;
}
.page__ttl .page__ttl--en .char {
	clip-path: polygon(0 0, var(--clip) 0, var(--clip) 100%, 0% 100%);
}
.page__ttl .js-line {
	width: 77px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.page__ttl .page__ttl--ja {
	margin-top: min(1.5vw, 20px);
	color: #fff;
	font-size: clamp(1rem, 0.833rem + 0.348vw, 1.25rem);
	letter-spacing: 0.15em;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	--clip2: 0%;
	clip-path: polygon(0 0, var(--clip2) 0, var(--clip2) 100%, 0% 100%);
}
.page__ttl .page__ttl--ja.page__ttl--subEn {
	font-family: "STIX Two Text", serif;
	text-transform: uppercase;
}

.remark {
	font-size: 0.5em;
	vertical-align: super;
}

@media screen and (max-width: 768px) {
	.page-mv__wrap {
		height: 80vw;
	}
	.page__ttl {
		left: 8%;
	}
	.page__ttl .page__ttl--en {
		font-size: clamp(2.5rem, 0.294rem + 9.804vw, 5rem);
	}
	.page__ttl .page__ttl--ja {
		font-size: clamp(1rem, 0.779rem + 0.98vw, 1.25rem);
	}
	/*@media screen end*/
}
.w50 {
	width: 50%;
	margin-inline: auto;
}

.w55 {
	width: 55%;
	margin-inline: auto;
}

.w60 {
	width: 60%;
	margin-inline: auto;
}

.w65 {
	width: 65%;
	margin-inline: auto;
}

.w70 {
	width: 70%;
	margin-inline: auto;
}

.w75 {
	width: 75%;
	margin-inline: auto;
}

.w80 {
	width: 80%;
	margin-inline: auto;
}

.w85 {
	width: 85%;
	margin-inline: auto;
}

.w90 {
	width: 90%;
	margin-inline: auto;
}

#voice {
	overflow-x: hidden !important;
}
#voice img {
	max-width: 100%;
	height: 100%;
}
#voice .c-beige {
	color: #C6BA80 !important;
}
#voice .c-greenGray {
	color: #7F9297 !important;
}
#voice .c-purple {
	color: #7D6287 !important;
}
#voice .page-mv__wrap .imgnote.imgnote_1 {
	right: 50.5%;
}
#voice .note-list {
	margin-top: min(6.7vw, 130px);
}
#voice .note-list .com-note {
	line-height: 2;
	text-align: justify;
}
#voice .note-list.note-list__second {
	margin-top: min(12vw, 200px);
	color: #fff;
}
@media screen and (max-width: 768px) {
	#voice .page__ttl .page__ttl--en {
		font-size: clamp(1.875rem, 0.11rem + 7.843vw, 3.875rem);
	}
	#voice {
		width: 100%;
		overflow-x: hidden;
		/*@media screen end*/
	}
}
#voice {
	/*契約者の声*/
}
#voice .concept-tab__nav {
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: min(2.4vw, 46px);
}
#voice .concept-tab__button {
	padding: min(2.1vw, 60px) min(6.6vw, 127px);
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: min(0.7vw, 14px);
	position: relative;
	font-size: clamp(1.125rem, 0.874rem + 0.521vw, 1.5rem);
	letter-spacing: 0.06em;
	color: #97794B;
	border: 1px solid #987A4C;
	cursor: pointer;
}
#voice .concept-tab__button:first-of-type {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../../img/concept/concept-tab_bg_voice.jpg) lightgray 50%/cover no-repeat;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../../img/concept/concept-tab_bg_voice.jpg) lightgray 50%/cover no-repeat;
}
#voice .concept-tab__button:last-of-type {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.9))), url(../../img/concept/concept-tab_bg_choice.jpg) lightgray 50%/cover no-repeat;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url(../../img/concept/concept-tab_bg_choice.jpg) lightgray 50%/cover no-repeat;
}
#voice .concept-tab__button.is-active:first-of-type {
	color: #fff;
	background: linear-gradient(94deg, rgba(119, 93, 53, 0.7) -7.5%, rgba(152, 122, 76, 0.7) 52.52%, rgba(119, 93, 53, 0.7) 106%), url(../../img/concept/concept-tab_bg_voice.jpg) lightgray 50%/cover no-repeat;
}
#voice .concept-tab__button.is-active:last-of-type {
	color: #fff;
	background: linear-gradient(94deg, rgba(119, 93, 53, 0.7) -7.5%, rgba(152, 122, 76, 0.7) 52.52%, rgba(119, 93, 53, 0.7) 106%), url(../../img/concept/concept-tab_bg_choice.jpg) lightgray 50%/cover no-repeat;
}
#voice .concept-tab__button-sub {
	display: block;
	font-family: "STIX Two Text", serif;
	font-size: 0.75rem;
	text-transform: uppercase;
}
#voice .voice-mv__wrap {
	position: relative;
	overflow: hidden;
}
#voice .voice-mv__wrap .imgnote {
	position: absolute;
	font-size: 10px;
	bottom: 5px;
	right: 5px;
	color: #fff;
	text-transform: lowercase;
}
#voice .mv-img {
	aspect-ratio: 1500/731;
}
#voice .mv-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#voice .voice-mv__ttl-wrap {
	position: absolute;
	top: 35%;
	left: 15%;
	color: #fff;
	font-size: clamp(3.188rem, -0.111rem + 6.864vw, 8.125rem);
	text-transform: uppercase;
}
#voice .voice-mv__ttl-wrap .voice-mv__ttl,
#voice .voice-mv__ttl-wrap .voice-mv__ttl--en {
	visibility: visible;
}
#voice .voice-mv__ttl-wrap .voice-mv__ttl .char,
#voice .voice-mv__ttl-wrap .voice-mv__ttl--en .char {
	display: inline-block;
	clip-path: inset(0 calc(100% - var(--clip, 0%)) 0 0);
	visibility: hidden;
}
#voice .voice-mv__ttl-wrap .voice-mv__ttl {
	margin-left: -0.2em;
}
#voice .voice-mv__ttl-wrap .voice-mv__ttl--en {
	font-size: 0.26em;
	letter-spacing: 1.34em;
}
#voice .voice-mv__ttl-wrap .bigger {
	font-size: 1.45em;
}
#voice .voice-mv__ttl-wrap .voice-ttl-char {
	opacity: 0;
}
#voice .voice-mv__lead {
	position: absolute;
	top: 64%;
	left: 15%;
	color: #fff;
	font-size: clamp(1rem, 0.499rem + 1.043vw, 1.75rem);
	letter-spacing: 0.06em;
	line-height: 1.9;
}
#voice .voice-tab {
	margin-top: -1px;
	padding-top: min(4.2vw, 80px);
}
#voice .voice-tab__list {
	width: 95%;
	max-width: 950px;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: min(2vw, 32px);
}
#voice .voice-tab__item {
	width: 33%;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#voice .voice-tab__item.is-active .voice-tab__label {
	background-color: #000;
}
#voice .voice-tab__item.is-active .voice-tab__image img {
	opacity: 1;
}
#voice .voice-tab__item:hover {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
#voice .voice-tab__item:hover .voice-tab__label {
	letter-spacing: 0.5em;
}
#voice .voice-tab__item:hover .voice-tab__image img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
#voice .voice-tab__label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 4px;
	padding: 20px;
	background-color: #A17954;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 0.75rem;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#voice .voice-tab__label::before, #voice .voice-tab__label::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 98%;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#voice .voice-tab__label::before {
	left: 16px;
}
#voice .voice-tab__label::after {
	right: 16px;
}
#voice .voice-tab__sub {
	font-size: 1.66em;
	font-family: "Shippori Mincho", serif;
}
#voice .voice-tab__image {
	overflow: hidden;
}
#voice .voice-tab__image img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 768px) {
	#voice .voice-mv__wrap {
		margin-top: 52px;
	}
	#voice .mv-img {
		aspect-ratio: 1433/1500;
	}
	#voice .concept-tab__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 95%;
		margin-inline: auto;
	}
	#voice .concept-tab__button {
		padding: min(5.6vw, 42px) min(6.6vw, 127px);
	}
	#voice .voice-mv__ttl-wrap {
		width: 85%;
		top: 42%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		font-size: clamp(2.813rem, 0rem + 12.5vw, 6rem);
	}
	#voice .voice-mv__lead {
		width: 85%;
		top: 69%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		font-size: clamp(1rem, 0.118rem + 3.922vw, 2rem);
	}
	#voice {
		/*@media screen end*/
	}
}
#voice .voice-tab__panel {
	display: none;
}
#voice .voice-tab__panel.is-active {
	display: block;
}
#voice .voice-tab__panel-demand {
	background-color: #fff;
}
#voice .question {
	position: relative;
	text-align: center;
	padding-block: min(6.25vw, 120px);
}
#voice .question.question--mb {
	margin-top: min(16.5vw, 240px);
}
#voice .question__inner {
	position: relative;
}
#voice .question__number {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-size: clamp(9rem, 7.497rem + 3.128vw, 11.25rem);
	font-family: "Oswald", sans-serif;
	color: #A17954;
	opacity: 0.2;
	z-index: 0;
}
#voice .question__title {
	position: relative;
	z-index: 1;
}
#voice .question__title-en {
	display: block;
	font-size: 0.82rem;
	letter-spacing: 0.07em;
	color: #7A7A7A;
	margin-bottom: 10px;
	position: relative;
}
#voice .question__title-en::after {
	content: "";
	display: block;
	width: 32px;
	height: 1px;
	background-color: #A17954;
	margin-inline: auto;
	margin-top: 10px;
}
#voice .question__title-ja {
	display: block;
	font-size: 2rem;
	color: #000000;
	letter-spacing: 0.1em;
}
#voice .js-scroll-trigger.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
#voice .question__content {
	margin-bottom: min(20vw, 120px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}
#voice .question__content.question__content--re {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
#voice .question__content.question__content--i1 {
	margin-top: -7%;
	margin-bottom: min(32vw, 300px);
}
#voice .question__image-pngWrap {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 54%;
}
#voice .question__image-png {
	position: relative;
	margin-top: -24%;
}
#voice .question__image-png.question__image-png--left {
	margin-left: calc(50% - 40vw);
}
#voice .question__image-png.question__image-png--right {
	margin-right: calc(50% - 35vw);
}
#voice .question__image-png img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#voice .question__image-png .imgnote--l {
	position: absolute;
	bottom: 20%;
	left: 20%;
	font-size: 10px;
}
#voice .question__image-png .imgnote--l.imgnote--l1 {
	bottom: 6%;
}
#voice .question__image-png .imgnote--r {
	position: absolute;
	bottom: 20%;
	right: 11%;
	font-size: 10px;
}
#voice .question__text {
	margin-top: -8.8%;
	padding-left: clamp(5rem, 3.33rem + 3.475vw, 7.5rem);
	line-height: 2;
	text-align: left;
	font-size: clamp(1rem, 0.284rem + 1.49vw, 1.625rem);
	letter-spacing: 0.1em;
	position: absolute;
}
#voice .question__text::before {
	position: absolute;
	content: "A.";
	bottom: 7px;
	left: 0;
	color: rgba(0, 0, 0, 0.1);
	font-family: "Oswald", sans-serif;
	font-size: clamp(5.375rem, 4.667rem + 3.148vw, 7.5rem);
	line-height: 1;
}
#voice .question__text.question__text--di3 {
	margin-top: -3%;
	margin-left: 5%;
}
#voice .question__text.question__text--fa3 {
	margin-top: -2%;
}
#voice .question__images-wrap {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 46%;
}
#voice .question__images-wrap.question__images-wrap--3_2 {
	position: relative;
}
#voice .question__images-wrap.question__images-wrap--i1 {
	-webkit-transform: translateY(58%);
	        transform: translateY(58%);
}
#voice .question__image-jpg {
	position: relative;
}
#voice .question__image-jpg img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#voice .question__image-jpg figcaption {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 10px;
}
#voice .voice-family_img2 {
	width: 85%;
}
#voice .voice-family_img3 {
	width: 35%;
	margin-top: max(-5.7vw, -110px);
	margin-left: auto;
}
#voice .question__image-jpg5 {
	width: 90%;
}
#voice .voice-senior_img2 {
	width: 25%;
}
#voice .voice-senior_img3 {
	width: 70%;
	margin-top: -65%;
	margin-left: auto;
}
#voice .voice-family_img5 {
	width: 95%;
}
#voice .voice-dinks_img4 {
	width: 62%;
}
#voice .voice-dinks_img5 {
	width: 30%;
	margin-left: auto;
	margin-top: -92%;
}
#voice .voice-dinks_img6 {
	width: 42%;
	-webkit-transform: translateX(-39%);
	        transform: translateX(-39%);
	z-index: 2;
	pointer-events: none;
}
#voice .voice-dinks_img6 figcaption {
	left: auto;
	right: 5px;
}
#voice .voice-dinks_img7 {
	margin-top: -10%;
}
#voice .voice-senior_img7 {
	margin-inline: 10% calc(50% - 25vw);
}
#voice .voice-type {
	padding-block: min(7vw, 135px);
}
#voice .voice-type.voice-type--dinks {
	background-color: rgba(198, 186, 128, 0.1);
}
#voice .voice-type.voice-type--dinks .question__text::before {
	color: rgba(198, 186, 128, 0.2);
}
#voice .voice-type.voice-type--senior {
	background-color: rgba(127, 146, 151, 0.1);
}
#voice .voice-type.voice-type--senior .question__text::before {
	color: rgba(127, 146, 151, 0.2);
}
#voice .voice-type.voice-type--family {
	background-color: rgba(125, 98, 135, 0.1);
}
#voice .voice-type.voice-type--family .question__text::before {
	color: rgba(125, 98, 135, 0.2);
}
#voice .voice-type_fv {
	position: relative;
	margin-bottom: min(6.25vw, 120px);
}
#voice .voice-type_fv__container {
	width: 95%;
	max-width: 1580px;
	margin-inline: auto;
	position: relative;
}
#voice .voice-type_fv__image {
	position: relative;
}
#voice .voice-type_fv__image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
}
#voice .voice-type_fv__image figcaption {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
}
#voice .voice-type_fv__content {
	position: absolute;
	top: -5%;
	left: 6%;
	padding: 24px;
	max-width: 300px;
	z-index: 2;
}
#voice .voice-type_fv__content.voice-type_fv__content--dinks {
	background: rgba(198, 186, 128, 0.8);
}
#voice .voice-type_fv__content.voice-type_fv__content--senior {
	top: auto;
	bottom: -5%;
	background: rgba(127, 146, 151, 0.8);
}
#voice .voice-type_fv__content.voice-type_fv__content--family {
	background: rgba(125, 98, 135, 0.8);
}
#voice .voice-type_fv__label {
	display: inline-block;
	font-size: clamp(0.938rem, -0.654rem + 3.311vw, 1.25rem);
	color: #fff;
	margin-bottom: 12px;
}
#voice .voice-type_fv__label .type {
	background-color: #fff;
	padding: min(0.4vw, 12px);
	border-radius: 6px;
	font-size: 0.77em;
	color: #C6BA80;
	text-transform: uppercase;
}
#voice .voice-type_fv__title {
	font-size: clamp(1.125rem, -3.331rem + 9.272vw, 2rem);
	line-height: 1.5;
	color: #fff;
}
#voice {
	/* 固定ナビ */
}
#voice .voice-type_nav {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 100;
}
#voice .voice-type_nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
}
#voice .voice-type_nav__item a {
	display: block;
	background: #505050;
	color: #fff;
	padding: min(2.04vw, 20px);
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#voice .voice-type_nav__item a:hover {
	opacity: 0.8;
}
#voice .voice-type_nav__item:nth-of-type(1).is-active a {
	background: #C6BA80;
	width: 120%;
	-webkit-transform: translateX(-15%);
	        transform: translateX(-15%);
}
#voice .voice-type_nav__item:nth-of-type(1).is-active a .voice-type_nav__label .type {
	color: #C6BA80;
}
#voice .voice-type_nav__item:nth-of-type(2).is-active a {
	background: #7F9297;
	width: 120%;
	-webkit-transform: translateX(-15%);
	        transform: translateX(-15%);
}
#voice .voice-type_nav__item:nth-of-type(2).is-active a .voice-type_nav__label .type {
	color: #7F9297;
}
#voice .voice-type_nav__item:nth-of-type(3).is-active a {
	background: #7D6287;
	width: 120%;
	-webkit-transform: translateX(-15%);
	        transform: translateX(-15%);
}
#voice .voice-type_nav__item:nth-of-type(3).is-active a .voice-type_nav__label .type {
	color: #7D6287;
}
#voice .voice-tab__links-wrap {
	background-image: url(../../img/voice/voice-tab__link-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#voice .voice-tab__links-wrap2 {
	margin-top: min(18vw, 230px);
}
#voice .voice-tab__links {
	width: min(95%, 1450px);
	margin-top: min(4.2vw, 80px);
	margin-inline: auto;
	padding-block: min(2.6vw, 50px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
#voice .voice-tab__links.voice-tab__links--bottom {
	margin-top: 0;
}
#voice .voice-tab__link-item {
	width: 32%;
}
#voice .voice-tab__link-item.voice-tab__link-item--dinks {
	background-color: #C6BA80;
}
#voice .voice-tab__link-item.voice-tab__link-item--senior {
	background-color: #7F9297;
}
#voice .voice-tab__link-item.voice-tab__link-item--family {
	background-color: #7D6287;
}
#voice .voice-tab__link {
	width: 100%;
	padding: min(0.88vw, 17px) min(0.88vw, 17px) min(0.88vw, 17px) 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: min(2vw, 50px);
}
#voice .voice-tab__link:hover .voice-tab__link-image img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
#voice .voice-tab__link:hover .voice-tab__link-detail {
	background-color: #333;
	color: #fff;
}
#voice .voice-tab__link:hover .arrow-detail {
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}
#voice .voice-tab__link-image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 45%;
	overflow: hidden;
}
#voice .voice-tab__link-image img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#voice .voice-tab__link-content {
	width: 42%;
	padding-top: min(1vw, 20px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
#voice .voice-tab__link-label {
	margin-top: min(0.6vw, 12px);
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 12px;
}
#voice .voice-tab__link-label .type {
	background-color: #fff;
	padding: 6px;
	border-radius: 6px;
	font-size: 0.77em;
	text-transform: uppercase;
}
#voice .voice-tab__link-label .type.type--dinks {
	color: #C6BA80;
}
#voice .voice-tab__link-label .type.type--senior {
	color: #7F9297;
}
#voice .voice-tab__link-label .type.type--family {
	color: #7D6287;
}
#voice .voice-tab__link-title {
	margin-top: min(0.5vw, 10px);
	font-size: clamp(0.938rem, -0.057rem + 1.591vw, 1.375rem);
	letter-spacing: 0.12em;
	color: #fff;
}
#voice .voice-tab__link-detail {
	margin-top: auto;
	margin-bottom: calc(min(0.88vw, 17px) * -1);
	background-color: #fff;
	display: -ms-grid;
	display: grid;
	place-content: center;
	place-items: center;
	row-gap: min(0.67vw, 13px);
	text-align: center;
	padding-block: min(1.2vw, 24px);
	font-size: clamp(0.813rem, 0.102rem + 1.136vw, 1.125rem);
	color: #686868;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
#voice .voice-tab__link-detail .arrow-detail {
	display: block;
	margin-inline: auto;
	width: 10px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#voice .voice-type_nav__label {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.7;
	color: #fff;
	margin-bottom: 12px;
}
#voice .voice-type_nav__label .type {
	background-color: #fff;
	padding: 6px;
	border-radius: 6px;
	font-size: 0.77em;
	color: #505050;
	text-transform: uppercase;
}
#voice .voice-type_nav__title {
	font-size: 1rem;
}
@media screen and (max-width: 949px) {
	#voice .voice-tab__link {
		padding: min(3.2vw, 24px) 0 min(3.2vw, 24px) 0;
	}
	#voice .voice-tab__link-content {
		width: 55%;
		padding-right: 0;
	}
	#voice .voice-tab__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: min(4vw, 50px);
	}
	#voice .voice-tab__link-item {
		width: 100%;
	}
	#voice .voice-tab__link {
		padding: min(3.2vw, 24px) min(6.4vw, 48px) min(3.2vw, 24px) 0;
	}
	#voice .voice-tab__link-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 8px;
	}
	#voice .voice-tab__link-detail .arrow-detail {
		margin-inline: 0;
		rotate: -90deg;
	}
	#voice .voice-tab__link-content {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	#voice .voice-type {
		padding-block: min(35vw, 264px) 15vw;
	}
	#voice .voice-tab__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#voice .voice-tab__item {
		width: 80%;
		margin-inline: auto;
	}
	#voice .voice-type_fv__content {
		top: -22%;
		left: -3%;
	}
	#voice .voice-type_nav__item a {
		padding: min(2.6vw, 20px);
	}
	#voice .question {
		padding-block: min(16vw, 120px);
	}
	#voice .question__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 50vw;
		margin-bottom: 17vw;
	}
	#voice .question__content.question__content--re {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 40vw;
	}
	#voice .question__content.question__content--3_1, #voice .question__content.question__content--3_3 {
		gap: 60vw;
	}
	#voice .question__number {
		top: 20%;
	}
	#voice .question__title-en::after {
		margin-top: min(3vw, 16px);
	}
	#voice .question__title-ja {
		font-size: clamp(1.25rem, 0.588rem + 2.941vw, 2rem);
		line-height: 1.4;
	}
	#voice .question__image-pngWrap {
		width: 100%;
	}
	#voice .question__image-png {
		margin-top: max(-26vw, -215px);
	}
	#voice .question__image-png.question__image-png--left {
		margin-left: -4%;
		margin-right: auto;
	}
	#voice .question__image-png.question__image-png--right {
		margin-right: -4%;
		margin-left: auto;
	}
	#voice .question__image-png .imgnote--l {
		left: 3%;
	}
	#voice .question__image-png .imgnote--r {
		right: 3%;
	}
	#voice .question__images-wrap {
		width: 100%;
	}
	#voice .question__images-wrap.question__images-wrap--1_3 {
		margin-top: 25vw;
	}
	#voice .question__images-wrap.question__images-wrap--2_2 {
		margin-block: 22vw 56vw;
	}
	#voice .voice-dinks_img6 {
		-webkit-transform: translateX(-5%);
		        transform: translateX(-5%);
	}
	#voice .question__text {
		position: static;
		max-width: 100%;
		margin-top: 0;
		padding-left: clamp(4.375rem, 2.169rem + 9.804vw, 6.875rem);
		font-size: clamp(0.813rem, -0.13rem + 4.187vw, 1.875rem);
		letter-spacing: 0em;
	}
	#voice .question__text::before {
		font-size: clamp(5rem, 2.794rem + 9.804vw, 7.5rem);
	}
	#voice .question__text.question__text--3_2 {
		margin-left: 0;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	#voice .voice-dinks_img2,
	#voice .question__image-jpg10 {
		width: 80%;
		margin-top: 25%;
		margin-inline: auto;
	}
	#voice .voice-senior_img7 {
		margin-inline: 0;
	}
	#voice .question__image-jpg18 {
		top: 10%;
		right: 10%;
	}
	#voice .question__image-jpg19 {
		margin: 40% 0 0 0;
	}
	#voice .voice-type_nav__label {
		margin-bottom: 6px;
	}
	#voice .voice-type_nav__label .type {
		padding: 4px;
	}
	#voice .voice-type_nav__title {
		font-size: 0.875rem;
	}
	#voice {
		/*@media screen end*/
	}
}
#voice .voice-tab__panel-second {
	background-color: #2C2F33;
	padding-bottom: min(15vw, 250px);
}
#voice .voice-tab__panel-second h3,
#voice .voice-tab__panel-second p {
	color: #fff;
}
#voice .voice-tab__panel-second .question__title-ja {
	color: #fff;
}
#voice .voice-tab__panel-second .question__text::before {
	color: rgba(255, 255, 255, 0.2);
}
#voice .imgnote--second {
	bottom: 10% !important;
}
#voice .question__content--s1 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin-bottom: 8vw;
}
#voice .question__content--s2 {
	margin-bottom: 10vw !important;
}
#voice .question__text--second {
	margin-top: -2.8%;
}
#voice .question__text--second.question__text--s2 {
	margin-left: 2%;
}
#voice .question__images-wrap--s1 {
	margin-left: 3%;
}
#voice .question__image-flex {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
#voice .question__content--s3 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#voice .question__image-jpg.question__image--sec_img2 figcaption,
#voice .question__image-jpg19 figcaption {
	left: auto;
	right: 5px;
}
#voice .question__image--sec_img3,
#voice .question__image--sec_img4 {
	width: 49%;
}
#voice .question__image--sec_img6 {
	width: 33%;
}
#voice .question__image--sec_img7 {
	width: 65%;
}
#voice .question__image--sec_img9 {
	width: 90%;
}
#voice .question__image--sec_img10 {
	width: 50%;
	margin-top: min(1.5vw, 30px);
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	#voice .voice-tab__panel-second {
		padding-top: min(15vw, 80px);
	}
	#voice .question__content--s1,
	#voice .question__content--s2 {
		gap: 30vw;
		margin-bottom: 20vw;
	}
	#voice .question__content--s3 {
		gap: 35vw;
		margin-bottom: 20vw;
	}
	#voice {
		/*@media screen end*/
	}
}
#voice .voice-tab__panel-senior {
	background-color: #67512F;
	padding-bottom: min(10vw, 200px);
}
#voice .voice-tab__panel-senior h3,
#voice .voice-tab__panel-senior p {
	color: #fff;
}
#voice .voice-tab__panel-senior .question__number {
	color: #A17954;
}
#voice .voice-tab__panel-senior .question__title-ja {
	color: #fff;
}
#voice .voice-tab__panel-senior .question__text::before {
	color: rgba(255, 255, 255, 0.1);
}
#voice .imgnote-i1 {
	font-size: 10px;
	color: #fff;
	text-align: right;
	letter-spacing: 0em;
}
#voice .question__content--i2 {
	margin-bottom: min(12vw, 230px) !important;
}
#voice .question__content--i3,
#voice .question__content--i4 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#voice .question__image--inv_img5 {
	width: 95%;
}
#voice .question__image--inv_img9 {
	width: 77%;
	margin-left: -5%;
}
#voice .question__image--inv_img10 {
	width: 42%;
	margin: -13% 5% 0 auto;
}
@media screen and (max-width: 768px) {
	#voice .question__content--i2 {
		margin-bottom: 20vw !important;
		gap: 38vw;
	}
	#voice .question__image--inv_img5 {
		width: 100%;
	}
	#voice .question__image--inv_img9 {
		margin-left: 0;
	}
	#voice .question__image--inv_img10 {
		margin: -13% 0 0 auto;
	}
	#voice {
		/*@media screen end*/
	}
}
#voice .after-service__inner {
	padding-block: min(5.3vw, 102px) min(7vw, 135px);
	background-color: rgba(255, 255, 255, 0.2);
}
#voice .after-service__title {
	color: #fff;
	text-align: center;
	font-size: clamp(1.5rem, 1.082rem + 0.869vw, 2.125rem);
	line-height: 1.8;
}
#voice .after-service__box {
	width: 75%;
	max-width: 790px;
	margin-inline: auto;
	margin-top: min(3.4vw, 67px);
	border: 1px solid #fff;
	padding: min(3.8vw, 74px) min(6.3vw, 122px);
}
#voice .after-service__box:nth-of-type(2) {
	margin-top: min(1.87vw, 36px);
}
#voice .after-service__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: min(2vw, 44px);
}
#voice .after-service__image {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 37%;
}
#voice .after-service__image img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
#voice .after-service__heading {
	color: #fff;
	font-size: clamp(1.25rem, 1.083rem + 0.348vw, 1.5rem);
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 16px;
}
#voice .after-service__heading span {
	font-size: 0.5em;
	vertical-align: super;
}
#voice .after-service__description {
	text-align: justify;
}
#voice .after-service__banner {
	margin-top: min(2vw, 40px);
}
#voice .after-service__wrap {
	margin-top: min(2vw, 40px);
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr min(0.9vw, 12px) 1fr;
	grid-template-columns: repeat(2, 1fr);
	gap: min(1.1vw, 14px) min(0.9vw, 12px);
}
#voice .after-service__item {
	background-color: #fff;
	padding-block: 9px;
	letter-spacing: 0.02em;
	font-size: clamp(0.875rem, 0.708rem + 0.348vw, 1.125rem);
	color: #67512F !important;
	text-align: center;
}
#voice .after-service__note {
	margin-top: min(1.87vw, 36px);
}
@media screen and (max-width: 768px) {
	#voice .question__images-wrap.question__images-wrap--i1 {
		-webkit-transform: translateY(16%);
		        transform: translateY(16%);
	}
	#voice .after-service__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#voice .after-service__image {
		width: 100%;
	}
	#voice .after-service__wrap {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	#voice .after-service__title {
		font-size: clamp(1.125rem, 0.353rem + 3.431vw, 2rem);
	}
	#voice .after-service__heading {
		font-size: clamp(1.063rem, 0.456rem + 2.696vw, 1.75rem);
		letter-spacing: 0em;
	}
	#voice .after-service__description {
		font-size: clamp(0.875rem, 0.765rem + 0.49vw, 1rem);
	}
	#voice .after-service__item {
		font-size: clamp(0.875rem, 0.654rem + 0.98vw, 1.125rem);
	}
	#voice {
		/*@media screen end*/
	}
}
/*# sourceMappingURL=voice.css.map */