@charset "utf-8";
/* ブラウザのUA stylesheetをリセット */
.labelBox *,
.sp_map * {
  margin: 0;
  padding: 0;
  font: inherit;
  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;
}

/* レイアウト・動作の設定 */
.box_map {
  border-radius: 30px;
  border: 1px solid #c9c9c9;
  background: #fff;
  padding: 75px 68px 72px 71px;
  box-sizing: border-box;
  margin-bottom: 73px;
}

/* フリーワード検索のレイアウト調整 */
.freeword__block {
  width: 674px;
  margin: 0 auto;
}

.searchFreeword {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.searchFreeword input[type="text"] {
  border-top: solid 1px #acacac;
  border-bottom: solid 1px #acacac;
  border-left: solid 1px #acacac;
  border-right: none;
  border-radius: 26px 0 0 26px;
  height: 54px;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
}

.searchFreeword button[type="submit"] {
  background-color: #009ce5;
  border: none;
  height: 54px;
  width: 65px;
  border-radius: 0 26px 26px 0;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
}

.searchFreeword button[type="submit"] img {
  vertical-align: middle;
}

.sp_map {
  position: relative;
  border-bottom: 1px solid #c9c9c9;
}

.sp_map_title {
  width: 340px;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: -89px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #777777;
}

.area_none p {
  background: none !important;
}

.sp_map div p {
  color: #4b4848;
  font-weight: bold;
  border-top: 1px solid #c9c9c9;
  padding: 24px 0 22px 17px;
  background: url(../img/search_acco_open.svg) no-repeat top 50% right 17px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.sparea--active {
  background-image: url(../img/search_acco_close.svg) !important;
}

.sp_map ul {
  display: none;
  background: url(../img/search_line_dot.svg) no-repeat 0 0;
}

.sp_map li {
  background: url(../img/search_line_dot.svg) no-repeat 0 100%;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 26px 0 24px 55px;
  position: relative;
}

.sp_map li:last-child {
  background: none;
}

.sp_map li::after {
  content: "ー";
  font-size: 18px;
  color: #009ce5;
  line-height: 1;
  position: absolute;
  left: 28px;
  top: 28px;
}

.sp_map li a {
  color: #000;
  text-decoration: none;
}

.sp_map li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  /* レイアウト・動作の設定 */
  .box_map {
    border-radius: 15px;
    padding: 40px 20px 25px 20px;
    margin-bottom: 40px;
  }

  /* フリーワード検索のレイアウト調整 */
  .freeword__block {
    width: auto;
  }

  /* フリーワード検索の設定 */
  .searchFreeword input[type="text"] {
    border-radius: 10px 0 0 10px;
    height: 40px;
    padding: 0 10px;
  }

  .searchFreeword button[type="submit"] {
    height: 40px;
    width: 40px;
    border-radius: 0 10px 10px 0;
  }

  .searchFreeword button[type="submit"] img {
    width: 15px;
  }

  .sp_map_title {
    width: 250px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    top: -50px;
  }

  .sp_map_title::after {
    width: 20px;
    left: -10px;
    top: 10px;
  }

  .sp_map_title::before {
    width: 20px;
    right: -10px;
    top: 10px;
  }

  .sp_map div p {
    font-size: 14px;
    letter-spacing: 0;
    padding: 15px 0 15px 15px;
    background: url(../img/search_acco_open.svg) no-repeat top 50% right
      10px/20px;
  }

  .sp_map li {
    font-size: 14px;
    letter-spacing: 0;
    padding: 15px 0 15px 30px;
    position: relative;
  }

  .sp_map li::after {
    font-size: 14px;
    left: 10px;
    top: 15px;
  }

  .sp_map li a:hover {
    opacity: 1;
  }
}

/* PC,SP共通_求人が無いラベルを削除*/
.labelDel {
  display: none;
}
