@charset "UTF-8";
/*@mixin noto {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}*/
/*-----------------------------------------------------
	search header (~768px)
-----------------------------------------------------*/
.p-search-header {
  margin-bottom: 3.75rem;
}
.p-search-header__title {
  font-size: 1.125rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

/*-----------------------------------------------------
	search header (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-search-header {
    margin-bottom: 6.25rem;
  }
  .p-search-header__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
/*-----------------------------------------------------
	search condition (~768px)
-----------------------------------------------------*/
.p-search-condition__detail--row, .p-search-condition__detail--column {
  margin-bottom: 1.25rem;
}
.p-search-condition__detail--row dt, .p-search-condition__detail--column dt {
  font-weight: 700;
  margin-bottom: 1em;
}
.p-search-condition__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}
.p-search-condition__place .c-input-mid:last-child {
  width: 100%;
}
.p-search-condition__salary .c-select-mid {
  margin-right: 50%;
}
.p-search-condition__activelist {
  color: #f26957;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.p-search-condition__activelist li {
  border: 1px solid #f26957;
  border-radius: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0 1em;
}
.p-search-condition__activelist li .close {
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-search-condition__activelist li .close img {
  width: 0.5rem;
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
}
.p-search-condition__button {
  position: sticky;
  top: 4.375rem;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease;
}
.p-search-condition__button.is-scroll {
  top: 0rem;
}
.p-search-condition__switch {
  background: #fff;
  color: #f26957;
  text-decoration: underline;
  font-size: 0.9375rem;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0.5em;
  cursor: pointer;
}
.p-search-condition__switch::before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 1.5em;
  height: 1.5em;
  background: url(../images/icon-filter.svg) center center no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
}
.p-search-condition__switch.is-open {
  color: #000;
}
.p-search-condition__switch.is-open::before {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.p-search-condition__switch.is-open::after {
  content: "を閉じる";
}
.p-search-condition__checklist--inline li, .p-search-condition__checklist--flex li {
  display: inline-block;
  margin-right: 1em;
}
.p-search-condition__checklist--inline li label, .p-search-condition__checklist--flex li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.p-search-condition__result {
  text-align: center;
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.p-search-condition__result em {
  color: red;
  font-size: 1.0625rem;
  font-weight: 600;
}
.p-search-condition__result strong {
  font-size: 1.4375rem;
  font-weight: 700;
}
.p-search-condition__submit {
  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;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.p-search-condition__save {
  padding: 0;
  border: 1px solid #000;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.9375rem;
  font-size: 0.9375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #000;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  cursor: pointer;
  width: 9.375rem;
  height: 3.125rem;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
}
.p-search-condition__save::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/icon-save.svg) center center no-repeat;
  background-size: contain;
}
.p-search-condition__save:hover {
  opacity: 0.75;
}

/*-----------------------------------------------------
	search condition (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-search-condition__detail--row, .p-search-condition__detail--column {
    margin-bottom: 2.5rem;
  }
  .p-search-condition__detail--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
  }
  .p-search-condition__detail--column dt {
    -ms-flex-preferred-size: 7.5rem;
        flex-basis: 7.5rem;
    margin-top: 0.75em;
    margin-bottom: 0;
  }
  .p-search-condition__detail--column dd {
    -ms-flex-preferred-size: calc(100% - 7.5rem);
        flex-basis: calc(100% - 7.5rem);
  }
  .p-search-condition__detail--row {
    margin-top: 3.125rem;
  }
  .p-search-condition__input-wrapper {
    gap: 0.9375rem;
  }
  .p-search-condition__place .c-input-mid:last-child {
    width: 12.1875rem;
  }
  .p-search-condition__salary .c-select-mid {
    margin-right: 0;
  }
  .p-search-condition__activelist {
    margin-top: 0.9375rem;
  }
  .p-search-condition__button {
    position: sticky;
    top: 5.625rem;
  }
  .p-search-condition__switch {
    font-size: 1.25rem;
  }
  .p-search-condition__checklist--inline input[type=checkbox], .p-search-condition__checklist--flex input[type=checkbox] {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-search-condition__checklist--inline {
    margin-top: 0.75em;
  }
  .p-search-condition__checklist--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
    font-size: 1rem;
  }
  .p-search-condition__checklist--flex li {
    -ms-flex-preferred-size: calc(33.3333333333% - 1.5rem);
        flex-basis: calc(33.3333333333% - 1.5rem);
    margin: 0;
    border-bottom: 1px solid #888;
  }
  .p-search-condition__checklist--flex li:nth-child(1), .p-search-condition__checklist--flex li:nth-child(2), .p-search-condition__checklist--flex li:nth-child(3) {
    border-top: 1px solid #888;
  }
  .p-search-condition__checklist--flex li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1.875rem;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
    cursor: pointer;
  }
  .p-search-condition__result {
    margin-top: 4.375rem;
    margin-bottom: 1.25rem;
  }
  .p-search-condition__submit {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .p-search-condition__submit .c-submit {
    width: 15.625rem;
  }
  .p-search-condition__save {
    border-radius: 1.3125rem;
    width: 9.6875rem;
    height: 3.75rem;
  }
  .p-search-condition__save::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/*-----------------------------------------------------
	search list (~768px)
-----------------------------------------------------*/
.p-search-list {
  margin-bottom: 3.75rem;
}
.p-search-list__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin-bottom: 1.25rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-search-list__sort li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-search-list__sort li a {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  padding: 0.25em 0;
  font-weight: 700;
  color: #888;
  border-bottom: 2px solid #888;
  text-decoration: none;
}
.p-search-list__sort li a:hover, .p-search-list__sort li a.is-active {
  color: #000;
  border-color: #f26957;
}
.p-search-list__card {
  border: 1px solid #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.125rem;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
.p-search-list__card-image {
  line-height: 0;
  border-radius: 0.9375rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.p-search-list__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-search-list__card-header {
  line-height: 1.5;
}
.p-search-list__card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-search-list__card-subtitle {
  color: #f26957;
  font-weight: 700;
  font-size: 0.9375rem;
}
.p-search-list__card-table {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-search-list__card-table th,
.p-search-list__card-table td {
  padding: 0.25em 0;
}
.p-search-list__card-table th {
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  width: 5em;
}
.p-search-list__card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.p-search-list__card-button a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-search-list__pager {
  margin-top: 3.75rem;
  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;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 0.8125rem;
}
.p-search-list__pager .prev,
.p-search-list__pager .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.3125rem;
     -moz-column-gap: 0.3125rem;
          column-gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f26957;
}
.p-search-list__pager .prev.disabled,
.p-search-list__pager .next.disabled {
  pointer-events: none;
  color: #888;
  text-decoration: none;
}
.p-search-list__pager .prev {
  margin-right: 0.625rem;
}
.p-search-list__pager .prev::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
}
.p-search-list__pager .prev.disabled::before {
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(1%) saturate(25%) hue-rotate(359deg) brightness(89%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(1%) saturate(25%) hue-rotate(359deg) brightness(89%) contrast(90%);
}
.p-search-list__pager .next {
  margin-left: 0.625rem;
}
.p-search-list__pager .next::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(38%) sepia(80%) saturate(652%) hue-rotate(178deg) brightness(93%) contrast(94%);
}
.p-search-list__pager .next.disabled::after {
  -webkit-filter: brightness(0) saturate(100%) invert(61%) sepia(1%) saturate(25%) hue-rotate(359deg) brightness(89%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(61%) sepia(1%) saturate(25%) hue-rotate(359deg) brightness(89%) contrast(90%);
}
.p-search-list__pager .page-num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f26957;
  color: #f26957;
  border-radius: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.p-search-list__pager .page-num:hover {
  border-color: #f7988c;
  color: #f7988c;
}
.p-search-list__pager .page-num.current {
  pointer-events: none;
  background-color: #f26957;
  color: #fff;
}

/*-----------------------------------------------------
	search list (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-search-list {
    margin-bottom: 6.25rem;
  }
  .p-search-list__sort {
    width: 33.75rem;
    margin: 0 auto 2.1875rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .p-search-list__sort li a {
    font-size: 0.9375rem;
    padding: 0.5em 0;
    border-bottom: 4px solid #888;
  }
  .p-search-list__card {
    border-radius: 1.5625rem;
    padding: 1.875rem;
    margin-bottom: 1.875rem;
    display: grid;
    grid-template: "image header" "image table" "image button"/42% 1fr;
    -webkit-column-gap: 2.1875rem;
       -moz-column-gap: 2.1875rem;
            column-gap: 2.1875rem;
    row-gap: 1.25rem;
  }
  .p-search-list__card-image {
    grid-area: image;
    height: 100%;
    aspect-ratio: none;
    border-radius: 1.25rem;
  }
  .p-search-list__card-header {
    grid-area: header;
  }
  .p-search-list__card-title {
    font-size: 1.3125rem;
  }
  .p-search-list__card-subtitle {
    font-size: 1.0625rem;
  }
  .p-search-list__card-table {
    font-size: 0.9375rem;
  }
  .p-search-list__card-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 0.9375rem;
       -moz-column-gap: 0.9375rem;
            column-gap: 0.9375rem;
  }
  .p-search-list__card-button a {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 3.75rem;
  }
  .p-search-list__pager {
    margin-top: 5.625rem;
    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;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    font-size: 0.9375rem;
  }
  .p-search-list__pager .prev,
  .p-search-list__pager .next {
    font-size: 1.0625rem;
  }
  .p-search-list__pager .page-num {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 0.625rem;
  }
}
/*-----------------------------------------------------
	search area (~768px)
-----------------------------------------------------*/
.p-search-area {
  margin: 3.75rem auto;
}
.p-search-area__box {
  border: 1px solid #888;
  border-radius: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25rem;
}
.p-search-area__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  border-bottom: 2px solid #888;
}
.p-search-area__content {
  margin-bottom: 1.25rem;
}
.p-search-area__text {
  font-size: 0.75rem;
}
.p-search-area__text strong {
  font-weight: 700;
}
.p-search-area__subtitle {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.p-search-area__button {
  margin-top: 1.25rem;
  text-align: right;
}
.p-search-area__switch {
  color: #f26957;
  cursor: pointer;
}
.p-search-area__switch.is-hide {
  display: none;
}
.p-search-area__divider {
  margin: 1em auto;
  border: none;
  border-top: 1px solid #888;
}
.p-search-area__list {
  list-style: disc;
  margin-left: 1.5em;
  font-size: 0.75rem;
  line-height: 1.5;
}
.p-search-area__list li {
  margin-bottom: 0.5em;
}

/*-----------------------------------------------------
	search area (768px~)
-----------------------------------------------------*/
@media (min-width: 768px) {
  .p-search-area {
    margin: 6.25rem auto;
  }
  .p-search-area__box {
    border-radius: 1.5625rem;
    padding: 1.875rem;
  }
  .p-search-area__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
  .p-search-area__content {
    -ms-flex-preferred-size: calc(50% - 1.5625rem);
        flex-basis: calc(50% - 1.5625rem);
  }
  .p-search-area__title {
    font-size: 1.0625rem;
  }
  .p-search-area__button {
    margin-top: 0;
    text-align: right;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=search-archive.css.map */

/* pager-css-realign : Paginatorがclass無しの素のa/spanを出すため実態に合わせて適用。
   rel属性つき(=前へ/次へのテキストリンク)とprev/nextは数字スタイルから除外 */
.p-search-list__pager > a:not(.prev):not(.next):not([rel]),
.p-search-list__pager > span:not(.prev):not(.next){
  display:inline-flex; width:2.5rem; height:2.5rem; box-sizing:border-box;
  border:1px solid #f26957; color:#f26957; border-radius:.5rem;
  align-items:center; justify-content:center; text-decoration:none; flex-shrink:0;
}
.p-search-list__pager > a:not(.prev):not(.next):not([rel]):hover{ border-color:#f7988c; color:#f7988c; }
/* 現在ページ（素のspan）を塗りつぶし */
.p-search-list__pager > span:not(.prev):not(.next){ pointer-events:none; background-color:#f26957; color:#fff; }
/* 空のprev/next枠（class付きだが中身空）を隠す */
.p-search-list__pager > a.next:empty,
.p-search-list__pager > a.prev:empty{ display:none; }
/* rel付きテキストリンク(前へ/次へ)をprev/next色に */
.p-search-list__pager > a[rel="next"],
.p-search-list__pager > a[rel="prev"]{ color:#f26957; text-decoration:none; display:inline-flex; align-items:center; }
@media (max-width:767px){
  .p-search-list__pager > a:not(.prev):not(.next):not([rel]),
  .p-search-list__pager > span:not(.prev):not(.next){ width:2.25rem; height:2.25rem; }
}
