/* page-recruit.css */
@charset "UTF-8";

/* Header */
a.header-scroll__link {
  display: none;
}
.fv-walker {
  width: 330px;
  position: absolute;
  inset: 100px 0 0 0;
  margin: auto;
}
.header-nav__circle::after {
  width: 80px;
}
.header-scroll__image img {
  height: 450px;
  object-fit: cover;
  align-self: initial;
  width: 100%;
}
.header-nav {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -10px;
  width: 480px;
}
.header-scroll__container {
  padding-bottom: 160px;
  background-color: #f4f4f4;  
}

@media screen and (max-width: 768px) { 
  .header-scroll__container {
    padding-bottom: 0px;
  }
  .header-scroll__image img {
    height: 250px;
  }
  .header-nav {
    bottom: -5px;
    width: 80%;
    max-width: 345px;
  }
  .fv-walker {
    width: 200px;
    inset: 45px 0 0 0;
  }
  .header-nav__circle::after {
    width: 188%;
  }
}

@media screen and (max-width: 415px) { 
  .header-nav__circle::after {
      width: 162%;
  }
}


/* Recruit Section */
.recruit-section {
  background-color: #f4f4f4;
  padding: 80px 0 120px;
}

.recruit-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Recruit Header */
.recruit-header {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 80px;
}

.recruit-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #000000;
}

.recruit-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
  -webkit-text-stroke: 2px #000000;
  paint-order: stroke fill;
}

/* Recruit Content */
.recruit-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Recruit Row - Position/Overview with Content */
.recruit-row {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.recruit-section-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 61px;
  /* min-width: 200px; */
  flex-shrink: 0;
}

.recruit-section-card__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
}

.recruit-section-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #271f8c;
}

/* Row Content Area */
.recruit-row-content {
  flex: 1;
}

/* Position Title */
.recruit-position-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
}

/* Details Table */
.recruit-details {
  background-color: transparent;
  padding: 10px;
  max-width: 690px;
}

.recruit-details__item {
  display: flex;
  gap: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #61869f;
  margin-bottom: 15px;
}

.recruit-details__item:last-child {
  margin-bottom: 0;
}

.recruit-details__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.1em;
  color: #61869f;
  min-width: 150px;
  flex-shrink: 0;
}

.recruit-details__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  color: #000000;
  flex: 1;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
  .recruit-row {
    flex-direction: column;
    gap: 30px;
  }

  .recruit-section-card {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .recruit-section {
    padding: 0px 0 60px;
  }

  .recruit-header {
    margin-bottom: 40px;
  }

  .recruit-header__subtitle {
    font-size: 16px;
  }

  .recruit-header__title {
    font-size: 50px;
  }

  .recruit-content {
    gap: 40px;
  }

  .recruit-row {
    gap: 20px;
  }

  .recruit-section-card__subtitle {
    font-size: 18px;
  }

  .recruit-section-card__title {
    font-size: 24px;
  }

  .recruit-position-title {
    font-size: 24px;
  }

  .recruit-details {
    padding: 5px;
  }

  .recruit-details__item {
    flex-direction: column;
    gap: 15px;
  }

  .recruit-details__label {
    min-width: auto;
    font-size: 16px;
  }

  .recruit-details__content {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .recruit-header__title {
    font-size: 36px;
  }

  .recruit-content {
    gap: 20px;
  }

  .recruit-section-card__subtitle {
    font-size: 16px;
  }

  .recruit-section-card__title {
    font-size: 20px;
  }

  .recruit-position-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .recruit-details__item {
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .recruit-details__label {
    font-size: 15px;
  }

  .recruit-details__content {
    font-size: 13px;
    line-height: 1.7;
  }
}
