@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/* スマホのフォントサイズ */
/* デフォルトのフォント */
/* タイトルで使用されるフォント */
/*----------------
共通カラー
-----------------*/
/* 採用詳細ページ（中途採用ページなど） */
#acbj-recruit {
  /*=============================================================
    採用詳細ページ専用CSS
  =============================================================*/
  /* 職種ボタン一覧 */
  /* 職種詳細セクション */
  /* コンテンツブロック */
  /* テーブルスタイル（リピーターフィールド用） */
  /* 応募セクション */
}
#acbj-recruit .career-link {
  display: none;
}
#acbj-recruit .sec-page {
  margin-top: 130px;
}
@media (max-width: 767px) {
  #acbj-recruit .sec-page {
    margin-top: 21.3333333333vw;
  }
}
@media (max-width: 767px) {
  #acbj-recruit .p-ttl--lv2 {
    margin-bottom: 13.3333333333vw;
  }
}
#acbj-recruit .job-type__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: center;
}
@media (max-width: 767px) {
  #acbj-recruit .job-type__buttons {
    gap: 5.3333333333vw;
  }
}
#acbj-recruit .job-type__btn {
  width: 310px;
  padding: 19px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(119, 119, 119) 2px 2px 3px 0px;
  border-radius: 40px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  #acbj-recruit .job-type__btn {
    width: 82.6666666667vw;
    padding: 5.8666666667vw 0;
    font-size: 4.2666666667vw;
    border-radius: 18.6666666667vw;
  }
}
#acbj-recruit .job-type__btn::after {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e941";
  font-size: 23px;
  font-weight: 100;
}
@media (max-width: 767px) {
  #acbj-recruit .job-type__btn::after {
    font-size: 6.1333333333vw;
    right: 5%;
  }
}
#acbj-recruit .job-type__btn:hover {
  background-color: rgb(12, 187, 204);
  color: rgb(255, 255, 255);
}
#acbj-recruit .job-type__contents {
  background-color: #F8F8F8;
  margin-top: 100px;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #acbj-recruit .job-type__contents {
    margin-top: 21.3333333333vw;
    padding: 24vw 0 21.3333333333vw 0;
  }
}
#acbj-recruit .job-detail__container {
  overflow: hidden;
}
#acbj-recruit .job-detail__section {
  background-color: #fff;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-detail__section {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#acbj-recruit .job-detail__section + .job-detail__section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-detail__section + .job-detail__section {
    margin-top: 10.6666666667vw;
  }
}
#acbj-recruit .job-detail__header .job-detail__title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  #acbj-recruit .job-detail__header .job-detail__title {
    font-size: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
  }
}
#acbj-recruit .job-detail__header .job-detail__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #1C4576;
}
#acbj-recruit .job-detail__content {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-detail__content {
    margin-top: 5.3333333333vw;
  }
}
#acbj-recruit .job-content__block + .job-content__block {
  margin-top: 40px;
}
#acbj-recruit .job-content__heading {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  padding-left: 26px;
  position: relative;
}
@media (max-width: 767px) {
  #acbj-recruit .job-content__heading {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
    padding-left: 6.9333333333vw;
  }
}
#acbj-recruit .job-content__heading::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #1C4576;
  font-size: 16px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-content__heading::before {
    font-size: 4.2666666667vw;
  }
}
#acbj-recruit .job-content__text {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #333;
  margin-left: 26px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-content__text {
    font-size: 3.7333333333vw;
    margin-left: 6.9333333333vw;
  }
}
#acbj-recruit .job-content__text p {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-content__text p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#acbj-recruit .job-content__text p:first-child {
  margin-top: 0;
}
#acbj-recruit .job-content__text ul,
#acbj-recruit .job-content__text ol {
  list-style: initial;
  padding-left: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-content__text ul,
  #acbj-recruit .job-content__text ol {
    padding-left: 4vw;
    margin-top: 5.3333333333vw;
  }
}
#acbj-recruit .job-content__text ul li::marker {
  color: #1C4576;
}
#acbj-recruit .job-content__text li + li {
  margin-top: 8px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-content__text li + li {
    margin-top: 2.1333333333vw;
  }
}
#acbj-recruit .job-content__table {
  overflow-x: auto;
}
#acbj-recruit .job-info__table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
}
#acbj-recruit .job-info__table th, #acbj-recruit .job-info__table td {
  padding: 30px 20px;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media (max-width: 767px) {
  #acbj-recruit .job-info__table th, #acbj-recruit .job-info__table td {
    padding: 4vw 3.2vw;
    font-size: 3.4666666667vw;
  }
}
#acbj-recruit .job-info__table th.table-label {
  background-color: #F8F8F8;
  font-weight: bold;
  color: #333;
  width: 170px;
  min-width: 150px;
  vertical-align: top;
}
@media (max-width: 767px) {
  #acbj-recruit .job-info__table th.table-label {
    width: 26.1333333333vw;
    min-width: 24vw;
  }
}
#acbj-recruit .job-info__table td.table-value {
  color: #333;
  line-height: 1.7142857143;
  vertical-align: middle;
  white-space: pre-line;
}
#acbj-recruit .job-apply__section {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  #acbj-recruit .job-apply__section {
    margin-top: 10.6666666667vw;
  }
}
#acbj-recruit .apply-message {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
@media (max-width: 767px) {
  #acbj-recruit .apply-message {
    font-size: 3.7333333333vw;
  }
}
#acbj-recruit .apply-button__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #acbj-recruit .apply-button__wrapper {
    margin-top: 4vw;
    gap: 2.6666666667vw;
  }
}
#acbj-recruit .apply-button {
  width: 310px;
  padding: 19px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(119, 119, 119) 2px 2px 3px 0px;
  border-radius: 40px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  #acbj-recruit .apply-button {
    width: 69.3333333333vw;
    padding: 4.5333333333vw 0;
    font-size: 4.2666666667vw;
    border-radius: 10.6666666667vw;
  }
}
#acbj-recruit .apply-button::after {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: "Material Symbols Outlined";
  content: "\e941";
  font-size: 23px;
  font-weight: 100;
}
@media (max-width: 767px) {
  #acbj-recruit .apply-button::after {
    font-size: 6.1333333333vw;
  }
}
#acbj-recruit .apply-button:hover {
  background-color: rgb(12, 187, 204);
  color: rgb(255, 255, 255);
}
#acbj-recruit .apply-button__logo {
  width: 165px;
}
@media (max-width: 767px) {
  #acbj-recruit .apply-button__logo {
    width: 44vw;
  }
}/*# sourceMappingURL=recruit.css.map */