.header {
  position: absolute !important;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed !important;
  }
}

#archive-jobs {
  position: relative;
}

.jobs-hero {
  margin-bottom: calc(8px * 12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 16px 56px;
  min-height: 280px;
  border-radius: 0 0 56px 56px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  .jobs-hero {
    margin-bottom: calc((8px * 12) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .jobs-hero {
    margin-bottom: calc((8px * 12) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .jobs-hero {
    padding: 80px 16px 40px;
    min-height: 180px;
    border-radius: 0 0 32px 32px;
  }
}

@media screen and (max-width: 767px) {
  .jobs-hero {
    padding: 77px 16px 28px;
    min-height: 150px;
    border-radius: 0 0 16px 16px;
  }
}

.jobs-hero .pagettl {
  translate: none;
}

.jobs-hero .pagettl::before {
  display: none;
}

.jobs-hero .jobs-pagettl {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.jobs-hero .jobs-pagettl__main {
  display: block;
  font-size: 3.2rem;
}

@media screen and (max-width: 1279px) {
  .jobs-hero .jobs-pagettl__main {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .jobs-hero .jobs-pagettl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .jobs-hero .jobs-pagettl__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .jobs-hero .jobs-pagettl__main {
    font-size: 1.8rem;
  }
}

.jobs-hero .jobs-pagettl__sub {
  position: relative;
  display: inline-block;
  padding: 0 48px;
  font-size: 2.8rem;
}

@media screen and (max-width: 1279px) {
  .jobs-hero .jobs-pagettl__sub {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .jobs-hero .jobs-pagettl__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .jobs-hero .jobs-pagettl__sub {
    padding: 0 40px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .jobs-hero .jobs-pagettl__sub {
    padding: 0 32px;
    font-size: 1.6rem;
  }
}

.jobs-hero .jobs-pagettl__sub::before, .jobs-hero .jobs-pagettl__sub::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 13px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/ttl-deco.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .jobs-hero .jobs-pagettl__sub::before, .jobs-hero .jobs-pagettl__sub::after {
    width: 32px;
    height: 11px;
  }
}

@media screen and (max-width: 519px) {
  .jobs-hero .jobs-pagettl__sub::before, .jobs-hero .jobs-pagettl__sub::after {
    width: 28px;
    height: 9px;
    font-size: 1.2rem;
  }
}

.jobs-hero .jobs-pagettl__sub::before {
  left: 0;
}

.jobs-hero .jobs-pagettl__sub::after {
  right: 0;
}

#archive-jobs .wp-pagenavi {
  padding-top: calc(8px * 8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  #archive-jobs .wp-pagenavi {
    padding-top: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .wp-pagenavi {
    padding-top: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .wp-pagenavi {
    position: relative;
    padding-bottom: 52px;
  }
}

#archive-jobs .wp-pagenavi .page,
#archive-jobs .wp-pagenavi .current,
#archive-jobs .wp-pagenavi .nextpostslink,
#archive-jobs .wp-pagenavi .previouspostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border: solid 1px #333333;
  border-radius: 50%;
  background: #ffffff;
  color: #333333;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-jobs .wp-pagenavi .page,
  #archive-jobs .wp-pagenavi .current,
  #archive-jobs .wp-pagenavi .nextpostslink,
  #archive-jobs .wp-pagenavi .previouspostslink {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .wp-pagenavi .page,
  #archive-jobs .wp-pagenavi .current,
  #archive-jobs .wp-pagenavi .nextpostslink,
  #archive-jobs .wp-pagenavi .previouspostslink {
    font-size: 1.6rem;
  }
}

#archive-jobs .wp-pagenavi .page:not(.current):hover,
#archive-jobs .wp-pagenavi .current:not(.current):hover,
#archive-jobs .wp-pagenavi .nextpostslink:not(.current):hover,
#archive-jobs .wp-pagenavi .previouspostslink:not(.current):hover {
  background: #333333;
  color: #ffffff;
}

#archive-jobs .wp-pagenavi .current {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0ECE2), to(#E8DEC6));
  background: linear-gradient(#F0ECE2, #E8DEC6);
  color: #867548;
}

#archive-jobs .wp-pagenavi .nextpostslink,
#archive-jobs .wp-pagenavi .previouspostslink {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 519px) {
  #archive-jobs .wp-pagenavi .nextpostslink,
  #archive-jobs .wp-pagenavi .previouspostslink {
    width: calc( 50% - 4px);
    border-radius: 4px;
    height: 40px;
  }
}

#archive-jobs .wp-pagenavi .nextpostslink::before,
#archive-jobs .wp-pagenavi .previouspostslink::before {
  content: '';
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 17px;
  height: 13px;
  background: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  #archive-jobs .wp-pagenavi .nextpostslink::before,
  #archive-jobs .wp-pagenavi .previouspostslink::before {
    width: 15px;
    height: 11px;
  }
}

#archive-jobs .wp-pagenavi .nextpostslink:hover::before,
#archive-jobs .wp-pagenavi .previouspostslink:hover::before {
  background-color: #ffffff;
}

@media screen and (max-width: 519px) {
  #archive-jobs .wp-pagenavi .previouspostslink {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

#archive-jobs .wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

#archive-jobs .wp-pagenavi .nextpostslink {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 519px) {
  #archive-jobs .wp-pagenavi .nextpostslink {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .jobs-hero {
    margin-bottom: 32px;
    padding: 64px 16px 16px;
  }
}

#archive-jobs .job-search-contents .modal .modal-switch {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.modal-switch:checked ~ .modal-overlay {
  opacity: 0.6;
  visibility: visible;
}

.modal-content {
  position: relative;
  padding-bottom: 84px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 9998;
  width: calc( 100% - 32px);
  max-width: 1120px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 6px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  contain: paint;
}

@media screen and (max-width: 767px) {
  .modal-content {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 56px 0 84px;
    -webkit-transform: none;
    transform: none;
    border-radius: 0;
  }
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .modal-switch:checked ~ .modal-content {
    -webkit-transform: none;
    transform: none;
  }
}

#archive-jobs .job-search-contents .modal .modal-content-inner {
  height: 100%;
  max-height: calc(100dvh - 160px);
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .modal-content-inner {
    max-height: none;
    height: 100%;
  }
}

#archive-jobs .job-search-contents .modal .search-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup {
    display: block;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .area-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  width: 56px;
  height: 21px;
  border-radius: 21px;
  background: #e9546a;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .area-select {
    margin: 0;
    padding-top: 1px;
    height: 19px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .search-popup .area-select {
    width: 42px;
    height: 17px;
    font-size: 1rem;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs {
  position: relative;
  width: 240px;
}

@media screen and (max-width: 1023px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-tabs {
    width: 180px;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #eeeeee;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-tabs {
    display: none;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button {
  position: relative;
  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;
  padding-left: 24px;
  width: 100%;
  height: 56px;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button[aria-selected="true"]::before, #archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button[aria-selected="true"]::after {
  opacity: 1;
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button::before, #archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button::after {
  position: absolute;
  content: "";
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
  z-index: 1;
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button::before {
  left: 0;
  width: 4px;
  height: calc( 100% - 16px);
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#027b22), to(#84c123));
  background: linear-gradient(to bottom, #027b22, #84c123);
}

#archive-jobs .job-search-contents .modal .search-popup .search-tabs .tab-button::after {
  right: -2px;
  width: 4px;
  height: 100%;
  background: #ffffff;
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion {
  width: calc( 100% - 240px);
  padding: 56px;
}

@media screen and (max-width: 1023px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion {
    width: calc( 100% - 180px);
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item {
    border-bottom: solid 1px #eeeeee;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item[role="tabpanel"].is-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item[role="tabpanel"].is-hidden {
    display: block;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item[open] .accordion-header::after {
  -webkit-transform: rotateZ(45deg) scale(-1, -1);
  transform: rotateZ(45deg) scale(-1, -1);
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item:first-child {
    border-top: solid 1px #eeeeee;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item .accordion-header {
  display: none;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item .accordion-header {
    position: relative;
    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;
    gap: 12px;
    padding: 14px 8px;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item .accordion-header {
    padding: 12px 4px;
    font-size: 1.4rem;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item .accordion-header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #027b22 #027b22 transparent;
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-item .accordion-header::after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-content {
    padding: 0 8px 20px;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-content .area-all {
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.8rem;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-content .area-all {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
}

#archive-jobs .job-search-contents .modal .search-popup .search-accordion .accordion-content .area-dtl-checks {
  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;
  gap: 8px;
}

#archive-jobs .job-search-contents .modal .set-btn-area {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  width: 100%;
  height: 84px;
  padding: 20px;
  background: #eeeeee;
}

#archive-jobs .job-search-contents .modal .set-btn-area .set-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 44px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #027b22;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-search-contents .modal .set-btn-area .set-btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .set-btn-area .set-btn {
    font-size: 1.4rem;
  }
}

#archive-jobs .job-search-contents .modal .set-btn-area .set-btn::before, #archive-jobs .job-search-contents .modal .set-btn-area .set-btn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

#archive-jobs .job-search-contents .modal .set-btn-area .set-btn::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#027b22), to(#7bba6b));
  background: linear-gradient(to right bottom, #027b22, #7bba6b);
}

#archive-jobs .job-search-contents .modal .set-btn-area .set-btn::after {
  background: #ffffff;
  border: solid 2px #027b22;
  opacity: 0;
}

#archive-jobs .job-search-contents .modal .set-btn-area .set-btn:hover {
  color: #027b22;
}

#archive-jobs .job-search-contents .modal .set-btn-area .set-btn:hover::after {
  opacity: 1;
}

#archive-jobs .job-search-contents .modal .accordion-content input[type="checkbox"],
#archive-jobs .job-search-contents .search-form .search-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

#archive-jobs .job-search-contents .modal .accordion-content input[type="checkbox"]:checked + .item-inner,
#archive-jobs .job-search-contents .search-form .search-check input[type="checkbox"]:checked + .item-inner {
  background: #ffffff;
}

#archive-jobs .job-search-contents .modal .accordion-content input[type="checkbox"]:checked + .item-inner::after,
#archive-jobs .job-search-contents .search-form .search-check input[type="checkbox"]:checked + .item-inner::after {
  opacity: .16;
}

#archive-jobs .job-search-contents .modal .accordion-content input[type="checkbox"]:checked + .item-inner span::after,
#archive-jobs .job-search-contents .search-form .search-check input[type="checkbox"]:checked + .item-inner span::after {
  display: block;
}

#archive-jobs .job-search-contents .modal .accordion-content .item-inner,
#archive-jobs .job-search-contents .search-form .search-check .item-inner {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 2px;
  background: #f7f6f4;
  contain: paint;
  cursor: pointer;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner {
    padding: 6px;
  }
}

#archive-jobs .job-search-contents .modal .accordion-content .item-inner::after,
#archive-jobs .job-search-contents .search-form .search-check .item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#9ae02b), to(#d2e954));
  background: linear-gradient(to right bottom, #9ae02b, #d2e954);
  opacity: 0;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  z-index: -1;
}

#archive-jobs .job-search-contents .modal .accordion-content .item-inner span,
#archive-jobs .job-search-contents .search-form .search-check .item-inner span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

@media screen and (max-width: 1279px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span {
    padding-left: 26px;
  }
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span {
    padding-left: 22px;
  }
}

#archive-jobs .job-search-contents .modal .accordion-content .item-inner span::before,
#archive-jobs .job-search-contents .search-form .search-check .item-inner span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: #ffffff;
  border: solid 1px #e9e5dc;
}

@media screen and (max-width: 1279px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span::before,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span::before,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span::before {
    width: 18px;
    height: 18px;
  }
}

#archive-jobs .job-search-contents .modal .accordion-content .item-inner span::after,
#archive-jobs .job-search-contents .search-form .search-check .item-inner span::after {
  display: none;
  position: absolute;
  content: '';
  top: calc( 50% - 2px);
  translate: 0 -50%;
  left: 9px;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #027b22 #027b22 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  z-index: 1;
}

@media screen and (max-width: 1279px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span::after,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span::after {
    left: 7px;
    width: 7px;
    height: 14px;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-search-contents .modal .accordion-content .item-inner span::after,
  #archive-jobs .job-search-contents .search-form .search-check .item-inner span::after {
    left: 6px;
    width: 6px;
    height: 13px;
  }
}

#archive-jobs .job-search-contents.--active {
  z-index: 8800;
}

#archive-jobs .job-unit {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
}

@media screen and (max-width: 1279px) {
  #archive-jobs .job-unit {
    gap: 48px;
  }
}

@media screen and (max-width: 1023px) {
  #archive-jobs .job-unit {
    gap: 32px;
  }
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit {
    grid-template-columns: 280px 1fr;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit {
    display: block;
  }
}

#archive-jobs .job-unit .job-search {
  position: relative;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search {
    margin-bottom: 32px;
  }
}

#archive-jobs .job-unit .job-search .job-search-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search .job-search-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: 56px;
    border-radius: 56px;
    background: #1da7eb;
    color: #ffffff;
    font-weight: bold;
    contain: paint;
    z-index: 1;
    font-size: 1.6rem;
    cursor: pointer;
  }
  #archive-jobs .job-unit .job-search .job-search-btn::before, #archive-jobs .job-unit .job-search .job-search-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 56px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: -1;
  }
  #archive-jobs .job-unit .job-search .job-search-btn::before {
    background: -webkit-gradient(linear, left top, right bottom, from(#1da7eb), to(#1dcbeb));
    background: linear-gradient(to right bottom, #1da7eb, #1dcbeb);
  }
  #archive-jobs .job-unit .job-search .job-search-btn::after {
    background: #ffffff;
    border: solid 2px #1da7eb;
    opacity: 0;
  }
  #archive-jobs .job-unit .job-search .job-search-btn span {
    position: relative;
    padding-left: 24px;
  }
  #archive-jobs .job-unit .job-search .job-search-btn span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    translate: 0 -50%;
    width: 18px;
    height: 22px;
    background-color: #ffffff;
    -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/change.svg");
    mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/change.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-search .job-search-btn {
    font-size: 1.4rem;
  }
}

#archive-jobs .job-unit .job-search .job-search-btn:hover {
  color: #1da7eb;
}

#archive-jobs .job-unit .job-search .job-search-btn:hover::after {
  opacity: 1;
}

#archive-jobs .job-unit .job-search .job-search-btn:hover span::before {
  background: #1da7eb;
}

#archive-jobs .job-unit .job-search .job-search-inner {
  position: sticky;
  top: 16px;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search .job-search-inner {
    overflow: auto;
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: #f7f6f4;
    width: 100%;
    height: 100%;
    padding: 96px 40px 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    z-index: 9000;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-search .job-search-inner {
    padding: 88px 16px 16px;
  }
}

#archive-jobs .job-unit .job-search .job-search-inner.--active {
  visibility: visible;
  opacity: 1;
}

#archive-jobs .job-unit .job-search .job-search-area,
#archive-jobs .job-unit .job-search .partner-area {
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  border-radius: 4px;
  contain: paint;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-panel-inner {
  position: relative;
  border-radius: 6px;
  background: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-panel-inner {
    border-radius: 4px;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item {
  position: relative;
  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;
  padding: 14px;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item {
    padding: 10px;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item:not(:last-child) {
  border-bottom: solid 1px #eeeeee;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-ttl {
  width: 82px;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-ttl {
    width: 68px;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-contents {
  width: calc( 100% - 82px);
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-contents {
    width: calc( 100% - 68px);
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item input,
#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item select,
#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item textarea,
#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-label {
  height: 48px;
  line-height: 48px;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item input,
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item select,
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item textarea,
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-label {
    height: 40px;
    line-height: 40px;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-label {
  padding: 0 16px;
  background: #f7f6f4;
  border-radius: 4px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: YakuHanJP, "Inter", "Zen Kaku Gothic New", sans-serif;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-label {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-label.area-selected {
  color: #1da7eb;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item .search-check {
    gap: 6px;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn {
  padding: 14px 0 0;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .result-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .result-unit {
    gap: 20px;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .result-unit__num {
  width: 220px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .result-unit__num span {
  padding: 0 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  letter-spacing: .05em;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .result-unit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  font-weight: bold;
  cursor: pointer;
  contain: paint;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-size: 1.6rem;
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn {
    font-size: 1.4rem;
  }
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search {
  position: relative;
  width: calc( 100% - 80px);
  background: #1da7eb;
  border-radius: 0 0 0 4px;
  color: #ffffff;
  z-index: 1;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::before, #archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::before {
  background: -webkit-gradient(linear, left top, right bottom, from(#1da7eb), to(#1dcbeb));
  background: linear-gradient(to right bottom, #1da7eb, #1dcbeb);
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search::after {
  background: #ffffff;
  border: solid 2px #1da7eb;
  opacity: 0;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search span {
  position: relative;
  padding-left: 24px;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/glass.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/glass.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search:hover {
  color: #1da7eb;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search:hover::after {
  opacity: 1;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-search:hover span::before {
  background: #1da7eb;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-clear {
  width: 80px;
  border: solid 2px #999999;
  border-radius: 0 0 4px 0;
  color: #999999;
}

#archive-jobs .job-unit .job-search .job-search-area .search-panel .search-form__item.--item-search-btn .search-btn.--btn-clear:hover {
  background: #999999;
  color: #ffffff;
}

#archive-jobs .job-unit .job-search .partner-area {
  margin-top: 24px;
  padding: 14px;
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-search .partner-area {
    margin-top: 16px;
  }
}

#archive-jobs .job-unit .job-search .partner-area .partner-ttl {
  margin-bottom: calc(8px * 1);
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-search .partner-area .partner-ttl {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-search .partner-area .partner-ttl {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

#archive-jobs .job-unit .job-search .partner-area .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

#archive-jobs .job-unit .job-search .partner-area .partner-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 33.33% - 3px);
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search .partner-area .partner-list__item {
    width: calc( 20% - 4px);
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-search .partner-area .partner-list__item {
    width: calc( 33.33% - 3px);
  }
}

#archive-jobs .job-unit .job-search .partner-area .partner-list__item a {
  display: block;
  border-radius: 4px;
  border: solid 1px #e9e5dc;
  contain: paint;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-search .partner-area .partner-list__item a {
    border-radius: 2px;
  }
}

#archive-jobs .job-unit .job-search .partner-area .partner-list__item a:hover {
  translate: 2px 2px;
  opacity: .8;
}

#archive-jobs .job-unit .job-search .partner-area .partner-list__item.is-current a {
  border: solid 2px #e9546a;
}

#archive-jobs .job-unit .search-partner-name {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .search-partner-name {
    font-size: 1.6rem;
  }
}

#archive-jobs .job-unit .all-num {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .all-num {
    font-size: 1.2rem;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a {
  position: relative;
  display: block;
  padding: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  box-shadow: 0 0 8px rgba(134, 117, 72, 0.04);
  background: #ffffff;
  contain: paint;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-list .job-list__item a {
    padding: 18px 20px;
  }
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a {
    padding: 14px 16px;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5bb545), to(#9ae02b));
  background: linear-gradient(to bottom, #5bb545, #9ae02b);
}

#archive-jobs .job-unit .job-list .job-list__item a .job-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-tag-list {
    margin-bottom: 14px;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item {
  display: inline-block;
  padding: 2px 6px 1px;
  border-radius: 2px;
  border: solid 1px #333333;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item {
    padding: 1px 4px 0px;
    font-size: 1.2rem;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item.--item-experience {
  background: #5bb545;
  border-color: #5bb545;
  color: #ffffff;
}

#archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item.--item-experience span {
  position: relative;
  padding-left: 18px;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item.--item-experience span {
    padding-left: 14px;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item.--item-experience span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 16px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/beginner-ico.svg") center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-tag-list__item.--item-experience span::before {
    width: 10px;
    height: 14px;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-ttl {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-ttl {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .dtl-item {
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .dtl-item {
    padding-left: 13px;
    font-size: 1.2rem;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .dtl-item::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 13px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/building.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/building.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #333333;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .dtl-item::before {
    width: 10px;
    height: 12px;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .dtl-item:not(:last-child) {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .dtl-item:not(:last-child) {
    margin-bottom: 4px;
  }
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .job-salary {
  color: #999999;
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .job-salary::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/yen.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/yen.svg");
  background: #999999;
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .job-place {
  color: #999999;
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__dtl .job-place::before {
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/pin.svg");
  background: #999999;
}

#archive-jobs .job-unit .job-list .job-list__item a .job-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  min-height: 120px;
  border: solid 1px #e9e5dc;
  border-radius: 4px;
  contain: paint;
}

@media screen and (max-width: 959px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-info__logo {
    max-width: 120px;
    min-height: 64px;
  }
}

@media screen and (max-width: 519px) {
  #archive-jobs .job-unit .job-list .job-list__item a .job-info__logo {
    max-width: 88px;
    min-height: 32px;
    border-radius: 2px;
  }
}

#archive-jobs .job-unit .job-list__item:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  #archive-jobs .job-unit .job-list__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

#single-jobs {
  position: relative;
  z-index: 1;
  contain: paint;
}

#single-jobs::before {
  position: absolute;
  content: "";
  top: 200px;
  left: 50%;
  translate: -50% 0;
  width: 104%;
  height: auto;
  aspect-ratio: 16/18;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-logo-beg.svg") center/contain no-repeat;
  opacity: .24;
  z-index: -1;
}

@media screen and (max-width: 959px) {
  #single-jobs::before {
    top: 140px;
    width: auto;
    height: 48%;
  }
}

@media screen and (max-width: 767px) {
  #single-jobs::before {
    top: 120px;
  }
}

#single-jobs .jobs-desc {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-desc {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-desc {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

#single-jobs .jobs-desc .jobs-desc-dlt {
  padding: calc(8px * 8);
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-desc .jobs-desc-dlt {
    padding: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-desc .jobs-desc-dlt {
    padding: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-desc .jobs-desc-dlt {
    border-radius: 4px;
  }
}

#single-jobs .jobs-desc .jobs-desc-dlt p:not(:last-child) {
  margin-bottom: 12px;
}

#single-jobs .essential {
  margin-bottom: calc(8px * 15);
}

@media screen and (max-width: 959px) {
  #single-jobs .essential {
    margin-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .essential {
    margin-bottom: calc((8px * 15) * 0.5);
  }
}

#single-jobs .essential .essential-list__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2px;
}

@media screen and (max-width: 959px) {
  #single-jobs .essential .essential-list__item {
    grid-template-columns: 150px 1fr;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item {
    grid-template-columns: 1fr;
    border-radius: 4px;
    contain: paint;
    border: solid 1px #e9e5dc;
  }
}

#single-jobs .essential .essential-list__item dt {
  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;
  padding: 24px 16px;
  font-weight: bold;
  background: #027b22;
  color: #ffffff;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item dt {
    padding: 14px 16px;
  }
}

#single-jobs .essential .essential-list__item dd {
  padding: 24px 16px;
  background: #ffffff;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item dd {
    padding: 14px 16px;
  }
}

#single-jobs .essential .essential-list__item dd .open-partner__logo {
  margin: 0 0 4px;
  max-width: 240px;
  border-radius: 4px;
  border: solid 1px #e9e5dc;
  contain: paint;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item dd .open-partner__logo {
    margin: 0 auto 4px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item dd .open-partner__name {
    text-align: center;
  }
}

#single-jobs .essential .essential-list__item dd p:not(:last-child) {
  margin-bottom: 12px;
}

#single-jobs .essential .essential-list__item:first-child dt {
  border-radius: 8px 0 0 0;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item:first-child dt {
    border-radius: 0;
  }
}

#single-jobs .essential .essential-list__item:first-child dd {
  border-radius: 0 8px 0 0;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item:first-child dd {
    border-radius: 0;
  }
}

#single-jobs .essential .essential-list__item:last-child dt {
  border-radius: 0 0 0 8px;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item:last-child dt {
    border-radius: 0;
  }
}

#single-jobs .essential .essential-list__item:last-child dd {
  border-radius: 0 0 8px 0;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item:last-child dd {
    border-radius: 0;
  }
}

#single-jobs .essential .essential-list__item:not(:last-child) {
  margin-bottom: 2px;
}

@media screen and (max-width: 519px) {
  #single-jobs .essential .essential-list__item:not(:last-child) {
    margin-bottom: 14px;
  }
}

#single-jobs .jobs-entry .entry .entry-inner {
  margin: 0 auto;
  max-width: 960px;
}

#single-jobs .jobs-entry .entry .entry-inner .entry-read {
  margin-bottom: calc(8px * 3);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .entry .entry-inner .entry-read {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .entry .entry-inner .entry-read {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-entry .entry .entry-inner .entry-read {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .entry .entry-inner .entry-read {
    font-size: 1.6rem;
  }
}

#single-jobs .jobs-entry .entry .entry-inner .note-txt {
  margin-bottom: calc(8px * 5);
  text-align: center;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .entry .entry-inner .note-txt {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-jobs .jobs-entry .wpcf7-form {
  padding-top: calc(8px * 7);
  padding-right: calc(8px * 6);
  padding-bottom: calc(8px * 9);
  padding-left: calc(8px * 6);
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-top: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-top: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-right: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-right: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-bottom: calc((8px * 9) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-left: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7-form {
    padding-left: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-form {
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7-form {
    border-radius: 24px;
  }
}

#single-jobs .jobs-entry .form-field {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-field {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-field {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

#single-jobs .jobs-entry .form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#single-jobs .jobs-entry .form-field__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
  padding-bottom: calc(8px * 3);
  border-bottom: 1px solid #e9e5dc;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-field__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-field__item:not(:last-child) {
    padding-bottom: calc((8px * 3) * 0.5);
  }
}

#single-jobs .jobs-entry .form-field__item.--add dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-field__item.--add dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}

#single-jobs .jobs-entry .form-field__item.--add dd span {
  display: block;
}

#single-jobs .jobs-entry .form-field__item.--add dd span:nth-of-type(1) {
  width: 160px;
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-field__item.--add dd span:nth-of-type(1) {
    width: 100%;
  }
}

#single-jobs .jobs-entry .form-field__item.--add dd span:nth-of-type(2) {
  width: calc(100% - 168px);
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-field__item.--add dd span:nth-of-type(2) {
    width: 100%;
  }
}

#single-jobs .jobs-entry .form-field dt {
  position: relative;
  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;
  gap: 16px;
  width: 304px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-field dt {
    gap: 8px;
    width: 100%;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

#single-jobs .jobs-entry .form-field dd {
  width: calc(100% - 320px);
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-field dd {
    width: 100%;
  }
}

#single-jobs .jobs-entry .form-required,
#single-jobs .jobs-entry .form-optional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 24px;
  padding: 1px 0 0;
  color: #ffffff;
  font-size: 1.4rem;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-required,
  #single-jobs .jobs-entry .form-optional {
    width: 40px;
    height: 22px;
    font-size: 1.2rem;
  }
}

#single-jobs .jobs-entry .form-required {
  background: #e9546a;
}

#single-jobs .jobs-entry .form-optional {
  background: #1d6ceb;
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
  display: none;
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #eeeeee;
  border: solid 2px #eeeeee;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 3px;
  left: 8px;
  z-index: 1;
  width: 8px;
  height: 15px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent #999999 #999999 transparent;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #999999;
}

#single-jobs .jobs-entry .wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
  margin-right: 24px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item:not(:nth-last-of-type(1)) {
    margin-right: 16px;
  }
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  padding: 6px 0;
  cursor: pointer;
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label input[type="radio"] {
  display: none;
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    padding-left: 28px;
  }
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f7f6f4;
  border: solid 2px #f7f6f4;
  border-radius: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
  display: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: #7bba6b;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    left: 4px;
    z-index: 1;
    width: 12px;
    height: 12px;
  }
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #7bba6b;
}

#single-jobs .jobs-entry .wpcf7-radio .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}

#single-jobs .jobs-entry .form-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  background: -webkit-gradient(linear, left top, left bottom, from(#e9546a), to(#e97c54));
  background: linear-gradient(#e9546a, #e97c54);
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 24px 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-send {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-send {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

#single-jobs .jobs-entry .form-send:hover {
  -webkit-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}

@media screen and (max-width: 1279px) {
  #single-jobs .jobs-entry .form-send {
    height: 72px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .form-send {
    height: 64px;
    font-size: 1.8rem;
    border-radius: 16px 4px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .form-send {
    height: 56px;
    font-size: 1.6rem;
  }
}

#single-jobs .jobs-entry .form-send input[type="submit"] {
  display: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#single-jobs .jobs-entry .wpcf7-spinner {
  position: absolute;
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  bottom: calc(100% + 10px);
  left: 50%;
  translate: -50% 0;
}

#single-jobs .jobs-entry .wpcf7-spinner::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#single-jobs .jobs-entry form.submitting .wpcf7-spinner {
  visibility: visible;
}

#single-jobs .jobs-entry .wpcf7 form .wpcf7-response-output {
  display: none;
}

#single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output,
#single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
#single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output,
#single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
#single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
  display: block;
  margin-bottom: calc(8px * 5);
  padding: 32px;
  border-radius: 4px;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
    border-radius: calc(4px * 0.5);
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
  #single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 24px;
  }
}

#single-jobs .jobs-entry .wpcf7 form.sent .wpcf7-response-output {
  background: #ffffff;
  border: solid 1px #5bb545;
  color: #5bb545;
}

#single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
#single-jobs .jobs-entry .wpcf7 form.invalid .wpcf7-response-output,
#single-jobs .jobs-entry .wpcf7 form.unaccepted .wpcf7-response-output {
  background: rgba(233, 84, 106, 0.08);
  color: #e9546a;
  border: solid 1px #e9546a;
}

#single-jobs .jobs-entry .wpcf7 form.invalid input::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid input::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted input::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted select::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted textarea::-webkit-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.invalid input::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid input::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted input::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted select::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted textarea::-moz-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.invalid input:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid input:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted input:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted select:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted textarea:-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.invalid input::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid input::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid select::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.invalid textarea::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted input::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted select::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.unaccepted textarea::-ms-input-placeholder {
  color: rgba(233, 84, 106, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.invalid input::placeholder,
#single-jobs .jobs-entry .wpcf7 form.invalid select::placeholder,
#single-jobs .jobs-entry .wpcf7 form.invalid textarea::placeholder,
#single-jobs .jobs-entry .wpcf7 form.invalid input::placeholder,
#single-jobs .jobs-entry .wpcf7 form.invalid select::placeholder,
#single-jobs .jobs-entry .wpcf7 form.invalid textarea::placeholder,
#single-jobs .jobs-entry .wpcf7 form.unaccepted input::placeholder,
#single-jobs .jobs-entry .wpcf7 form.unaccepted select::placeholder,
#single-jobs .jobs-entry .wpcf7 form.unaccepted textarea::placeholder {
  color: rgba(233, 84, 106, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.spam .wpcf7-response-output {
  background: rgba(240, 183, 64, 0.08);
  color: #e9546a;
  border: solid 1px #f0b740;
}

#single-jobs .jobs-entry .wpcf7 form.spam input::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam select::-webkit-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam textarea::-webkit-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.spam input::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam select::-moz-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam textarea::-moz-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.spam input:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam select:-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam textarea:-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.spam input::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam select::-ms-input-placeholder, #single-jobs .jobs-entry .wpcf7 form.spam textarea::-ms-input-placeholder {
  color: rgba(240, 183, 64, 0.4);
}

#single-jobs .jobs-entry .wpcf7 form.spam input::placeholder,
#single-jobs .jobs-entry .wpcf7 form.spam select::placeholder,
#single-jobs .jobs-entry .wpcf7 form.spam textarea::placeholder {
  color: rgba(240, 183, 64, 0.4);
}

#single-jobs .jobs-entry .screen-reader-response {
  display: none;
}

#single-jobs .jobs-entry .wpcf7-not-valid-tip {
  display: block;
  padding: 4px 0 0;
  color: #e9546a;
  font-size: 1.4rem;
}

#single-jobs .jobs-entry .screen-reader-response {
  display: none;
}

#single-jobs .jobs-entry .wpcf7 .form.invalid .wpcf7-response-output {
  color: #e9546a;
  font-size: 1.4rem;
  background-color: rgba(233, 84, 106, 0.1);
}

#single-jobs .jobs-entry .privacy-frame {
  margin: 0 auto 40px auto;
  padding: 40px 24px;
  max-width: 720px;
  border: 1px solid #e9e5dc;
  background: #ffffff;
  border-radius: 40px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .privacy-frame {
    margin: 0 auto 30px auto;
    padding: 32px 16px;
    border-radius: 24px;
  }
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-entry .privacy-frame {
    padding: 28px 12px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .privacy-frame {
    margin: 0 auto 20px auto;
    padding: 24px 8px;
    border-radius: 16px;
  }
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner {
  overflow-y: scroll;
  height: 240px;
  padding: 0 16px;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner {
    padding: 0 12px;
    height: 160px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner {
    padding: 0 8px;
  }
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner::-webkit-scrollbar {
  width: 8px;
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner::-webkit-scrollbar-track {
  background: #f7f6f4;
  border-radius: 4px;
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner::-webkit-scrollbar-thumb {
  background: #7bba6b;
  border-radius: 4px;
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__main {
  margin-bottom: 4px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__main {
    font-size: 2rem;
  }
}

#single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__sub {
  margin-bottom: calc(8px * 5);
  display: block;
  color: #7bba6b;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__sub {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner .privacy-ttl__sub {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .privacy-frame .privacy-inner p {
    font-size: 1.4rem;
  }
}

#single-jobs .jobs-entry .policy-list {
  counter-reset: list-num 0;
}

#single-jobs .jobs-entry .policy-list__item {
  padding: 24px 0;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .policy-list__item {
    padding: 16px 0;
  }
}

#single-jobs .jobs-entry .policy-list__item dt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .policy-list__item dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

#single-jobs .jobs-entry .policy-list__item dt::before {
  counter-increment: list-num;
  content: counter(list-num, decimal-leading-zero) ".";
  font-family: "Montserrat", sans-serif;
  color: #5bb545;
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-entry .policy-list__item dt::before {
    font-size: 2rem;
  }
}

#single-jobs .jobs-interview {
  padding-top: calc(8px * 18);
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-interview {
    padding-top: calc((8px * 18) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview {
    padding-top: calc((8px * 18) * 0.5);
  }
}

#single-jobs .jobs-interview .interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list {
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-interview .interview-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list {
    gap: 8px;
  }
}

#single-jobs .jobs-interview .interview-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#single-jobs .jobs-interview .interview-list__item a {
  display: block;
  background: #ffffff;
  border-radius: 10px;
  contain: paint;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-interview .interview-list__item a {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    border-radius: 6px;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-vsl {
  position: relative;
  contain: paint;
}

#single-jobs .jobs-interview .interview-list__item a .interview-vsl::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 167, 99, 0)), color-stop(48%, rgba(90, 167, 99, 0.1)), to(rgba(90, 167, 99, 0.64)));
  background: linear-gradient(to bottom, rgba(90, 167, 99, 0), rgba(90, 167, 99, 0.1) 48%, rgba(90, 167, 99, 0.64));
  z-index: 1;
}

#single-jobs .jobs-interview .interview-list__item a .interview-vsl .interview-cate {
  position: absolute;
  top: 16px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 6px;
  width: 78px;
  height: 63px;
  background: url("/wp-content/themes/itreat_base/dist/img/interview/cate-grad.svg") center/contain no-repeat;
  color: #ffffff;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-vsl .interview-cate {
    top: 12px;
    width: 64px;
    height: 52px;
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-vsl .interview-cate {
    top: 6px;
    width: 56px;
    height: 46px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-vsl .interview-cate {
    top: 4px;
    width: 48px;
    height: 39px;
    font-size: 1.2rem;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-vsl img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-vsl img {
    height: 100%;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl {
  padding: 18px 24px;
  background: #ffffff;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl {
    padding: 14px 16px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl {
    padding: 10px 12px;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-lead {
  min-height: 3lh;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-lead {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-lead {
    margin-bottom: 8px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-lead {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-lead br {
    display: none;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #eeeeee;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf {
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 959px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf {
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf__initial {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf__initial {
    font-size: 1.6rem;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf__initial span {
  font-size: 1.2rem;
  line-height: 1.2;
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-plf__join {
  padding-bottom: 2px;
  font-size: 1.2rem;
  line-height: 1;
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job {
  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;
  gap: 6px;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job {
    gap: 4px;
    font-size: 1.1rem;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item {
  width: 100%;
  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;
  gap: 4px;
}

@media screen and (max-width: 1279px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item {
    width: 100%;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2px;
  width: 40px;
  height: 22px;
  border-radius: 2px;
  border: solid 1px #333333;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item dt {
    width: 32px;
  }
}

@media screen and (max-width: 519px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item dt {
    padding-top: 1px;
    height: 18px;
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item dd {
  padding-top: 2px;
  width: calc( 100% - 44px);
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  #single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item dd {
    width: calc( 100% - 36px);
  }
}

#single-jobs .jobs-interview .interview-list__item a .interview-dtl .interview-job__item.--item-after dt {
  background: #84c123;
  border: none;
  color: #ffffff;
}

#single-jobs .jobs-interview .interview-list__item a:hover {
  translate: 2px 2px;
}

#single-jobs .jobs-interview .interview-list__item a:hover .interview-vsl img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#single-jobs .jobs-interview .interview-list__item.--cate-change .interview-vsl::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(37, 74, 136, 0)), color-stop(48%, rgba(37, 74, 136, 0.1)), to(rgba(37, 74, 136, 0.64)));
  background: linear-gradient(to bottom, rgba(37, 74, 136, 0), rgba(37, 74, 136, 0.1) 48%, rgba(37, 74, 136, 0.64));
}

#single-jobs .jobs-interview .interview-list__item.--cate-change .interview-vsl .interview-cate {
  background-image: url("/wp-content/themes/itreat_base/dist/img/interview/cate-change.svg");
}

#single-jobs .jobs-interview .interview-list__item.--cate-change .interview-dtl .interview-job__item.--item-after dt {
  background: #1da7eb;
}

#single-jobs .jobs-interview .interview-list__item.--cate-experienced .interview-vsl::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(172, 31, 150, 0)), color-stop(48%, rgba(172, 31, 150, 0.1)), to(rgba(172, 31, 150, 0.64)));
  background: linear-gradient(to bottom, rgba(172, 31, 150, 0), rgba(172, 31, 150, 0.1) 48%, rgba(172, 31, 150, 0.64));
}

#single-jobs .jobs-interview .interview-list__item.--cate-experienced .interview-vsl .interview-cate {
  background-image: url("/wp-content/themes/itreat_base/dist/img/interview/cate-experienced.svg");
}

#single-jobs .jobs-interview .interview-list__item.--cate-experienced .interview-dtl .interview-job__item.--item-after dt {
  background: #e9546a;
}

/*# sourceMappingURL=../../maps/pages/jobs.css.map */
