@charset "UTF-8";
/*-------------------------------------------------
 共通
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@font-face {
  font-family: "03SmartFont-P";
  src: url(../fonts/03SmartFont-P.ttf);
}
.jobSearch {
  font-size: 14px;
  /* ローディング */
}
.jobSearch #panel_search {
  background: #f3ddda;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
  border-radius: 0.5em;
  position: relative;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .jobSearch #panel_search {
    border-radius: 0;
    margin-top: 3em;
    padding: 0 4vw;
  }
}
.jobSearch #panel_search .jsSearchTitle {
  text-align: center;
  position: absolute;
  top: -4.8em;
  left: 50%;
  translate: -50% 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .jobSearch #panel_search .jsSearchTitle {
    font-size: 2.5vw;
  }
}
.jobSearch #panel_search .jsSearchTitle:before {
  content: "";
  width: calc(85 / 14 * 1em);
  height: calc(68 / 14 * 1em);
  display: block;
  background: url(../img/character.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -3.2em;
  right: -8.7em;
}
@media screen and (max-width: 768px) {
  .jobSearch #panel_search .jsSearchTitle:before {
    top: -4.5em;
    right: 2em;
    font-size: 1.2em;
  }
}
.jobSearch #panel_search .jsSearchTitle:after {
  content: "";
  display: block;
  background: #f3ddda;
  border-radius: 100%;
  width: 46em;
  height: 21em;
  position: absolute;
  top: -4em;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .jobSearch #panel_search .jsSearchTitle:after {
    width: 37em;
  }
}
.jobSearch #panel_search .jsSearchTitle .text {
  color: #ea5960;
  font-size: calc(28 / 14 * 1em);
  font-family: "03SmartFont-P", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: inline-block;
  padding: 1.4em 1.8em 1.4em 2em;
  background-image: url(../img/title-bg01.svg), url(../img/title-bg02.svg), url(../img/title-bg03.svg);
  background-repeat: no-repeat;
  background-position: left center, right center, 15% top;
  background-size: 1.0714285714em auto, 1.0714285714em auto, 1.7857142857em auto;
}
.jobSearch #panel_search .panelInner {
  max-width: 845px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  padding: 4.3em 0 6em;
}
@media screen and (max-width: 768px) {
  .jobSearch #panel_search .panelInner {
    padding: 3em 0;
  }
}
.jobSearch #panel_search .tabWrap .tabMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jobSearch #panel_search .tabWrap .tabMenu li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu {
  margin-bottom: 1.5em;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu .after {
  display: none;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu li {
  border-bottom: solid 2px #8c8c8c;
  padding: 0.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu li .text {
  font-size: calc(19.38 / 14 * 1em);
  font-weight: bold;
  color: #ea5960;
  background: no-repeat left center;
  padding-left: 1.5em;
  line-height: 1;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu li.taxonomy-genre_area .text {
  background-image: url(../img/icon-genre_area.svg);
  background-size: 0.9365325077em auto;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu li.taxonomy-genre .text, .jobSearch #panel_search .tabWrap .upper .tabMenu li.taxonomy-jobtype .text {
  background-image: url(../img/icon-jobtype.svg);
  background-size: 0.8973168215em auto;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu li.active {
  border-bottom: solid 4px #ea5960;
}
.jobSearch #panel_search .tabWrap .upper .tabMenu li + li {
  margin-left: 1.5em;
}
.jobSearch #panel_search .tabWrap .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6em;
}
.jobSearch #panel_search .tabWrap .bottom .tabMenu {
  width: 100%;
}
.jobSearch #panel_search .tabWrap .bottom .tabMenu li {
  overflow: hidden;
  background: #ea5960;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: calc(50 / 14 * 1em);
}
.jobSearch #panel_search .tabWrap .bottom .tabMenu li span {
  font-weight: bold;
}
.jobSearch #panel_search .tabWrap .bottom .tabMenu li .text {
  color: #ffffff;
  font-size: calc(17.28 / 14 * 1em);
  white-space: nowrap;
}
.jobSearch #panel_search .tabWrap .bottom .tabMenu li.active {
  width: 0;
}
.jobSearch #panel_search .tabWrap .bottom .tabMenu li:hover {
  background: #f5a200;
}
.jobSearch #panel_search .tabWrap .bottom .jsButton {
  width: 100%;
  margin-left: 1.5em;
}
.jobSearch #panel_search .tabWrap .bottom .jsButton button {
  width: 100%;
  font-size: 14px;
  height: calc(50 / 14 * 1em);
  background: #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}
.jobSearch #panel_search .tabWrap .bottom .jsButton button .text {
  font-size: calc(17.28 / 14 * 1em);
  color: #ffffff;
  background: url(../img/icon-arrow.svg) no-repeat left center;
  background-size: 1.1446759259em auto;
  padding-left: 2em;
  font-weight: bold;
}
.jobSearch #panel_search .tabWrap .bottom .jsButton button:hover {
  background: #ea5960;
}
.jobSearch #panel_search .tabWrap .tabContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jobSearch #panel_search .tabWrap .tabContents > li {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
}
.jobSearch #panel_search .tabWrap .tabContents > li.active {
  width: 100%;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox * {
  white-space: nowrap;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox label {
  cursor: pointer;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox label > span {
  vertical-align: middle;
  line-height: 1;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck .name {
  font-weight: bold;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck + ul, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck + dl, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck + dl + ul {
  display: none;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > ul > li {
  background: #ffffff;
  border: solid 2px #333333;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl {
  padding: 0.7em 1.7em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dt.parentHead {
  padding-left: 0;
  line-height: 1;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dt.parentHead .name {
  font-weight: bold;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd > ul > li {
  padding-left: 2em;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_1 .jsAllCheck + ul, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_1 .jsAllCheck + dl, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_1 .jsAllCheck + dd, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_1 .jsAllCheck + dl + ul {
  display: none;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_1 > dd > .jsAllCheck {
  padding-left: calc((2 + (1 - 1) * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_1 > dd > ul > li {
  padding-left: calc((2 + 1 * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_2 > dd > .jsAllCheck {
  padding-left: calc((2 + (2 - 1) * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_2 > dd > ul > li {
  padding-left: calc((2 + 2 * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_3 > dd > .jsAllCheck {
  padding-left: calc((2 + (3 - 1) * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_3 > dd > ul > li {
  padding-left: calc((2 + 3 * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_4 > dd > .jsAllCheck {
  padding-left: calc((2 + (4 - 1) * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_4 > dd > ul > li {
  padding-left: calc((2 + 4 * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_5 > dd > .jsAllCheck {
  padding-left: calc((2 + (5 - 1) * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl > dd .layer_5 > dd > ul > li {
  padding-left: calc((2 + 5 * 2) * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl + dl, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > dl + ul {
  margin-top: 1em;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > ul > li {
  padding: 1em;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > ul > li + li {
  margin-top: 1em;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox > ul + dl {
  margin-top: 1em;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .parentHead,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck {
  position: relative;
  cursor: pointer;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .parentHead:before, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .parentHead:after,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck:before,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck:after {
  content: "";
  width: 1.1em;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.6em;
  background: #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .parentHead:after,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .jsAllCheck:after {
  rotate: 90deg;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .toggleActive > .parentHead:before, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .toggleActive > .jsAllCheck:before {
  rotate: -180deg;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .toggleActive > .parentHead:after, .jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .toggleActive > .jsAllCheck:after {
  rotate: 0deg;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .layer_0 > dd > .jsAllCheck,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .layer_0 > .parentHead,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .layer_1 .jsAllCheck,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox li {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .layer_1 .jsAllCheck,
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox li {
  border-top: solid 1px #bfbfbf;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .parentHead {
  display: none;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .name {
  font-size: calc(16 / 14 * 1em);
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .countBox {
  font-size: calc(14 / 14 * 1em);
  font-style: normal;
  color: #ea5960;
  padding-left: 0.5em;
  font-weight: normal;
}
.jobSearch #panel_search .tabWrap .tabContents > li .contentsBox .countBox var {
  font-style: normal;
}
.jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dt.parentHead {
  display: block;
}
.jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dt.parentHead + dd {
  display: none;
}
.jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dd > .jsAllCheck {
  display: none;
}
.jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dd > .jsAllCheck + ul, .jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dd > .jsAllCheck + dl, .jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dd > .jsAllCheck + dl + ul {
  display: block;
}
.jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > dl > dd > .jsAllCheck + ul {
  display: block;
}
.jobSearch #panel_search .tabWrap .tabContents > li.parentOnlyHidden .contentsBox > ul {
  display: none;
}
.jobSearch #panel_search.jsReSearch {
  max-width: 980px;
  margin-top: 3em;
}
.jobSearch #panel_search.jsReSearch .panelInner {
  padding: 3em 0 5em;
}
@media screen and (max-width: 768px) {
  .jobSearch #panel_search.jsReSearch .panelInner {
    padding: 3em 0;
  }
}
.jobSearch .jsForm .jsCheckedTermList {
  display: block;
  font-size: 16px;
  color: #000000;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.3em 0 0;
  border-bottom: solid 1px #a3a3a3;
}
.jobSearch .jsForm .jsPanelList {
  overflow: hidden;
}
.jobSearch .jsForm .jsSearchMessage {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.4em 0 0 4.3em;
}
@media screen and (max-width: 768px) {
  .jobSearch .jsForm .jsSearchMessage {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 2em;
  }
}
.jobSearch .jsForm .jsSearchMessage .text {
  display: inline-block;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .jobSearch .jsForm .jsSearchMessage .text {
    position: relative;
    width: 100%;
  }
}
.jobSearch .jsForm .jsSearchMessage .text i {
  display: inline-block;
  color: #41474F;
  font-style: normal;
  font-size: 19px;
  position: relative;
  padding: 0 0.6em;
}
.jobSearch .jsForm .jsSearchMessage .text i + i {
  margin-left: 2em;
}
.jobSearch .jsForm .jsSearchMessage .text i:before, .jobSearch .jsForm .jsSearchMessage .text i:after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.jobSearch .jsForm .jsSearchMessage .text i:before {
  left: 0;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.jobSearch .jsForm .jsSearchMessage .text i:after {
  right: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.jobSearch .jsForm .jsSearchMessage .text span {
  display: block;
  background: #41474F;
  color: #ffffff;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 0.7em 0.6em;
  margin-top: 0.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobSearch .jsForm .jsSearchMessage .text span {
    margin: 0.5em auto 0;
  }
}
.jobSearch .jsForm .jsSearchMessage .text span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.44em 0.44em 0 0.44em;
  border-color: #41474F transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jobSearch .jsForm .hiddenData {
  display: none !important;
}
.jobSearch .jsCheck {
  border: solid 1px #f7f7f7;
  border-top: 0;
}
.jobSearch .jsCheck var {
  font-style: normal;
}
.jobSearch .jsCheck dl {
  padding: 0;
  margin: 0 0 -1px 0;
}
.jobSearch .jsCheck dl.layer_0 {
  border: 0;
}
.jobSearch .jsCheck dl.layer_0 > dt {
  border-left: 0;
}
.jobSearch .jsCheck dl.active > dt {
  border-bottom: 0;
}
.jobSearch .jsCheck dl.active > dt > .btnToggle:before {
  content: "\f068";
}
.jobSearch .jsCheck dl.active > dd {
  display: block;
}
.jobSearch .jsCheck dl > dt {
  border: solid 1px #f7f7f7;
  border-left: 0;
  border-right: 0;
  padding: 0px;
  position: relative;
  line-height: 30px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 112.5%;
  color: #757575;
  cursor: pointer;
}
.jobSearch .jsCheck dl > dt:hover {
  color: #f15219;
}
.jobSearch .jsCheck dl > dt > label {
  display: block;
}
.jobSearch .jsCheck dl > dt > .btnToggle {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
  background-color: #8db50b;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.jobSearch .jsCheck dl > dt > .btnToggle:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jobSearch .jsCheck dl > dt > .btnToggle:hover {
  background-color: #ffffff;
  color: #8db50b;
}
.jobSearch .jsCheck dl > dd {
  display: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.jobSearch .jsCheck dl > dd > ul {
  border: solid 1px #FFFFFF;
  border-bottom: 0;
  border-right: 0;
  padding: 0 6px;
  margin: 0;
  background: #ffffff;
}
.jobSearch .jsCheck dl > dd > ul li {
  list-style: none;
  padding: 0 1em 0 0;
  margin: 0;
  line-height: 2.5em;
  display: inline-block;
  font-size: 87.5%;
}
.jobSearch .jsCheck dl dt {
  background: #ffffff;
}
.jobSearch .jsCheck .jsAllCheck {
  background: #ffffff;
  display: block;
  padding: 0px;
  position: relative;
  line-height: 30px;
  padding-left: 6px;
  font-weight: bold;
  font-size: 100%;
  color: #757575;
  border-top: solid 1px #f7f7f7;
}
.jobSearch .jsCheck input[type=checkbox],
.jobSearch .jsCheck label {
  cursor: pointer;
}
.jobSearch .jsCheck label:hover {
  color: #f15219;
}
.jobSearch .jsCheck > ul {
  border-top: solid 1px #FFFFFF;
  padding: 0 10px;
  margin: 0;
  background: #ffffff;
}
.jobSearch .jsCheck > ul li {
  list-style: none;
  padding: 0 1em 0 0;
  margin: 0;
  line-height: 2.5em;
  display: inline-block;
}
.jobSearch .jsCheckPanel {
  display: none;
}
.jobSearch .jsCheckPanel > dt {
  display: none;
}
.jobSearch .jsCheckPanel > dt > span {
  color: #333333;
  padding-bottom: 0.5em;
  font-size: calc(18 / 14 * 1em);
  font-weight: bold;
  display: block;
}
.jobSearch .jsCheckPanel > dd {
  padding-left: 0;
}
.jobSearch .jsCheckPanel > dd .buttonBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jobSearch .jsCheckPanel > dd .buttonBox button {
  margin: 1em 0.5em !important;
  max-width: 272px;
}
@media screen and (max-width: 768px) {
  .jobSearch .jsCheckPanel > dd .buttonBox button + button {
    margin-top: 0 !important;
  }
}
.jobSearch .jsCheckPanel dd {
  padding-left: 1em;
}
.jobSearch .jsCheckPanel dd li {
  width: auto;
  display: inline-block;
}
.jobSearch .jsLoading {
  display: none;
  width: 100%;
  height: 0;
  padding: 200px 0 0 0;
  overflow: hidden;
  position: relative;
  background: url(../img/loading.gif) no-repeat center;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
}
.jobSearch .jsPagination {
  max-width: 1080px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 60px;
  text-align: center;
  width: 100%;
}
.jobSearch .jsPagination ul > li {
  color: #F5A200;
  margin-right: 0.4em;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.jobSearch .jsPagination ul > li > button {
  min-width: 2em;
  line-height: 1;
  background-color: #F5A200;
  color: #ffffff;
  font-weight: bold;
}
.jobSearch .jsPanel .jsCheckedTermList:before,
.jobSearch .jsPanel .jsCheckedTermList .jsCheckedTerm {
  margin-right: 1em;
  line-height: 1.4em;
  display: block;
  font-weight: normal;
}
.jobSearch .jsPanel .jsCheckedTermList:before {
  content: "こだわらない";
  color: #808080;
}
.jobSearch .jsPanel .jsCheckedTermList.active:before {
  display: none;
}
.jobSearch .jsPanel .jsCheckedTermList .jsCheckedTerm {
  font-weight: bold;
}
.jobSearch .jsPopupBack {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
  display: none;
}
.jobSearch #resultList {
  padding-top: 60px;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
}
.jobSearch #resultList .jsResultsHead {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .jobSearch #resultList .jsResultsHead {
    padding: 0 4vw;
  }
}
.jobSearch #resultList .jsResultsHead:after {
  content: "";
  width: 100%;
  border-top: 1px solid #cccccc;
  display: block;
}
.jobSearch #resultList .jsResultsHead span {
  padding: 0 0.5em 0 29px;
  margin: 0.8em 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  width: 100%;
  color: #4C4948;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.3em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  position: relative;
}
.jobSearch #resultList .jsResultsHead span:before {
  content: "";
  background: url(../img/icon-results.svg) no-repeat center;
  background-size: contain;
  width: 19px;
  height: 18px;
  display: inline-block;
  top: 50%;
  margin-top: -0.5em;
  left: 0;
  position: absolute;
}
.jobSearch #resultList .jsResultsCount {
  text-align: right;
  margin: 10px 0;
  font-weight: bold;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .jobSearch #resultList .jsResultsCount {
    padding: 0 4vw;
  }
}
.jobSearch #resultList .jsResultsCount span {
  color: #E26E5D;
  font-weight: bold;
}
.jobSearch .jsResultsMessage {
  text-align: center;
  line-height: 2;
}
.jobSearch .jsResultsMessage dl > dt {
  color: #E4707C;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .jobSearch .jsResultsMessage dl > dt {
    font-size: 16px;
  }
}
.jobSearch .jsResultsMessage dl > dd {
  color: #403F41;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .jobSearch .jsResultsMessage dl > dd {
    font-size: 14px;
  }
}
.jobSearch .jsResultsText {
  color: #4380C8;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.4;
}

.jsResearchButton,
.jsPopupSelect,
.jsPanelClear {
  margin: 1em auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  width: 100% !important;
  max-width: 180px;
  border: solid 1px #8db50b;
  background-color: #8db50b;
  color: #ffffff;
  padding: 0.9em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media all and (-ms-high-contrast: none) {
  .jsResearchButton,
  .jsPopupSelect,
  .jsPanelClear {
    padding-top: 0.5em;
    padding-bottom: 0.6em;
  }
}
.jsResearchButton:hover,
.jsPopupSelect:hover,
.jsPanelClear:hover {
  background-color: #0a731f;
}

.jsPanelClear {
  background-color: #ffffff;
  color: #8db50b;
}
.jsPanelClear:hover {
  color: #ffffff;
}

.jsResearchButton {
  margin: 2em auto;
}

.jsMessage {
  line-height: 2em;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jsMessage {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 768px) {
  .firstSearchWrap .firstSearchInner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .firstSearchWrap .firstSearchInner > .mapBox, .firstSearchWrap .firstSearchInner > .searchBox {
    display: block;
    width: 100%;
    padding: 0;
  }
}

/*-------------------------------------------------
 Map
-------------------------------------------------*/
.jobMap {
  padding-top: 0 !important;
  position: relative;
  display: block;
}
.jobMap .mapInner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 6.4em 0 2.2em;
  z-index: 0;
}
.jobMap .mapInner:after {
  content: "";
  display: block;
  background: no-repeat center bottom;
  background-size: contain;
  position: absolute;
  background-image: url(../img/title_01_text.png);
  width: calc(430 / 14 * 1em);
  height: calc(197 / 14 * 1em);
  right: 0;
  top: 0;
  margin-right: -14%;
  margin-top: -11em;
  z-index: 99;
}
@media screen and (max-width: 1300px) {
  .jobMap .mapInner:after {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobMap .mapInner:after {
    top: auto;
    bottom: 0;
    max-width: 65%;
    z-index: 0;
  }
}
.jobMap .mapTitle {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2em;
  z-index: 99;
}
.jobMap .mapTitle > span {
  font-size: calc(45 / 14 * 1em);
}
@media screen and (max-width: 768px) {
  .jobMap .mapTitle > span {
    font-size: calc(30 / 14 * 1em);
  }
}
.jobMap .mapTitle > span .txt-ja {
  font-weight: bold;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.35;
  background: #e8ff48;
  padding: 0 0.3em;
  letter-spacing: 0.05em;
  margin-bottom: -0.1em;
}
.jobMap .mapTitle > span .txt-en {
  font-size: 0.4444444444em;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.3;
  background: #e8ff48;
  padding: 0 0.5em;
  letter-spacing: 0.15em;
}
.jobMap .mapMessage {
  position: absolute;
  background: #ffffff;
  padding: 1.9em 11.5em 1.9em 1.6em;
  margin: 3.5em 0 0 0.3em;
}
@media screen and (max-width: 768px) {
  .jobMap .mapMessage {
    position: relative;
    margin: 1.5em 0.5em 2.5em 0.5em;
    padding: 0.5em 35% 0.5em 1em;
  }
}
.jobMap .mapMessage:before {
  content: "";
  display: block;
  width: calc(223 / 14 * 1em);
  height: calc(168 / 14 * 1em);
  background: url(../img/map_message_image.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -3.2em;
}
@media screen and (max-width: 768px) {
  .jobMap .mapMessage:before {
    margin-right: 0;
    max-width: 35%;
    background-image: url(../img/map_message_image_sp.png);
  }
}
.jobMap .mapMessage:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(20 / 14 * 1em) calc(20 / 14 * 1em) 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 7.6em;
}
.jobMap .mapMessage .text {
  font-size: calc(19 / 14 * 1em);
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .jobMap .mapMessage .text {
    font-size: calc(12 / 14 * 1em);
  }
}
.jobMap .mapMessage .text span {
  font-size: 1.1052631579em;
}
.jobMap .mapMessage .text span b {
  font-size: 1.0476190476em;
  color: #0a731f;
}
.jobMap dl.areaWarehouseBox {
  display: none;
}
.jobMap .mapBox {
  position: relative;
  width: 100%;
  padding: 650px 0 0 0;
  height: 0;
  left: 40px;
}
.jobMap .mapBox .areaBox {
  position: absolute;
}
.jobMap .mapBox .areaBox dt {
  z-index: 1;
  position: absolute;
  font-size: 22px;
  text-align: center;
}
.jobMap .mapBox .areaBox dt span {
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jobMap .mapBox .areaBox dt .area {
  border-radius: 100%;
  border: 1px solid;
  border-color: currentColor;
  background: #ffffff;
  width: 70px;
  height: 70px;
  display: block;
  color: currentColor;
}
.jobMap .mapBox .areaBox dt .area:before, .jobMap .mapBox .areaBox dt .area:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.jobMap .mapBox .areaBox dt .area:before {
  border-color: currentColor;
}
.jobMap .mapBox .areaBox dt a.area:hover {
  background: currentColor;
  border-color: #ffffff;
}
.jobMap .mapBox .areaBox dt a.area:hover:before {
  border-color: #ffffff;
}
.jobMap .mapBox .areaBox dt a.area:hover:after {
  border-color: currentColor;
}
.jobMap .mapBox .areaBox dt a.area:hover span {
  color: #ffffff;
}
.jobMap .mapBox .areaBox dd ul {
  position: relative;
}
.jobMap .mapBox .areaBox dd ul > li {
  padding: 1px;
  position: absolute;
}
.jobMap .mapBox .areaBox dd ul > li .pref {
  background: #E1E1E1;
  display: block;
  width: 60px;
  height: 45px;
  color: #ffffff;
  text-align: center;
  color: inherit;
  background-color: currentColor;
}
.jobMap .mapBox .areaBox dd ul > li .pref span {
  position: relative;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}
.jobMap .mapBox .areaBox dd ul > li.enablePref .pref:hover {
  background-color: currentColor;
}
.jobMap .mapBox .areaBox dd ul > li.disablePref span {
  opacity: 0.3;
}
.jobMap .mapBox .areaBox dd ul > li#pref_01 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_01 .pref {
  width: 122px;
  height: 92px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_02 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_02 .pref {
  width: 122px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_03 {
  top: 47px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_04 {
  top: 94px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_05 {
  top: 47px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_06 {
  top: 94px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_07 {
  top: 141px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_07 .pref {
  width: 122px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_08 {
  top: 47px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_09 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_10 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_11 {
  top: 47px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_12 {
  top: 94px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_12 .pref {
  height: 92px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_13 {
  top: 94px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_14 {
  top: 141px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_15 {
  top: 0;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_16 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_17 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_18 {
  top: 47px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_19 {
  top: 141px;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_20 {
  top: 47px;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_20 .pref {
  height: 92px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_21 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_21 .pref {
  height: 92px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_22 {
  top: 141px;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_23 {
  top: 94px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_24 {
  top: 94px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_25 {
  top: 0;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_26 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_27 {
  top: 47px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_28 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_29 {
  top: 47px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_30 {
  top: 94px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_30 .pref {
  width: 122px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_31 {
  top: 0;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_32 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_33 {
  top: 47px;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_34 {
  top: 47px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_35 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_35 .pref {
  height: 92px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_36 {
  top: 47px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_37 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_38 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_39 {
  top: 47px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_40 {
  top: 0;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_41 {
  top: 0;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_42 {
  top: 47px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_43 {
  top: 47px;
  left: 62px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_44 {
  top: 0;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_45 {
  top: 47px;
  left: 124px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_45 .pref {
  height: 92px;
}
.jobMap .mapBox .areaBox dd ul > li#pref_46 {
  top: 94px;
  left: 0;
}
.jobMap .mapBox .areaBox dd ul > li#pref_46 .pref {
  width: 122px;
}
.jobMap .mapBox .areaBox.disableArea dt {
  display: none;
}
.jobMap .mapBox .areaBox.disableArea dd ul > li .pref {
  pointer-events: none;
  background-color: #c8c8c8 !important;
}
.jobMap .mapBox .areaBox.disableArea dd ul > li span {
  display: none;
}
.jobMap .mapBox .areaBox#area_a01 {
  top: 0;
  left: 688px;
  color: #4c8b00;
}
.jobMap .mapBox .areaBox#area_a01 dt {
  display: none;
  top: 8px;
  left: 140px;
}
.jobMap .mapBox .areaBox#area_a01 dd ul > li.enablePref .pref:hover {
  background-color: #335800;
}
.jobMap .mapBox .areaBox#area_a02 {
  top: 100px;
  left: 688px;
  color: #bb89b9;
}
.jobMap .mapBox .areaBox#area_a02 dt {
  top: 58px;
  left: 140px;
}
.jobMap .mapBox .areaBox#area_a02 dd ul > li.enablePref .pref:hover {
  background-color: #9f589c;
}
.jobMap .mapBox .areaBox#area_a03 {
  top: 288px;
  left: 688px;
  color: #60ACDB;
}
.jobMap .mapBox .areaBox#area_a03 dt {
  top: 200px;
  left: 26px;
}
.jobMap .mapBox .areaBox#area_a03 dd ul > li.enablePref .pref:hover {
  background-color: #005fa2;
}
.jobMap .mapBox .areaBox#area_a04 {
  top: 241px;
  left: 502px;
  color: #d3b300;
}
.jobMap .mapBox .areaBox#area_a04 dt {
  top: -85px;
  left: 58px;
}
.jobMap .mapBox .areaBox#area_a04 dd ul > li.enablePref .pref:hover {
  background-color: #d68600;
}
.jobMap .mapBox .areaBox#area_a05 {
  top: 288px;
  left: 502px;
  color: #3F9C89;
}
.jobMap .mapBox .areaBox#area_a05 dt {
  top: 160px;
  left: 45px;
}
.jobMap .mapBox .areaBox#area_a05 dd ul > li.enablePref .pref:hover {
  background-color: #006c46;
}
.jobMap .mapBox .areaBox#area_a06 {
  top: 335px;
  left: 378px;
  color: #DA9000;
}
.jobMap .mapBox .areaBox#area_a06 dt {
  top: -90px;
  left: 40px;
}
.jobMap .mapBox .areaBox#area_a06 dd ul > li.enablePref .pref:hover {
  background-color: #da3500;
}
.jobMap .mapBox .areaBox#area_a07 {
  top: 335px;
  left: 192px;
  color: #D85513;
}
.jobMap .mapBox .areaBox#area_a07 dt {
  top: -90px;
  left: 60px;
}
.jobMap .mapBox .areaBox#area_a07 dd ul > li.enablePref .pref:hover {
  background-color: #862f00;
}
.jobMap .mapBox .areaBox#area_a08 {
  top: 435px;
  left: 248px;
  color: #E090A4;
}
.jobMap .mapBox .areaBox#area_a08 dt {
  top: 42px;
  left: -85px;
}
.jobMap .mapBox .areaBox#area_a08 dd ul > li.enablePref .pref:hover {
  background-color: #ba4d66;
}
.jobMap .mapBox .areaBox#area_a09 {
  top: 335px;
  left: 0;
  color: #8e6c78;
}
.jobMap .mapBox .areaBox#area_a09 dt {
  top: -90px;
  left: 55px;
}
.jobMap .mapBox .areaBox#area_a09 dd ul > li.enablePref .pref:hover {
  background-color: #724756;
}
.jobMap .mapBox .areaBox#area_a10 {
  top: 495px;
  left: 0;
  color: #3983bd;
}
.jobMap .mapBox .areaBox#area_a10 dt {
  display: none;
  top: -12px;
  left: -90px;
}
.jobMap .mapBox .areaBox#area_a10 dd ul > li.enablePref .pref:hover {
  background-color: #005096;
}
.jobMap .mapBox .areaBox.balloon_top dt .area:before, .jobMap .mapBox .areaBox.balloon_top dt .area:after, .jobMap .mapBox .areaBox.balloon_bottom dt .area:before, .jobMap .mapBox .areaBox.balloon_bottom dt .area:after {
  left: 50%;
}
.jobMap .mapBox .areaBox.balloon_top dt .area:before, .jobMap .mapBox .areaBox.balloon_bottom dt .area:before {
  border-width: 11px 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jobMap .mapBox .areaBox.balloon_top dt .area:after, .jobMap .mapBox .areaBox.balloon_bottom dt .area:after {
  border-color: #ffffff;
  border-width: 10px 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jobMap .mapBox .areaBox.balloon_top dt .area:before {
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  bottom: -20.5px;
}
.jobMap .mapBox .areaBox.balloon_top dt .area:after {
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  bottom: -18px;
}
.jobMap .mapBox .areaBox.balloon_bottom dt .area:before {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  top: -20.5px;
}
.jobMap .mapBox .areaBox.balloon_bottom dt .area:after {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  top: -18px;
}
.jobMap .mapBox .areaBox.balloon_left dt .area:before, .jobMap .mapBox .areaBox.balloon_left dt .area:after, .jobMap .mapBox .areaBox.balloon_right dt .area:before, .jobMap .mapBox .areaBox.balloon_right dt .area:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.jobMap .mapBox .areaBox.balloon_left dt .area:before, .jobMap .mapBox .areaBox.balloon_right dt .area:before {
  border-width: 6px 11px;
}
.jobMap .mapBox .areaBox.balloon_left dt .area:after, .jobMap .mapBox .areaBox.balloon_right dt .area:after {
  border-color: #ffffff;
  border-width: 5px 10px;
}
.jobMap .mapBox .areaBox.balloon_left dt .area:before {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -20.5px;
}
.jobMap .mapBox .areaBox.balloon_left dt .area:after {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -18px;
}
.jobMap .mapBox .areaBox.balloon_right dt .area:before {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -20.5px;
}
.jobMap .mapBox .areaBox.balloon_right dt .area:after {
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -18px;
}
.jobMap .mapBox .areaBack {
  display: none;
}
.jobMap .mapBox .areaBack.active {
  display: block;
}

@media screen and (max-width: 768px) {
  .jobMap .mapBox {
    font-size: 0;
    padding: 0;
    height: auto;
    text-align: center;
    top: auto;
    left: auto;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .jobMap .mapBox:before {
    display: none;
  }
  .jobMap .mapBox .areaBox {
    margin: 0 0 1em;
    vertical-align: top;
    position: relative;
    display: inline-block;
    top: auto !important;
    left: auto !important;
    width: 17.7%;
  }
  .jobMap .mapBox .areaBox.disableArea {
    display: none;
  }
  .jobMap .mapBox .areaBox dt {
    width: 100%;
    vertical-align: top;
    position: relative;
    display: inline-block !important;
    top: auto !important;
    left: auto !important;
  }
  .jobMap .mapBox .areaBox dt a {
    pointer-events: none;
  }
  .jobMap .mapBox .areaBox dt span {
    font-size: 2.8vw;
    top: 20%;
    -webkit-transform: none;
            transform: none;
  }
  .jobMap .mapBox .areaBox dt span br {
    display: none;
  }
  .jobMap .mapBox .areaBox dt .area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding: 75% 0 0 0;
    left: 0;
    border: 2px solid #8FB70B !important;
    border-radius: 0;
  }
  .jobMap .mapBox .areaBox dt .area:before {
    position: absolute;
    top: auto !important;
    bottom: 15% !important;
    left: 50% !important;
    right: auto;
    margin: 0 !important;
    -webkit-transform: translate(-50%, 0) !important;
            transform: translate(-50%, 0) !important;
    border: none;
    width: 24%;
    height: 0;
    padding: 24% 0 0 0;
    background: url(../img/ico_03.png) no-repeat center #07741F;
    background-size: contain;
    border-radius: 100%;
  }
  .jobMap .mapBox .areaBox dt .area:after {
    display: none;
  }
  .jobMap .mapBox .areaBox dd {
    display: none;
  }
  .jobMap .mapBox .areaBox dd ul {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
  .jobMap .mapBox .areaBox dd ul > li {
    padding: 0;
    width: 17.7%;
    margin: 0 0 17px 2.3%;
    display: inline-block;
    position: relative;
    top: auto !important;
    left: auto !important;
  }
  .jobMap .mapBox .areaBox dd ul > li .pref {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100% !important;
    height: 0 !important;
    padding: 75% 0 0 0;
    border: 2px solid #8FB70B;
    background: #ffffff !important;
    color: #000000;
    font-weight: bold;
  }
  .jobMap .mapBox .areaBox dd ul > li .pref:before {
    content: "";
    position: absolute;
    top: auto !important;
    bottom: 15% !important;
    left: 50%;
    right: auto;
    margin: 0 !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: none;
    width: 24%;
    height: 0;
    padding: 24% 0 0 0;
    background: url(../img/ico_03.png) no-repeat center #07741F;
    background-size: contain;
    border-radius: 100%;
  }
  .jobMap .mapBox .areaBox dd ul > li .pref span {
    color: inherit;
    font-size: 2.8vw;
    position: absolute;
    width: 100%;
    left: 0;
    top: 20%;
    -webkit-transform: none;
            transform: none;
  }
  .jobMap .mapBox .areaBox dd ul > li.disablePref .pref {
    border-color: #e1e1e1;
  }
  .jobMap .mapBox .areaBox dd ul > li.disablePref .pref:before {
    background-color: #e1e1e1;
  }
  .jobMap .mapBox .areaBox.enableArea dt {
    cursor: pointer;
  }
  .jobMap .mapBox .areaBox.disable {
    display: none;
  }
  .jobMap .mapBox .areaBox.active {
    width: 100%;
    margin-left: 0;
  }
  .jobMap .mapBox .areaBox.active dt {
    display: none !important;
  }
  .jobMap .mapBox .areaBox.active dd {
    display: block;
  }
  .jobMap .mapBox .areaBack.active {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .jobMap .mapBox .areaBack.active:before {
    content: "";
    margin-right: 0.5em;
    vertical-align: middle;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/ico_04.png) no-repeat center #07741F;
    background-size: contain;
    border-radius: 100%;
  }
  .jobMap .mapInner {
    width: 88vw;
    padding: 10% 0 23%;
  }
  .jobMap .mapInner .seo_map {
    top: 4vw;
    left: 45vw;
  }
  .jobMap dl.areaWarehouseBox {
    display: none;
    padding-bottom: 10vw;
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .jobMap dl.areaWarehouseBox dt {
    display: none;
  }
  .jobMap dl.areaWarehouseBox dd figure {
    margin-bottom: 10%;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a {
    width: 17.7%;
    margin-bottom: 3%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a:before {
    content: "";
    position: absolute;
    bottom: 15%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    width: 24%;
    height: 0;
    padding: 24% 0 0 0;
    background: url(../img/ico_warehouse.png) no-repeat center;
    background-size: contain;
    border-radius: 100%;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a:after {
    content: "";
    width: 100%;
    height: 0;
    padding: 75% 0 0 0;
    display: block;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a span {
    position: absolute;
    top: 20%;
    left: 0;
    font-size: 2.8vw;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #ffffff;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_01 {
    background: #FFB200;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_02 {
    background: #FF7600;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_03 {
    background: #EC6060;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_04 {
    background: #DB7059;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_05 {
    background: #B8AC00;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_06 {
    background: #A58427;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_07 {
    background: #74925C;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_08 {
    background: #8599DB;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_09 {
    background: #C9813B;
  }
  .jobMap dl.areaWarehouseBox dd .warehouseBox a#warehouse_10 {
    background: #C98BB8;
  }
  .jobMap dl.areaWarehouseBox.active {
    display: block;
  }
}