@charset "utf-8";

/*-------------------------------------------------------
ページ共通設定
-------------------------------------------------------*/


/*-------------------------------------------------------
ページ個別設定
-------------------------------------------------------*/
/* leadArea
------------------------*/
.leadArea {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  background-color: #000;
  margin: var(--pcSec) auto;
}
.l_contents__inner > .leadArea:first-child {
  margin-top: calc(var(--pcSec) * -1) !important;
}
.leadArea_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px var(--pcInnerPadding);
}
.leadArea_main__text {
  font-weight: 500;
  font-size: 58px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
.leadArea_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 3px solid var(--color_primaryRed);
  padding: 35px var(--pcInnerPadding);
}
.leadArea_sub__text {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.23em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px){
  .l_contents__inner > .leadArea:first-child {
    margin-top: calc(var(--spSec) * -1) !important;
  }
  .leadArea_main {
    padding: 50px var(--spInnerPadding);
  }
  .leadArea_main__text {
    font-size: 30px;
  }
  .leadArea_sub {
    border-top-width: 2px;
    padding: 25px var(--spInnerPadding);
  }
  .leadArea_sub__text {
    font-size: 20px;
  }
}
.mediaBox__box {
  border: none;
  background-color: #F7F7F7;
}
.mediaBox__boxImg {
  flex: 0 0 calc(588 / 1200 * 100%);
  aspect-ratio: 588 / 390;
}
.recruitCard__image img {
  aspect-ratio: 588/390;
}



