@charset "UTF-8";

figure.news-content_wrap {
	display: flex;
	font-weight: bold;
	flex-direction: row-reverse;
	align-items: center;
}

li.news-list-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

figure.news-content_wrap img {
	width: 100%;
	height: 100%;

	object-fit: cover;
}

li.news-list-item {
	width: 100%;
	justify-content: space-between;
}

figure.news-content_wrap {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

figcaption.news-content_text {
	width: 80.07%;
}

ul.pagenation {
	display: flex;
	justify-content: center;
}

input.input_hidden {
	display: none;
}

.search-flex_container {
	display: flex;
	justify-content: flex-end;
}

.archive-news_container {
	max-width: 1000px;
	width: 78.125%;
	margin: 0 auto;
}

main {
	padding-bottom: 100px;
	font-size: clamp(0px,1.328vw,17px);
}

li.news-list-item {
	margin-top: 0.617em;
	padding-bottom: 0.588em;
	border-bottom: 1px solid;
}

li.news-list-item:last-child {
	margin-bottom: unset;
}

ul.pagenation li {
	display: flex;
	width: 2.41em;
	height: 2.41em;
	margin-right: 0.032em;
	margin-left: 0.032em;
	font-size: 1.117em;
	justify-content: center;
	align-items: center;
}

div.taxonomy {
	max-width: 70px;
	width: 5.058em;
	margin-right: 2.058em;
	margin-left: 1.117em;
}

a:has(img.news-img) {
	height: 6.647em;

	aspect-ratio: 1.33;
}

.title_container a {
	display: inline-block;
	pointer-events: none;
}

.title_container h2 {
	display: flex;
	flex-direction: column;
}

h2 span {
	width: fit-content;
	pointer-events: all;
}

span.title-en {
	color: #142b8b;
}

.title-en {
	font-weight: 300;
	font-size: 1.058em;
	line-height: calc(24/18);
}

.title-ja {
	font-weight: bold;
	font-size: 1.882em;
	line-height: calc(48/32);
}

span.taxonomy {
	display: flex;
	width: 100%;
	min-height: 1.785em;
	height: auto;
	margin-right: 3.5%;
	border: 1px solid #707070;
	font-size: 0.823em;
	line-height: 1;
	justify-content: center;
	align-content: center;
	align-items: center;
}

main {
	color: #26221e;
}

ul.pagenation li:not(.active) a {
	color: #142b8b;
	font-weight: 500;
}

li.active {
	background-color: #142b8b;
	color: white;
	font-weight: 500;
}

li.news-list-item {
	margin-top: 0.617em;
	padding-bottom: 0.588em;
	border-bottom: 0.5px solid #26221e;
}

ul.news-list {
	margin-bottom: 3.235em;
}

.search-flex_container {
	margin-bottom: 1.64em;
}

span.info-title {
	display: flex;
	width: 81.084%;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}

figcaption.news-content_text {
	display: flex;
	flex-direction: row;
	align-items: center;
}

span.date {
	margin-right: 1.647em;
}

span.info-title a {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
	pointer-events: none;
}

span.info-title a span {
	display: -webkit-inline-box;
	overflow: hidden;
	max-width: 24em;
	-webkit-box-orient: vertical;
	pointer-events: all;

	line-clamp: 1;
	-webkit-line-clamp: 1;
}

/*span.info-title a:after {
	position: absolute;
	right: 0;
	max-width: 21px;
	width: 1.4705em;
	max-height: 21px;
	height: 1.4705em;
	background-image: url(../images/archive-news-allows.png);
	background-size: contain;
	content: "";
	pointer-events: all;

	image-rendering: -webkit-optimize-contrast;
}*/
span.info-title a i {
	display: flex;
	position: absolute;
	right: 0;
	width: 20px;
	padding-left: 1.5px;
	border: 1px solid #26221e;
	border-radius: 100%;
	font-size: 11px;
	justify-content: center;
	align-items: center;

	aspect-ratio: 1/1;
}

ul.pagenation li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 2.41;
	vertical-align: middle;
	text-align: center;
}

ul.pagenation li {
	position: relative;
	line-height: 1;
}

ul.pagenation li.pre span , ul.pagenation li.next span {
	display: inline-block;
	width: 0.57em;
	height: 0.57em;
	border-right: 2px solid #142b8b;
	border-bottom: 2px solid #142b8b;
}

ul.pagenation li.pre span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-25%,-50%) rotate(135deg);
}

ul.pagenation li.next span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%,-50%) rotate(-45deg);
}

ul.pagenation li:hover {
	background-color: #142b8b;
}

ul.pagenation li:hover a , ul.pagenation li:hover span {
	border-color: white;
	color: white;
}

ul.pagenation li:not(.active) , ul.pagenation li:not(.active) a {
	transition: background 0.3s ease,color 0.3s ease;
}
ul.pagenation li:not(.active) span {
	transition: border-color 0.3s ease;
}

ul.pagenation li > span:has(a) {
	width: inherit;
	height: inherit;
}

div.search-flex_container > div:has(select.select_js) {
	position: relative;
}

div.search-flex_container > div:has(select.select_js) * {
	transition: color 0.3s ease, background 0.3s ease;
}

div.search-flex_container > div:has(select.select_js):hover * {
	background-color: #26221e;
	color: white;
}

div.search-flex_container > div:has(select.select_js):before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0.941em;
	transform: translateX(-100%) rotate(45deg) translateY(-100%);
	width: 0.883em;
	height: 0.883em;
	border-color: #26221e;
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: "";
	pointer-events: none;
	transition: all 0.3s ease;
}

div.search-flex_container div:has(select.select_js):hover:before {
	border-color: white;
}

select , option {
	color: #26221e;
	font-weight: bold;
}

select {
	cursor: pointer;
}

select {
	z-index: -1;
	width: 9em;
	height: 3em;
	padding: 0 0 0 1em;
	border: solid 2px #26221e;
	box-shadow: 5px 5px #142b8b;
	font-size: 0.941em;
}

.input_wrapper_category {
	margin-right: 27px;
}

select:focus {
	border-width: 2px;
	border-color: unset;
	border-radius: unset;
}



@media screen and (max-width:767px) {
	main {
		font-size: 18px;
		/* font-size: clamp(18px,4.8vw,27px); */
	}
	li.news-list-item {
		display: inline-block;
		width: unset;
	}

	.archive-news_container {
		width: 100%;
	}

	.title_container {
		margin-right: 20px;
		margin-left: 20px;
	}

	.search-flex_container {
		margin-right: 20px;
		margin-left: 20px;
	}

	ul.news-list {
		display: flex;
		min-width: 350px;
		width: calc(100vw - 25px);
		flex-wrap: wrap;
		justify-content: space-between;
	}

	figure.news-content_wrap {
		display: flex;
		width: 160px;
		flex-direction: column;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	}

	figcaption.news-content_text {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	a:has(img.news-img) {
		width: unset;
		/* height: unset; */
	}

	figure.news-content_wrap img {
		width: 160px;
	}

	figcaption.news-content_text {
		width: 100%;
	}

	div.taxonomy {
		max-width: unset;
		width: 6.919em;
		margin-right: unset;
		margin-left: unset;
		font-size: 0.777em;
	}

	span.taxonomy {
		height: 1.5em;
		font-size: 1em;
	}

	span.date {
		margin-right: unset;
		color: #2c3538;
		font-weight: 400;
		font-size: 0.777em;
	}

	span.info-title a:after {
		content: unset;
	}
	span.info-title a i {
		display: none;
	}

	figure.news-content_wrap {
		margin-right: 7.5px;
		margin-left: 7.5px;
	}

	.news-list-wrapper {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	li.news-list-item:last-child {
		margin-bottom: 1.627em;
	}

	li.news-list-item {
		margin-top: unset;
		margin-bottom: 1.627em;
		padding: unset;
		border: unset;
	}

	span.taxonomy {
		margin-bottom: 0.31em;
	}


	div.taxonomy {
		margin-top: 0.52em;
	}

	span.info-title a span {
		overflow: hidden;
		width: unset;

		line-clamp: 2;
		-webkit-line-clamp: 2;
	}
	select {
		width: 9.142em;
		height: 3.071em;
		padding: 0 0 0 0.823em;
		font-size: 0.777em;
	}

	div.search-flex_container > div:has(select.select_js):before {
		right: 0.788em;
		width: 0.494em;
		height: 0.494em;
	}

	.input_wrapper_category {
		margin-right: 1em;
	}

	.search-flex_container {
		margin-top: 1.714em;
	}

	ul.news-list {
		margin-bottom: unset;
	}
}
