/*
 *
 * page-faq.scss
 *
 */
/* ------------------------------------------------------------
 pg-faq-lead
------------------------------------------------------------ */
.pg-faq-lead {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.pg-faq-lead {
		padding: 8rem 0 9rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-faq-lead {
		padding: 7.2rem 0 4rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-faq-lead {
		padding: 6.5rem 0 2.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-faq-lead__illust {
		width: 16.9rem;
		top: 2.4rem;
		left: calc( 50% + 28.0rem);
	}
}

@media screen and (max-width: 1023px) {
	.pg-faq-lead__illust {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-faq-lead__illust {
		width: 17.64rem;
		-webkit-transform: translateX(-2.17rem);
		transform: translateX(-2.17rem);
		margin-top: 8rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-faq-lead__illust {
		width: 12.6rem;
		-webkit-transform: translateX(-1.55rem);
		transform: translateX(-1.55rem);
		margin-top: 5.5rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-faq-lead__illust p {
		top: -5.7rem;
		right: -9.6rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-faq-lead__illust p {
		top: -3.9rem;
		right: -6.6rem;
	}
}

/* ------------------------------------------------------------
 pg-faq-item
------------------------------------------------------------ */
.pg-faq-items {
	counter-reset: item;
	border-top: solid 1px rgba(var(--color-white--rgba), 1);
}

@media screen and (min-width: 1024px) {
	.pg-faq-items {
		margin-bottom: 17rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-faq-items {
		margin-bottom: 14.8rem;
	}
}

.pg-faq-item {
	position: relative;
	border-bottom: solid 1px rgba(var(--color-white--rgba), 1);
}

.pg-faq-item::before {
	counter-increment: item;
	content: counter(item, decimal-leading-zero);
	color: var(--color-white);
	font-family: var(--font-Cantarell);
	font-weight: 700;
	position: absolute;
}

@media screen and (min-width: 1024px) {
	.pg-faq-item::before {
		font-size: 1.6rem;
		font-size: max( 1.6rem , 13px );
		top: 3.4rem;
		left: 3.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-faq-item::before {
		font-size: 1.2rem;
		font-size: max( 1.2rem , 11px );
		top: 1.3rem;
		left: 2.1rem;
	}
}

.pg-faq-item__inner {
	position: relative;
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 561px) {
	.pg-faq-item__inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.pg-faq-item__inner__txt {
	flex: 1;
	color: #fff;
}

@media screen and (min-width: 769px) {
	.pg-faq-item__inner__txt {
		display: flex;
		align-items: flex-start;
	}
}

.pg-faq-item__inner__txt::before {
	display: block;
	font-family: var(--font-Cantarell);
	font-weight: 700;
	line-height: 1;
	margin-top: -0.175em;
	margin-bottom: -0.1em;
	margin-left: -0.075em;
}

@media screen and (min-width: 1024px) {
	.pg-faq-item__inner__txt::before {
		font-size: 4rem;
		font-size: max( 4rem , 30px );
		margin-right: 3.6rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-faq-item__inner__txt::before {
		font-size: 3rem;
		font-size: max( 3rem , 24px );
	}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
	.pg-faq-item__inner__txt::before {
		margin-right: 2.5rem;
	}
}

@media screen and (max-width: 768px) {
	.pg-faq-item__inner__txt::before {
		padding-left: 0.2rem;
		margin-bottom: 1.5rem;
	}
}

/* ---------- pg-faq-item__question ---------- */
@media screen and (min-width: 1024px) {
	.pg-faq-item__question .pg-faq-item__inner {
		padding: 4.8rem 3.9rem 5.2rem 8.4rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-faq-item__question .pg-faq-item__inner {
		padding: 4.2rem 4rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-faq-item__question .pg-faq-item__inner {
		padding: 2.8rem 3.9rem 3.8rem 4.2rem;
	}
}

.is-open .pg-faq-item__question .pg-faq-item__inner::after {
	opacity: 0 !important;
}

.pg-faq-item__question .pg-faq-item__inner__txt {
	font-weight: 700;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	line-height: calc( var(--line-height) * 1em);
	--line-height: calc( 32 / 16 );
}

@media screen and (min-width: 1024px) {
	.pg-faq-item__question .pg-faq-item__inner__txt {
		font-size: 2.3rem;
		font-size: max( 2.3rem , 18px );
		letter-spacing: calc( 100 / 1000 * 1em);
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-faq-item__question .pg-faq-item__inner__txt {
		font-size: 2rem;
		font-size: max( 2rem , 16px );
	}
}

@media screen and (max-width: 560px) {
	.pg-faq-item__question .pg-faq-item__inner__txt {
		font-size: 1.6rem;
		font-size: max( 1.6rem , 13px );
		letter-spacing: calc( 30 / 1000 * 1em);
	}
}

.pg-faq-item__question .pg-faq-item__inner__txt::before {
	content: 'Q';
	color: var(--color-white);
}

@media screen and (min-width: 769px) {
	.pg-faq-item__question .pg-faq-item__inner__txt span {
		padding-top: 0.2rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-faq-item__question__plus {
		margin-top: 0.6rem;
		margin-left: 8.3rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
	.pg-faq-item__question__plus {
		margin-top: 0.3rem;
		margin-left: 6rem;
	}
}

@media screen and (max-width: 768px) {
	.pg-faq-item__question__plus {
		position: absolute;
		top: 3.5rem;
		right: 1.8rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-faq-item__question__plus {
		top: 3rem;
	}
}

/* ---------- pg-faq-item__answer ---------- */
@media screen and (min-width: 1024px) {
	.pg-faq-item__answer {
		-webkit-transform: translateY(-0.4rem);
		transform: translateY(-0.4rem);
	}
}

@media screen and (min-width: 1024px) {
	.pg-faq-item__answer .pg-faq-item__inner {
		padding: 0 13.8rem 6rem 8.4rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-faq-item__answer .pg-faq-item__inner {
		padding: 0 3.9rem 6.8rem 4.2rem;
	}
}

.pg-faq-item__answer .pg-faq-item__inner__txt::before {
	content: 'A';
	color: var(--color-blue2);
	padding-right: 0.15em;
}

@media screen and (min-width: 1024px) {
	.pg-faq-item__answer .pg-faq-item__inner__txt span {
		padding-top: 0.3rem;
	}
}

/* ----- pg-faq-item__inner__img-1 ----- */
@media screen and (min-width: 1024px) {
	.pg-faq-item__inner__img-1 {
		width: 9.8rem;
	}
}
