@charset "euc-jp";

/* システムエリア
============================ */
#systemArea {
	line-height: 1.8;
	font-size: 1.3rem;
	text-align: center;
	padding-bottom: 50px;
}
#systemArea a,
#systemArea a:visited {
	text-decoration: underline;
	color: #0F1ED2;
}
#systemArea a:hover {
	text-decoration: none;
}
@media screen and (min-width:1025px) {
#systemArea {
	font-size: 1.6rem;
}
}
/* 基本幅 */
.wrap_jobs,
#systemArea.search,
#systemArea.joblist,
#systemArea.desc,
#systemArea.entry,
 {
	width: 86%;
	margin: 0 auto;
	}
	@media screen and (min-width:1025px) {
	.wrap_jobs,
	#systemArea.search,
	#systemArea.desc {
		width: 960px;
	}
	#systemArea .wrap,
	#systemArea.agree,
	#systemArea.agree table,
	#systemArea.agree textarea,
	#systemArea.entry table[width="920"] table,
	#systemArea.entry table[width="620"] {
		width: 960px;
		margin: 0 auto;
	}
}


/* 左右セル幅 */
#systemArea form > table table td[width="129"] {
	width: 250px;
}
#systemArea form > table table td[width="459"] {
	width: 710px;
}

/* ボタン */
#systemArea input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent;
	cursor: pointer;
}
#systemArea .btnWrap {
	display: flex;
	justify-content: center;
}
#systemArea .btnWrap button {
	padding: 1rem 2rem;
	border-style: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
	flex-basis: 47.5%;
	background: #ed6e01;
	margin:0
}
#systemArea .btnWrap button.btn {
	border-radius:8px;
	background:#0f1ed2;
	border:1px solid #0f1ed2;
	color:#fff;
	cursor: pointer;
	transition: .6s;
}
#systemArea .btnWrap button.btn.clear {
	border-radius:8px;
	background:#fff;
	border:1px solid #0f1ed2;
	color:#0f1ed2;

}
#systemArea .btnWrap button.btn:before {content:none;}

#systemArea .btnWrap button.btn:hover {
	opacity:0.6;
}

/* input */
.entry input[size="6"] {
	width: 80px;
}
.entry input[size="8"] {
	width: 80px;
}
.entry input[size="10"] {
	width: 80px;
}
.entry input[size="16"] {
	width: 90px;
}
.entry input[size="20"] {
	width: 200px;
}
.entry input[size="30"] {
	width:200px;
}
.entry input[size="40"] {
	width:100%;
}
#systemArea .searchArea input[size="50"],
.entry input[size="50"] {
	width:100%;
}
.entry input[name="name_last"],
.entry input[name="name_first"],
.entry input[name="yomi_last"],
.entry input[name="yomi_first"] {
	width: 120px;
}

/* 一覧へ戻るリンク */
#systemArea .pageback {
	margin: 20px auto 0;
}

/* Margin設定 */
#systemArea .mgb0 {
	margin-bottom:0 !important;
}
/* 募集職種一覧
------------------------------------------------- */
#systemArea.joblist {
	width:90%;
	margin:0 auto;
	padding-top: 0;
}
h2.ttl {
	font-size:2.2rem;
	color:#4A4A4A;
	margin:3rem 0 1.5rem;
}
@media screen and (min-width:1025px) {
	#systemArea.joblist {
		width:960px;
		margin:0 auto;
		padding-top: 2em;
	}
	h2.ttl {
		font-size:2.6rem;
		margin:3rem 0 2.5rem;
	}
}

/* 検索 */
.searchArea {
	margin:0 0 3rem;
}
.searchArea h2 {
	font-size:2.2rem;
	color:#4A4A4A;
	margin:3rem 0 1.5rem;
}
.searchArea h3 {
	font-size:1.6rem;
	color:#fff;
	background:#282d3c;
	margin: 0;
	padding: 0.75rem 0;
}
.searchArea .tab_content {
	display: flex;
	justify-content: space-between;
}
.searchArea button {
	appearance:none;
}
.searchArea .tab-key {
	background:#e6e6e6;
	color:#04127c;
	border:none;
	width:33%;
	font-weight: 700;
}
.searchArea .tab-key:hover,
.searchArea .tab-key.is-active {
	background: #04127c;
	color:#fff;
}
.searchArea ul.waku {
	border:2px solid #eff2f6;
	background:#fff;
}
.searchArea ul.waku li {
	padding:1rem 2rem;
}
.otherSearch {
	margin:3rem 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.otherSearch li {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}
.otherSearch input::placeholder {
	color: #535a6e;
}
#systemArea .btnWrap button.btnIcon {
	padding: 1rem;
	border-top: 1px solid #0f1ed2;
	border-bottom: 1px solid #0f1ed2;
	border-right: 1px solid #0f1ed2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 40px;
	height:40px;
	background: #0f1ed2;
	margin:0;
	cursor: pointer;
}
#systemArea .btnWrap button.btnIcon:hover {
	opacity:0.6;
}
#systemArea .btnWrap button.btnIcon img {
	cursor: pointer;
	width:18px;
	height:auto;
}
.searchTable dt {
	padding: 0.5rem 0;
	font-size: 1.2rem;
	margin: 1rem 0 1.5rem;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #7d869a;
	border-bottom: 1px solid #7d869a;
}
.searchTable .listButton {
	display: flex;
	flex-wrap: wrap;
}
.searchTable .listButton li {
	min-height: auto;
	line-height: 1;
	display: inline-block;
	width: auto;
	margin: 0;
	padding:0 !important;
}
.searchTable .listButton li {
	flex-basis: auto;
}
.searchTable .listButton li label[for^="f_check_"] {
	margin: 0.5rem;
}
.searchTable .listButton li label[for^="f_check_"]:not(.nobox) {
	font-size: 1.2rem;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	color: #535a6e;
	box-shadow: none;
	overflow: hidden;
	display: inline-block;
	box-sizing: border-box;
	min-height: 14px;
	background: #eff2f6;
	padding: 0.4rem 1.1rem;
	margin: 0 0.8rem 0.6rem 0;
	transition: .6s;
}
.searchTable .listButton li.current label[for^="f_check_"]:not(.nobox) {
	background: #0f1ed2;
	color: #fff;
}
.searchTable .listButton li.current label input[type="checkbox"] {
	box-shadow: none !important;
}
.searchTable .listButton li label input[type="checkbox"] {
	box-shadow: none;
}
#systemArea .searchTable input[type="checkbox"] {
	font-size: 1.4rem;
	width: 1em;
	height: 1em;
	position: absolute;
	left: -40px;
	top: 5px;
	display: block;
	box-shadow:none;
	z-index: 3;
	margin: 0px;
	padding: 0px;
}



#systemArea .searchArea .searchTable + .btnWrap {
	margin:1rem 0 0;
	justify-content: space-between;
}
#systemArea .searchArea input[size="50"] {
	margin:0;
	height: 40px;
	border:1px solid #eff2f6;
}
#systemArea .searchTable:last-of-type {
	border-bottom:none;
	padding-bottom: 1rem;
}
@media screen and (min-width:1025px) {
	.searchArea h2 {
		font-size:2.6rem;
		margin:3rem 0 2.5rem;
	}
	.searchArea h3 {
		font-size:1.8rem;
		text-align: left;
		line-height: 60px;
		padding: 0 25px;
	}
	.searchArea .tab-key {
		width:312px;
		height: 70px;
		cursor: pointer;
	}
	.searchArea ul.waku li {
		padding:0 0 15px 0;
	}
	#systemArea .searchTable {
		margin:10px 0 0;
		width: 100%;
		overflow: hidden;
		border-bottom: 1px solid #eff2f6;
		background: #fff;
		display: flex;
		flex-direction: row;
	}
	#systemArea .searchTable dt {
		display:flex;
		padding:0 0 0 25px;
		font-size:1.4rem;
		color:#535a6e;
		width: 230px;
		margin: 0;
		float: initial;
		background: #fff;
		box-sizing: border-box;
		border-top: none;
		border-bottom: none;
		text-align: left;
	}
	#systemArea .searchTable dd {
		margin: 0;
		padding: 0 10px 0 10px;
		width: calc(100% - 230px);
		background: #fff;
	}
	.searchTable .listButton li label[for^="f_check_"]:not(.nobox) {
		font-size:1.4rem;
		margin:0 1.2rem 1rem 0;
		padding:0.85rem 1.4rem;
	}
	.searchTable .listButton li label[for^="f_check_"]:not(.nobox):hover {
		background: #0f1ed2;
		color: #fff;
	}
	#systemArea .searchArea .searchTable + .btnWrap {
		justify-content: center;
	}
	#systemArea .btnWrap button {
		width:300px;
		flex-basis: 300px;
		margin:0 25px;
		padding: 1.5rem 2rem;
	}
	.otherSearch {
		flex-direction: row;
		justify-content: space-between;
	}
	#systemArea .searchArea input[size="50"] {
		width:390px;
		height:68px;
		margin:3.5rem 0;
	}
	#systemArea .btnWrap button.btnIcon {
		width:68px;
		height:68px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#systemArea .btnWrap button.btnIcon img {
		width:20px;
	}
}
.openposition {
	margin:4rem 0 2rem;
	padding:1.5rem 0;
	border-top:1px solid #04127c;
	border-bottom:1px solid #04127c;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#systemArea .openposition a {
	padding:1rem 0;
	color:#fff;
	text-decoration:none;
	position: relative;
	line-height:3rem;
}
#systemArea .openposition a.newwindow:before {
	content:"";
	background-image:url(../cmn_images/ico_newin_wh.svg);
	background-repeat:no-repeat;
	background-size: cover;
	width:34px;
	height:22px;
	position: absolute;
	right: 40px;
	top: 13px;
}
#systemArea .openposition .btn {
	margin:2rem 0 0;
	border-style: none;
	text-align: center;
	width: 260px;
	background: #31746d;
	border-radius:8px;
	padding: 1rem 4rem 1rem 2rem;
}
#systemArea .openposition .btn:before {
	content:none;
	transform:none;
	border:none;
}
@media screen and (min-width:1025px) {
	.openposition {
		justify-content: space-between;
	}
	.openposition p {
		text-align:left;
	}
	#systemArea .openposition .btn {
		margin:10px 0 0;
		width:300px;
		height:50px;
		transition: .6s;
	}
	#systemArea .openposition .btn:hover {
		opacity:0.6;
	}
}
#systemArea .resultlen {
	color: #4A4A4A;
}
#systemArea .resultlen .activelen {
	font-size:1.8rem;
	color:#4A4A4A;
	margin: 0 0.5rem;
}
@media screen and (min-width:1025px) {
	#systemArea .resultlen .activelen {
			font-size:2.6rem;
	}
}
/* 一覧*/

@media screen and (min-width:1025px) {
#jobdesc .site-main {margin:0;}
#jobdesc .site-footer {margin:0;}
	#systemArea.desc {
		width:100%;
		padding:0;
	}
	#systemArea .flexbox {
		display: flex;
		justify-content: center;
	}
	#systemArea.desc .sideArea {
	width:22%;
	flex-basis: auto;
	background: #04127c;
	margin: 0;
	}

}

/* メッセージ、職種0件エリア */
#systemArea .msgArea,
#systemArea .zeroArea {
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
}
#systemArea .msgArea {
	background: #f6f6f6;
}
#systemArea .zeroArea {
	text-align: center;
}

/* 一覧 */
.joblist dl.jobs {
	width: 100%;
	text-align: left;
}
.joblist dl.jobs dt {
	background: #eff2f6;
	color: #282d3c;
	font-weight: 400;
	padding: 0.7em 0 0.7em 1em;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}
.joblist dl.jobs dt::before,
.joblist dl.jobs dt::after,
.joblist dl.jobs dt span:before,
.joblist dl.jobs dt.active::before,
.joblist dl.jobs dt.active::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	display: block;
}
.joblist dl.jobs dt::before {
	right: 21px;
	width: 1px;
	height: 11px;
	background: #fff;
	z-index: 3;
}
.joblist dl.jobs dt::after {
	right: 16px;
	width: 11px;
	height: 1px;
	background: #fff;
}
.joblist dl.jobs dt.active::before {
	display: none;
}
.joblist dl.jobs dt span {
	display:block;
	padding: 0;

}
.joblist dl.jobs dt span:before {
	content:"";
	width:20px;
	height:20px;
	background:#282d3c;
	position: absolute;
	right: 12px;
}
.joblist dl.jobs dd {
	margin-bottom: 2em;
}
.joblist dl.jobs dd ul {
	display: flex;
	flex-wrap: wrap;
	margin:1rem 0 0;
}
.joblist dl.jobs dd ul li {
	width:100%;
	border-bottom:1px solid #eff2f6;
	padding:0 0 1rem;
	margin:0 0 1rem;
}
#systemArea.joblist dl.jobs dd a {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	transition: .6s;
}
#systemArea.joblist dl.jobs dd a:hover {
	opacity:0.6;
}
#systemArea.joblist dl.jobs dd a .new {
	display: inline-block;
	font-size: 1.2rem;
	margin: 0 0 0 1rem;
	color:#ed6e01;
}
#systemArea.joblist dl.jobs dd a .jobName {
	padding:0 1rem;
}
#systemArea.joblist dl.jobs dd a .jobName font.small {
	color: #ff8c00;
}
#systemArea.joblist dl.jobs dd a .jobArea {
	color:#282d3c;
	font-size:1.3rem;
	padding:0 1rem;
	margin: 0;
}

@media screen and (min-width:1025px) {
	.joblist dl.jobs dd ul {
		justify-content: space-between;
	}
	.joblist dl.jobs dt {
		font-size:2.4rem;
		margin-top:22px;
		padding: 1.5rem 25px 1.2rem 25px;
	}
	.joblist dl.jobs dt::before {
		width:2px;
		height: 14px;
		right:39px;
	}
	.joblist dl.jobs dt::after {
		width: 14px;
		height:2px;
		right:33px;
	}
	.joblist dl.jobs dt span:before {
		right:25px;
		width:30px;
		height:30px;
	}
	#systemArea.joblist dl.jobs dd a {
		display: flex;
	}
	#systemArea.joblist dl.jobs dd a .jobName {
		padding:0 0 0 25px;
		width: calc(100% - 340px);
	}
	#systemArea.joblist dl.jobs dd a .jobArea {
		padding:0 25px 0 10rem;
		width:340px;
	}
}



/* 職種詳細
======================== */
#systemArea.desc {
	width:100%;
}
#systemArea.desc .mainArea {
	margin: 3rem auto 4rem;
	width:90%;
}
#systemArea.desc .mainArea .ttl {
	text-align:left;
	border-bottom:1px solid #282d3c;
}
#systemArea.desc .mainArea .ttl p {
	color:#282d3c;
}
#systemArea.desc .mainArea .ttl h2 {
	color:#0f1ed2;
}
#systemArea.desc .mainArea .descriptionWrap {
	margin:2rem 0 0;
}
#systemArea.desc .mainArea .description_box {
	text-align:left;
}
#systemArea.desc .mainArea .description_box dt {
	font-size:1.6rem;
	font-weight:700;
}
#systemArea.desc .mainArea .description_box dd {
	margin: 1rem 0 2rem;
	padding:0 0 4rem;
	border-bottom: 1px solid #7d869a;
	color: #282d3c;
}
#systemArea.desc .btnWrap {
	margin-top: 3rem;
}
#systemArea.desc .btnWrap button {
	position: relative;
	padding: 1rem;
	width: 80%;
	flex-basis: 80%;
	height: 43px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
}
/*
#systemArea.desc .btnWrap button::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 21px;
	width: 20px;
	height: 1px;
	background: #fff;
}
#systemArea.desc .btnWrap button::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 18px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	transform: rotate(-135deg);
}
*/

#systemArea.desc #directEntry {
	position: fixed;
	background:rgba(230,230,230,0.6);
	bottom: -100px;
	width: 100%;
	height: 80px;
	left: 0;
	z-index: 100;
	transition: .6s;

}
#systemArea.desc #directEntry.is-active {
	bottom: 0;

}
#systemArea.desc #directEntry .btnWrap {
	margin:2rem 0;
}
#systemArea.desc .sideArea {
	background:#eff2f6;
}
#systemArea.desc .sideArea dl {
	text-align: left;
	border-bottom:1px solid #fff;
}
#systemArea.desc .sideArea dl dt {
	background: #eff2f6;
	color: #282d3c;
	padding: 1.2rem 2rem;
	position: relative;
}
#systemArea.desc .sideArea dl dt::before,
#systemArea.desc .sideArea dl dt::after,
#systemArea.desc .sideArea dl dt span:before,
#systemArea.desc .sideArea dl dt.active::before,
#systemArea.desc .sideArea dl dt.active::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	content: "";
	display: block;
}
#systemArea.desc .sideArea dl dt::before {
	right: 20px;
	width: 2px;
	height: 12px;
	background: #282d3c;
	z-index: 3;
}
#systemArea.desc .sideArea dl dt::after {
	right: 15px;
	width: 12px;
	height: 2px;
	background: #282d3c;
}
#systemArea.desc .sideArea dl dt.active::before {
	display: none;
}
#systemArea.desc .sideArea dl dd ul {
	display:flex;
	flex-wrap: wrap;
}
#systemArea.desc .sideArea dl.link dd ul {
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
}
#systemArea.desc .sideArea dl.tag ul,
#systemArea.desc .sideArea dl.jobs ul,
#systemArea.desc .sideArea dl.content ul,
#systemArea.desc .sideArea dl.link ul {
	padding: 0 2rem 1rem;
}
#systemArea.desc .sideArea dl.tag dd ul li {
	border:1px solid #535a6e;
	margin:0 1rem 1rem 0;
}
#systemArea.desc .sideArea dl.tag dd ul li a {
	padding:0.5rem 1rem;
	display: inline-block;
	text-decoration: none;
}

#systemArea.desc .sideArea dl.jobs dd ul li a,
#systemArea.desc .sideArea dl.link dd ul li a {
	padding:0 0 1rem 2rem;
	text-decoration: none;
	display:block;
	position: relative;
}
#systemArea.desc .sideArea dl.jobs dd ul li a::before,
#systemArea.desc .sideArea dl.link dd ul li a::before {
	content:"→";
	position: absolute;
	left:0;
	top:0;
}
#systemArea.desc .sideArea dl dd ul li a {
	color:#282d3c;
	text-decoration: none;
}
#systemArea.desc .sideArea dl.content ul li a {
	display: block;
	margin: 0 0 2rem;
}
#systemArea.desc .sideArea dl.content ul li a .txt {
	position: relative;
	margin: 1.5rem 0 0;
}
#systemArea.desc .sideArea dl.content ul li a .category {
	position: relative;
	display: table;
	margin-top: -20px;
	padding: 0.5rem 1rem;
	color:#fff;
	background:#2c69ff;
}
@media screen and (min-width:1025px) {
#systemArea.desc .sideArea dl {
	border:none;
	padding-bottom: 20px;
}
#systemArea.desc .sideArea dl dt {
	font-size:1.8rem;
	padding: 0 4rem 25px;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 1.35;
}
#systemArea.desc .sideArea dl dt::before {
	width:57px;
	height:3px;
	right: auto;
	bottom: -30px;
}
#systemArea.desc .sideArea dl dt::after {
	content:none;
}
#systemArea.desc .sideArea dl.tag ul,
#systemArea.desc .sideArea dl.jobs ul,
#systemArea.desc .sideArea dl.content ul,
#systemArea.desc .sideArea dl.link ul {
	padding: 0 4rem;
}
	#systemArea.desc .mainArea {
		width: 78%;
		margin:0 auto;
		background:#fff;
		padding:40px 120px 60px;
		position: relative;
	}
#systemArea.desc .mainArea .descriptionWrap {
	margin:0;
}
#systemArea.desc .mainArea .description_box {
	display: flex;
	flex-wrap: wrap;
}
#systemArea.desc .mainArea .description_box dt {
	font-size: 1.8rem;
	border-bottom: 1px solid #7d869a;
	width: 20%;
	padding: 4rem 4rem 4rem 0;
}
#systemArea.desc .mainArea .description_box dd {
	margin: 0;
	padding: 4rem 0;
	width: 80%;
}
#systemArea.desc .btnWrap {
	margin-top: 5rem;
}
#systemArea.desc .btnWrap button {
	width:400px;
	flex-basis: 400px;
	height:60px;
	padding: 0 1rem;
	font-size:1.6rem;
	font-weight:700;
	cursor: pointer;
	background: #0f1ed2;
	border: 1px solid #0f1ed2;
}
#systemArea.desc .btnWrap button::before {
	right: 16px;
	top: 30px;
	width: 45px;
}
#systemArea.desc .btnWrap button::after {
	right: 17px;
	top: 27px;
}
#systemArea.desc .sideArea dl.tag dd ul li a,
#systemArea.desc .sideArea dl.jobs dd ul li a,
#systemArea.desc .sideArea dl.content ul li a,
#systemArea.desc .sideArea dl.link dd ul li a {
	font-size:1.4rem;
	transition: .6s;
}
#systemArea.desc .sideArea dl.jobs dd ul li a:hover,
#systemArea.desc .sideArea dl.content ul li a:hover,
#systemArea.desc .sideArea dl.link dd ul li a:hover {
	opacity:0.6;
}
#systemArea.desc .sideArea dl.tag dd ul li a:hover {
	color:#fff;
	background:#535a6e;
}
#systemArea.desc .sideArea dl.content ul li a .category {
	max-width:80%;
}

	#systemArea.desc #directEntry {
		bottom: -100px;
		height:100px;
	}

}
/* 同意文
======================== */
#systemArea.agree {
	width: 100%;
	margin: 2rem auto 0;
}
#systemArea.agree .wrap {
	width:90%;

}
#systemArea.agree .ttl h2{
	font-size:2.2rem;
	font-weight: 500;
	color:#04127c;
	margin: 4rem 0;
}
#systemArea.agree textarea {
	width:100%;
	height: 320px;
	padding: 20px;
	border: 2px solid #04127c;
}

#systemArea.agree .btnWrap {
	margin:3rem 0 6rem;
	justify-content: space-around;
}
#systemArea.agree .btnWrap .btn {
	padding: 0;
	border-radius: 8px;
	margin: 0;
	font-weight: 400;
	text-align: center;
	width: 160px;
	height: 43px;
	background: #ed6e01;
	color:#fff;
	position: relative;
}
#systemArea.agree .btnWrap input {
	color:#fff;
	padding: 0 2rem ;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
}
/*
#systemArea.agree .btnWrap .btn::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 21px;
	width: 20px;
	height: 1px;
	background: #fff;
}
#systemArea.agree .btnWrap .btn::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	transform: rotate(-135deg);
}
*/
#systemArea.agree .btnWrap .btn.btn_ani {
	font-size:1.6rem;
	padding: 0 2rem;
	background:#e6e6e6;
	color:#04127c;
	position: relative;
	line-height: 43px;
}
/*
#systemArea.agree .btnWrap .btn.btn_ani::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 21px;
	width: 20px;
	height: 1px;
	background: #04127c;
}
#systemArea.agree .btnWrap .btn.btn_ani::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #04127c;
	border-bottom:none;
	transform: rotate(-135deg);
}
*/
#systemArea.agree .btnWrap a {
	text-decoration: none;
}
@media screen and (min-width:1025px) {
	#systemArea.agree .ttl h2{
		margin: 4rem 0;
	}
	#systemArea.agree textarea {
		height: 460px;
		padding: 40px;
	}
	#systemArea.agree .btnWrap .btn {
		width: 300px;
		height: 60px;
		cursor: pointer;
		line-height: 60px;
		font-weight:700;
		padding: 0;
		transition: .6s;
	}
	#systemArea.agree .btnWrap input {
		padding:0 6rem;
	}
	#systemArea.agree .btnWrap .btn:hover {
		opacity:0.6;
	}
/*
	#systemArea.agree .btnWrap .btn::before {
		right: 16px;
		top: 30px;
		width: 45px;
		height: 1px;
	}
	#systemArea.agree .btnWrap .btn::after {
		right: 16px;
		top: 26px;
		width: 8px;
		height: 8px;
	}
*/
	#systemArea.agree .btnWrap .btn.btn_ani {
		line-height: 60px;
		padding: 0 4rem;
	}
/*
	#systemArea.agree .btnWrap .btn.btn_ani::before {
		content: "";
		left: 16px;
		top: 30px;
		width: 45px;
	}
	#systemArea.agree .btnWrap .btn.btn_ani::after {
		left: 16px;
		top: 26px;
		width: 8px;
		height: 8px;
	}
*/
}

/* 募集職種詳細
------------------------------------------------- */
#systemArea.desc .zeroArea {
	margin-top: 80px;
}
#systemArea.desc h2 {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 1.5em;
	font-weight: 500;
	}
	@media screen and (min-width:1025px) {
	#systemArea.desc h2 {
		font-size: 26px;
	}
}
.desc h2 span {
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
	margin-bottom: 0.6em;
}


/* 同意文
------------------------------------------------- */
/* テキスト色 */
#entry_agreement_body .header_page_caption h2:after {
	color: #4A4A4A;
}
div.jobbox h3.title,
textarea {
	color: #282d3c;
}


/* エントリーと確認
------------------------------------------------- */
/* 不要スペーサー、br非表示 */
#systemArea.entry img[src$="spacer.gif"],
#systemArea.entry img[src$="spacer.gif"] + br,
#systemArea.entry img[src$="spacer.gif"] + br + br {
	display: none;
}

/* エラーメッセージ */
#systemArea.entry table[width="920"] table {
	background: #eee;
	margin-bottom: 60px;
}
#systemArea.entry table[width="920"] table td {
	background: #eee;
}
#systemArea.entry table[width="920"] table tr:first-child td {
	padding-top: 20px;
}
#systemArea.entry table[width="920"] table tr:last-child td {
	padding-bottom: 20px;
}
#systemArea.entry table[width="920"] table .warn {
	color: #000;
	font-weight: 500;
}

/* 幅調整 */
#systemArea.entry form > table table td[width="10"] {
	width: 50px;
}
#systemArea.entry form > table table table td[width="30"] {
	width: 50px;
}
#systemArea.entry input[size="6"] {
	width: 80px;
}
#systemArea.entry input[size="10"] {
	width: 120px;
}
#systemArea.entry input[size="16"] {
	width: 200px;
}
#systemArea.entry input[size="40"] {
	width: 380px;
}
#systemArea.entry input[size="50"],
#systemArea.entry textarea {
	width: 500px;
}
	@media screen and (min-width:1025px) {
	#systemArea.entry input[size="6"] {
		width: 120px;
	}
	#systemArea.entry input[size="10"] {
		width: 160px;
	}
}
/* 添付ファイル */
#systemArea input[type="file"] {
	width: 460px;
	background: transparent;
	position: relative;
}

/* テーブルデザイン */
#systemArea.entry form > table td.tips,
#systemArea.entry form > table td[colspan="2"] {
	text-align: center;
}
#systemArea.entry form > table table td {
	border-bottom: 1px solid #ddd;
	padding: 26px 10px;
	background: #fff;
}
#systemArea.entry form > table table table td {
	border-bottom: none;
	padding: 5px 3px;
}

/* 罫線色 */
.entry .entrytable .detailbg,
.entry .entrytable .jobbg {
	border-top: 1px solid #7d869a;
	border-bottom: 1px solid #7d869a;
}
#entry_body .detailbg_horizon, #entry_inputerror_body .detailbg_horizon, #entry_confirm_body .detailbg_horizon, #entry_accepted_body .detailbg_horizon, #direct_entry_body .detailbg_horizon, #direct_entry_inputerror_body .detailbg_horizon, #direct_entry_confirm_body .detailbg_horizon, #direct_entry_accepted_body .detailbg_horizon {
	border-top: 1px solid #7d869a;
}


/* 余白調整 */
#systemArea.entry input[name="email1"],
#systemArea.entry input[name="confirm_email1"],
#systemArea.entry input[name="address1"] {
	margin-top: 10px;
}
#systemArea.entry select[name="job_start_month1"],
#systemArea.entry select[name="job_end_month1"] {
	margin: 0.8rem 0.8rem 0.8rem 1rem;
}
/*カテゴリタイトル*/
#systemArea.entry form > table table td b {
	font-weight: 500;
	font-size: 26px;
	display: block;
}
#systemArea.entry form > table table td[bgcolor="#004890"] {
	background: #fff;
	padding-top: 60px;
}

/*カテゴリサブタイトル*/
#systemArea.entry form > table table td .mgn {
	font-size: 22px;
	display: block;
	margin: 0;
}

/* テキスト色 */
#systemArea.entry form > table font,
#systemArea.entry form > table table td font,
#systemArea.entry table .tips {
	color: #000;
}

/* 必須アイコン */
#systemArea.entry font[color="#ff0000"] {
	display: inline-block;
	background: #04127c;
	color: #fff;
	font-size: 0.750em;
	padding: 0 6px;
	line-height: 22px;
	height: 22px;
	margin: 0 8px 0 0;
}

/* 必須項目 */
#systemArea.entry .required2 {
	background:#f8ebee;
}

/* ボタン */
#systemArea.entry .td_submit_table table td {
	padding: 0;
	font-size: 0;
}
#systemArea.entry form > table table td.td_submit_table {
	padding: 0;
	border: none;
}
#systemArea.entry .td_submit_table .btn {
	margin-right: 15px;
	margin-left: 15px;
}

/* 入力欄、セレクトボックス */
#systemArea input[type="text"],
#systemArea textarea,
#systemArea select {
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,Meiryo,"メイリオ","Hiragino Kaku Gothic ProN",-apple-system,BlinkMacSystemFont,Verdana,Arial,Helvetica,sans-serif;
	font-size: 100%;
	border: 1px solid #ddd;
	padding: 0.4em;
	color: #000;
	border-radius: 0;
}
#systemArea input[type="text"],
#systemArea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックス */
#systemArea.entry label[for^="contact_how"],
#systemArea.entry label[for^="media"],
#systemArea.entry label[for^="delete_button_upload"] {
	cursor: pointer;
	position: relative;
	padding-left: 0;
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
	min-height:3.5rem;
}
#systemArea.entry label[for^="contact_how"] {
	padding-left:0;
	margin-right: 10px;
}
#systemArea.entry label[for^="contact_how"] {
	margin-top: 7px;
}
#systemArea.entry img[src$="spacer.gif"] + br + label[for^="media"] {
	margin-top: 20px;
}

/* ラジオボタン */
#systemArea.entry label[for*="flag"],
#systemArea.entry label[for^="change_job_date"] {
	position: relative;
	padding-left: 25px;
	margin: 5px 20px 0 0;
	overflow: hidden;
	display: inline-block;
}
#systemArea.entry label[for*="flag"]:before,
#systemArea.entry label[for^="change_job_date"]:before {
	position: absolute;
	width: 17px;
	height: 17px;
	border: 1px solid #ddd;
	border-radius: 50%;
	left: 0px;
	top: 4px;
	content: '';
	z-index: 3;
}
#systemArea.entry label[for*="flag"]:after,
#systemArea.entry label[for^="change_job_date"]:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	left: 1px;
	top: 5px;
	background-color: #04127c;
	border: 2px solid #fff;
	z-index: 1;
}
#systemArea input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 2;
	width: 16px;
	height: 16px;
	left: -32px;
	top: 5px;
	margin: 0px;
	box-shadow: 32px 0 #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#systemArea input[type="radio"]:checked {
	box-shadow: none;
}
#systemArea td { /*forIE9*/
	border-collapse: separate;
}

/* tableリストタイプ
------------------------------------------------- */
table.list {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	font-size: 1.5rem;
}
table.list th,
table.list td {
	border-top: 1px solid #ddd;
	padding: 1em 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
table.list th {
	padding-bottom: 0;
}
table.list td {
	border-top: none;
	padding-top: 0;
}
table.list td .atten {
	color:#333;
	display:block;
	font-size: 1.2rem;
}
@media screen and (min-width:1025px) {
	table.list {
		font-size: 1.6rem;
	}
	table.list th,
	table.list td {
		border-top: 1px solid #ddd;
		display: table-cell;
		padding: 1.4em 0;
	}
	table.list th {
		width: 15em;
		vertical-align: top;
	}
	table.list td {
		width: calc(100% - 15em);
	}
	table.list td .atten {
		font-size: 1.6rem;
		margin:1rem 0 0;	
	}
}

/* エントリー
================================================== */
#systemArea.entry .wrap {
	padding-top: 3.2rem;
	text-align: left;
	width:90%;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .wrap {
		padding-top: 4rem;
	}
}
#systemArea.entry .error_txt {
	border: solid 1px #be375a;
	color: #be375a;
	margin-bottom: 5rem;
	padding: 1.5rem 2.5rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .error_txt {
		padding: 3.5rem 4.5rem;
	}
}
#systemArea.entry .error_txt li {
	position: relative;
	margin: 1rem 0;
	padding-left: 3.4rem;
}
#systemArea.entry .error_txt li::before {
	position: absolute;
	display: block;
	content: "！";
	top: 0.2rem;
	left: 0;
	width: 20px;
	height: 20px;
	background: #be375a;
	border-radius: 50%;
	margin: auto;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .error_txt li::before {
		top: 0.3rem;
	}
}
#systemArea.entry .txt {
	margin:0 0 15px;
}
#systemArea.entry h2 {
	position: relative;
	text-align: center;
	letter-spacing: 0.3rem;
	font-size: 2rem;
	background: #04127c;
	color: #fff;
	padding: 0.5rem 0 0.4rem 0
	line-height: 1.5;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry h2 {
		text-align:left;
		font-size: 2rem;
		padding: 1.5rem 3.5rem;
		margin: 0;
	}
}


#systemArea.entry .required {
	display: inline-block;
	background: #04127c;
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0.3rem 0.6rem 0.2rem;
	margin: 0 1rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .required {
		line-height: 1.6;
		padding: 0.3rem 0.8rem 0;
	}
}
#systemArea.entry table.list th {
	text-align: left;
	padding: 1.2em 0 0.6em 0;
	color:#04127c;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry table.list th {
		padding: 2.6em 4rem 2.2em 0;
	}
}
#systemArea.entry .cmt_txt {
	text-align: center;
	padding: 2rem 0;
	}
#systemArea.entry .cmt_txtL {
	text-align: left;
	padding: 2rem 0;
	}
	@media screen and (min-width:1025px) {
}
#systemArea.entry .cmt_txt_left {
	text-align: left;
	font-size: 1.2rem;
	padding: 0 0 1.5rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cmt_txt_left {
		font-size: 1.6rem;
		padding: 2rem 0;
	}
}
#systemArea.entry .cmt_txt_left p {
	padding-bottom: 0.8rem;
}
#systemArea.entry .sub_ttl {
	text-align: center;
	font-size: 1.6rem;
	background: #f6f9d9;
	border-bottom: solid 1px #04127c;
	border-top: none;
	padding: 0.5em;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .sub_ttl {
		font-size: 1.8rem;
		padding: 0.7em;
	}
}

/* 最終学歴 */
#systemArea.entry table.list table {
	width: 100%;
}
#systemArea.entry table.list table th,
#systemArea.entry table.list table td {
	border: none;
	padding: 0;
}
#systemArea.entry table.list table th {
	width: 100%;
	padding-top: 1rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry table.list table th {
		width: 10em;
		vertical-align: middle;
		padding-top: 0;
	}
}
#systemArea.entry table.list table td {
	width: 100%;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry table.list table td {
		width: calc(100% - 10em);
	}
}
#systemArea.entry table.list table label.radio {
	margin: 0.5em 1.5em -0.3em 0;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry table.list table label.radio {
		margin: 1.2em 1.5em 0 0;
	}
}

/* 職歴を追加ボタン */
#systemArea.entry .accordion {
    position: relative;
    display: block;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    transition: all 0.4s;
    margin: 3rem auto!important;
    cursor: pointer;
    }
    @media screen and (min-width:1025px) {
    #systemArea.entry .accordion {
        width: 7rem;
        height: 7rem;
        margin: 4rem auto!important;
    }
    #systemArea.entry .accordion:hover {
        border: 1px solid #04127c;
    }
}
#systemArea.entry .accordion::before,
#systemArea.entry .accordion::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 1px;
    height: 13px;
    background: #04127c;
    margin-top: -6px;
}
#systemArea.entry .accordion::before {
    z-index: 1;
    transition: 0.8s;
}
#systemArea.entry .accordion::after {
    transform: rotate(90deg);
}
#systemArea.entry .accordion.hidden {
    display: none;
}
#systemArea.entry .accordion span {
    position: absolute;
    display: inline-block;
    bottom: -32px;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    text-align: center;
}

/* フォームパーツ
---------------------------------- */
#systemArea.entry input,
#systemArea.entry select,
#systemArea.entry textarea {
	background: #fff;
	border: 1px solid #04127c;
	padding: 1rem 1.5rem;
	line-height: 1.6;
	font-size: 1.6rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry input,
	#systemArea.entry select,
	#systemArea.entry textarea {
		padding: 1rem 2rem;
	}
}
#systemArea.entry input,
#systemArea.entry textarea {
	background: #fff;
	border: 1px solid #04127c;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0.5rem 0;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry input,
	#systemArea.entry textarea {
		margin: 0.8rem 0;
	}
}
#systemArea.entry input[size="35"],
#systemArea.entry input[size="40"],
#systemArea.entry input[size="50"],
#systemArea.entry select[name^="job_code"],
#systemArea.entry [name^="school_"],
#systemArea.entry [name^="company_type"],
#systemArea.entry [name^="job_type"],
#systemArea.entry [name^="job_status"] {
    width: 100%;
}
#systemArea.entry input[name^="station_input"] {
	width: calc(100% - 140px);
}
#systemArea.entry select {
	margin: 0.5rem 0.4rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry select {
		margin: 0.8rem 0.8rem 0.8rem 1.6rem;
	}
	#systemArea.entry input[name^="station_input"] {
		width: calc(100% - 160px);
	}

}
#systemArea.entry select:first-child {
	margin-left: 0;
}
#systemArea.entry select[name^="job_end_year"] {
	margin: 0.5rem 0.4rem 0.5rem 0;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry select[name^="job_end_year"] {
		margin: 0.5rem 0.4rem 0.5rem 0;
	}
}
#systemArea.entry input:focus,
#systemArea.entry select:focus,
#systemArea.entry textarea:focus {
	background: #e7ef99;
	outline: 0;
}
#systemArea.entry textarea {
	width: 100%;
	display: block;
}
#systemArea.entry .col_2 {
	display: flex;
	justify-content: space-between;
}
#systemArea.entry .col_2 input {
	width: 48%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #efefef inset;
}

/* チェックボックス */
/* 参考：https://cultureacademia.jp/webcreate/303/ */

#systemArea.entry input[type="checkbox"] {
	display: none;
}
#systemArea.entry label {
	display: inline-block;
	margin: 0.4em 1.5em 0.4em 0;
}
#systemArea.entry .cb-parts {
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
	padding: 15px 0 15px 28px;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cb-parts {
		font-size: 1.6rem;
		padding: 15px 0 15px 40px;
	}
}
#systemArea.entry span[class^="cb-parts"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #04127c;
	border-radius: 0;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry span[class^="cb-parts"]::before {
		top: 11px;
		width: 30px;
		height: 30px;
	}
}
#systemArea.entry input[type="checkbox"]:checked + span[class^="cb-parts"]::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 7px;
	width: 6px;
	height: 10px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 2px solid #1a1b1c;
    border-right: 2px solid #1a1b1c;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry input[type="checkbox"]:checked + span[class^="cb-parts"]::after {
		top: 19px;
		left: 11px;
		width: 8px;
		height: 12px;
	}
}

/* placeholder */
#systemArea.entry input::placeholder {
	font-size: 1.2rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry input::placeholder {
		font-size: 1.6rem;
	}
	#systemArea.entry input:-ms-input-placeholder {
		font-size: 1.6rem;
	}
}

/* ラジオボタン */
#systemArea.entry label.radio {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	margin: 0 1.5em -0.8em 0;
	overflow: hidden;
	}
	@media screen and (min-width:768px) {
	#systemArea.entry label.radio {
		padding-left: 40px;
		margin: 0 1.5em -0.8em 0;
	}
}
#systemArea.entry label.radio:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	z-index: 3;
	border:1px solid #04127c;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry label.radio:before {
		width: 30px;
		height: 30px;
	}
}
#systemArea.entry label.radio:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #04127c;
	border: 6px solid #fff;
	border-radius: 50%;
	z-index: 1;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry label.radio:after {
		width: 30px;
		height: 30px;
		border: 8px solid #fff;
	}
}
#systemArea.entry input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	left: -40px;
	top: 0;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	box-shadow: 40px 0 #fff;
	border-radius: 50%;
	z-index: 2;
	}
#systemArea.entry input[type="radio"].required2 {
	box-shadow: 40px 0 #f8ebee;

}
	@media screen and (min-width:1025px) {
	#systemArea.entry input[type="radio"] {
		left: -60px;
		width: 30px;
		height: 30px;
		box-shadow: 60px 0 #fff;
	}
	#systemArea.entry input[type="radio"].required2 {
		box-shadow: 60px 0 #f8ebee;
	}
}
#systemArea.entry input[type="radio"]:checked {
	box-shadow: none;
}
/* Entry btn */
#systemArea.entry td .btn {
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius:8px;
	width: 120px;
border: 1px solid #ed6e01;
	background: #ed6e01;
	margin:0 0 0 2rem;


}
#systemArea.entry .btnWrap {
	margin:4rem 0;
	flex-wrap: wrap;
	justify-content: center;
}
#systemArea.entry .btnWrap.cfm {
	justify-content: space-between;
}
#systemArea.entry .btnWrap .btn {
	border-radius:8px;
	background:#ed6e01;
	border:1px solid #ed6e01;
	color:#fff;
	position: relative;
	padding: 0;
	width: 260px;
	height:43px;
	position: relative;
}
#systemArea.entry .btnWrap .btn input {
	border:1px solid #ed6e01;
}
#systemArea.entry .btnWrap .btnNo {
	border-radius:8px;
	background:#e6e6e6;
	border:1px solid #e6e6e6;
	color:#04127c;
	position: relative;
	padding: 0;
	margin:0 0 2rem;
	width: 160px;
	height:43px;
	position: relative;
}
/*
#systemArea.entry .btnWrap .btn::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 21px;
	width: 20px;
	height: 1px;
	background: #fff;
}
#systemArea.entry .btnWrap .btn::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	transform: rotate(-135deg);
}
#systemArea.entry .btnWrap .btnNo::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 21px;
	width: 20px;
	height: 1px;
	background: #04127c;
}
#systemArea.entry .btnWrap .btnNo::after {
	content: "";
	position: absolute;
	left: 12px;
	top: 17px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #04127c;
	transform: rotate(-135deg);
}
*/
#systemArea.entry .btnWrap input[type="submit"] {
	background: transparent;
	padding: 0 4rem;
	border-radius: 8px;
	color: #fff;
	margin: 0 auto;
	display: block;
	width: 260px;
	height:43px;
	position: absolute;
	left: 0;
	top: 0;
}
#systemArea.entry .btnWrap.cfm .btn ,
#systemArea.entry .btnWrap.cfm input[type="submit"] {
	width: 160px;
}

#systemArea.entry .btnWrap .btnNo input[type="submit"] {
	color: #04127c;
	padding: 0 2rem;
	border: 1px solid #e6e6e6;
}
@media screen and (min-width:1025px) {

	#systemArea.entry .btnWrap.cfm {
		justify-content: space-around;
	}
	#systemArea.entry .btnWrap .btn {
		transition: .6s;
	}
	#systemArea.entry .btnWrap input[type="submit"] {
		width: 400px;
		height:60px;
		font-size:1.6rem;
		transition: .6s;
	}
	#systemArea.entry .btnWrap.cfm input[type="submit"] {
		width: 300px;
		height:60px;
		font-size: 1.6rem;
		font-weight: 700;
		transition: .6s;
	}
	#systemArea.entry .btnWrap .btn:hover {
		opacity:0.6;
	}

	#systemArea.entry .btnWrap .btn {
		padding: 0;
		width:400px;
		height:60px;
	}
	#systemArea.entry .btnWrap.cfm .btn {
		padding: 0;
		width:300px;
		height: 60px;
	}
	#systemArea.entry .btnWrap.cfm .btnNo {
		padding: 0;
		width:300px;
		height: 60px;
		transition: .6s;
	}
	#systemArea.entry .btnWrap.cfm .btnNo:hover,
	#systemArea.entry .btnWrap.cfm .btnNo input:hover {
		opacity:0.6;
	}
/*
	#systemArea.entry .btnWrap .btn::before {
		content: "";
		right: 16px;
		top: 30px;
		width: 45px;
	}
	#systemArea.entry .btnWrap .btn::after {
		right: 17px;
		top: 26px;
		width: 8px;
		height: 8px;
	}
	#systemArea.entry .btnWrap .btnNo::before {
		content: "";
		left: 16px;
		top: 30px;
		width: 45px;
	}
	#systemArea.entry .btnWrap .btnNo::after {
		left: 17px;
		top: 26px;
		width: 8px;
		height: 8px;
	}
*/
}
/* 確認・完了
================================================== */
#systemArea.entry .msg_txt {
	margin-bottom:4rem;
}
#systemArea.entry .msg_txt p {
	padding-bottom: 2rem;
}
#systemArea.entry .msg_txt span {
	font-weight: bold;
}
#systemArea.entry .msg_txt a {
	color: #004831;
}
/* 完了画面・文字少ない時用 */
#systemArea.entry.mb10 {
	margin-bottom:10rem;
}
@media screen and (min-width:1025px) {
#systemArea.entry.mb10 {
	margin-bottom:30rem;
}
}
/* システム共通
================================================== */
/* ボタン */
.system .btn_ani input {
	background: #2a2b2d;
	border: solid 1px #1a1b1c;
	color: #fff;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.system .btn_ani span {
	position: relative;
	display: inline-block;
}
.system .btn_ani span::before,
.system .btn_ani span::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: all 0.4s;
}
.system .btn_ani span::before {
	right: -20px;
	width: 40px;
	height: 1px;
	background: #04127c;
	}
	@media screen and (min-width:1025px) {
	.system .btn_ani span::before {
		right: -25px;
		width: 50px;
	}
}
.system .btn_ani span::after {
	right: -18px;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #04127c;
	transform: rotate(-135deg);
	}
	@media screen and (min-width:1025px) {
	.system .btn_ani span::after {
		right: -24px;
		width: 10px;
		height: 10px;
	}
}
/* （hoverアニメーション） */
@media screen and (min-width:1025px) {
	.system .btn_ani input:hover {
		background: #fff;
		color: #1a1b1c;
	}
	.system .btn_ani span:hover::before {
		right: -45px;
		width: 70px;
	}
	.system .btn_ani span:hover::after {
		right: -44px;
	}
}

/* ボタン（職種詳細・エントリー） */
.system .desc .btn_ani,
#systemArea.entry .btn_ani {
	text-align: center;
	padding: 5rem 0 7rem;
	}
	@media screen and (min-width:1025px) {
	.system .desc .btn_ani,
	#systemArea.entry .btn_ani {
		padding: 8rem 0 12rem;
	}
}
.system .desc .btn_ani input,
#systemArea.entry .btn_ani input {
	font-size: 1.5rem;
	font-weight: 500;
	padding: 1.6rem 5rem;;
	}
	@media screen and (min-width:1025px) {
	.system .desc .btn_ani input,
	#systemArea.entry .btn_ani input {
		width: 500px;
		font-size: 1.7rem;
		padding: 3rem;
	}
}

/* ボタン（同意文） */
.system .agree .btn_ani span {
	display: block;
}
.system .agree .btn_ani input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	}
	@media screen and (min-width:1025px) {
	.system .agree .btn_ani input {
		width: 30rem;
		height: 66px;
		line-height: 66px;
	}
}

/* ボタン（確認画面） */
#systemArea.entry .cfm_btn {
    display: flex;
	align-items: center;
	flex-direction: column-reverse;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cfm_btn {
		flex-direction: row;
		justify-content: center;
	}
}
#systemArea.entry .cfm_btn li {
	padding: 0 2rem;
}
#systemArea.entry .cfm_btn .btn_back {
	display: inline-block;
	text-align: center;
	padding: 0 0 7rem;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cfm_btn .btn_back {
		padding: 8rem 0 12rem;
	}
}
#systemArea.entry .cfm_btn .btn_back input {
	width: 260px;
	font-size: 1.5rem;
	font-weight: 500;
	background: #9e9e9e;
	border: solid 1px #9e9e9e;
	cursor: pointer;
	color: #fff;
	padding: 1.6rem 5rem;
	transition: all 0.4s;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cfm_btn .btn_back input {
		width: 400px;
		font-size: 1.7rem;
		padding: 3rem;
	}
}
#systemArea.entry .cfm_btn .btn_back input:hover {
	background: #fff;
	border: solid 1px #9e9e9e;
	color: #9e9e9e;
}
#systemArea.entry .cfm_btn .btn_ani {
	padding: 5rem 0 0;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cfm_btn .btn_ani {
		padding: 8rem 0 12rem;
	}
}
#systemArea.entry .cfm_btn .btn_ani input {
	width: 260px;
	}
	@media screen and (min-width:1025px) {
	#systemArea.entry .cfm_btn .btn_ani input {
		width: 400px;
	}
}

/* 確認
------------------------------------------------- */
#systemArea.entry .tips p {
	text-align: center;
}

/* formパーツ
----------------------------------------------------*/
/* ラジオボタン */
label[for^="have_referral_number"],
label[for^="duplicate_entry_check"] {
	position:relative;
	padding-left:5px;
	margin-right:20px;
	overflow:hidden;
	padding-left:25px;
	display:inline-block;
}
label[for^="have_referral_number"]:before,
label[for^="duplicate_entry_check"]:before {
	position:absolute;
	width:17px;
	height:17px;
	border:solid 1px #ddd;
	border-radius:50%;
	left:0px;
	top:4px;
	content:'';
	z-index:3;
}
label[for^="have_referral_number"]:after,
label[for^="duplicate_entry_check"]:after {
	content:'';
	position:absolute;
	width:11px;
	height:11px;
	border-radius:100%;
	left:3px;
	top:7px;
	background-color:#0f1ed2 !important;
	z-index:1;
}