@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* archive newsページ
/* -------------------------------------------------- */
.archiveNewsListLink::after {
	width: 25px;
	height: 9px;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: url(../../img/common/icon_arrow_primary.svg) center center/contain no-repeat;
	position: absolute;
}
/*----------------------------------
    COMMON
-----------------------------------*/
.newsInner {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.newsContent {
	margin-top: 60px;
	padding-bottom: 128px;
}

#newsBackBtn .moreBtnPrimary .moreBtnText {
	padding-left: 0;
	text-align: center;
}

/*----------------------------------
    archive news
-----------------------------------*/
#singleNews,
#archiveNews {
	border-bottom: 1px solid #067fab;
}

.archiveNewsCategory ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	overflow: hidden;
}

.archiveNewsCategory ul a {
	overflow: hidden;
	min-width: 140px;
	height: 60px;
	font-size: 2rem;
	border-radius: 50px;
	color: #007ac1;
	background: #d9ebf6;
	display: grid;
	place-content: center;
	transition: all 0.3s ease;
}

.archiveNewsCategory ul a:hover {
	background: #007ac1;
	color: #FFFFFF;
	overflow: hidden;
}

.archiveNewsCategory ul .archiveNewsCategoryLinkActive {
	min-width: 140px;
	height: 60px;
	font-size: 2rem;
	border-radius: 30px;
	background: #007ac1;
	display: grid;
	place-content: center;
	color: #FFFFFF;
	pointer-events: none;
	overflow: hidden;
}

#archiveNewsList {
	margin-top: 35px;
}

#archiveNewsList ul {
	gap: 38px;
	display: grid;
	grid-template-columns: 1fr;
}

.archiveNewsListLink {
	width: 100%;
	min-height: 96px;
	gap: 28px;
	padding-left: 36px;
	padding-right: 72px;
	display: flex;
	align-items: center;
	background: #f4f8fa;
	position: relative;
	transition: all .3s ease;
}

.archiveNewsListLink:hover {
	opacity: .7;
}

.archiveNewsListInfo {
	gap: 17px;
	display: flex;
	align-items: center;
}

.archiveNewsListTag {
	padding: 10px 16px;
	border-radius: 30px;
	line-height: 1;
	border: 1px solid #007ac1;
	color: #007ac1;
	display: block;
	background: #FFFFFF;
}

.archiveNewsListDate {
	font-size: 1.6rem;
}

.archiveNewsListTtl {
	font-size: 1.8rem;
	font-weight: bold;
}

/*----------------------------------
    single-news
-----------------------------------*/
.singleNewsContent {
	margin-top: 36px;
	margin-bottom: 60px;
	padding: 50px 44px 90px;
	background: #f4f8fa;
}

.singleNewsContent .singleNewsTtl {
	margin-top: 35px;
	margin-bottom: 36px;
	font-size: 2.4rem;
	font-weight: bold;
}

.singleNewsContent .singleNewsContentText {
	margin-bottom: 50px;
}

.singleNewsContent .singleNewsContentText p {
	font-size: 1.8rem;
	line-height: 2;
}

.singleNewsContent .singleNewsContentTextImage {
	width: 500px;
	max-width: 100%;
}

#newsBackBtn {
	margin: 0 auto;
	text-align: center;
}

#newsBackBtn a {
	margin: 0 auto;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.newsInner {
		padding: 0 4%;
	}

	#archiveNewsList ul {
		gap: 24px;
	}

	#archiveNewsList ul li .archiveNewsListTag {
		padding: 6px 15px;
		font-size: 1.2rem;
	}

	#archiveNewsList ul li p {
		font-size: 1.5rem;
	}

	.archiveNewsCategory ul .archiveNewsCategoryLinkActive,
	.archiveNewsCategory ul a {
		min-width: 120px;
		height: 50px;
		font-size: 1.6rem;
	}

	.archiveNewsListInfo {
		padding-bottom: 14px;
	}

	.archiveNewsListInfo .archiveNewsListTag {
		padding: 6px 15px;
		border-radius: 18px;
		font-size: 1.6rem;
	}

	.archiveNewsListInfo .archiveNewsListDate {
		font-size: 1.2rem;
	}

	.archiveNewsListInfo .archiveNewsListTtl {
		padding-top: 14px;
		font-size: 1.5rem;
	}

	.archiveNewsListLink {
		padding: 14px;
		min-height: inherit;
		display: block;
	}

	.singleNewsContent {
		padding: 32px 6%;
	}

	.singleNewsContent .singleNewsTtl {
		font-size: 1.5rem;
		font-weight: bold;
	}

	.singleNewsContent .singleNewsContentText p {
		font-size: 1.6rem;
		line-height: 1.6;
	}

	.archiveNewsListTag {
		font-size: 1.2rem;
	}

	.archiveNewsListInfo {
		gap: 10px;
	}
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.newsContent {
		margin-top: 40px;
		padding-bottom: 60px;
	}

	.archiveNewsCategory ul {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.archiveNewsCategory ul li {
		min-width: 90px;
		font-size: 1.5rem;
	}

	.archiveNewsCategory ul li:hover {
		color: #007ac1;
	}

	.archiveNewsCategory ul .archiveNewsCategoryLinkActive,
	.archiveNewsCategory ul a {
		min-width: 100px;
		height: 40px;
		font-size: 1.6rem;
	}

	/* -------------------------------------------------- */
	/* archiveNewsページ
	/* -------------------------------------------------- */
	.archiveNewsListLink::after {
		right: 12px;
		top: 28%;
		transform: translateY(-50%);
		content: "";
		background: url(../../img/common/icon_arrow_primary.svg) center center/contain no-repeat;
		position: absolute;
	}
}