@charset "utf-8";
/*
Theme Name: 広島求人センター
Theme URI:
Description: 広島求人センター
Version: 1.0
Author: monokus.jp

*/

.main_image {
  margin: 0 -500%;
  padding: 0 500%;

  box-sizing: border-box;

  background: #fff url(../images/main_image.png) center center no-repeat;
  position: relative;
}
/*
	.main_image:before {
		position:	absolute;
		left:		0;
		right:		0;
		top:		0;
		bottom:		0;
		margin:		0 auto;

		z-index:	1;

		display:	block;
		width:		1090px;
		height:		auto;
		overflow:	hidden;
		content:	'';

		background:		url(../images/main_image_photo.png) left bottom no-repeat;
	}
	*/
.main_image .inner {
  margin: 0 auto;
  width: 1000px;
  height: 580px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;

  position: relative;
  z-index: 2;
}

.main_image_in {
  margin: 0 auto;
  width: 1000px;
  height: 580px;
  padding: 50px 0 0;
  box-sizing: border-box;

  position: relative;
  z-index: 2;
}
/* .main_image .inner:before {
		position:		absolute;
		top:			0;
		bottom:			0;
		left:			-50px;

		display:	block;
		width:		500px;
		height:		auto;
		content:	'';

		background:		url(../images/main_image_person.png) left bottom no-repeat;
	} */
/*
	.main_image .banners {
		float:		right;

		position:	relative;
		z-index:	4;
	}
		.main_image .banners .list {
		}
		.main_image .banners ul {
		}
		.main_image .banners li {
			width:		300px;
			height:		180px;

			margin:		0 0 18px;
		}
	.main_image .banners .swiper-container ul,
	.main_image .banners .swiper-container li {
		margin:			0;
	}
	*/
/*
	.main_image .banners .prev ,
	.main_image .banners .next {
		position:	absolute;
		top:		0;
		bottom:		0;

		width:		60px;
		height:		60px;
		margin:		auto 0;
	}
		.main_image .banners  .prev { left: -60px; }
		.main_image .banners  .next { right: -60px; }
		.main_image .banners  .prev a ,
		.main_image .banners  .next a {
			display:	block;
		}
		.main_image .banners  .prev a i ,
		.main_image .banners  .next a i {
			font-size:	60px;
			color:		#9F7342;
		}
*/
.step_search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  margin: 0 auto;

  width: 810px;
  box-sizing: border-box;

  background: #0063f2;
  padding: 16px 22px;
  border-radius: 5px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);

  z-index: 2;
}
.step_search .head {
  position: absolute;
  left: 0;
  top: -45px;

  display: block;
  width: 350px;
  height: 52px;
  background: #0063f2;
  border-radius: 5px;
}
.step_search .title img {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;

  display: block;
}
.step_search .job_cnts {
  position: absolute;
  top: -105px;
  left: -55px;

  background: url(../images/main_job_cnts_bg.png) center top no-repeat;

  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;

  width: 115px;
  height: 129px;
  padding: 0 0 15px;
  box-sizing: border-box;

  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.step_search .job_cnts dl dt {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.step_search .job_cnts dl dd {
  padding: 3px 0 0;
}
.step_search .job_cnts .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.step_search .job_cnts .time {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
}
.step_search form {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;

  width: 100%;
}
.step_search .inputs {
  width: 603px;
}
.step_search .select {
  float: left;
  display: block;
  width: 300px;
  margin-bottom: 3px;
}
.step_search .select + .select {
  margin-left: 3px;
}
.step_search .select a {
  border: 1px solid #fff;
  background: #fff url(../images/step_search_arrow.png) 260px center no-repeat;

  display: block;
  padding: 0 0 0 15px;
  height: 65px;
  box-sizing: border-box;

  color: #232527;
  text-decoration: none;

  position: relative;
}
.step_search .select a .in {
  display: table-cell;
  width: 245px;
  height: 65px;
  vertical-align: middle;
}
.step_search .select a .placeholder {
  display: block;
  width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  color: #9d9dab;

  opacity: 0.8;
}
.step_search .select a .text {
  display: block;
  width: 245px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.step_search .select a i {
  display: none;
}
/*
			.step_search .select a i {
				position: absolute;
				top: 50%;
				right: 0;
				font-size: 20px;
				margin-top: -.5em;

				color:		#9797A6;
			}
			*/
/*
	.step_search .multiple {
		float:		left;
		display:		block;
		width:			40px;
		height:			40px;

		font-size:		28px;
		line-height:	50px;
		color:			#9D9DAB;

		text-align:		center;
	}
		.step_search .multiple i {
			font-size:		22px;
		}
	*/
.step_search .keyword {
  clear: both;
  display: flex;
  width: 100%;
  height: 50px;
  background: #fff;
}
.step_search .keyword label {
  width: 553px;
  height: 50px;
  flex-shrink: 0;
}
.step_search .keyword input[type='text'] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;

  display: block;
  width: 553px;
  height: 50px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
.step_search .keyword input[type='text']::placeholder {
  color: #9d9dab;
}
.step_search .keyword input[type='text']:-ms-input-placeholder {
  color: #9d9dab;
}
.step_search .keyword input[type='text']::-ms-input-placeholder {
  color: #9d9dab;
}

.step_search .keyword button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  background: none;

  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;
  color: #0063f2;
}
.step_search .submit {
  width: 146px;
}
.step_search .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 65px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;

  background: #ff6600;

  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #fff;

  /* border-radius: 3px; */
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); */
}
.step_search .submit button .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_search .submit i {
  font-size: 32px;
}
/*
.job_cnts {
	position:		absolute;
	top:			35px;
	left:			-70px;

	width:			264px;
	padding:		178px 0 0;
	background:		url(../images/main_image_icon01.png) center top no-repeat;

	font-size:		13px;
	font-weight:	normal;
	line-height:	1.3em;
	color:			#000;

	vertical-align:		baseline;
}
	.job_cnts dl {
		border:		2px solid #0063f2;
		background:		#fff;

		display:	block;
		padding:	3px 0 2px;

		text-align:		center;
	}
	.job_cnts dt {
		display:	inline;
	}
	.job_cnts dd {
		display:	inline;
	}
	.job_cnts time {
		font-size:		17px;
		font-weight:	bold;
		line-height:	1.3em;
		color:			#0063f2;
	}
	.job_cnts .cnts {
	}
		.job_cnts .cnts .num {
			font-size:		17px;
			font-weight:	bold;
			line-height:	1.3em;
			color:			#0063f2;
		}
*/
.main_banners {
  margin: 0 -500% -1px;
  padding: 92px 500% 50px;
  background: #f3f6f7;
}
.main_banners .list ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.search_form_tab {
  margin: 0 -500%;
  padding: 1px 500% 62px;
  background: #f3f6f7;
}
.search_form_tab .form {
  position: relative;
  z-index: 2;

  background: #fff;
}
.search_form_tab .tabs {
}
.search_form_tab .tabs ul {
  display: flex;
  flex-flow: row nowrap;
  align-content: stretch;
  justify-content: stretch;
}
.search_form_tab .tabs ul li {
  width: 20%;
  height: 180px;
  flex: 1;
}
.search_form_tab .tabs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;

  width: 200px;
  height: 180px;
  background: #fff;
  border-left: 1px solid #f3f6f7;
  box-sizing: border-box;

  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  color: #0063f2;

  text-decoration: none;
  position: relative;
}
.search_form_tab .tabs ul li:first-child a {
  border-left: none !important;
}

/*
			.search_form_tab .tabs ul li a:before {
				position:	absolute;
				right:		-14px;
				top:		0;
				bottom:		0;
				margin:		auto 0;

				display:	block;
				width:		28px;
				height:		28px;
				border-radius:	14px;
				background:		#0063f2;

				content:	'keyboard_arrow_right';

				font-size:		22px;
				font-weight:	normal;
				line-height:	28px;
				color:			#fff;

				font-family: "Material Icons";

				text-align:		center;
				visibility:		hidden;
			}
			.search_form_tab .tabs ul li a .in {
				text-align:		center;
			}
			.search_form_tab .tabs ul li a i {
				display:		block;
				height:			35px;

				font-size:		31px;
				color:			#0063f2;
			}
			*/
.search_form_tab .tabs ul li a i {
  display: none;
}
.search_form_tab .tabs ul li a .in:before {
  display: block;
  width: 100%;
  height: 68px;
  content: '';

  background-position: top center;
  background-repeat: no-repeat;
}
.search_form_tab .tabs ul li:nth-child(1) a .in:before {
  background-image: url(../images/step_search_icon01.png);
}
.search_form_tab .tabs ul li:nth-child(2) a .in:before {
  background-image: url(../images/step_search_icon02.png);
}
.search_form_tab .tabs ul li:nth-child(3) a .in:before {
  background-image: url(../images/step_search_icon03.png);
}
.search_form_tab .tabs ul li:nth-child(4) a .in:before {
  background-image: url(../images/step_search_icon04.png);
}
.search_form_tab .tabs ul li:nth-child(5) a .in:before {
  background-image: url(../images/step_search_icon05.png);
}
.search_form_tab .tabs ul li:nth-child(1) a:hover .in:before,
.search_form_tab .tabs ul li:nth-child(1) a.active .in:before {
  background-image: url(../images/step_search_icon01_on.png);
}
.search_form_tab .tabs ul li:nth-child(2) a:hover .in:before,
.search_form_tab .tabs ul li:nth-child(2) a.active .in:before {
  background-image: url(../images/step_search_icon02_on.png);
}
.search_form_tab .tabs ul li:nth-child(3) a:hover .in:before,
.search_form_tab .tabs ul li:nth-child(3) a.active .in:before {
  background-image: url(../images/step_search_icon03_on.png);
}
.search_form_tab .tabs ul li:nth-child(4) a:hover .in:before,
.search_form_tab .tabs ul li:nth-child(4) a.active .in:before {
  background-image: url(../images/step_search_icon04_on.png);
}
.search_form_tab .tabs ul li:nth-child(5) a:hover .in:before,
.search_form_tab .tabs ul li:nth-child(5) a.active .in:before {
  background-image: url(../images/step_search_icon05_on.png);
}
.search_form_tab .tabs ul li a:hover,
.search_form_tab .tabs ul li a.active {
  border-color: #0063f2;
  background: #0063f2;
  color: #fff;
}
/*
			.search_form_tab .tabs ul li a:hover i ,
			.search_form_tab .tabs ul li a.active i {
				color:		#fff;
			}
			.search_form_tab .tabs ul li a:hover:before ,
			.search_form_tab .tabs ul li a.active:before {
				visibility:		visible;
			}*/
.search_form_tab .form > .inner {
}
.search_form_tab .tab_contents {
  padding: 40px 55px 30px;
}
.search_form_tab .tab_content {
  display: none;
}
.search_form_tab .tab_content.active {
  display: block;
}
/*
		.search_form_tab .tab_content.tab_content_area {
		}
			.search_form_tab .tab_content.tab_content_area.checkbox_list dd label {
				width:			16.666% !important;
			}
			.search_form_tab .tab_content.tab_content_area.checkbox_list dd label:nth-child(4n+1) {
				clear:		none;
			}
			.search_form_tab .tab_content.tab_content_area.checkbox_list dd label:nth-child(6n+1) {
				clear:		both !important;
			}
			*/
.search_form_tab .tab_content.checkbox_list dd label {
  width: 19% !important;
}
.search_form_tab .tab_content.checkbox_list label:nth-child(3n + 1) {
  clear: none;
}
.search_form_tab .tab_content.checkbox_list label:nth-child(4n + 1) {
  clear: none;
}
.search_form_tab .tab_content.checkbox_list label:nth-child(5n + 1),
.search_form_tab .tab_content.checkbox_list label:nth-child(4n + 1):nth-child(5n + 1) {
  clear: both;
}
.search_form_tab .tab_content.tab_content_genre {
}
.search_form_tab .tab_content.tab_content_genre.checkbox_list label {
  width: 50% !important;
}
.search_form_tab .tab_content.tab_content_genre.checkbox_list label:nth-child(5n + 1) {
  clear: none;
}
.search_form_tab .tab_content.tab_content_genre.checkbox_list label:nth-child(2n + 1) {
  clear: both !important;
}
.search_form_tab .tab_content .salary_form {
}
.search_form_tab .tab_content .salary_form .text {
  font-weight: bold;
  padding: 0 0 12px;
}
.search_form_tab .tab_content .salary_form .select {
  float: left;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
}
.search_form_tab .tab_content .salary_form .select select {
  width: 224px;
  height: 48px;
  box-sizing: border-box;

  padding: 12px 12px 12px 12px;
  vertical-align: top;
  border: none !important;
}
.search_form_tab .tab_content .salary_form .textform {
  float: left;
  border: 1px solid #ccc;
  margin: 0 10px 0 0;
}
.search_form_tab .tab_content .salary_form .textform input[type='text'] {
  width: 270px;
  height: 48px;
  box-sizing: border-box;

  padding: 12px 12px 12px 12px;
  vertical-align: top;
  border: none !important;
}
.search_form_tab .tab_content .salary_form .sep {
  float: left;
  height: 48px;
  line-height: 50px;
  padding: 0 10px 0 0;
}
.search_form_tab .tab_content .kodawari {
  display: table;
  border-collapse: collapse;
  table-layout: fixed;

  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.search_form_tab .tab_content .kodawari dl {
  display: table-row;
}
.search_form_tab .tab_content .kodawari dl dt {
  display: table-cell;
  vertical-align: top;
  background: #f3f6f7;

  font-weight: bold;
  color: #555;

  width: 120px;
  padding: 15px 12px;
}
.search_form_tab .tab_content .kodawari dl dd {
  display: table-cell;
  vertical-align: top;

  padding: 15px 12px;
}
.search_form_tab .tab_content .kodawari dl dd .parent {
  clear: both;
  padding: 0 0 10px 0;
  /* border-left:		8px solid #3EB36F; */
  /*
					line-height:	1.2em; */
  font-weight: bold;
}
.search_form_tab .tab_content .kodawari dl dd .children {
  padding: 0 0 12px;
}
.search_form_tab .tab_content .kodawari dl dd label {
  width: 50% !important;
}
.search_form_tab .tab_content .kodawari dl dd label:nth-child(5n + 1) {
  clear: none;
}
.search_form_tab .tab_content .kodawari dl dd label:nth-child(2n + 1) {
  clear: both !important;
}
.search_form_tab .result {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 90px;
  background: #0063f2;
  color: #fff;
}
.search_form_tab .result .search_cnts {
  min-width: 240px;
  margin: 0 24px 0 0;

  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.search_form_tab .result .search_cnts .cnts {
  padding: 0 5px;

  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  /*
				font-style: 	italic; */
  /* color:			#0063f2; */
}
.search_form_tab .result .submit {
  /*			margin:		0 auto; */
  width: 240px;
}
.search_form_tab .result .submit button {
  cursor: pointer;
  width: 240px;
  /* box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); */
}
/*
		.search_form_tab .result .clear_btn {
			width:		157px;
			padding:	8px 0 0;
		}
		.search_form_tab .result .clear_btn a {
			border:		2px solid #bbb;
			border-radius:		40px;

background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(241,241,241)));
background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(241,241,241) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff1f1f1,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff1f1f1,GradientType=0);

			display:	block;
			width:		157px;
			padding:	12px 0 10px;

			font-size:		14px;
			font-weight:	bold;
			line-height:	1;
			color:			#777;

			text-align:			center;
			text-decoration:	none;

			cursor:			pointer;
		}
			.search_form_tab .result .clear_btn a .material-icons {
				font-size:		21px;
				position:		relative;
				top:			-2px;

				margin-right:		.3em;
			}
		*/
.search_form_tab_fixed_result {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: 0 !important;
  padding: 0 !important;

  opacity: 0;

  width: 100%;
  overflow: hidden;

  background: rgba(0, 0, 0, 0.5);
}
.search_form_tab_fixed_result .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0;
}
.search_form_tab_fixed_result .result {
  padding: 0 !important;
  height: auto !important;
  background: none !important;
}
.search_form_tab_fixed_result .result .search_cnts {
  color: #fff !important;
}
.search_form_tab_fixed_result .result .search_cnts .cnts {
  color: #ff0 !important;
}

.list_title {
}
.list_title .title {
  border-bottom: 5px solid #0063f2;
  padding: 0 0 18px;
  margin: 0 0 20px;
  margin: 0;

  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #0063f2;

  position: relative;
}
.list_title .title i {
  display: none !important;
}
/*
		.list_title .title i {
			margin:		0 8px 0 0;
			position:	relative;
			top:		-2px;

			font-size:		40px;
			font-weight:	bold;
			line-height:	1;
			color:			#9F7342;
		} */
.list_title .more {
  position: relative;
}
.list_title .more a {
  position: absolute;
  right: 9px;
  top: -54px;

  display: block;
  width: 270px;
  height: 36px;
  padding: 0;
  box-sizing: border-box;

  background: #fff;
  border: 1px solid #ff6600;
  border-radius: 18px;
  font-size: 15px;
  font-weight: normal;
  line-height: 36px;
  color: #ff6600;

  text-align: center;
  text-decoration: none;
} /*
			.list_title .more a:after {
				position:	absolute;
				left:		222px;
				right:		0;
				top:		0;
				bottom:		0;

				display:	block;
				width:		auto;
				height:		auto;
				content:	'';

				background:		url(../images/icon_search.png) left center no-repeat;
			} */
.list_title .more a i {
  position: absolute;
  left: 238px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;

  font-size: 150%;
  font-weight: normal;
  line-height: 1;

  display: block;
  height: 1em;
}
.list_title .inner {
  clear: both;
}
.list_title .subtitle {
  clear: both;
  padding: 5px 0 4px;
  /*
		background:		#fff;
		border:			1px solid #9F7342;
		*/
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #333;
}

/*
	.info_list.list_title .title {
		color:		#f3f6f7;
	}
		.info_list.list_title .more a {
			color:		#f3f6f7;
			border-color:		#f3f6f7;
		}
		*/
.job_list {
  background: #e9f4fe;
  padding: 35px 500% 30px;
  margin: 0 -500%;
}
.job_list + .job_list {
  padding-top: 55px;
}
.job_list .inner {
  clear: both;
  position: relative;

  padding: 0 0 30px;
  border-radius: 8px;
}
.job_list .list_inner {
  position: relative;
  margin: 20px 0 0;
}
.job_list .list {
  /*		width:		100%; */
  margin: 0 -9px;
  overflow: hidden;
}
.job_list .list ul {
  width: 100%;
  padding: 0 4.5px;
  box-sizing: border-box;

  display: flex;
  align-content: space-between;
  align-items: stretch;
  justify-content: flex-start;

  flex-wrap: wrap;
  flex-direction: row;
}
.job_list .list li {
  display: flex;
  align-items: stretch;

  width: 33.333%;
  height: auto;
  margin: 0 0 9px;
  padding: 0 4.5px;
  box-sizing: border-box;
}
.job_list .list li a {
  display: flex;
  align-items: stretch;
  flex-direction: column;

  border: 1px solid #e7e7f1;
  background: #fff;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;

  color: #313140;
  text-decoration: none;

  position: relative;
  border-radius: 5px;
}
.job_list .list li a .image_wrap {
  float: left;
  width: 146px;
}
.job_list .list li a .in {
  margin: 0 0 0 155px;
}
.job_list .list li a .text {
  padding: 0 0 14px;

  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  color: #31313f;
}
.job_list .list li a .note {
  font-size: 12px;
  line-height: 1.3em;
}

.job_list .list li a .cr_image_wrap {
  /*				width:		184px;
				height:		138px;
				overflow:	hidden;
				position:	relative;

				background-color:			#fff;
				background-position:		center center;
				background-repeat:			no-repeat;
				background-size:	cover !important; */
}
/* .job_list .list li a .image img {
					display:	none;
				} */
.job_list .list li a .tags {
  margin: 0 0 0 -4px;
}
.job_list .list li a .tags span {
  display: inline-block;
  margin: 0 0 4px 4px;
  padding: 2px 3px 1px;

  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;

  text-align: center;
}
.job_list .list li a .tags .new {
  background-color: #0063f2;
}
.job_list .list li a .tags .recommend {
  background-color: #0063f2;
}
.job_list .list li a .tags .recommend_icons {
  padding-left: 0;
  padding-right: 0;

  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  /*
						color:		#DD6B16; */
  color: #0063f2;
  /*
						text-shadow:		1px 1px 0 #fff,
											-1px -1px 0 #fff; */
  /* -1px 1px 0 #fff,
											2px -2px 0 #fff, */
}
.job_list .list.swiper-container {
  margin: 0 !important;
}
.job_list .list ul.swiper-wrapper {
  flex-wrap: nowrap;
  width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.job_list .list li.swiper-slide {
  margin-bottom: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.job_list .prev,
.job_list .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;

  z-index: 5;

  width: 32px;
  height: 32px;
}
.job_list .prev {
  left: -54px;
}
.job_list .next {
  right: -54px;
}
.job_list .prev a,
.job_list .next a {
  display: block;

  width: 32px;
  height: 32px;
  box-sizing: border-box;

  border-radius: 34px;
  border: 3px solid #0063f2;
  background: #0063f2;

  text-align: center;
  position: relative;
}
.job_list .prev a i,
.job_list .next a i {
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  margin: auto auto;

  display: block;
  width: 1em;
  height: 1em;

  font-size: 34px;
  line-height: 34px;
  color: #fff;

  text-align: center;
}

.job_recommend_list {
  background: url(../images/job_recommend_bg.png) center center no-repeat;
  background-size: cover;
  padding-top: 55px;
}
.job_list.job_recommend_list .title {
  padding: 8px 0 30px;
  /* background: url(../images/job_recommend_title.png) center top no-repeat; */

  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em;
  color: #fff;

  text-align: center;
}
.job_list.job_recommend_list .list {
  /*		margin:		0 -3px; */ /* 両端を上下の .job_list と合わせる */
}
.job_list.job_recommend_list .list li {
  /*		padding:		0 12px; */
}
.job_list.job_recommend_list .list li a {
  padding: 10px !important;
}
.job_list.job_recommend_list .list li a .image_wrap {
  float: none !important;
  width: auto !important;
}
.job_list.job_recommend_list .list li a .recommend {
  float: left;
  display: block;
  width: 120px;
  height: 24px;
  background: #0063f2;
  margin: 10px 0 8px;

  font-size: 15px;
  font-weight: normal;
  line-height: 26px;
  color: #fff;

  text-align: center;
}
.job_list.job_recommend_list .list li a .recommend_icons {
  margin: 10px 0 0 132px;
  height: 24px;

  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  /*
		color:		#DD6B16; */
  color: #0063f2;
  /*
		text-shadow:		1px 1px 0 #fff,
							-1px -1px 0 #fff; */
  /* -1px 1px 0 #fff,
							2px -2px 0 #fff, */
}
.job_list.job_recommend_list .list li a .text {
  clear: both;
  padding: 0 0 6px !important;
  /* text-decoration:	underline; */
  font-size: 15px;
  line-height: 1.5em;
}
.job_list.job_recommend_list .list li a .in,
.job_list.job_recommend_list .list li a .note {
  margin: 0 !important;

  font-size: 16px;
  line-height: 1.5em;
}
.job_list.job_recommend_list .prev a,
.job_list.job_recommend_list .next a {
  border-color: #fff;
  background: #fff;
  color: #0063f2;
}
.job_list.job_recommend_list .prev a i,
.job_list.job_recommend_list .next a i {
  color: #0063f2;
}

.job_list.job_recommend_list .more {
  margin: 32px 0 0;
}
.job_list.job_recommend_list .more a {
  display: block;
  width: 700px;
  height: 36px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;

  /*			background:		#fff url(../images/icon01.png) 4px center no-repeat;  */
  background: #fff;
  border: 1px solid #ff6600;
  border-radius: 18px;
  /*
			background:		#fff url(../images/icon01.png) left center no-repeat;
			border-bottom:		2px solid #f3f6f7;
			*/
  font-size: 15px;
  font-weight: normal;
  line-height: 36px;
  color: #ff6600;

  text-align: center;
  text-decoration: none;

  position: relative;
} /*
			.list_title .more a:after {
				position:	absolute;
				left:		222px;
				right:		0;
				top:		0;
				bottom:		0;

				display:	block;
				width:		auto;
				height:		auto;
				content:	'';

				background:		url(../images/icon_search.png) left center no-repeat;
			} */
.job_list.job_recommend_list .more a i {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto 0;

  font-size: 150%;
  font-weight: normal;
  line-height: 1;

  display: block;
  height: 1em;
}
.info_list {
  background: #e9f4fe;
  padding: 35px 500% 30px;
  margin: 0 -500%;
}
.info_list .inner {
  clear: both;
  position: relative;

  border-radius: 8px;
}

.info_list .cats {
}
.info_list .cats span {
  display: inline-block;

  margin: 0 6px 0 0;
  padding: 3px 12px;

  font-size: 12px;
  font-weight: normal;
  line-height: 1.1em;
  text-align: center;

  border: 1px solid #ff6600;
  background: #ff6600;
  color: #fff;
}
.info_list .list {
  margin: 24px 0 0;
  background: #fff;
  border: 1px solid #e7e7f1;
  border-radius: 5px;

  display: flex;
  flex-flow: row nowrap;
  align-content: stretch;
  justify-content: stretch;
  width: 100%;
}
.info_list .first {
  width: 400px;
  border-right: 1px solid #e7e7f1;
  padding: 20px;
  box-sizing: border-box;
}
.info_list .list ul {
  display: flex;
  flex-flow: column nowrap;
  align-content: stretch;
  justify-content: stretch;

  width: 100%;
  flex: 1;
}
.info_list .list ul li {
  display: flex;
  flex-flow: column nowrap;
  align-content: stretch;
  justify-content: center;
  flex: 1;

  border-bottom: 1px solid #e7e7f1;
}
.info_list .list ul li:last-child {
  border-bottom: none;
}
.info_list .list ul li a {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;

  width: 100%;
  padding: 20px;

  font-size: 14px;
  line-height: 1.3em;
  color: #282728;

  text-decoration: none;
}
.info_list .list ul li a .l {
  width: 134px;
  padding: 0 5px;
  box-sizing: border-box;
}
.info_list .list ul li a .l .dt {
  margin: 0 0 6px;
  color: #666;
}
.info_list .list ul li a .text {
  padding: 24px 0 0;
}
/*

	.info_list .cats {
	}
		.info_list .cats span {
			display:	inline-block;

			margin:			0 6px 0 0;
			padding:		2px 5px;
			border-radius:		5px;

			font-size:		14px;
			font-weight:	normal;
			line-height:	1.1em;

			border:		1px solid #f3f6f7;
			background:		#f3f6f7;
			color:			#fff;
		}
	.info_list .list {
	}
		.info_list .list ul {
			float:		right;
			width:		612px;

			margin:		-18px 0 0;
		}
		.info_list .list li {
			border-top:		1px dotted #999;
		}
			.info_list .list li:first-child {
				border-top:		none !important;
			}
		.info_list .list li a {
			display:	block;
			padding:	20px 0;

			color:			#313140;
			text-decoration:	none;
		}
			.info_list .list li a .cr_image_wrap {
				float:		left;
				width:		150px;
				margin:		0 12px 0 0;
			}
			.info_list .list li a .text {
				padding:	4px 0 3px;
				color:		#666;
			}
			.info_list .list li a .l {
				float:		left;
				width:		125px;
			}
			.info_list .list li a .dt {
			}
			.info_list .list li a .cats {
			}
			.info_list .list li a .text {
				margin:		0 0 0 130px;
			}
	.info_list .first {
		float:		left;
		width:		352px;
	}
		.info_list .first a {
			display:	block;

			color:			#444;
			text-decoration:	none;
		}
			.info_list .first a .cr_image_wrap {
				float:		left;
				width:		352px;
				margin:		0 0 12px;
			}
			.info_list .first a .dt {
				float:		left;
				margin:		0 5px 0 0;

				font-weight:	bold;
			}
			.info_list .first a .cats {
			}
			.info_list .first a .text {
				padding:	4px 0 3px;
				color:		#666;
			}


.job_history {
}
	.job_history .title {
		padding-bottom:		12px !important;
		margin-bottom:		0 !important;
	}
		.job_history .title:before {
			display:		none !important;
		}
		.job_history .title:after {
			bottom:			12px !important;
		}
	.job_history .more {
	}
		.job_history .more a {
			top:			-48px;
		}
	.job_history .inner {
		margin:			0 -500%;
		padding:		32px 500% 26px;

		background:		#f3f6f7;
	}
	.job_history .title {
	}
*/
