@charset "utf=8";

.news-link {
	position: relative;
	display: block;
	padding: 2rem 5rem 2rem 1rem;
	transition: all .3s;
	z-index: 2;
}

.news-link::before {
	content: "";
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	z-index: 3;
	width: 3.1rem;
	height: 1.2rem;
	margin: auto 0;
	background: url(../../../../uploads/arrow-black.svg) no-repeat center /contain;
	transition: all .3s;
}

.news-link:hover::before {
	right: 0;
	transition: all .3s;
}

.news-link-border {
	border-bottom: 1px solid #D9D9D9;
}

.news-category-box {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.news-date {
	font-family: var(--font-family01);
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.45;
	letter-spacing: 0.03em;
}

.news-date-color {
	color: var(--black);
}

.news-section .category {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.45;
	border: 1px solid var(--gray02);
	padding: .25rem 1.5rem .4rem;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-title {
	color: var(--black);
	flex: 1;
	margin: 1rem 0 0;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: 0.05em;
}


/* ==========================================
下層
========================================== */

.news01 {
	padding: 10rem 0;
}

.news-area-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}

section.news-section {
    width: 70%;
}

.news-section .news-link-border {
    border-bottom: 1px solid #888;
}

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

.news-side-box {
	max-width: 20rem;
    width: 25%;
}

.news-side-box .title {
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid #888;
}

.news-side-box .box {
    margin: 4rem 0 0;
}

.news-side-box .box:first-child {
	margin: 0;
}

.news-side-box .list a {
    margin: 2rem 0 0;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.news-side-box .list a:hover {
	text-decoration: underline;
}

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

.news-detail.news-section {
    width: 75%;
}

.news-detail-title {
	margin: 2rem 0 0;
	font-size: 3rem;
	letter-spacing: 0.05em;
	color: var(--black);
	padding: 0 0 2rem 0;
	border-bottom: 1px solid #888;
	margin:0 auto 3rem;
}

.news-detail-text {
	margin:0 auto 3rem;
}


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

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

	.news-area-row {
		flex-direction: column;
		align-items: center;
	}

	section.news-section {
		width: 100%;
	}

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

	.news-section .category {
		font-size: 1.1rem;
	}

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

	.news-link {
		flex-direction: column;
		padding: 2rem 0;
	}

	.news-link::before {
		right: 1rem;
	}

	.news-link p {
		font-size: 1.4rem;
	}

	.categoryArea {
		justify-content: center;
	}

	.news-side-box {
	    max-width: 80rem;
		width: 100%;
		margin: 4rem auto 0;
	}

	.news-side-box .title {
		font-size: 1.5rem;
	}

	.news-side-box .list a {
		font-size: 1.4rem;
	}

	.news-side-box .list a {
		margin: 1rem 0 0;
	}

	.news-detail.news-section {
		width: 100%;
	}

}

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

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

@media screen and (width <=576px) {
    
    .news01 {
        padding: 8rem 0;
    }

	.news-link::before {
		top: auto;
		bottom: 2.5rem;
	}

}

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