@charset "utf-8";

/*========================================================
job/css/result.css
========================================================*/

#pageBody .block01 {
  margin-top: 3px;
}

#pageBody .textlist01 td {
  padding: 7px 0 0 9px;
}

#pageBody .textlist01 input {
  float: left;
}

#pageBody .bottomspace {
  margin-bottom: 16px;
}

/* WEB_TEAM-59 20220222 suzuki  ページネーションデザイン修正*/
#pageBody .paginate-number {
  font-size: 90%;
}
#pageBody .paginate-number a {
  display: inline-block;
  padding: 4px 6px;
  color: #009;
  border: solid 1px #009;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 5px;
}

#pageBody .paginate-number a:hover {
  background-color: #009;
  color: #fff;
  text-decoration: none;
}

#pageBody .paginate-number p {
  display: inline-block;
  padding: 4px 6px;
  color: #fff;
  border: solid 1px #009;
  background-color: #009;
  border-radius: 4px;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 750px) {
  #pageBody .paginate-number {
    font-size: 120%;
  }
}

/* 20130109追加 */

#pageBody .block01 .list_check li {
  margin-right: 5px;
  margin-top: 5px;
  width: 180px;
  display: inline-block;
  vertical-align: top;
  clear: both;
}

/* 150619 ymd add start*/
div.TileOn {
  background-color: #005fb2;
}

div.TileOff {
  background-color: #d0dfec;
}

div.TileOn,
div.TileOff {
  height: 30px;
  width: 95px;
  border-radius: 2px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.age1,
span.age2 {
  font-family: Meiryo UI;
  font-size: 10pt;
  color: White;
  font-weight: bold;
}
/* 150619 ymd add end*/

/* 180630 mori add start
   191107 Modified */

/* 応募・お気に入り共通 */
.oubo_btn,
.fav_btn {
  display: inline-block;
  width: 250px; /*詳細画面とサイズを合わせるため180px→250px 20210630*/
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
  padding: 10px;
  font-size: 1.3em;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 20%);
  /* WEB_TEAM-407 suzuki 20220830 */
}

.oubo_btn::before,
.oubo_btn::after,
.fav_btn::before,
.fav_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.oubo_btn,
.oubo_btn::before,
.oubo_btn::after,
.fav_btn,
.fav_btn::before,
.fav_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.oubo_btn:hover,
.fav_btn:hover {
  text-decoration: none;
}
.oubo_btn:active,
.fav_btn:active {
  color: #ffffff;
}

/* 応募ボタン */
.oubo_btn {
  background-color: #fabf1b;
}
.oubo_btn:hover {
  background-color: #efce76;
}
.oubo_btn:active {
  background: #efce76;
}

/* お気に入りに追加ボタン */
.fav_btn {
  background-color: #c8c8c8;
}
.fav_btn:hover {
  background-color: #dad4d4;
}
.fav_btn:active {
  background: #60ddda;
}

.td-fav {
  position: relative;
}

.notify-fav {
  position: fixed;
  background-color: #262a3f;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
  border-radius: 6px;
  width: 98%;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

@media screen and (max-width: 750px) {
  .oubo_btn,
  .fav_btn {
    width: 160px;
    font-size: 13px;
  }
}

/* お気に入り一喝登録 */
.bd0 {
  border: none !important;
}

/* 180630 mori add end*/

/* 2020.9.7 sasaki add-s 公開求人用CSS追加 */
/* 2020.9.7 sasaki add-e --------------------------- */
/* 2021.7.7 sasaki add-s --------------------------- */
/* 2021.7.7 sasaki add-e --------------------------- */

/*========================================================
common/css/form_search_box.css
========================================================*/

.box-search-sp {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  padding: 0 20px;
}

.box-search-sp input,
.box-search-sp select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #bfbfbf;
  outline: none;
  box-sizing: border-box;
  padding: 10px 15px;
  margin-bottom: 25px;
}

.box-search-sp select {
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: 11px 9px;
}

.box-search-sp .box-free-word {
  position: relative;
}

.box-search-sp .box-free-word img {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 2%;
  width: 18px;
}

.box-search-sp .box-input:first-child {
  padding-top: 20px;
}

.box-search-sp .box-submit {
  text-align: center;
  padding-bottom: 20px;
}

.box-search-sp .btn-submit {
  font-weight: bold;
  color: #fff;
  background-color: #ffbc00;
  border: none;
  padding: 5px 45px;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
}

.box-result-count {
  text-align: center;
  margin-top: 15px;
}

.box-result-count .result-count {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {

  .box-search-pc {
    display: none;
  }

  .box-search-sp {
    display: block;
  }

  .show-in-pc {
    display: none;
  }
}

/*========================================================
common/css/base_new.css
========================================================*/

/* @import "header.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/* @import "footer.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/* @import "search.css"; import廃止→cssを下記に展開 2021.10 sasaki */
/*===========================================================
    header.css
===========================================================*/

#layout
  #pageBody
  #pageBodyInner
  #content
  .result-search-wrap
  .wrap-search
  .sectionInner
  .btn-job-search
  a:hover {
  color: #fff !important;
}

#sidebar .box-sidebar .news {
  margin-top: 20px;
  padding: 0 15px;
  word-break: break-all;
}

@media screen and (max-width: 1366px) {
  .header-pc .register-box .register {
    padding: 5px 0;
  }
}

@media screen and (max-width: 750px) {
  .header-top {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .header-sp .feature-redirect img {
    margin-bottom: 5px;
  }
}

/*===========================================================
    footer.css
===========================================================*/

/*===========================================================
    search.css
===========================================================*/

.key-word-list ul li a {
  color: #646464;
}

.key-word-list ul li {
  display: inline-block;
  margin: 0 15px 5px 0;
  width: auto;
}

.box-search-pc {
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  border-radius: 8px;
  margin-bottom: 50px; /* 20220324 Kanda 本番との差異修正 10px→50px */
}

.form-pc-search {
  width: 100% !important;
}

.form-pc-search .tr-row {
  border-bottom: 1px solid #e1e1e1;
}

.form-pc-search .td-title {
  background-color: #f5f5f5;
  padding: 20px 15px;
  width: 230px;
  font-weight: bold;
  font-size: 14px;
}

.form-pc-search .select-wrap {
  text-align: center;
  width: 250px;
}

.form-pc-search .select-wrap .custom-select,
.box-search-sp select,
.show-paginate .sort-result select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/common/new_images/img_index/arrow-down.png);
  background-repeat: no-repeat;
}

.form-pc-search .select-wrap .custom-select {
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 11px 9px;
  padding: 8px 10px;
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  outline: none;
  width: 220px;
}

.form-pc-search .list-select,
.form-pc-search .list-select-2,
.form-pc-search .category-child .list-select-child {
  padding: 0 17px;
}

.form-pc-search .list-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-pc-search .list-select li {
  width: 22%;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.form-pc-search .list-select-2 {
  display: inline-flex;
  flex-wrap: wrap;
}

.form-pc-search .list-select-2 li {
  width: auto;
  margin-right: 15px !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
}

.form-pc-search .free-word-wrap {
  padding: 20px 9.5px;
}

.form-pc-search .free-word-wrap input {
  border: 1px solid rgb(192, 192, 192);
  border-radius: 8px;
  padding: 8px 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}

.form-pc-search .category-child {
  padding: 5px;
}

.form-pc-search .category-child table {
  width: 100%;
}

.form-pc-search .list-select-child {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

.form-pc-search .list-select-child li {
  width: 33%;
  margin-bottom: 5px !important;
}

.form-pc-search .select-wrap .custom-select,
.box-search-sp select,
.show-paginate .sort-result select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/common/new_images/img_index/arrow-down.png);
  background-repeat: no-repeat;
}

.btn-search-wrap {
  padding-bottom: 25px;
  margin: 5px auto 0 auto;
}

.select-all {
  color: #646464;
}

.result-search-head {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.title-head .job-count {
  display: inline-block;
  margin-left: 15px;
}

.result-search-head .title-head,
.result-search-head .total-result {
  font-size: 20px;
  font-weight: bold;
}

.result-search-head p,
.result-search-head .total-result .text-static {
  font-size: 20px;
  font-weight: bold;
}

.result-search-head .total-result {
  color: #005fb2;
}

.box-show-search {
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  cursor: pointer;
}

.box-show-search .resetting {
  flex: 1;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.show-paginate {
  margin-top: 25px;
  font-size: 16px;
}

.show-paginate .text-paginate {
  font-size: 16px;
}

.show-paginate .sort-result,
.paginate-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.show-paginate .sort-result select {
  background-position-x: 96%;
  background-position-y: 50%;
  background-size: 9px 7px;
  border: 1px solid #afafaf;
  border-radius: 2px;
  padding: 6px 20px 6px 10px;
  outline: none;
}

.show-paginate .sort-result .paginate-number a {
  color: #646464;
  /*TASK_1-9625　表示調整*/
  /*border: 0.5px solid #ccc;*/ /* 20220324 Kanda 本番との差異修正 削除 */
  /*background-color: #fff;*/ /* 20220324 Kanda 本番との差異修正 削除 */
  /*padding: 3px;*/ /* 20220324 Kanda 本番との差異修正 削除 */
  /*text-decoration-line: none;*/ /* 20220324 Kanda 本番との差異修正 削除 */
  /*box-shadow: 1px 1px 2px #ccc;*/ /* 20220324 Kanda 本番との差異修正 削除 */
}

.job-item {
  border-top: 7px solid #191d5d;
  border-radius: 8px;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  margin-bottom: 40px;
}

.job-item .title-job {
  font-size: 16px;
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 12px 15px;
  border-bottom: 1px solid #c8c8c8;
}

.job-item .title-job a {
  color: #191d5d;
}

.job-item .row-job {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #999999;
  background-color: #fff;
}

.job-item .title-column,
.job-item .content-column {
  font-size: 13px;
}

.job-item .title-column {
  padding: 15px 0 15px 15px;
  width: 110px;
  color: #000;
  font-weight: bold;
}

.job-item .content-column {
  flex: 1;
  padding: 0 10px;
}

.job-item .search-btn {
  display: flex !important;
  justify-content: center;
  padding: 15px 0;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.job-item .description {
  padding-top: 15px;
  padding-bottom: 15px;
}

.popularity-list ul li {
  width: 100%;
}

/* WEB_TEAM-57 suzuki */
@media screen and (max-width: 750px) {
  .popularity-list ul li {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
  }
  .popularity-list ul li:last-child {
    border-bottom: none;
    padding: 0;
  }
}

.box-search {
  position: relative;
}

.box-search input {
  border: 1px solid #c0c0c0;
  border-radius: 8px;
  padding: 7px 40px 7px 15px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.box-search .btn-search {
  position: absolute;
  border: none;
  background-color: #0000;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.box-search .btn-search img {
  width: 20px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mr-2 {
  margin-right: 20px;
}

.mt-0 {
  margin-top: 0
    /*!importantサイドバー、フリーワード検索上部のスペースを阻害しているため 20210712*/;
}

.pb-0 {
  padding-bottom: 0;
}

.border-top {
  border-top: 1px solid #e1e1e1;
}

.brt-8 {
  border-top-left-radius: 8px;
}

@media screen and (max-width: 750px) {
  .show-paginate .sort-result {
    flex-flow: column;
  }

  .show-paginate {
    font-size: 14px;
  }

  .result-search-head .title-head,
  .result-search-head .total-result {
    font-size: 20px;
    font-weight: bold;
  }

  .show-paginate .sort-result .paginate-number {
    margin-top: 15px;
  }

  .job-item .row-job {
    flex-flow: column;
  }

  .job-item .title-column,
  .job-item .content-column {
    width: 100%;
    box-sizing: border-box;
  }

  .job-item .content-column {
    padding: 0 15px 20px 15px;
  }

  .job-item .title-column {
    padding: 20px 0 10px 15px;
  }

  .box-search input {
    padding: 15px 45px 15px 15px;
  }

  body div.TileOn,
  body div.TileOff {
    position: relative;
    height: auto;
    width: 25%;
    max-width: 100px;
    margin-right: 10px;
    padding: 6px 0;
    float: left;
    text-align: center;
  }

  body div.TileOn {
    background-color: #6495ed;
  }
  body div.TileOff {
    background-color: #e6e6fa;
  }
}

@media screen and (max-width: 576px) {

  .oubo_btn,
  .fav_btn {
    width: 130px;
    font-size: 12px;
    padding: 10px 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* WEB_TEAM-407 suzuki 20220830 */
  }

  .search-btn .mr-2 {
    margin-right: 15px;
    /* WEB_TEAM-407 suzuki 20220830 */
  }

  .box-search-sp .box-input:first-child {
    padding-top: 10px;
  }

  .box-search-sp input,
  .box-search-sp select {
    margin-bottom: 10px;
  }

  .blockAction .largeButton {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/*===========================================================
    以下、従来のbase_new.css  (import廃止→cssを下記に展開 2021.10 sasaki)
===========================================================*/

.bg-blue2 {
  background-color: #f6f6fb !important;
}

.bg-white {
  background-color: #fff !important;
}

.link-redirect {
  padding-bottom: 25px;
  text-align: right;
}

.link-redirect a {
  font-size: 12px;
  color: #6e6e6e;
}

.link-redirect a:hover {
  text-decoration: underline;
}

.wrap-static {
  margin-bottom: 35px;
}

.wrap-static .company-title h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  word-break: break-all;
}

/* #companyList /css/top_new.cssに移動 2021/10 sasaki */

.information-list {
  border-radius: 8px;
  padding: 20px;
}

#sidebar .box-sidebar .news {
  margin-top: 20px;
  padding: 0 15px;
  word-break: break-all;
}

#sidebar .box-sidebar-bottom > a img {
  width: 100%;
  height: 100%;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-15 {
  margin-top: 15px;
}

.box-sidebar-bottom.only-image {
  border: none;
}

.d-flex {
  display: flex;
}

.last-content {
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .key-word-list .link-redirect {
    padding-top: 20px;
  }

  #sidebar .sidebar-bottom-wrap {
    display: flex;
    flex-flow: column-reverse;
  }

  .sidebar-bottom-wrap {
    display: flex;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width: 750px) {

  .wrap-static .company-title h2 {
    font-size: 21px;
  }

  #sidebar .box-sidebar-bottom {
    width: 260px;
    height: 100px;
  }

  #sidebar .box-sidebar-bottom .sidebar-bottom .title {
    font-size: 13px;
  }

  #sidebar .box-sidebar-bottom .sidebar-bottom img {
    width: 60px;
  }
}

/*========================================================
common/css/responsive_new.css
========================================================*/

@media screen and (max-width: 1366px) {
  #pNav2,
  #footer2 #footerInner2 {
    width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  #footer2 {
    width: 100%;
    height: auto;
  }
}

#pageBody .result-job {
  margin-top: 15px;
  /* WEB_TEAM-404 suzui */
}

@media screen and (max-width: 750px) {
  #footer2 {
    width: 100%;
    height: auto;
  }
  /* # spNaviMenu
---------------------------------------------------------------------------- */
  #spNaviMenu {
    display: none;
    padding: 0 10px 40px 10px;
    font-weight: bold;
    background: #f0efef;
  }
  #spNaviMenu {
    padding: 20px 10px 20px 10px;
  }
  body #pageBody .result-job {
    margin-top: 10px !important;
    /* WEB_TEAM-404 suzui */
  }
}

@media screen and (max-width: 600px) {
  #spNaviMenu {
    padding: 10px;
  }
}

/*========================================================
WEB_TEAM-404 title-head-sub 　追加　suzuki
========================================================*/
.title-head-sub {
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
}

/*===========================================================
WEB_TEAM-407 fav_btn_star　追加　suzuki 20220830
===========================================================*/
.fav_btn_star {
  color: #ffe174;
  font-size: 17px;
  line-height: 1;
  margin-right: 5px;
}
@media screen and (max-width: 576px) {
  .fav_btn_star {
    font-size: 15px;
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .last-content {
    margin-bottom: 3px; /* WEB_TEAM-476 ishii */
  }
}

/* 求人一覧の新着ラベル */
.label_new {
  display: inline-block;
  margin: -4px 0 0 0;
  padding: 2px 4px;
  color: #fff;
  background: #d24e4e;
  text-shadow: none;
  vertical-align: middle;
}


/* 中分類選択時にカテゴリー表示 */
.chubunrui-category-list {
  display: flex;
  gap: 4px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.chubunrui-category-list li {
  width: auto;
}

.chubunrui-category-list a {
  display: inline-block;
  padding: 4px 6px;
  color: #0066cc;
  border: solid 1px #0066cc;
  border-radius: 4px;
  line-height: 1;
}

.chubunrui-category-list a:hover {
  color: #e94e30;
  border: solid 1px #e94e30;
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .chubunrui-category-list a {
    font-size: 12px;
  }
}

