input[type=text], input[type=reset], input[type=submit], input[type=button], button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: none;
  border: none;
}

html {
  overflow-x: hidden;
}

section.search_bar {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  section.search_bar {
    margin-bottom: 40px;
  }
}
section.search_bar > h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #0096c7;
  padding: 12px 62px;
  border-radius: 8px 8px 0 0;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  section.search_bar > h2 {
    border-radius: 4px 4px 0 0;
    font-size: 1.6rem;
    padding: 10px 62px;
  }
}
section.search_bar > h2:before {
  content: "";
  position: absolute;
  background: url(/img/search/icon_filter_white.svg) no-repeat;
  width: 28px;
  height: 28px;
  left: 24px;
  top: 15px;
}
@media (max-width: 768px) {
  section.search_bar > h2:before {
    top: 10px;
  }
}
section.search_bar .search_detail {
  padding: 24px 60px;
  background: #F8F8F8;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 993px) {
  section.search_bar .search_detail {
    padding: 24px 40px;
  }
}
@media (max-width: 768px) {
  section.search_bar .search_detail {
    padding: 16px 20px;
    border-radius: 4px 4px 0 0;
  }
}
section.search_bar .search_detail form {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
section.search_bar .search_detail dl {
  border-bottom: 1px solid #DDDDDD;
  padding: 24px 0;
}
section.search_bar .search_detail dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
  padding-left: 28px;
  text-align: left;
}
@media (max-width: 768px) {
  section.search_bar .search_detail dl dt {
    font-size: 1.4rem;
  }
}
section.search_bar .search_detail dl dt:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 3px;
}
@media (max-width: 768px) {
  section.search_bar .search_detail dl dt:before {
    top: 0;
  }
}
section.search_bar .search_detail dl label {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  position: relative;
}
section.search_bar .search_detail dl label span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
section.search_bar .search_detail dl label span:before, section.search_bar .search_detail dl label span:after {
  content: "";
  position: absolute;
}
section.search_bar .search_detail dl label span:before {
  border-radius: 4px;
  border: 2px solid #DDDDDD;
  background: #fff;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0px;
}
section.search_bar .search_detail dl label span:after {
  border-top: 2px solid #0096c7;
  border-right: 2px solid #0096c7;
  width: 9px;
  height: 5px;
  left: 7px;
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
section.search_bar .search_detail dl label input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
section.search_bar .search_detail dl label input[type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
section.search_bar .search_detail dl ul.flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
@media (max-width: 560px) {
  section.search_bar .search_detail dl ul.flex {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
section.search_bar .search_detail dl ul li {
  text-align: left;
}
@media (max-width: 560px) {
  section.search_bar .search_detail dl ul li {
    width: 100%;
  }
}
section.search_bar .search_detail dl.employment dt:before {
  background: url(/img/search/icon_type.svg) no-repeat;
  background-size: contain;
}
section.search_bar .search_detail dl.occupation dt:before {
  background: url(/img/search/icon_occupation.svg) no-repeat;
  background-size: contain;
}
section.search_bar .search_detail dl.occupation ul.flex {
  position: relative;
}
section.search_bar .search_detail dl.occupation ul.flex li {
  width: 100%;
}
section.search_bar .search_detail dl.occupation ul.flex:after {
  content: "";
  display: block;
  width: 25%;
}
@media (max-width: 768px) {
  section.search_bar .search_detail dl.occupation ul.flex:after {
    width: 48%;
  }
}
@media (max-width: 560px) {
  section.search_bar .search_detail dl.occupation ul.flex:after {
    content: none;
  }
}
section.search_bar .search_detail dl.area dt:before {
  background: url(/img/search/icon_area.svg) no-repeat;
  background-size: contain;
}
section.search_bar .search_detail dl.area ul li {
  margin-bottom: 12px;
}
@media (max-width: 560px) {
  section.search_bar .search_detail dl.area ul li {
    width: 100%;
  }
}
section.search_bar .search_detail dl.area .area_children {
  margin-top: 12px;
  background: #EEEEEE;
  padding: 14px 20px;
  border-radius: 4px;
}
section.search_bar .search_detail dl.area .area_children li {
  margin-bottom: 0;
  width: 18%;
}
@media (max-width: 560px) {
  section.search_bar .search_detail dl.area .area_children li {
    width: 46%;
  }
}
section.search_bar .search_detail dl.unique {
  border-bottom: none;
}
@media (max-width: 768px) {
  section.search_bar .search_detail dl.unique {
    border-bottom: 1px solid #DDDDDD;
  }
}
section.search_bar .search_detail dl.unique dt:before {
  background: url(/img/search/icon_feature.svg) no-repeat;
  background-size: contain;
}
section.search_bar .search_detail dl.unique ul.flex li {
  width: 21%;
}
@media (max-width: 768px) {
  section.search_bar .search_detail dl.unique ul.flex li {
    width: 24%;
  }
}
@media (max-width: 560px) {
  section.search_bar .search_detail dl.unique ul.flex li {
    width: 100%;
  }
}
section.search_bar .search_detail .keyword {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  gap: 20px;
  border-bottom: none;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.search_bar .search_detail .keyword.active {
  border-bottom: 1px solid #DDDDDD;
}
section.search_bar .search_detail .keyword dt {
  margin-bottom: 0;
}
section.search_bar .search_detail .keyword dt:before {
  background: url(/img/common/icon_search.svg) no-repeat;
  background-size: contain;
}
section.search_bar .search_detail .keyword dd {
  width: 82%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 993px) {
  section.search_bar .search_detail .keyword dd {
    width: 78%;
  }
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword dd {
    width: 100%;
  }
}
section.search_bar .search_detail .keyword input[type=text] {
  background: #fff;
  border-radius: 4px 0 0 4px;
  border: 2px solid #DDDDDD;
  border-right: none;
  font-size: 1.6rem;
  resize: none;
  padding: 12px 16px;
  width: 85%;
}
@media (max-width: 993px) {
  section.search_bar .search_detail .keyword input[type=text] {
    width: 76%;
  }
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword input[type=text] {
    font-size: 1.4rem;
    width: 85%;
  }
}
section.search_bar .search_detail .keyword::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #939393;
}
section.search_bar .search_detail .keyword::-moz-placeholder {
  font-size: 1.6rem;
  color: #939393;
}
section.search_bar .search_detail .keyword:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #939393;
}
section.search_bar .search_detail .keyword::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #939393;
}
section.search_bar .search_detail .keyword::placeholder {
  font-size: 1.6rem;
  color: #939393;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  section.search_bar .search_detail .keyword::-moz-placeholder {
    font-size: 1.4rem;
  }
  section.search_bar .search_detail .keyword:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  section.search_bar .search_detail .keyword::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  section.search_bar .search_detail .keyword::placeholder {
    font-size: 1.4rem;
  }
}
section.search_bar .search_detail .keyword button {
  font-size: 1.6rem;
  color: #fff;
  border: 2px solid #0096c7;
  border-left: none;
  background: #0096c7;
  border-radius: 0 4px 4px 0;
  width: 15%;
  padding: 12px 20px;
}
@media (max-width: 1100px) {
  section.search_bar .search_detail .keyword button {
    width: 18%;
  }
}
@media (max-width: 993px) {
  section.search_bar .search_detail .keyword button {
    width: 24%;
  }
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword button {
    font-size: 0;
    padding: 22px 20px;
    width: 15%;
  }
}
section.search_bar .search_detail .keyword button > span {
  position: relative;
  padding-right: 28px;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword button > span {
    padding-right: 0;
  }
}
section.search_bar .search_detail .keyword button > span:after {
  content: "";
  position: absolute;
  background: url(/img/search/icon_search_white.svg) no-repeat;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .keyword button > span:after {
    bottom: 0;
    right: -10px;
    margin: auto 0;
  }
}
section.search_bar .search_detail .btn_orangeG {
  margin: 40px auto 12px;
  max-width: 320px;
  width: 100%;
  height: 54px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .btn_orangeG {
    margin: 20px auto 12px;
    max-width: 300px;
    height: 48px;
  }
}
section.search_bar .search_detail .btn_orangeG button {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .btn_orangeG button {
    font-size: 1.6rem;
  }
}
section.search_bar .search_detail .btn_bluebord {
  max-width: 320px;
  width: 100%;
  height: 54px;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .btn_bluebord {
    max-width: 300px;
    height: 48px;
  }
}
section.search_bar .search_detail .btn_bluebord:before, section.search_bar .search_detail .btn_bluebord:after {
  content: "";
  position: absolute;
  background: #0096c7;
  width: 21px;
  height: 3px;
  right: 32px;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin: auto 0;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .btn_bluebord:before, section.search_bar .search_detail .btn_bluebord:after {
    width: 16px;
    right: 24px;
    height: 2px;
  }
}
section.search_bar .search_detail .btn_bluebord:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
section.search_bar .search_detail .btn_bluebord p {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0096c7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.search_bar .search_detail .btn_bluebord p {
    font-size: 1.6rem;
  }
}
section.search_bar .search_detail .btn_bluebord span {
  position: relative;
  padding-right: 10px;
}
@media (hover: hover) {
  section.search_bar .search_detail .btn_bluebord:hover:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section.search_bar .search_detail .btn_bluebord:hover:after {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
  section.search_bar .search_detail .btn_bluebord:hover p {
    opacity: 1;
  }
}
section.search_bar .search_detail .btn_bluebord.down {
  display: none;
}
section.search_bar .search_detail .btn_up {
  margin-top: 5px;
  text-align: right;
}
section.search_bar .search_detail .btn_up p {
  cursor: pointer;
  font-size: 1.4rem;
  color: #939393;
  display: inline-block;
}
section.search_bar .search_detail .btn_up p.down {
  display: none;
}
section.search_bar .search_detail .btn_up span {
  position: relative;
  padding-left: 18px;
}
section.search_bar .search_detail .btn_up span:before, section.search_bar .search_detail .btn_up span:after {
  content: "";
  position: absolute;
  background: #939393;
  width: 12px;
  height: 2px;
  left: 0;
  top: 10px;
}
section.search_bar .search_detail .btn_up span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
section.search_bar .search_detail .btn_up span:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
section.search_bar .search_detail .clear {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.4rem;
  color: #939393;
  text-decoration: underline;
}

.search_list {
  padding: 80px 0;
  background: #EAF4F8;
}
.search_list .search_result {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 20px;
}
.search_list .search_result h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 768px) {
  .search_list .search_result h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 560px) {
  .search_list .search_result h2 {
    font-size: 2rem;
  }
}
.search_list .search_result p {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .search_list .search_result p {
    font-size: 1.4rem;
  }
}
.search_list .search_result p > span {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0096c7;
  line-height: 1.4;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .search_list .search_result p > span {
    font-size: 2.4rem;
    margin: 0 6px;
  }
}
.search_list .listhead {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 40px;
  gap: 12px;
}
@media (max-width: 768px) {
  .search_list .listhead {
    margin-bottom: 34px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.search_list .listhead:after {
  content: "";
  position: absolute;
  border: 16px solid transparent;
  border-top: 20px solid #fff;
  left: 60px;
  bottom: -35px;
  -webkit-filter: drop-shadow(0px 6px 12px 0 rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 6px 12px 0 rgba(0, 0, 0, 0.05));
}
.search_list .listhead > p {
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 24px;
  border-right: 2px solid #DDDDDD;
  text-align: left;
}
@media (max-width: 768px) {
  .search_list .listhead > p {
    padding-right: 0;
    border-right: none;
  }
}
.search_list .listhead .listhead_result {
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media (max-width: 768px) {
  .search_list .listhead .listhead_result {
    padding-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.search_list .listhead .listhead_result p {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 768px) {
  .search_list .listhead .listhead_result p {
    font-size: 1.4rem;
  }
}
.search_list .listhead .listhead_result .title {
  color: #0096c7;
  margin-right: 8px;
  padding-right: 0;
  font-size: 1.4rem;
}
.search_list .listhead .listhead_result .title:after {
  content: none;
}
@media (max-width: 768px) {
  .search_list .listhead .listhead_result .title {
    display: block;
  }
}
.search_list .listhead .listhead_result span {
  padding-right: 5px;
  display: inline-block;
  position: relative;
}
.search_list .listhead .listhead_result span:after {
  content: ",";
  position: absolute;
  font-size: 1.4rem;
  right: 0;
  bottom: 0;
}
.search_list .listhead .listhead_result span:last-child:after {
  content: none;
}
.search_list .listhead .listhead_result .no_check {
  color: #939393;
}
.search_list .one_list {
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .search_list .one_list {
    border-radius: 4px;
    margin-bottom: 32px;
  }
}
.search_list .one_list > a {
  line-height: 1.8;
  padding: 32px 60px 24px;
  width: 100%;
  color: #333333;
  text-align: left;
}
.search_list .one_list > a:hover {
  opacity: 1;
}
@media (max-width: 993px) {
  .search_list .one_list > a {
    padding: 32px 40px 24px;
  }
}
@media (max-width: 768px) {
  .search_list .one_list > a {
    padding: 12px 16px 20px;
  }
}
.search_list .one_list .list_top {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search_list .one_list .list_top.update_tag {
  width: 92%;
}
@media (max-width: 768px) {
  .search_list .one_list .list_top.update_tag {
    width: 100%;
  }
}
.search_list .one_list .list_top .company {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .search_list .one_list .list_top .company {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8px;
    margin-bottom: 10px;
  }
}
.search_list .one_list .list_top .company > .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.search_list .one_list .list_top .company figure {
  max-width: 60px;
  width: 100%;
}
@media (max-width: 560px) {
  .search_list .one_list .list_top .company figure {
    max-width: 44px;
  }
}
.search_list .one_list .list_top .company figure > img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}
.search_list .one_list .list_top .company .company_info > p {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .search_list .one_list .list_top .company .company_info > p {
    font-size: 1.2rem;
  }
}
.search_list .one_list .list_top .company .company_info > p:last-child {
  color: #939393;
}
.search_list .one_list .list_top .company .info_time > p {
  font-size: 1.4rem;
  color: #939393;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
@media (max-width: 560px) {
  .search_list .one_list .list_top .company .info_time > p {
    font-size: 1rem;
    padding-left: 20px;
  }
}
.search_list .one_list .list_top .company .info_time > p:before {
  content: "";
  position: absolute;
  background: url(/img/search/icon_time.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  left: 0;
  top: 5px;
}
@media (max-width: 560px) {
  .search_list .one_list .list_top .company .info_time > p:before {
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.search_list .one_list .list_top .update {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background: url(/img/search/active_bg.png) no-repeat;
  background-size: contain;
  width: 86px;
  height: 66px;
  top: -4px;
  right: 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.search_list .one_list h3 {
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
  color: #0096c7;
  text-decoration: underline;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .search_list .one_list h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.search_list .one_list .list_detail {
  display: grid;
  grid-column-gap: 32px;
  grid-template: "a c" auto "b c" auto;
  margin-bottom: 20px;
  grid-template-columns: auto 474px;
}
@media (max-width: 993px) {
  .search_list .one_list .list_detail {
    grid-template: "a a" auto "b c" auto;
    grid-template-columns: auto 360px;
  }
}
@media (max-width: 768px) {
  .search_list .one_list .list_detail {
    grid-template-columns: auto 260px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .list_detail {
    grid-column-gap: 16px;
    grid-template-columns: auto 156px;
  }
}
.search_list .one_list .list_detail .tag {
  grid-area: a;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .search_list .one_list .list_detail .tag {
    margin-bottom: 12px;
  }
}
.search_list .one_list .list_detail .tag > span {
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  padding: 4px 6px;
}
@media (max-width: 560px) {
  .search_list .one_list .list_detail .tag > span {
    font-size: 1rem;
    padding: 2px 4px;
  }
}
.search_list .one_list .list_detail .tag > span.envi {
  background: #F8F8F8;
  border: none;
}
.search_list .one_list .list_detail .job_info {
  grid-area: b;
}
@media (max-width: 993px) {
  .search_list .one_list .list_detail .job_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search_list .one_list .list_detail .job_info p {
  font-size: 1.4rem;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .search_list .one_list .list_detail .job_info p {
    margin-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .list_detail .job_info p {
    font-size: 1.2rem;
  }
}
.search_list .one_list .list_detail .job_info p:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
@media (max-width: 560px) {
  .search_list .one_list .list_detail .job_info p:before {
    width: 17px;
    height: 17px;
  }
}
.search_list .one_list .list_detail .job_info p.type {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.search_list .one_list .list_detail .job_info p.type:before {
  background: url(/img/search/icon_type.svg) no-repeat;
  background-size: contain;
}
.search_list .one_list .list_detail .job_info p.occupation {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.search_list .one_list .list_detail .job_info p.occupation:before {
  background: url(/img/search/icon_occupation.svg) no-repeat;
  background-size: contain;
}
.search_list .one_list .list_detail .job_info p.salary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.search_list .one_list .list_detail .job_info p.salary:before {
  background: url(/img/search/icon_salary.svg) no-repeat;
  background-size: contain;
}
.search_list .one_list .list_detail .job_info p.address {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.search_list .one_list .list_detail .job_info p.address:before {
  background: url(/img/search/icon_area.svg) no-repeat;
  background-size: contain;
}
.search_list .one_list .list_detail figure {
  grid-area: c;
  width: 100%;
  height: 237px;
}
@media (max-width: 993px) {
  .search_list .one_list .list_detail figure {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .search_list .one_list .list_detail figure {
    height: 130px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .list_detail figure {
    height: 78px;
  }
}
.search_list .one_list .list_detail figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search_list .one_list .job_detail {
  background: #F8F8F8;
  border-radius: 4px;
  padding: 12px 16px;
  overflow-x: hidden;
}
.search_list .one_list .job_detail .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0096c7;
  margin-bottom: 5px;
}
.search_list .one_list .job_detail p {
  font-size: 1.2rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-lines: 2;
  word-wrap: break-word;
}
.search_list .one_list .entry_btn {
  background: #F8F8F8;
  border-radius: 0 0 8px 8px;
  padding: 24px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 993px) {
  .search_list .one_list .entry_btn {
    padding: 24px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn {
    padding: 12px 16px;
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .entry_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search_list .one_list .entry_btn > a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0096c7;
  display: inline-block;
  width: 19%;
  text-align: left;
}
@media (max-width: 993px) {
  .search_list .one_list .entry_btn > a {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn > a {
    font-size: 1.4rem;
  }
}
.search_list .one_list .entry_btn > a span {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn > a span {
    padding-left: 12px;
  }
}
.search_list .one_list .entry_btn > a span:before, .search_list .one_list .entry_btn > a span:after {
  content: "";
  position: absolute;
  background: #0096c7;
  border-radius: 16px;
  width: 10px;
  height: 2px;
  left: 0;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn > a span:before, .search_list .one_list .entry_btn > a span:after {
    width: 7px;
  }
}
.search_list .one_list .entry_btn > a span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn > a span:before {
    top: 8px;
  }
}
.search_list .one_list .entry_btn > a span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 16px;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn > a span:after {
    top: 12px;
  }
}
.search_list .one_list .entry_btn .flex {
  width: 81%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}
@media (max-width: 993px) {
  .search_list .one_list .entry_btn .flex {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn .flex {
    gap: 12px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .entry_btn .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .entry_btn .flex > form {
    width: 48%;
  }
  .search_list .one_list .entry_btn .flex > form .btn_bluebord {
    width: 100%;
  }
}
.search_list .one_list .entry_btn .flex .btn_bluebord, .search_list .one_list .entry_btn .flex .btn_orangeG {
  width: 240px;
  height: 54px;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord, .search_list .one_list .entry_btn .flex .btn_orangeG {
    width: 146px;
    height: 42px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord, .search_list .one_list .entry_btn .flex .btn_orangeG {
    width: 48%;
  }
}
.search_list .one_list .entry_btn .flex .btn_bluebord input[type=submit], .search_list .one_list .entry_btn .flex .btn_bluebord input[type=button], .search_list .one_list .entry_btn .flex .btn_bluebord a, .search_list .one_list .entry_btn .flex .btn_orangeG input[type=submit], .search_list .one_list .entry_btn .flex .btn_orangeG input[type=button], .search_list .one_list .entry_btn .flex .btn_orangeG a {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord input[type=submit], .search_list .one_list .entry_btn .flex .btn_bluebord input[type=button], .search_list .one_list .entry_btn .flex .btn_bluebord a, .search_list .one_list .entry_btn .flex .btn_orangeG input[type=submit], .search_list .one_list .entry_btn .flex .btn_orangeG input[type=button], .search_list .one_list .entry_btn .flex .btn_orangeG a {
    font-size: 1.4rem;
  }
}
.search_list .one_list .entry_btn .flex .btn_bluebord input[type=submit], .search_list .one_list .entry_btn .flex .btn_bluebord input[type=button], .search_list .one_list .entry_btn .flex .btn_orangeG input[type=submit], .search_list .one_list .entry_btn .flex .btn_orangeG input[type=button] {
  background: #fff;
  color: #0096c7;
  border-radius: 40px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord input[type=submit], .search_list .one_list .entry_btn .flex .btn_bluebord input[type=button], .search_list .one_list .entry_btn .flex .btn_orangeG input[type=submit], .search_list .one_list .entry_btn .flex .btn_orangeG input[type=button] {
    padding-left: 16px;
  }
}
.search_list .one_list .entry_btn .flex .btn_bluebord a, .search_list .one_list .entry_btn .flex .btn_orangeG a {
  color: #fff;
}
.search_list .one_list .entry_btn .flex .btn_bluebord {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.search_list .one_list .entry_btn .flex .btn_bluebord span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.search_list .one_list .entry_btn .flex .btn_bluebord span:before {
  content: "";
  position: absolute;
  background: url(/img/detail/icon_fav.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord span:before {
    left: 10px;
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .search_list .one_list .entry_btn .flex .btn_bluebord:hover input[type=submit], .search_list .one_list .entry_btn .flex .btn_bluebord:hover input[type=button] {
    background: #EEF2FB;
  }
}
.search_list .one_list .entry_btn .flex .btn_bluebord.added input[type=submit], .search_list .one_list .entry_btn .flex .btn_bluebord.added input[type=button] {
  background: #EEF2FB;
}
.search_list .one_list .entry_btn .flex .btn_bluebord.added span:before {
  background: url(/img/search/icon_fav_hover.svg) no-repeat;
  background-size: contain;
  left: 20px;
}
@media (max-width: 768px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord.added span:before {
    left: 3px;
  }
}
@media (max-width: 560px) {
  .search_list .one_list .entry_btn .flex .btn_bluebord.added span:before {
    left: 5%;
  }
}
.search_list .one_list .entry_btn:hover a {
  opacity: 1;
}
.search_list .one_list:hover h3 {
  opacity: 1;
}

.search_pager {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search_pager ul.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 16px;
}
@media (max-width: 768px) {
  .search_pager ul.flex {
    gap: 10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.search_pager ul.flex li {
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  .search_pager ul.flex li {
    width: 32px;
    height: 32px;
  }
}
.search_pager ul.flex li a, .search_pager ul.flex li > span {
  cursor: pointer;
  border: 2px solid #0096c7;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  background: none;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #0096c7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  line-height: 1;
}
@media (max-width: 768px) {
  .search_pager ul.flex li a, .search_pager ul.flex li > span {
    font-size: 1.5rem;
  }
}
.search_pager ul.flex li a.active, .search_pager ul.flex li > span.active {
  background: #0096c7;
  color: #fff;
  cursor: default;
}
@media (hover: hover) {
  .search_pager ul.flex li a:hover {
    background: #0096c7;
    color: #fff;
    opacity: 1;
  }
}
.search_pager ul.flex li > span {
  cursor: default;
}
.search_pager .prev a, .search_pager .prev span, .search_pager .next a, .search_pager .next span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0096c7;
}
.search_pager .prev a, .search_pager .next a {
  position: relative;
}
.search_pager .prev a:before, .search_pager .prev a:after, .search_pager .next a:before, .search_pager .next a:after {
  content: "";
  position: absolute;
  background: #0096c7;
  border-radius: 8px;
  height: 2px;
  width: 9px;
}
.search_pager .prev a:before, .search_pager .next a:before {
  top: 8px;
}
@media (max-width: 768px) {
  .search_pager .prev a:before, .search_pager .next a:before {
    top: 15px;
  }
}
.search_pager .prev a:after, .search_pager .next a:after {
  top: 14px;
}
@media (max-width: 768px) {
  .search_pager .prev a:after, .search_pager .next a:after {
    top: 20px;
  }
}
.search_pager .prev a {
  padding-left: 34px;
}
@media (max-width: 768px) {
  .search_pager .prev a {
    width: 32px;
    height: 32px;
  }
}
.search_pager .prev a:before, .search_pager .prev a:after {
  left: 0;
}
.search_pager .prev a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search_pager .prev a:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.search_pager .next a {
  padding-right: 34px;
}
@media (max-width: 768px) {
  .search_pager .next a {
    width: 32px;
    height: 32px;
  }
}
.search_pager .next a:before, .search_pager .next a:after {
  right: 0;
}
.search_pager .next a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search_pager .next a:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.terms {
  position: fixed;
  width: 240px;
  height: 54px;
  background: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  bottom: 80px;
  right: 20px;
  z-index: 20;
}
@media (max-width: 768px) {
  .terms {
    width: 146px;
    height: 42px;
  }
}
.terms a {
  width: 100%;
  height: 100%;
  color: #0096c7;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .terms a {
    font-size: 1.4rem;
  }
}
.terms a span {
  position: relative;
  padding-left: 36px;
}
@media (max-width: 768px) {
  .terms a span {
    padding-left: 28px;
  }
}
.terms a span:before {
  content: "";
  position: absolute;
  background: url(/img/search/icon_filter.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  left: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  .terms a span:before {
    width: 20px;
    height: 20px;
  }
}