@charset "utf-8";

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

.now.blog::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 {
	gap: 48px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content_1 .item_wrap {
	gap: 48px;
}

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

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

.section_1 .content_wrap .content_1 .item_wrap .item .title {
	width: 100%;
	padding: 12px;
	background-color: #003f8e;
	text-align: center;
	font-size: 1.25rem;
	color: #ffffff;
}

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

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap .tag {
	padding: 8px 12px;
	background-color: #003f8e;
	color: #ffffff;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap .date {}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .description {
	width: 100%;
}

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .more {
	padding: 8px 12px;
	background-color: #003f8e;
	color: #ffffff;
}

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

.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .back {
	padding: 12px;
	margin: 0 auto;
	background-color: #003f8e;
	color: #ffffff;
}

.section_1 .content_wrap .content_2 .item_wrap .item {
	gap: 12px;
}

.section_1 .content_wrap .content_2 .item_wrap .item .title {
	width: 100%;
	padding: 12px;
	background-color: #003f8e;
	text-align: center;
	font-size: 1.25rem;
	color: #ffffff;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap {
	align-items: flex-start;
	gap: 12px;
	width: 90%;
	font-family: "Noto Sans JP", sans-serif;
}

@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_1 .item_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item {
		gap: 24px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .flex {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .flex img {
		width: calc((100% - (24px * 1)) * 0.4);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .title {}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap .tag {}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap .date {}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .more {}

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

	.section_1 .content_wrap .content_2 .item_wrap .item {}

	.section_1 .content_wrap .content_2 .item_wrap .item .title {}

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

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content_1 {
		/* width: calc((100% - (24px * 1)) * 0.75); */
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .flex img {
		width: calc((100% - (24px * 1)) * 0.25);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap {
		gap: 24px;
		width: calc((100% - (24px * 1)) * 0.75);
	}

	.section_1 .content_wrap .content_2 {
		/* width: calc((100% - (24px * 1)) * 0.25); */
	}
}

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

	.section_1 .content_wrap .content_1 {
		/* width: calc((100% - (48px * 1)) * 0.75); */
	}

	.section_1 .content_wrap .content_1 .item_wrap {
		gap: 108px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item {
		gap: 32px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .title {
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .flex {
		gap: 36px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .flex img {
		width: calc((100% - (36px * 1)) * 0.25);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap {
		gap: 48px;
		width: calc((100% - (36px * 1)) * 0.75);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .tagdate_wrap .date {
		font-size: 1.25rem;
	}

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

	.section_1 .content_wrap .content_1 .item_wrap .item .text_wrap .more {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 {
		/* width: calc((100% - (48px * 1)) * 0.25); */
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		gap: 32px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .title {
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text_wrap .text {
		font-size: 1.5rem;
	}
}

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

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