@charset "utf-8";

/*--------------------------------------------------------------------------
	Overwright
---------------------------------------------------------------------------*/
.content{
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

:root {
	--color-blue: #003264;
	--color-light-blue: #2682bc;
}

.secTxt {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.secTxt .small {

}

.secCap {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.8;
}

.content a {
	transition: opacity .4s;
}

.kiwi {
  font-family: "Kiwi Maru", serif;
}

.ib {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.content .inner {
		padding-inline: 27.5px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.content a:hover {
    opacity: .7;
	}
}

/* btn
-----------------------------------------------------------------*/

.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 1.6;
  padding: 1em;
  text-align: center;
  border-radius: 0;
  transition: .4s ease-out;
  z-index: 0;
}
.btn .txt {
	color: #fff;
}
.btn.has-arrow {
	/* justify-content: space-between; */
	justify-content: center;
	padding-inline: 1em;
}
.btn.has-arrow::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: rgb(255 255 255 / 1);
	-webkit-mask-image: url(../../asset/img/common/ico_btn-arrow.svg);
	mask-image: url(../../asset/img/common/ico_btn-arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: .4s;
	text-align: center;
	z-index: 0;
}

.linkBtn {
	max-width: 590px;
	background: linear-gradient(90deg, rgba(40, 91, 158, 1) 0%, rgba(23, 73, 133, 1) 33.76%, rgba(6, 56, 109, 1) 74.77%, rgba(0, 50, 100, 1) 100%);
	font-size: clamp(15px, -0.11rem + 2.09vw, 24px);
	padding-block: .8666em;
}

.opa {
	transition: opacity .5s;
}

.color-em {
	color: #AD9159;
}

main em {
	font-style: normal;
}

@media screen and (max-width: 768px) {
	.btn.has-arrow {
		/* justify-content: flex-start; */
		font-size: 14px;
		padding-block: .8666em;
		letter-spacing: 0;
		padding-right: 2em;
	}
	.btn.has-arrow::after {
		right: 3%;
		width: 15px;
		height: 15px;
	}

	.linkBtn {
		max-width: 300px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.opa:hover {
		opacity: .7;
	}
}

/* kv
-----------------------------------------------------------------*/
.kv {
	position: relative;
	z-index: 0;
}

.kv__txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: linear-gradient(135deg, rgba(40, 91, 158, 1) 0%, rgba(23, 73, 133, 1) 33.76%, rgba(6, 56, 109, 1) 74.77%, rgba(0, 50, 100, 1) 100%);
	color: #fff;
	font-size: clamp(30px, -1.21rem + 5.47vw, 70px);
	letter-spacing: 0.04em;
	line-height: 1;
	padding: .5393em 1.425em;
	z-index: 1;
}
.kv__txt .ja {
	display: block;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
	.kv__txt {
		padding: .35em .75em .5em;
	}
	.kv__txt .ja {
		font-size: 14px;
	}

	.kv__img {
	width: calc(330 / 375 * 100%);
	margin-left: auto;
}
}

/*--------------------------------------------------------------------------
	Content
---------------------------------------------------------------------------*/

/* intro
---------------------------------------------- */
.intro {
	padding-top: 110px;
}

.intro__ttl {
	color: var(--color-blue);
	font-size: 18px;
	letter-spacing: 0.04em;
	text-align: center;
}
.intro__ttl::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background-color: var(--color-blue);
	margin-top: 40px;
	margin-inline: auto;
}

.intro__copy {
	font-size: clamp(20px, 0.95rem + 1.37vw, 30px);
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin-top: 1em;
	text-align: center;
}
.intro__copy .em {
	display: block;
	font-size: 133.334%;
	font-style: normal;
	letter-spacing: 0.1em;
}
.intro__copy .en {
	font-style: normal;
	letter-spacing: 0.1em;
	color: #ad9159;
}
.intro__text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2.2;
	margin-top: 2em;
	text-align: center;
}

.introNav {
	margin-top: 70px;
}
.introNavList {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.messageList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px calc(16 / 1200 * 100%);
	max-width: 1240px;
	margin-top: 70px;
}

.graph {
	position: relative;
	padding-block: 140px 160px;
	z-index: 0;
}
.graph::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(229 229 229 / .2);
	z-index: -1;
}
.graphBox {
	max-width: 1240px;
}
.graphBox__outer {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0 0 0 / .2);
	padding: 19px;
}
.graphBox__inner {
	border: 1px solid #D6C8AC;
	color: #003264;
	padding: 90px calc(100 / 1162 * 100%) 80px;
}

.graphBox__copy {
	font-size: clamp(22px, 0.73rem + 1.92vw, 36px);
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.graphBox__txt {
	font-size: clamp(16px, 0.97rem + 0.82vw, 22px);
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 1em;
	text-align: center;
}

.graphList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px calc(60 / 960 * 100%);
	margin-top: 50px;
}

.graphBox__copy02 {
	font-size: clamp(18px, 0.75rem + 1.37vw, 28px);
	letter-spacing: 0.05em;
	line-height: 1.78;
	margin-top: 2em;
	text-align: center;
}
.graphBox__copy02 em {
	font-weight: 500;
}

.graph__bg {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}
.graph__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.intro {
		padding-top: 80px;
	}

	.intro__ttl {
		font-size: 16px;
	}
	.intro__ttl::after {
		width: 40px;
		margin-top: 15px;
	}

	.intro__copy {
		line-height: 2.2;
		margin-top: 2em;
	}
	.intro__copy .em {
		font-size: 200%;
		letter-spacing: 0;
	}

	.introNav {
		max-width: 400px;
		margin-top: 50px;
		margin-inline: auto;
	}
	.introNavList {
		grid-template-columns: 1fr;
	}


	.messageList {
		grid-template-columns: 1fr;
		row-gap: 10px;
		max-width: 560px;
		margin-top: 30px;
	}
	.messageList > li:nth-child(4) {
		grid-row: 3 / 4;
	}
	.messageList > li:nth-child(8) {
		grid-row: 7 / 8;
	}

	.graph {
		padding-block: 60px;
	}
	.graphBox {
		max-width: 560px;
	}
	.graphBox__outer {
		padding: 9px;
	}
	.graphBox__inner {
		padding: 35px calc(20 / 302 * 100%);
	}

	.graphList {
		grid-template-columns: 1fr;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 10px 3.8%;
		margin-top: 30px;
		/* padding-inline: 30px; */
	}
	.graphList > li {
		width: calc((100% - 10px) / 2);
	}
	.graphList > li:last-child {
		width: calc(155 / 260 * 100%);
	}
}

/* rank
---------------------------------------------- */
.rank {
	position: relative;
	margin-top: 100px;
	padding-block: 80px 100px;
	z-index: 0;
}
.rank::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/voice/bg_rank.jpg) center/cover no-repeat;
	z-index: -2;
}
.rank::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 350px);
	/* background: url(../img/voice/bg_rank.png) center/cover no-repeat; */
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: -1;
}

.rank__copy {
	font-size: clamp(18px, 0.54rem + 1.64vw, 30px);
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-shadow: 6px 6px 10px rgb(255 255 255 / 1), -6px -6px 10px rgb(255 255 255 / 1), 6px -6px 10px rgb(255 255 255 / 1), -6px 6px 10px rgb(255 255 255 / 1);
	text-align: center;
}

.rank__subCopy {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	font-size: clamp(16px, 0.97rem + 0.82vw, 22px);
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-top: 1em;
	text-shadow: 6px 6px 10px rgb(255 255 255 / 1), -6px -6px 10px rgb(255 255 255 / 1), 6px -6px 10px rgb(255 255 255 / 1), -6px 6px 10px rgb(255 255 255 / 1);
	text-align: center;
	white-space: nowrap;
}
.rank__subCopy::before,
.rank__subCopy::after {
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	filter: drop-shadow(6px 6px 3px rgb(255 255 255 / 1)) drop-shadow(-6px -6px 3px rgb(255 255 255 / 1)) drop-shadow(6px -6px 3px rgb(255 255 255 / 1)) drop-shadow(-6px 6px 3px rgb(255 255 255 / 1));
	background : linear-gradient(90deg, rgba(210, 170, 90, 0) 0%, rgba(210, 170, 90, 0.14) 14.13%, rgba(210, 170, 90, 1) 100%);
}
.rank__subCopy::after {
	background: linear-gradient(90deg, rgba(210, 170, 90, 1) 0%, rgba(210, 170, 90, 0.14) 85.87%, rgba(210, 170, 90, 0) 100%);
}

.best__copy {
	margin-top: 2em;
	font-weight: 900;
	text-align: center;
}
.best__copy .txt {
	font-size: clamp(22px, 0.73rem + 1.92vw, 36px);
	letter-spacing: 0.1em;
	line-height: 1.7;
	background: linear-gradient(45deg, rgba(170, 130, 57, 1) 0%, rgba(215, 189, 30, 1) 14.9%, rgba(212, 185, 32, 1) 20.09%, rgba(202, 172, 38, 1) 25.52%, rgba(186, 151, 47, 1) 31.04%, rgba(170, 130, 57, 1) 35.29%, rgba(214, 170, 68, 1) 58.02%, rgba(215, 183, 42, 1) 70.59%, rgba(215, 189, 30, 1) 78.63%, rgba(198, 166, 19, 1) 84.85%, rgba(176, 136, 5, 1) 94.53%, rgba(168, 125, 0, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top: 0.5em;
}
.best__copy .txt .num {
	font-size: 194.445%;
	font-weight: 600;
	line-height: 1;
}

.best3 {
	max-width: 660px;
	margin-top: 30px;
	margin-inline: auto;
}
.best3__note {
	font-size: 15px;
	letter-spacing: 0.05em;
	margin-top: -1.3em;
	text-align: center;
}

.rankListWrap {
	max-width: 1240px;
	margin-top: 100px;
}
.rankList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: calc(45 / 1200 * 100%);
}

.rankList > li {
	position: relative;
	background-color: #fff;
	/* border: 3px solid; */
	box-shadow: 0 0 20px rgba(0 0 0 / .2);
	padding: 80px 10px 60px;
	z-index: 0;
}
.rankList > li:nth-child(1) {
	border-image: linear-gradient(45deg, rgba(208, 168, 42, 1) 0%, rgba(249, 218, 141, 1) 39.03%, rgba(254, 240, 216, 1) 68.58%, rgba(208, 173, 42, 1) 99.88%) 1;
}
.rankList > li:nth-child(2) {
	border-image: linear-gradient(45deg, rgba(133, 133, 135, 1) 0%, rgba(191, 193, 199, 1) 39.03%, rgba(234, 235, 237, 1) 68.58%, rgba(154, 154, 155, 1) 100%) 1;
}
.rankList > li:nth-child(3) {
	border-image: linear-gradient(45deg, rgba(172, 115, 62, 1) 0%, rgba(215, 174, 127, 1) 32.51%, rgba(239, 227, 213, 1) 65.93%, rgba(172, 115, 62, 1) 100%) 1;
}

.rankList__num {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(156 / 370 * 100%);
	z-index: 1;
}

.rankList__txt {
	font-size: clamp(18px, 0.96rem + 1.09vw, 26px);
	/* font-weight: 600; */
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: center;
}
.rankList__txt .num {
	font-size: 185.71%;
	line-height: 1;
}
.rankList__txt .small {
	font-size: 80%;
}

@media screen and (max-width: 768px) {
	.rank {
		margin-top: 60px;
		padding-block: 60px;
	}

	.rank__subCopy {
		gap: .2em;
		letter-spacing: 0;
		padding-inline: 10px;
	}

	.best3 {
		width: calc(300 / 375 * 100%);
		margin-top: 30px;
	}
	.best3__note {
		font-size: 10px;
	}

	.rankListWrap {
		max-width: 560px;
		margin-top: 60px;
	}
	.rankList {
		grid-template-columns: 1fr;
		row-gap: 60px;
		padding-left: 35px;
	}

	.rankList > li {
		border-width: 2px;
		padding: 30px 10px;
		padding-left: 60px;
	}

	.rankList__num {
		top: 50%;
		left: -70px;
		transform: translateY(-50%);
		width: 132px;
	}
	.rankList__txt {
		line-height: 1.8;
		text-align: left;
	}
}



/* reserveArea
---------------------------------------------- */
.reserveArea {
	position: relative;
	background: url(../../asset/img/merit/bg_reserve.jpg) center/cover no-repeat;
	padding-block: clamp(50px, -0.45rem + 14.55vw, 170px) clamp(60px, 0.09rem + 15.76vw, 190px);
	z-index: 0;
}

.reserve__copy {
	color: #fff;
	font-size: clamp(22px, 0.06rem + 2.78vw, 34px);
	letter-spacing: 0.1em;
	line-height: 1.67;
	text-align: center;
}

.reserve__txt {
	position: relative;
	color: #fff;
	font-size: clamp(14px, 0.33rem + 1.39vw, 20px);
	letter-spacing: 0.05em;
	line-height: 1.9;
	text-align: center;
	z-index: 0;
}
.reserve__txt::before {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background-color: #fff;
	margin: 40px auto;
}

.reserve__btn {
	max-width: 430px;
	background-color: rgb(255 255 102 / .8);
	border-radius: 50vw;
	box-shadow: 0 15px 10px rgba(0 0 0 / .2);
	color: var(--color-blue);
	font-size: clamp(20px, 0.93rem + 1.39vw, 26px);
	margin-top: 45px;
	margin-inline: auto;
	padding-block: .75em;
}

@media screen and (max-width: 768px) {
	.reserveArea {
		background-image: url(../../asset/img/merit/bg_reserve_sp.jpg);
	}

	.reserve__copy {
		letter-spacing: 0.05em;
	}

	.reserve__txt::before {
		width: 40px;
		margin-block: 20px;
	}

	.reserve__btn {
		max-width: 320px;
		margin-top: 30px;
	}
}

/* voiceSection
---------------------------------------------- */
.voiceSection {
	padding-top: 140px;
}
.voiceSection + .voiceSection {
	padding-top: clamp(100px, 6.67rem + 8.89vw, 200px);
}

.voiceKv__copy {
	width: 90%;
	max-width: 1200px;
	font-size: clamp(20px, 0.53rem + 1.92vw, 34px);
	letter-spacing: 0.05em;
	line-height: 1.8;
	border-bottom: 1px solid #D1D1D1;
	margin-top: 60px;
	margin-inline: auto;
	padding-bottom: 1em;
}

.voiceContents {
	margin-top: 80px;
}

.voiceBox {
	width: 90%;
	max-width: 1200px;
	margin-inline: auto;
	padding-right: 20px;
}
.voiceBox + .voiceBox {
	margin-top: 50px;
}

.voiceQ {
	display: flex;
	align-items: baseline;
	column-gap: 1em;
}
.voiceQ__q {
	font-size: clamp(30px, 1.32rem + 2.19vw, 46px);
	letter-spacing: 0.05em;
}
.voiceQ__q .small {
	font-size: 90%;
}
.voiceQ__q .dot {
	font-size: 50%;
}
.voiceQ__text {
	font-size: clamp(16px, 0.76rem + 1.09vw, 24px);
	letter-spacing: 0.05em;
	line-height: 1.75;
}

.voiceAnswer {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0 0 0 / .15);
	margin-top: 15px;
	position: relative;
	z-index: 0;
}
.voiceAnswer__icon {
	display: grid;
	place-items: center;
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	aspect-ratio: 1;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding-top: 3px;
	box-sizing: border-box;
	transform: rotate(20deg);
	text-align: center;
	z-index: 1;
}
.voiceAnswer__icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border: 1px solid rgb(255 255 255 / .5);
	border-radius: 50%;
	z-index: 1;
}

.voiceAnswer__inner {
	padding: calc(60 / 1180 * 100%);
}

.voiceAnswer__name {
	display: inline-block;
	min-width: 64px;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 50vw;
	background-color: #000;
	padding: .1em 1em;
	text-align: center;
}
.voiceAnswerText__text {
	font-size: clamp(14px, 1.19rem + 0.27vw, 16px);
	letter-spacing: 0.05em;
	line-height: 2.25;
}
.voiceAnswer__name + .voiceAnswerText__text {
	margin-top: 1em;
}

/* voice01 */
.voice01 .voiceQ__q {
	color: #35797c;
}
.voice01 .voiceAnswer__name {
	background-color: #5d9496;
}
.voice01 .voiceAnswerText__text .marker {
	background-color: #E1EBEB;
}


/* voice02 */
.voice02 .voiceQ__q {
	color: #9b7d46;
}
.voice02 .voiceAnswer__name {
	background-color: #af976b;
}
.voice02 .voiceAnswerText__text .marker {
	background-color: #f0ebe3;
}
.voice02 .voiceAnswer__icon {
	background-color: #9b7d46;
}

.voiceAnswer._pattern02 .voiceAnswerSubImg .typeName img {
	width: 100%;
}

/* voice03 */
.voice03 .voiceQ__q {
	color: #aa6286;
}
.voice03 .voiceAnswerText__text .marker {
	background-color: #f2e7ed;
}
.voice03 .voiceAnswer__icon {
	background-color: #aa6286;
}

/* us */
.voiceSection.us {
	background-color: #f3ecee;
	margin-top: clamp(100px, 6.67rem + 8.89vw, 200px);
	padding-block: clamp(50px, 1.67rem + 8.89vw, 150px);
}

.us__copy {
	font-size: clamp(18px, -0.09rem + 2.46vw, 36px);
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}

.usHead {
	display: flex;
	align-items: center;
	width: 90%;
	max-width: 1200px;
	border-bottom: 1px solid #d6b4c0;
	margin-top: 70px;
	margin-inline: auto;
	padding-bottom: 40px;
}
.usIcon {
	width: calc(246 / 1200 * 100%);
}
.usHead__title {
	width: calc(408 / 1200 * 100%);
	margin-inline: calc(60 / 1200 * 100%) calc(80 / 1200 * 100%);
}

.usHeadBox {
	width: calc(400 / 1200 * 100%);
}
.usHead__text {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
}
.usHead__btn.btn {
	justify-content: flex-start;
	background-color: #ae6981;
	margin-top: 20px;
	padding-left: 2em;
}
.usHead__btn .txt {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.usContents {
	margin-top: 100px;
}

.usBox {
	width: 90%;
	max-width: 1200px;
	margin-inline: auto;
}
.usBox + .usBox {
	margin-top: 80px;
}

.usList {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px calc(80 / 1200 * 100%);
}

.usListBody {
	margin-top: 20px;
}
.usList__name {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
}
.usList__text {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2.2;
	margin-top: .5em;
}

@media screen and (min-width: 769px) {
	/* pattern01 */
	.voiceAnswer._pattern01 .voiceAnswer__inner {
		display: flex;
		flex-wrap: wrap;
		column-gap: calc(50 / 1060 * 100%);
	}
	.voiceAnswer._pattern01 .voiceAnswerMainImg {
		width: calc(620 / 1060 * 100%);
	}
	.voiceAnswer._pattern01 .voiceAnswerTextBox {
		flex: 1;
	}
	.voiceAnswer._pattern01 .voiceAnswerSubImg {
		width: 100%;
	}

	/* pattern02 */
	.voiceAnswer._pattern02 .voiceAnswer__inner {
		display: flex;
		flex-wrap: wrap;
		column-gap: calc(40 / 1060 * 100%);
	}
	.voiceAnswer._pattern02 .voiceAnswerTextBox {
		width: calc(620 / 1060 * 100%);
	}
	.voiceAnswer._pattern02 .voiceAnswerTextBox .photo {
		margin-top: 30px;
	}
	.voiceAnswer._pattern02 .voiceAnswerSubImg {
		width: calc(400 / 1060 * 100%);
	}

	/* voice01 */
	.voice01 .voiceBox02 .voiceAnswerTextBox {
		padding-top: 3%;
	}
	.voice01 .voiceBox02 .voiceAnswerSubImg {
		margin-top: -5%;
	}
	.voice01 .voiceBox02 .voiceAnswerSubImg .photo {
		width: calc(610 / 1060 * 100%);
		margin-left: auto;
	}
	.voice01 .voiceAnswer__icon {
		background-color: #35797c;
	}

	.voice01 .voiceBox03 .voiceAnswerTextBox {
		order: 0;
	}
	.voice01 .voiceBox03 .voiceAnswerMainImg {
		order: 1;
	}
	.voice01 .voiceBox03 .voiceAnswerSubImg {
		order: 2;
		margin-top: -7%;
	}
	.voice01 .voiceBox03 .voiceAnswerSubImg .photo {
		width: calc(390 / 1060 * 100%);
		margin-left: calc(100 / 1060 * 100%);
	}

	/* voice02 */
	.voice02 .voiceBox02 .voiceAnswerSubImg {
		margin-top: -7%;
	}
	.voice02 .voiceBox02 .voiceAnswerSubImg .photo {
		width: calc(390 / 1060 * 100%);
		margin-left: calc(570 / 1060 * 100%);
	}

	/* voice03 */
	.voice03 .voiceBox01 .voiceAnswerSubImg {
		margin-top: -7%;
	}
	.voice03 .voiceBox01 .voiceAnswerSubImg .photo {
		width: calc(390 / 1060 * 100%);
		margin-left: calc(570 / 1060 * 100%);
	}

	.voice03 .voiceBox02 .voiceAnswer__inner {
		align-items: center;
	}
	.voice03 .voiceBox02 .voiceAnswerTextBox {
		order: 0;
	}
	.voice03 .voiceBox02 .voiceAnswerMainImg {
		order: 1;
	}
	.voice03 .voiceBox02 .voiceAnswerSubImg {
		order: 2;
		margin-top: 40px;
	}
	.voice03 .voiceBox02 .voiceAnswerSubImg {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: calc(20 / 1060 * 100%);
	}
}

@media screen and (max-width: 1220px) {
	.voice01 .voiceBox02 .voiceAnswerTextBox {
		padding-top: 0;
	}
	.voice01 .voiceBox02 .voiceAnswerSubImg {
		margin-top: 20px;
	}

	.voice01 .voiceBox03 .voiceAnswerSubImg {
		margin-top: 20px;
	}

	.voice02 .voiceBox02 .voiceAnswerSubImg {
		margin-top: 20px;
	}

	.voice03 .voiceBox01 .voiceAnswerSubImg {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.voiceSection {
    padding-top: 100px;
	}

	.voiceKv__img {
		max-width: 560px;
		margin-inline: auto;
	}

	.voiceKv__copy {
    width: calc(320 / 375 * 100%);
    max-width: 560px;
    margin-top: 20px;
    padding-bottom: 1em;
	}

	.voiceContents {
		margin-top: 20px;
	}

	.voiceBox {
    width: calc(320 / 375 * 100%);
    max-width: 560px;
		padding-right: 0;
	}
	.voiceQ {
		column-gap: .5em;
	}

	.voiceAnswer__inner {
		padding: calc(30 / 320 * 100%);
	}

	.voiceAnswer__name {
		width: 60px;
    font-size: 12px;
	}
	.voiceAnswerText__text {
		line-height: 2;
	}
	.voiceAnswer__icon {
    right: -10px;
    width: 50px;
    font-size: 11px;
	}

	/* voice01 */
	.voice01 .voiceBox02 * + .voiceAnswerTextBox,
	.voice01 .voiceBox03 * + .voiceAnswerTextBox {
		margin-top: 20px;
	}

	/* voice02 */
	.voice02 .voiceBox02 * + .voiceAnswerTextBox,
	.voice02 .voiceBox04 .voiceAnswerTextBox .photo {
		margin-top: 20px;
	}
	.voice02 .voiceBox04 .voiceAnswerSubImg {
		margin-top: 40px;
	}

	/* voice03 */
	.voice03 .voiceBox01 * + .voiceAnswerTextBox,
	.voice03 .voiceBox02 * + .voiceAnswerTextBox {
		margin-top: 20px;
	}

	.voice03 .voiceBox02 .voiceAnswerSubImg {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px calc(8 / 260 * 100%);
		margin-top: 20px;
	}
	.voice03 .voiceBox02 .voiceAnswerSubImg .photo {
		width: calc(126 / 260 * 100%);
	}
	.voice03 .voiceBox02 .voiceAnswerSubImg .photo:first-child {
		width: 100%;
	}

	/* us */
	.usHead {
		flex-direction: column;
		width: calc(320 / 375 * 100%);
		max-width: 560px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.usIcon {
		width: 140px;
	}
	.usHead__title {
		width: 305px;
		margin: 30px auto 20px;
	}

	.usHeadBox {
		width: 100%;
	}
	.usHead__text {
		line-height: 2;
	}
	.usHead__btn.btn {
		padding-block: 1.2em;
		padding-left: 2em;
	}
	.usHead__btn .txt {
		font-size: 14px;
	}

	.usContents {
		margin-top: 50px;
	}

	.usBox {
		width: calc(340 / 375 * 100%);
		max-width: 560px;
	}
	.usBox + .usBox {
		margin-top: 60px;
	}

	.usList {
		grid-template-columns: 1fr;
	}
	.usBox01 .usList,
	.usBox03 .usList {
		row-gap: 20px;
	}

	.usList__img--main {
		width: calc(260 / 320 * 100%);
		margin-inline: auto;
	}

	.usListBody {
		margin-top: 14px;
	}
	.usList__headline {
		display: flex;
		align-items: center;
		column-gap: .8em;
	}
	.usList__headline .num {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		aspect-ratio: 1;
		background-color: #aa6286;
		border-radius: 50%;
		color: #fff;
		font-size: 19px;
		font-weight: 500;
		line-height: 1;
		transform: translateY(.5px);
	}
	.usList__name {
		text-align: left;
	}
	.usList__text {
		line-height: 2;
	}
}