@charset "UTF-8";

.page-title {
  background-color: #efeee8;
  padding: 2em 0;
}
.page-title__wrap {
  display: flex;
  max-width: 1000px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}
.page-title__space {
  width: 33.333%;
}
.page-title__text {
  width: 40%;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 24px;
  padding: 10px;
}
.page-title__sub-text {
  width: 26.333%;
  font-size: 16px;
  line-height: 1;
}
.back-btn {
  padding: 1em 0;
}
.back-btn__item {
  display: flex;
  align-items: center;
  padding: .5em 0;
  text-align: center;
  font-size: 14px;
  border: 1px solid #000;
}
.back-btn__item:hover {
  background-color: #000;
  color: #F7F5F1;
}
.back-btn .fas {
  margin-left: 1em;
  margin-right: -1em;
}
.back-btn__text {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .page-title {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .page-title__wrap {
    flex-wrap: wrap;
  }
  .page-title__text {
    width: 100%;
    font-size: 18px;
  }
  .page-title__sub-text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 10px;
  }
}

/* search */
.custom-archive {
  display: flex;
}
.custom-archive__list {
  padding-top: 1em;
  padding-left: 1em;
  width: 100%;
  max-width: 700px;
}
.custom-archive__meta {
  width: 100%;
  display: none;
}
.custom-archive__items {
  background-color: #fff;
  margin-bottom: 3em;
  box-shadow: 2px 2px 4px #0000006e;
}
.custom-archive__header {
  background-color: #949087;
  padding: 1em;
}
.custom-archive__attr {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.custom-archive__attr a {
  display: block;
  padding: .1em .5em;
  background-color: #fff;
  border-radius: 1em;
  font-size: 12px;
  margin-right: 1em;
}
.custom-archive__title {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-weight: normal;
}
.custom-archive__content {
  display: flex;
  align-items: center;
  padding: 0em 2em;
}
.custom-archive__info {
  width: 65%;
}
.custom-archive__info-list {
  display: flex;
  align-items: center;
  border-top: 1px solid #E2E2E2;
  padding: .5em;
  /* white-space: nowrap; */
  font-size: 14px;
}
.custom-archive__info-list:last-of-type {
  border-bottom: 1px solid #E2E2E2;
}
.custom-archive__info-list img {
  width: 40px;
  margin-right: 1em;
  display: block;
}
.custom-archive__image {
  width: 35%;
  padding: 1em;
}
.custom-archive__footer {
  padding: 1em 1em;
}
.custom-archive__footer-link {
  display: block;
  width: 224px;
  padding: .4em 0;
  text-align: center;
  border: 1px solid #000;
  position: relative;
  margin: 0 auto;
}
.custom-archive__footer-link:hover {
  background-color: #0097AA;;
  color: #fff;
  border-color: #0097AA;
}
.custom-archive__footer-link .fas {
  color: #0097AA;
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4em;
}
.custom-archive__footer-link:hover .fas {
  color: #fff;
}
@media (max-width: 767px) {
  .custom-archive {
    flex-wrap: wrap;
  }
  .custom-archive__list {
    padding-left: 0;
    padding-top: 0;
    order: 1;
  }
  .custom-archive__content {
    padding: 0 1em;
    flex-wrap: wrap;
  }
  .custom-archive__title {
    font-size: 14px;
  }
  .custom-archive__info {
    width: 100%;
    order: 2;
  }
  .custom-archive__image {
    order: 1;
    width: 100%;
    padding: 0;
  }
  .custom-archive__info-list {
    font-size: 14px;
  }
  .custom-archive__footer-link {
    font-size: 14px;
  }
}


/* custon single.php */
.custom-single {
  padding: 2em;
}
.custom-single__icon {
  width: 1.8em;
}
.custom-single__title {
  color: #0097AA;
}
.custom-single__table {
  font-size: 13px;
  border: 1px solid #707070;
  border-collapse: collapse;
  table-layout: fixed;
  line-height: 2;
}
.custom-single__th {
  white-space: nowrap;
  border: 1px solid #707070;
  padding: .6em;
  background-color: #F4F4F4;
  font-weight: normal;
  
}
.custom-single__td {
  border: 1px solid #707070;
  padding: .6em;
  width: 100%;
}
.employment_kanma:last-of-type {
  display: none;
}
.applicant-btn {
  padding: 2em 0;
}
.applicant-btn__item {
  display: block;
  background-color: #C8282E;
  color: #fff;
  padding: .6em 1em;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  width: 180px;
  text-align: center;
  position: relative;
  border: #C8282E 2px solid;
}
.applicant-btn__item.disable {
  background-color: #8a8a8a;
  border: #8a8a8a 2px solid;
}
.applicant-btn__icon {
  width: 1.6em;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.applicant-btn__item:hover {
  opacity: .6;
}
.feature-label {
  background-color: #EEEEEE;
  position: relative;
  padding: 0 16px 0 99px;
}
.feature-label__title {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.feature-label__title span {
  background-color: #0C8E9E;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: block;
  width: 70px;
  height: 32px;
  padding-top: 6px;
  box-sizing: border-box;
  text-align: center;
}
.feature-label__title span::after {
  content: '';
  position: absolute;
  right: -32px;
  top: 0;
  border-left: 16px solid #0C8E9E;
  border-top: 16px solid #eee;
  border-right: 16px solid #eee;
  border-bottom: 16px solid #eee;
}
.feature-label__list {
  display: flex;
  flex-wrap: wrap;
}
.feature-label__items {
  background-color: #fff;
  color: #0C8E9E;
  font-size: 12px;
  margin: .5em .25em;
  padding: .2em .4em;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .custom-single {
    padding: 1em;
  }
  .custom-single__table {
    font-size: 12px;
  }
  .custom-single__th {
    font-size: 10px;
  }
}


/* おすすめの求人 */
.recommend-jobs {
  background-color: #fff;
  margin-bottom: 3em;
  box-shadow: 2px 2px 4px #0000006e;
  padding: 2em;
}
.recommend-jobs-heading {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #0097aa;
}
.recommend-jobs-heading::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: repeating-linear-gradient(-90deg, transparent, transparent 3px, #707070 4px, #707070 5px);
  transform: skewX(-45deg);
  margin-top: .5em;
}
.recommend-jobs__list {
  display: flex;
  margin-right: -.5em;
  margin-left: -.5em;
}
.recommend-jobs__item {
  width: calc(100% / 3);
}
.recommend-jobs__link {
  width: 100%;
  padding: .5em;
  display: block;
}
.recommend-jobs__title {
  font-size: 14px;
}
@media (max-width: 767px) {
  .recommend-jobs {
    padding: 1em;
  }
  .recommend-jobs__title {
    font-size: 12px;
  }
}


/* お問い合わせ */
span.wpcf7-not-valid-tip {
  height: 0;
  padding-top: 0!important;
  position: relative;
  top: 5px;
}
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}
/* page-search.php */
.page-search__list {
  display: flex;
  align-items: center;
  padding: 1em 0;
  margin: 0;
}
.page-search__title {
  white-space: nowrap;
  min-width: 250px;
}
.page-search__title--special {
  align-self: flex-start;
  padding-top: .5em;
}
.page-search__item {
  width: 100%;
  margin: 0;
  font-size: 14px;
}
.page-search__input {
  padding: .9em;
  box-shadow: 2px 2px 2px #dfdfdf;
  border: none;
  width: 100%;
}
.page-search__select {
  border: none;
  width: calc(50% - 1em);
  padding: .9em;
  box-shadow: 2px 2px 2px #dfdfdf;
}
.page-search__item--options {
  display: flex;
  justify-content: space-between;
}
.page-search__item--checkbox {
  box-shadow: 2px 2px 2px #dfdfdf;
  background-color: white;
  padding: 1em;
}
.page-search__item--employment {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-section {
  margin-bottom: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
.checkbox-category {
  color: #EF7656;
  width: 100%;
}
.checkbox-item {
  min-width: calc(100% / 3);
  display: flex;
  line-height: 2.3;
  align-items: center;
  white-space: nowrap;
}
.checkbox-input {
  width: 1.2em;
  height: 1.2em;
  margin-right: .5em;
}
.page-serch__list {
  display: flex;
}
.page-search__submit-left {
  width: 250px;
}
.page-search__submit-right {
  width: 100%;
}
.page-search__submit-right .searchform__btn {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.checkbox-item--default {
  width: 100%;
}
@media (max-width: 767px) {
  .page-search__list {
    flex-wrap: wrap;
  }
  .page-search__title {
    width: 100%;
    margin-bottom: .5em;
  }
  .page-search__item--options {
    flex-wrap: wrap;
  }
  .page-search__select {
    width: 100%;
    margin-bottom: 1em;
  }
  .checkbox-item {
    min-width: 100%;
  }
}
/* apply */
.apply-info-table {
  margin: 0 auto;
}
.apply-info-table th {
  white-space: nowrap;
}
.apply-info-table td {
  padding-left: 1em;
  text-align: left;
}
.apply-info-table span:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  .apply-info-table {
    font-size: 12px;
  }
}