@charset "euc-jp";

/* 募集職種一覧
================================================== */
.system .joblist .searchArea {
	background:#fff;
	width:100%;
}
.system .joblist .searchArea .ttl {
	position: relative;
/*	font-family: 'Shippori Mincho', serif;*/
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.1em;
	padding: 2rem 0;
	}
.system .joblist .searchArea .ttl span {
	display:block;
/*	font-family: 'Lato', sans-serif;*/
	font-size: 1.2rem;
	color:#1076a8;
}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea .ttl {
		font-size: 3rem;
		padding: 5.8rem 0 4.8rem;
	}
	.system .joblist .searchArea .ttl span {
		font-size: 1.4rem;
		margin: 1rem 0 0;
	}
}
.system .joblist .searchArea dl.list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.3rem;
	margin-bottom: 2.6rem;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea dl.list {
		margin: 0 auto;
		margin-bottom: 5.5rem;
		max-width: 1140px;
		position: relative;
	}
}
.system .joblist .searchArea dl.list dt {
	font-weight: normal;
	border-top: 1px solid #ddd;
	margin:1rem 0 0.5rem;
	padding:0.5rem 1.5rem 0;
}
.system .joblist .searchArea dl.list dt:first-child {
	margin:0 0 0.5rem;
}
.system .joblist .searchArea dl.list dd {
	border-top: none;
	padding:0 1.5rem 0.5rem;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea dl.list dt {
		font-size: 1.6rem;
		position: absolute;
		left: 0;
		width: 14em;
		padding: 1em 0;
		margin:0;
		word-break: break-all;
	}
	.system .joblist .searchArea dl.list dd {
		border-top: 1px solid #ddd;
		width: auto;
		padding: 1em 0 1em 14em;
	}
}
.system .joblist .searchArea ul {
	display: flex;
	flex-wrap: wrap;
}
.system .joblist .searchArea ul li {
	font-size: 0;
	margin: 0.4rem;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea ul li {
		margin: 0.5rem;
	}
}
.system .joblist .searchArea label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
}
.system .joblist .searchArea input {
	position: absolute;
	left: -40px;
	border-radius: 0;
}
.system .joblist .searchArea input + span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.1;
	color:#333;
	background: #fff;
	border: solid 1px #1076a8;
	border-radius:50px;
	padding: 0.8rem 1.6rem 0.7rem;
	transition: .6s;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea input + span {
		line-height: 1.6;
		font-size: 1.4rem;
		padding: 0.9rem 2.2rem 0.8rem;
	}
}
.system .joblist .searchArea input:checked + span {
	color:#fff;
	border-radius:50px;
	background: #1076a8;
	border: solid 1px #1076a8;

}
.system .joblist .searchArea .btn_box {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 1rem;

	}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea .btn_box {
		justify-content: center;
		padding-bottom: 2rem;
	}
}
.system .joblist .searchArea .btn_box button {
	display: inline-block;
	width: 48%;
	font-size: 1.2rem;
	color: #fff;
	padding: 1.7rem 0;
	cursor: pointer;
	transition: all 0.4s;
	line-height:1.5;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .searchArea .btn_box button {
		max-width: 340px;
		font-size: 1.5rem;
		padding: 2.2rem 0;
		margin: 0 2rem;
		line-height:1.6;
	}
}
.system .joblist .searchArea .btn_box button:hover {
/*	color:#fff;
	background: #5e6611;
	border: solid 1px #c4d700;*/
}
.system .joblist .searchArea .btn_box .btn_reset {
	background: none;
	border: none;
	color:#333;
	text-decoration: underline;
}
.system .joblist .searchArea .btn_box .btn_search {
	width:66%;
	margin:0 0 1.4rem;
	background: #1076a8;
	border: solid 1px #1076a8;
}

.system #contentsArea.joblist .wrap {
	max-width:none;
	width:100%;
}
@media screen and (min-width:1025px) {


}

/* 職務数 */
.system .joblist .hit_number {
	font-size: 1.5rem;
	padding: 2rem 0;
	text-align: center;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .hit_number {
		font-size: 1.8rem;
		padding: 4rem 0 0;
	}
}
.system .joblist .hit_number span {
	display: inline-block;
/*	font-family: 'Lato', sans-serif;*/
	font-size: 1.8rem;
	color: #1076a8;
	margin: 0 0.8rem;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .hit_number span {
		font-size: 2.4rem;
	}
}

/* 一覧 */

.system .joblist .zeroArea {
	width:86%;
	margin: 0 auto;
	padding: 10rem 2rem;
	text-align:center;
}
.system .joblist .msgArea {
	width:86%;
	background: #eee;
	margin: 2rem auto 5rem!important;
	padding: 2rem 3rem;
	}
	@media screen and (min-width:1025px) {
	.system .joblist .zeroArea,
	.system .joblist .msgArea {
		width:100%;
		margin: 5rem auto 7rem!important;
		padding: 3rem 4rem;
		max-width:1140px;
	}
}
.jobcategory {display:none;}
	@media screen and (min-width:1025px) {
	.jobcategory {
		display:flex;
		flex-wrap:wrap;
		max-width:1140px;
		margin:0 auto;
	}
	.jobcategory li {
		width: calc(33.3333333% - 60px * 2 / 3);
		margin: 0 60px 30px 0;
	}
	.jobcategory li:nth-child(3n+3) {
		margin-right: 0;
	}
	.jobcategory li a {
		position: relative;
		display:block;
		color:#333;
		text-decoration:none;
		padding: 1.5rem 0;
		border-bottom:1px solid #e6e6e6;
	}
	.jobcategory li a::before {
		position: absolute;
		top: calc(50% - 3px);
		right:3px;
		width: 1px;
		height: 10px;
		display: block;
		content: "";
		background: #1076a8;
	}
	.jobcategory li a::after {
	position: absolute;
	top:50%;
	right:0;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #1076a8;
	border-left: 1px solid #1076a8;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}

}

.listArea .categoryBlock {
	margin:0 0 2rem;
}

.listArea .category {
	position: relative;
/*	font-family: 'Shippori Mincho', serif;*/
	font-size: 2rem;
	background:#cee2eb;
	width:100%;
	display: flex;
	padding-left:7%;
	justify-content: space-between;
}
.listArea .category:after {
	content:"";
	width:7%;
	display:block;
	background:#fff;
}

.listArea .category div {
	padding:1.7rem 58px 1.7rem 0;
	letter-spacing: -0.05em;
	background:#cee2eb;
}
.listArea .category span.toggle {
	display:block;
	width:35px;
	height:35px;
	border-radius:50px;
	border:1px solid #1076a8;
	position: absolute;
	left: 81%;
	top: 50%;
	transform:translate(0, -50%);
}
dl.accordion_icon dt:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #cee2eb;
	position: absolute;
	right: 50%;
	top: 0;
	z-index: -1;
}
/*
dl.accordion_icon dt span.toggle::before,
dl.accordion_icon dt span.toggle::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	display: block;
	width: 1px;
	height: 13px;
	background: #1076a8;
	margin-top: -6px;
}
dl.accordion_icon dt span.toggle::before {
	z-index: 1;
	transition: 0.8s;
}
dl.accordion_icon dt span.toggle::after {
	transform: rotate(90deg);
}
dl.accordion_icon dt.active span.toggle::before {
	opacity: 0;
	transform: rotate(90deg);
}
dl.accordion_icon dt span.toggle::after {
	transform: rotate(90deg);
}
*/
dl.accordion_icon dd ul {
	margin:3rem 0 4rem;
}
dl.accordion_icon dd a {
	display:block;
	width: 86%;
	margin: 0 auto;
	padding: 1rem 2rem;
	border-top:1px solid #e6e6e6;
	position: relative;
	color: #333;
	text-decoration: none;
}
dl.accordion_icon dd a .jobName {
/*	font-family: 'Shippori Mincho', serif;*/
	font-size:1.4rem;
}
dl.accordion_icon dd a .jobName .new {
/*	font-family: 'Lato', sans-serif;*/
	font-size:1rem;
	color:#1076a8;
	display: inline-block;
	margin: 0 0 0 1rem;
}
dl.accordion_icon dd a .jobArea {
	font-size:1.1rem;

}
dl.accordion_icon dd ul li:last-child a {
	border-bottom:1px solid #e6e6e6;
}
dl.accordion_icon dd a::before {
		position: absolute;
		top: 23px;
		left:3px;
		width: 10px;
		height: 1px;
		display: block;
		content: "";
		background: #1076a8;
}
dl.accordion_icon dd a::after {
	position: absolute;
	top:20px;
	left:6px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #1076a8;
	border-right: 1px solid #1076a8;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

	@media screen and (min-width:1025px) {
	.listArea {
		margin:100px 0 0;
	}
	.listArea .category {
		font-size: 3.6rem;
		display:block;
		padding-left:0;
		background: transparent;
	}
	.listArea .category div {
		max-width:1140px;
		margin:0 auto;
	}
	dl.accordion_icon dd ul {
		width:1140px;
		margin:7rem auto 12rem;
	}
	dl.accordion_icon dd a {
		width:100%;
		padding: 2.5rem 2rem 2.5rem 5rem;
		display: flex;
		justify-content: space-between;
		transition: 0.6s;
	}
	dl.accordion_icon dd a:hover {
		background:#f7f7f7;
	}
	dl.accordion_icon dd a .jobName {
		font-size:1.6rem;
		flex-basis: calc(100% - 280px);

	}
	dl.accordion_icon dd a .jobName .new {
		font-size: 1.4rem;
	}
	dl.accordion_icon dd a .jobArea {
		flex-basis: 280px;
		font-size: 1.4rem;
		display:flex;
	}
	dl.accordion_icon dd a::before {
	top: 50%;
	transform:translate(0, -50%);
	}
	dl.accordion_icon dd a::after {
		top: calc(50% - 3px);
	}
	.listArea .category span.toggle {
		width:70px;
		height:70px;
	}
	dl.accordion_icon dt span.toggle::before,
	dl.accordion_icon dt span.toggle::after {
		right: 32px;
	}


}
/* 共通
================================================== */
.ttlArea {
	background:#cee2eb;
	padding:3.2rem 0;
	border-bottom:1px solid #1076a8;
}
.ttlArea .ttl {
	font-size:1.8rem;
/*	font-family: 'Shippori Mincho', serif;*/
	width: 86%;
	margin: 0 auto;
	text-align: left;
}
.ttlArea .ttl span {
	color:#1076a8;
/*	font-family: 'Noto Sans JP', sans-serif;*/
	font-size:1.2rem;
	border:1px solid #1076a8;
	padding:0.5rem 1rem;
	display: table;
}
	@media screen and (min-width:1025px) {
	.ttlArea {
/*		background:#ecf7d9;*/
		padding:7.5rem 0;
/*		border-bottom:1px solid #ecf7d9;*/
	}
	.ttlArea .ttl {
		max-width:1140px;
		margin:0 auto;
		font-size:3.6rem;
	}
	.ttlArea .ttl span {
		font-size:1.4rem;
	}
}
.system .listtype1 li {
	display: inline-block;
	width: auto;
	padding: 0;
	line-height: 1.6;
	vertical-align: middle;
}
/* tableリストタイプ
------------------------------------------------- */
table.list {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	line-height: 2;
	border-bottom: 1px solid #e8e8e8;
}
table.list th,
table.list td {
	border-top: 1px solid #e8e8e8;
	padding: 1em 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
table.list tr:first-of-type th,
table.list tr:first-of-type td {
	border-top:none;
}
table.list th {
	padding-bottom: 0;
}
table.list td {
	border-top: none;
	padding-top: 0;
}
.system .entry table.list table th,
.system .entry table.list table td,
.system .entrycfm table.list table th,
.system .entrycfm table.list table td {
	border: none;
	padding: 0;
}
.system .entry table.list table th,
.system .entrycfm table.list table th {
/*	width: 100%;*/
	padding-top: 1rem;
}



@media screen and (min-width:1025px) {
	table.list th,
	table.list td {
		border-top: 1px solid #e8e8e8;
		display: table-cell;
		padding: 1.4em 0;
	}
	table.list tr:first-of-type th,
	table.list tr:first-of-type td {
		border-top:none;
	}
	table.list th {
		width: 18em;
		vertical-align: top;
	}
	table.list td {
		width: calc(100% - 18em);
	}
	.system .entry table.list table th,
	.system .entrycfm table.list table th {
		width: 12em;
		padding-top: 1rem;
	}
	.system .entry table.list table td,
	.system .entrycfm table.list table td {
		width: calc(100% - 12em);
	}
}

/* 募集職種詳細
================================================== */
#contentsArea.desc .wrap {
	margin:45px auto;
}
	@media screen and (min-width:1025px) {
	#contentsArea.desc .wrap {
		margin:90px auto;
	}
}
.desc table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e6e6e6;
	text-align: left;
}
.desc table th {
	display: block;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	padding: 1.5em 0 0;
}
.desc table td {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: top;
	overflow: hidden;
}

#contentsArea.desc .buttonArea {
	text-align: center;
	width: 100%;
}
#contentsArea.desc .buttonArea a {
	color:#333;
	display: block;
}
#contentsArea.desc .buttonArea .btn {
	margin-top: 4em;
}
@media screen and (min-width:1025px) {
	.desc table th {
		display: table-cell;
		width: 220px;
		font-weight: 500;
		border-bottom: 1px solid #e6e6e6;
		background:#f9f9f9;
		padding: 2.5rem 3.5rem;
	}
	.desc table td {
		display: table-cell;
		width: calc(100% - 220px);
		padding: 2.5rem 0 2.5rem 3.5rem;
	}
}


/* 個人情報の取扱いについて
================================================== */
#contentsArea.agree .wrap {
	margin:45px auto;
}
#contentsArea.agree .buttonArea {
	margin:4rem 0 0;
}
#contentsArea.agree .flex {
	display:flex;
	justify-content: space-around;
	align-items: center;
}
	@media screen and (min-width:1025px) {
	#contentsArea.agree .wrap {
		margin:90px auto;
	}
	#contentsArea.agree .buttonArea {
		margin:8rem 0 0;
	}
}
/* エントリー
================================================== */
#contentsArea.entry .wrap,
#contentsArea.entrycfm .wrap {
	margin:45px auto;
}
.system .entry .error_txt,
.system .entrycfm .error_txt {
	border: solid 1px #1076a8;
	color: #1076a8;
	margin-bottom: 5rem;
	padding: 1.5rem 2.5rem;
	}
	@media screen and (min-width:1025px) {
	.system .entry .error_txt,
	.system .entrycfm .error_txt {
		padding: 3.5rem 4.5rem;
	}
}
.system .entry .error_txt li,
.system .entrycfm .error_txt li {
	position: relative;
	margin: 1rem 0;
	padding-left: 3.4rem;
}
.system .entry .error_txt li::before,
.system .entrycfm .error_txt li::before {
	position: absolute;
	display: block;
	content: "！";
	top: 0.2rem;
	left: 0;
	width: 20px;
	height: 20px;
	background: #1076a8;
	border-radius: 50%;
	margin: auto;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	}
	@media screen and (min-width:1025px) {
	.system .entry .error_txt li::before,
	.system .entrycfm .error_txt li::before {
		top: 0.3rem;
	}
}
#contentsArea.entry .txt,
#contentsArea.entrycfm .txt {
	margin:2rem 0;
}
#contentsArea.entry h2,
#contentsArea.entrycfm h2 {
	font-size:1.8rem;
/*	font-family: 'Shippori Mincho', serif;*/
	font-weight: 400;
	background:#cee2eb;
	border-bottom:1px solid #1076a8;
	padding:0.85rem 2rem;
	margin: 5rem 0 0rem;
}
#contentsArea.entry h2:first-of-type,
#contentsArea.entrycfm h2:first-of-type {
	margin: 2.5rem 0 0rem;
}
#contentsArea.entry h3,
#contentsArea.entrycfm h3 {
	font-size:1.6rem;
	background:#f7f7f7;
	padding:0.5rem 0;
	text-align: center;
	font-weight: 400;

}
#contentsArea.entry .msg_txt p,
#contentsArea.entrycfm .msg_txt p {
	padding-bottom: 2rem;
}
#contentsArea.entry .msg_txt span,
#contentsArea.entrycfm .msg_txt span {
	font-weight: bold;
}
#contentsArea.entry .msg_txt a,
#contentsArea.entrycfm .msg_txt a {
	color: #004831;
}
.system .entry .required,
.system .entrycfm .required {
	display: inline-block;
	background: #1076a8;
	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) {
	.system .entry .required,
	.system .entrycfm .required {
		line-height: 1.6;
		padding: 0.3rem 0.8rem;
	}
}
.system .entry table.list th,
.system .entrycfm table.list th {
	text-align: left;
	padding: 1.2em 0 0.6em 0;
	font-weight: 400;
	}
	@media screen and (min-width:1025px) {
	.system .entry table.list th,
	.system .entrycfm table.list th {
		padding: 2.6em 3rem 2.2em;
	}
}
.system .entry .cmt_txt ,
.system .entrycfm .cmt_txt {
	margin:2rem 0 0;
	padding-bottom: 4rem;
	}

.system .entry .cmt_txt_left,
.system .entrycfm .cmt_txt_left {
	text-align: left;
	font-size: 1.2rem;
	padding: 0 0 1.5rem;
	}
	@media screen and (min-width:1025px) {
	.system .entry .cmt_txt_left,
	.system .entrycfm .cmt_txt_left {
		font-size: 1.6rem;
		padding: 2rem 0;
	}
}
.system .entry .cmt_txt_left p,
.system .entrycfm .cmt_txt_left p {
	padding-bottom: 0.8rem;
}
.system .entry .sub_ttl,
.system .entrycfm .sub_ttl {
	text-align: center;
	font-size: 1.6rem;
	background: #f6f9d9;
	border-bottom: solid 1px #c4d700;
	border-top: none;
	padding: 0.5em;
	}
	@media screen and (min-width:1025px) {
	.system .entry .sub_ttl,
	.system .entrycfm .sub_ttl {
		font-size: 1.8rem;
		padding: 0.7em;
	}
}

.system .entry .accordion {
	position: relative;
	display: block;
	width: 6.6rem;
	height: 6.6rem;
	border-radius: 50%;
	background:#1076a8;
	border: 1px solid #1076a8;
	transition: all 0.4s;
	margin: 4rem auto;
	cursor: pointer;
}
.system .entry .accordion::before,
.system .entry .accordion::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	display: block;
	width: 1px;
	height: 13px;
	background: #fff;
	margin-top: -6px;
}
.system .entry .accordion::before {
	z-index: 1;
	transition: 0.8s;
}
.system .entry .accordion::after {
	transform: rotate(90deg);
}
.system .entry .accordion.hidden {
	display: none;
}
.system .entry .accordion span {
	position: absolute;
	display: inline-block;
	bottom: -32px;
	left: 0;
	right: 0;
	font-size: 1.2rem;
	text-align: center;
}




#contentsArea.entry .buttonArea {
	text-align: center;
	width: 100%;
}
#contentsArea.entry .buttonArea .btn {
	margin-top: 4em;
}
	@media screen and (min-width:1025px) {
	#contentsArea.entry .wrap {
		margin:90px auto;
		max-width:1140px;
	}
	#contentsArea.entry h2,
	#contentsArea.entrycfm h2 {
		padding:2.2rem 4rem;
		font-size:3rem;
		margin:8rem 0 0;
	}
	#contentsArea.entry h2:first-of-type,
	#contentsArea.entrycfm h2:first-of-type {
		margin:6rem 0 0;
	}
	#contentsArea.entry h3,
	#contentsArea.entrycfm h3 {
		font-size:1.8rem;
	}
	.system .entry .accordion {
		width: 7rem;
		height: 7rem;
		margin: 4rem auto;
	}



}
.system .entry .atten,
.system .entrycfm .atten {
    color: #cc3333;
}
/* システム共通
================================================== */
.system .entry input,
.system .entry select,
.system .entry textarea {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 1rem 1.5rem;
	line-height: 1.6;
	font-size: 1.6rem;
}
.system .btn input[type="submit"] {
	font-size:1.4rem;
	background: #1076a8;
	border: solid 1px #1076a8;
	color: #fff;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1.5rem 2rem;
	margin:0;
	line-height: 1.6;
}
.system .entrycfm .btn  input[type="submit"] {
	width:150px;
}

.system .btn .btn_disagree input[type="submit"] {
	color:#333;
	background: #e6e6e6;
	border: solid 1px #e6e6e6;
}

.system .entry textarea {
	width: 100%;
	display: block;
}
.system .entry input[size="50"],
.system .entry select[name^="job_code"],
.system .entry [name^="school_"],
.system .entry [name^="company_type"],
.system .entry [name^="job_type"],
.system .entry [name^="job_status"] {
	width: 100%;
}
.system .entry label {
	display: inline-block;
	margin: 0.4em 1.5em 0.4em 0;
}
.system .entry input[type="checkbox"] {
	display: none;
}
.system .entry .cb-parts {
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
	padding: 15px 0 15px 28px;
}
.system .entry span[class^="cb-parts"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 0;
}
.system .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 #1076a8;
	border-right: 2px solid #1076a8;
}
.system .entry .col_2 {
	display: flex;
	justify-content: space-between;
}
.system .entry table.list table label.radio {
	margin: 0.5em 1.5em -0.3em 0;
}
.system .entry input[type="radio"]:checked {
	box-shadow: none;
}
.system .entry label.radio {
	position: relative;
	display: inline-block;
	padding-left: 32px;
	padding-bottom: 0.5rem;
	margin: 0 1.5em -0.8em 0;
	overflow: hidden;
}
.system .entry label.radio:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	z-index: 3;
}
.system .entry label.radio:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #1076a8;
	border: 6px solid #fff;
	border-radius: 50%;
	z-index: 1;
}
.system .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;
}



.system .entry .col_2 input {
	width: 48%;
}
.system .btn span {
	position: relative;
	display: inline-block;
}
.system .btn span::before {
	position: absolute;
	top: 26px;
	right:15px;
	width: 10px;
	height: 1px;
	display: block;
	content: "";
	background: #fff;
}
.system .btn span::after {
	position: absolute;
	top:23px;
	right:15px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.system input[type="text"],
.system textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.system .entry input,
.system .entry textarea {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0.5rem 0;
}
@media screen and (min-width:1025px) {
	.system .entrycfm .btn input[type="submit"] {
		width:400px;
		padding: 2.2rem 2rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.system .entrycfm .btn span::before {
		top: 35px;
		right: 30px;
	}
	.system .entrycfm .btn span::after {
		top: 32px;
		right: 30px;
	}


}
/* 職種詳細 */
#contentsArea.desc .btn input {
	width:300px;
}
@media screen and (min-width:1025px) {
	#contentsArea.desc .btn span::before {
		top:35px;
		right:30px;
	}
	#contentsArea.desc .btn span::after {
		top:32px;
		right:30px;
	}
	#contentsArea.desc .btn input {
		width:600px;
		padding: 2.2rem 2rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

/* 同意文 */
#contentsArea.agree textarea {
	width: 100%;
	height: 320px;
	padding: 20px;
	border: 1px solid #e6e6e6;
}
#contentsArea.agree .flex a,
#contentsArea.agree .btn input {
	width:140px;
	line-height: 1.6;
}
#contentsArea.agree .flex a.disagree {
	position: relative;
	display: block;
	background: #e6e6e6;
	border: solid 1px #e6e6e6;
	color: #333;
	transition: all 0.4s;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 1.5rem 2rem;
	text-align: center;
	text-decoration: none;
}
#contentsArea.agree .flex a.disagree::before {
	position: absolute;
	top: 26px;
	right:16px;
	width: 10px;
	height: 1px;
	display: block;
	content: "";
	background: #333;
}
#contentsArea.agree .flex a.disagree::after {
	position: absolute;
	top:23px;
	right:15px;
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width:1025px) {
	#contentsArea.agree .btn span::before,
	#contentsArea.agree .flex a.disagree::before {
		top:35px;
		right:30px;
	}
	#contentsArea.agree .btn span::after,
	#contentsArea.agree .flex a.disagree::after {
		top:32px;
		right:30px;
	}
	#contentsArea.agree .flex a,
	#contentsArea.agree .btn input {
		width:400px;
		line-height: 1.5;
		padding: 2.2rem 2rem;
		font-size: 1.6rem;
	}
	#contentsArea.agree .flex a.disagree {
		padding: 2.2rem 2rem;
	}
}

/* エントリー */
#contentsArea.entry .btn input {
	width:300px;
}
#contentsArea.entry ul.listtype1 + textarea {
	margin:2rem 0;
}
#contentsArea.entrycfm .buttonArea {
	margin:4rem 0 0;
}
#contentsArea.entrycfm .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.system .entrycfm .btn_disagree span::before {
	background:#333;
}
.system .entrycfm .btn_disagree span::after {
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
@media screen and (min-width:1025px) {
	#contentsArea.entrycfm .buttonArea {
		margin:8rem 0 0;
	}
	#contentsArea.entry .btn span::before {
		top:35px;
		right:30px;
	}
	#contentsArea.entry .btn span::after {
		top:32px;
		right:30px;
	}
	#contentsArea.entry .btn input {
		width:600px;
		padding: 2.2rem 2rem;
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

/* 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%;
}
.entry input[size="50"] {
	width:100%;
}
@media print, screen and (max-width: 320px) {
/* iPhoneSe */
	.entry input[size="6"]{
		width:60px;
	}
	.entry input[size="8"],
	.entry input[size="10"],
	.entry input[size="16"] {
		width: 80px;
	}
	.entry input[type="radio"]:checked+label::after {
		left:-1.65rem;
		margin-top:-0.3rem;
	}
	.entry input[type="checkbox"]:checked+label:after {
		top: 6px;
	//	left: -1.6rem;
	}
}
@media screen and (min-width:1025px) {
	.entry input[size="6"] {
		width: 80px;
	}
	.entry input[size="8"] {
		width: 100px;
	}
	.entry input[size="10"] {
		width: 100px;
	}
	.entry input[size="16"] {
		width: 18px;
	}
	.entry input[size="20"] {
		width: 200px;
	}
	.entry input[size="30"] {
		width:230px;
	}

}
/* 履歴書削除 */
.delbox {
	display:flex;
	width: auto !important;
	align-items: center;
}
.delbox td {
	width:auto;
}
.delbox img {
	width:auto;
	margin:0.4em 20px 0 0;
}


/* 221025追加 */
.entry select[name^="hope_"] {
	width:100%;
}
/* freeword */
.freeWrap {
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.freeWrap input.freeword {
	position: static !important;
	margin: 0;
	height: 50px;
	border: 1px solid #1076a8;
	width: 210px;
}
.freeWrap button.btnIcon {
	padding: 1rem;
	border: 1px solid #1076a8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #1076a8;
	margin: 0;
	cursor: pointer;
}
@media screen and (min-width:1025px) {
	.freeWrap input.freeword {
		width: 380px;
	}
}
/* directEntry */
#contentsArea #directEntry {
	position: fixed;
	background:rgba(230,230,230,0.6);
	bottom: -100px;
	width: 100%;
	height: 100px;
	left: 0;
	z-index: 9;
	transition: .6s;

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

}
#contentsArea #directEntry .btnWrap {
	margin:20px 0;
	text-align: center;
}
#contentsArea .btnWrap button {
	width:300px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	background: #1076a8;
	border: solid 1px #1076a8;
	cursor: pointer;
	padding: 0 !important;

}
#contentsArea .btnWrap button span {
	width:100%;
}
#contentsArea.desc .btnWrap button span::before {
	top:50%;
	transform: translate(0, -50%);
}

#contentsArea.desc .btnWrap button span::after {
	top:50%;
	transform: translate(0, -50%) rotate(-45deg);
}