body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.news__inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px clamp(100px, 6.25rem, 120px);
}

.news__title {
	position: relative;
	text-align: center;
}

.news__eng-title {
	position: absolute;
	top: -30%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
}

.news__contents {
	margin-top: clamp(45px, 2.8125rem, 60px);
}

/* お知らせ一覧ページ */

.news__list {
	font-family: "Noto Sans JP", sans-serif;
	background-color: #fff;
	border: 8px solid #f8f7f3;
	border-radius: 8px;
}

.news__list a {
	display: block;
	padding: clamp(10px, 0.875rem, 20px) clamp(10px, 1.25rem, 30px);
	position: relative;
}

.news__list a:hover {
	opacity: 0.5;
}

.news__list a::after {
	content: "";
	display: block;
	width: clamp(12px, 0.75rem, 16px);
	height: clamp(12px, 0.75rem, 16px);
	position: absolute;
	bottom: 0.625rem;
	right: 0.625rem;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	transition: 0.5s;
}

.news__list + .news__list {
	margin-top: 0.5rem;
}

.news__list-date {
	font-size: clamp(14px, 0.875rem, 16px);
	line-height: 1;
}

.news__list-title {
	font-size: clamp(16px, 1rem, 18px);
	font-weight: 400;
	line-height: 1.6;
}

.pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(20px, 1.25rem, 32px);
	margin-top: clamp(40px, 2.5rem, 60px);
}

.pagenation a {
	color: #555555;
}

.pagenation span {
	color: #555555;
}

.pagenation span.current {
	color: #fff;
	background-color: #7D7C7C;
	height: clamp(26px, 1.625rem, 36px);
	width: clamp(26px, 1.625rem, 36px);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagenation a,
.pagenation span {
	font-size: clamp(14px, 0.875rem, 20px);
}

/* お知らせ詳細ページ */

.news__single-date {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 0.75rem, 14px);
	line-height: 1;
}

.news__single-title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(18px, 1.25rem, 26px);
	line-height: 1.5;
	font-weight: 400;
}

.news__single-text {
	margin-top: clamp(30px, 1.875rem, 40px);
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(12px, 0.875rem, 16px);
	line-height: 1.5;
}

.news__button {
	margin-top: clamp(50px, 4.8125rem, 77px);
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.news__inner {
	padding-bottom: 7.3125rem;
	max-width: 100%;
	margin: 0;
}

.news__title {
	padding-top: 3rem;
	padding-left: 6.25rem;
	text-align: left;
}

.news__eng-title {
	left: 0;
	font-size: 8.3125rem;
	transform: unset;
}

.news__contents {
	margin-top: 5.625rem;
	padding-right: 9.375rem;
	padding-left: 5rem;
}

.news__list {
	border: 8px solid #f8f7f3;
}

.news__list a {
	padding: 1.75rem 2.25rem;
}

.news__list a::after {
	width: 0.8125rem;
	height: 0.8125rem;
	bottom: 1rem;
	right: 1rem;
}

.news__list + .news__list {
	margin-top: 1.875rem;
}

.news__list-flex {
	display: flex;
	align-items: center;
}

.news__list-date {
	font-size: 1rem;
}

.news__list-title {
	margin-left: 3.375rem;
	font-size: 1.25rem;
}

.pagenation {
	gap: 2.25rem;
	margin-top: 5rem;
}

.pagenation span.current {
	height: 2.625rem;
	width: 2.625rem;
}

.pagenation a,
.pagenation span {
	font-size: 1rem;
}

.news__single-date {
	font-size: 1rem;
}

.news__single-title {
	margin-top: 2.875rem;
	font-size: 1.75rem;
}

.news__single-text {
	font-size: 1rem;
	margin-top: 4.0625rem;
}

.news__button {
	max-width: 30rem;
	margin: 9.375rem auto 0;
}

}


/*# sourceMappingURL=news.css.map */
