.works_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	padding: 0;
}

.works_list li::before {
	display: none;
}

.works_list li {
	display: grid;
	list-style-type: none;
}

@media screen and (min-width: 768px) {
	.works_list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 1200px) {
	.works_list {
		grid-template-columns: repeat(4, 1fr);
	}
}

.list_news_wrapper {
	animation: tabfadeOut 0.5s forwards;
	display: grid;
	display: none;
	opacity: 0;
}

.list_news_wrapper.active {
	animation: tabfadeIn 0.8s forwards;
	display: grid;
	opacity: 1;
}

@keyframes tabfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		display: grid;
		opacity: 1;
	}
}
@keyframes tabfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		display: none;
		opacity: 0;
	}
}

.list_news li::before {
	display: none;
}
.list_news {
	display: grid;
	margin: 0;
	padding: 0;
}
.list_news li {
	border-bottom: 1px dashed var(--gray);
	list-style-type: none;
}
.list_news_head {
	align-items: center;
	column-gap: 10px;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: start;
}
.list_news a {
	display: grid;
	padding-bottom: 1.5625rem;
	padding-top: clamp(0.9375rem, 0.6851rem + 1.0277vw, 1.5625rem);
	text-decoration: none;
}
.list_news time {
	color: var(--gray);
	font-family: var(--font-point);
	font-size: 0.875rem;
	line-height: 1.5rem;
}
.list_news em {
	font-style: normal;
}
.list_news_title {
	color: var(--text);
	font-size: clamp(0.9375rem, 0.9123rem + 0.1028vw, 1rem);
	font-weight: 600;
	line-height: 1.875rem;
	line-height: clamp(1.625rem, 1.5998rem + 0.1028vw, 1.6875rem);
	transition: 0.3s;
}
.list_news_txt {
	color: var(--text);
	font-size: clamp(0.8125rem, 0.7873rem + 0.1028vw, 0.875rem);
	line-height: clamp(1.4375rem, 1.4123rem + 0.1028vw, 1.5rem);
}
.list_news_img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	position: relative;
}
.list_news_img img {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	transition: 0.3s;
	width: 100%;
}
.list_news li a:hover .list_news_img img {
	opacity: 1;
	transform: scale(1.1);
	transition: 0.3s;
}
.list_news_cat {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}
.list_news_cat span {
	border: 1px solid var(--gray);
	color: var(--orange);
	font-size: 0.6875rem;
	line-height: 1rem;
	padding: 0 8px;
	transition: 0.3s;
}
.list_news a:hover .list_news_title {
	color: var(--orange);
	transition: 0.3s;
}
.list_news li a:hover .list_news_cat span {
	border: 1px solid var(--orange);
	transition: 0.3s;
}

/* @media screen and (min-width: 768px) {
	.list_news {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.list_news {
		grid-template-columns: repeat(4, 1fr);
	}
} */

.select_list {
	color: var(--key);
	display: grid;
	font-size: clamp(0.75rem, 0.6995rem + 0.2055vw, 0.875rem);
	justify-items: center;
	line-height: clamp(1.25rem, 1.149rem + 0.4111vw, 1.5rem);
	margin: 0;
	margin-bottom: clamp(2.5rem, 2.3738rem + 0.5139vw, 2.8125rem);
	padding: 0;
	padding-bottom: 30px;
	position: relative;
	row-gap: 5px;
}

.select_list::after {
	background: var(--key);
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 146px;
}

.block_search + .select_list {
	margin-top: 25px;
}

@media screen and (min-width: 1200px) {
	.select_list {
		display: flex;
		gap: 15px;
		justify-content: center;
	}
}

.select_list .select_list_child {
	font-size: clamp(0.75rem, 0.6995rem + 0.2055vw, 0.875rem);
	font-weight: 300;
	line-height: clamp(1.25rem, 1.149rem + 0.4111vw, 1.5rem);
	margin: 0;
	padding: 0;
}

.select_list li {
	list-style-type: none;
}

.select_list li::before {
	display: none;
}

.select_list > li {
	display: flex;
	font-weight: 600;
}

.select_list_child {
	display: flex;
	flex-flow: row wrap;
	font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", YuMincho,
		"MS PMincho", "Times New Roman", serif;
}

.select_list_child a {
	color: var(--key);
	padding: 0 12px;
	position: relative;
	text-decoration: none;
}

.select_list_child a::before {
	background: var(--unnamed-color-999999);
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	transform: translateX(-50%) rotate(35deg);
	width: 1px;
}

.select_list_child li:last-child a::before {
	display: none;
}

.select_list_child a::after {
	background-image: linear-gradient(90deg, var(--key), var(--key));
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 0 1px;
	bottom: 0;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: background-size 0.3s;
	width: calc(100% - 24px);
}

.select_list_child a:hover::after {
	background-position: bottom left;
	background-size: 100% 1px;
}

.select_list li.active a {
	color: var(--unnamed-color-999999);
}

.select_list li.active a::before {
	background: var(--key);
	content: "";
	height: 4px;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: -10px;
	transform: translateX(-50%);
	transition: 0.3s;
	width: calc(100% - 24px);
}
.contents_inner_deco .list_works,
.list_works {
	display: grid;
	gap: 10px clamp(0.5rem, 0.4495rem + 0.2055vw, 0.625rem);
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	padding: 0;
}
.contents_inner_deco .list_works li,
.list_works li {
	margin: 0;
}
.list_works li::before {
	display: none;
}
.list_works li:not(:has(a)),
.list_works li a {
	align-content: center;
	background: var(--white);
	border: 1px solid var(--orange);
	border-radius: 999px;
	color: var(--text);
	display: grid;
	display: grid;
	font-size: clamp(0.6875rem, 0.5865rem + 0.4111vw, 0.9375rem);
	font-weight: 600;
	justify-content: center;
	line-height: clamp(0.8rem, 0.2695rem + 0.8556vw, 1rem);
	min-height: 40px;
	padding: 7px 0;
	text-decoration: none;
}

@media screen and (min-width: 1200px) {
	.contents_inner_deco .list_works,
	.list_works {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}
