@charset "UTF-8";
/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
/*----- .recruit-first ------------------------------------*/
.recruit-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(134px, 31.2727272727px + 27.3939393939vw, 360px);
}
.recruit-first .recruit-illust {
  width: clamp(280px, 66.3636363636px + 56.9696969697vw, 750px);
  display: block;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.recruit-first .first-contents {
  background: #008ABA;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgb(0, 138, 186)), to(rgb(0, 70, 121)));
  background: linear-gradient(0deg, rgb(0, 138, 186) 70%, rgb(0, 70, 121) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(65px, 49.0909090909px + 4.2424242424vw, 100px) 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.recruit-first .recruit-first-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #fff;
  font-size: clamp(3rem, 19.0243902439px + 2.9268292683vw, 6rem);
  text-align: center;
  line-height: 1.4;
}
.recruit-first .wrench-border {
  margin: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px) auto;
  max-width: 1250px;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
.recruit-first .wrench-border img {
  mix-blend-mode: multiply;
}
.recruit-first .first-sub-title {
  font-size: clamp(2rem, 13.4146341463px + 1.756097561vw, 3.8rem);
  line-height: 1.4;
  margin-bottom: clamp(25px, 18.1818181818px + 1.8181818182vw, 40px);
  text-align: center;
}

/*----- .job-description ------------------------------------*/
.job-description .job-desc-title {
  background: #e50012;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px) 15px;
  font-size: clamp(2.2rem, 16.1463414634px + 1.5609756098vw, 3.8rem);
  letter-spacing: 0.4em;
  -webkit-box-shadow: 0px 4px 5px 1px #b3b3b3;
          box-shadow: 0px 4px 5px 1px #b3b3b3;
  margin-bottom: clamp(50px, 36.3636363636px + 3.6363636364vw, 80px);
}
.job-description .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(12px, 8.3636363636px + 0.9696969697vw, 20px) 2%;
  margin-bottom: clamp(35px, 28.1818181818px + 1.8181818182vw, 50px);
}
.job-description .feature-list .feature-item {
  background: #e50012;
  color: #fff;
  font-size: clamp(2.6rem, 23.8048780488px + 0.5853658537vw, 3.2rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(15px, 12.7272727273px + 0.6060606061vw, 20px) clamp(10px, 7.7272727273px + 0.6060606061vw, 15px);
  text-align: center;
  line-height: 1.3;
  border-radius: 100px;
  width: 100%;
  -webkit-box-shadow: inset 0 6px 8px rgba(0, 0, 0, 0.25), inset 0 -6px 8px rgba(0, 0, 0, 0.25), inset 0 0 8px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 6px 8px rgba(0, 0, 0, 0.25), inset 0 -6px 8px rgba(0, 0, 0, 0.25), inset 0 0 8px rgba(0, 0, 0, 0.18);
}
.job-description .job-desc-table {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.job-description .job-desc-table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-description .job-desc-table .table-row dt, .job-description .job-desc-table .table-row dd {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(15px, 12.7272727273px + 0.6060606061vw, 20px);
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(1.6rem, 14.5365853659px + 0.3902439024vw, 2rem);
}
.job-description .job-desc-table .table-row dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(140px, 85.4545454545px + 14.5454545455vw, 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.job-description .job-desc-table .table-row dt.split-title {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(22px, 0.1818181818px + 5.8181818182vw, 70px);
}
.job-description .job-desc-table .table-row dt.split-title span {
  display: block;
}
.job-description .job-desc-table .table-row dd {
  width: 100%;
}
.job-description .entry-btn {
  position: relative;
}
.job-description .entry-btn::after {
  content: "ENTRY";
  position: absolute;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #000000;
  color: #fff;
  line-height: 1;
  font-size: clamp(3rem, 21.9512195122px + 2.1463414634vw, 5.2rem);
  padding: clamp(10px, 7.7272727273px + 0.6060606061vw, 15px) clamp(20px, 17.7272727273px + 0.6060606061vw, 25px);
  width: clamp(120px, 38.1818181818px + 21.8181818182vw, 300px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17%;
  border-radius: 100px;
  text-align: center;
}
.job-description .entry-btn .btn-inner {
  display: block;
  border: clamp(4px, 2.6363636364px + 0.3636363636vw, 7px) solid #e50012;
  border-radius: 200px;
  font-size: clamp(2.4rem, 16.6829268293px + 1.9512195122vw, 4.4rem);
  text-align: center;
  padding: clamp(40px, 21.8181818182px + 4.8484848485vw, 80px) clamp(30px, 20.9090909091px + 2.4242424242vw, 50px) clamp(30px, 16.3636363636px + 3.6363636364vw, 60px);
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.job-description .entry-btn .btn-inner:hover {
  opacity: 1;
  background: #e50012;
  color: #fff;
}
.job-description .tel-wrap .tel-txt {
  text-align: center;
  font-size: clamp(1.8rem, 14.3414634146px + 0.9756097561vw, 2.8rem);
  margin-bottom: clamp(20px, 15.4545454545px + 1.2121212121vw, 30px);
}
.job-description .tel-wrap .entry-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.job-description .tel-wrap .entry-tel .tel-icon {
  width: clamp(40px, 33.1818181818px + 1.8181818182vw, 55px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-description .tel-wrap .entry-tel .tel-number {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(3.7rem, 24.1951219512px + 3.4146341463vw, 7.2rem);
  line-height: 1;
}
@media (min-width: 768px) {
  .job-description .tel-wrap .entry-tel .tel-number {
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .job-description .feature-list .feature-item {
    width: 49%;
  }
}
@media (min-width: 987px) {
  .job-description .feature-list .feature-item {
    width: 32%;
  }
}