<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.job-info {
  background-color: #EFF2F4;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .job-info {
    padding: 40px 0;
  }
}
.job-info h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .job-info h2 {
    line-height: 26.06px;
    margin-bottom: 24px;
  }
}
.job-info h2 .txt-highlight {
  color: #014C96;
  font-size: 26px;
}
@media (max-width: 767px) {
  .job-info h2 .txt-highlight {
    font-size: 22px;
    line-height: 31.86px;
  }
}
.job-info .job-info-box {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .job-info .job-info-box {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--Primary-Blue-20, #CCDBEA);
  }
}
.job-info .job-info-box + .job-info-box {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .job-info .job-info-box + .job-info-box {
    margin-top: 0;
    padding-top: 32px;
  }
}

.job-info-slider {
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .job-info-slider {
    margin: 0 0 21px;
  }
}
.job-info-slider .slick-list {
  padding: 0 6px;
}
.job-info-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-info-slider .slick-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-info-slider .job-info-slider-col {
  width: 310px;
  max-height: 403px;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  margin: 6px 12.5px;
  -webkit-box-shadow: -0.1px -0.1px 6px 0px rgba(0, 0, 0, 0.1), 0.1px 0.1px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -0.1px -0.1px 6px 0px rgba(0, 0, 0, 0.1), 0.1px 0.1px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .job-info-slider .job-info-slider-col {
    width: 296px;
    max-height: 396px;
    margin: 5px 7.5px;
  }
}
.job-info-slider .job-info-slider-col:hover {
  text-decoration: none;
  opacity: 0.7;
}
.job-info-slider .job-info-slider-img {
  width: 100%;
  position: relative;
}
.job-info-slider .job-info-slider-img .new {
  position: absolute;
  background-color: #FF9E31;
  color: #FFFFFF;
  width: 44px;
  height: 21px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 4px 4px;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 5px 0px 5px 0px;
  text-align: center;
}
.job-info-slider .job-info-slider-img img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .job-info-slider .job-info-slider-img img {
    height: 148px;
  }
}
.job-info-slider .job-info-slider-txt {
  padding: 20px;
  background-color: #fff;
  max-height: 248px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.job-info-slider .job-info-slider-txt .job-info-slider__caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 52px;
}
.job-info-slider .job-info-slider-txt .job-info-slider-txt__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  max-height: 66px;
  margin-bottom: 16px;
}
.job-info-slider .job-info-slider-txt .job-info-slider-detail-container {
  min-height: 58px;
}
.job-info-slider .job-info-slider-txt .job_detail {
  margin-bottom: 16px;
}
.job-info-slider .job-info-slider-txt .job_detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
.job-info-slider .job-info-slider-txt .job_detail dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 500;
  max-height: 20.27px;
}
.job-info-slider .job-info-slider-txt .job_detail dl dt img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.job-info-slider .job-info-slider-txt .job_detail dl dd {
  font-size: 14px;
  font-weight: 700;
  max-height: 20.27px;
}
@media (max-width: 767px) {
  .job-info-slider .job-info-slider-txt .job_detail dl dd {
    width: 69.5%;
    font-size: 3.7333333333vw;
    max-height: 11.9466666667vw;
  }
}
.job-info-slider .job-info-slider-txt .job_detail dl dd small {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  left: -2px;
}
.job-info-slider .job-info-slider-txt .job-skill-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.job-info-slider .job-info-slider-txt .job-skill-tags span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  margin-right: 4px;
  background: var(--primary-blue-10, #E6EDF4);
  padding: 0 10px;
  border-radius: 70px;
  color: #014C96;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.job-info-slider .job-info-slider-txt .job-skill-tags span:hover {
  text-decoration: none;
  opacity: 0.7;
}

.article {
  background-color: #eff2f4;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .article {
    padding: 40px 0;
  }
}
.article .txt-highlight {
  color: #014c96;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .article .txt-highlight {
    font-size: 14px;
    line-height: 19.6px;
    margin-bottom: 0;
  }
}
.article h2 {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .article h2 {
    font-size: 22px;
    line-height: 30.8px;
    margin-bottom: 24px;
  }
}
.article .article-box {
  width: 100%;
  max-width: 992px;
  margin: 0 auto;
}
.article .article-box + .article-box {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .article .article-box + .article-box {
    margin-top: 64px;
  }
}

.article-slider {
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .article-slider {
    margin: 0 0 21px;
  }
}
.article-slider .slick-list {
  padding: 0 6px;
}
.article-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-slider .slick-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article-slider .article-slider-col {
  width: 310px;
  border-radius: 6px;
  display: block;
  overflow: hidden;
  margin: 5px 12.5px;
  -webkit-box-shadow: -0.1px -0.1px 6px 0px rgba(0, 0, 0, 0.1), 0.1px 0.1px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -0.1px -0.1px 6px 0px rgba(0, 0, 0, 0.1), 0.1px 0.1px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .article-slider .article-slider-col {
    width: 296px;
    margin: 5px 7.5px;
  }
}
.article-slider .article-slider-col:hover {
  text-decoration: none;
  opacity: 0.7;
}
.article-slider .article-slider-img {
  width: 100%;
  position: relative;
}
.article-slider .article-slider-img img {
  width: 100%;
  height: 174px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .article-slider .article-slider-img img {
    height: 148px;
  }
}
.article-slider .article-txt {
  padding: 20px;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-slider .article-txt .article-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  max-height: 130px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
.article-slider .article-txt .article-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 17.38px;
  color: #7b7b7b;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .article-slider .article-txt .article-date {
    font-size: 14px;
    line-height: 22.4px;
    margin-bottom: 16px;
  }
}
.article-slider .article-txt .article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.article-slider .article-txt .article-tags span {
  margin-right: 4px;
  background: var(--primary-blue-10, #e6edf4);
  padding: 5px 10px;
  border-radius: 70px;
  color: #014c96;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

#engineer_interviews .article-slider-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.article-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .article-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 26px;
  }
}
.article-btn a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  text-align: right;
  color: #333333;
  text-decoration: none;
}
.article-btn a:hover {
  text-decoration: none;
  opacity: 1;
  color: #014c96;
  font-weight: 700;
}
.article-btn a::after {
  display: inline-block;
  position: relative;
  bottom: 1.5px;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #014c96;
  border-bottom: 1.5px solid #014c96;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 8px;
}
@media (max-width: 767px) {
  .article-btn a::after {
    text-align: center;
  }
}

.slider-job-controls.pc-only,
.slider-article-controls.pc-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767px) {
  .slider-job-controls.pc-only,
  .slider-article-controls.pc-only {
    display: none !important;
  }
}

.slider-job-controls.sp-only,
.slider-article-controls.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .slider-job-controls.sp-only,
  .slider-article-controls.sp-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.slider-job-controls,
.slider-article-controls {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.slider-job-controls .slick-arrow,
.slider-article-controls .slick-arrow {
  cursor: pointer;
  position: relative;
  top: unset;
  width: 27px;
  height: 27px;
  line-height: 0;
  margin-top: 0;
  border: none;
  border-radius: 50px;
  font-size: 0;
  background: #0062C3;
  outline: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  .slider-job-controls .slick-arrow,
  .slider-article-controls .slick-arrow {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    width: 46px;
    height: 46px;
  }
}
.slider-job-controls .slick-arrow:hover,
.slider-article-controls .slick-arrow:hover {
  opacity: 0.7;
}
.slider-job-controls .slick-arrow:before,
.slider-article-controls .slick-arrow:before {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 3px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1.3px solid #fff;
  border-bottom: 1.3px solid #fff;
  -webkit-transform: rotate(47deg) skewX(5deg);
          transform: rotate(47deg) skewX(5deg);
}
@media (max-width: 767px) {
  .slider-job-controls .slick-arrow:before,
  .slider-article-controls .slick-arrow:before {
    border-left: 2px solid #014C96;
    border-bottom: 2px solid #014C96;
    left: calc(50% - 3px);
    top: calc(50% - 4px);
    display: block;
    width: 8px;
    height: 8px;
  }
}
.slider-job-controls .slick-dots,
.slider-article-controls .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0;
  height: 100%;
}
.slider-job-controls .slick-dots li,
.slider-article-controls .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-job-controls .slick-dots li button,
.slider-article-controls .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  background: #acacac;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.slider-job-controls .slick-dots li button:hover,
.slider-article-controls .slick-dots li button:hover {
  opacity: 0.7;
}
.slider-job-controls .slick-dots li:not(:last-child),
.slider-article-controls .slick-dots li:not(:last-child) {
  margin-right: 0;
}
.slider-job-controls .slick-dots .slick-active button,
.slider-article-controls .slick-dots .slick-active button {
  background: #0062C3;
}
.slider-job-controls .next,
.slider-article-controls .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .slider-job-controls .next,
  .slider-article-controls .next {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .slider-job-controls .prev,
  .slider-article-controls .prev {
    margin-right: 10px;
  }
}
.slider-job-controls .dots,
.slider-article-controls .dots {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .slider-job-controls button.slick-dots,
  .slider-article-controls button.slick-dots {
    width: 34px;
    height: 46px;
    line-height: 0;
    margin-top: 0;
    font-size: 16px;
    background: none;
    color: #333333;
    border: none;
    font-weight: 700;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .slider-job-controls button.slick-dots.slick-active,
  .slider-article-controls button.slick-dots.slick-active {
    width: 46px;
    height: 46px;
    line-height: 0;
    margin-top: 0;
    outline: 0;
    background: #014C96;
    color: #FFFFFF;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }
}

.job-info-slider-custom-nav,
.article-slider-custom-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .job-info-slider-custom-nav,
  .article-slider-custom-nav {
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.job-info-slider-custom-nav .slick-dots,
.article-slider-custom-nav .slick-dots {
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-custom-nav .slick-dots,
  .article-slider-custom-nav .slick-dots {
    bottom: -1.328125vw;
  }
}
@media (max-width: 767px) {
  .job-info-slider-custom-nav .slick-dots,
  .article-slider-custom-nav .slick-dots {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 0;
    width: 200px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .job-info-slider-custom-nav .slick-dots li,
  .job-info-slider-custom-nav .slick-dots li button,
  .job-info-slider-custom-nav .slick-dots li button::before,
  .article-slider-custom-nav .slick-dots li,
  .article-slider-custom-nav .slick-dots li button,
  .article-slider-custom-nav .slick-dots li button::before {
    width: 12px;
    height: 8px;
  }
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-info-slider-custom-nav .slick-dots li,
  .job-info-slider-custom-nav .slick-dots li button,
  .job-info-slider-custom-nav .slick-dots li button::before,
  .article-slider-custom-nav .slick-dots li,
  .article-slider-custom-nav .slick-dots li button,
  .article-slider-custom-nav .slick-dots li button::before {
    width: 0.9375vw;
    height: 0.9375vw;
  }
}

.job-info-slider-custom-nav .slick-dots li,
.article-slider-custom-nav .slick-dots li {
  margin: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .job-info-slider-custom-nav .slick-dots li,
  .article-slider-custom-nav .slick-dots li {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .job-info-slider-custom-nav .slick-dots li,
  .article-slider-custom-nav .slick-dots li {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.job-info-slider-custom-nav .slick-dots li:first-child button,
.article-slider-custom-nav .slick-dots li:first-child button {
  border-radius: 10px 0 0 10px;
}
.job-info-slider-custom-nav .slick-dots li:last-child button,
.article-slider-custom-nav .slick-dots li:last-child button {
  border-radius: 0 10px 10px 0;
}

.job-info-slider-custom-nav .slick-dots li.slick-active,
.article-slider-custom-nav .slick-dots li.slick-active {
  margin: 0 -5px;
  z-index: 2;
}

.job-info-slider-custom-nav .slick-dots li.slick-active button,
.article-slider-custom-nav .slick-dots li.slick-active button {
  background-color: #014C96;
  width: 100%;
  border-radius: 10px;
  opacity: 1;
}
@media (max-width: 767px) {
  .job-info-slider-custom-nav .slick-dots li.slick-active button,
  .article-slider-custom-nav .slick-dots li.slick-active button {
    border-radius: 5px;
  }
}

.job-info-slider-custom-nav .slick-dots li button,
.article-slider-custom-nav .slick-dots li button {
  background-color: #A5A5A5;
  opacity: 0.8;
  width: 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .job-info-slider-custom-nav .slick-dots li button,
  .article-slider-custom-nav .slick-dots li button {
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  .job-info-slider-custom-nav .slick-dots li button::before,
  .article-slider-custom-nav .slick-dots li button::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .job-info-slider-custom-nav .slick-dots li button::before,
  .article-slider-custom-nav .slick-dots li button::before {
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .job-info-slider-custom-nav .slick-prev,
  .article-slider-custom-nav .slick-prev {
    position: absolute;
    top: 100%;
    left: 280px;
    -webkit-transform: translateY(31%);
            transform: translateY(31%);
  }
}
@media screen and (max-width: 768px) {
  .job-info-slider-custom-nav .slick-prev,
  .article-slider-custom-nav .slick-prev {
    left: unset;
  }
}

.job-info-slider-custom-nav .slick-prev::before,
.article-slider-custom-nav .slick-prev::before {
  border-left: 2px solid #014C96;
  border-bottom: 2px solid #014C96;
  content: "";
  position: absolute;
  left: 18px;
  top: 17px;
  display: block;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(47deg) skewX(5deg);
          transform: rotate(47deg) skewX(5deg);
}
@media (max-width: 767px) {
  .job-info-slider-custom-nav .slick-prev::before,
  .article-slider-custom-nav .slick-prev::before {
    left: 18px;
    top: 17px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 768px) {
  .job-info-slider-custom-nav .slick-next,
  .article-slider-custom-nav .slick-next {
    position: absolute;
    top: 100%;
    right: 280px;
    -webkit-transform: translateY(31%);
            transform: translateY(31%);
  }
}
@media screen and (max-width: 768px) {
  .job-info-slider-custom-nav .slick-next,
  .article-slider-custom-nav .slick-next {
    right: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.job-info-slider-custom-nav .slick-next::before,
.article-slider-custom-nav .slick-next::before {
  border-left: 2px solid #014C96;
  border-bottom: 2px solid #014C96;
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  display: block;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 768px) {
  .job-info-slider-custom-nav .slick-next::before,
  .article-slider-custom-nav .slick-next::before {
    left: 17px;
    top: 17px;
    width: 8px;
    height: 8px;
  }
}

.job-info-slider-custom-nav .slick-arrow,
.article-slider-custom-nav .slick-arrow {
  --width-icon: 42px;
  cursor: pointer;
  position: absolute;
  width: var(--width-icon);
  height: var(--width-icon);
  line-height: 0;
  margin-top: -17px;
  border: none;
  border-radius: 50%;
  background-color: #014C96;
  text-indent: -200px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.job-info-slider-custom-nav .slick-arrow::before,
.article-slider-custom-nav .slick-arrow::before {
  border-color: #fafafa;
}
@media (max-width: 767px) {
  .job-info-slider-custom-nav .slick-arrow,
  .article-slider-custom-nav .slick-arrow {
    position: relative;
    top: 50%;
    margin-top: 0;
    z-index: 10;
  }
}

.job-info-slider-custom-nav button,
.article-slider-custom-nav button {
  width: 34px;
  height: 34px;
  line-height: 0;
  margin-top: -8px;
  font-size: 16px;
  background: none;
  color: #333333;
  border: none;
  font-weight: 700;
}

#search .custom-options-list {
  display: none;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid var(--Gray-40, #C4C4C4);
  border-radius: 0 0 6px 6px;
  width: auto;
  color: #333333;
}
@media (max-width: 767px) {
  #search .custom-options-list {
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    padding-top: 80px;
    padding-bottom: 20.5128205128vw;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
  }
}
@media (max-width: 767px) {
  #search .custom-options-list .custom-options-list-tilte-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    padding: 21px;
    position: relative;
    letter-spacing: 0.02em;
  }
  #search .custom-options-list .custom-options-list-tilte-sp img {
    width: 28px;
    height: auto;
    margin-right: 8px;
  }
  #search .custom-options-list .custom-options-list-tilte-sp strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #014C96;
  }
  #search .custom-options-list .custom-options-list-tilte-sp .custom-options-list-close {
    content: "";
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
  #search .custom-options-list .custom-options-list-tilte-sp .custom-options-list-close::before, #search .custom-options-list .custom-options-list-tilte-sp .custom-options-list-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2px; /* 棒の幅（太さ） */
    height: 16px; /* 棒の高さ */
    background: #0062C3; /* バツ印の色 */
  }
  #search .custom-options-list .custom-options-list-tilte-sp .custom-options-list-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  #search .custom-options-list .custom-options-list-tilte-sp .custom-options-list-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
#search .custom-options-list .engineer_search_select {
  overflow-y: auto;
}
#search .custom-options-list .engineer_search_select input {
  margin-right: 16px;
}
#search .custom-options-list .engineer_search_select.occupation, #search .custom-options-list .engineer_search_select.location {
  width: 367px;
  margin: 32px 24px 8px;
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.occupation, #search .custom-options-list .engineer_search_select.location {
    width: 100vw;
    margin: 0;
    max-height: unset;
    overflow: unset;
  }
}
#search .custom-options-list .engineer_search_select.occupation .accordion, #search .custom-options-list .engineer_search_select.location .accordion {
  background: var(--Primary-Blue-10, #E6EDF4);
  border-bottom: 1px solid #fff;
  position: relative;
}
#search .custom-options-list .engineer_search_select.occupation .accordion::after, #search .custom-options-list .engineer_search_select.location .accordion::after {
  position: absolute;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  content: "";
  width: 8.5px;
  height: 8.5px;
  border-bottom: 2px solid #0062C3;
  border-left: 2px solid #0062C3;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#search .custom-options-list .engineer_search_select.occupation .accordion.open, #search .custom-options-list .engineer_search_select.location .accordion.open {
  border-bottom: 1px solid var(--Primary-Blue-20, #CCDBEA);
}
#search .custom-options-list .engineer_search_select.occupation .accordion.open::after, #search .custom-options-list .engineer_search_select.location .accordion.open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
}
#search .custom-options-list .engineer_search_select.occupation .accordion p, #search .custom-options-list .engineer_search_select.location .accordion p {
  padding: 10px 64px 10px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.occupation .accordion p, #search .custom-options-list .engineer_search_select.location .accordion p {
    font-size: 14px;
    line-height: 19.6px;
    padding: 15px 46px 15px 16px;
  }
}
#search .custom-options-list .engineer_search_select.occupation .accordion .tag_selected_category, #search .custom-options-list .engineer_search_select.location .accordion .tag_selected_category {
  display: none;
  padding: 4px;
  border-radius: 3px;
  background: #014C96;
  font-size: 11px;
  font-weight: 700;
  line-height: 17px;
  height: 18px;
  text-align: right;
  padding: 0 4px;
  margin-right: 8px;
  color: #fff;
  white-space: nowrap;
}
#search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content p.engineer_search_select_header, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content p.engineer_search_select_header {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content p.engineer_search_select_header, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content p.engineer_search_select_header {
    margin-bottom: 0;
  }
}
#search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content p.engineer_search_select_header .engineer_check_all, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content p.engineer_search_select_header .engineer_check_all {
  width: 100%;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16.8px;
  background: var(--Primary-Blue-5, #F2F6FA);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content p.engineer_search_select_header .engineer_check_all, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content p.engineer_search_select_header .engineer_check_all {
    font-size: 13px;
    line-height: 18.2px;
    padding: 15px 16px;
  }
}
#search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content ul li, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--Gray-20, #E9E9E9);
}
#search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content ul li label, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  width: 100%;
  padding: 0px 16px 0px 32px;
  height: 33px;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.occupation .engineer_search_select_container.accordion-content ul li label, #search .custom-options-list .engineer_search_select.location .engineer_search_select_container.accordion-content ul li label {
    font-size: 13px;
    line-height: 18.2px;
    padding: 0px 16px 0px 40px;
    height: 48px;
  }
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.salary {
    width: 100vw;
    border-bottom: 1px solid var(--Gray-20, #E9E9E9);
  }
}
#search .custom-options-list .engineer_search_select.salary p.engineer_search_select_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#search .custom-options-list .engineer_search_select.salary p.engineer_search_select_header label {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  padding: 10px 24px;
  border-bottom: 1px solid var(--Gray-20, #E9E9E9);
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.salary p.engineer_search_select_header label {
    padding: 15px 16px;
    background: var(--Primary-Blue-5, #F2F6FA);
    border: none;
  }
}
#search .custom-options-list .engineer_search_select.salary ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--Gray-20, #E9E9E9);
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.salary ul li {
    border-bottom: 1px solid var(--Gray-20, #E9E9E9);
  }
  #search .custom-options-list .engineer_search_select.salary ul li:last-child {
    border: none;
  }
}
#search .custom-options-list .engineer_search_select.salary ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 16px 0 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  height: 38px;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.salary ul li label {
    height: 48px;
  }
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.salary {
    border-top: 1px solid var(--Gray-20, #E9E9E9);
    border-bottom: 1px solid var(--Gray-20, #E9E9E9);
  }
}
#search .custom-options-list .engineer_search_select.salary ul li label {
  padding: 0 16px 0 32px;
  height: 44px;
}
@media (max-width: 767px) {
  #search .custom-options-list .engineer_search_select.salary ul li label {
    height: 50px;
    padding: 0 16px 0 40px;
  }
}
#search .custom-options-list .select-button-area {
  padding: 24px 33px 32px;
}
@media (max-width: 767px) {
  #search .custom-options-list .select-button-area {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(41, 40, 40, 0.8);
    padding: 2.5641025641vw 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
  }
}
#search .custom-options-list .select-button-area .found-number {
  display: none;
}
@media (max-width: 767px) {
  #search .custom-options-list .select-button-area .found-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    gap: 1.0256410256vw;
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 4vw;
  }
  #search .custom-options-list .select-button-area .found-number span {
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 7.1794871795vw;
  }
  #search .custom-options-list .select-button-area .found-number span strong {
    font-family: Montserrat;
    font-size: 7.1794871795vw;
    color: #EB690C;
    padding-right: 2px;
  }
}
#search .custom-options-list .select-button-area .select-button {
  background: #014C96;
  border-radius: 3px;
  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;
  width: 207px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#search .custom-options-list .select-button-area .select-button:hover {
  opacity: 0.7;
}
#search .custom-options-list .select-button-area .select-button::before {
  background-image: url(/search_assets/engineer/images/icon_cog.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: center;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #search .custom-options-list .select-button-area .select-button::before {
    margin-right: 2.3076923077vw;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
  }
}
@media (max-width: 767px) {
  #search .custom-options-list .select-button-area .select-button {
    width: 60.2564102564vw;
    height: 15.3846153846vw;
    font-size: 4.6153846154vw;
    white-space: nowrap;
    margin: 0;
  }
}

.hidden-pc {
  display: none;
}
@media (max-width: 768px) {
  .hidden-pc {
    display: block;
  }
}
.hidden-sp {
  display: block;
}
@media (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc-only,
  .is-pc {
    display: none !important;
  }
}

.sp-only,
.is-sp {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only,
  .is-sp {
    display: block !important;
  }
}

.engineer_search_select .accordion, .engineer_search_select label {
  cursor: pointer;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.accordion-content.accordion-sp-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
}
@media (max-width: 768px) {
  .accordion-content.accordion-sp-only {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }
}

main a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (max-width: 768px) {
  main img {
    width: 100%;
  }
}

.kv {
  min-height: 570px;
  height: 570px;
  width: 100%;
  background-image: url(/search_assets/engineer/images/FV_01_pc.png), url(/search_assets/engineer/images/FV_01_bg_pc.webp);
  background-position: calc(50% - 10px) 0, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1420px auto, cover;
}
@media (min-width: 767px) and (max-width: 980px) {
  .kv {
    min-height: 5.8163265306vw;
    height: 58.1632653061vw;
    background-position: bottom center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, cover;
  }
}
@media (max-width: 767px) {
  .kv {
    min-height: 141.0256410256vw;
    height: 141.0256410256vw;
    background-image: url(/search_assets/engineer/images/FV_01_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.search-feature {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .search-feature {
    margin-top: 32px;
  }
}
.search-feature h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #014C96;
}
@media (max-width: 767px) {
  .search-feature h2 {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
.search-feature .search-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .search-feature .search-feature__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    width: 92.3076923077vw;
    margin: 0 auto;
  }
}
.search-feature .search-feature__container a {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
@media (max-width: 767px) {
  .search-feature .search-feature__container a {
    width: 100%;
  }
}
.search-feature .search-feature__container a img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.search-feature .search-feature__container a .search-feature__list-text {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #fff;
}
.search-feature .search-feature__container a .search-feature__list-text strong {
  font-size: 16px;
  line-height: 22.4px;
}

.job-list {
  padding: 40px 0 0;
}
.job-list h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .job-list h2 {
    font-size: 22px;
    margin-bottom: 24px;
    margin-top: 40px;
  }
}
.job-list h2::before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(/search_assets/engineer/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: -2px;
}
@media (max-width: 767px) {
  .job-list h2::before {
    width: 22px;
    height: 22px;
  }
}
.job-list h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
}
@media (max-width: 767px) {
  .job-list h3 {
    font-size: 14px;
    line-height: 30.4px;
    margin-bottom: 16px;
  }
}
.job-list h3 span {
  font-size: 22px;
  color: #014C96;
}
@media (max-width: 767px) {
  .job-list h3 span {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .job-list h3.txt-sm-sp {
    font-size: 14px;
    line-height: 28.8px;
  }
  .job-list h3.txt-sm-sp span {
    font-size: 18px;
  }
}
.job-list h4 {
  color: #014c96;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20.27px;
  margin-bottom: 12px;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: relative;
}
@media (max-width: 767px) {
  .job-list h4 {
    color: #333333;
    padding: 16px 11.2820512821vw 16px 4.1025641026vw;
    margin-bottom: 0;
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 5.0256410256vw;
    margin: 2.5px 0;
    border-radius: 4px;
    background-color: #fff;
  }
  .job-list h4:before, .job-list h4:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #0062C3;
    position: absolute;
    top: 50%;
    right: 16px;
  }
  .job-list h4:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .job-list h4:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .job-list h4.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
}
@media (max-width: 768px) {
  .job-list h4 span {
    display: block;
  }
}
.job-list h5 {
  color: #014c96;
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .job-list h5 {
    margin-left: 16px;
    margin-bottom: 8px;
    margin-top: 16px;
  }
}
.job-list h5::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #D0DBE7;
  background-image: url(/search_assets/engineer/images/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.job-list h5 a.h5-a {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  color: #014C96;
}
.job-list h5 a.h5-a::before, .job-list h5 a.h5-a::after {
  display: none;
}
@media (max-width: 767px) {
  .job-list h5 a.h5-a::before, .job-list h5 a.h5-a::after {
    width: 100%;
  }
}
.job-list h5 a.h5-a:hover {
  opacity: 0.8;
}
.job-list .job-list-box {
  background: var(--Primary-Blue-5, #F2F6FA);
  width: 100%;
  max-width: 980px;
  padding: 64px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .job-list .job-list-box {
    padding: 6.4vw;
  }
}
@media (max-width: 767px) {
  .job-list .job-list-box {
    background-color: #EFF2F4;
    width: 100%;
    display: block;
    padding: 24px 3.8461538462vw;
    margin: 0;
  }
}
.job-list .job-list-box + .job-list-box {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .job-list .job-list-box + .job-list-box {
    margin-top: 16px;
  }
}
.job-list .job-list-box hr {
  width: 100%;
  margin: 32px 0;
  background-color: #CCDBEA;
  border: 0 none;
  color: #CCDBEA;
  height: 1px;
}
@media (max-width: 768px) {
  .job-list .job-list-box hr {
    display: none;
  }
}
.job-list .job-list-block {
  width: 50%;
}
@media (max-width: 768px) {
  .job-list .job-list-block {
    width: 100%;
  }
}
.job-list .job-list-block + .job-list-block {
  width: calc(50% - 2px);
  padding-left: 56px;
  border-left: 1px solid #CCDBEA;
}
@media (max-width: 768px) {
  .job-list .job-list-block + .job-list-block {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}
.job-list .job-list-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .job-list .job-list-block ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.job-list .job-list-block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .job-list .job-list-block ul li + li {
    border-top: none;
  }
}
.job-list .job-list-block ul li a {
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .job-list .job-list-block ul li a {
    padding: 10px 4.1025641026vw;
    padding-left: 7.6923076923vw;
    font-size: 3.5897435897vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.job-list .job-list-block ul li a::before {
  content: "";
  width: 6px;
  height: 10px;
  background-image: url(/search_assets/engineer/images/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .job-list .job-list-block ul li a::before {
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.job-list .job-list-block ul li a:hover {
  opacity: 1;
  color: #0062C3;
  font-weight: 700;
}
.job-list .job-list-block.--2col {
  width: 100%;
}
.job-list .job-list-block.--2col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 35px;
}
.job-list .job-list-block.inner-2col ul {
  display: grid;
  grid-template-columns: 181px 1fr;
}
@media (max-width: 767px) {
  .job-list .job-list-block.inner-2col ul {
    grid-template-columns: 42.0512820513vw 1fr;
  }
}
.job-list .job-list-block.inner-4col ul {
  display: grid;
  grid-template-columns: 237px 205px 205px 205px;
  gap: 0;
}
@media (max-width: 767px) {
  .job-list .job-list-block.inner-4col ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.job-list .job-list-block.inner-5col ul {
  display: grid;
  grid-template-columns: 170px 1fr 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 767px) {
  .job-list .job-list-block.inner-5col ul {
    grid-template-columns: 42.0512820513vw 1fr;
  }
}
.job-list .job-list-block.inner-row ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 8px;
  width: 90%;
}
@media (max-width: 767px) {
  .job-list .job-list-block.inner-row ul {
    width: 100%;
    gap: 0;
  }
}
.job-list .job-list-block.inner-row ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .job-list .job-list-block.inner-row ul li {
    width: 100%;
  }
}
.job-list .job-list-block.inner-row.inner-4col ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(2) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(5) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(6) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(7) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.job-list .job-list-block.inner-row.inner-4col ul li:nth-child(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media (max-width: 767px) {
  .job-list .job-list-block.inner-row.inner-4col ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .job-list .job-list-block.inner-row.inner-4col ul li {
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
}
.job-list .job-list-block.--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  width: 100%;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .job-list .job-list-block.--label {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.job-list .job-list-block.--label h5 {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-list .job-list-block.--label + .--label {
  margin-top: 16px;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .job-list .job-list-block.--label + .--label {
    margin-top: 0;
    border-top: #ECECEC;
  }
}
.job-list .job-list-block.--label ul {
  display: grid;
  grid-template-columns: auto repeat(9, 70px);
  width: 100%;
  gap: 0 12px;
}
@media (max-width: 767px) {
  .job-list .job-list-block.--label ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
  }
}
.job-list .job-list-block.--label ul li {
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .job-list .job-list-block.--label ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .job-list .job-list-block.--label ul li a {
    padding: 10px 0.5128205128vw 10px 7.6923076923vw;
  }
}
@media (max-width: 767px) {
  .job-list .accordion-content.open {
    margin: 8px 0;
  }
}

#search {
  background: #EFF2F4;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #search {
    padding-bottom: 40px;
  }
}
#search .middle-search-area {
  padding: 0 0 80px;
  margin: 0 auto;
  max-width: 980px;
  position: relative;
  top: -63px;
  overflow: visible;
}
@media (max-width: 767px) {
  #search .middle-search-area {
    top: -20.5128205128vw;
    width: 92.3076923077vw;
    padding: 0 0 40px;
  }
}
#search .search-cnd {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.102);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.102);
  padding: 40px 40px 48px;
  position: relative;
}
@media (max-width: 767px) {
  #search .search-cnd {
    padding: 32px 6.1538461538vw;
  }
}
#search .search-cnd .search-bubble {
  position: absolute;
  left: 40px;
  bottom: 50px;
  width: 205px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/search_assets/engineer/images/icon_number_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-bubble {
    position: absolute;
    left: unset;
    bottom: unset;
    top: -7.6923076923vw;
    right: -2.8205128205vw;
    width: 26.4102564103vw;
    height: 25.641025641vw;
    background-image: url(/search_assets/engineer/images/icon_number_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 4.1025641026vw;
  }
}
#search .search-cnd .search-bubble .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-bubble .title {
    font-size: 2.5641025641vw;
    line-height: 3.7128205128vw;
    margin-bottom: -0.7692307692vw;
  }
}
#search .search-cnd .search-bubble .jisseki {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 41.45px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-bubble .jisseki {
    font-size: 3.5897435897vw;
    line-height: 5.1974358974vw;
  }
}
#search .search-cnd .search-bubble .jisseki .num {
  font-family: Montserrat;
  font-size: 34px;
  line-height: 41.45px;
  letter-spacing: -0.03em;
  margin-right: 2px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-bubble .jisseki .num {
    font-size: 5.641025641vw;
    line-height: 6.8769230769vw;
  }
}
@media (max-width: 767px) {
  #search .search-cnd .search-bubble .jisseki .txt-sm-sp {
    font-size: 2.5641025641vw;
    line-height: 3.7128205128vw;
    position: relative;
    top: -2.0512820513vw;
  }
}
#search .search-cnd .search-bubble .annotation {
  position: relative;
  top: -4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 14.48px;
  color: #fff;
}
@media (max-width: 767px) {
  #search .search-cnd .search-bubble .annotation {
    top: -2.0512820513vw;
    font-size: 2.5641025641vw;
    line-height: 3.7128205128vw;
  }
}
#search .search-cnd .form-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  color: #014C96;
}
@media (max-width: 767px) {
  #search .search-cnd .form-title {
    font-size: 5.1282051282vw;
    line-height: 5.1282051282vw;
    text-align: left;
  }
}
#search .search-cnd .form-title span {
  position: relative;
  top: -2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1px;
  color: var(--Blue-green-50, #00C7E6);
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: var(--Blue-green-50, #00C7E6);
  margin-right: 8px;
}
@media (max-width: 767px) {
  #search .search-cnd .form-title span {
    font-size: 3.0769230769vw;
    line-height: 3.0769230769vw;
  }
}
#search .search-cnd .header_search_conditions {
  margin-top: 34px;
  margin-bottom: 24px;
  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: 15px 4%;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions {
    margin-top: 24px;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option {
  position: relative;
  text-align: left;
  width: 30.5%;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option {
    width: 25.3vw;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option.cross_icon::before {
  background: url(/img/header/icon-blue-cross.svg) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  left: -9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option.cross_icon::before {
    display: none;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 18px 0 44px;
  border-radius: 3px;
  background-color: var(--Gray-10, #F5F5F5);
  cursor: pointer;
  position: relative;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 2px solid transparent;
  height: 48px;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
    padding: 0;
    text-align: center;
    border-radius: 6px;
    line-height: 22.4px;
    height: 25.641025641vw;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display:hover {
  border: 2px solid #0062C3;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display:hover {
    border: none;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display::before {
    height: 28px;
    width: 28px;
    position: unset;
    top: unset;
    left: unset;
    -webkit-transform: none;
            transform: none;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display.active::after {
  position: absolute;
  width: calc(100% + 4px);
  height: 0px;
  bottom: -2px;
  left: -2px;
  content: "";
  border-bottom: 3px solid #0062C3;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display .pc_hidden {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display .tag_selected_conditions {
  display: none;
  height: 19px;
  padding: 0 4px;
  border-radius: 3px;
  color: #FFFFFF;
  background: #014C96;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display .tag_selected_conditions {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    border-radius: 3px 3px 0px 0px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    padding: 3px 0;
  }
}
@media (max-width: 767px) {
  #search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display.selected {
    border: 1px solid #014C96;
    padding-top: 20px;
  }
}
#search .search-cnd .header_search_conditions li.custom-select-option .custom-selected-display.selected .tag_selected_conditions {
  display: block;
}
#search .search-cnd .header_search_conditions li.custom-select-option.search_condition_job .custom-selected-display::before {
  background-image: url(/img/header/icon-job.svg);
}
#search .search-cnd .header_search_conditions li.custom-select-option.search_condition_location .custom-selected-display::before {
  background-image: url(/img/header/icon-location.svg);
}
#search .search-cnd .header_search_conditions li.custom-select-option.search_condition_income .custom-selected-display::before {
  background-image: url(/img/header/icon-income.svg);
}
#search .search-cnd .search-bottom-container {
  margin-left: 225px;
  position: relative;
}
@media (max-width: 767px) {
  #search .search-cnd .search-bottom-container {
    margin-left: 0;
  }
}
#search .search-cnd .search-fw-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  position: relative;
}
#search .search-cnd .search-fw-box:hover {
  border: 1px solid transparent;
}
#search .search-cnd .search-fw-box input {
  border-radius: 3px;
  font-size: 14px;
  padding-left: 45px;
  width: 100%;
  line-height: 20.27px;
  border: 2px solid transparent;
}
#search .search-cnd .search-fw-box input:hover {
  border: 2px solid #0062C3;
}
#search .search-cnd .search-fw-box::before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/search_assets/engineer/images/icon_pen.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#search .search-cnd .search-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 検索ボタン */
}
@media (max-width: 767px) {
  #search .search-cnd .search-button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}
#search .search-cnd .search-button-area .search-button {
  background: #014c96;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 0;
  width: 450px;
  display: block;
  line-height: 20px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-button-area .search-button {
    font-size: 18px;
    line-height: 18px;
    padding: 21px 0;
    border-radius: 3px;
    width: 100%;
  }
}
#search .search-cnd .search-button-area .search-button::before {
  background-image: url(/img/header/icon-search.svg);
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: -4px;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-button-area .search-button::before {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: -2px;
  }
}
#search .search-cnd .search-button-area .engineer_search_all_clear {
  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;
  gap: 4px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  background: #FFFFFF;
  color: #1E1E1E;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (max-width: 767px) {
  #search .search-cnd .search-button-area .engineer_search_all_clear {
    color: #333333;
  }
}
#search .search-cnd .search-button-area .engineer_search_all_clear:hover {
  color: var(--main-light-blue);
}
#search .search-cnd .search-button-area .engineer_search_all_clear:hover .icon {
  border-color: var(--main-light-blue);
}
#search .search-cnd .search-button-area .engineer_search_all_clear:hover .icon:before, #search .search-cnd .search-button-area .engineer_search_all_clear:hover .icon:after {
  background: var(--main-light-blue);
}
#search .search-cnd .search-button-area .engineer_search_all_clear .icon {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid var(--main-font-color);
  border-radius: 9999px;
}
@media (max-width: 767px) {
  #search .search-cnd .search-button-area .engineer_search_all_clear .icon {
    border: 1px solid var(--main-font-color);
  }
}
#search .search-cnd .search-button-area .engineer_search_all_clear .icon:before, #search .search-cnd .search-button-area .engineer_search_all_clear .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 2px;
  background: var(--main-font-color);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 767px) {
  #search .search-cnd .search-button-area .engineer_search_all_clear .icon:before, #search .search-cnd .search-button-area .engineer_search_all_clear .icon:after {
    height: 1px;
  }
}
#search .search-cnd .search-button-area .engineer_search_all_clear .icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#search .bottom-search-area {
  margin-top: -126px;
}
@media (max-width: 767px) {
  #search .bottom-search-area {
    margin-top: -20.5128205128vw;
  }
}
#search .hot-category {
  background: #D9E4EF;
  border-radius: 8px;
  padding: 32px 40px 40px;
  margin: 40px auto 0;
  max-width: 980px;
}
@media (max-width: 767px) {
  #search .hot-category {
    margin: 18px 0;
    width: 100%;
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  #search .hot-category + .hot-category {
    margin: 25px 0 35px;
  }
}
#search .hot-category .hot-category-list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 37.65px;
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list-title {
    font-size: 16px;
    line-height: 28.96px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#search .hot-category .hot-category-list-title::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/search_assets/engineer/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6.5px;
  vertical-align: -2px;
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list-title::before {
    width: 20px;
    height: 20px;
    margin-right: 4.5px;
  }
}
#search .hot-category .hot-category-list-title span {
  font-size: 26px;
  color: #014C96;
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list-title span {
    font-size: 20px;
  }
}
#search .hot-category .hot-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 7px;
  width: 100%;
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    scrollbar-width: none;
    margin: 0 18px;
    width: calc(100% - 30px);
  }
  #search .hot-category .hot-category-list::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list span {
    display: inline-block;
  }
}
#search .hot-category .hot-category-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 110px;
  border: 1px solid var(--Secondary-Blue-50, #49A7E9);
  padding: 0 20px;
  color: #014C96;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list a {
    border: 1px solid #66a1db;
    height: 32px;
    font-size: 12px;
    color: #0062c3;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: unset;
    transition: unset;
    -webkit-box-shadow: 1px 3px 3px 0px #D8DFE5;
            box-shadow: 1px 3px 3px 0px #D8DFE5;
  }
}
#search .hot-category .hot-category-list a:hover {
  opacity: 0.7;
}
#search .hot-category .hot-category-list.w-fix a {
  width: 144px;
}
@media (max-width: 767px) {
  #search .hot-category .hot-category-list.w-fix a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#search .hot-category .hot-category-list.add-height {
  max-height: 80px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  #search .hot-category-list__accordion-btn {
    pointer-events: visible;
    position: relative;
    width: 100%;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
}
@media (max-width: 767px) {
  #search .hot-category-list__accordion-btn::before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 2px solid #0F569C;
  }
}
@media (max-width: 767px) {
  #search .hot-category-list__accordion-btn::after {
    content: "";
    display: block;
    background-image: url(/search_assets/detail/img/recruit-detail-contents__feature-accordion-btn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}
@media (max-width: 767px) {
  #search .hot-category-list__accordion-btn.is-active::after {
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
  }
}
#search .header-search-button {
  width: 300px;
  height: 52px;
  border-radius: 3px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #014C96;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  #search .header-search-button {
    width: 87.6923076923vw;
    height: 13.3333333333vw;
    margin: 24px auto 0;
  }
}
#search .header-search-button::before {
  background-image: url(/img/header/icon-search.svg);
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: -4px;
  width: 20px;
  height: 20px;
}
#search .header-search-button:hover {
  opacity: 0.7;
}

.recruit-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .recruit-cv {
    padding: 40px 0;
  }
}
.recruit-cv.my-60 {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .recruit-cv.my-60 {
    padding: 40px 0;
  }
}
.recruit-cv .recruit-cv__bubble {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .recruit-cv .recruit-cv__bubble {
    font-size: 3.3333333333vw;
    line-height: 4.541025641vw;
  }
}
.recruit-cv .recruit-cv__bubble::before, .recruit-cv .recruit-cv__bubble:after {
  content: "";
  display: inline-block;
  background-image: url(/search_assets/detail/img/recruit-cv__bubble-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 22px;
  position: relative;
  bottom: -5px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .recruit-cv .recruit-cv__bubble::before, .recruit-cv .recruit-cv__bubble:after {
    width: 1.09375vw;
    height: 1.71875vw;
  }
}
@media (max-width: 767px) {
  .recruit-cv .recruit-cv__bubble::before, .recruit-cv .recruit-cv__bubble:after {
    width: 3.5897435897vw;
    height: 5.641025641vw;
  }
}
.recruit-cv .recruit-cv__bubble:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.recruit-cv .recruit-cv__bubble strong {
  color: #EF7200;
}
.recruit-cv .btn_entry {
  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;
  gap: 0 10px;
  border-radius: 6.62px;
  background: -webkit-gradient(linear, right top, left top, from(#EB690B), to(#FDA724));
  background: linear-gradient(270deg, #EB690B 0%, #FDA724 100%);
  margin-top: 12px;
  width: 500px;
  height: 77px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .recruit-cv .btn_entry {
    width: 84.1025641026vw;
    height: 14.8717948718vw;
    font-size: 4.6153846154vw;
    letter-spacing: 0em;
  }
}
.recruit-cv .btn_entry::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media (max-width: 767px) {
  .recruit-cv .btn_entry::after {
    right: 4.1025641026vw;
  }
}
.recruit-cv .btn_entry .easy-bubble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 104.7px;
  height: 32.45px;
  border-radius: 28.7px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  color: #eb690c;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .recruit-cv .btn_entry .easy-bubble {
    display: none;
  }
}
.recruit-cv .btn_entry:hover {
  -webkit-transform: none;
          transform: none;
  opacity: 0.7;
}

.cta-income {
  padding: 20px 0 150px;
  background: #EFF2F4;
  width: 100%;
}
@media (max-width: 767px) {
  .cta-income {
    padding: 40px 0 65px;
    background-color: #fff;
  }
}
.cta-income div {
  margin: 0 auto;
  max-width: 980px;
}
@media (max-width: 767px) {
  .cta-income div {
    width: 88.4615384615vw;
  }
}
.cta-income a {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.cta-income a img {
  width: 100%;
  height: auto;
}

.cta-tmk {
  margin: 0 auto;
  max-width: 980px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .cta-tmk {
    width: 100%;
    border-bottom: 1px solid var(--Primary-Blue-20, #CCDBEA);
  }
}
.cta-tmk .hidden-pc.point {
  position: relative;
  width: 92.3076923077vw;
  margin: 0 auto;
  padding-bottom: 12px;
  margin-bottom: 21px;
}
.cta-tmk .hidden-pc.point small {
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 5.0256410256vw;
  letter-spacing: 0.03em;
  text-align: center;
}
.cta-tmk .hidden-pc.point p {
  font-size: 3.5897435897vw;
  font-weight: 700;
  line-height: 7.1794871795vw;
  letter-spacing: 0.01em;
  text-align: center;
}
.cta-tmk .hidden-pc.point p strong {
  font-size: 5.1282051282vw;
  letter-spacing: 0.03em;
  color: #014C96;
}
.cta-tmk .hidden-pc.point p span {
  font-weight: 300;
  letter-spacing: 0.1em;
}
.cta-tmk .hidden-pc.point p .space-fix {
  position: relative;
  left: -8px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.cta-tmk .hidden-pc.point::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #014C96;
  content: "";
}
.cta-tmk .hidden-pc.point::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid #014C96;
  border-bottom: 1px solid #014C96;
  background-color: #fff;
}
.cta-tmk a {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.cta-tmk a img {
  width: 100%;
  height: auto;
}
.cta-tmk .annotation {
  width: 92.3076923077vw;
  margin: 8px auto 0;
  font-size: 11px;
  font-weight: 300;
  line-height: 11px;
  letter-spacing: 0.05em;
  color: #3C3C3C;
}/*# sourceMappingURL=index.css.map */</pre></body></html>