@charset "UTF-8";
#recruit_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../../recruit/images/bg_1.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  #recruit_bg {
    background-image: url(../../recruit/images/bg_2.jpg);
  }
}

#recruit_wrap {
  width: 560px;
  padding: 40px 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap {
    width: 100%;
  }
}
#recruit_wrap h2 {
  width: 208px;
  margin: 0 auto 30px auto;
}
#recruit_wrap h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #00442C;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap h3 {
    font-size: 16px;
    padding: 0 60px;
  }
}
#recruit_wrap #job {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap #job {
    padding: 0 60px;
  }
}
#recruit_wrap #job ul {
  display: flex;
  gap: 45px;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap #job ul {
    flex-direction: column;
    gap: 20px;
    margin: 0;
  }
}
#recruit_wrap #job ul li {
  cursor: pointer;
  transition: 0.3s;
  text-decoration: underline;
}
#recruit_wrap #job ul li.current {
  color: #F8699B;
}
#recruit_wrap #job ul li:hover {
  color: #F8699B;
}
#recruit_wrap #job ul li::before {
  content: "・";
}
#recruit_wrap #table {
  margin: 0 0 246px 0;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap #table {
    padding: 0 60px;
  }
}
#recruit_wrap #table table {
  display: none;
}
#recruit_wrap #table table.current {
  display: block;
  animation-name: viewtab;
  animation-duration: 0.5s;
}
@keyframes viewtab {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#recruit_wrap #table table tr th {
  width: 160px;
  padding: 15px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  border-top: 1px solid #00442C;
  background-color: #D7E6C3;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap #table table tr th {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#recruit_wrap #table table tr td {
  padding: 15px 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border-top: 1px solid #00442C;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  #recruit_wrap #table table tr td {
    display: block;
  }
}/*# sourceMappingURL=recruit.css.map */