@charset "utf-8";

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

.now.index::before {
	content: "";
}

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0% 20%;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap.deco_bottom::before {
	background-image: url(../img/hd_deco_bottom_gr.webp);
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	gap: 48px;
    width: 90%;
    max-width: 1280px;
}

.section_1 .item_wrap {}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .post_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img {
	width: 100%;
	height: auto;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3.5;
	object-fit: cover;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .date {
	border-bottom: 1px #000000 solid;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .title {
	font-size: 1.25rem;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .writing {}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 5% 0;
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .img {
		width: calc((100% - (24px * 1)) * 0.4);
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.6);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_1 .post_wrap .post_wrap_inner .post .post_inner {
		gap: 48px;
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .img {
		width: calc((100% - (48px * 1)) * 0.4);
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap {
		width: calc((100% - (48px * 1)) * 0.6);
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .title {
		font-size: 1.5rem;
	}
}

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

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