@charset "utf-8";

/*===============================
top
=================================*/

.main-attention {
	position: absolute;
	bottom: 10%;
	left: 11%;
	width: 50%;
	max-width: 400px;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
	border: 4px solid #d34b4b;
	z-index: 5;
}

.attention02 {
	border: 4px solid #d34b4b;
	position: static;
	width: unset;
	margin: 2em;
	padding: 2% 2em;
	background-color: rgb(255, 250, 225);
}

.page-banner-wrap {
	display: block;
}

.page-banner-item {
	width: 300px;
	height: 300px;
	margin: 0 auto 30px;
}

.news-wrap {
	position: relative;
	margin: 50px 50px 50px 50px;
	border: 2px solid #fff;
}

.news {
	width: 100%;
	background: #fff;
	padding: 25px 30px;
	margin: 0 auto;
	border: 1px solid #080404;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.news-wrap::before,
.news-wrap::after,
.news::before,
.news::after {
	content: "";
	position: absolute;
	background-image: url(../images/news_deco.svg);
	background-size: cover;
	width: 12px;
	height: 12px;
}

.news-wrap::before {
	top: 0;
	left: 0;
}

.news-wrap::after {
	top: 0;
	right: 0;
	transform: scaleX(-1);
}

.news::before {
	bottom: 0;
	left: 0;
	transform: scaleY(-1);
}

.news::after {
	bottom: 0;
	right: 0;
	transform: scale(-1);
}

.news-heading {
	font-family: "Noto Serif JP", serif;
	font-size: 2.7rem;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}

.news-heading span {
	width: auto;
	height: 19px;
}

ul.news-list {
	list-style: none;
	/* ↓↓↓メニュー増えたら戻す↓↓↓ */
	/* min-height: 300px;
	max-height: 300px; */
	/* ↓↓↓メニュー増えたら消す↓↓↓ */
	min-height: 90px;
	max-height: 90px;
	max-width: 100%;
	overflow-y: scroll;
	/*スクロールバー非表示（IE・Edge）*/
	-ms-overflow-style: none;
	/*スクロールバー非表示（Firefox）*/
	scrollbar-width: none;
}

/*スクロールバー非表示（Chrome・Safari）*/
ul.news-list::-webkit-scrollbar {
	display: none;
}

ul.news-list li {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	font-size: 1.6rem;
	border-bottom: 1px solid #D2D2D2;
}

ul.news-list li a {
	text-decoration: underline;
}

ul.news-list li .date {
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

/*===============================
message
=================================*/

.profile {
	align-items: end;
	gap: 2rem;
	margin-bottom: 3rem;
}

.profile img {
	width: 32vw;
	max-width: 140px;
}

.position>div:first-of-type {
	color: #643788;
	margin-bottom: 5px;
}

.position>div:last-of-type dt {
	font-weight: 500;
}

.greeting p {
	text-indent: 1em;
	line-height: 1.7;
	margin-bottom: 0.6em;
}

/*===============================
overview
=================================*/

.overview-table {
	width: 100%;
}

.overview-table .d-flex {
	align-items: stretch;
}

.overview-table dt {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #643788;
	font-weight: 500;
	min-width: 14rem;
	border-bottom: 1px solid #643788;
}

.overview-table dd {
	width: 100%;
	padding: 3rem 2rem;
	border-bottom: 1px solid #D2D2D2;
}

/*===============================
link
=================================*/

.link {
	list-style-type: none;
	padding-left: 1em;
}

.link li {
	display: flex;
	align-items: center;
	gap: 0 10px;
	padding: .3em;
}

.link li::before {
	transform: rotate(-45deg);
	width: .4em;
	height: .4em;
	border-bottom: 3px solid #74c1f0;
	border-right: 3px solid #74c1f0;
	content: '';
}