@charset "utf-8";

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

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

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

.section_1 {
	position: relative;
	z-index: 0;
	margin-top: 30%;
	background-color: #E0F7FD;
    background-image: url(../img/top_enjoy_deco_1.webp), url(../img/top_enjoy_deco_2.webp), url(../img/top_enjoy_deco_3.webp), url(../img/top_enjoy_deco_1.webp), url(../img/top_enjoy_deco_2.webp), url(../img/top_enjoy_deco_3.webp);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 35% auto, 25% auto, 45% auto, 35% auto, 25% auto, 45% auto;
    background-position: 105% 10%, -5% 20%, 110% 30%, 105% 40%, -5% 50%, 110% 60%;
	overflow: visible;
}

.section_1::before {
    content: "";
    position: absolute;
	z-index: -1;
    top: 0.5px;
    right: 0;
    transform: translate(0, -100%) scale(-1, 1);
    width: 90%;
    height: auto;
    aspect-ratio: 312 / 99;
    background-image: url(../img/border_ice_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

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

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	color: #1B9097;
}

.section_1 .heading_wrap .heading.deco_bg::before {
	right: 15%;
	transform: translate(0, 10%);
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

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

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

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

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

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

.section_1 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

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

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	width: 100%;
	padding: 4px;
	background-color: #E0F7FD;
	font-weight: 500;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .big {
	font-size: 1.5rem;
}

.section_1 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_1 {
		margin-top: 25%;
		background-size: 15% auto, 10% auto, 20% auto, 15% auto, 10% auto, 20% auto;
		background-position: 95% 20%, 5% 30%, 105% 35%, 95% 50%, 5% 60%, 105% 65%;
	}

	.section_1::before {
		width: 60%;
		aspect-ratio: 1064 / 329;
		background-image: url(../img/border_ice_pc.svg);
	}

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

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

	.section_1 .box_wrap .box_wrap_inner .box .box_inner {
		position: relative;
		flex-direction: row;
		align-items: flex-start;
		gap: 0;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		position: absolute;
		top: 12px;
		left: 0;
		transform: translate(0, 0);
		width: 55%;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 12px;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .big {}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: 55%;
		margin-left: auto;
	}

	.section_1 .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner {
		flex-direction: row-reverse;
	}

	.section_1 .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .text_wrap {
		left: auto;
		right: 0;
	}

	.section_1 .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .img {
		margin: 0;
		margin-right: auto;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		top: 48px;
		left: 10%;
		width: 45%;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .big {
		/* white-space: nowrap; */
	}

	.section_1 .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .text_wrap {
		left: auto;
		right: 10%;
	}
}

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

	.section_1 .box_wrap .box_wrap_inner {
		gap: 120px;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		top: 72px;
		left: 2.5%;
		width: 60%;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
		padding: 12px;
	}

	.section_1 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .big {
		font-size: 2.5rem;
	}

	.section_1 .box_wrap .box_wrap_inner .box:nth-child(even) .box_inner .text_wrap {
		left: auto;
		right: 2.5%;
	}
}

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

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