@charset "utf-8";

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

.all {
	background-image: url(../img/bg_2_sp.webp);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media screen and (min-width: 768px) {
	.all {
		background-image: url(../img/bg_2_pc.webp);
		background-position: 50% 100%;
	}
}

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

.section_1 {}

.section_1 .inner {
	padding-top: 20%;
}

.section_1 .wrap {
	gap: 24px;
}

.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;
}

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

.section_1 .content_wrap .content .item_wrap {
	gap: 12px;
}

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

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

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

.section_1 .content_wrap .content .item_wrap .item_1 {}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
	font-weight: 500;
	line-height: 1.8;
}

.section_1 .content_wrap .content .item_wrap .item_2 {
	width: 75%;
}

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

	.section_1 .inner {}

	.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;
		align-items: flex-start;
		gap: 12px;
	}

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

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

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

	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (12px * 1)) * 0.6);
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (12px * 1)) * 0.4);
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (12px * 1)) * 0.6 + 24px);
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (12px * 1)) * 0.4);
		margin-left: -24px;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .inner {
		padding-top: 10%;
	}

	.section_1 .wrap {
		gap: 48px;
	}

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

	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (24px * 1)) * 0.6 + 48px);
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (24px * 1)) * 0.4);
		margin-left: -48px;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
		font-size: 1.25rem;
	}
}

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

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

.section_2 {}

.section_2 .inner {
	padding-top: 20%;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content:nth-child(even)::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
}

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

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

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

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

.section_2 .content_wrap .content .item_wrap .item_1 {}

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

.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
	font-weight: 500;
}

.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
	position: relative;
	padding-left: 1.25rem;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5rem;
}

.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1::before {
	content: "";
	position: absolute;
	top: 0.75rem;
	left: 0;
	width: auto;
	height: 0.75rem;
	aspect-ratio: 1 / 1;
	border-radius: 100vmax;
	background-color: #E1BA1F;
}

.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {}

.section_2 .content_wrap .content .item_wrap .item_2 {}

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

	.section_2 .inner {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

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

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

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

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

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

	.section_2 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (12px * 1)) * 0.55);
	}

	.section_2 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (12px * 1)) * 0.45);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 .inner {
		padding-top: 10%;
	}

	.section_2 .wrap {
		gap: 48px;
	}

	.section_2 .content_wrap {
		gap: 96px;
	}

	.section_2 .content_wrap .content:nth-child(even)::before {
		top: -48px;
	}

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

	.section_2 .content_wrap .content .item_wrap .item_1 {
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.section_2 .content_wrap .content .item_wrap .item_2 {
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap {
		gap: 24px;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
		padding-left: 1.75rem;
		font-size: 2rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1::before {
		top: 1rem;
		height: 1rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {
		font-size: 1.25rem;
	}
}

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

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

.section_3 {}

.section_3 .inner {
	padding-top: 20%;
	padding-bottom: 10%;
}

.section_3 .wrap {
	gap: 24px;
}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content {
	width: 90%;
}

.section_3 .content_wrap .content .item_wrap {}

.section_3 .content_wrap .content .item_wrap .item {}

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

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

.section_3 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
	font-weight: 500;
	line-height: 1.8;
}

.section_3 .content_wrap .content_2 {
	width: 75%;
}

.section_3 .content_wrap .content_2 .item_wrap {
	gap: 12px;
}

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

	.section_3 .inner {
		padding-top: 10%;
		padding-bottom: 5%;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {}

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

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

	.section_3 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		text-align: center;
	}

	.section_3 .content_wrap .content_2 {
		width: 90%;
	}

	.section_3 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .content_wrap .content_1 {
		width: 50%;
		max-width: 768px;
	}

	.section_3 .content_wrap .content_2 {
		max-width: 1440px;
		margin-top: -20%;
	}

	.section_3 .content_wrap .content_2 .item_wrap {
		justify-content: space-between;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item {
		width: 20%;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item_2 {
		padding-top: 15%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .content_wrap .content_1 .item_wrap .item .text_wrap .text {
		font-size: 1.25rem;
	}
}

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

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