@charset "UTF-8";

/* p-news-content */
.p-news-content {
	padding-inline: 13.3rem;
	margin-bottom: 9.5rem;
}
.p-news-content .head {
	font-size: 2.8rem;
	line-height: 6rem;
	letter-spacing: .1em;
	margin-bottom: 6rem;
	transition: 1s all ease-in-out;
}
.p-news-content .head:not(.is-complete) {
	translate: 0 4rem;
	opacity: 0;
}
@media screen and (max-width: 768px) {
	.p-news-content {
		padding-inline: 2.8rem;
		margin-bottom: 4.6rem;
	}
	.p-news-content .head {
		font-size: 2.5rem;
		line-height: 2;
		margin-bottom: 5rem;
	}
}

/* p-news__list */
.p-news__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem 3.7rem;
	margin-bottom: 8rem;
}
.p-news__article {
	width: 33.7rem;
	transition: 1s all ease-in-out;
}
.p-news__article:not(.is-complete) {
	translate: 0 4rem;
	opacity: 0;
}
.p-news__article .img {
	margin-bottom: 2rem;
	position: relative;
	aspect-ratio: 337 / 241.68;
}
.p-news__article .img::before {
	content: "";
	position: absolute;
	inset: auto 0 0 auto;
	display: block;
	background: url(../img/index/news_arrow.svg) no-repeat center center / contain;
	z-index: 2;
	width: 6.1rem;
	height: 6.1rem;
}
.p-news__article .img .mask {
	display: block;
	mask-image: url(../img/index/news_img_mask.svg);
	mask-size: contain;
}
.p-news__article .img .mask img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.p-news__article .time {
	display: block;
	margin-bottom: 1rem;
	font-family: var(--Figtree);
	font-size: 1.3rem;
	font-weight: 700;
	color: #b2b2b2;
}
.p-news__article .txt {
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.p-news__list {
		justify-content: center;
		gap: 4rem 0;
		margin-bottom: 6rem;
	}
	.p-news__article {
		width: 23.7rem;
	}
	.p-news__article .img {
		margin-bottom: 1.5rem;
	}
	.p-news__article .img::before {
		width: 3.9rem;
		height: 3.9rem;
	}
}

/* p-news-pagination */
.p-news-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 5rem;
}
.p-news-pagination ul li a {
	font-size: 1.8rem;
	font-family: var(--ChakraPetch);
}
.p-news-pagination ul li:not(.is-active) a {
	color: #A8A8BF;
}
.p-news-pagination ul li a:hover {
	color: var(--text);
	opacity: 1;
}
.p-news-pagination ul li:first-of-type a:hover,
.p-news-pagination ul li:last-of-type a:hover {
	opacity: .5;
}
.p-news-pagination ul li img{
	width: 1.4rem;
}
.p-news-pagination ul li:last-of-type img{
	transform: scale(-1);
}
@media screen and (max-width: 768px) {
	.p-news-pagination ul {
		column-gap: 3rem;
	}
	.p-news-pagination ul li a {
		font-size: 1.6rem;
	}
	.p-news-pagination ul li img{
		width: 1.4rem;
	}
}

.p-news-detail .js-anim {
	transition: .6s all ease-in-out;
}
.p-news-detail .js-anim:not(.is-complete) {
	translate: 0 4rem;
	opacity: 0;
}

.p-news-detail .c-pagetitle .c-pagetitle__ttl {
	font-size: 3.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 5.5rem;
	margin-bottom: 1rem;
}
.p-news-detail .c-pagetitle .c-pagetitle__ttl::before,
.p-news-detail .c-pagetitle .c-pagetitle__ttl::after {
	display: none;
}
.p-news-detail .c-pagetitle__ttl .jp {
	display: inline-flex;
	align-items: center;
	gap: 1.05rem;
}
.p-news-detail .c-pagetitle__ttl .jp img {
	width: 3.75rem;
	height: auto;
}
.p-news-detail .c-pagetitle .time {
	display: inline-block;
	font-family: var(--Figtree);
	font-size: 1.3rem;
	font-weight: 700;
	color: #B2B2B2;
	margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
	.p-news-detail .c-pagetitle .c-pagetitle__ttl {
		font-size: 3rem;
		line-height: 4rem;
		margin-bottom: 1rem;
	}
	.p-news-detail .c-pagetitle .c-pagetitle__breadcrumb__list {
		flex-wrap: nowrap;
		overflow-x: auto;
		width: 100%;
	}
	.p-news-detail .c-pagetitle .c-pagetitle__breadcrumb__list li {
		white-space: nowrap;
		flex-shrink: 0;
	}
	.p-news-detail .c-pagetitle__ttl .jp img {
		width: 2.75rem;
	}
	.p-news-detail .c-pagetitle .time {
		margin-bottom: 6rem;
	}
}


/* p-news-detail__content */
.p-news-detail__content {
	max-width: 91.4rem;
	margin-inline: auto;
}
.p-news-detail__content h2 {
	color: #2F2F2F;
	font-size: 2.8rem;
	line-height: 4rem;
	font-weight: 700;
	letter-spacing: .07em;
	margin-bottom: 6rem;
}
.p-news-detail__content h3 {
	margin-top: 4rem;
	color: #070203;
	font-size: 2.4rem;
	line-height: 3.5rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.p-news-detail__content h4 {
	margin-top: 4rem;
	color: #070203;
	font-size: 2rem;
	line-height: 2.9rem;
	font-weight: 700;
	letter-spacing: .05em;
}
.p-news-detail__content h4 + p {
	margin-top: 3rem;
}
.p-news-detail__content p {
	margin-top: 8rem;
	color: #070203;
	font-size: 1.4rem;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .05em;
}
.p-news-detail__content p .txt-red {
	font-weight: 700;
	color: #FF0015;
}
.p-news-detail__content p .line-red {
  background: linear-gradient(transparent calc(100% - 0.8rem), #F7C6C6 calc(100% - 0.8rem));
}
.p-news-detail__content .txt-note {
	border: .2rem solid #A8A8BF;
	padding: 3rem;
}
.p-news-detail__content a {
	text-decoration: underline;
}
.p-news-detail__content ul {
	margin-top: 11rem;
}
.p-news-detail__content ul + ul {
	margin-top: 3rem;
}
.p-news-detail__content ul li + li,
.p-news-detail__content ol li + li {
	margin-top: 1.5rem;
}

.p-news-detail__content ul li {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.p-news-detail__content ul li::before {
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: currentColor;
	position: absolute;
	top: 0.65em;
	left: 0;
}
.p-news-detail__content ul.ul-red li::before {
	color: #FF0015;
}
.p-news-detail__content ul.ul-gray li::before {
	color: #87879F;
}
.p-news-detail__content ul.ul-check li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	padding-left: 0;
}
.p-news-detail__content ul.ul-check li::before {
	content: "";
	flex-shrink: 0;
	position: static;
	margin-top: calc((2rem - (1.8rem + 0.1rem)) / 2);
	box-sizing: content-box;
	width: 1.8rem;
	height: 1.8rem;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1.5 5.2 L3.8 7.5 L8.5 2.5' stroke='%23FF0015' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 58%;
	border-radius: 50%;
	border: 0.05rem solid #070203;
}
.p-news-detail__content ol {
	margin-top: 11.5rem;
	list-style: none;
	padding: 0;
	counter-reset: ol-item;
}
.p-news-detail__content ol + ol,
.p-news-detail__content ol + ul {
	margin-top: 7.1rem;
}
.p-news-detail__content ol li {
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	counter-increment: ol-item;
	font-size: 1.4rem;
	line-height: 1.71;
	font-weight: 500;
	letter-spacing: .05em;
}
.p-news-detail__content ol li::before {
	font-family: var(--Outfit);
	font-weight: 500;
	content: counter(ol-item);
	flex-shrink: 0;
	margin-top: calc((1.4rem * 1.71 - (1.8rem + 0.2rem)) / 2);
	box-sizing: content-box;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 0.1rem solid currentColor;
	font-size: 1rem;
	line-height: 1;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-news-detail__content ol.ol-red li::before,
.p-news-detail__content .number-red {
	background-color: #FF0015;
}
.p-news-detail__content ol.ol-gray li::before,
.p-news-detail__content .number-gray {
	background-color: #87879F;
}
.p-news-detail__content .number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	border: 0.1rem solid currentColor;
	font-size: 1rem;
	line-height: 1;
	color: #FFFFFF;
}
.p-news-detail__content ol li .number {
	margin-top: calc((1.4rem * 1.71 - (1.8rem + 0.2rem)) / 2);
}

@media screen and (max-width: 768px) {
	.p-news-detail__content {
		padding-inline: 2.8rem;
		padding-bottom: 3.5rem;
	}
	.p-news-detail__content h2 {
		font-size: 2.5rem;
		line-height: 3.5rem;
		margin-bottom: 5rem;
	}
	.p-news-detail__content h3 {
		margin-top: 3rem;
		font-size: 2.1rem;
		line-height: 3rem;
	}
	.p-news-detail__content h4 {
		margin-top: 3rem;
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
	.p-news-detail__content p {
		margin-top: 6rem;
		font-size: 1.5rem;
		line-height: 2.8;
	}
	.p-news-detail__content .txt-note {
		padding: 2rem;
	}
	.p-news-detail__content ul {
		margin-top: 6rem;
	}
	.p-news-detail__content ul + ul {
		margin-top: 4rem;
	}
	.p-news-detail__content ul li,
	.p-news-detail__content ol li {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.p-news-detail__content ul li::before {
		top: 0.75em;
	}
	.p-news-detail__content ol li::before,
	.p-news-detail__content ol li .number {
		margin-top: calc((2.5rem - (1.8rem + 0.2rem)) / 2);
	}
	.p-news-detail__content ul.ul-check li::before {
		margin-top: calc((2.5rem - (1.8rem + 0.1rem)) / 2);
	}
	.p-news-detail__content ul li + li,
	.p-news-detail__content ol li + li {
		margin-top: 0.8rem;
	}
	.p-news-detail__content ol {
		margin-top: 6rem;
	}
	.p-news-detail__content ol + ol,
	.p-news-detail__content ol + ul {
		margin-top: 4rem;
	}
}