@charset "utf-8";

.job_hero__inner {
  padding-top: 88px;
  padding-bottom: 40px;
}
.job_hero_container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}
.job_hero__text {
  margin-top: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.job_hero__title {
  margin-top: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.job_hero__info {
  margin-top: 24px;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 400;
}

/*
 * job description
 */
.job_description {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 32px;
  margin: 0 auto;
}

.job_description_wrapper {
  display: flex;
  overflow: hidden;
  background-color: var(--white);
  border-radius: 2px;
  box-shadow: 0 10px 13px 0 rgb(39 49 59 / 10%);
}

.job_description_menu {
  flex-shrink: 0;
}

.job_description_menu_back {
  display: flex;
  align-items: center;
  padding: 20px 32px;
  font-size: 15px;
  font-weight: 600;
  color: #3892e5;
  border-bottom: 1px solid #eef3f7;
  will-change: opacity;
  transition: opacity 0.2s ease-in-out;
}

.job_description_menu_back:hover {
  opacity: 0.6;
}

.job_description_menu_back_arrow {
  font-size: 20px;
}

.job_description_menu_back_text {
  margin-left: 12px;
}

.job_description_menu_application_btn {
  width: 200px;
  margin: 20px 32px 0;
  line-height: 44px;
  color: #fff;
  background-color: #1b2228;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  font-weight: 500;
  border: solid 1px #dce2e8;
  border-radius: 48px;
  box-sizing: border-box;
  will-change: opacity;
  transition: opacity 0.2s ease-in-out;
}

.job_description_menu_application_btn:hover {
  opacity: 0.6;
}

.job_description_content {
  padding: 40px 40px 0;
}

.job_description_content h2 {
  padding: 32px 0 12px;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px dashed rgb(39 49 59 / 15%);
}

.job_description_content h2:first-child {
  padding: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  border-top: none;
}

.job_description_content li {
  line-height: 1.8em;
}

.job_description_content li::before {
  color: var(--yellow);
  content: "・";
}

/*
 * 980px
 */
@media screen and (max-width: 980px) {
  .job_hero_sub_title {
    font-size: 22px;
  }

  .job_hero_title {
    font-size: 40px;
  }

  .job_description_menu {
    display: none;
  }
}

/*
 * 768px
 */
@media screen and (max-width: 768px) {
  .job_hero__inner {
    padding: 34px 0 40px;
  }

  .job_hero__info {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 14px;
  }
}

/*
 * 760px
 */
@media screen and (max-width: 760px) {
  .job_hero_container {
    padding: 0 24px;
  }
  .job_description {
    padding: 0 24px;
  }
  .job_hero_sub_title {
    font-size: 20px;
  }

  .job_hero_title {
    font-size: 36px;
  }
}

/*
 * 640px
 */
@media screen and (max-width: 640px) {
  .job_hero__title {
    font-size: 32px;
  }
}

/*
 * 580px
 */
@media screen and (max-width: 580px) {
  .job_hero_title {
    max-width: 80%;
  }

  .job_hero_text {
    max-width: 80%;
    font-size: 14px;
  }

  .job_description_content h2:first-child {
    font-size: 18px;
  }
}

/*
 * 480px
 */
@media screen and (max-width: 480px) {
  .job_hero_sub_title {
    font-size: 18px;
  }

  .job_hero_title {
    max-width: 100%;
    font-size: 32px;
  }

  .job_hero_text {
    max-width: 100%;
  }

  .job_description {
    margin: 0 auto 40px;
  }

  .job_description.basic_width {
    padding: 0;
  }

  .job_description_content {
    padding: 24px 24px 0;
  }
}

/*
 * 460px
 */
@media screen and (max-width: 460px) {
  .job_hero__title {
    font-size: 28px;
  }
}

/*
 * 360px
 */
@media screen and (max-width: 360px) {
  .job_hero_title {
    max-width: 100%;
    font-size: 30px;
  }

  .job_hero_text {
    max-width: 100%;
  }
}
