

.flow-head-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 40px;
}
/*-----------------------------------------------------
無料カウンセリングの流れ
-------------------------------------------------------*/

ul.flow-list {
	display: flex;
	background: #F9F8F3;
	padding: 1em;
	justify-content: center;
	gap: 30px;
	margin-top: 25px;
	margin-bottom: 80px;
}
.bg-lgy ul.flow-list {
	background: #fff;
}
ul.flow-list li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 30px;
	text-align: center;
}
ul.flow-list li::after {
	content: "";
	clip-path: polygon(100% 50%, 0 0, 0 100%);
	display: block;
	width: 10px;
	height: 12px;
	background: #C97D60;
	right: 0;
	top: 50%;
}
ul.flow-list li:last-of-type::after {
	display: none;
}

@media screen and (max-width:700px) {
	ul.flow-list {
		flex-wrap: wrap;
		gap: 0;
		margin-bottom: 20px;
	}
	ul.flow-list li {
		font-size: 10px;
		width: 100%;
		border-bottom: 1px solid #ccc;
		padding: .5em;
	}
	ul.flow-list li br {
		display: none;
	}
	ul.flow-list li::after {
		display: none;
	}
}

.flow-head-pic {
	position: relative;
}
.flow-head-pic .flow-ic-reserve {
	width: 150px;
	height: 150px;
	background: #FFF7AE;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1.4;
	position: absolute;
	border-radius: 75px;
	left: -45px;
	top: -45px;
}
@media screen and (max-width:700px) {
	.flow-head-pic {
		margin-top: 60px;
	}
	.flow-head-pic .flow-ic-reserve {
		font-size: 20px;
		width: 120px;
		height: 120px;
		left: -25px;
	}
}

.flow-head-catch {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
}
@media screen and (max-width:700px) {
	.flow-head-catch {
		font-size: 20px;
		margin-bottom: 20px;
	}
}


/*-----------------------------------------------------
無料カウンセリングの流れ
-------------------------------------------------------*/

.flow-timeline {
	border-left: #F8EEEB 15px solid;
	padding-left: 80px;
}
@media screen and (max-width:700px) {
	.flow-timeline {
		border-left: #F8EEEB 4px solid;
		padding-left: 10px;
		margin-top: 40px;
	}

}

.flow-timeline .flow-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	padding-bottom: 70px;
}
.flow-timeline .flow-item + .flow-item {
	border-top: 1px solid #C7C7C7;
}
@media screen and (max-width:700px) {
	.flow-timeline .flow-item {
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
}

.flow-timeline .flow-item .flow-item-num {
	font-size: 98px;
	font-weight: bold;
	color: #F9DAB5;
	background: #fff;
	display: inline-block;
	position: absolute;
	left: -140px;
	top: 0;
	line-height: 1;
}
.bg-lgy .flow-timeline .flow-item .flow-item-num {
	background: #F9F8F3;
}
@media screen and (max-width:700px) {
	.flow-timeline .flow-item .flow-item-num {
		left: inherit;
		right: 0;
		font-size: 50px;
	}
}

.flow-timeline .flow-item .flow-item-tit {
	font-weight: bold;
	font-size: 27px;
	color: #C97D60;
	padding-left: 40px;
	position: relative;
}
.flow-timeline .flow-item .flow-item-tit::after {
	content: "";
	width: 26px;
	height: 4px;
	display: block;
	background: #C7C7C7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 2px;
}
@media screen and (max-width:700px) {
	.flow-timeline .flow-item .flow-item-tit {
		font-size: 18px;
		padding-left: 0;
	}
	.flow-timeline .flow-item .flow-item-tit::after {
		width: 13px;
		height: 2px;
		margin-top: 0;
		left: -20px;
	}
}

.flow-timeline .flow-item .flow-item-body {
	font-size: 18px;
	margin-top: 36px;
	max-width: 500px;
	width: 100%;
	line-height: 2.4;
}
@media screen and (max-width:700px) {
	.flow-timeline .flow-item .flow-item-body {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 20px;
		margin-top: 20px;
	}
		.flow-timeline .flow-item .flow-item-body * {
			font-size: 12px;
		}
}

.flow-timeline .flow-item picture {}

@media screen and (max-width:700px) {
	.flow-timeline .flow-item picture {
		width: 80%;

	}
}

.flow-item-fin {
	font-size: 18px;
	border-top: 1px solid #C7C7C7;
	margin-top: 40px;
	padding-top: 100px;
	position: relative;
}
.flow-item-fin::after {
	content: "";
	width: 50px;
	height: 20px;
	display: block;
	background: #C97D60;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 60px;
}
@media screen and (max-width:700px) {
	.flow-item-fin::after {
		width: 22px;
		height: 9px;
		top: 80px;
	}
}

.flow-item-fin > h3 {
	font-size: 18px;
	text-align: center;
}
.flow-item-fin dl {
	text-align: center;
	margin-top: 40px;
}
.flow-item-fin dl dt {
	display: inline-block;
	background: #F2F2F1;
	padding: .5em;
	max-width: 380px;
	width: 100%;
	margin-inline: auto;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}
.flow-item-fin dl dd {
	text-align: center;
	margin-top: 30px;
}
.flow-item-fin dl + p {
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width:700px) {
	.flow-item-fin {
		font-size: 14px;
		border: 1px solid #ccc;
		padding: 1em;
		margin-top: 30px;
	}
	.flow-item-fin > h3 {
		font-size: 14px;
	}
	.flow-item-fin dl dt {
		font-size: 18px;
	}
	.flow-item-fin dl dd {
		font-size: 12px;
	}
}