@charset "UTF-8";
/**
 * モジュール
**/
/**
 * module result list
**/
.module_result_list {}
* + .module_result_list {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .module_result_list.col2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .module_result_list.col2 > *, .module_result_list.col2 > li {
    width: calc((100% - 2rem) / 2);
    margin-top: 1rem;
  }
  .module_result_list.col2 > *:nth-child(-n+2), .module_result_list.col2 > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.module_result_list > li {
  border-bottom: solid 1px #08657a;
  min-height: 11rem;
  padding: 0 0 1rem;
}
.module_result_list > li + li {
  margin-top: 1rem;
}
.module_result_list_item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module_result_list_item > figure {
  position: relative;
  width: 8rem;
}
.module_result_list_item > figure::before {
  content: '';
  display: block;
  padding: 100% 0 0;
  position: relative;
  z-index: 1;
}
.module_result_list_item > figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.module_result_figure_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  background-image: -moz-linear-gradient(-20deg, rgba(252, 96, 118, 0.9) 0%, rgba(255, 154, 68, 0.9) 100%);
  background-image: -webkit-linear-gradient(-20deg, rgba(252, 96, 118, 0.9) 0%, rgba(255, 154, 68, 0.9) 100%);
  background-image: linear-gradient(-20deg, rgba(252, 96, 118, 0.9) 0%, rgba(255, 154, 68, 0.9) 100%);
  padding: 0.5rem;
  line-height: 1;
  color: #fffc20;
  font-weight: 700;
  text-align: center;
}
.module_result_figure_caption > span {
  font-size: 1rem;
  line-height: 1.25rem;
}
.module_result_figure_caption > em {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.module_result_list_item > div {
  width: calc(100% - 9rem);
}
.module_result_name {
  display: block;
  position: relative;
  border-bottom: dotted 1px #113e70;
  padding: 0 0 0.75rem;
  margin: 0 0 0.75rem;
}
.module_result_name > span {
  font-size: 1.25rem;
  font-weight: 700;
}
.module_result_name > small {
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0.125em;
}
.module_result_name > i {
  display: block;
  font-size: 1rem;
  font-style: normal;
  line-height: 1rem;
  text-align: left;
  margin: 0.25rem 0 0;
}
.module_result_label {
  margin: 0 0 0.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module_result_label > li {
  display: block;
  border: solid 1px #08657a;
  background: #e2f3f6;
  color: #006076;
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 1;
  padding: 0.25rem 0.375rem;
  margin: 0 0.25rem 0.25rem 0;
}
.module_result_list_item > div > p {
  line-height: 1.5;
}
.module_result_list_item ~ .box_btn {
  margin-top: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .module_result_list > *, .module_result_list > li {
    min-height: 9rem;
    padding: 0 0 0.75rem;
  }
  .module_result_list > * + *, .module_result_list > li + li {
    margin-top: 0.75rem;
  }
  .module_result_list_item > figure {
    width: 5rem;
  }
  .module_result_list_item > div {
    width: calc(100% - 5.75rem);
  }
  .module_result_name {
    padding: 0 0 0.5rem;
    margin: 0 0 0.5rem;
  }
  .module_result_name > span {
    font-size: 1rem;
  }
  .module_result_name > small {
    font-size: 0.75rem;
  }
  .module_result_name > i {
    font-size: 0.875rem;
    line-height: 1rem;
    margin: 0.25rem 0 0;
  }
  .module_result_label {
    margin: 0 0 0.25rem;
  }
  .module_result_label > li {
    font-size: 0.625rem;
    padding: 0.25rem 0.375rem;
    margin: 0 0 0.25rem;
  }
}
/**
 * module flow
**/
.module_flow {
  background: #e2f3f6;
}
.module_flow_step {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.module_flow_step > dl {
  width: calc((100% - 7.5rem) / 4);
  margin-left: 2.5rem;
}
.module_flow_step > dl:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .module_flow_step > dl {
    width: calc((100% - 1rem) / 2);
    margin-left: 1rem;
    margin-bottom: 1ren;
  }
  .module_flow_step > dl:nth-child(odd) {
    margin-left: 0;
  }
}
.module_flow_step > dl > dt {
  text-align: center;
  margin: 0 0 1.875rem;
}
.module_flow_step > dl > dt > span {
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #1193af;
}
.module_flow_step > dl > dt > i {
  font-style: italic;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: uppercase;
  color: #1193af;
}
.module_flow_step > dl > dt > em {
  margin-top: 1.5rem;
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #003944;
}
.module_flow_step > dl > dd {}
.module_flow_step > dl > dd > figure {
  max-width: 120px;
  margin: 0 auto 1.875rem;
}
.module_flow_step > dl > dd > figure img {
  width: 100%;
  height: auto;
}
.module_flow_step > dl > dd > p {
  text-align: left;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .module_flow_step > dl > dt {
    margin: 0 0 1rem;
  }
  .module_flow_step > dl > dt > span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .module_flow_step > dl > dt > i {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .module_flow_step > dl > dt > em {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .module_flow_step > dl > dd > figure {
    max-width: 6rem;
    margin: 0 auto 1.5rem;
  }
}
.module_flow .box_btn {
  font-size: 1.125rem;
}
/**
 * 特徴
**/
.solve .tit {
  font-size: 1.75rem;
}
.solve_tit__matching::before, .solve_tit__message::before, .solve_tit__iine::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 9px;
  left: -6px;
  width: 40px;
  height: 40px;
  background: url("../images/icon-solve01.png") center center /40px no-repeat;
}
.solve_tit__message::before {
  background: url("../images/icon-solve02.png") center center /40px no-repeat;
}
.solve_tit__iine::before {
  background: url("../images/icon-solve03.png") center center /40px no-repeat;
}
@media only screen and (max-width: 768px) {
  .solve .tit {
    font-size: 1.25rem;
  }
  .solve_tit__matching::before, .solve_tit__message::before, .solve_tit__iine::before {
    top: 5px;
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
/**
 * 検索結果一覧
**/
.result-search {
  padding-top: 0 !important;
}
.result-list {}
.result-no {}
.result-no::after {
  content: '';
  display: table;
  clear: both;
}
.result-no + .result-list {
  margin-top: 1rem;
}
.result-list + .result-no {
  margin-top: 1rem;
}
.result-no p {
  font-size: 1.125rem;
  font-weight: 700;
  float: left;
}
.result-no .pagination {
  padding: 0;
  float: right;
  clear: none;
}
.result-sort, .result-if {
  padding: 1rem;
  background: #fff;
}
* + .result-sort, * + .result-if {
  margin: 1rem 0 0;
}
.result-if + .result-sort, .result-sort + .result-if {
  margin-top: 0;
  padding-top: 0;
}
.result-sort ol, .result-if ol {
  line-height: 1.875rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.result-sort.center ol, .result-if.center ol {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.result-sort ol li, .result-if ol li {
  color: #003a46;
  font-weight: 700;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.result-sort ol li + li, .result-if ol li + li {
  margin-left: 0.625rem;
}
.result-sort .sort-current {}
.result-sort .sort-current a {
  color: #009bb9;
}
.result-sort .sort {}
@media only screen and (max-width: 568px) {
  .result-sort, .result-if {
    margin: 0.625rem 0;
  }
  .result-if ol li + li {
    margin-left: 0.25rem;
  }
  .result-if ol li:first-child {
    display: none;
  }
  .select select {
    width: 100%;
  }
}
/**
 * ページャー
**/
.pagination {
  clear: both;
  padding: 1.25rem 0 0;
  position: relative;
  line-height: 0.875rem;
  text-align: center;
  grid-column: span 4;
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-left: 3px;
  color: #fff;
  background: #000;
  display: block;
  float: left;
  border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #333;
}
.pagination .current {
  color: #003a46;
  background: #f8f8f8;
}
@media only screen and (max-width: 568px) {
  .result-no p {
    display: block;
    float: none;
  }
  .result-no .pagination {
    margin-top: 0.3125rem;
    float: none;
  }
  .pagination span, .pagination a {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
}
@media only screen and (max-width: 320px) {
  .pagination {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .pagination span, .pagination a {
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  }
  .pagination .current {
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  }
}
/**
 * チャット
**/
.chat_body {
  position: relative;
}
.chat_body::before {
  content: '';
  position: relative;
  z-index: 1;
  display: block;
  height: 480px;
}
.chat_body iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: solid 1px #e9e2e0;
  background-color: #f7f7f7;
  /*box-shadow: 0 2px 0.9375rem rgba(0, 0, 0, .08) inset;*/
}
@media only screen and (max-width: 767px) {
  .chat_body::before {
    height: auto;
    padding: 150% 0 0;
  }
}
.chat_form {
  padding: 0.5rem;
}
.chat_form_func {
  padding: 0 0.5rem 0.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.chat_form_func .btn {
  margin: 0 0 0 auto;
  width: auto;
}
.chat_form_func .btn > * {
  display: block;
  padding: 0.5rem 0.75rem;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}
.chat_form textarea {
  border: solid 1px #e9e2e0;
  padding: 0.5rem;
  width: 100%;
  height: 6rem;
  max-width: none;
}
/**
 * 吹き出し
**/
body[style] {
  margin-left: auto;
  margin-right: auto;
}
#inner {}
#inner::after {
  content: '';
  display: table;
  clear: both;
}
/*左からの吹き出し*/
.left_balloon {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 20%;
  clear: both;
  max-width: 500px;
  float: left;
  font-size: 15px;
}
.left_balloon::after, .left_balloon::before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.left_balloon::after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 7px;
  margin-top: -7px;
}
.left_balloon::before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #ccc;
  border-width: 8px;
  margin-top: -8px;
}
/*右からの吹き出し*/
.right_balloon {
  position: relative;
  background: #ddeef9;
  border: 1px solid #ccc;
  margin: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 20%;
  clear: both;
  max-width: 500px;
  float: right;
  font-size: 15px;
}
.right_balloon::after, .right_balloon::before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.right_balloon::after {
  border-color: rgba(133, 226, 73, 0);
  border-left-color: #ddeef9;
  border-width: 7px;
  margin-top: -7px;
}
.right_balloon::before {
  border-color: rgba(119, 119, 119, 0);
  border-left-color: #ccc;
  border-width: 8px;
  margin-top: -8px;
}
.balloon_sub {
  float: left;
  font-size: 11px;
}
/**
 * 店舗詳細・求職者詳細
**/
.recruit-outline .inner {
  margin-bottom: 0.9375rem;
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0.25rem solid;
  border-radius: 0 0 0.375rem 0.375rem;
  box-shadow: 0 2px 0.9375rem rgba(0, 0, 0, .08);
}
.recruit-outline .inner .heading {
  padding-bottom: 0.9375rem;
}
.recruit-outline .longtxt-box .image img {}
@media only screen and (max-width: 568px) {
  .recruit-outline .inner {
    padding: 1.25rem 0.3125rem 0;
    border: none;
    border-top: 0.25rem solid;
    box-shadow: none;
  }
}
.register, .edit {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 568px) {
  .register, .edit {
    margin-bottom: 9.375rem;
  }
}
.recruit-outline .status-salary {
  height: 3.4375rem;
  line-height: 3.4375rem;
  padding: 0 20px;
  margin: 10px 0;
  color: #fff;
  background: #F8B62B;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  outline: 1px solid #fff;
  outline-offset: -2px;
}
.recruit-outline .status-salary span {
  padding-right: 10px;
  margin-left: -10px
}
.gallery-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gallery-box li {
  width: 15.6666667%;
  margin: .5%;
}
.gallery-box li img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media only screen and (max-width: 1200px) {
  .gallery-box li {
    width: 31.333%;
    margin: 1%;
  }
  .gallery-box li img {
    height: 250px;
  }
}
@media only screen and (max-width: 959px) {
  .gallery-box li img {
    height: 190px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-box li img {
    height: 110px;
  }
}
@media only screen and (max-width: 320px) {
  .gallery-box li img {
    height: 90px;
  }
}
.status-graph td {
  background: url(../images/img-graph.png) 0.9375rem center / 500px auto no-repeat;
  position: relative;
}
.status-graph td::after {
  content: '';
  display: block;
  border-top: 10px solid #FC0000;
  margin: 1rem auto 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  left: 0.9375rem;
}
.status-graph .status-graph_rate01::after {
  width: 100px;
}
.status-graph .status-graph_rate02::after {
  width: 200px;
}
.status-graph .status-graph_rate03::after {
  width: 300px;
}
.status-graph .status-graph_rate04::after {
  width: 400px;
}
.status-graph .status-graph_rate05::after {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .status-graph td {
    background: url(../images/img-graph-sp.png) 10px center / 200px auto no-repeat;
    position: relative;
  }
  .status-graph td::after {
    left: 10px;
  }
  .status-graph .status-graph_rate01::after {
    width: 41px;
  }
  .status-graph .status-graph_rate02::after {
    width: 80px;
  }
  .status-graph .status-graph_rate03::after {
    width: 120px;
  }
  .status-graph .status-graph_rate04::after {
    width: 160px;
  }
  .status-graph .status-graph_rate05::after {
    width: 200px;
  }
}
@media only screen and (max-width: 320px) {
  .status-graph td {
    background: url(../images/img-graph-sp.png) 5px center / 200px auto no-repeat;
    position: relative;
  }
  .status-graph td::after {
    left: 5px;
  }
  .status-graph .status-graph_rate01::after {
    width: 41px;
  }
  .status-graph .status-graph_rate02::after {
    width: 80px;
  }
  .status-graph .status-graph_rate03::after {
    width: 120px;
  }
  .status-graph .status-graph_rate04::after {
    width: 160px;
  }
  .status-graph .status-graph_rate05::after {
    width: 200px;
  }
}
/**
 * ご利用ガイド
**/
.line-login .image {
  width: 60%;
  margin: 0 auto 0.625rem;
}
@media only screen and (max-width: 568px) {
  .line-login .image {
    width: 100%;
  }
}
/**
 * 会社案内
**/
.company .form-box img {
  width: 90%;
  margin: 0 auto;
}
/**
 * 利用規約・個人情報保護方針
**/
.article-box {
  margin-bottom: 0.9375rem;
  padding: 5rem;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 2px 0.9375rem rgba(0, 0, 0, .08);
}
.article-box p {
  font-weight: 700;
}

.article-box .is-indent {
  padding-left: 1rem;
  display: block;
}
.article-box a {
  color: blue;
  text-decoration: underline;
}

.article-box ul li {
  padding-bottom: 10px;
}

.article-box ul li a {
  color: #313131;
  text-decoration: none;
}

.article-box ul li a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.article-box dl {
  margin-bottom: 1.5625rem;
  overflow: hidden;
}
.article-box dl:last-child {
  margin-bottom: 0;
}
.article-box dl dt {
  margin-right: 0.3125rem;
  float: left;
  clear: both;
}
.article-box dl dd {
  float: left;
}
@media only screen and (max-width: 568px) {
  .article-box {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
  }
}
/**
 * modal
**/
#modal-drawer {}
/*チェックボックス等は非表示に*/
.modal-unshown {
  display: none;
}
#modal-open {
  display: block;
}
/*閉じる用の薄黒カバー*/
#modal-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
  z-index: 1000;
}
/*中身*/
#modal-content {
  overflow: auto;
  position: fixed;
  width: 50rem;
  height: 80%;
  top: calc(50% - 80%/2);
  left: calc(50% - 50rem/2);
  padding: 1.25rem;
  background: #fff;
  border: 1.25rem solid #fff;
  -webkit-transform: translateX(180%);
  transform: translateX(180%);
  opacity: 0;
  border-radius: 0.375rem;
  z-index: 1001;
}
/*チェックが入ったらもろもろ表示*/
#modal-input:checked ~ #modal-close {
  display: block;
  opacity: .5;
}
#modal-input:checked ~ #modal-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 0.375rem 0 1.5625rem rgba(0, 0, 0, .15);
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #modal-content {
    width: 80%;
    left: calc(50% - 80%/2);
    padding: 0.625rem;
  }
  #modal-content th {
    width: 6.25rem;
  }
}
@media only screen and (max-width: 568px) {
  #modal-content {
    width: 98%;
    left: calc(50% - 98%/2);
    border: 0.625rem solid #fff;
    padding: 0.625rem 0;
  }
  #modal-content th {
    max-width: 5rem;
  }
}