#area_menu_kv {
  background-image: url("/recruit/img/information/kyujin/header_PC.jpg");
}

.d_block {
  display: block;
}

.search_clear_div {
  margin-top: 4.5rem;
}

.btn_narrow_down {
  background-color: #e0e0e0;
  color: #373737;
  border-color: #e0e0e0;
  padding: 1rem 2.5rem 1rem 1.5rem;
  line-height: 1.2;
  border-radius: 5em;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
  color: #8a8a8a;
  border: solid 0.1rem;
  background-color: #fff;
}

.btn_narrow_down::after {
  font-family: Material Icons;
  content: "\e313";
}

.btn_narrow_down.op_conts {
  background-color: #00125e;
  color: #fff;
}

.btn_narrow_down.op_conts::after {
  font-family: Material Icons;
  content: "\e316";
}

.dl_ttl {
  border-top: solid 0.1rem #cccccc;
  padding: 3rem 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dl_ttl::after {
  font-family: Material Icons;
  content: "\e5e1";
  font-size: 20px;
  font-weight: 100;
}

.dl_ttl dt {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 1.3rem;
  column-gap: 3.5rem;
  row-gap: 0.4rem;
  align-items: center;
}

.dl_ttl dt:first-child {
  font-size: 2rem;
}

.dl_ttl dd {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  row-gap: 0.4rem;
}

.filter_conts {
  display: none;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  position: absolute;
  z-index: 1;
}

.mr_3 {
  margin-right: 3rem;
}

.kyujin_list {
  min-height: 500px;
  margin-top: 5.5rem;
}

.kyujin_list a {
  color: inherit;
  display: initial;
  text-decoration: none;
}

.kyujin_list dl:hover {
  background-color: #dbe0e8;
}

.text_align {
  text-align: center;
}

.tag_finish {
  background-color: #999999;
  color: white;
  text-align: center;
  border-radius: 5em;
  padding: 0.1rem 1.2rem;
  font-size: 1.3rem;
}


.flex_row {
  margin-bottom: 0;
}


[class^="flexitem_"]:not(:last-child) {
  margin-right: initial;
}

.flex_row > [class^="flexitem_"] {
  margin-bottom: initial;
}
/* 追加 */
.area_form {
  background-color: #f7f8fc;
  margin-top: 6.6rem;
}


.area_check_sub {
  margin-bottom: 0;
  padding-left: 0;
  /* margin-left: 2rem; */
}

.it .area_check_sub {
  margin-left: 3rem;
}

.hr_block {
  border-bottom: 1px solid rgb(196, 196, 196);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.area_contents {
  padding: 5.5rem 5.5rem 4.7rem 5.5rem;
}

.serch_category {
  font-weight: bolder;
  font-size: 1.6rem;
  white-space: nowrap;
}

.serch_sub_category {
  font-weight: bolder;
  white-space: nowrap;
  width: 70px;
  flex-shrink: 0;
}

.box_check label {
  font-size: 1.4rem;
}

.serch_sub_category label {
  font-size: 1.6rem;
}

.row {
  display: flex;
  width: 100%;
  column-gap: 3rem;
}

#job_search .row {
  margin-bottom: 2.5rem;
}

.box_check_form {
  column-gap: 3rem;
  row-gap: 1.1rem;
}

.search_keyword {
  background-color: #fff;
  border: #bfbfbf 1px solid;
  padding: 1.2rem 1.6rem;
  width: 100%;
}

.display_finished_div {
  margin-top: 3rem;
}

.search_clear_btn {
  text-decoration: underline;
  text-decoration-color: #0F41B2;
  color: #0F41B2;
  text-underline-offset:2px;
  text-decoration-thickness: from-font;
  cursor: pointer;
}

.btn_close {
  font-size: 2rem;
  font-family: "Material Icons";
  vertical-align: sub;
}

.keyword_div {
  align-items: center;
}

.d_block {
  display: block;
  width: 100%;
}

.finished_kyujin dt {
  color: #d9d9d9;
}

.finished_kyujin .tag {
  color: rgba(51, 51, 51, 0.3);
}

#kyujin_search #area_menu_kv #area_menu_ttl {
  padding: 8.2rem 2rem;
}

/*------------------breakpoint-------------------*/
@media screen and (max-width: 600px) {
  #kyujin_search #area_menu_kv #area_menu_ttl {
    padding: 7.7rem 2rem;
  }

  .area_check_sub {
    margin-left: 2.3rem;
  }

  .area_contents {
    padding: 2rem 2.4rem;
  }

  .serch_sub_category {
    margin-left: 1rem;
  }

  
  .dl_opclose_conts {
    margin-top: initial;
  }

  .search_keyword {
    display: block;
  }

  .hr_block {
    margin: 0;
  }

  .search_clear_div {
    margin-top: 2rem;
  }

  .kyujin_list {
    margin-top: 3.2rem;
  }

  .display_finished_div {
    margin-bottom: 1.4rem;
  }

  .dl_opclose_ttl {
    align-items: center;
  }

  .keyword_div {
    align-items: initial;
    flex-direction: column;
    padding: 1.7rem 0;
  }

  
  .dl_opclose_ttl:first-of-type {
    border-top: none;
  }

  .dl_ttl dt:first-child {
    font-size: 1.6rem;
  }

  .tag_finish,
  .tag {
    font-size: 1.1rem;
  }

  .dl_opclose_ttl::after {
    font-size: 16px;
  }

  .serch_sub_category {
    margin-top: 1rem
  }

  .box_check_form {
    margin-left: 1rem;
  }

  #area_menu_kv {
    background-image: url("/recruit/img/information/kyujin/header_SP.jpg");
  }
  
}
