@charset 'utf-8';
.life-intro {
	text-align: center;
	margin-bottom: 180px;
}

.life-intro p {
	font-size: 20px;
	line-height: 2;
}

.life-intro p + p {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	.life-intro {
		text-align: left;
		margin-bottom: 48px;
	}

	.life-intro p {
		font-size: 14px;
		line-height: calc(24 / 14);
	}
}

.life-for ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 78px;
	text-align: center;
}

.life-for li {
	min-width: 230px;
	min-height: 230px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.life-for li:nth-child(1) {
	background-color: #98887b;
}

.life-for li:nth-child(2) {
	background-color: #7c898a;
}

.life-for li:nth-child(3) {
	background-color: #798e79;
}

.life-for strong {
	font-size: 24px;
	font-weight: 400;
	line-height: calc(32 / 24);
	margin-bottom: 8px;
}

.life-for span {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.life-for ul {
		gap: 12px;
		margin-bottom: 50px;
	}

	.life-for li {
		min-width: 103px;
		min-height: 103px;
	}

	.life-for strong {
		font-size: 14px;
		line-height: calc(15 / 14);
	}

	.life-for span {
		font-size: 11px;
	}
}

.life-step ol {
	display: flex;
	justify-content: center;
	gap: 68px;
	margin-bottom: 180px;
}

.life-step .step-label {
	font-size: 18px;
	color: #7c898a;
	font-weight: 500;
	line-height: calc(24 / 18);
}

.life-step h3 {
	font-size: 24px;
	line-height: calc(35 / 24);
	font-weight: 400;
	margin-bottom: 12px;
}

.life-step .c-text {
	line-height: calc(24 / 18);
}
.life-step li {
	position: relative;
}
.life-step li:after {
	width: 40px;
	height: 40px;
	content: '';
	position: absolute;
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
	background: url('https://gigaplus.makeshop.jp/lavida/img/life/step-arrow.svg') no-repeat
		center/cover;
}
.life-step li:last-child:after {
	display: none;
}
@media screen and (max-width: 768px) {
	.life-step ol {
		max-width: 210px;
		margin: 0 auto 64px;
		flex-direction: column;
		gap: 80px;
	}
	.life-step li:after {
		width: 38px;
		height: 40px;
		right: initial;
		left: 40px;
		top: initial;
		bottom: -40px;
		transform: initial;
		background: url(https://gigaplus.makeshop.jp/lavida/img/life/sp-step-arrow.svg) no-repeat
			center / cover;
	}
	.life-step li:last-child:after {
		display: none;
	}
	.life-step h3 {
		margin-bottom: 18px;
	}

	.life-step .c-text {
		line-height: calc(24 / 14);
	}
}

.life-movie {
	padding: 180px 0px 170px;
	background: url('https://gigaplus.makeshop.jp/lavida/img/common/bg-page-common.jpg') repeat
		center / cover;
}

.life-movie h2 span {
	font-size: 32px;
}

.life-movie h2 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 40px;
}

.life-movie-box {
	width: 100%;
	aspect-ratio: 1080 / 614;
	margin-bottom: 6px;
}

.life-movie-box iframe {
	width: 100%;
	height: 100%;
}

.life-movie-cite {
	font-size: 16px;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.life-movie {
		padding: 64px 0;
	}

	.life-movie h2 span {
		font-size: 16px;
	}

	.life-movie h2 {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.life-movie-box {
		width: 100%;
		aspect-ratio: 335 / 172;
		margin-bottom: 4px;
	}

	.life-movie-cite {
		font-size: 10px;
	}
}

.c-cta {
	padding: 77px 0 180px;
}

.c-cta p {
	padding-left: 78px;
}

.c-cta a {
	width: 480px;
	height: 88px;
	margin: -20px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	aline-items: center;
	background: #7c898a;
	color: #fff;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.c-cta a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.c-cta {
		padding: 56px 0 64px;
	}

	.c-cta p {
		padding-left: 0;
		text-align: center;
	}

	.c-cta a {
		justify-content: flex-start;
		padding-left: 24px;
		max-width: 335px;
		width: 100%;
		height: 88px;
		margin: 14px auto 0;
		font-size: 14px;
	}
}
