@charset "UTF-8";
/* CSS Document */

#recruitment_detail .lower_title_02 {
  font-size: 65px;
  color: #838383;
  height: auto;
  line-height: 1.2;
}

.rec_subtitle {
  font-size: 20px;
  color: #838383;
  text-align: center;
}
.rec_text {
  font-size: 20px;
  color: #838383;
  text-align: center;
}

/* Preserve line breaks from editor (no <br> required) */
#recruitment_detail .rec_subtitle,
#recruitment_detail .rec_text,
#recruitment_detail .common_inner dt,
#recruitment_detail .common_inner dd {
  white-space: pre-line;
}

#recruitment_detail .common_inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

#recruitment_detail main > h1 + .common_inner,
#recruitment_detail main > .rec_subtitle + .common_inner,
#recruitment_detail main > .rec_text + .common_inner {
  margin-top: 56px;
}

#recruitment_detail .common_inner > .rec_text + dl,
#recruitment_detail .common_inner > .rec_subtitle + dl {
  margin-top: 20px !important;
}

#recruitment_detail main > .common_inner + .common_inner {
  margin-top: 80px;
}

#recruitment_detail main > .common_inner.ap {
  margin-top: 80px;
}
#recruitment_detail .common_inner .rec_subttl {
  font-size: 30px;
  text-align: center;
  color: #838383;
  font-weight: 400;
}
#recruitment_detail .common_inner dl {
  display: flex;
  padding: 48px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #323232;
}
#recruitment_detail .common_inner dl:first-of-type {
  border-top: 1px solid #323232;
  margin-top: 85px;
}

#recruitment_detail .common_inner dl.no_margin {
  margin-top: 20px !important;
}

#recruitment_detail .common_inner dt {
  color: #8b8b8b;
  font-size: 20px;
  width: 200px;
  font-weight: 500;
}
#recruitment_detail .common_inner dd {
  color: #555;
  font-size: 16px;
  flex: 1;
  padding-top: 0.3em;
}

#recruitment_detail .common_inner dd span {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}

#recruitment_detail .common_inner dd a {
  text-decoration: underline;
}
#recruitment_detail .common_inner dd a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #recruitment_detail .common_inner {
    width: 100%;
    padding: 0 calc(20 * var(--vw375));
  }
  #recruitment_detail .lower_title_02 {
    height: auto;
    font-size: calc(35 * var(--vw375));
    margin-bottom: 0;
    padding: 0 calc(20 * var(--vw375));
  }
  #recruitment_detail main > .rec_subtitle {
    font-size: calc(16 * var(--vw375));
    padding: 0 calc(20 * var(--vw375));
    margin-bottom: calc(20 * var(--vw375));
  }
  #recruitment_detail main > .rec_text {
    font-size: calc(16 * var(--vw375));
    padding: 0 calc(20 * var(--vw375));
  }
  #recruitment_detail .common_inner dl:first-of-type {
    margin-top: calc(56 * var(--vw375));
  }
  #recruitment_detail .common_inner > .rec_text + dl,
  #recruitment_detail .common_inner > .rec_subtitle + dl {
    margin-top: calc(20 * var(--vw375)) !important;
  }
  #recruitment_detail .common_inner dl {
    display: block;
  }
  #recruitment_detail .common_inner dt {
    font-size: calc(16 * var(--vw375));
  }
  #recruitment_detail .common_inner dl {
    padding: calc(38 * var(--vw375)) 0;
  }
  #recruitment_detail .common_inner dt {
    width: 100%;
  }
  #recruitment_detail .common_inner dd {
    font-size: calc(14 * var(--vw375));
  }
  #recruitment_detail .common_inner .rec_subttl {
    margin-top: calc(40 * var(--vw375));
  }
}
