@charset "utf=8";

.news {
	margin: 0 auto;
	padding: 18rem 1.5rem 14.8rem;
	max-width: 192rem;
	width: 100%;
}

.news-container {
	margin: 0 auto;
	max-width: 142rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
    justify-content: space-between;
	gap: 4rem;
}

.news-btn {
	margin: 4rem auto 0;
	transform: scale(-1, 1);
}

.news-btn p {
    transform: scale(-1, 1);
}

.news-list {
    max-width: 100rem;
    width: 100%;
    overflow: hidden;
}

.category-area {
    max-width: 30rem;
    width: 100%;
}

/* ==========================================
お知らせ
========================================== */

.news-item:first-child .news-link {
	padding: 0 0 3.5rem 0;
}

.news-link {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-direction: column;
    padding: 4rem 0 3.8rem 0;
    border-bottom: 1px solid;
	position: relative;
}

.news-link .news-title:hover {
	text-decoration: underline;
}

/* .news-link::after {
	content: "";
	display: block;
	width: 2.5rem;
	height: 0.4rem;
	background: url(../../../../uploads/icon_arrow01_black.svg)center center / contain no-repeat;
	position: absolute;
	right: 0;
	bottom: 36%;
	margin: auto;
} */

.news-flex {
	display: flex;
	align-items: center;
	width: 100%;
}

.news-date {
	flex: 0 0 auto;
    flex-shrink: 0;
    white-space: nowrap;
    margin: 0 2rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--gray-dark);
}

.news-cate {
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    background: var(--tertiary);
    color: var(--black);
    padding: 0.3rem 2% 0.5rem;
}

.news-title {
	margin: 2rem 0 0;
	font-size: 3.5rem;
    font-weight: normal;
    font-family: var(--font-family02);
    color: var(--black);
}

.resultZero {
    text-align: center;
}

/* ==========================================
一覧
========================================== */

.news-content {
    margin: 3rem 0 0;
	font-size: 1.8rem;
}

.news-content p {
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/*-------------------------------------------
詳細
--------------------------------------------*/

.newsDtl {
    max-width: 120rem;
    width: 100%;
    margin: auto;
    background: #fff;
    border-top: solid 5px var(--primary);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 6rem 3%;
}

.newsDtl > h2 {
    border-bottom: solid 1px var(--gray);
    padding: 0 0 10px;
    margin: 2rem 0 0;
	font-size: 3.5rem;
}

.newsDtl > .content {
    margin: 3rem 0 0;
	font-size: 1.8rem;
}

.newsDtl > .cate {
    margin: 5rem 0 0;
}

.newsDtl > .cate > span {
    color: var(--primary);
}

.newsDtl > .date {
    font-size: 1.8rem;
	font-family: var(--font-family02);
}

.newsBtn {
    margin: 6rem auto 0;
}

.resultZero {
    text-align: center;
}

.newsBtn a:before {
    display: none;
}

.content p {
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

/*-----------------------------------------------------------
カテゴリ
-----------------------------------------------------------*/

.category-box:not(:first-child) {
    margin: 3rem 0 0;
}

.category-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.45em;
    text-align: center;
    background: var(--tertiary);
    padding: 0.5rem 1rem;
}

.category-list {
    margin: 2rem 0 0;
}

.category-list > li:not(:first-child) {
    margin: 1px 0 0;
}

.category-list > li > a {
    display: block;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5em;
    padding: 1rem;
    transition: .3s;
}

.category-list > li > a:hover {
    text-decoration: underline;
}

/* 親リストの設定 */
.category-list {
    list-style: none;
    padding: 0;
}

.parent-item a {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    text-decoration: none;
    color: var(--black);
}

/* 左側のアイコン設定 */
.arrow {
    display: inline-block;
    margin-right: 1rem; /* テキストとの間隔 */
    font-size: 1.2rem;
    transition: transform 0.3s; /* 回転をスムーズに */
    font-family: serif; /* 記号の形を整える */
}

/* 子カテゴリが開いている時、アイコンを下に向けたい場合 */
.parent-item.is-open .arrow {
    transform: rotate(90deg);
}

/* 子リストの見た目 */
.child-list {
    list-style: none;
    padding-left: 2.3rem; /* インデントを深めにして親子関係を強調 */
}

.child-list a {
	display: block;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5em;
    padding: 1rem;
    transition: .3s;
}

.child-list a:hover {
	text-decoration: underline;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	/* ==========================================
	一覧
	========================================== */

	.news {
		padding: 10rem 1.5rem;
	}

	.news-title {
		font-size: 3rem;
	}

	/* ==========================================
	詳細
	========================================== */

	.newsDtl > h2 {
		font-size: 3rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	.news {
		padding: 10rem 1.5rem;
	}

	.news-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4rem;
	}

	.news-list {
		max-width: 100%;
		width: 100%;
	}

	.category-area {
		max-width: 100%;
		width: 100%;
	}

    .news-date {
		font-size: 1.4rem;
	}

	.news-cate {
		font-size: 1.4rem;
	}

	.news-title {
		font-size: 1.6rem;
	}

	/* ==========================================
	一覧
	========================================== */

	.news-title {
		font-size: 2.4rem;
	}

	.news-content {
		font-size: 1.6rem;
	}

	/* ==========================================
	詳細
	========================================== */

	.newsDtl > h2 {
		font-size: 2.4rem;
	}

	.newsDtl > .content {
		font-size: 1.6rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	.news-content {
		font-size: 1.4rem;
	}

	/* ==========================================
	詳細
	========================================== */

	.newsDtl > .content {
		font-size: 1.4rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */