/* security
============================ */
/* wrap */
#contentsArea.step .wrap {
	padding: 20px 0;
}
#contentsArea.step .wrap p {
	margin-bottom: 20px;
}
#contentsArea.step .wrap h2 {
	margin: 100px 0 40px;
}
#contentsArea.step .wrap h2 span {
	font-size: 2.4rem;
}
@media screen and (max-width:1024px) {
	#contentsArea.step .wrap {
		padding: 0 0 10px;
	}
	#contentsArea.step .wrap p {
		margin-bottom: 15px;
	}
	#contentsArea.step .wrap h2 {
		margin: 20px 0 30px;
	}
	#contentsArea.step .wrap h2 span {
		display: block;
		font-size: 1.6rem;
	}
}

/* キャリア登録 */
.step .careerentry {
	margin-bottom: 100px;
}
.step .careerentry .pic {
	text-align: center;
	padding: 20px 0;
}
.step .careerentry .pic img {
	max-width: 840px;
}
.step .careerentry ul {
	list-style: disc;
	font-size: 1.4rem;
	padding-left: 1.5em;
}
@media screen and (max-width:1024px) {
	.step .careerentry {
		margin-bottom: 60px;
	}
	.step .careerentry .pic {
		text-align: center;
		padding: 5px 0;
	}
	.step .careerentry .pic img {
		max-width: 840px;
	}
	.step .careerentry ul {
		list-style: disc;
		font-size: 1.2rem;
		padding-left: 1.5em;
		margin-bottom: 20px;
	}
}

/* 応募までの流れ */
.step .flow {
	margin-bottom: 100px;
}
.step .flow ol {
	margin-top: 30px;
}
.step .flow ol li {
	position: relative;
	display: block;
	width: 100%;
	background: #fff8d8;
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 40px 50px;
}
.step .flow ol li span {
	display: block;
}
.step .flow ol .number {
	width: 8em;
	font-size: 2.3rem;
	color: #ff9422;
}
.step .flow ol .txt {
	margin-left: 8em;
	margin-top: -2.4em;
}
.step .flow ol .txt em {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.5;
	color: #ff9422;
	margin-bottom: 15px;
}
.step .flow ol .txt .st {
	display: block;
	font-weight: 700;
	margin: 20px 0 5px; 
}
.step .flow ol .txt .st:first-of-type {
	margin-top: 5px;
}
.step .flow ol li::after {
	position: absolute;
	content: "";
	display: block;
	bottom: -70px;
	right: 0;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top: 20px solid #fce88f;
}
.step .flow ol li:last-child::after {
	display: none;
}
@media screen and (max-width:1024px) {
	.step .flow {
		margin-bottom: 60px;
	}
	.step .flow ol {
		margin-top: 30px;
	}
	.step .flow ol li {
		position: relative;
		display: block;
		width: 100%;
		background: #fff8d8;
		border-radius: 30px;
		margin-bottom: 25px;
		padding: 30px 28px;
	}
	.step .flow ol li span {
		display: block;
	}
	.step .flow ol .number {
		width: 100%;
		font-size: 1.6rem;
		color: #ff9422;
	}
	.step .flow ol .txt {
		margin-left: 0;
		margin-top: 0;
	}
	.step .flow ol .txt em {
		display: inline-block;
		font-size: 1.9rem;
		font-weight: normal;
		line-height: 1.5;
		color: #ff9422;
		margin-bottom: 10px;
	}
	.step .flow ol .txt .st {
		display: block;
		font-weight: 700;
		margin: 20px 0 5px; 
	}
	.step .flow ol .txt .st:first-of-type {
		margin-top: 5px;
	}
	.step .flow ol li::after {
		position: absolute;
		content: "";
		display: block;
		bottom: -70px;
		right: 0;
		left: 0;
		margin: auto;
		width: 0;
		height: 0;
		border: 50px solid transparent;
		border-top: 20px solid #fce88f;
	}
	.step .flow ol li:last-child::after {
		display: none;
	}
}

/* ページ内リンク */
.step .lnk {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 90px;
}
.step .lnk li {
	width: 30%;
	border-bottom: solid 1px #4bc76d;
}
.step .lnk li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 1.4;
	color: #4bc76d;
	padding: 15px 0;
}
.step .lnk li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #4bc76d;
	border-right: 2px solid #4bc76d;
	transform: rotate(135deg);
}
@media screen and (max-width:1024px) {
	.step .lnk {
		display: block;
		margin: 30px 0 50px;
	}
	.step .lnk li {
		width: 100%;
		border-bottom: solid 1px #4bc76d;
	}
	.step .lnk li a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.4;
		color: #4bc76d;
		padding: 12px 0;
	}
	.step .lnk li a::before {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 5px;
		margin: auto;
		content: "";
		width: 8px;
		height: 8px;
		border-top: 2px solid #4bc76d;
		border-right: 2px solid #4bc76d;
		transform: rotate(135deg);
	}
}


/* テキストリンク */
.step .txt_lnk {
	position: relative;
	color: #2e3239;
	letter-spacing: 0.08em;
	padding-left: 40px;
}
.step .txt_lnk::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(to right, #50c6b0, #46c832);
	margin: auto;
}
.step .txt_lnk::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 12px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-135deg);
	margin: auto;
}
@media screen and (max-width:1024px) {
	.step .txt_lnk {
		position: relative;
		color: #2e3239;
		letter-spacing: 0.08em;
		padding-left: 34px;
	}
	.step .txt_lnk::before {
		position: absolute;
		display: inline-block;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		background: linear-gradient(to right, #50c6b0, #46c832);
		margin: auto;
	}
	.step .txt_lnk::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 9px;
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		transform: rotate(-135deg);
		margin: auto;
	}
}

/* ボタン */
.step .btn {
	text-align: center;
}
.step .btn a {
	display: inline-block;
	width: 400px;
	background: linear-gradient(to right, #f16e57, #fdae55);
	border: 0;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 20px;
	margin-top: 30px;
}
@media screen and (max-width:1024px) {
	.step .btn a {
		display: inline-block;
		width: 280px;
		background: linear-gradient(to right, #f16e57, #fdae55);
		border: 0;
		border-radius: 100px;
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
		color: #fff;
		cursor: pointer;
		padding: 12px;
		margin-top: 10px;
	}
}





