@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#archive {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
}

.archiveBg {
	position: absolute;
}

#archiveBg01 {
	top: 7%;
	left: 0;
}

#archiveBg02 {
	bottom: 0;
	right: 0;
}

#archive .inner {
	position: relative;
	z-index: 1;
}

#selectHead {
	margin-bottom: 20px;
}

#selectWrap {
	margin-bottom: 40px;
}

.select {
	width: 100%;
	max-width: 400px;
	padding: 15px 50px 15px 25px;
	color: #333333;
	background: #f3f5f2 url(../../img/news/icon_pulldown.svg) no-repeat right 28px center / 17px;
	border: none;
	border-radius: 5px;
	appearance: none;
	cursor: pointer;
}

.select::-ms-expand {
	display: none;
}

#newsList {
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 70px;
}

.newsListItem {
	padding-block: 30px;
	border-bottom: 1px solid #cdcccc;
}

.newsListItem a {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.newsListImg {
	width: 36.5%;
	flex-shrink: 0;
	aspect-ratio: 170 / 123;
}

.newsListImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.newsListBody {
	flex-grow: 1;
}

.newsListLabel {
	width: fit-content;
	margin-bottom: 5px;
	padding: 4px 10px;
	font-size: 1.3rem;
	font-family: "Zen Maru Gothic", serif;
	color: #ffffff;
	background-color: #868585;
	border-radius: 20px;
}

.newsListDate {
	margin-bottom: 2px;
	display: block;
	font-size: 1.4rem;
}

.newsListTitle {
	font-size: 1.6rem;
}

/* ページャー */
#pager {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

#pager .page-numbers {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	line-height: 1;
	background-color: #f3f5f2;
	border: 1px solid #f3f5f2;
	border-radius: 50%;
}

#pager .page-numbers.prev,
#pager .page-numbers.next {
	background-color: #ffffff;
	background-size: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #ab61a7;
}

#pager .page-numbers.prev {
	background-image: url(../../img/news/icon_prev.svg);
}

#pager .page-numbers.next {
	background-image: url(../../img/news/icon_next.svg);
}

#pager .page-numbers.current {
	color: #ffffff;
	background-color: #ab61a7;
	border-color: #ab61a7;
}

#pager .page-numbers:hover:not(.next,.prev) {
	color: #ffffff;
	background-color: #ab61a7;
	border-color: #ab61a7;
}

#pager .page-numbers.dots {
	width: auto;
	padding-bottom: 10px;
	background-color: transparent;
	border: none;
}

/* 詳細 */
/* ----------------------------------- */
#article {
	padding-top: 200px;
	padding-bottom: 60px;
	position: relative;
	z-index: 1;
}

.articleBg {
	position: absolute;
}

#articleBg01 {
	top: 14%;
	left: 0;
}

#articleBg02 {
	top: 46%;
	right: 0;
}

#articleBg03 {
	top: 68%;
	left: 0;
}

#article .inner {
	position: relative;
	z-index: 1;
}

#articleLabel {
	width: fit-content;
	margin-bottom: 15px;
	padding: 4px 15px;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", serif;
	color: #ffffff;
	background-color: #868585;
	border-radius: 20px;
}

#articleTitle {
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
}

#articleContent {
	padding-bottom: 70px;
}

#articleContent h2 {
	padding: 10px 20px;
	margin: 1em 0 10px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.2;
	color: #ab61a7;
	background: #fbf4fd;
	border-radius: 10px;
}

#articleContent h3 {
	margin: 1em 0 10px;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	line-height: 1.2;
	color: #ab61a7;
}

#articleContent a {
	color: #ab61a7;
}

#articleContent a:hover {
	text-decoration: underline;
}

#articleContent p {
	padding-bottom: 1em;
	line-height: 1.66;
}

#articleContent img {
	margin-bottom: 20px;
	border-radius: 10px;
	max-width: 100%;
}

#articleContent table {
	width: 100%;
	margin-bottom: 20px;
}

#articleContent th {
	padding: 15px;
	border: 1px solid #ccc;
	white-space: nowrap;
}

#articleContent td {
	padding: 15px;
	border: 1px solid #ccc;
}

#articleContent ul {
	padding: 0 0 0 1em;
}

#articleContent li {
	list-style-type: inherit;
}

#articleContent blockquote {
	background: #efefef;
	padding: 20px;
	margin-bottom: 20px;
}

#articleContent blockquote p {
	padding: 0;
}

li::marker {
  color: #ab61a7;
}

#articleContent iframe {
	padding-bottom: 10px;
	max-width: 100%;
}

#articleReturn {
	text-align: center;
}

.faqTit {
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
}

.faqAnswer {
	padding-bottom: 5px;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
}


/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.newsListItem a {
		transition: all 0.3s ease 0s;
	}

	.newsListItem a:hover {
		opacity: 0.7;
	}

	a.page-numbers {
		transition: all 0.3s ease 0s;
	}

	#pager .page-numbers.prev:hover,
	#pager .page-numbers.next:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#archiveBg01 {
		width: 30.732vw;
		top: 4%;
	}

	#archiveBg02 {
		width: 26.829vw;
		bottom: 2%;
	}

	#articleBg01,
	#articleBg02,
	#articleBg03 {
		width: 26.927vw;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#archive {
		padding-top: 80px;
	}

	#newsList {
		column-gap: 40px;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#archive {
		padding-bottom: 0;
	}

	#selectWrap {
		margin-bottom: 20px;
	}

	#selectHead {
		margin-bottom: 10px;
	}

	#newsList {
		margin-bottom: 40px;
		grid-template-columns: auto;
	}

	.newsListItem {
		padding-block: 20px;
	}

	.newsListItem a {
		gap: 15px;
	}

	#pager {
		gap: 10px;
	}

	#pager .page-numbers {
		width: 40px;
		height: 40px;
		font-size: 1.6rem;
	}

	#article {
		padding-top: 100px;
		padding-bottom: 20px;
	}

	#articleLabel {
		font-size: 1.4rem;
	}

	#articleTitle {
		font-size: 2.5rem;
	}

	#articleContent {
		padding-bottom: 40px;
	}

	#articleContent p {
		padding-bottom: 1.5em;
	}
}