@charset "utf-8";

.h2-section {
	margin-top: 48px;
}

.page-bottom-btn-container {
	margin-top: 48px;
}

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

	.h2-section {
		margin-top: 32px;
	}
	
	.page-bottom-btn-container {
		margin-top: 32px;
	}

}

.note {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.marche-overview-pic {
	margin-top: 32px;
	padding-bottom: 16px;
	text-align: center;
}

.marche-overview-pic img {
	max-width: 80%;
	height: auto;
}

/* @group step */

.marche-apply-step-container {
	width: 1040px;
	box-sizing: border-box;
	max-width: 100%;
	margin: 0 auto;
}

.marche-apply-step {
	display: flex;
	gap: calc(60 / 1040 * 100%);
	margin: 0 0 16px;
	container-type: inline-size;
}

.marche-apply-step-item {
	flex: 1 0 0;
	position: relative;
	border-radius: 8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 20px 32px;
	padding: calc(20 / 1040 * 100cqw) calc(32 / 1040 * 100cqw);
	text-align: center;
}

.marche-apply-step-item + .marche-apply-step-item::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #153d70;
	border-width: 20px 0 20px 24px;
	border-width: calc(20 / 1040 * 100cqw) 0 calc(20 / 1040 * 100cqw) calc(24 / 1040 * 100cqw);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-175%, -50%);
}

.marche-apply-step-ttl {
	font-size: 2.2rem;
	font-size: max(13px, calc(22 / 1040 * 100cqw));
	font-weight: 700;
	color: #153d70;
	margin: 2px 0 0;
}

.marche-apply-step-pic {
	margin: 6% auto;
}

.marche-apply-step-pic img {
	max-width: 70%;
	height: auto;
}

.marche-apply-step-txt {
	font-size: 2rem;
	font-size: max(12px, calc(20 / 1040 * 100cqw));
	font-weight: 700;
	line-height: 1.5;
	color: #153d70;
	margin: 0;
}



.recommend-img-block{
	display: flex;
	max-width: 800px;
	margin: 30px auto 0;
}
@media screen and (max-width: 768px) {

	/* cqwが使えないiOS15用 */

	.marche-apply-step-item {
		padding: calc(20 / 1040 * 100vw) calc(32 / 1040 * 100vw);
	}
	
	.marche-apply-step-item + .marche-apply-step-item::before {
		border-width: calc(20 / 1040 * 100vw) 0 calc(20 / 1040 * 100vw) calc(24 / 1040 * 100vw);
	}

	.marche-apply-step-ttl {
		font-size: max(13px, calc(22 / 1040 * 100vw));
	}

	.marche-apply-step-txt {
		font-size: max(12px, calc(20 / 1040 * 100vw));
	}

}

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

	.marche-overview-pic img {
		max-width: 100%;
	}


	.recommend-img-block{
		display: block;
		text-align: center;
	}
	.recommend-img-block .recommend-img{
		max-width: 350px;
		display: inline-block;
	}

}

/* @end step */