@charset "UTF-8";

.archive {
	padding: 100px 0;
}

.archive_wrap {
}

.archive_hd {
	margin-bottom: 45px;
}

.archive_hd dl {
	display: flex;
	align-items: center;
	gap: 15px;
}

.archive_hd dl dt {
}

.archive_hd dl dd {
	display: flex;
	align-items: center;
	gap: 7px;
}

.archive_hd dl dd a {
	display: flex;
	align-items: center;
	height: 33px;
	padding: 0 10px;
	border-radius: 7px;
	background: #faed00;
}

.archive_cnt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 40px;
}

.archive_article {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	gap: 37px;
	padding: 45px 25px 18px 32px;
	border-radius: 40px;
	background: #f8f8f0;
}

.archive_article_ttl {
	font-size: 20px;
}

.archive_article_btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.archive_article_btm time {
	color: #acacac;
	font-size: 15px;
}

.archive_article_btm_arrow {
	display: flex;
	position: relative;
	width: 30px;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
	background: var(--blue);
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 1;
	font-family: "icomoon" !important;
	text-transform: none;
	aspect-ratio: 1;

	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.archive_article_btm_arrow::before,
.archive_article_btm_arrow::after {
	content: "\e902";
	position: absolute;
	right: 50%;
	bottom: 50%;
	color: var(--white);
	animation-duration: 0.4s;
	animation-fill-mode: forwards;
}

.archive_article_btm_arrow::after {
	transform: translate(50%, 50%);
}

.archive_article_btm_arrow::before {
	transform: translate(-500%, 50%);
}

.archive_article:hover .archive_article_btm_arrow::after {
	animation-name: transformLeftRight;
}

.archive_article:hover .archive_article_btm_arrow::before {
	animation-name: transformRightLeft;
	animation-delay: 0s;
}

@keyframes transformLeftRight {
	0% {
		transform: translate(50%, 50%);
	}

	100% {
		transform: translate(550%, 50%);
	}
}

@keyframes transformRightLeft {
	0% {
		transform: translate(-500%, 50%);
	}

	100% {
		transform: translate(50%, 50%);
	}
}

.cmnft_inner {
	background: linear-gradient(to bottom, var(--white) 0, var(--white) 250px, transparent 250px, transparent 100%);
}

.single_wrap {
	padding: 250px 100px 150px;
}

.singlehd {
	padding: 0 50px 35px;
}

.singlehd time {
	color: #acacac;
	font-size: 15px;
}

.singlehd_ttl {
	margin-bottom: 10px;
	font-size: 28px;
}

.singlehd_cat {
}

.singlehd_cat span {
	display: flex;
	align-items: center;
	width: fit-content;
	height: 33px;
	padding: 0 10px;
	border-radius: 7px;
	background: #faed00;
}

.cnt {
	min-height: 30dvh;
	margin-bottom: 35px;
	padding: 35px 50px;
	border-top: #efefcb 2px solid;
	border-bottom: #efefcb 2px solid;
}

.sngleft {
}

.sngleft_btm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.links_btm_arrow {
	display: flex;
	align-items: center;
	gap: 8px;
}

.links_btm_arrow .icon-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: auto;
	border-radius: 50%;
	background: var(--blue);
	color: #ffffff;
	font-size: 10px;
	aspect-ratio: 1;
}

.links_btm_arrow.links_btm_prev .icon-arrow {
	transform: rotate(180deg);
}

.sngleft_btm_archive {
}

.hovact {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.archive {
	}

	.archive_wrap {
	}

	.archive_hd {
	}

	.archive_hd dl {
	}

	.archive_hd dl dt {
	}

	.archive_hd dl dd {
	}

	.archive_hd dl dd a {
	}

	.archive_cnt {
	}

	.archive_article {
	}

	.archive_article_ttl {
	}

	.archive_article_btm {
	}

	.archive_article_btm time {
	}

	.archive_article_btm_arrow {
	}

	.archive_article_btm_arrow::before,
	.archive_article_btm_arrow::after {
	}

	.archive_article_btm_arrow::after {
	}

	.archive_article_btm_arrow::before {
	}

	.archive_article:hover .archive_article_btm_arrow::after {
	}

	.archive_article:hover .archive_article_btm_arrow::before {
	}

	.cmnft_inner {
	}

	.single_wrap {
		padding: 150px 0 60px;
	}

	.singlehd {
		padding: 0 15px 15px;
	}

	.singlehd_ttl {
	}

	.singlehd_cat {
	}

	.cnt {
		min-height: 20dvh;
		padding: 15px;
	}

	.sngleft {
	}

	.sngleft_btm {
	}

	.links_btm_arrow {
	}

	.links_btm_arrow .icon-arrow {
	}

	.links_btm_arrow.links_btm_prev .icon-arrow {
	}

	.sngleft_btm_archive {
	}

	.hovact {
	}
}
