@charset "utf-8";

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

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

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

.section_1 {}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
	padding: 5% 0;
	background-color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item {
	gap: 8px;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.section_1 {}

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

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}
}

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

@media screen and (min-width: 1440px) {
    .section_1 .content_wrap .content .item_wrap {
		gap: 48px 24px;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .date {
		font-size: 1.125rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .description {
		font-size: 1.25rem;
	}
}

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

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