.recruit-flow .flow-item {
	background-color: #FDEED5;
	padding: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.recruit-flow .flow-item {
		padding: 15px 10px;
		display: block;
	}
}

.recruit-flow .flow-item + .flow-item {
	margin-top: 30px;
}

.recruit-flow .flow-item .orange-block {
	width: 370px;
	background-color: #F35900;
	color: #fff;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 750px) {
	.recruit-flow .flow-item .orange-block {
		background-color: #F35900;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		text-align: center;
		width: 100%;
	}
}

.recruit-flow .flow-item .orange-block .num {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
}

.recruit-flow .flow-item .orange-block .ttl {
	margin-top: 5px;
	font-size: 22px;
	font-weight: 500;
}

.recruit-flow .flow-item .txt-block {
	width: 740px;
	padding: 0 30px 0 60px;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.recruit-flow .flow-item .txt-block {
		width: 100%;
		margin-top: 15px;
		padding: 22px 15px;
	}
}

.recruit-flow .flow-item .txt-block p {
	line-height: 2;
	margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
	.recruit-flow .flow-item .txt-block p {
		line-height: 1.7;
	}
}

.recruit-flow .flow-item::after {
	content: '';
	display: block;
	width: 26px;
	height: 180px;
	background-image: url("/school/assets/common/img/dotto-arrow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -30px;
	left: 195px;
	z-index: 1;
}

@media only screen and (max-width: 750px) {
	.recruit-flow .flow-item::after {
		background-image: url("/school/assets/common/img/dotto-arrow_sp.png");
		background-size: 20px;
		width: 20px;
		height: 44px;
		bottom: -30px;
		left: 0;
		right: 0;
		margin: auto;
	}
}

.recruit-flow .flow-item:last-child {
	background-color: #fff;
	border: solid 5px #F35900;
	font-size: 27px;
	text-align: center;
	display: block;
	font-weight: 500;
	color: #F35900;
	padding: 20px;
}

@media only screen and (max-width: 750px) {
	.recruit-flow .flow-item:last-child {
		font-size: 16px;
		border-width: 2.5px;
		padding: 10px;
	}
}

.recruit-flow .flow-item:last-child::after {
	display: none;
}

.recruit-flow .flow-item-04::after {
	bottom: -65px;
}

.recruit-flow .recruit-flow--sec-01-notes_05 {
	text-align: center;
	padding: 15px 0 25px;
}

.recruit-flow .flow-item-05 {
	margin-left: 150px;
}

.recruit-flow .flow-item-05::after {
	content: '';
	display: block;
	width: 26px;
	height: 180px;
	background-image: url(/school/assets/common/img/dotto-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -30px;
	left: 125px;
	z-index: 1;
}

.recruit-flow .flow-item-05 .orange-block {
	width: 220px;
}

.recruit-flow .flow-item-06::before {
	content: '';
	display: block;
	width: 26px;
	height: 420px;
	background-image: url(/school/member/assets/rets/support/step/img/dotto-arrow-long.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: -420px;
	left: 65px;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.recruit-flow .flow-item-04 {
		z-index: 2;
	}
	.recruit-flow .flow-item-04::after {
		height: 78px;
		left: -60%;
	}
	.recruit-flow .recruit-flow--sec-01-notes_05 {
		text-align: right;
		padding: 15px 25px;
	}
	.recruit-flow .recruit-flow--sec-01-notes_05 img {
		width: 75%;
		max-width: 228px;
	}
	.recruit-flow .flow-item-05 {
		margin-left: 50px;
	}
	.recruit-flow .flow-item-05::after {
		width: 20px;
		height: 44px;
		bottom: -30px;
		left: 5%;
	}
	.recruit-flow .flow-item-05 .orange-block {
		width: 100%;
	}
	.recruit-flow .flow-item-06::before {
		width: 26px;
		height: 1033px;
		background-image: url(/school/member/assets/rets/support/step/img/dotto-arrow-long.png);
		background-size: 20px auto;
		top: -1030px;
		left: 3%;
	}
}

.notes {
	padding-top: 100px;
}

@media screen and (max-width: 750px) {
	.notes {
		padding-top: 50px;
	}
}

@media screen and (max-width: 750px) {
	.notes .tpl-indent-txt {
		font-size: 13px;
		line-height: 1.73077;
	}
}

/*# sourceMappingURL=style.css.map */
