@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;
  position: relative;
}
.main_image:before {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 0 0 -900px;

  z-index: 1;

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

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

  position: relative;
  z-index: 2;
}

.main_image .inner .job_cnts {
  position: absolute;
  left: 20px;
  top: 160px;
  z-index: 5;
}
.main_image .inner .job_cnts dl {
  display: flex;
  padding: 4px 24px;
  border-radius: 10em;
  background-color: #3bb0df;
  color: #fff;
  font-size: 15px;
}
.main_image .inner .job_cnts dt {
  margin-right: 8px;
}
.main_image .inner .job_cnts dd {
}

.main_image .inner .banner {
  position: absolute;
  left: 8px;
  top: 210px;
  z-index: 5;
}
.main_image .inner .banner a:hover {
  opacity: 0.8;
}

.main_image_in {
  margin: 0 auto;
  width: 1000px;
  /* height: 580px; */
  padding: 373px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.step_search {
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  z-index: 2;
}
.step_search .head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 52px;
  margin-right: 14px;
  line-height: 1;
}
.step_search .title {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.step_search .title img {
  flex-shrink: 0;
  margin-right: 8px;
}
.step_search .title span {
  flex-shrink: 0;
  font-size: 17px;
  font-weight: 700;
}
.step_search .job_cnts {
  position: absolute;
  top: -98px;
  left: -95px;

  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: 146px;
  height: 129px;
  padding: 0 15px 15px 0;
  box-sizing: border-box;

  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #fff;
}
.step_search .job_cnts dl dt {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
}
.step_search .job_cnts dl dd {
  padding: 3px 0 0;
}
.step_search .job_cnts .num {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.step_search .job_cnts .time {
  font-size: 11px;
  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 {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 16px;
}
.step_search .inputs .multiple {
  margin: 0 8px;
}
.step_search .select {
  float: left;
  display: block;
  width: 160px;
  margin-bottom: 3px;
}
.step_search .select + .select {
  margin-left: 3px;
}
.step_search .select a {
  border: 2px solid #fb8b28;
  border-radius: 4px;
  background-color: #fff;
  background-position: 15px center;
  background-repeat: no-repeat;

  display: block;
  padding: 0 0 0 20px;
  height: 52px;
  box-sizing: border-box;
  /* border-radius:	5px; */

  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #232527;
  text-decoration: none;

  position: relative;
}
.step_search .select a .in {
  display: table-cell;
  width: 160px;
  height: 52px;
  vertical-align: middle;
}
.step_search .select a .placeholder {
  display: block;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0.8;
}
.step_search .select a .text {
  display: block;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.step_search .select a i {
  display: none;
}
.step_search .select a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;

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

  background: url(../images/step_search_icon_select.png) left center no-repeat;
}
.step_search .keyword {
  clear: both;
  box-sizing: border-box;
  background: #f3f7f7;
}
.step_search .keyword label {
  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: 256px;
  height: 52px;
  padding: 0 0 0 12px;
  box-sizing: border-box;
}
.step_search .keyword input[type='text']::placeholder {
  color: #000000;
}
.step_search .keyword input[type='text']:-ms-input-placeholder {
  color: #000000;
}
.step_search .keyword input[type='text']::-ms-input-placeholder {
  color: #000000;
}
.step_search .submit {
}
.step_search .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 20px 0 8px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #fb8b28;
  border-radius: 4px;
  cursor: pointer;
}
.step_search .submit button:hover {
  opacity: 0.8;
}
.step_search .submit button .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_search .submit i {
  font-size: 24px;
  color: #ffffff;
}
.main_banners {
  margin: 0 -500% -1px;
  padding: 25px 500% 40px;
  background: #daf3fb;
}
.main_banners .list ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.main_banners .nav {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 16px;
}
.main_banners .prev,
.main_banners .next {
  margin: auto 0;
  z-index: 5;
}
.main_banners .prev {
  right: 60px;
}
.main_banners .next {
  right: 10px;
}
.main_banners .prev a,
.main_banners .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 10em;
  border: 1px solid #333333;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.main_banners .prev a i,
.main_banners .next a i {
  font-size: 16px;
}

.search_form_tab {
  margin: 0 -500%;
  padding: 1px 500% 0;
  background: #fff;
}
.search_form_tab .form {
  position: relative;
  z-index: 2;
}
.search_form_tab .tabs {
  overflow: hidden;
  background: #fff;
}
.search_form_tab .tabs ul {
  display: flex;
  align-content: stretch;
  justify-content: stretch;
}
.search_form_tab .tabs ul li {
}
.search_form_tab .tabs ul li a {
  display: block;
  background: #fff;
  border-left: 1px solid #e3edee;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #333333;

  text-decoration: none;
  position: relative;
}
.search_form_tab .tabs ul li a .in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
}
.search_form_tab .tabs ul li a .in span {
  flex-shrink: 0;
}
.search_form_tab .tabs ul li:first-child a {
  border-left: none !important;
}
.search_form_tab .tabs ul li a i {
  display: none;
}
.search_form_tab .tabs ul li a .in:before {
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  margin: 0 8px 0 0;
  background-position: center 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 a:hover,
.search_form_tab .tabs ul li a.active {
  border-color: #87ceeb;
  background: #87ceeb;
}
.search_form_tab .form > .inner {
  margin: -1px 0 0;
  padding: 0 0 60px;
  position: relative;
}
.search_form_tab .form > .inner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -500%;
  right: -500%;
  z-index: -1;
  display: block;
  background-color: #87ceeb;
}
.search_form_tab .tab_contents {
  background-color: #fff;
  padding: 40px 40px 30px;
  margin: 0 -40px;
}
.search_form_tab .tab_content {
  display: none;
}
.search_form_tab .tab_content.active {
  display: block;
}
.search_form_tab .tab_content .head {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #ff6194;
  margin: 0 0 30px;
}
.search_form_tab .tab_content.checkbox_list dd label {
  width: 19% !important;
}
.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: #daf3fb;

  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;
  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 .tab_content.tab_content_area h2 {
  margin: 20px 0 36px;
  padding: 0 0 36px;
  border-bottom: 2px solid #000;
  color: #000;
  text-align: center;
}
.search_form_tab .tab_content.tab_content_area h2:after {
  content: none;
}
.search_form_tab .tab_content.tab_content_area h2 strong {
  display: block;
  font-size: 30px;
}
.search_form_tab .tab_content.tab_content_area h2 small {
  display: block;
  width: 184px;
  margin: 8px auto 0;
  background-color: #ebebeb;
  font-size: 14px;
}
.search_form_tab .tab_content.tab_content_area .area_form {
  display: flex;
}
.search_form_tab .tab_content.tab_content_area .area_form .area-left {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-right: 16px;
}
.search_form_tab .tab_content.tab_content_area .area_form .area-right {
  flex-basis: 50%;
  flex-shrink: 0;
  margin-left: 16px;
}
.search_form_tab .tab_content.tab_content_area .area_form .image_map {
  margin: 0 0 12px;
  text-align: right;
}

.search_form_tab .tab_content.tab_content_area .area_form h3 {
  color: #ff8b13;
  font-size: 18px;
}
.search_form_tab .tab_content.tab_content_area .area_form .list,
.search_form_tab .tab_content.tab_content_area .area_form ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 24px;
  padding: 0;
}
.search_form_tab .tab_content.tab_content_area .area_form .list label,
.search_form_tab .tab_content.tab_content_area .area_form li {
  flex-basis: 76px;
  min-width: 76px;
  margin: 0;
  padding: 0;
}
.search_form_tab .tab_content.tab_content_area .area_form a {
  display: block;
  padding: 4px 0;
  background-color: #f3f7f7;
  color: #000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.search_form_tab .tab_content.tab_content_area .area_form a:hover {
  text-decoration: underline;
}
.search_form_tab .tab_content.tab_content_area .area_form .list {
}
.search_form_tab .tab_content.tab_content_area .area_form .list label {
  float: none;
  display: block;
  padding: 4px 0;
  background-color: #f3f7f7;
  color: #000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}
.search_form_tab .tab_content.tab_content_area .area_form .list label input {
  display: none;
}
.search_form_tab .tab_content.tab_content_area .area_form .list label.checked {
  background-color: #007ec4;
  color: #fff;
}
.search_form_tab .tab_content.tab_content_area .area_form .list label::before {
  content: none;
}
.search_form_tab .tab_content.tab_content_area .area_form .list label::after {
  content: none;
}

.search_form_tab .result {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
  background: #87ceeb;
  color: #fff;
}
.search_form_tab .result .search_cnts {
  min-width: 180px;
  margin: 0 24px 0 0;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  color: #424952;
}
.search_form_tab .result .search_cnts .cnts {
  padding: 0 5px;
  font-weight: normal;
  line-height: 1;
  color: red;
}
.search_form_tab .result .submit {
  width: 240px;
}
.search_form_tab .result .submit button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 270px;
  height: 50px;
  border-radius: 10em;
}
.search_form_tab .result .submit button .text {
  flex-grow: 1;
  text-align: center;
}
.search_form_tab .result .submit button i {
  background-color: #fff;
  border-radius: 1em;
  color: #fb8b28;
  font-size: 24px;
  top: 0;
}

.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: 0.3em;
}
.search_form_tab .result.result2 {
  margin-top: 40px !important;
  height: 70px;
  background: none;
}
.search_form_tab .result.result2 .search_cnts {
  min-width: initial;
  margin-right: 60px;

  color: #000;
}
.search_form_tab .result.result2 .search_cnts .cnts {
  padding: 0 5px;

  font-size: 30px;
  line-height: 1;
}
.search_form_tab .result.result2 .submit {
  width: 300px;
}
.search_form_tab .result.result2 .submit button {
  cursor: pointer;
  width: 300px;
  height: 70px;
  box-shadow: none;
  border-radius: 70px;
}
.search_form_tab .result.result2 .submit button .text {
  padding: 0 !important;
}
.search_form_tab .result.result2 .submit button i {
  display: none;
}
.search_form_tab .result.result2 .clear_btn {
  margin-left: 60px;
}

.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 {
}
.list_title .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 32px;
  line-height: 1;
  color: #000;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.list_title .title strong {
  display: block;
  margin: 0 0 14px;
  padding: 0 0 6px;
  font-size: 32px;
  border-bottom: 1px solid #333333;
}
.list_title .title small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.list_title .more {
  position: absolute;
  top: 46px;
  right: 150px;
}
.list_title .more a {
  color: #007ec3;
  font-size: 20px;
  font-weight: 700;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.list_title .more a i {
  position: absolute;
  left: 238px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;

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

  display: block;
  height: 1em;
}
.list_title .inner {
  clear: both;
}
.list_title .subtitle {
  clear: both;
  padding: 5px 0 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  color: #333;
}
.job_list {
  padding: 48px 0 24px;
}
.job_list + .job_list {
  padding-top: 15px;
}
.job_list .inner {
  clear: both;
  position: relative;
  padding: 0 0 30px;
}
.bg_wrap01 .job_list .inner {
  box-shadow: none !important;
}
.job_list .list_inner {
  position: relative;
}
.job_list .list {
  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;

  background-color: #fff;
  border: 2px solid #007ec3;
  border-radius: 4px;
  padding: 30px;
  width: 100%;
  box-sizing: border-box;

  color: #313140;
  text-decoration: none;

  position: relative;
}
.job_list .list li a .image_wrap {
  margin: 0 0 8px;
}
.job_list .list li a .in {
}
.job_list .list li a .text {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #007ec3;
  border-bottom: 1px solid #e2e6e7;
  height: 111px;
  overflow-y: hidden;
}
.job_list .list li a .note {
  font-size: 15px;
  line-height: 1.3;
}
.job_list .list li a .note .tbl {
  display: flex;
  margin: 8px 0;
}
.job_list .list li a .note .tbl label {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  min-height: 34px;
  border-radius: 10em 0 0 10em;
  background-color: #3bb0df;
  color: #fff;
  font-size: 13px;
}
.job_list .list li a .note .tbl label img {
  margin-right: 8px;
}
.job_list .list li a .note .tbl span {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 4px 0 4px 12px;
  border-radius: 0 10em 10em 0;
  background-color: #f3f7f7;
  color: #333333;
}

.job_list .list li a .cr_image_wrap {
}
.job_list .list li a .type {
}
.job_list .list li a .type span {
  display: inline-block;
  padding: 4px 8px;
  background-color: #ff6473;
  color: #fff;
  font-size: 14px;
}

.job_list .list li a .tags {
  margin: 0 -6px 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: #87ceeb;
}
.job_list .list li a .tags .recommend {
  background-color: #ff6194;
}
.job_list .list li a .tags .recommend_icons {
  padding-left: 0;
  padding-right: 0;

  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #f56d8f;
}
.job_list .list.swiper-container {
  margin: 0 9px !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: -58px;
  bottom: 0;
  margin: auto 0;
  z-index: 5;
}
.job_list .prev {
  right: 60px;
}
.job_list .next {
  right: 10px;
}
.job_list .prev a,
.job_list .next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 10em;
  border: 1px solid #333333;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.job_list .prev a i,
.job_list .next a i {
  font-size: 16px;
}

.info_list {
  padding: 48px 0 24px;
}
.info_list .inner {
  clear: both;
  position: relative;
  padding: 0 0 30px;
}
.info_list .title {
  border-top-color: #b1beec;
}
.info_list .more a {
  background-color: #8fa0dd;
  border-color: #8fa0dd;
}

.info_list .cats {
}
.info_list .cats span {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  text-align: center;

  background: #c69361;
  color: #fff;
}
.info_list .list {
  padding: 0 10px;
}
.info_list .list ul {
  margin: 0 0 0 0;
  padding: 1px 0 0;
}
.info_list .list ul li {
  margin: 20px 0;
  background-color: #fff;
}
.info_list .list ul li:last-child {
  border-bottom: none;
}
.info_list .list ul li a {
  display: flex;
  font-size: 14px;
  line-height: 1.3em;
  color: #313140;
  text-decoration: none;
}
.info_list .list ul li a .l {
  padding: 20px 10px 10px 60px;
  box-sizing: border-box;
}
.info_list .list ul li a .l .meta {
  display: flex;
  justify-content: space-between;
}
.info_list .list ul li a .l .dt {
  margin: 0 0 6px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.info_list .list ul li a .text {
  color: #fb8b28;
  font-size: 16px;
  font-weight: 700;
}
.info_list .list ul li a .excerpt {
  color: #333333;
  font-size: 15px;
  line-height: 2;
  margin: 12px 0;
}
.info_list .list ul li a .image {
  width: 240px;
}
