@charset "utf-8";

.p-page-content__inner {
	max-width: 1000px;
}

.p-anchor {
	margin-bottom: min(110px, 11rem);
}

.p-anchor ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: min(30px, 3rem) min(40px, 4rem);
}

@media all and (max-width: 576px) {
	.p-anchor ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem 1.6rem;
	}
}

.p-anchor ul li a {
	width: 100%;
	height: 100%;
	min-height: min(60px, 6rem);
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: min(18px, 1.8rem);
	color: #333;
	background-color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 1.35;
	padding: 0.5em 2.5em;
	position: relative;
}

@media all and (max-width: 576px) {
	.p-anchor ul li a {
		min-height: 5rem;
		font-size: 1.4rem;
		padding: 0.5em 2.2em;
	}
}

@media (hover: hover) {
	.p-anchor ul li a:hover {
		color: #fff;
		background-color: #eb8d00;
	}
}

.p-anchor ul li a::after {
	content: '';
	display: block;
	width: 9px;
	aspect-ratio: 1;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #eb8d00;
	margin-left: 0px;
	transform: translate3d(0, -50%, 0) rotate(135deg);
	position: absolute;
	top: 50%;
	right: 1.5em;
}

@media all and (max-width: 576px) {
	.p-anchor ul li a::after {
		width: 8px;
		border-width: 1.6px 1.6px 0 0;
		right: 1.2em;
	}
}

@media (hover: hover) {
	.p-anchor ul li a:hover::after {
		border-color: #fff;
	}
}

.p-block {
	padding-top: min(60px, 6rem);
	margin-top: calc(-1 * min(60px, 6rem));
	margin-bottom: min(120px, 12rem);
}

@media all and (max-width: 576px) {
	.p-block {
		padding-top: 8rem;
		margin-top: -8rem;
		margin-bottom: 7rem;
	}
}

.p-block__title {
	margin: 0 0 min(10px, 1rem);
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: 500;
	font-size: min(28px, 2.8rem);
}

@media all and (max-width: 576px) {
	.p-block__title {
		margin: 0;
		font-size: 2.2rem;
	}
}

.p-block__list dl {
	padding: min(40px, 4rem) 0;
	border-bottom: dotted 1px #d3cfc3;
}

@media all and (max-width: 576px) {
	.p-block__list dl {
		padding: 3rem 0;
	}
}

.p-block__list dl dt {
	font-size: min(20px, 2rem);
	font-weight: 500;
	line-height: 1.8;
	display: flex;
	cursor: pointer;
	position: relative;
	z-index: 0;
	padding-right: min(80px, 8rem);
}

@media all and (max-width: 576px) {
	.p-block__list dl dt {
		font-size: 1.6rem;
		padding-right: 5rem;
	}
}

.p-block__list dl dt::before {
	font-family: 'Poppins', sans-serif;
	content: 'Q';
	color: #eb8d00;
	font-size: min(32px, 3.2rem);
	font-weight: 500;
	line-height: 1;
	display: block;
	margin-right: min(20px, 2rem);
}

@media all and (max-width: 576px) {
	.p-block__list dl dt::before {
		font-size: 3.2rem;
		margin-right: 1rem;
	}
}

.p-block__list dl dt span.toggle {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: min(50px, 5rem);
	aspect-ratio: 1/1;
	cursor: pointer;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}

@media all and (max-width: 576px) {
	.p-block__list dl dt span.toggle {
		width: 3.8rem;
	}
}

@media (hover: hover) {
	.p-block__list dl dt:hover span.toggle {
		background-color: #eb8d00;
	}
}

.p-block__list dl dt.is-show span.toggle {
	background-color: #c2c2c2;
}

.p-block__list dl dt span.toggle::before,
.p-block__list dl dt span.toggle::after {
	position: absolute;
	content: '';
	display: block;
	background-color: #eb8d00;
	left: 50%;
	top: 50%;
	width: min(16px, 1.6rem);
	height: 2px;
	transform: translate3d(-50%, -50%, 0);
	transition: all 0.3s ease-out;
}

@media all and (max-width: 576px) {
	.p-block__list dl dt span.toggle::before,
	.p-block__list dl dt span.toggle::after {
		width: 1.2rem;
	}
}

@media (hover: hover) {
	.p-block__list dl dt:hover span.toggle::before,
	.p-block__list dl dt:hover span.toggle::after {
		background: #fff;
	}
}

.p-block__list dl dt.is-show span.toggle::before,
.p-block__list dl dt.is-show span.toggle::after {
	background: #fff;
}

.p-block__list dl dt span.toggle::before {
	transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.p-block__list dl dt.is-show span.toggle::before {
	transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.p-block__list dl dd {
	margin: min(30px, 3rem) 0 0 min(8px, 0.8rem);
	padding-right: min(80px, 8rem);
	font-size: min(16px, 1.6rem);
	line-height: 2;
	display: none;
}

@media all and (max-width: 576px) {
	.p-block__list dl dd {
		margin: 1rem 0 0 0.5rem;
		padding-right: 4rem;
		font-size: 1.6rem;
	}
}

.p-block__list dl dd > div {
	display: flex;
}

.p-block__list dl dd > div::before {
	content: 'A';
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: min(24px, 2.4rem);
	font-weight: 500;
	line-height: 1;
	display: block;
	margin-right: min(20px, 2rem);
	margin-top: min(3px, 0.3rem);
}

@media all and (max-width: 576px) {
	.p-block__list dl dd > div::before {
		font-size: 2.4rem;
		margin-right: 1.2rem;
		margin-top: 0.3rem;
	}
}
