/* fv_title */
.fv_title {
  background: url(../images/works/bg_works_sp.png) no-repeat right center/contain;
}

@media screen and (min-width: 768px) {
  .fv_title {
    background-image: url(../images/works/bg_works_pc.png);
  }
}
/* search_section */
.search_section {
  margin-bottom: 20.5128205128vw;
}
.search_section .lead_text {
  margin-bottom: 2.0512820513vw;
  font-size: 5.1282051282vw;
  font-weight: bold;
}
.search_section .search_box {
  padding: 10.2564102564vw 3.8461538462vw;
  border: 2px solid #329f6d;
  border-radius: 1.2820512821vw;
}
.search_section .search_box .text {
  margin-bottom: 4.1025641026vw;
  font-size: 4.1025641026vw;
  font-weight: bold;
}
.search_section .search_box .form_item {
  margin-bottom: 4.6153846154vw;
}
.search_section .search_box .form_item .item_title {
  margin-bottom: 1.2820512821vw;
  font-size: 3.5897435897vw;
  font-weight: normal;
}
.search_section .search_box .form_item select {
  width: 100%;
  padding: 4.1025641026vw;
  font-size: 4.1025641026vw;
  border: 1px solid #329f6d;
  border-radius: 1.2820512821vw;
}
.search_section .search_box .form_item .checkbox_item {
  display: flex;
  flex-wrap: wrap;
  gap: 2.0512820513vw;
}
.search_section .search_box .form_item .checkbox_item label > span {
  display: block;
  padding: 1.2820512821vw 3.8461538462vw;
  border: 1px solid #329f6d;
  border-radius: 100vh;
  cursor: pointer;
  font-size: 3.0769230769vw;
  font-weight: 600;
}
.search_section .search_box .form_item .checkbox_item label input {
  display: none;
}
.search_section .search_box .form_item .checkbox_item label input:checked + span {
  background: #329f6d;
  color: #fff;
}
.search_section .search_box .search_btn {
  width: 100%;
  padding: 4.1025641026vw;
  border: none;
  text-align: center;
  background: #1f3c65;
  color: #fff;
  font-size: 4.1025641026vw;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3.0769230769vw;
}
.search_section .search_box .search_btn > span {
  position: relative;
  display: inline-block;
  padding-left: 7.6923076923vw;
}
.search_section .search_box .search_btn > span::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4.6153846154vw;
  aspect-ratio: 1/1;
  background: url(../images/top/icon_search.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .search_section {
    margin-bottom: 80px;
  }
  .search_section .lead_text {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .search_section .search_box {
    padding: 35px 145px;
    border-radius: 4px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
  .search_section .search_box .text {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .search_section .search_box .heading {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .search_section .search_box .form_item {
    margin-bottom: 0;
  }
  .search_section .search_box .form_item .item_title {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .search_section .search_box .form_item select {
    padding: 16px;
    font-size: 13px;
    border-radius: 3px;
  }
  .search_section .search_box .form_item .checkbox_item {
    gap: 6px;
  }
  .search_section .search_box .form_item .checkbox_item label > span {
    padding: 4px 19px;
    font-size: 14px;
  }
  .search_section .search_box .pc_horizontal {
    display: flex;
    gap: 16px;
    justify-content: space-between;
  }
  .search_section .search_box .pc_horizontal > .form_item {
    width: 100%;
  }
  .search_section .search_box .search_btn {
    padding: 16px 16px 16px 10px;
    font-size: 13px;
    border-radius: 10px;
    max-width: 94px;
  }
  .search_section .search_box .search_btn > span {
    padding-left: 26px;
  }
  .search_section .search_box .search_btn > span::before {
    width: 16px;
  }
  .search_section .search_box .search_btn:hover {
    background-color: rgb(45.3727272727, 87.8181818182, 147.8272727273);
  }
}
/* works_section */
.works_section .terms_text {
  margin-bottom: 20.5128205128vw;
}
.works_section .terms_text .terms {
  margin-bottom: 4.1025641026vw;
  text-align: center;
  font-size: 6.1538461538vw;
  font-weight: bold;
  color: #1F3C65;
}
.works_section .terms_text .number {
  text-align: center;
  font-size: 3.5897435897vw;
  color: #1F3C65;
}
.works_section .terms_text .notfound {
  margin-top: 6.1538461538vw;
}
.works_section .terms_text .notfound .text {
  font-size: 3.0769230769vw;
}
.works_section .terms_text .notfound .line_btn {
  display: block;
  margin: 10.2564102564vw auto 0;
  padding: 4.1025641026vw;
  max-width: 72.8205128205vw;
  text-align: center;
  background: #06c755;
  font-weight: 600;
  color: #fff;
  border-radius: 100vh;
}
.works_section .terms_text .notfound .line_btn:hover {
  text-decoration: none;
  background-color: rgb(6.447804878, 213.852195122, 91.343902439);
}
.works_section .terms_text .notfound .notfound_recommend {
  margin: 20.5128205128vw 0 -14.358974359vw;
  text-align: center;
  font-size: 5.1282051282vw;
  font-weight: bold;
  color: #1F3C65;
}
.works_section .works_data_wrap > li {
  margin-bottom: 10.2564102564vw;
}
.works_section .works_data_wrap > li:last-child {
  margin-bottom: 0;
}
.works_section .works_data_wrap .works_data {
  padding-bottom: 10.2564102564vw;
  border-bottom: 2px solid #1F3C65;
}
.works_section .works_data_wrap .works_data .image {
  width: 100%;
  height: auto;
  margin-bottom: 6.1538461538vw;
}
.works_section .works_data_wrap .works_data .data_text {
  padding: 0 4.1025641026vw;
}
.works_section .works_data_wrap .works_data .data_text .data_top {
  margin-bottom: 6.1538461538vw;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l {
  margin-bottom: 4.1025641026vw;
  color: #1F3C65;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .category {
  margin-bottom: 1.2820512821vw;
  padding-left: 3.0769230769vw;
  border-left: 1.0256410256vw solid #329f6d;
  line-height: 1.2;
  font-size: 5.1282051282vw;
  font-weight: bold;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .salary {
  font-size: 4.1025641026vw;
  font-weight: bold;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .type {
  position: relative;
  margin-bottom: 1.2820512821vw;
  padding-left: 3.8461538462vw;
  font-size: 3.0769230769vw;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .type::before {
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 2.8205128205vw;
  aspect-ratio: 1/1;
  background: url(../images/works/icon_bag.svg) no-repeat center center/contain;
  content: "";
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .place,
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .qualification {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .place > .head,
.works_section .works_data_wrap .works_data .data_text .data_top .data_l .qualification > .head {
  white-space: nowrap;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_r .terms_list {
  display: flex;
  width: 100%;
  gap: 1.2820512821vw;
  flex-wrap: wrap;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_r .terms_list > li {
  width: calc((100% - 2.5641025641vw) / 3);
  padding: 2.5641025641vw 1.2820512821vw;
  text-align: center;
  background: #C7C7C5;
  font-size: 3.0769230769vw;
  font-weight: bold;
  color: #fff;
  border-radius: 1.5384615385vw;
}
.works_section .works_data_wrap .works_data .data_text .data_top .data_r .terms_list > li.applicable {
  background: #1F3C65;
}
.works_section .works_data_wrap .works_data .data_text .point {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4.1025641026vw 2.0512820513vw;
  border: 1px solid #329f6d;
  background: #F2FFEC;
  font-size: 3.0769230769vw;
}
.works_section .works_data_wrap .works_data .data_text .point::before {
  margin-right: 2.0512820513vw;
  white-space: nowrap;
  font-size: 3.5897435897vw;
  font-weight: bold;
  color: #329f6d;
  content: "POINT";
}
.works_section .works_data_wrap .works_data .data_text .detail_btn {
  display: block;
  position: relative;
  margin-top: 6.1538461538vw;
  padding: 2.0512820513vw;
  text-align: center;
  background: #329f6d;
  color: #fff;
  font-weight: 500;
  font-size: 5.1282051282vw;
  border-radius: 1.2820512821vw;
  box-shadow: 0 0 3.8461538462vw 0 rgba(0, 0, 0, 0.15);
}
.works_section .works_data_wrap .works_data .data_text .detail_btn:hover {
  text-decoration: none;
  background-color: rgb(64.8086124402, 195.1913875598, 135.3827751196);
}
.works_section .works_data_wrap .works_data .data_text .detail_btn::after {
  position: absolute;
  right: 4.1025641026vw;
  top: 50%;
  width: 2.3076923077vw;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.works_section .works_data_wrap .works_data .data_text .detail_list {
  margin-top: 6.1538461538vw;
}
.works_section .works_data_wrap .works_data .data_text .detail_list > li {
  padding: 3.0769230769vw 0;
  border-top: 1px solid #707070;
}
.works_section .works_data_wrap .works_data .data_text .line_btn {
  display: block;
  margin: 4.1025641026vw auto 0;
  padding: 4.1025641026vw;
  max-width: 72.8205128205vw;
  text-align: center;
  background: #06c755;
  font-weight: 600;
  color: #fff;
  border-radius: 100vh;
}
.works_section .works_data_wrap .works_data .data_text .line_btn:hover {
  text-decoration: none;
  background-color: rgb(6.447804878, 213.852195122, 91.343902439);
}
.works_section .btn_back {
  display: block;
  margin: 15.3846153846vw auto 0;
  padding: 4.1025641026vw;
  max-width: 72.8205128205vw;
  text-align: center;
  background: #1f3c65;
  font-weight: 600;
  color: #fff;
  border-radius: 100vh;
}
.works_section .btn_back:hover {
  text-decoration: none;
  background-color: rgb(45.3727272727, 87.8181818182, 147.8272727273);
}
.works_section .nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.0769230769vw 3.5897435897vw;
  margin-top: 20.5128205128vw;
}
.works_section .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  color: #329f6d;
  min-width: 10.2564102564vw;
  min-height: 10.2564102564vw;
}
.works_section .nav-links .page-numbers.current {
  color: #000;
  font-weight: bold;
}
.works_section .nav-links .page-numbers.prev, .works_section .nav-links .page-numbers.next {
  width: auto;
  position: relative;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-color: #329f6d;
}
.works_section .nav-links .page-numbers.prev::before, .works_section .nav-links .page-numbers.next::before {
  position: absolute;
  top: 50%;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}
.works_section .nav-links .page-numbers.prev:hover, .works_section .nav-links .page-numbers.next:hover {
  background: #329f6d;
}
.works_section .nav-links .page-numbers.prev:hover::before, .works_section .nav-links .page-numbers.next:hover::before {
  border-color: #fff;
}
.works_section .nav-links .page-numbers.prev::before {
  left: calc(50% - 2px);
  border-left: 1px solid #329f6d;
  border-bottom: 1px solid #329f6d;
}
.works_section .nav-links .page-numbers.next::before {
  right: calc(50% - 2px);
  border-top: 1px solid #329f6d;
  border-right: 1px solid #329f6d;
}

@media screen and (min-width: 768px) {
  .works_section .terms_text {
    margin-bottom: 80px;
  }
  .works_section .terms_text .terms {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .works_section .terms_text .number {
    font-size: 24px;
  }
  .works_section .terms_text .notfound {
    margin-top: 24px;
  }
  .works_section .terms_text .notfound .text {
    text-align: center;
    font-size: 16px;
  }
  .works_section .terms_text .notfound .line_btn {
    margin: 40px auto 0;
    padding: 13px;
    max-width: 480px;
    font-size: 18px;
  }
  .works_section .terms_text .notfound .notfound_recommend {
    margin: 80px 0 -40px;
    font-size: 28px;
  }
  .works_section .works_data_wrap > li {
    margin-bottom: 80px;
  }
  .works_section .works_data_wrap > li:last-child {
    margin-bottom: 0;
  }
  .works_section .works_data_wrap .works_data {
    padding-bottom: 40px;
    border-bottom: 2px solid #1F3C65;
  }
  .works_section .works_data_wrap .works_data .image {
    margin-bottom: 40px;
  }
  .works_section .works_data_wrap .works_data .data_text {
    padding: 0 50px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_l {
    width: 43%;
    margin-bottom: 0;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_l .category {
    margin-bottom: 15px;
    padding-left: 9px;
    border-left: 7px solid #329f6d;
    font-size: 24px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_l .salary {
    font-size: 20px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_l .type {
    margin-bottom: 16px;
    padding-left: 27px;
    font-size: 16px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_l .type::before {
    top: 0.15em;
    width: 19px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_r {
    width: calc(57% - 10px);
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_r .terms_list {
    gap: 7px;
  }
  .works_section .works_data_wrap .works_data .data_text .data_top .data_r .terms_list > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 14px) / 3);
    padding: 18px 5px;
    font-size: 18px;
    border-radius: 9px;
  }
  .works_section .works_data_wrap .works_data .data_text .point {
    padding: 24px 19px;
    font-size: 16px;
  }
  .works_section .works_data_wrap .works_data .data_text .point::before {
    margin-right: 16px;
    font-size: 16px;
  }
  .works_section .works_data_wrap .works_data .data_text .detail_btn {
    margin-top: 40px;
    padding: 18px 8px;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
  .works_section .works_data_wrap .works_data .data_text .detail_btn::after {
    right: 20px;
    width: 9px;
  }
  .works_section .works_data_wrap .works_data .data_text .detail_btn:hover {
    background-color: rgb(64.8086124402, 195.1913875598, 135.3827751196);
  }
  .works_section .works_data_wrap .works_data .data_text .detail_list {
    margin-top: 40px;
  }
  .works_section .works_data_wrap .works_data .data_text .detail_list > li {
    padding: 12px 0;
  }
  .works_section .works_data_wrap .works_data .data_text .line_btn {
    margin: 80px auto 0;
    padding: 13px;
    max-width: 480px;
    font-size: 18px;
  }
  .works_section .btn_back {
    margin: 80px auto 0;
    padding: 13px;
    max-width: 480px;
    font-size: 18px;
  }
  .works_section .nav-links {
    gap: 10px 40px;
    margin-top: 80px;
  }
  .works_section .nav-links .page-numbers {
    min-width: 38px;
    min-height: 38px;
  }
  .works_section .nav-links .page-numbers.prev::before, .works_section .nav-links .page-numbers.next::before {
    width: 8px;
    height: 8px;
  }
}

/*# sourceMappingURL=works.css.map */
