@charset "utf-8";

.container {
  padding-inline: 2rem;
}

.m-column-content {
  align-items: center;
}

.m-column-info {
  align-content: center;
  padding-block: 4rem;
}

.m-column-hdg {
  font-size: 2.4rem;
}

.m-column-hdg {
  line-height: 1.8;
  padding-block: 2.4rem 5rem;
}

.m-recruit-sub-hdg {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.m-recruit-hdg {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2rem;
}

@media screen and (min-width: 1600px) {
  .m-message.bg-white {
    background-color: var(--color-black);
  }

  .m-column-info {
    background-color: var(--color-white);
    box-sizing: border-box;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .m-column-content {
    padding-block: 6rem;
  }

  .m-column-info {
    padding-block: 3rem 0;
  }

  .m-column-hdg {
    padding-block: 2.4rem 3rem;
  }

  .m-recruit-hdg {
    font-size: 2.6rem;
  }
}


/* 求める人物像 */
.m-ideal {
  padding-block: 9.5rem 10rem;
}

.m-ideal-list {
  display: grid;
  gap: 3rem;
  margin-top: 4rem;
}

.m-ideal-list__item {
  background-color: #222;
  border-left: 0.1rem solid var(--color-white);
  padding: 2rem;
}

.m-ideal-list__hdg {
  font-size: 1.8rem;
  line-height: 2;
}

.m-ideal-list__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .m-ideal {
    padding-block: 6rem;
  }
}

/* 数字で見るスターフライヤー */
.m-number {
  background-color: #fff;
  padding-block: 9.5rem 10rem;
}

.m-number .m-recruit-sub-hdg {
  color: rgba(17, 17, 17, 0.5);
}

.m-number .m-recruit-hdg {
  color: var(--color-black);
}

.m-number-list {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(auto-fit, minmax(34rem, 1fr));
  margin-top: 4.5rem;
}

.m-number-list__item {
  background-color: var(--color-white);
  padding: 3rem;
}

.m-number-list__hdg {
  color: var(--color-black);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

.m-number-list__img {
  margin: 2rem auto 0;
  width: fit-content;
}

.m-number-list__img img {
  height: auto;
  max-height: 10rem;
  width: auto;
}

.m-number-list__columns {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin: 1rem auto 0;
  max-width: 30rem;
}

.m-number-list__txt {
  color: var(--color-black);
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.m-number-list__columns .m-number-list__txt {
  align-items: baseline;
  display: flex;
  font-size: 7rem;
  gap: 0.1rem;
}

.m-number-list__txt-label {
  font-size: 2.6rem;
  font-weight: 700;
  margin-right: 1rem;
  writing-mode: vertical-rl;
}

.m-number-list__txt-value {
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.m-number-list__note {
  color: var(--color-black);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  margin-top: 4rem;
}

@media screen and (max-width: 1024px) {
  .m-number-list {
    gap: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .m-number {
    padding-block: 6rem;
  }

  .m-number-list__note {
    font-size: 1.4rem;
  }
}

/* 採用応募はこちら */
.m-entry {
  background-image: url(/recruit/recruitment/resource/img/bg_starry_sky.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 15.5rem;
}

.m-entry-hdg {
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.m-entry-sub-hdg {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.3rem;
  text-align: center;
}

.m-entry-list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  margin-top: 6rem;
}

.m-entry-list__link {
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-black);
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  height: 16rem;
  padding: 3.6rem 3rem;
  width: 100%;
}

.m-entry-list__link::after {
  bottom: 2.8rem;
  height: 2rem;
  position: absolute;
  right: 3rem;
  width: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .m-entry-list {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .m-entry {
    padding-block: 6rem;
  }
}


/* 採用についてよくあるご質問 */
.m-faq {
  background-image: url(/recruit/recruitment/resource/img/bg_faq.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -6rem;
  padding-block: 9.5rem 10rem;
}

.m-faq-hdg {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.m-faq__list {
  display: grid;
  gap: 2rem;
  margin-top: 5.8rem;
}

.m-faq__item {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
}

.m-faq__heading-q {
  align-items: center;
  background-color: var(--color-black);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  justify-content: center;
}

.m-faq__heading {
  background-color: var(--color-black);
  border: none;
  display: grid;
  grid-template-columns: auto 1.5rem;
  padding: 2.4rem 2rem;
  width: 100%;
}

.m-faq__heading-text {
  color: var(--color-white);
  font-size: 1.6rem;
  line-height: 2;
  padding-right: 1rem;
  text-align: start;
}

.m-faq__answer {
  background-color: var(--color-white);
  box-sizing: border-box;
  color: var(--color-black);
  display: grid;
  gap: 2.3rem;
  grid-template-columns: 1.5rem 1fr;
  padding: 2.1rem 2rem;
  width: 100%;
}

.m-faq__text-a {
  font-size: 2rem;
  font-weight: 700;
  padding-top: 0.5rem;
}

.m-faq__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
}

.m-faq__icon {
  display: block;
  height: 1.6rem;
  place-self: center;
  position: relative;
  width: 1.6rem;
}

.m-faq__icon-bar {
  background: var(--color-white);
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.15s ease-out;
  width: 0.2rem;
}
.js-accordHeading {
  cursor: pointer;
}

.js-accordBody {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.js-moveableIcon {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
  .m-faq {
    padding-block: 6rem;
  }

  .m-faq-hdg {
    font-size: 2.4rem;
  }
}
