@charset "UTF-8";
.careerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .careerWrapper {
    position: relative;
    display: block;
    height: auto;
    padding-top: calc(87 / 375 * 100vw);
  }
}
.careerInner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .careerInner {
    display: block;
  }
}
.careerContainer {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .careerContainer {
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }
  .careerContainer:nth-of-type(1) {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}
.careerTitle {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .careerTitle {
    font-size: 11px;
    margin-bottom: calc(18 / 375 * 100vw);
  }
}
.careerText {
  text-align: left;
  font-size: 9px;
  line-height: calc(14 / 9);
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .careerText {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.careerFooter {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.careerFooterMail {
  display: inline-block;
  font-size: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .careerFooterMail {
    margin-bottom: calc(3 / 375 * 100vw);
  }
}
.careerFooterSns {
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .careerFooterSns {
    margin-bottom: calc(3 / 375 * 100vw);
  }
}
.careerFooterSnsItem {
  margin: 0.25em;
}
.careerFooterCopyright {
  font-size: 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .careerFooterCopyright {
    margin-bottom: calc(42 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .commonFooter {
    position: relative;
  }
}
