@charset "utf-8";

.news-list {
	flex-wrap: wrap;
}

.news-list__item {
	max-width: calc((100% - (30px * 2)) / 3);
	flex-basis: calc((100% - (30px * 2)) / 3);
	margin-right: 30px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.news-list__item:nth-child(3n) {
	margin-right: 0;
}

.news-list__image {
	height: calc(100px + 10vw);
	max-height: 220px;
}

.news-list__image img {
	object-fit: cover;
}

.news-side-section {
	margin-top: 40px;
}

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

.news-side-section__title {
	margin-bottom: 10px;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.8;
	color: rgba(24, 141, 96, 1);
	align-items: center;
}

.news-side-section__title:before {
	margin-right: 5px;
}

.news-select {
	position: relative;
}

.news-select:before,
.news-select:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
}

.news-select:before {
	width: 1px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.1);
	top: 5px;
	right: 36px;
}

.news-select:after {
	width: 5px;
	height: 5px;
	border-right: 1px solid rgba(0, 0, 0, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	top: calc(50% - 4px);
	right: 15px;
	transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: center;
}

.news-select select {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	position: relative;
	z-index: 0;
	font-size: 1.6rem;
	line-height: 1.8;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.news-select select:hover {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.news-detail h1,
.news-detail h2,
.news-detail h3,
.news-detail h4,
.news-detail h5,
.news-detail h6 {
	margin: 60px 0;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
}

.news-detail h1 {
	font-size: 3.6rem;
	line-height: 1.2;
}

.news-detail h2 {
	font-size: 3rem;
	line-height: 1.4;
}

.news-detail h3 {
	font-size: 2.4rem;
	line-height: 1.4;
}

.news-detail h4 {
	font-size: 2rem;
	line-height: 1.4;
}

.news-detail h5 {
	font-size: 1.8rem;
	line-height: 1.6;
}

.news-detail h6 {
	font-size: 1.6rem;
	line-height: 1.6;
}

.news-detail p {
	margin: 60px 0;
	font-size: 1.8rem;
	line-height: 2;
}

.news-detail p:first-child {
	margin-top: 0;
}

.news-detail p:last-child {
	margin-bottom: 0;
}

.news-detail dl {
	display: grid;
	grid-template-columns: 30% 70%;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 10px;
	box-sizing: border-box;
}

.news-detail dt,
.news-detail dd {
	padding: 20px 40px;
	border-top: 1px solid rgba(0, 0, 0, .15);
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 1.6;
}

.news-detail dt {
	border-right: 1px solid rgba(0, 0, 0, .15);
	background-color: rgba(24, 141, 96, .1);
}

.news-detail dt:first-child {
	border-top: 0;
}

.news-detail dd:nth-child(2) {
	border-top: 0;
}

.news-detail iframe {
	width: 100%;
	height: calc(200px + 20vw);
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.news-contact {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 10px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	transition: background-color 250ms ease;
}

.news-contact:hover {
	background-color: rgba(24, 141, 96, .8);
	color: rgba(255, 255, 255, 1);
}

.news-repage {
	margin: 0 0 100px 0;
	position: relative;
}

.news-repage:before,
.news-repage:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	left: 0;
}

.news-repage:before {
	border-top: 2px dotted rgba(24, 141, 96, 1);
	top: 0;
}

.news-repage:after {
	border-bottom: 2px dotted rgba(24, 141, 96, 1);
	bottom: 0;
}

.news-repage a {
	height: 80px;
	padding: 0 20px;
	display: flex;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
	text-decoration: none;
	color: rgba(24, 141, 96, 1);
	justify-content: center;
	align-items: center;
}

.news-repage a:hover {
	background-color: rgba(24, 141, 96, 1);
	color: rgba(255, 255, 255, 1);
}

.news-sns {
	height: 80px;
	margin-top: 100px;
	display: flex;
	align-items: center;
}

.news-sns dt {
	margin-right: 20px;
	font-size: 1.4rem;
	line-height: 1.6;
}

.news-sns dd {
	width: 30px;
	margin-right: 10px;
}


@media screen and (max-width: 1024px) {
	.news-list__item {
		max-width: calc((100% - 30px) / 2);
		flex-basis: calc((100% - 30px) / 2);
		margin-right: 20px;
		margin-bottom: 6vw;
	}

	.news-list__item:nth-child(3n) {
		margin-right: 20px;
	}

	.news-list__item:nth-child(2n) {
		margin-right: 0;
	}

	.news-list__item:last-child {
		margin-bottom: 0;
	}

	.news-repage {
		margin: 80px 0;
	}
}


@media screen and (max-width: 800px) {

	.small-head-title {
		font-size: 2rem;
	}

	.column-side {
		margin-top: 0;
		margin-bottom: 60px;
	}

	.small-head-data {
		margin-top: 10px;
	}

}


@media screen and (max-width: 640px) {

	.news-list__item {
		margin-bottom: 10vw;
	}

	.news-detail h1,
	.news-detail h2,
	.news-detail h3,
	.news-detail h4,
	.news-detail h5,
	.news-detail h6 {
		margin: 30px 0;
	}

	.news-detail h1 {
		font-size: 2.8rem;
	}

	.news-detail h2 {
		font-size: 2.4rem;
	}

	.news-detail h3 {
		font-size: 2rem;
	}

	.news-detail h4 {
		font-size: 1.8rem;
	}

	.news-detail h5 {
		font-size: 1.6rem;
	}

	.news-detail h6 {
		font-size: 1.4rem;
	}

	.news-detail p {
		margin: 30px 0;
		font-size: 1.4rem;
	}

	.news-detail dl {
		display: block;
		box-sizing: border-box;
	}

	.news-detail dt,
	.news-detail dd {
		padding: 10px 20px;
		font-size: 1.4rem;
	}

	.news-detail dt {
		border-right: 0;
	}

	.news-detail dd:nth-child(2) {
		border-top: 1px solid rgba(0, 0, 0, .15);
	}

	.news-contact {
		height: 50px;
		font-size: 1.8rem;
	}

}


@media screen and (max-width: 480px) {

	.news-list {
		display: block;
	}

	.news-list__item {
		max-width: none;
		margin-right: 0 !important;
	}

	.news-list__image {
		height: calc(150px + 10vw);
	}

}


/*------------------------------------*/