@charset "UTF-8";
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
#recruit {
  overflow: hidden;
}
#recruit h1 span::after {
  content: "Recruit";
}
#recruit section {
  max-width: none;
  width: 100vw;
  width: 100dvw;
}
#recruit section div {
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  #recruit section div {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #recruit section div {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #recruit section div {
    max-width: 90%;
    margin: 0 auto;
  }
}

#r-message {
  position: relative;
}
#r-message ul {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 95px;
}
#r-message ul div {
  max-width: none;
}
@media screen and (max-width: 768px) {
  #r-message ul {
    display: block;
    margin-bottom: 45px;
  }
}
#r-message ul li {
  aspect-ratio: 1/1;
  max-width: 33.3333333333%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #r-message ul li {
    aspect-ratio: 2/1;
    max-width: none;
    height: 210px;
    width: 100%;
  }
}
#r-message ul li img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#r-message::after {
  content: "";
  width: 100vw;
  width: 100svw;
  width: 100dvw;
  width: 100lvw;
  height: 500px;
  background-color: #1A98CE;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#r-message .mini-ttl {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  #r-message .mini-ttl {
    margin-bottom: 41px;
  }
}
#r-message .r-message__container {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #r-message .r-message__container {
    gap: 33px;
    max-width: none;
  }
}
#r-message .r-message__container h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 54px;
  color: #FFF;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  #r-message .r-message__container h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
#r-message .r-message__container p {
  font-size: 16px;
  line-height: 27px;
  color: #FFF;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #r-message .r-message__container p {
    margin-bottom: 33px;
    font-size: 15px;
  }
}

#jobList {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #jobList {
    margin-top: 63px;
  }
}
#jobList .job__container {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  #jobList .job__container div {
    max-width: none;
  }
}
@media screen and (max-width: 520px) {
  #jobList .job__container {
    margin-top: 60px;
    max-width: none;
  }
  #jobList .job__container div {
    max-width: none;
  }
}
#jobList .job__container figure {
  aspect-ratio: 2/1;
  max-width: 520px;
}
#jobList .job__container figure img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #jobList .job__container figure {
    display: none;
  }
}
#jobList .job__container .job-txt figure.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #jobList .job__container .job-txt figure.sp {
    display: block;
  }
}
#jobList .job__container .job-txt--ttl {
  background-color: #1A98CE;
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  padding-left: 65px;
  align-items: center;
  height: 73px;
}
@media screen and (max-width: 768px) {
  #jobList .job__container .job-txt--ttl {
    height: 53px;
    font-size: 18px;
    padding-left: 24px;
  }
}
#jobList .job__container .job-txt ul {
  margin: 38px 0 0 80px;
}
@media screen and (max-width: 768px) {
  #jobList .job__container .job-txt ul {
    margin: 24px 0 0 20px;
  }
}
#jobList .job__container .job-txt ul li {
  color: #393939;
  font-size: 18px;
  line-height: 36px;
}
@media screen and (max-width: 768px) {
  #jobList .job__container .job-txt ul li {
    font-size: 15px;
    line-height: 27px;
  }
}
#jobList .job__container .job-txt ul li::marker {
  color: #1A98CE;
  background-color: #1A98CE;
}
#jobList .job__container:nth-of-type(1) {
  margin-top: 90px;
}
#jobList .job__container:nth-of-type(even) {
  flex-direction: row-reverse;
}

#welfare {
  margin-top: 135px;
}
@media screen and (max-width: 768px) {
  #welfare {
    margin-top: 70px;
  }
}
#welfare .welfareList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 66px;
}
@media screen and (max-width: 960px) {
  #welfare .welfareList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  #welfare .welfareList {
    grid-template-columns: repeat(1, 1fr);
  }
}
#welfare .welfareList li {
  background-color: #1A98CE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  border-radius: 14px;
  max-width: 375px;
  height: 105px;
  padding-left: 27px;
}
@media screen and (max-width: 768px) {
  #welfare .welfareList li {
    margin: 0 auto;
    min-width: 330px;
  }
}
#welfare .welfareList li figure {
  background-color: #FFF;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#welfare .welfareList li p {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  #welfare .welfareList li p {
    font-size: 15px;
    line-height: 21px;
  }
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tab-wrap {
    row-gap: 10px;
  }
}

.tab-label {
  color: #FFF;
  background: #959595;
  margin-right: 30px;
  order: -1;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.6s;
  min-width: 250px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-label:hover {
  background: #1A98CE;
}
@media screen and (max-width: 520px) {
  .tab-label {
    font-size: 15px;
    min-width: auto;
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
  }
}

#recruitment {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #recruitment {
    margin-top: 87px;
  }
}
#recruitment div.tab-wrap {
  margin-top: 43px;
  max-width: none;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
@media screen and (max-width: 768px) {
  #recruitment div.tab-wrap {
    margin-top: 38px;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
#recruitment div.tab-wrap .tab-content {
  width: 100%;
  display: none;
  margin-top: 43px;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #recruitment div.tab-wrap .tab-content {
    margin-top: 38px;
  }
}
#recruitment div.tab-wrap .tab-switch:checked + .tab-label {
  background: #1A98CE;
}
#recruitment div.tab-wrap .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
#recruitment div.tab-wrap .tab-switch {
  display: none;
}
#recruitment table {
  width: 100%;
}
#recruitment table th {
  background-color: #1A98CE;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  width: 200px;
  line-height: 1.3;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  box-sizing: content-box;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  #recruitment table th {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    border-right: none;
  }
}
#recruitment table td {
  background-color: #F5F5F5;
  color: #393939;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding-left: 1.3em;
  padding-left: 0.4em;
  border-bottom: 5px solid #FFF;
  box-sizing: content-box;
  line-height: 1.3;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  #recruitment table td {
    font-size: 15px;
  }
}

#entry--recruit {
  margin-top: 155px;
}
@media screen and (max-width: 768px) {
  #entry--recruit a {
    justify-content: flex-end;
  }
}
#entry--recruit a figure {
  inset: 0;
}
#entry--recruit a .entry--txt {
  height: auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #entry--recruit a .entry--txt {
    width: 80%;
    height: 80%;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #entry--recruit {
    margin-top: 80px;
  }
}/*# sourceMappingURL=recruit.css.map */