body,
h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

body img {
	height: auto;
}

.pc-only {
	display: none !important;
}

.mdmore {
	display: none !important;
}

@media (min-width: 600px) {
	.mdmore {
		display: block !important;
	}
}

@media screen and (min-width: 1024px) {
	.sp-only {
		display: none !important;
	}

	.pc-only {
		display: block !important;
	}
}

html {
	/* scroll-behavior: smooth; */
}

.step {
	font-family: "Noto Sans JP";
	margin-left: calc(50% - 50vw + 5px);
	margin-right: calc(50% - 50vw + 5px);
}

@media (hover) {
	.step a:hover {
		opacity: 0.7;
	}
}

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

/* .step-top__outer {
	margin-left: calc(50% - 50vw + 5px);
	margin-right: calc(50% - 50vw + 5px);
} */

.step-top {
	background: #fffaf1;
	text-align: center;
	padding: 24px 0 40px;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}

.step-top__subtitle {
	color: var(--White, #fff);
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.04em;
	padding: 4px 16px;
	border-radius: 99px;
	display: inline-block;
	background: var(--Primary, #f29600);
	position: relative;
}

.step-top__subtitle::after {
	position: absolute;
	content: "";
	background: url(../img/flow-step/step_arrow_down.svg);
	width: 14px;
	height: 7px;
	bottom: -7px;
	left: 0;
	right: 0;
	margin: auto;
}

.step-top__title {
	margin-top: 11px;
	color: #000;
	font-size: 18px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: 0.6px;
	margin-bottom: 8px;
	font-family: "Noto Sans JP";
}

.step-top__title span {
	color: var(--Primary, #f29600);
	font-size: 34px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.6px;
	display: inline-block;
	margin: 0 2px;
	transform: translateY(2px);
}

.step-top__contents {
	display: flex;
	flex-wrap: nowrap;
	width: calc(100vw - 30px);
	overflow: hidden;
	align-items: stretch;
	gap: 16px;
	margin: 0 auto;
	overflow-x: scroll;
	padding-bottom: 12px;
	max-width: 1161px;
}

.step-top__contents::-webkit-scrollbar {
	border-radius: 99px;
	background-color: #e5e5e5;
	height: 4px;
}

.step-top__contents::-webkit-scrollbar-thumb {
	background-color: #777777;
	border-radius: 99px;
}

.step-top__item {
	position: relative;
	padding: 12px 8px;
	border-radius: 16px;
	background: #fff;
	min-width: 128px;
}

.step-top__item:not(:last-child)::before {
	position: absolute;
	content: "";
	width: 27px;
	height: 35px;
	top: 9px;
	left: 9px;
	z-index: 3;
}

.step-top__item:nth-child(1)::before {
	background: url(../img/flow-step/step1_sp.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.step-top__item:nth-child(2)::before {
	background: url(../img/flow-step/step2_sp.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.step-top__item:nth-child(3)::before {
	background: url(../img/flow-step/step3_sp.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.step-top__item:not(:last-child)::after {
	position: absolute;
	content: "";
	background: url(../img/flow-step/step_arrow_right.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: -12px;
	margin: auto;
}

.step-top__item--last {
	background: #f29600;
	color: var(--White, #fff);
	font-weight: 800;
	min-width: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.step-top__item-illust {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.step-top__item-title {
	color: #000;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.24px;
	text-align: center;
	margin-bottom: 8px;
}

.step-top__item-link {
	padding: 4px 20px 6px 20px;
	border-radius: 99px;
	background: var(--Primary, #f29600);
	color: var(--White, #fff);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0.28px;
	text-align: center;
	display: inline-block;
}

@media (min-width: 566px) {
	.step-top__title br {
		display: none;
	}
	.step-top__contents {
		justify-content: center;
	}
	.step-top__contents::-webkit-scrollbar {
		display: none;
	}
}

@media (min-width: 1024px) {
	.step-top__subtitle {
		font-size: 24px;
		padding: 8px 16px;
	}

	.step-top__title {
		margin-top: 23px;
		font-size: 32px;
		margin-bottom: 40px;
	}

	.step-top__title span {
		font-size: 48px;
		margin: 0 2px;
		transform: translateY(2px);
	}

	.step-top__contents {
		gap: 45px;
	}

	.step-top__item {
		width: calc((100% - 225px) / 3);
		box-sizing: border-box;
		padding: 40px 16px;
	}

	.step-top__item--last {
		box-sizing: border-box;
		min-width: 90px;
		max-width: 90px;
		font-size: 32px;
		line-height: 1.15;
	}

	.step-top__item-illust {
		width: 140px;
		height: 140px;
		width: 140px;
	}

	.step-top__item-title {
		font-size: 20px;
		margin-bottom: 16px;
	}

	.step-top__item-link {
		padding: 9px 20px 11px 20px;
		font-size: 20px;
	}

	.step-top__item:not(:last-child)::before {
		width: 36px;
		height: 48px;
		top: 20px;
		left: 24px;
	}

	.step-top__item:not(:last-child)::after {
		width: 17px;
		height: 32px;
		right: -31px;
	}
}

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

.step__inner {
	padding: 40px 15px;
}

.step__item {
	border-radius: 20px;
	background: #fffaf1;
	padding: 10px 10px 10px 10px;
	text-align: center;
	max-width: 536px;
	margin: 0 auto;
}

.step__item-title {
	color: var(--Primary, #f29600);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	padding-left: 31px;
	margin-top: 14px;
	font-family: "Noto Sans JP";
}

.step__item-title::before {
	position: absolute;
	content: "";
	background: url(../img/flow-step/step1_sp.svg);
	width: 26px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
}

.step__item:not(:first-child) {
	margin-top: 32px;
}

.step__item:nth-child(2) .step__item-title::before {
	background: url(../img/flow-step/step2_sp.svg);
}
.step__item:nth-child(3) .step__item-title::before {
	background: url(../img/flow-step/step3_sp.svg);
}

@media (min-width: 1024px) {
	.step__inner {
		box-sizing: border-box;
		max-width: 1000px;
		padding: 80px 0 120px;
		margin: 0 auto;
	}

	.step__item {
		border-radius: 0px;
		background: transparent;
		padding: 0;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}

	.step__item::after {
		position: absolute;
		content: "";
		width: 4px;
		height: calc(100% - 78px);
		background: #f29600;
		top: 78px;
		left: 30px;
	}

	.step__item-title {
		font-size: 36px;
		line-height: 1.3;
		display: block;
		text-align: left;
		padding-left: 84px;
		padding-top: 22px;
		margin: 0;
	}

	.step__item-title::before {
		background: url(../img/flow-step/step1_pc.svg);
		background-repeat: no-repeat;
		background-size: cover;
		width: 64px;
		height: 79px;
		top: 0;
		bottom: auto;
		left: 0;
	}

	.step__item:not(:first-child) {
		margin-top: 8px;
	}

	.step__item:not(:last-child) {
		padding-bottom: 64px;
	}

	.step__item:nth-child(2) .step__item-title::before {
		background: url(../img/flow-step/step2_pc.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.step__item:nth-child(3) .step__item-title::before {
		background: url(../img/flow-step/step3_pc.svg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.step__item-contents {
		max-width: 916px;
		border-radius: 20px;
		background: #fffaf1;
		margin-left: 84px;
		margin-top: 32px;
		padding: 40px 58px;
	}
}

.step__item-contents-title-box {
	border-radius: 12px;
	background: #ffeed1;
	margin-top: 18px;
	padding-top: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step__item-content-title-image {
	width: 73.5px;
}

.step__item:nth-child(2) .step__item-content-title-image {
	width: 46px;
	height: 40px;
}

.step__item-contents-title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

.step__item-contents-title span.step__item-contents-title--orange {
	color: var(--Primary, #f29600);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.04em;
	margin-right: -8px;
	margin-left: -14px;
}

.step__item-contents-title span.step__item-contents-title--bold {
	font-weight: 700;
	border-bottom: 1px solid #f29600;
}

@media (max-width: 380px) {
	.step__item:nth-child(1) .step__item-contents-title span.step__item-contents-title--orange {
		font-size: 18px;
	}

	.step__item:nth-child(1) .step__item-contents-title {
		font-size: 13px;
		letter-spacing: 0;
	}
}

.step__item-contents-arrow {
	width: 14px;
	height: 8px;
	display: block;
	margin: 8px auto;
}

.step__item-contents-main-text {
	background: #f29600;
	color: #fff;
	position: relative;
	border-radius: 16px 16px 0px 0px;
	padding: 10px 0 4px 48px;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.04em;
}

.step__item-contents-main-text-image {
	position: absolute;
	left: calc(50% - 135px);
	bottom: 0;
	width: 47.426px;
	height: 49.736px;
}

.step__item:nth-child(1) .step__item-contents-main-text-image {
	left: calc(50% - 138px);
}

.step__item-contents-main-listbox {
	background: #fff;
	padding: 16px;
	border-radius: 0px 0px 16px 16px;
	border: 2px solid var(--Primary, #f29600);
	text-align: center;
}
.step__item-contents-main-list {
	display: inline-block;
	text-align: left;
}

.step__item-contents-main-item {
	color: var(--Primary, #f29600);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.04em;
	position: relative;
	padding-left: 20px;
}

.step__item-contents-main-item:not(:first-child) {
	margin-top: 6px;
}

.step__item-contents-main-item span {
	color: #000;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.step__item-contents-main-item span.step__item-contents-main-item--small-orange {
	color: var(--Primary, #f29600);
}

.step__item-contents-main-item::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 4px;
	bottom: 0;
	left: 0;
	margin: auto;
}

.step__item-contents-main-item:nth-child(1)::before {
	background: url(../img/flow-step/step_number1.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.step__item-contents-main-item:nth-child(2)::before {
	background: url(../img/flow-step/step_number2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.step__item-contents-main-item:nth-child(3)::before {
	background: url(../img/flow-step/step_number3.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.step__item-contents-main-item:nth-child(4)::before {
	background: url(../img/flow-step/step_number4.svg);
	background-size: cover;
	background-repeat: no-repeat;
}

.step__item-contents-merit {
	position: relative;
	padding-bottom: 30px;
	max-width: 380px;
	margin: 0 auto;
}

.step__item:nth-child(1) .step__item-contents-merit {
	max-width: 316px;
}
.step__item:nth-child(3) .step__item-contents-merit {
	padding-bottom: 10px;
}

.step__item-contents-merit-text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-left: 40px;
	text-align: left;
	margin-right: -1px;
	margin-top: 16px;
	position: relative;
}

.step__item-contents-merit-text span.step__item-contents-merit-text--pink {
	color: var(--pink, #ff4589);
	font-size: 18px;
	border-bottom: 1px solid #ff4589;
}

.step__item-contents-merit-text span.step__item-contents-merit-text--small {
	font-size: 16px;
}

.step__item:nth-child(1) .step__item-contents-merit-text + .step__item-contents-merit-text {
	max-width: calc(100% - 120px);
}

.step__item-contents-merit-text::before {
	position: absolute;
	content: "";
	background: url(../img/flow-step/naruhodo.svg);
	width: 35px;
	height: 35px;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

.step__item-contents-merit-text-image {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 101px;
}

.step__item-contents-merit-text .middle-br {
	display: none;
}

@media (min-width: 400px) {
	.step__item-contents-merit-text .middle-br {
		display: block;
	}
}

.step__item-contents-link {
	padding: 14px 28px;
	border-radius: 99px;
	background: #2bc477;
	display: inline-block;
	margin: 16px auto 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.08em;
	text-align: center;
}

.step__item-contents-caption {
	color: #000;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
}

@media (min-width: 1024px) {
	.step__item-contents-title-box {
		border-radius: 16px;
		margin: 0;
		padding-top: 18px;
		display: flex;
	}

	.step__item-content-title-image {
		width: 150.88px;
	}

	.step__item:nth-child(2) .step__item-content-title-image {
		width: 101px;
		height: 82px;
	}

	.step__item-contents-title {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.step__item-contents-title span.step__item-contents-title--orange {
		font-size: 40px;
		font-weight: 400;
		margin-right: -16px;
		margin-left: -20px;
	}

	.step__item-contents-title span.step__item-contents-title--bold {
		font-weight: 700;
		border-bottom: 4px solid #f29600;
	}

	.step__item-contents-arrow {
		width: 22px;
		height: 11px;
		margin: 20px auto 17px;
	}

	.step__item-contents-main-text {
		padding: 18px 0 16px 86px;
		font-size: 28px;
	}

	.step__item-contents-main-text-image {
		left: calc(50% - 217px);
		bottom: 0;
		width: 79.581px;
		height: 83.455px;
	}

	.step__item:nth-child(1) .step__item-contents-main-text-image {
		left: calc(50% - 235px);
	}

	.step__item-contents-main-listbox {
		padding: 20px 32px;
		border-radius: 0px 0px 16px 16px;
		border: 4px solid var(--Primary, #f29600);
	}
	.step__item-contents-main-list {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 32px;
	}

	.step__item-contents-main-item {
		font-size: 28px;
		padding-left: 32px;
		width: calc(50% - 16px);
		box-sizing: border-box;
	}

	.step__item-contents-main-item:not(:first-child) {
		margin-top: 0;
	}

	.step__item-contents-main-item span {
		font-size: 24px;
		letter-spacing: 0.03em;
	}

	.step__item-contents-main-item::before {
		width: 24px;
		height: 24px;
	}

	.step__item-contents-merit {
		max-width: 800px;
		padding-bottom: 0;
	}

	.step__item:nth-child(1) .step__item-contents-merit {
		max-width: 800px;
		padding-bottom: 24px;
		padding-top: 16px;
	}

	.step__item-contents-merit-text {
		font-size: 25px;
		padding-left: 64px;
		margin-right: 0;
		margin-top: 12px;
	}

	.step__item-contents-merit-text span.step__item-contents-merit-text--pink {
		font-size: 29px;
		border-bottom: 3px solid #ff4589;
	}

	.step__item-contents-merit-text span.step__item-contents-merit-text--small {
		font-size: 25px;
	}

	.step__item:nth-child(1) .step__item-contents-merit-text + .step__item-contents-merit-text {
		max-width: 100%;
		margin-top: 18px;
	}

	.step__item-contents-merit-text::before {
		width: 50px;
		height: 50px;
	}

	.step__item-contents-merit-text-image {
		width: 216px;
		bottom: 8px;
	}

	.step__item-contents-merit-text .middle-br {
		display: none;
	}

	.step__item-contents-link {
		padding: 21px 0;
		border-radius: 99px;
		display: block;
		margin: 20px auto 12px;
		font-size: 26px;
	}

	.step__item:nth-child(1) .step__item-contents-caption {
		font-size: 12px;
		text-align: right;
	}
}

.step__item-contents-main-flow {
	background: #fff;
	padding: 16px;
	border-radius: 0px 0px 16px 16px;
	border: 2px solid var(--Primary, #f29600);
	text-align: center;
}

.step__item-contents-main-flow-box {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 4px;
}
.step__item-contents-main-flow-text {
	color: var(--Primary, #f29600);
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.04em;
	position: relative;
}

.step__item-contents-main-flow-text:nth-child(2) {
	padding: 0;
	font-size: 16px;
	color: #000;
}

.step__item-contents-main-flow-image {
	display: block;
	max-width: 240px;
	margin: 8px auto 0;
}

.step__item-contents-sub {
	position: relative;
	padding-top: 2px;
	max-width: 380px;
	margin: 0 auto;
}

.step__item-contents-sub-text {
	color: #000;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	padding: 8px;
	border-radius: 8px;
	background: var(--White, #fff);
	text-align: left;
	max-width: 280px;
	box-sizing: border-box;
}

.step__item-contents-sub-image {
	position: absolute;
	display: block;
	width: 50px;
	height: 53px;
	top: 0;
	right: calc(50% - 157px);
}

.step__item-contents-caption {
	color: #000;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
	margin: 13px 0 14px;
}

.step__item-contents-main-list--addimage {
	background: #fff;
	padding: 8px 12px 16px 10px;
	border-radius: 0px 0px 16px 16px;
	border: 2px solid var(--Primary, #f29600);
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}

.step__item:nth-child(3) .step__item-contents-main-item {
	padding-left: 85px;
	font-size: 14px;
	text-align: left;
	min-height: 64px;
	display: inline-block;
	width: 100%;
	max-width: 289px;
	box-sizing: border-box;
}

.step__item:nth-child(3) .step__item-contents-main-item:not(:first-child) {
	margin-top: 12px;
}

.step__item:nth-child(3) .step__item-contents-main-item::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	top: 4px;
	left: 65px;
	margin: 0;
}

.step__item:nth-child(3) .step__item-contents-main-item::after {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.step__item:nth-child(3) .step__item-contents-main-item:nth-child(1)::after {
	background: url(../img/flow-step/step3_illust_1.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.step__item:nth-child(3) .step__item-contents-main-item:nth-child(2)::after {
	background: url(../img/flow-step/step3_illust_2.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.step__item:nth-child(3) .step__item-contents-main-item:nth-child(3)::after {
	background: url(../img/flow-step/step3_illust_3.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
.step__item:nth-child(3) .step__item-contents-main-item:nth-child(4)::after {
	display: none;
}
.step__item:nth-child(3) .step__item-contents-main-item:nth-child(4)::before {
	display: none;
}

.step__item:nth-child(3) .step__item-contents-merit-text-image {
	width: 138px;
}

.step__last-item {
	margin: 32px auto 0;
	padding: 14px 6px;
	border-radius: 20px;
	border: 4px solid var(--Primary, #f29600);
	text-align: center;
	max-width: 536px;
}

.step__last-item-contents-title {
	color: var(--Primary, #f29600);
	font-size: 34px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.04em;
	font-family: "Noto Sans JP";
}

.step__last-item-contents-text {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.04em;
	margin-top: 4px;
}

.step__last-item-contents-image {
	width: 171px;
	margin: 8px auto 0;
}

.step__item-contents-merit--midbox {
	max-width: 311px;
	margin: 0 auto;
}

.step__item:nth-child(3) .step__item-contents-main-item.step__item-contents-main-item--pc {
	display: none;
}

@media (min-width: 1024px) {
	.step__item-contents-main-box {
		display: flex;
		align-items: flex-start;
		gap: 16px;
	}
	.step__item-contents-main-flow-arrow {
		display: block;
		width: 11px;
		height: 22px;
	}

	.step__item-contents-main--narrow {
		max-width: 514px;
		flex: 1;
	}

	.step__item-contents-main-flow {
		border: 4px solid #f29600;
	}

	.step__item-contents-main-flow-text {
		font-size: 24px;
	}

	.step__item-contents-main-flow-text:nth-child(2) {
		font-size: 20px;
	}

	.step__item-contents-main-flow-image {
		max-width: 418px;
	}

	.step__item-contents-sub {
		max-width: 270px;
		margin: 0;
	}

	.step__item-contents-sub-box {
		background: #fff;
		border-radius: 16px;
		padding: 20px;
	}

	.step__item-contents-sub-image {
		position: relative;
		width: 122.957px;
		height: 131.687px;
		display: block;
		margin: 0 auto;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

	.step__item-contents-sub-text {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.04em;
		padding: 0;
		margin-top: 18px;
	}

	.step__item-contents-sub-text span {
		color: #f29600;
	}

	.step__item-contents-caption {
		font-size: 12px;
		text-align: left;
	}

	.step__item-contents-merit--midbox {
		max-width: 800px;
	}

	.step__item-contents-main-list--addimage {
		padding: 20px 40px;
		border: 4px solid var(--Primary, #f29600);
	}

	.step__item:nth-child(3) .step__item-contents-main-item {
		width: 100%;
		max-width: 800px;
		font-size: 24px;
	}

	.step__item:nth-child(3) .step__item-contents-main-item.step__item-contents-main-item--pc {
		display: flex;
		align-items: center;
		gap: 24px;
		padding: 0;
	}

	.step__item-contents-main-item--addimage {
		width: 110px;
	}

	.step__item-contents-main-item-text {
		padding-left: 32px;
		position: relative;
		line-height: 1.46;
	}

	.step__item-contents-main-item-text::before {
		position: absolute;
		content: "";
		width: 24px;
		height: 24px;
		top: 6px;
		left: 0;
	}

	.step__item-contents-main-item:nth-child(4) .step__item-contents-main-item-text::before {
		background: url(../img/flow-step/step_number1.svg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.step__item-contents-main-item:nth-child(5) .step__item-contents-main-item-text::before {
		background: url(../img/flow-step/step_number2.svg);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.step__item-contents-main-item:nth-child(6) .step__item-contents-main-item-text::before {
		background: url(../img/flow-step/step_number3.svg);
		background-size: cover;
		background-repeat: no-repeat;
	}

	.step__item:nth-child(3) .step__item-contents-merit {
		margin-top: 36px;
		padding-bottom: 52px;
	}

	.step__item:nth-child(3) .step__item-contents-merit-text-image {
		width: 253px;
	}

	.step__last-item {
		max-width: 1000px;
		margin: 0 auto;
		padding: 24px 0 32px;
		border: 4px solid var(--Primary, #f29600);
		border-radius: 20px;
	}

	.step__last-item-contents {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}

	.step__last-item-contents-title {
		font-size: 40px;
	}

	.step__last-item-contents-text {
		font-size: 22px;
	}

	.step__last-item-contents-image {
		width: 202px;
		margin: 0;
	}
}
