@charset "UTF-8";
#page_ttl {
  font-weight: bold;
}

#recruit {
  width: 500px;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 600px) {
  #recruit {
    width: 90%;
    margin-top: 0px;
  }
}
#recruit p {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em !important;
  color: #4d4d4d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#recruit .recruit-message {
  text-align: center !important;
  line-height: 2 !important;
}
#recruit .recruit-job {
  text-align: center;
  margin-top: 48px;
  font-weight: bold;
}
#recruit .recruit-detail {
  text-align: center;
  margin-top: 6px;
  line-height: 2 !important;
}
#recruit .recruit-last {
  text-align: center;
  margin-top: 48px;
  line-height: 2 !important;
  margin-bottom: 180px;
}
#recruit .recruit-last a {
  text-decoration: underline;
  font-weight: bold;
}

#lang {
  width: 90%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 9999;
}
@media (max-width: 1035px) {
  #lang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 21px;
  }
}
#lang div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#lang div a {
  display: block;
  font-size: 10px;
  color: #4d4d4d;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.1em;
}
@media (max-width: 1035px) {
  #lang div a {
    color: #fff;
    font-size: 14px;
  }
}
#lang div hr {
  display: block;
  width: 10px;
  height: 1px;
  background-color: #4d4d4d;
  transform: rotate(90deg);
  border: none;
}
@media (max-width: 1035px) {
  #lang div hr {
    background-color: #fff;
    width: 14px;
  }
}/*# sourceMappingURL=sub.css.map */