/* キャリア登録
============================ */
/* wrap */
#contentsArea.match .wrap {
	max-width: 860px;
	padding: 30px 0 100px;
}
#contentsArea.match .visual h1 {
text-shadow:1px 1px 0 #FFF, -1px -1px 0 #fff,
              -1px 1px 0 #FFF, 1px -1px 0 #fff,
              0px 1px 0 #FFF,  0-1px 0 #fff,
              -1px 0 0 #FFF, 1px 0 0 #fff;
}
#contentsArea.match .visual h1 span {
	text-shadow:none;
}
#contentsArea.match .wrap p {
	margin-bottom: 20px;
}
#contentsArea.match .wrap h2 {
	margin: 60px 0 40px;
}
#contentsArea.match .subttl {
	font-size:2.2rem;
	line-height:1.8;
	margin: 0 0 40px;
}
#contentsArea.match .copy {
	font-size: 2.4rem;
	line-height: 2;
	margin-bottom: 80px !important;
}
#contentsArea.match .marker-normal {
	background: linear-gradient(transparent 75%, #f16e57 75%);
}
#contentsArea.match #sec1 {
	position: relative;
	margin: 100px 0 0;
}
#contentsArea.match #sec1::before {
	content:"";
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	background:url(../match/images/bg.png)left top;
	background-size: 100%;
	z-index: -1;
}
#contentsArea.match .txtC {
	text-align:center;
}
#contentsArea.match .mincho {
	font-family: 'Zen Old Mincho', serif;
}
#contentsArea.match .ttl span {
	font-size:3rem;
	position: relative;
}
#contentsArea.match .ttl span::before {
	content:"";
	display:block;
	width:72px;
	height:82px;
	background:url(../match/images/ico_flag.png)left top no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: -80px;
	transform: translate(-50%, 0);
}
#contentsArea.match .wrap ul {
	list-style: disc;
	margin-left: 1.5em;
	padding-bottom: 10px;
}
#contentsArea.match p.btn {
	margin:0;
}
#contentsArea.match .btn a {
	display: block;
	width: 280px;
	background: linear-gradient(to right, #f16e57, #fdae55);
	border: 0;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 9px 10px;
	margin: 12px auto;
	position: relative;
}
#contentsArea.match .btn a::before {
display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin: auto;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);

}
#contentsArea.match .flex_column {
	display:flex;
	flex-direction:column;
}
#contentsArea.match .flex_column .col2 {
	display:flex;
	align-items: center;
	margin-bottom: 120px;
}
#contentsArea.match .flex_column .col2:last-of-type {
	margin:0;
}
#contentsArea.match .flex_column .col2 .flow {
	text-align: center;
	position: relative;
	min-height: 300px;
}

#contentsArea.match .flex_column .col2 .flow::after {
	content:"";
	display:block;
	width:88px;
	height:70px;
	background:url(../match/images/ico_arrow_yes.png)left top no-repeat;
	background-size: 100%;
	position: absolute;
	left: 355px;
	top: 50%;
	transform: translate(0,-50%);
}
#contentsArea.match .flow .type {
	width: 360px;
	font-size:1.6rem;
	position: relative;
	z-index: 5;
	margin: 12px 0 0;
	padding:0;
}
#contentsArea.match .flow .flow1,
#contentsArea.match .flow .flow2,
#contentsArea.match .flow .flow3,
#contentsArea.match .flow .flow4,
#contentsArea.match .flow .flow5 {
	min-height:300px;
	margin-left: auto;
	position: absolute;
	left: 0;
	top: 0;
}
#contentsArea.match .flow .flow1::before,
#contentsArea.match .flow .flow2::before,
#contentsArea.match .flow .flow3::before,
#contentsArea.match .flow .flow4::before,
#contentsArea.match .flow .flow5::before {
	content:"";
	display:block;
	width:300px;
	height:300px;
	background:url(../match/images/type_01.png)left top no-repeat;
	background-size: 100%;
	position: absolute;
	left: 30px;
	top: 10px;
/*	transform: translate(-50%, 0);*/
}
#contentsArea.match .flow .flow2::before {
	background:url(../match/images/type_02.png)left top no-repeat;
	background-size: 100%;
}
#contentsArea.match .flow .flow3::before {
	background:url(../match/images/type_03.png)left top no-repeat;
	background-size: 100%;
}
#contentsArea.match .flow .flow4::before {
	background:url(../match/images/type_04.png)left top no-repeat;
	background-size: 100%;
}
#contentsArea.match .flow .flow5::before {
	background:url(../match/images/type_02.png)left top no-repeat;
	background-size: 100%;
}
#contentsArea.match .flow .flow1::after,
#contentsArea.match .flow .flow2::after,
#contentsArea.match .flow .flow3::after,
#contentsArea.match .flow .flow4::after {
	content:"";
	display:block;
	width:84px;
	height:78px;
	background:url(../match/images/ico_arrow_no.png)left top no-repeat;
	background-size: 100%;
	position: absolute;
	left: 160px;
	bottom: -100px;
/*	transform: translate(-50%, 0);*/
}
#contentsArea.match .flex_column .col2 .jobArea {
	flex-basis:400px;
	border-radius:30px;
	background:rgba(255,255,255,0.8);
	padding:25px 0;
	margin-left: auto;
}
#contentsArea.match .flex_column .col2 .jobArea .subttl {
	font-size:2.2rem;
	position: relative;
}
#contentsArea.match .flex_column .col2 .jobArea .subttl span {
	position: absolute;
	left: 50%;
	top: -42px;
	transform: translate(-50%, 0);
	white-space: nowrap;
}
#contentsArea.match .flex_column .arrow_no,
#contentsArea.match .flex_column .arrow_yes{
	display:none;
}
@media screen and (max-width:1024px) {
	#contentsArea.match .wrap {
		padding: 15px 0 50px;
	}
	#contentsArea.match .wrap p {
		margin-bottom: 10px;
	}
	#contentsArea.match .wrap h2 {
		margin: 40px 0 20px;
	}
	#contentsArea.match #sec1 {
		margin: 50px 0 0;
	}
	#contentsArea.match #sec1::before {
	background: url(../match/images/bg.png)left top;
	background-size: auto;
	}
	#contentsArea.match .btn a {
		display: block;
		width: 100%;
	}
	#contentsArea.match .btn a::before {
		right: 15px;
	}
	#contentsArea.match .wrap .pic img {
		width: 100%;
	}
	#contentsArea.match .flex_column .col2 {
		flex-direction: column;
		margin-bottom: 20px;
	}
	#contentsArea.match .flex_column .col2 .flow {
		flex-basis: 100%;
		width: 100%;
		display:flex;
		margin-top: 20px;
	}
	#contentsArea.match .flex_column .col2 .jobArea {
		flex-basis: 80%;
		width: 80%;
		margin-top: 50px;
		margin-left: auto;
	}
	#contentsArea.match .flex_column .col2 .flow::after {
		content:none;
	}
	#contentsArea.match .flow .flow1,
	#contentsArea.match .flow .flow2,
	#contentsArea.match .flow .flow3,
	#contentsArea.match .flow .flow4 {
		flex-basis: 100%;
		width: 100%;

	}
	#contentsArea.match .flow .flow1::before,
	#contentsArea.match .flow .flow2::before,
	#contentsArea.match .flow .flow3::before,
	#contentsArea.match .flow .flow4::before,
	#contentsArea.match .flow .flow5::before {
		width:250px;
		height:250px;
		right: initial;
		left:0;
		top:20px;
		z-index: 3;
	}
	#contentsArea.match .flow .type {
		font-size: 1.4rem;
		position: relative;
		z-index: 5;
		margin: 12px 0 0;
		padding: 0;
		width:250px;
	}
#contentsArea.match .flow .flow1::after,
#contentsArea.match .flow .flow2::after,
#contentsArea.match .flow .flow3::after,
#contentsArea.match .flow .flow4::after {
	content:none;
}
#contentsArea.match .flex_column .col2 .jobArea .subttl {
	font-size:1.6rem;
}
#contentsArea.match .flex_column .col2 .jobArea .subttl span {
	top: -38px;
}
#contentsArea.match .btn a {
	display: block;
	width: 220px;
	background: linear-gradient(to right, #f16e57, #fdae55);
	border: 0;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	margin: 12px auto;
}

#contentsArea.match .flex_column .arrow_no,
#contentsArea.match .flex_column .arrow_yes{
	display:block;
	position: relative;
}
#contentsArea.match .flex_column .arrow_yes span {
	color:#38d764;
	font-size: 2.4rem;
	position: absolute;
	left: 200px;
	top: 280px;
	display: block;
}
#contentsArea.match .flex_column .arrow_no span {
	color:#3dc1f2;
	font-size: 2.4rem;
	position: absolute;
	left: 0;
	top: 280px;
	display: block;
}
#contentsArea.match .flex_column .arrow_no::before {
	content:"";
	display:block;
	width:12px;
	height:300px;
	background:#3dc1f2;
	position: absolute;
	left: 40px;
	top: 200px;
}
/*
#contentsArea.match .flex_column .flow1 .arrow_no::before {
	content:"";
	display:block;
	width:12px;
	height:360px;
	background:#3dc1f2;
	position: absolute;
	left: 40px;
	top: 200px;
}
*/
#contentsArea.match .flex_column .arrow_no::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: solid 15px #3dc1f2;
	border-right: solid 13px transparent;
	border-bottom: solid 13px transparent;
	border-left: solid 13px transparent;
	position: absolute;
	top: 500px;
	left: 33px;
}
/*
#contentsArea.match .flex_column .flow1 .arrow_no::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: solid 15px #3dc1f2;
	border-right: solid 13px transparent;
	border-bottom: solid 13px transparent;
	border-left: solid 13px transparent;
	position: absolute;
	top: 560px;
	left: 33px;
}
*/
#contentsArea.match .flex_column .arrow_yes::before {
	content:"";
	display:block;
	width:12px;
	height:150px;
	background:#38d764;
	position: absolute;
	left: 180px;
	top: 170px;
}
#contentsArea.match .flex_column .arrow_yes::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: solid 15px #38d764;
	border-right: solid 13px transparent;
	border-bottom: solid 13px transparent;
	border-left: solid 13px transparent;
	position: absolute;
	top: 320px;
	left: 172px;
}



}

