/* LESS Document */
/*===================================================================
//  共通
//=================================================================*/
#contents {
  word-break: break-all;
}
.width960 {
  width: 960px;
  margin: 0 auto;
}
.material-icons {
  vertical-align: middle;
}
.note {
  position: relative;
  padding-left: 1.2em;
}
.note:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
/*===================================================================
//  ヘッダー
//=================================================================*/
header#pagetop .head_top {
  background: #ef5770;
}
header#pagetop .head_top .width960 {
  display: flex;
}
header#pagetop .head_top .catchcopy {
  font-size: 11px;
  color: #fff;
  padding: 6px 10px 6px 0;
  float: none !important;
}
header#pagetop .head_top .head_nav {
  margin-left: auto;
  float: none !important;
}
header#pagetop .head_top .head_nav ul {
  display: flex;
}
header#pagetop .head_top .head_nav ul li {
  box-sizing: border-box;
  border-left: #feddd8 1px solid;
}
header#pagetop .head_top .head_nav ul li:last-child {
  border-right: #feddd8 1px solid;
}
header#pagetop .head_top .head_nav ul li:nth-child(1) {
  margin-left: auto;
}
header#pagetop .head_top .head_nav ul li a {
  transition: all 0.3s;
  background: #f16e84;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  padding: 6px 10px;
}
header#pagetop .head_top .head_nav ul li a:hover {
  background: #de3f59;
}
.pankuzu-wrapper {
  background: #e6e6e6;
  padding: 0.1em 0;
}
.pankuzu-wrapper a,
.pankuzu-wrapper ol li {
  font-size: 11px;
}
.pankuzu-wrapper ol li {
  display: inline-block;
}
.pankuzu-wrapper ol li:not(:last-child):after {
  content: " > ";
  padding: 0 0.1em;
}
.head_bottom {
  padding: 14px 0 10px 0;
  background: #fbfbfa;
  width: 100%;
}
.head_bottom .head_area_nav {
  float: left;
  width: 126px;
  margin-right: 10px;
  padding-top: 5px;
}
.head_bottom .head_area_nav .current,
.head_bottom .head_area_nav .change-area {
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  font-weight: normal;
  width: 52px;
  color: #fff;
  border: #164782 1px solid;
  background: #1956a0;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
.head_bottom .head_area_nav .change-area {
  width: 74px;
  font-size: 11px;
  border: #c5c5c5 1px solid;
  color: #444;
  padding-left: 10px;
  text-decoration: none;
  border-radius: 0 3px 3px 0;
  background: url("../img/common/head_area_bg.png"), -moz-linear-gradient(top, #fefefe, #e0e0e0);
  background: url("../img/common/head_area_bg.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e0e0e0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#fefefe, endcolorstr=#e0e0e0))";
  background: url("../img/common/head_area_bg.png"), linear-gradient(to bottom, #fefefe, #e0e0e0);
  zoom: 1;
  background-repeat: no-repeat;
  background-position: 7% center;
  background-size: auto 30%, 100% 100%;
}
.head_bottom .head_area_nav .change-area:hover {
  background: url("../img/common/head_area_bg.png"), -moz-linear-gradient(top, #e0e0e0, #fefefe);
  background: url("../img/common/head_area_bg.png"), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fefefe));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#e0e0e0, endcolorstr=#fefefe))";
  background: url("../img/common/head_area_bg.png"), linear-gradient(to bottom, #e0e0e0, #fefefe);
  zoom: 1;
  background-repeat: no-repeat;
  background-position: 7% center;
}
.head_bottom .logo {
  width: 275px;
  margin-right: 12px;
}
.head_bottom .logo img {
  max-width: 275px;
}
.head_bottom .head-btn-wrapper {
  width: 35%;
}
.head_bottom .head-btn-wrapper a {
  font-size: 15px;
  font-weight: bold;
  padding: 0.35em 0;
  width: 49%;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 2%;
  color: #ef5770;
  border: #ef5770 2px solid;
}
.head_bottom .head-btn-wrapper a i {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0.5em;
  font-size: 20px;
}
.head_bottom .head-btn-wrapper a var {
  position: absolute;
  top: 50%;
  right: 0.3em;
  border-radius: 50px;
  background: #ef5770;
  color: #fff;
  font-style: normal;
  padding: 0 0.5em;
  margin-top: -0.8em;
}
.head_bottom .head-btn-wrapper a:hover,
nav.job_detail .btn.keep-btn:hover {
  background: #fce3e7;
}
.head_bottom .head-btn-wrapper a.lately {
  margin-left: 0;
  color: #298bb9;
  border-color: #298bb9;
}
.head_bottom .head-btn-wrapper a.lately:hover {
  background: #b5dcef;
}
.head_bottom .job-home-count {
  padding-top: 1em;
}
.head_bottom .job-home-count time {
  background: #ef5770;
  color: #fff;
  padding: 0.2em 0.3em 0.2em 0.5em;
  margin-right: 0.5em;
}
.head_bottom .job-home-count p {
  font-size: 14px;
}
.head_bottom .job-home-count p var {
  font-weight: bold;
  font-style: normal;
  color: #ef5770;
  font-size: 23px;
}
.head_bottom.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 810;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}
.head_bottom.home {
  padding: 11px 0 0 0;
}
.head_bottom.home .logo img {
  max-width: 276px;
}
.head_bottom.home .head-btn-wrapper {
  padding-top: 0.5em;
}
/*===================================================================
//  トップページ
//=================================================================*/
.home-search-wrapper {
  padding: 1.7em 0 3em 0;
  margin-bottom: 2em;
  border-bottom: #e0e0de 1px solid;
}
.home-search-wrapper .search-contents .title > span {
  border-radius: 5px 5px 0 0;
  background: #ef5770;
  padding: 0.2em 1.2em 0.1em 0.8em;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.home-search-wrapper .search-contents .search-box {
  border-top: #e0e0de 1px solid;
}
.home-search-wrapper .search-contents.details {
  width: 63%;
}
.home-search-wrapper .search-contents.details .category-group {
  padding: 1em 0;
  border-bottom: #e0e0de 1px dashed;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper {
  width: 35%;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .must {
  vertical-align: middle;
  line-height: 25px;
  background: #fff;
  border: #ef5770 2px solid;
  box-sizing: border-box;
  color: #ef5770;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .inner {
  padding: 0.3em;
  border: #ccc 2px solid;
  background-color: #fff;
  border-radius: 5px;
  width: calc(100% - 5em);
  display: inline-block;
  vertical-align: middle;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .inner select {
  width: 100%;
  border: none;
  background: #fff;
  font-size: 14px;
  padding: 0.4em 0.3em 0.6em 0.3em;
  cursor: pointer;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .inner select:focus {
  outline: none;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  border: 8px solid transparent;
  border-left: 14px solid;
  margin-top: -8px;
  border-left-color: #ccc !important;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .inner:hover,
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn.modal-open:hover {
  border: #f38698 2px solid;
}
.home-search-wrapper .search-contents.details .category-group .select-category-wrapper .inner:hover:before {
  border-left-color: #f38698 !important;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper {
  width: 62%;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn {
  padding: 0.65em 0.6em;
  text-decoration: none;
  border: #ccc 2px solid;
  background-color: #fff;
  border-radius: 5px;
  cursor: default;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn .text-wrapper {
  color: #333;
  font-size: 14px;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn .text-wrapper .after-text {
  position: absolute;
  top: 0;
  left: 0;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn .text-wrapper .after-text ul {
  display: inline;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn .text-wrapper .after-text ul li {
  display: inline;
  font-size: 14px;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .modal-btn.modal-open {
  cursor: pointer;
}
.home-search-wrapper .search-contents.details .category-group .item-box-wrapper .search-area-content {
  padding: 1.5em;
  min-height: 350px;
  max-height: 76vh;
  overflow-y: scroll;
}
.home-search-wrapper .search-contents.details .category-group .small-title {
  color: #55423f;
  font-weight: bold;
  font-size: 14px;
  border-left: #ef5770 6px solid;
  padding-left: 0.5em;
}
.home-search-wrapper .search-contents.left {
  width: 34%;
}
.home-search-wrapper .search-contents.left .search-box {
  border: #e0e0de 1px solid;
  background: #fff;
  padding: 1em;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li {
  width: 32%;
  margin-right: 2%;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li:last-child {
  margin-right: 0;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li > .table {
  display: table;
  height: 92px;
  width: 100%;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li > .table .cell,
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="chushikoku"],
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="chushikoku"] a {
  background: #ffa214;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="chushikoku"]:before {
  border-top-color: #ffa214 !important;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="chubu"],
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="chubu"] a {
  background: #a081db;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="chubu"]:before {
  border-top-color: #a081db !important;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="tohoku"],
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="tohoku"] a {
  background: #62c3ee;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="tohoku"]:before {
  border-top-color: #62c3ee !important;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="kyusyu"],
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="kyusyu"] a {
  background: #f073ba;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="kyusyu"]:before {
  border-bottom-color: #f073ba !important;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="kansai"],
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="kansai"] a {
  background: #e9cd13;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="kansai"]:before {
  border-bottom-color: #e9cd13 !important;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="kanto"],
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="kanto"] a {
  background: #8cdb22;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li[data-target="kanto"]:before {
  border-bottom-color: #8cdb22 !important;
}
.home-search-wrapper .search-contents.left.areas .area-select-list li:hover {
  opacity: 0.8;
}
.home-search-wrapper .search-contents.left.areas .area-select-list.top li:before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  border: 6px solid transparent;
  border-top: 8px solid;
  margin-left: -6px;
}
.home-search-wrapper .search-contents.left.areas .area-select-list.bottom li:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  border: 6px solid transparent;
  border-bottom: 8px solid;
  margin-left: -6px;
}
.home-search-wrapper .search-contents.left.areas figure {
  padding: 1.5em 0;
}
.home-search-wrapper .search-contents.left.areas .second-step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  background: #fff;
}
.home-search-wrapper .search-contents.left.areas .second-step .area-back-btn-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em;
}
.home-search-wrapper .search-contents.left.areas .second-step .area-back-btn-wrapper .area-back-btn {
  padding: 0.6em;
  font-size: 15px;
  cursor: pointer;
  border: #ccc 1px solid;
  border-radius: 5px;
}
.home-search-wrapper .search-contents.left.areas .second-step .area-back-btn-wrapper .area-back-btn i {
  font-size: 18px !important;
  right: auto !important;
  left: 0.2em;
}
.home-search-wrapper .search-contents.left.areas .second-step .area-back-btn-wrapper .area-back-btn:hover {
  background: #e5e5e5;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table {
  margin: 1em 0;
  table-layout: fixed;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td {
  border: #fff 2px solid;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td > .table {
  display: table;
  width: 100%;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td a {
  height: 70px;
  text-decoration: none;
  border-radius: 5px;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td a i {
  font-size: 18px !important;
  right: 0.2em !important;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td a:hover {
  opacity: 0.8;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td[rowspan="2"] a {
  height: 142px;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td.no-area {
  height: 70px;
}
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents[data-contents="tohoku"] a {
  height: 60px;
}
.home-search-wrapper .search-contents.left.genres {
  margin-top: 1.2em;
}
.home-search-wrapper .search-contents.left.genres .links li {
  margin-bottom: 0.4em;
}
.home-search-wrapper .search-contents.left.genres .links li:last-child {
  margin-bottom: 0;
}
.home-search-wrapper .search-contents.left.genres .links li a {
  background: #ffedea;
  padding: 0.3em 0.5em 0.3em 1.8em;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.home-search-wrapper .search-contents.left.genres .links li a i {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  color: #ef5770;
  font-size: 20px;
}
.home-search-wrapper .search-contents.left.genres .links li a:hover {
  background: #fac7cf;
}
/*===================================================================
//  検索
//=================================================================*/
.check-box .check-group {
  margin: 0 -1%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.check-box .check-group li,
.check-box[data-for="search-cat-label-genre"] .check-group li:nth-child(3n+12),
.check-box[data-for="search-cat-label-genre"] .check-group li:nth-child(3n+14) {
  width: 33.33%;
  box-sizing: border-box;
  padding: 1em 1% 0 1%;
  font-size: 13px;
}
.check-box .check-group label {
  cursor: pointer;
  padding: 0 0 0 1.6em;
  margin: 0 0 0.3em 0;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
}
.check-box .check-group label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0.9em;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 11px;
  height: 11px;
  content: '';
  border: #a2a2a2 2px solid;
  background: #fff;
}
.check-box .check-group label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 0.8em;
  left: 0.4em;
  z-index: 50;
  display: block;
  margin-top: -8px;
  width: 4px;
  height: 7px;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: #ef5770 3px solid;
  border-bottom: #ef5770 3px solid;
}
.check-box .check-group label:hover:after {
  border-color: #ef5770;
}
.check-box .check-group label.checked-label {
  font-weight: bold;
  color: #ef5770;
}
.check-box .check-group label.checked-label:before {
  opacity: 1;
}
.check-box .check-group label .note {
  color: #666;
  font-size: 10px;
}
.check-box .check-group label .note a {
  font-size: 11px;
  padding-top: 0.3em;
}
.check-box .check-group label .note a:before {
  content: "≫ ";
}
.check-box[data-for="search-cat-label-area"] .check-group {
  border-bottom: #e0e0de 1px dashed;
  padding-bottom: 0.2em;
  margin-bottom: 0.8em;
}
.check-box[data-for="search-cat-label-area"] .check-group:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.check-box[data-for="search-cat-label-area"] .parent-wrapper {
  padding: 0.5em 0.8em;
  border-radius: 5px;
  background: #efefef;
  border: #ccc 1px solid;
  margin-bottom: 0.5em;
}
.check-box[data-for="search-cat-label-area"] .parent-wrapper .parent-label {
  width: 100%;
  margin: 0;
  font-size: 14px;
}
.check-box[data-for="search-cat-label-area"] .parent-wrapper .parent-label.checked-label {
  color: #ef5770;
}
.check-box[data-for="search-cat-label-area"] .children-wrapper {
  width: 95%;
  margin: 0 auto;
}
.check-box[data-for="search-cat-label-area"] .children-wrapper ul li {
  padding-top: 0.3em;
}
.check-box[data-for="search-cat-label-genre"] .check-group li:nth-child(3n+13) {
  width: 37%;
}
.check-box[data-for="search-cat-label-genre"] .check-group li:nth-child(3n+14) {
  padding-right: 0;
}
.check-box[data-for="search-cat-label-employ"] .check-group li:last-child {
  width: 100%;
}
.search-box .item-box .tax-genre .check-group li {
  min-width: 50%;
  width: auto;
  padding: 1%;
  float: none !important;
}
/* 検索件数 */
.jobdetail-count {
  position: absolute;
  font-size: 17px;
}
.jobdetail-count var {
  padding-right: 0.25em;
  font-size: 27px;
  font-style: italic;
  color: #ef5770;
}
.post-count-value.count-async {
  color: silver;
  animation: post-count-async 2s infinite;
}
@-moz-keyframes post-count-async {
  0% {
    color: silver;
  }
  50% {
    color: gray;
  }
  100% {
    color: silver;
  }
}
@-webkit-keyframes post-count-async {
  0% {
    color: silver;
  }
  50% {
    color: gray;
  }
  100% {
    color: silver;
  }
}
@keyframes post-count-async {
  0% {
    color: silver;
  }
  50% {
    color: gray;
  }
  100% {
    color: silver;
  }
}
.main_search ul li label.no-data {
  display: block;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  color: #555555;
  user-select: none;
}
.main_search ul li label.no-data :hover {
  color: #555555;
}
/* 検索ボタン */
.submit-wrapper {
  /* 固定検索バナー */
}
.submit-wrapper .submit-btn {
  font-size: 24px;
  padding: 0.6em 0;
  width: 63%;
  margin: 1em 1em 0 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: #f6506b;
  color: #fff;
}
.submit-wrapper .submit-btn i,
.home-search-wrapper .search-contents.left.areas .second-step .area-back-btn-wrapper .area-back-btn i,
.home-search-wrapper .search-contents.left.areas .second-step .tab-contents table td a i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
}
.submit-wrapper .submit-btn:hover {
  background: #f16e84;
}
.submit-wrapper .submit-btn.disabled,
.submit-wrapper .submit-btn.disabled:hover {
  background: #ccc;
  cursor: default;
}
.submit-wrapper .jobdetail-count {
  margin: 2em 0 0 0.5em;
}
.submit-wrapper.research-fixed {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
}
.submit-wrapper.research-fixed .contents-wrapper {
  width: 960px;
  margin: 0 auto;
}
.submit-wrapper.research-fixed .contents-wrapper .inner {
  width: 63%;
  float: right;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px 10px 0 0;
  padding: 1.2em 1em 1em 1em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15), -1px 1px 2px rgba(0, 0, 0, 0.15), 1px -1px 2px rgba(0, 0, 0, 0.15), -1px -1px 2px rgba(0, 0, 0, 0.15);
}
.submit-wrapper.research-fixed .submit-btn {
  padding: 0.3em 0;
  margin-top: 0;
}
.submit-wrapper.research-fixed .jobdetail-count {
  margin-top: 0.3em;
}
/*===================================================================
//  求人関連
//=================================================================*/
nav.job_detail {
  position: relative;
}
nav.job_detail .btn {
  border: #298bb9 3px solid;
  color: #298bb9;
  text-decoration: none;
  background: #fff;
  font-style: normal;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  padding: 0.4em 0;
  width: 43%;
  font-size: 22px;
  margin: 0 auto;
}
nav.job_detail .btn:hover {
  background: #e6f7ff;
}
nav.job_detail .btn i {
  font-size: 24px;
  padding-right: 0.2em;
}
nav.job_detail .btn.entry {
  border-color: #f38698;
  background: #ef5770;
  color: #fff;
}
nav.job_detail .btn.entry:hover {
  background: #f2788c;
}
nav.job_detail .btn.keep-btn {
  border: #ef5770 2px solid;
  padding: 0.2em 0;
  width: 20%;
  font-size: 16px;
  color: #ef5770;
  margin-right: 1.5em;
  position: absolute;
  top: 1.1em;
  right: 1em;
}
nav.job_detail .btn.keep-btn i {
  font-size: 19px;
  padding-right: 0.2em;
}
nav.job_detail .btn.keep-btn.keeped {
  background: #fff3ce;
}
nav.job_detail .btn.keep-btn.keeped:hover {
  background: #ffe8a1;
}
nav.job_detail .btn.keep-btn.trash-btn {
  border-color: #aaa;
  color: #aaa;
}
nav.job_detail .btn.keep-btn.trash-btn:hover {
  background: #eee;
}
nav.job_detail.entry_btn {
  background: none;
  padding-bottom: 40px;
}
.oubo_btn {
  position: absolute;
  top: 1.1em;
  right: 1em;
  width: 20%!important;
  margin-right: 1.5em !important;
  border: #ef5770 2px solid !important;
  padding: 0.2em 0 !important;
  font-size: 16px!important;
}
/*===================================================================
//  ウィジェット設定
//=================================================================*/
.widget h2 {
  border-bottom: none;
  padding: 0;
  background: none;
}
.widget table th {
  width: auto;
  border: #2d9abb 1px solid;
  border-top: none;
  border-bottom: none;
  padding: 1px 7px;
  background: #2d9abb;
}
.widget table td {
  border: #989898 1px solid;
  border-top: none;
  border-bottom: none;
  padding: 4px 7px;
}
/*===================================================================
//  サイド固定
//=================================================================*/
.side-fixed-feature {
  position: fixed;
  top: 95px;
  right: -220px;
  width: 284px;
  z-index: 50;
}
.side-fixed-feature.on {
  right: 0;
  z-index: 101;
}
.side-fixed-feature .feature-slide-btn {
  border-radius: 5px 0 0 5px;
  border: #ef5770 2px solid;
  border-right: none;
  color: #ef5770;
  font-weight: bold;
  font-size: 13px;
  padding: 0.2em;
  float: left;
  width: 64px;
  background: #fff;
  cursor: pointer;
}
.side-fixed-feature .feature-slide-btn i {
  font-size: 36px;
}
.side-fixed-feature .feature-slide-btn:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -2px;
  top: 0;
  background: #fff;
}
.side-fixed-feature .feature-slide-btn:hover {
  color: #f38698;
}
.side-fixed-feature .feature-slide-contents {
  float: right;
  width: 220px;
  background: #fff;
  border-radius: 0 0 0 5px;
  border: #ef5770 2px solid;
  border-right: none;
  padding: 0.6em 0.5em 0.6em 0.6em;
}
.side-fixed-feature .feature-slide-contents ul li {
  margin-bottom: 0.5em;
}
.side-fixed-feature .feature-slide-contents ul li a {
  border-radius: 5px;
  background: #ffecf0;
  padding: 0.5em 1.5em 0.5em 0.5em;
  text-decoration: none;
}
.side-fixed-feature .feature-slide-contents ul li a i {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 0.1em;
  font-size: 18px;
}
.side-fixed-feature .feature-slide-contents ul li a:hover {
  background: #fbd9df;
}
.side-fixed-feature .feature-slide-contents .feature-slide-close {
  color: #666;
  padding: 0.2em 0.5em;
  border-radius: 5px;
  cursor: pointer;
}
.side-fixed-feature .feature-slide-contents .feature-slide-close i {
  font-size: 15px;
  padding-right: 0.2em;
  position: relative;
  top: -1px;
}
.side-fixed-feature .feature-slide-contents .feature-slide-close:hover {
  background: #eee;
}
.side-fixed-feature h2.widgettitle {
  display: none;
}
/*===================================================================
//  404
//=================================================================*/
.error .error-icon {
  margin: 5em auto 0 auto;
}
.error .error-icon i {
  font-size: 120px;
  line-height: 0.6;
  padding-right: 0;
  color: #298bb9;
}
.error .error-404 {
  font-size: 90px;
  padding: 0 0.4em;
  border-radius: 10px;
  line-height: 1.5;
  margin-top: 0.2em;
}
.error .error-text {
  margin: 3.5em 0;
}
.error .error-text .research-text {
  font-size: 18px;
  padding-top: 0.2em;
}
.error .error-text .research-text i {
  font-size: 30px;
  top: 5px;
  padding-right: 0;
  margin-right: 0.3em;
  border-radius: 50px;
}
.error .error-text.blue {
  font-size: 15px;
  color: #1956a0;
  margin: 2em 0 6em 0;
}
.error .clips-wrapper .clips-detail {
  width: 80%;
  margin: 5em auto 7em auto;
  padding: 2em 1.5em;
  border-radius: 8px;
  border: #ffd6d8 3px dashed;
  border: #6ab9de 3px dashed;
}
.error .clips-wrapper .clips-detail h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  color: #298bb9;
  font-weight: bold;
}
.error .clips-wrapper .clips-detail .red {
  color: #ef5770;
}
.error .clips-wrapper .clips-detail .clips-detail-bottom {
  padding-top: 1.5em;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
/*===================================================================
//  給与の表示
//=================================================================*/
.salary-wrap .inner * {
  display: inline !important;
  margin: 0;
}
.salary-wrap .inner br {
  display: none;
}
.salary-wrap ul {
  margin-bottom: 0.5em;
}
.salary-wrap ul:last-child {
  margin-bottom: 0;
}
.salary-wrap ul > li {
  font-size: 1em;
}
.salary-wrap ul > li:before {
  padding-right: 0.3em;
}
.salary-wrap ul > li.label:before {
  content: "└";
}
.salary-wrap ul > li.label:first-child:before {
  content: "◇";
}
.salary-wrap ul > li.comment:before {
  content: "└";
}
/*===================================================================
//  医療事務について詳しく知りたい方はこちら！
//=================================================================*/
.column_guide_wrapper .widgettitle {
  background-image: url(../img/top/info_icon.gif);
  border-bottom: solid 2px #ef5770;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0.1em 0 0.5em 33px;
  margin-bottom: 1em;
  font-weight: bold;
}
.column_guide_wrapper ol {
  margin-left: 1.5em;
}
.column_guide_wrapper ol li {
  list-style: circle;
  padding: 0.6em 0.15em;
  border-bottom: 1px solid #e3e3e3;
}
/** お役立ち情報：カテゴリー選択 **/
.select_area_wrapper {
  padding: 10px 15px 10px 90px;
  position: relative;
  margin: 18px auto 10px;
  background: #f0ede6;
  width: 45%;
  border-radius: 5px;
}
.select_area_wrapper::before {
  content: "エリア";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  z-index: 10;
  text-align: center;
  pointer-events: none;
}
.select_area_wrapper select {
  border-radius: 5px;
  border: 1px solid #aea69a;
  padding: 8px 10px;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
}
.privacy_linx_area {
  background-color: #EAEAEA;
  padding: 1.2em 1em;
  margin-top: 2em;
  line-height: 1.8;
}
.privacy_linx_area a {
  color: #0067B9;
  text-decoration: underline;
  transition: 0.3s;
}
.privacy_linx_area a:hover {
  opacity: 0.7;
  text-decoration-line: none;
}
/* home / 都道府県リスト */
.is_top_page .area_select_wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.is_top_page .area_select_wrapper > ul > li {
  width: 50%;
  margin: 0;
  padding-bottom: 10px;
}
.is_top_page .area_select_wrapper > ul > li::after {
  display: none;
}
.is_top_page .area_select_wrapper > ul > li .area-name {
  display: block;
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 13px;
}
.is_top_page .area_select_wrapper > ul > li .child-select li {
  margin-right: 1px;
}
.is_top_page .area_select_wrapper > ul > li .child-select li::after {
  padding-right: 0;
}
/* 職種ページ / カセット情報 */
.is_genre {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5%;
}
.is_genre > li {
  width: 32.33% !important;
  display: block !important;
  margin: 0 0.5% 2em !important;
  box-sizing: border-box;
}
.is_genre > li > a {
  height: 100%;
  display: block;
  background: #ffffff;
  border: solid 1px #ccc;
  transition: 0.3s;
}
.is_genre > li > a:hover {
  background: #eee;
}
.is_genre > li > a:hover .inner-box {
  background: none !important;
}
.is_genre > li > a .inner-box {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: none;
  transition: 0.3s;
}
/* home / QA / title */
.question_wrapper .title_wrapper {
  border-bottom: 0;
}
.question_wrapper .title_wrapper h2 {
  font-size: 16px;
  font-weight: bold;
  padding-left: 31px;
  position: relative;
  letter-spacing: 0.05em;
  color: #ef5770;
}
.question_wrapper .title_wrapper h2::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background: url("../img/common/icon_qa.svg") no-repeat;
  background-size: contain;
}
.question_wrapper .page_wrapper {
  padding-top: 10px;
}
/* 職種ページ 〜が選ばれる理由 */
.choice_reason_wrapper {
  padding-top: 1em;
}
.choice_reason_wrapper h2 {
  color: #ef5770;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0.5em;
}
/* 求人詳細ページ、本文のテーブルに線をつける */
.job_description table,
.job_description th,
.job_description td {
  border-collapse: collapse;
  border: 1px solid #999;
  padding: 0.1em 0.2em;
}
/* 条件検索部分のアコーディオンを調整 */
div.bottom_area.accordion_links {
  border-bottom: 0;
  cursor: pointer;
}
h2.bottom_area_catch.accordion_links {
  position: relative;
  padding-right: 40px;
}
h2.bottom_area_catch.accordion_links::after {
  position: absolute;
  content: "";
  background: url("../img/common/icon_accordion_arr.svg") no-repeat center;
  display: block;
  top: 3px;
  width: 14px;
  height: 14px;
  right: 10px;
}
h2.bottom_area_catch.accordion_links.open_links::after {
  transform: rotateZ(180deg);
  top: 3px;
}
/** 求人詳細pickyタグリンク **/
.single-item .rating_label ul li a {
  color: #777777;
  text-decoration: none;
}
.single-item .rating_label ul li a:hover {
  color: #1e1e1e;
}
/** よくある質問詳細 **/
a.question-link {
  display: block;
  width: 15%;
  float: right;
  padding: 0.4em 0.5em;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #5d9dbb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  position: relative;
  top: -30px;
}
a.question-link:hover {
  background: #268baf;
  color: #fff;
}
a.question-link:after {
  content: "≫";
  padding-left: 0.2em;
}
/** 認証マーク追加 **/
.certification_table td .certification_wrap {
  display: flex;
  justify-content: space-between;
}
.certification_table td .certification_wrap + .certification_wrap {
  margin-top: 10px;
  align-items: center;
}
.certification_table td .certification_wrap .certification_text {
  width: 65%;
}
.certification_table td .certification_wrap .certification_image {
  width: 30%;
  text-align: center;
}
.certification_table td .certification_wrap .certification_image .certification_image_max1 {
  max-width: 140px;
}
.certification_table td .certification_wrap .certification_image .certification_image_max1_sp {
  display: none;
}
.certification_table td .certification_wrap .certification_image .certification_image_max2 {
  max-width: 130px;
}
.certification_table td .certification_wrap .certification_image .certification_image_max3 {
  max-width: 90px;
}
.certification_table .inline-block {
  display: inline-block;
}
/** 求人詳細ページhタグ階層変更 **/
.single-item .job_detail .section_title h2,
.single-item .single_item_btm .section_title h2 {
  border-bottom: none;
  color: #ff674f;
  font-size: 16px;
  padding: 5px 0 3px;
  background: none;
  font-weight: bold;
}
.single-item table.post-table th h3 {
  font-size: 100%;
  font-weight: bold;
}
.single-item .research_bottom h2 {
  color: #144cbd;
  background: none;
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-radius: 0.3em;
  font-size: 1.6em;
}
/** アーカイブページへの新規リンクボタン **/
.other_archive_link {
  text-align: center;
  padding-bottom: 10px;
}
.other_archive_link a {
  width: auto;
  display: inline-block;
  padding: 0.5em 1.5em;
  margin: 0;
  font-size: 16px;
  border: #30a5e6 2px solid;
  color: #30a5e6;
  text-decoration: none;
  background: #fff;
  font-style: normal;
  font-weight: bold;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.other_archive_link a:hover {
  background: #ddf0fb;
}
.other_archive_link a span {
  vertical-align: middle;
}
.research_bottom + .job-column {
  margin-top: 20px;
}
/** 求人ページ下部；同じような条件で～ **/
.single_item_btm .hot_job_wrapper h2.widgettitle {
  background: url(../img/top/hot_job_l.gif) no-repeat;
}
.info_text {
  padding: 0.7em 1em;
  margin: 0.8em 0 1em 0;
  background: #f5f2e8;
  border-radius: 8px;
}
.info_text p#hidden-text {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.info_text p.full_text {
  overflow: visible !important;
  display: block !important;
  -webkit-line-clamp: initial !important;
}
.info_text .text_open_btn {
  display: block;
  margin: 7px auto 0;
  cursor: pointer;
  width: fit-content;
  padding: 3px 15px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #d5d0bf;
}
.info_text .text_open_btn:hover {
  color: #ef5770;
}
/** 市区町村 ✕ 職種ページ **/
.now_recruitlist {
  width: fit-content;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #d7b5b0;
  font-weight: 600;
}
.now_recruitlist span {
  font-weight: 600;
  color: #FF674F;
  display: inline-block;
  padding-right: 3px;
}
.refine_search_title {
  font-size: 14px;
  padding: 7px 0 6px 12px;
  border: 1px solid #bcbcbc;
  border-left: 0;
  font-weight: 600;
  border-right: 0;
  background: linear-gradient(0deg, #f1f1f1, #ffffff);
  position: relative;
}
.refine_search_title::before {
  content: "";
  width: 5px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #298bb9;
  border-radius: 100px;
}
.refine_search_title + .bottom_area {
  margin-top: 13px;
  padding-bottom: 25px;
}
.accordion_links_wrap {
  padding-bottom: 30px;
}
.accordion_links_wrap .bottom_area {
  margin-top: 10px;
  padding-bottom: 0;
}
.accordion_links_wrap .bottom_area ul {
  padding-bottom: 15px;
}
