@charset "UTF-8";
img {
	height: auto;
	vertical-align: middle;
}

.p-consultant {
	padding: 30px 0 60px;
}
@media (max-width: 767px) {
	.p-consultant {
		padding: 60px 0 20px;
	}
}

.p-consultant__title {
	display: grid;
	justify-items: center;
	position: relative;
}

.p-consultant__title--en {
	position: absolute;
	z-index: -1;
	color: #ededed;
	font-size: 96px;
	font-weight: 800;
	line-height: 1;
	inset: -5% auto auto 2%;
}
@media (max-width: 767px) {
	.p-consultant__title--en {
		font-size: 64px;
		inset: -3% auto auto 0%;
	}
}

.p-consultant__title--sub {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.p-consultant__title--sub {
		font-size: 20px;
	}
}

.p-consultant__title--main {
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	line-height: normal;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.p-consultant__title--main {
		font-size: 24px;
	}
}

.p-consultant__list {
	display: grid;
	gap: 20px;
	margin: 75px auto 0;
	max-width: 1140px;
}
@media (max-width: 767px) {
	.p-consultant__list {
		gap: 5px;
		margin: 15px auto 0;
	}
}
.p-consultant__list .p-consultant__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px 20px;
}
.p-consultant__list .p-consultant__item:nth-of-type(odd) {
	flex-direction: row-reverse;
}
@media (max-width: 1023px) {
	.p-consultant__list .p-consultant__item:nth-of-type(odd) {
		flex-direction: column;
	}
}
.p-consultant__list .p-consultant__item:nth-of-type(even) {
	flex-direction: row;
}
@media (max-width: 1023px) {
	.p-consultant__list .p-consultant__item:nth-of-type(even) {
		flex-direction: column;
	}
}

.p-consultant__photo {
	position: relative;
	flex-basis: 47%;
	flex-shrink: 1;
	aspect-ratio: 540/376;
}
@media (max-width: 767px) {
	.p-consultant__photo {
		flex-shrink: unset;
		flex-basis: unset;
	}
}
.p-consultant__photo::before {
	content: "";
	position: absolute;
	width: 20%;
	height: 100%;
}
.p-consultant__photo:where(.p-consultant__list .p-consultant__item:nth-of-type(odd) *)::before {
	inset: 0 auto 0 0;
	background: linear-gradient(270deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
.p-consultant__photo:where(.p-consultant__list .p-consultant__item:nth-of-type(even) *)::before {
	inset: 0 0 0 auto;
	background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
}
@media (max-width: 767px) {
	.p-consultant__photo:where(.p-consultant__list .p-consultant__item:nth-of-type(even) *)::before {
		inset: 0 auto 0 0;
		background: linear-gradient(270deg, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
	}
}
.p-consultant__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-consultant__body {
	flex-shrink: 1;
	flex-basis: 49%;
}
@media (max-width: 767px) {
	.p-consultant__body {
		flex-shrink: unset;
		flex-basis: unset;
	}
}

.p-consultant__head {
	background: linear-gradient(90deg, #032e55 0%, rgba(3, 46, 85, 0) 100%);
	padding: 20px;
	display: grid;
}
@media (max-width: 767px) {
	.p-consultant__head {
		padding: 12px;
	}
}

.p-consultant__role {
	color: #fff;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.02em;
}
@media (max-width: 767px) {
	.p-consultant__role {
		font-size: 10px;
	}
}

.p-consultant__name {
	color: #fff;
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.02em;
}
@media (max-width: 767px) {
	.p-consultant__name {
		font-size: 20px;
	}
}

.p-consultant__text {
	padding: 10px 20px;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
@media (max-width: 767px) {
	.p-consultant__text {
		padding: 15px 0px;
		font-size: 14px;
	}
}

.p-cta {
	padding-top: 50px;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.p-cta {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.p-cta__button {
	margin-top: 35px;
}

.p-cta__container {
	max-width: 1070px;
}

.p-cta__content {
	max-width: 625px;
	margin: 0 0 0 auto;
}

.p-cta__heading {
	display: grid;
	justify-items: center;
	color: #2e2e2e;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
	gap: 15px;
	line-height: 1;
}
@media (max-width: 767px) {
	.p-cta__heading {
		gap: 8px;
		font-size: 18px;
	}
}
.p-cta__heading > span:not([class]) {
	border-bottom: 1px solid #032e55;
	background: #fff;
	box-shadow: 0 3px 4px 0 rgba(112, 112, 112, 0.25);
	height: 52px;
	display: flex;
	align-items: center;
	padding-inline: 0.3em;
}
@media (max-width: 767px) {
	.p-cta__heading > span:not([class]) {
		height: 40px;
	}
}
.p-cta__heading > span:not([class]) > * span {
	background: linear-gradient(160deg, #d38f2f 15.28%, #d38f2f 26.86%, #ebc87c 44.53%, #d38f2f 64.03%, #d38f2f 78.66%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	font-weight: 800;
	line-height: 66px;
}
.p-cta__heading > span:not([class]) > * strong {
	background: linear-gradient(160deg, #d38f2f 15.28%, #d38f2f 26.86%, #ebc87c 44.53%, #d38f2f 64.03%, #d38f2f 78.66%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.4em;
	font-weight: 800;
	line-height: 66px;
}
@media (max-width: 767px) {
	.p-cta .p-cta__button {
		margin-top: 224px;
		padding-inline: 10px;
	}
}

.p-featured {
	padding-top: 70px;
	padding-bottom: 50px;
}
@media (max-width: 767px) {
	.p-featured {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.p-featured__title {
	display: grid;
	justify-items: center;
}

.p-featured__title--sub {
	color: #032e55;
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
	display: flex;
}
@media (max-width: 767px) {
	.p-featured__title--sub {
		font-size: 16px;
	}
}
.p-featured__title--sub::before,
.p-featured__title--sub::after {
	color: #032e55;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
}
.p-featured__title--sub::before {
	content: "＼　";
}
.p-featured__title--sub::after {
	content: " ／";
}

.p-featured__title--main {
	text-align: center;
	font-size: 48px;
	align-items: baseline;
	font-weight: 800;
	line-height: normal;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.p-featured__title--main {
		font-size: 24px;
	}
}

.p-featured__card {
	box-shadow: 2px 4px 24px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: auto;
	position: relative;
}

.p-featured__card-body {
	display: flex;
	position: absolute;
	inset: auto 0 0;
	min-height: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 42.79%, #fff 100%);
	align-items: flex-start;
	justify-items: start;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px 20px;
}
@media (max-width: 767px) {
	.p-featured__card-body {
		padding: 10px 10px;
	}
}

.p-featured__list {
	display: grid;
	gap: 32px;
	margin: 40px auto 0;
	max-width: 1130px;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
	.p-featured__list {
		gap: 10px;
		margin: 20px auto 0;
		grid-template-columns: unset;
	}
}

.p-featured__card-mata {
	position: absolute;
	inset: 0 0 auto auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	width: fit-content;
	padding: 10px 20px;
	min-width: 185px;
	gap: 8px;
}
@media (max-width: 767px) {
	.p-featured__card-mata {
		gap: 4px;
		padding: 5px;
		min-width: 94.966px;
	}
}

.p-featured__card-tag {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(3.6500000954px);
	color: #282828;
	text-align: center;
	padding: 6px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 767px) {
	.p-featured__card-tag {
		padding: 4px;
		font-size: 10px;
	}
}

.p-featured__area {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 767px) {
	.p-featured__area {
		font-size: 12px;
	}
}

.p-featured__name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 767px) {
	.p-featured__name {
		font-size: 16px;
	}
}

.p-featured__price {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 767px) {
	.p-featured__price {
		font-size: 14px;
	}
}

.p-featured__thumb {
	aspect-ratio: 546/271;
}
@media (max-width: 767px) {
	.p-featured__thumb {
		aspect-ratio: 350/173.718;
	}
}
.p-featured__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer {
	background: #2e2e2e;
}

.section-bg--fv::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.58) 66.35%, #fff 100%);
	pointer-events: none;
}

@media (max-width: 767px) {
	.fv .fv-content {
		margin-top: 25px !important;
		padding: 0;
	}
}

.p-fv__content {
	flex-basis: 817px;
	flex-shrink: 0;
}

.p-fv__cta-text {
	color: #2e2e2e;
	text-align: center;
	font-size: 24px;
	font-weight: 800;
	line-height: normal;
}

.fv .fv-content {
	margin: 15px auto 0;
	max-width: 1270px;
}

.p-market {
	padding-top: 190px;
	padding-bottom: 40px;
}
@media (max-width: 767px) {
	.p-market {
		padding-top: 130px;
	}
}

.p-market__panel {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px clamp(20px, 1.953125vw, 50px);
	margin: 40px auto 0;
	max-width: 800px;
}
@media (max-width: 767px) {
	.p-market__panel {
		margin: 10px auto 0;
		grid-template-columns: unset;
	}
}

@media (max-width: 767px) {
	.p-market__image {
		padding-inline: 50px;
	}
}
.p-market__image img {
	height: auto;
}

.p-market__panel-title {
	color: #fff;
	font-size: clamp(22px, 2.34375vw, 24px);
	font-weight: 800;
	line-height: 2.46;
	text-decoration: underline;
	text-decoration-color: #014ca0;
	text-decoration-thickness: 0.8lh;
	text-underline-offset: -0.5lh;
}
@media (max-width: 767px) {
	.p-market__panel-title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.p-market__text {
		padding-inline: 16px;
	}
}

.p-market__panel-text {
	color: #014ca0;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 2.29;
	display: inline;
	background: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding-inline: 0.5rem;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.p-market__panel-text {
		margin-top: 5px;
		font-size: 14px;
	}
}

.p-market__panel-copy {
	color: #014ca0;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 2.29;
	display: inline;
	background: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding-inline: 0.5rem;
}
@media (max-width: 767px) {
	.p-market__panel-copy {
		font-size: 16px;
	}
}
.p-market__panel-copy > span:not([class]) {
	text-decoration: underline;
	text-decoration-color: rgba(252, 22, 22, 0.3);
	text-underline-offset: 0;
	text-decoration-thickness: 7px;
}

.p-market__title {
	color: #fff;
	text-align: center;
	font-size: clamp(24px, 2.9296875vw, 30px);
	font-weight: 800;
	line-height: 1.78;
}
@media (max-width: 767px) {
	.p-market__title {
		line-height: 2;
		font-size: 20px;
	}
}
.p-market__title > span:not([class]) {
	display: inline-block;
	background: white;
}
@media (max-width: 767px) {
	.p-market__title > span:not([class]) {
		height: 36px;
	}
}
.p-market__title > span:not([class]) span {
	background: linear-gradient(160deg, #d38f2f 15.28%, #d38f2f 26.86%, #ebc87c 44.53%, #d38f2f 64.03%, #d38f2f 78.66%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.3333333333em;
	font-weight: 800;
	line-height: 1.78;
	display: inline-block;
	position: relative;
	padding: 0 0.15em;
	color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}
@media (max-width: 767px) {
	.p-market__title > span:not([class]) span {
		line-height: 1.5;
		font-size: 1.2em;
	}
}
.p-market__title > strong:not([class]) {
	color: #fff;
	font-size: 1.3333333333em;
	font-weight: 800;
}
@media (max-width: 767px) {
	.p-market__title > strong:not([class]) {
		font-size: 1.2em;
	}
}

.p-merit {
	padding-top: 70px;
}
.p-merit.has-bg {
	overflow: unset;
	z-index: 1;
}
.p-merit::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	width: 100%;
	height: 4rem;
	z-index: -1;
	background: #fff;
}
/* @media (max-width: 767px) {
	.p-merit::after {
		content: none;
	}
	.p-merit {
		padding-top: 40px;
	}
} */

.section-bg.section-bg--merit {
	inset: 0 0 -7rem;
}
.section-bg--merit img {
	object-position: bottom;
}

.p-merit__title {
	display: grid;
	justify-items: start;
	gap: 10px;
}

.p-merit__title--tag {
	width: 355px;
}
@media (max-width: 767px) {
	.p-merit__title--tag {
		width: 174px;
	}
}
.p-merit__title--tag img {
	height: auto;
}

.p-merit__title--main {
	color: #032e55;
	text-shadow: 4px 4px 4px #fff;
	font-size: 60px;
	font-weight: 800;
	line-height: normal;
}
@media (max-width: 767px) {
	.p-merit__title--main {
		font-size: 24px;
	}
}
.p-merit__title--main small {
	color: #032e55;
	font-size: 0.6666666667em;
	font-weight: 800;
	line-height: normal;
}

.p-merit__lead {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	margin-top: 15px;
	font-weight: 500;
	line-height: 2;
}
.p-merit__lead span {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 2;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: #f7b2b2;
	text-decoration-thickness: 4px;
	font-size: 1.3125em;
}
@media (max-width: 767px) {
	.p-merit__lead span {
		font-size: 1em;
	}
}

.p-merit__items {
	display: grid;
	max-width: 1015px;
	margin-inline: auto;
	margin-top: 50px;
	counter-reset: counter;
	gap: 32px;
}
@media (max-width: 767px) {
	.p-merit__items {
		margin-top: 30px;
	}
}

.p-merit__item {
	position: relative;
	display: grid;
	gap: 10px 30px;
	align-items: center;
	box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.25);
	padding: 25px 45px 30px;
	grid-template-areas: "heading heading" "image text";
	grid-template-columns: 1fr 0.9fr;
}
@media (max-width: 767px) {
	.p-merit__item {
		padding: 16px 20px 10px;
		grid-template-areas: unset;
		grid-template-columns: unset;
	}
}
.p-merit__item * {
	position: relative;
	z-index: 1;
}

.p-merit__item--reverse {
	grid-template-areas: "heading heading" "text image";
}
@media (max-width: 767px) {
	.p-merit__item--reverse {
		grid-template-areas: unset;
	}
}

.p-merit__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.p-merit__number {
	position: relative;
	font-size: 64px;
	padding-right: 0.359375em;
	margin-right: 0.359375em;
	font-weight: 800;
	line-height: normal;
	background: linear-gradient(180deg, #d38f2f 0%, #e1b15c 26.44%, #ebc77a 50.48%, #e1b15c 67.79%, #d38f2f 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.p-merit__number {
		font-size: 24px;
		padding-right: 5px;
		margin-right: 5px;
	}
}
.p-merit__number::after {
	content: "";
	position: absolute;
	inset: 0 0 0 auto;
	margin: auto;
	width: 1px;
	height: 1em;
	background: #d89b3f;
}

.p-merit__heading {
	grid-area: heading;
	color: #032e55;
	display: flex;
	align-items: center;
	font-size: 36px;
	font-weight: 800;
	line-height: normal;
}
@media (max-width: 767px) {
	.p-merit__heading {
		align-items: flex-start;
		font-size: 17px;
		grid-area: unset;
	}
}
.p-merit__heading > * > span:not([class]) {
	background: #fff;
	display: inline-block;
	border: solid 1px #032e55;
}
.p-merit__heading > * > span:not([class]) span {
	z-index: 1;
	position: relative;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	font-weight: 800;
	line-height: normal;
	padding: 0 0.15em;
}
@media (max-width: 767px) {
	.p-merit__heading > * > span:not([class]) span {
		font-size: inherit;
	}
}

.p-merit__image {
	grid-area: image;
	aspect-ratio: 466/270;
}
@media (max-width: 767px) {
	.p-merit__image {
		grid-area: unset;
	}
}

.p-merit__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-merit__text {
	grid-area: text;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
@media (max-width: 767px) {
	.p-merit__text {
		line-height: 1.8;
		font-size: 14px;
		grid-area: unset;
	}
}

.p-merit__bottom {
	position: absolute;
	inset: 0 0 auto;
	width: 100%;
	height: 115px;
	z-index: 1;
}
@media (max-width: 767px) {
	.p-merit__bottom {
		height: 40px;
	}
}
.p-merit__bottom img {
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center bottom;
}

.p-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem 1rem 0;
	z-index: 10000;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}
.p-modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

.p-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
}

.p-modal__content {
	position: relative;
	width: min(51rem, 100% - 24px);
	max-height: 100%;
	background: #fff;
}

.p-modal__inner {
	padding: 3rem 5rem;
	max-height: calc(100vh - 3rem);
	overflow: auto;
}

.p-modal__close {
	position: absolute;
	inset: 0 0 auto auto;
	translate: 50% -50%;
	width: 3.5rem;
	height: 3.5rem;
	background-color: #fff;
	border-radius: 50%;
	display: grid;
	z-index: 1;
	place-items: center;
	cursor: pointer;
}
@media (max-width: 767px) {
	.p-modal__close {
		width: 36px;
		height: 36px;
	}
}

.p-modal__close-icon {
	font-size: 3rem;
	line-height: 1;
}
@media (max-width: 767px) {
	.p-modal__close-icon {
		font-size: 2rem;
	}
}

.p-modal__body {
	display: grid;
}

.p-modal__body::after {
	content: "";
	display: block;
	height: max(24px, calc(24px + env(safe-area-inset-bottom, 0px)));
}

.p-modal__hero {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 649/365.06;
}
.p-modal__hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-modal__intro {
	display: grid;
	margin-top: 10px;
}

.p-modal__area {
	color: #032e55;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4;
}

.p-modal__title {
	color: #032e55;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
}

.p-modal__spec {
	margin-top: 10px;
	display: grid;
	grid-template-columns: 8.5rem 1fr;
}
@media (max-width: 767px) {
	.p-modal__spec {
		grid-template-columns: unset;
	}
}

.p-modal__spec dt {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #032e55;
	padding: 0.5rem 1rem;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	font-family: "Zen Kaku Gothic New";
	font-size: 16px;
}
@media (max-width: 767px) {
	.p-modal__spec dt {
		border-bottom: none;
		border-right: none;
	}
}

.p-modal__spec dd {
	padding: 9px 21px;
	color: #2e2e2e;
	font-family: "Zen Kaku Gothic New";
	border-bottom: 1px solid #032e55;
	background: #f5fcff;
	font-size: 14px;
}
@media (max-width: 767px) {
	.p-modal__spec dd {
		border-bottom: none;
	}
}

.p-modal__points {
	display: grid;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.p-modal__points {
		margin-top: 20px;
	}
}

.p-modal__points-title {
	color: #032e55;
	font-family: YuMincho;
	font-size: 40px;
	font-weight: 800;
	line-height: normal;
	opacity: 0.6;
}
@media (max-width: 767px) {
	.p-modal__points-title {
		font-size: 24px;
	}
}

.p-modal__points-list {
	counter-reset: counter;
}

.p-modal__point-heading {
	color: #fff;
	font-family: YuMincho;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; /* 24px */
	background: #032e55;
	padding: 5px 10px;
}
.p-modal__point-heading::before {
	counter-increment: counter 1;
	content: counter(counter) ".";
}

.p-modal__point-text {
	color: #2e2e2e;
	font-family: "Zen Kaku Gothic New";
	font-size: 14px;
	padding: 10px 15px;
	font-style: normal;
	font-weight: 400;
	background: #f5fcff;
	line-height: 121%; /* 16.94px */
}

@media (max-width: 640px) {
	.p-modal__content {
		width: calc(100% - 16px);
	}
	.p-modal__inner {
		padding: 25px 20px;
	}
	.p-modal__title {
		font-size: 1rem;
	}
	.p-modal__note {
		font-size: 0.75rem;
	}
}
body.is-modal-open {
	overflow: hidden;
}

.p-strengths {
	padding-top: 70px;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.p-strengths {
		padding-top: 40px;
	}
}

.p-strengths__title {
	display: inline-flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	left: 50%;
	translate: -50% 0;
	gap: 10px;
}
.p-strengths__title--icon {
	position: absolute;
	width: 65px;
	height: auto;
	aspect-ratio: 65/126;
}
@media (max-width: 767px) {
	.p-strengths__title--icon {
		width: 45px;
	}
}
.p-strengths__title--icon.-left {
	inset: 5% 95% auto auto;
	transform: scale(-1, 1);
}
@media (max-width: 767px) {
	.p-strengths__title--icon.-left {
		inset: 30% 93% auto auto;
	}
}
.p-strengths__title--icon.-right {
	inset: 5% auto auto 95%;
}
@media (max-width: 767px) {
	.p-strengths__title--icon.-right {
		inset: 30% auto auto 93%;
	}
}
.p-strengths__title--icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.p-strengths__title--sub {
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.p-strengths__title--sub {
		font-size: 16px;
	}
}

.p-strengths__title--main {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	line-height: normal;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
	.p-strengths__title--main {
		font-size: 24px;
	}
}

.p-strengths__img {
	flex-basis: 470px;
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.p-strengths__img {
		flex-basis: unset;
		flex-shrink: unset;
	}
}
.p-strengths__img img {
	height: auto;
}

.p-strengths__lists {
	display: grid;
	margin: 80px auto 0;
	max-width: 1120px;
	gap: 50px;
}
@media (max-width: 767px) {
	.p-strengths__lists {
		gap: 20px;
		margin: 35px auto 0;
	}
}
.p-strengths__lists .p-strengths__list {
	display: flex;
	gap: 10px 40px;
}
.p-strengths__lists .p-strengths__list:nth-of-type(odd) {
	flex-direction: row;
}
@media (max-width: 1023px) {
	.p-strengths__lists .p-strengths__list:nth-of-type(odd) {
		flex-direction: column;
	}
}
.p-strengths__lists .p-strengths__list:nth-of-type(even) {
	flex-direction: row-reverse;
}
@media (max-width: 1023px) {
	.p-strengths__lists .p-strengths__list:nth-of-type(even) {
		flex-direction: column;
	}
}

.p-strengths__content-title {
	display: grid;
	justify-items: start;
	gap: 10px;
}
@media (max-width: 767px) {
	.p-strengths__content-title {
		gap: 8px;
	}
}

.p-strengths__lead {
	font-size: 20px;
	font-weight: 800;
	line-height: normal;
	background: #fff;
	box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.25);
	padding: 4px 12px;
}
@media (max-width: 767px) {
	.p-strengths__lead {
		font-size: 16px;
	}
}

.p-strengths__heading {
	font-size: 30px;
	font-weight: 800;
	line-height: normal;
	background: #fff;
	padding: 8px;
	box-shadow: 2px 4px 24px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
	.p-strengths__heading {
		padding: 6px;
		font-size: 16px;
	}
}
.p-strengths__heading > span:not([class]) {
	background: #fff3a7;
	display: inline-block;
	padding-inline: 10px;
}

.p-strengths__text {
	margin-top: 10px;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}
@media (max-width: 767px) {
	.p-strengths__text {
		font-size: 14px;
	}
}

.p-contact {
	padding-bottom: 90px;
}
@media (max-width: 767px) {
	.p-contact {
		padding-bottom: 30px;
	}
}

.p-contact__title {
	display: grid;
	justify-items: center;
	padding-bottom: 35px;
	padding-top: 35px;
}
@media (max-width: 767px) {
	.p-contact__title {
		padding-top: 20px;
		padding-bottom: 15px;
	}
}

.p-contact__title--ja {
	font-size: 40px;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
	line-height: 2;
	position: relative;
}
@media (max-width: 767px) {
	.p-contact__title--ja {
		font-size: 24px;
	}
}
.p-contact__title--ja::before {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	width: 2.5em;
	height: 2px;
	border-radius: 100vh;
	background: #032e55;
	margin: auto;
}

.p-contact__title--en {
	font-size: 20px;
	font-weight: 800;
	line-height: 2;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.p-contact__text {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
}
@media (max-width: 767px) {
	.p-contact__text {
		margin-top: 10px;
	}
}

.has-bg {
	position: relative;
	overflow: hidden;
}
.section-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.section-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

.p-fv__top-right.fv-top-right {
	background: #fff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
	padding: 0.5rem;
	margin-right: 14.5rem;
}
@media (max-width: 767px) {
	.p-fv__top-right.fv-top-right {
		margin-right: 0;
		/* display: none; */
	}
}

.p-fv__cta {
	max-width: 90rem;
	margin: 0 auto 0;
	padding: 40px 16px 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.p-fv__cta-text {
	font-family: "Noto Serif JP", "Yu Mincho", "游明朝", "Hiragino Mincho Pro", serif;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.6;
	color: #2e2e2e;
}

.p-fv__cta-text span {
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: #f7b2b2;
	text-decoration-thickness: 4px;
}

.p-fv__cta .p-cta__button {
	display: inline-block;
}

.p-fv__cta .p-cta__button img {
	height: auto;
	max-width: 625px;
	object-fit: contain;
	display: block;
	margin-inline: auto;
}

@media (max-width: 768px) {
	.p-fv__cta {
		margin-top: 0.3rem;
		padding: 20px 32px 32px;
		gap: 12px;
	}
	.p-fv__cta-text {
		font-size: 1rem;
		line-height: 1.5;
	}
	.p-cta__button {
		margin-top: 12px;
	}
	.p-fv__cta .p-cta__button img {
		width: 100%;
		height: auto;
	}
}
.p-contact__form {
	margin-inline: auto;
	margin-top: 75px;
	max-width: 58rem;
	padding: 0 40px;
}
@media (max-width: 767px) {
	.p-contact__form {
		margin-top: 45px;
		padding: 0 20px;
	}
}

.p-contact__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
}
@media (max-width: 767px) {
	.p-contact__content {
		flex-direction: column;
		align-items: stretch;
		gap: 20px;
	}
}

.p-contact__content:not(:first-child) {
	margin-top: 25px;
}
@media (max-width: 767px) {
	.p-contact__content:not(:first-child) {
		margin-top: 10px;
	}
}

.p-contact__consultation {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.p-contact__label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.625rem;
	width: 270px;
}
@media (max-width: 767px) {
	.p-contact__label {
		font-size: 16px;
		width: 100%;
		justify-content: flex-start;
		gap: 10px;
	}
}

.p-contact__label span {
	background-color: #b80000;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.p-contact__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 1.5rem;
}
@media (max-width: 767px) {
	.p-contact__input {
		margin-left: 0;
	}
}
.p-contact__input:has(.p-contact__radio) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 0;
}
@media (max-width: 767px) {
	.p-contact__input:has(.p-contact__radio) {
		gap: 10px 0;
		grid-template-columns: unset;
	}
}

.p-contact__radio {
	cursor: pointer;
	display: block;
	line-height: 1.4375rem;
	margin-right: 1.875rem;
	position: relative;
	width: 100%;
}
.p-contact__radio span {
	display: block;
	font-weight: bold;
	padding-left: 1.875rem;
}
.p-contact__top {
	margin-top: 2.1875rem;
	margin-bottom: 0 !important;
	font-size: 1.125rem;
}
.p-contact__top a {
	border-bottom: #000000 1px solid;
}
.p-contact__radio input[type="radio"] + span::before {
	background: white;
	border: 1px solid #010101;
	border-radius: 50%;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.25rem;
}
.p-contact__radio:nth-of-type(4) input[type="radio"] + span::before {
	top: 0;
	transform: inherit;
}
.p-contact__radio input[type="radio"] + span::after {
	background: #010101;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.75rem;
	left: 0.25rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0.75rem;
}
.p-contact__radio:nth-of-type(4) input[type="radio"] + span::after {
	margin-top: 4px;
	top: 0;
	transform: inherit;
}
.p-contact__radio input[type="radio"] {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.p-contact__radio input[type="radio"]:checked + span::after {
	opacity: 1;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	border: 1px solid #aaaaaa;
	border-radius: 0.125rem;
	font-size: 0.9375rem;
	line-height: 1.375rem;
	padding: 0.875rem 1.25rem;
	width: 100%;
}
textarea {
	min-height: 16rem;
	resize: none;
}
.p-contact__btn {
	margin-inline: auto;
	transition: all 0.3s ease 0s;
	width: 281px;
	height: 81px;
	border-radius: 6px;
	background: linear-gradient(0deg, #032e55 0%, #032e55 19.71%, #1968b0 44.71%, #032e55 69.23%, #032e55 100%);
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 2;
	letter-spacing: 0.39em;
	text-indent: 0.39em;
}
@media (max-width: 767px) {
	.p-contact__btn {
		font-size: 20px;
		width: 161px;
		height: 60px;
	}
}

.p-contact__btn:hover {
	opacity: 0.7;
}
.p-contact__submit {
	text-align: center;
}
.p-contact__thanks {
	line-height: 2;
	text-align: center;
}
#consultation-error,
#name-error,
#furigana-error,
#phone-error,
#email-error,
#message-error {
	color: red;
	display: block;
	margin-top: 0.5rem;
}
.p-group {
	padding: 40px 0 50px;
}

.p-group__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
}

.p-group__title-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 30px;
}

.p-group__title-logo {
	width: 60px;
	height: auto;
	display: block;
}

.p-group__title {
	font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin: 0;
}

.p-group__title-ja {
	margin-left: 0em;
}

.p-group__items {
	display: flex;
	justify-content: center;
	gap: 60px;
}

.p-group__item {
	text-align: center;
	text-decoration: none;
}

.p-group__label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	text-align: left;
}

.p-group__logo {
	width: auto;
	height: 40px;
}

@media screen and (max-width: 767px) {
	.p-group {
		padding: 24px 0;
	}
	.p-group__inner {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.p-group__title-wrap {
		gap: 8px;
		margin-bottom: 24px;
	}
	.p-group__title-logo {
		width: 42px;
		height: auto;
	}
	.p-group__title {
		font-size: 20px;
		letter-spacing: 0.06em;
	}
	.p-group__items {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.p-group__item {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.top-exchanging__body {
	background: url("../assets/images/top-exchanging-img.png") center bottom/contain no-repeat;
	font-family: "Noto Sans JP", sans-serif;
}

html,
body {
	background: #fff;
}

@supports (padding: env(safe-area-inset-top)) {
	body::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: env(safe-area-inset-top);
		background: #fff;
		pointer-events: none;
		z-index: 2147483647;
	}
}

.section-bg--cta img {
	object-position: center top;
}

.fv .fv-top,
.fv .fv-content,
.p-fv__cta,
.p-contact__title--en,
.p-contact__text,
.container {
	position: relative;
	z-index: 1;
}
