.a021225-ritual-process {
	position: relative;
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	padding: 40px 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	background: #ffffff;
	overflow: hidden;
}

.a021225-ritual-process__title {
	margin: 0 0 60px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #1d1d1f;
	letter-spacing: -0.02em;
}

.a021225-ritual-process__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}

.a021225-ritual-process__step {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 280px;
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
	-o-transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.a021225-ritual-process__step.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.a021225-ritual-process__icon-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
	/* border: 2px solid #d2d2d7; */
	border: none;
	border-radius: 50%;
	background: #ffffff;
	-webkit-transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	-o-transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.a021225-ritual-process__step:hover .a021225-ritual-process__icon-wrapper {
	border-color: #000000;
	fill: #fff;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0px 5px 20px rgba(125, 125, 125, .25);
	box-shadow: 0px 5px 20px rgba(125, 125, 125, .25);
}

.a021225-ritual-process__icon {
	width: 60px;
	height: 60px;
	fill: #fff;
	stroke: #c41e3a;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
	transition: stroke 0.3s ease, -webkit-transform 0.3s ease;
	-o-transition: stroke 0.3s ease, transform 0.3s ease;
	transition: stroke 0.3s ease, transform 0.3s ease;
	transition: stroke 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.a021225-ritual-process__step:hover .a021225-ritual-process__icon {
	stroke: #a01729;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.a021225-ritual-process__number {
	position: absolute;
	/* bottom: -10px; */
	bottom: 0px;
	/* right: -10px; */
	right: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: -webkit-linear-gradient(left, #000000, #333333);
	background: -moz-linear-gradient(left, #000000, #333333);
	background: -ms-linear-gradient(left, #000000, #333333);
	background: -o-linear-gradient(left, #000000, #333333);
	background: linear-gradient(to right, #000000, #333333);
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(125, 125, 125, .75);
	box-shadow: 0px 5px 20px rgba(125, 125, 125, .75);
}

.a021225-ritual-process__text {
	width: 100%;
	text-align: center;
}

.a021225-ritual-process__label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #1d1d1f;
}

.a021225-ritual-process__description {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #6e6e73;
}

.a021225-ritual-process__connector {
	display: none;
	position: absolute;
	width: 2px;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2d2d7), to(transparent));
	background: -o-linear-gradient(top, #d2d2d7, transparent);
	background: linear-gradient(to bottom, #d2d2d7, transparent);
	top: 120px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.a021225-ritual-process {
		padding: 60px 30px;
	}

	.a021225-ritual-process__title {
		margin-bottom: 80px;
		font-size: 36px;
	}

	.a021225-ritual-process__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 40px 60px;
	}

	.a021225-ritual-process__step {
		width: calc(50% - 30px);
		max-width: 280px;
	}

	.a021225-ritual-process__step:nth-child(1),
	.a021225-ritual-process__step:nth-child(2),
	.a021225-ritual-process__step:nth-child(3),
	.a021225-ritual-process__step:nth-child(4) {
		margin-bottom: 20px;
	}

	.a021225-ritual-process__connector {
		display: block;
	}

	.a021225-ritual-process__step:nth-child(4) .a021225-ritual-process__connector,
	.a021225-ritual-process__step:nth-child(8) .a021225-ritual-process__connector {
		display: none;
	}
}

@media (min-width: 1024px) {
	.a021225-ritual-process {
		padding: 80px 40px;
	}

	.a021225-ritual-process__title {
		margin-bottom: 100px;
		font-size: 42px;
	}

	.a021225-ritual-process__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: baseline;
		gap: 0;
	}

	.a021225-ritual-process__step {
		width: calc(12.5% - 0px);
		max-width: 140px;
		margin-bottom: 0;
	}

	.a021225-ritual-process__icon-wrapper {
		width: 60px;
		height: 60px;
	}

	.a021225-ritual-process__icon {
		width: 50px;
		height: 50px;
	}

	.a021225-ritual-process__number {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.a021225-ritual-process__label {
		font-size: 16px;
	}

	.a021225-ritual-process__description {
		font-size: 13px;
	}

	.a021225-ritual-process__connector {
		display: none;
	}

	.a021225-ritual-process__step::after {
		display: none;
		content: '';
		position: absolute;
		top: 50px;
		left: calc(100% + 10px);
		width: calc(100% - 80px);
		height: 2px;
		background: -webkit-gradient(linear, left top, right top, from(#d2d2d7), to(transparent));
		background: -o-linear-gradient(left, #d2d2d7, transparent);
		background: linear-gradient(to right, #d2d2d7, transparent);
	}

	.a021225-ritual-process__step:last-child::after {
		display: none;
	}
}

@media (min-width: 1200px) {
	.a021225-ritual-process__step {
		max-width: 150px;
	}

	.a021225-ritual-process__icon-wrapper {
		width: 110px;
		height: 110px;
	}

	.a021225-ritual-process__icon {
		width: 55px;
		height: 55px;
	}

	.a021225-ritual-process__label {
		font-size: 14px;
	}

	.a021225-ritual-process__description {
		font-size: 12px;
	}
}