@charset "utf-8";

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

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

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

.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::before {}

.section_1 .heading_wrap .heading::after {}

.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: 1680px;
}

.section_1 .content_wrap .content .item_wrap {}

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

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

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
}

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

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

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 3rem;
	}
}

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

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

.section_2 {}

.section_2 .inner {
	padding: 25% 0 10%;
}

.section_2 .wrap {}

.section_2 .heading_wrap {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -75%);
	width: 90%;
}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1680px;
	padding: 60px 0 24px;
	border-radius: 20px;
	background-color: #ffffff;
}

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

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_2 .content_wrap .content .item_wrap .item_flex .item_inner {
	gap: 12px;
}

.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
}

.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .num {
	width: 50%;
	max-width: 273px;
}

.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .title {
	font-size: 1.25rem;
	font-weight: 500;
}

.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .text {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	line-height: 2;
}

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

	.section_2 .heading_wrap {
		width: 50%;
	}

	.section_2 .content_wrap .content {
		padding: 7.5% 0 5%;
	}

	.section_2 .content_wrap .content .item_wrap {
		gap: 36px;
		width: 90%;
		max-width: 1320px;
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .img_wrap {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_2 .content_wrap .content .item_wrap .item_flex:nth-child(even) .item_inner {
		flex-direction: row-reverse;
	}
}

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

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

	.section_2 .content_wrap .content .item_wrap .item_top .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 3rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner {
		align-items: center;
		gap: 40px;
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner {
		gap: 40px;
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .title {
		font-size: 2rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_flex .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
	}
}

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

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