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


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


    recruit


============================================================================= */
/* =============================================================================


    .page-header 


============================================================================= */
.page-header-content {
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
}

.page-header-img {
  border-radius: 30px;
  margin-top: -100px;
  overflow: hidden;
  position: relative;
  width: 44%;
}
.page-header-img:before {
  -webkit-transform: translate(-50%, -50%);
  background: repeating-linear-gradient(-45deg, transparent 0 4px, #212121 4px 5px);
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-header-img img {
  width: 100%;
}

.page-header-txtbox {
  width: calc(56% - 100px);
}

.page-header-ttl {
  font-size: clamp(2.2rem, 2rem + 0.625vw * 1, 3.2rem);
  font-weight: bold;
}

.page-header-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1em;
}

/* =============================================================================


    job


============================================================================= */
.job {
  background: rgba(216, 220, 227, 0.3019607843);
  padding: 120px 0;
}

.job-container {
  margin: auto;
  max-width: 1000px;
}

.job-content {
  border-radius: 30px;
  margin-top: 80px;
  overflow: hidden;
}

.job-content-ttl {
  background: #0022A8;
  color: #fff;
  font-size: clamp(2.2rem, 2rem + 0.625vw * 1, 3.2rem);
  font-weight: bold;
  padding: 20px 40px;
}

.job-content-list {
  background: #fff;
  padding: 40px;
}

.job-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1em 0;
}
.job-content-item + .job-content-item {
  border-top: 2px solid #D8DCE3;
}
.job-content-item dt {
  font-weight: bold;
  min-width: 8em;
}
.job-content-item dd > span {
  display: inline-block;
}

.apply {
  background: #0022A8;
  mix-blend-mode: multiply;
}

.apply-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.apply-btn:hover:before {
  opacity: 0.5;
}
.apply-btn:before {
  background: transparent url(../asset/images/recruit/recruit-bg.jpg) no-repeat top center/cover;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.apply-btn img {
  display: block;
  margin-top: -40px;
  max-width: 420px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.apply-ttl {
  color: #fff;
  font-size: clamp(4.2rem, 4rem + 0.625vw * 1, 5.2rem);
  font-weight: bold;
  position: relative;
  z-index: 2;
}

@media (max-width: 1228px){
  .page-header-content {
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
    /*     flex-direction: column;
        align-items: flex-start;  */
  }
  .page-header-img {
    margin-top: -120px;
    width: 30%;
  }
  .page-header-txtbox {
    width: calc(70% - 30px);
  }
  .page-header-ttl {
    font-size: clamp(1.8rem, 1.6rem + 0.625vw * 1, 2.8rem);
  }
  .apply-ttl {
    font-size: clamp(3.4rem, 3.2rem + 0.625vw * 1, 4.4rem);
  }
}

@media (max-width: 767px){
  .page-header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-header-img {
    width: 60%;
  }
  .page-header-txtbox {
    width: 100%;
  }
  .page-header-ttl {
    font-size: clamp(1.6rem, 1.4rem + 0.625vw * 1, 2.6rem);
  }
  .page-header-txt {
    font-size: 1.4rem;
  }
  .job {
    padding: 50px 0 80px;
  }
  .job-content {
    margin-top: 48px;
  }
  .job-content-ttl {
    padding: 20px;
  }
  .job-content-list {
    padding: 40px 20px;
  }
  .job-content-item {
    gap: 0.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.5rem;
  }
  .apply-ttl {
    font-size: clamp(2.4rem, 2.2rem + 0.625vw * 1, 3.4rem);
  }
}

/*# sourceMappingURL=recruit.css.map*/