@charset "UTF-8";
/* 　　募集要項ページ　　*/
ul.tabs_rsv {
  display: flex;
  justify-content: center;
  width: 790px;
  margin: 0 auto 50px;
}

@media (max-width: 1024px) {
  ul.tabs_rsv {
    width: 80%;
  }
}

ul.tabs_rsv li {
  width: 25%;
}

@media (max-width: 767px) {
  ul.tabs_rsv li {
    height: 75px;
  }
}

ul.tabs_rsv li:not(:last-child) {
  border-right: 1px solid #fff;
}

@media (max-width: 767px) {
  ul.tabs_rsv li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    height: 75px;
    padding: 0 5px;
  }
}

ul.tabs_rsv li.active a:before {
  right: 0;
  left: 0;
  width: 1px;
  margin: auto;
}

ul.tabs_part {
  width: 990px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.tabs_part {
    width: calc(100% - 80px);
  }
}

@media (max-width: 767px) {
  ul.tabs_part {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}

ul.tabs_part li {
  width: 20%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  ul.tabs_part li {
    height: 75px;
  }
}

ul.tabs_part li:nth-child(5n) {
  border-right: none;
}

.recruit_detail {
  position: relative;
  padding-top: 50px;
}

@media (max-width: 767px) {
  .recruit_detail {
    padding-top: 30px;
  }
}

.recruit_detail:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ccc;
  width: 1200px;
  height: 1px;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .recruit_detail:before {
    width: calc(100% - 80px);
  }
}

@media (max-width: 767px) {
  .recruit_detail:before {
    width: calc(100% - 30px);
  }
}

.recruit_detail .detail_title {
  margin-bottom: 20px;
  font-size: 1.25em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .recruit_detail .detail_title {
    font-size: 1.125em;
    margin-bottom: 10px;
  }
}

.recruit_detail .job_title {
  margin-bottom: 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  .recruit_detail .job_title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.tab_rsv_content {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab_rsv_content {
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  .tab_rsv_content {
    margin: 0;
    padding: 0 15px;
  }
}

.detail_link {
  margin: 60px auto;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .detail_link {
    margin: 0 0 50px;
  }
}

@media (max-width: 767px) {
  .detail_link {
    margin: 30px 15px;
  }
}

.detail_link li {
  margin: 0 4px;
  display: inline-block;
}

@media (max-width: 767px) {
  .detail_link li {
    display: block;
    margin: 0 auto 15px;
  }
}

.detail_link a {
  position: relative;
  display: block;
  padding: 20px 20px;
  width: 284px;
  color: #9f9691;
  border: 1px solid #9f9691;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.detail_link a:before {
  position: absolute;
  left: 20px;
  content: "\f0da";
  font-family: FontAwesome;
}

@media (max-width: 767px) {
  .detail_link a {
    width: 100%;
    padding: 15px 15px;
  }
}

.detail {
  border: 1px solid #cbcbcb;
  width: 100%;
  margin: 0 auto 50px;
  border-top: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .detail {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .detail {
    margin-bottom: 30px;
  }
}

.detail + .detail {
  padding-top: 60px;
  border-top: 1px solid #cbcbcb;
}

@media (max-width: 767px) {
  .detail + .detail {
    padding-top: 30px;
  }
}

.detail dt {
  position: relative;
  padding: 15px 150px 15px 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  cursor: pointer;
}

.detail dt em.highlight {
  background-color: #ff0;
}

@media (max-width: 767px) {
  .detail dt {
    padding: 15px 40px 15px 15px;
    font-size: 12px;
  }
}

.detail dt {
  border-top: 1px solid #cbcbcb;
}

.detail dt:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 30px;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 10px;
  height: 10px;
  margin: auto;
  color: #00335C;
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .detail dt:after {
    right: 20px;
    top: auto;
    bottom: 20px;
  }
}

.detail dt.active:after {
  top: 5px;
  bottom: 0;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .detail dt.active:after {
    top: auto;
    bottom: 15px;
  }
}

.detail dt span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  height: 1em;
  margin: auto;
  color: #00335C;
}

@media (max-width: 767px) {
  .detail dt span {
    position: static;
    margin-top: 5px;
    text-align: right;
  }
}

.detail dd {
  display: none;
  border-top: 1px solid #cbcbcb;
  padding: 30px;
  line-height: normal;
  font-size: 14px;
}

.detail dd em.highlight {
  background-color: #ff0;
}

@media (max-width: 767px) {
  .detail dd {
    padding: 15px;
    font-size: 12px;
  }
}

.detail .detail_table {
  border: 1px solid #c7c7c7;
  width: 100%;
  font-size: 0.938em;
}

@media (max-width: 1024px) {
  .detail .detail_table {
    border-top: none;
  }
}

.detail .detail_table th {
  width: 130px;
  padding: 15px 20px;
  background: #e8e8e8;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  line-height: 1.7;
  vertical-align: middle;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .detail .detail_table th {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}

.detail .detail_table td {
  padding: 15px 20px;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .detail .detail_table td {
    display: block;
    border-top: none;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .detail .detail_table td {
    padding: 15px 20px 30px;
  }
}

.detail .detail_btn_wrap {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .detail .detail_btn_wrap {
    margin: 25px 0;
  }
}

.recruit_btn_wrap {
  text-align: center;
}

.recruit_btn_wrap li {
  display: inline-block;
  margin: 0 1.3%;
}

@media (max-width: 1024px) {
  .recruit_btn_wrap li {
    display: block;
    margin: 0 auto 10px;
  }
}

.recruit_btn_wrap a {
  position: relative;
  display: inline-block;
  width: 254px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  background-color: #00335C;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
}

.recruit_btn_wrap a:before {
  position: absolute;
  left: 20px;
  content: "\f0da";
  font-family: FontAwesome;
}

.search-ctrl {
  width: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  display: flex;
  max-width: 990px;
  margin: 0 auto 30px auto;
  align-items: flex-end;
  gap: 15px;
  line-height: normal;
  justify-content: center;
}

@media (max-width: 767px) {
  .search-ctrl {
    width: calc(100% - 30px);
    flex-wrap: wrap;
  }
}

.search-ctrl-item {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .search-ctrl-item {
    width: 100%;
  }
}

.search-ctrl label {
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

.search-ctrl label span {
  font-size: 80%;
  color: #888;
  padding-left: 10px;
}

.search-ctrl .search-text {
  font-size: 1em;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  width: 20em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-ctrl .search-text::placeholder {
  color: #ccc;
}

@media (max-width: 767px) {
  .search-ctrl .search-text {
    width: 100%;
  }
}

.search-ctrl .search-btn {
  cursor: pointer;
  position: relative;
  background: #00335C;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: none;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .search-ctrl .search-btn:hover {
    background: #30638c;
  }
}

.search-ctrl .reset-btn {
  cursor: pointer;
  position: relative;
  background: #9F9691;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border: none;
  transition: all 0.3s ease-in-out;
}

@media (hover: hover) {
  .search-ctrl .reset-btn:hover {
    background: #b5afab;
  }
}

.search-result {
  display: none;
  max-width: 990px;
  margin: 0 auto 20px auto;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .search-result {
    width: calc(100% - 30px);
  }
}

.search-result-keyword {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}

.search-result-count {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 2em;
  margin: 0 0.2em 0 0.4em;
}

.search-result-notfound dl {
  border: 1px solid #ccc;
  padding: 2em;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .search-result-notfound {
    font-size: 75%;
  }
  .search-result-notfound dl {
    padding: 15px;
  }
}

.search-result-notfound dl dt {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.search-result-notfound dl dd ul li {
  position: relative;
  text-indent: -1.1em;
  margin-left: 1.1em;
}

.search-result-notfound dl dd ul li::before {
  content: '\02022';
  color: #666;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.27em;
}
