@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap'");
/* # =================================================================
# Recruit
# ================================================================= */
/* -- introduction -- */
.introduction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px 40px;
  margin-top: -10px;
}
.introduction__text-warpper {
  width: calc(100% - 290px);
}
.introduction__heading {
  font-size: 24px;
  line-height: 1.7;
}
.introduction__text {
  line-height: 2;
  letter-spacing: -0.5px;
  margin-top: 30px;
}
.introduction__name {
  font-weight: bold;
  margin-top: 20px;
}
.introduction__img-warpper {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .introduction__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introduction__text-warpper {
    width: 100%;
  }
  .introduction__text {
    font-size: 16px;
  }
  .introduction__name {
    font-size: 16px;
  }
  .introduction__img-warpper {
    margin-left: auto;
  }
}
/* -- no-point -- */
.no-point {
  background-color: #f4f4f4;
  padding: 35px 25px;
}
.no-point p {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .no-point p {
    font-size: 18px;
  }
}
/* -- apply -- */
.apply {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 55px 20px;
}
.apply .p-article__heading {
  margin: 0 auto;
}
.apply__text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-top: 35px;
}
.apply__button {
  width: 400px;
  margin: 36px auto 0;
}
.apply__button + .apply__button {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .apply__text {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500;
  }
  .apply__button {
    width: 100%;
    max-width: auto;
  }
}
@media screen and (max-width: 410px) {
  .apply__text {
    font-size: 14px;
  }
}