@charset "UTF-8";


/* step ---------------------------------------*/

.step {
	padding: 60px 60px 0;
}

.step .page-head {
	margin-bottom: 28px;
}

.stepmessage {
	margin-bottom: 61px;
}

.stepmessage-text {
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.02em;
}

.stepmv {
	margin-bottom: 90px;
	border-radius: 20px;
	overflow: hidden;
}

.stepmv img {
	width: 100%;
}

.stepblock {
	padding-bottom: 60px;
}

.stepblock-inner {
	max-width: 1040px;
	margin: 0 auto;
}

.stepblock-list {
}

.stepblock-list-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 80px;
	padding: 30px 0 29px 106px;
	border-bottom: 1px solid #D9D9D9;
}

.stepblock-list-detail {
	flex: 1;
}

.stepblock-list-detail-title {
	font-size: 24px;
	line-height: 1.6;
	padding: 20px 0 34px 0;
	letter-spacing: 0.02em;
	position: relative;
}

.stepblock-list-detail-title::before {
	display: inline-block;
	width: 82px;
	height: 80px;
	line-height: 80px;
	font-size: 80px;
	text-align: center;
	font-family: "Outfit",sans-serif;
	position: absolute;
	left: -106px;
	top: 0;
	color: #B59071;
}

.stepblock-list-item:first-of-type .stepblock-list-detail-title::before {
	content: '1';
}

.stepblock-list-item:nth-of-type(2) .stepblock-list-detail-title::before {
	content: '2';
}

.stepblock-list-item:nth-of-type(3) .stepblock-list-detail-title::before {
	content: '3';
}

.stepblock-list-item:nth-of-type(4) .stepblock-list-detail-title::before {
	content: '4';
}

.stepblock-list-item:nth-of-type(5) .stepblock-list-detail-title::before {
	content: '5';
}

.stepblock-list-item:nth-of-type(6) .stepblock-list-detail-title::before {
	content: '6';
}

.stepblock-list-item:nth-of-type(7) .stepblock-list-detail-title::before {
	content: '7';
}

.stepblock-list-item:nth-of-type(8) .stepblock-list-detail-title::before {
	content: '8';
}

.stepblock-list-detail-text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
}

.stepblock-list-item-image {
	width: 320px;
	border-radius: 20px;
	overflow: hidden;
}

.stepblock-list-item-image img {
	width: 100%;
}

/* step ---------------------------------------*/


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1000px){

	.stepblock-list-item {
		gap: 60px;
		padding-left: 80px;
		/* padding: 30px 0 29px 106px; */
	}

	.stepblock-list-detail-title::before {
		height: 60px;
		line-height: 60px;
		font-size: 60px;
		left: -80px;
	}

	.stepblock-list-detail-title {
		font-size: 24px;
		padding: 10px 0 34px 0;
	}

	.stepblock-list-item-image {
		width: 280px;
	}

}
/* small pc */

@media screen and (min-width: 768px) and (max-width: 860px){

	.stepblock-list-item {
		gap: 40px;
	}

	.stepblock-list-detail-title {
		font-size: 22px;
		padding: 10px 0 34px 0;
	}


}


@media screen and (max-width: 767px){


	/* step ---------------------------------------*/

	.step {
		padding: 40px 20px 60px;
	}

	.step .page-head {
		margin-bottom: 0;
	}

	.step .title-page {
		margin-bottom: 22px;
	}

	.stepmessage {
		margin-bottom: 48px;
	}

	.stepmessage-text {
		font-size: 16px;
		letter-spacing: 0;
	}

	.stepmv {
		margin-bottom: 40px;
	}

	.stepblock {
		padding-bottom: 0;
	}

	.stepblock-list {
	}

	.stepblock-list-item {
		display: block;
		padding: 20px 0 18px 36px;
		border-bottom: 1px solid #D9D9D9;
	}

	.stepblock-list-item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.stepblock-list-detail {
		margin-bottom: 14px;
	}

	.stepblock-list-detail-title {
		font-size: 20px;
		padding: 3px 0 12px 0;
		letter-spacing: 0;
	}

	.stepblock-list-detail-title::before {
		display: inline-block;
		width: 20px;
		height: 36px;
		line-height: 36px;
		font-size: 36px;
		text-align: center;
		font-family: "Outfit",sans-serif;
		position: absolute;
		left: -36px;
		top: 0;
		color: #B59071;
	}

	.stepblock-list-detail-text {
		font-size: 14px;
		letter-spacing: 0.04em;
	}

	.stepblock-list-item-image {
		width: 320px;
		max-width: 100%;
		border-radius: 20px;
		overflow: hidden;
	}

	.stepblock-list-item-image img {
		width: 100%;
	}

}