@charset "UTF-8";
/**
* fonts
* パフォーマンスの観点からfontsはhtml内で記載、またはpreloadします
*/
.recruit__heading {
  opacity: 0;
  transform: translateY(30rem);
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.recruit__heading img {
  width: 100%;
}
.recruit__heading.is-active {
  opacity: 1;
  transform: translateY(0);
}

.recruit__inner {
  position: relative;
  z-index: 0;
}

.recruit__kv {
  position: relative;
  z-index: 0;
}

.recruit__kvImg {
  position: relative;
  z-index: 1;
  width: calc(100% - 40rem);
  margin: auto;
  font-size: 0;
  margin-bottom: 352rem;
}
.recruit__kvImg img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .recruit__kvImg {
    width: 720rem;
    margin: 0;
    margin-left: 243rem;
    margin-top: -80rem;
    margin-bottom: 315rem;
    padding: 0;
  }
}

.recruit__circleImg {
  display: none;
}
@media only screen and (min-width: 769px) {
  .recruit__circleImg {
    display: block;
    position: absolute;
    width: 162rem;
    bottom: -81rem;
    left: 32rem;
  }
  .recruit__circleImg img {
    width: 100%;
  }
}

.recruit__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 39.823rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: -30rem;
  z-index: 1;
  left: 10rem;
}
@media only screen and (min-width: 769px) {
  .recruit__copy {
    color: #313232;
    font-size: 72rem;
    left: auto;
    right: 179rem;
    bottom: 87rem;
  }
}

.recruit__footprints {
  position: absolute;
  z-index: 0;
  width: 100rem;
  right: 0;
  bottom: -60rem;
}
.recruit__footprints img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .recruit__footprints {
    z-index: 3;
    width: 281rem;
    right: 57rem;
    bottom: -36rem;
  }
}

.recruit__copyInnerwhite {
  color: #313232;
}

.recruit__copyInnerRed {
  display: inline-block;
  color: #FFF;
  background-color: #E83818;
  backdrop-filter: blur(13.8274345398rem);
  -webkit-backdrop-filter: blur(13.8274345398rem);
  padding: 1.106rem 5.531rem 5.531rem 5.531rem;
  margin-bottom: 7.74rem;
  margin-right: 4.42rem;
}
.recruit__copyInnerRed.isBottom {
  margin-bottom: 18rem;
}
@media only screen and (min-width: 769px) {
  .recruit__copyInnerRed {
    padding: 2rem 10rem 10rem 10rem;
    backdrop-filter: blur(25rem);
    -webkit-backdrop-filter: blur(25rem);
    margin-bottom: 14rem;
    margin-right: 8rem;
  }
  .recruit__copyInnerRed.isBottom {
    margin-bottom: 34rem;
  }
}

.recruit__copyInnerwhite {
  display: inline-block;
  background-color: #FFF;
  backdrop-filter: blur(13.8274345398rem);
  -webkit-backdrop-filter: blur(13.8274345398rem);
  padding: 1.106rem 5.531rem 5.531rem 5.531rem;
  margin-bottom: 7.74rem;
  margin-right: 4.42rem;
}
.recruit__copyInnerwhite.isBottom {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .recruit__copyInnerwhite {
    padding: 2rem 10rem 10rem 10rem;
    backdrop-filter: blur(25rem);
    -webkit-backdrop-filter: blur(25rem);
    margin-bottom: 14rem;
    margin-right: 8rem;
  }
  .recruit__copyInnerwhite.isBottom {
    margin-bottom: 34rem;
  }
}

.recruit__statement {
  position: absolute;
  z-index: -1;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.48rem;
  border-radius: 0px 0px 0px 4rem;
  background-color: #E83818;
  bottom: -270rem;
  right: 0;
  width: 320rem;
  padding: 185rem 20rem 40rem;
}
@media only screen and (min-width: 769px) {
  .recruit__statement {
    bottom: -230rem;
    width: 760rem;
    font-size: 18rem;
    letter-spacing: 0.54rem;
    padding: 183rem 162rem 53rem 128rem;
  }
}

.recruit__schedule {
  padding: 0 20rem 80rem;
}
@media only screen and (min-width: 769px) {
  .recruit__schedule {
    padding: 0 80rem 128rem;
  }
}

.recruit__scheduleImg {
  margin-bottom: 40rem;
}
@media only screen and (min-width: 769px) {
  .recruit__scheduleImg {
    max-width: 1280rem;
    margin: 0 auto 40rem;
  }
  .recruit__scheduleImg img {
    width: 100%;
  }
}

.recruit__button {
  color: #FFF;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.6rem;
  text-transform: uppercase;
  display: block;
  max-width: 550rem;
  background-color: #E83818;
  border: 2rem solid #E83818;
  border-radius: 2rem;
  padding: 27rem 0;
  margin: 0 auto 16rem;
  transition: all 0.4s;
}
.recruit__button span {
  display: block;
  margin-bottom: 6rem;
}
.recruit__button:hover {
  background-color: #fff;
  color: #E83818;
  border: 2rem solid #E83818;
}
@media only screen and (min-width: 769px) {
  .recruit__button {
    border-radius: 4rem;
  }
}

.recruit__link {
  color: #313232;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48rem;
  text-align: center;
}
.recruit__link a {
  display: inline-block;
  color: #E83818;
  font-weight: 900;
  opacity: 1;
  transition: opacity 0.4s;
}
.recruit__link a:hover {
  opacity: 0.5;
}
.recruit__link--message {
  background-color: #fff;
  padding-top: 16rem;
  padding-bottom: 6rem;
  color: #313232;
}
.recruit__link--message a {
  color: #E83818;
  opacity: 1;
  transition: opacity 0.4s;
}
.recruit__link--message a:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) {
  .recruit__link--message {
    padding-top: 24rem;
    padding-bottom: 4rem;
  }
  .recruit__link--message a {
    opacity: 1;
    transition: opacity 0.4s;
  }
  .recruit__link--message a:hover {
    opacity: 0.5;
  }
}

.recruit__faqHeading {
  background-color: #EDE7DA;
  color: #E83818;
  font-family: "Noto Sans JP", sans-serif;
  width: 320rem;
  margin: auto;
  text-align: center;
  font-size: 18rem;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: 0.72rem;
  padding: 28rem 0;
  display: block;
  border-radius: 2rem 2rem 0rem 0rem;
}
@media only screen and (min-width: 769px) {
  .recruit__faqHeading {
    border-radius: 4rem 4rem 0rem 0rem;
    width: 550rem;
    font-size: 20rem;
    letter-spacing: 0.8rem;
    padding: 30rem 0;
  }
}

.recruit__faqInner {
  background-color: #EDE7DA;
  padding-bottom: 40rem;
}
@media only screen and (min-width: 769px) {
  .recruit__faqInner {
    padding-bottom: 0;
  }
}

.recruit__faqBoxList {
  padding: 40rem 0 0;
  width: calc(100% - 40rem);
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .recruit__faqBoxList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 128rem 0 98rem;
    width: 1080rem;
  }
}

.recruit__faqQuestion {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 160rem;
  border-radius: 4px;
  overflow: hidden;
  background: #FFF;
  margin-bottom: 16rem;
}
.recruit__faqQuestion:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .recruit__faqQuestion {
    width: 340rem;
    height: 340rem;
    margin-bottom: 30rem;
  }
}

.recruit__faqQuestionIcon {
  color: #E83818;
  font-family: "Figtree", sans-serif;
  font-size: 49.741rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 129.326px */
  text-transform: uppercase;
  margin: 10rem 0 10rem 10rem;
}
.recruit__faqQuestionIcon--yellow {
  color: #F1A408;
}
@media only screen and (min-width: 769px) {
  .recruit__faqQuestionIcon {
    font-size: 99.481rem;
    margin: 28rem 0 42rem 20rem;
  }
}

.recruit__faqQuestionText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.48rem;
  color: #E83818;
  display: block;
  position: absolute;
  width: calc(100% - 96rem);
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit__faqQuestionText--yellow {
  color: #F1A408;
}
@media only screen and (min-width: 769px) {
  .recruit__faqQuestionText {
    width: calc(100% - 80rem);
    font-size: 18rem;
    letter-spacing: 0.54rem;
    top: 50%;
  }
}

.recruit__faqQuestionTag {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85rem;
  font-size: 0;
}
.recruit__faqQuestionTag img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .recruit__faqQuestionTag {
    width: 170rem;
  }
}

.recruit__faqAnswer {
  position: relative;
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.recruit__faqAnswer.is-active {
  display: block;
}

.recruit__faqAnswerInner {
  border-radius: 2rem;
  background-color: #FFFFFF;
  width: calc(100% - 40rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerInner {
    border-radius: 4rem;
    width: 890rem;
  }
}

.recruit__faqAnswerTitle {
  background-color: #E83818;
  padding: 33rem 20rem;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 2rem 2rem 0rem 0rem;
}
.recruit__faqAnswerTitle--yellow {
  background-color: #F1A408;
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerTitle {
    border-radius: 4rem 4rem 0rem 0rem;
    padding: 33rem 80rem;
  }
}

.recruit__faqAnswerTitleIcon {
  color: #FFF;
  font-family: "Figtree", sans-serif;
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 16rem;
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerTitleIcon {
    font-size: 48rem;
    margin-right: 24rem;
  }
}

.recruit__faqAnswerTitleInner {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48rem;
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerTitleInner {
    font-size: 18rem;
    letter-spacing: 0.54rem;
  }
}

.recruit__faqAnswerTextarea {
  padding: 40rem 20rem;
  display: flex;
  align-items: center;
  border: 3rem solid #E83818;
  border-top: none;
  border-radius: 0rem 0rem 2rem 2rem;
}
.recruit__faqAnswerTextarea--yellow {
  border: 3rem solid #F1A408;
  border-top: none;
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerTextarea {
    border-radius: 0rem 0rem 4rem 4rem;
    padding: 64rem 80rem;
  }
}

.recruit__faqAnswerIcon {
  color: #E83818;
  font-family: "Figtree", sans-serif;
  font-size: 40rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 16rem;
}
.recruit__faqAnswerIcon--yellow {
  color: #F1A408;
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerIcon {
    margin-right: 24rem;
  }
}

.recruit__faqAnswerText {
  color: #E83818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.48rem;
}
.recruit__faqAnswerText--yellow {
  color: #F1A408;
}
@media only screen and (min-width: 769px) {
  .recruit__faqAnswerText {
    font-size: 18rem;
    letter-spacing: 0.54rem;
  }
}

.recruit__faqAnswerClose {
  position: absolute;
  right: 0;
  top: -32rem;
  width: 22rem;
  cursor: pointer;
}

.recruit__message {
  position: relative;
}

.recruit__messageImg {
  font-size: 0;
  width: 100%;
}
.recruit__messageImg img {
  width: 100%;
}

.recruit__messageInner {
  position: absolute;
  top: 82rem;
  left: 0;
  right: 0;
  width: calc(100% - 40rem);
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .recruit__messageInner {
    top: 112rem;
    width: 100%;
  }
}

.recruit__messageText {
  margin-bottom: 48rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .recruit__messageText {
    margin-bottom: 40rem;
  }
}

.recruit__messageTextInner {
  color: #E83818;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26rem;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 45px */
  letter-spacing: 4.5rem;
  text-transform: uppercase;
  padding: 2rem 4rem 6rem 4rem;
  margin-bottom: 4rem;
  display: inline-block;
  background-color: #FFFFFF;
}
.recruit__messageTextInner:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .recruit__messageTextInner {
    font-size: 45rem;
    padding: 4rem 10rem 8rem 10rem;
  }
}