@charset "UTF-8";
/* ==========================================================================
   各セクションの設定
   ========================================================================== */
main #title-section h1 {
  background-image: url("/images/career/title-pc.jpg");
}
@media screen and (max-width: 959px) {
  main #title-section h1 {
    background-image: url("/images/career/title-sp.jpg");
  }
}

#lead-section .section__title {
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #2c2a29;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #lead-section .section__title {
    font-size: 20px;
  }
}
#lead-section .section__text {
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  color: #2c2a29;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #lead-section .section__text {
    font-size: 16px;
  }
}

#entry-section .contents-box {
  display: flex;
  flex-direction: column;
  gap: 80px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #entry-section .contents-box {
    gap: 40px;
  }
}
#entry-section .contents-box .entry-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#entry-section .contents-box .entry {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#entry-section .contents-box .blue-g {
  /* 採用について */
  display: inline-block;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: transparent;
  background: linear-gradient(90deg, #10069f, #3c2eff);
  background-clip: text;
}
@media screen and (max-width: 959px) {
  #entry-section .contents-box .blue-g {
    font-size: 40px; /* スマホ時は文字を小さく */
  }
}
#entry-section .contents-box .ex-text {
  /* 支援機関を通じて */
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1rem;
  text-align: left;
}
#entry-section .contents-box h2.section__title {
  /* 2026年現在 */
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #entry-section .contents-box h2.section__title {
    font-size: 22px; /* スマホ時は文字を小さく */
  }
}
#entry-section .contents-box p.section__title {
  /* 首都圏以外で */
  font-size: 1rem;
  text-align: center;
}
#entry-section .job-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 3rem;
  text-align: left;
}
#entry-section .job-list h3.section__title {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #entry-section .job-list h3.section__title {
    font-size: 24px;
  }
}
#entry-section .ui-static-grid-list {
  display: grid;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  margin: 0;
}
#entry-section .ui-static-grid-space-wide {
  gap: 24px;
}
@media screen and (width >= 1104px) {
  #entry-section .ui-static-grid-lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#entry-section .ui-static-heading {
  margin: 0;
  font-weight: 400;
  color: #2c2a29;
}
#entry-section .ui-static-heading-size-small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (width >= 768px) {
  #entry-section .ui-static-heading-size-small {
    font-size: 20px;
  }
}
#entry-section .ui-static-heading-right {
  text-align: right;
}
#entry-section .ui-static-item-card {
  display: grid;
  align-items: flex-start;
  width: 100%;
}
#entry-section .ui-static-item-card-horizontal-sm {
  grid-template-columns: 164px 1fr;
  gap: 24px;
}
#entry-section .ui-static-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
}
#entry-section .ui-static-item-card-details {
  display: grid;
}

#flow-section {
  /* よくある質問 */
}
#flow-section .contents-box {
  padding-bottom: 20px;
}
#flow-section .section__title {
  margin-bottom: 0.5rem;
  font-size: 36px;
  font-weight: bold;
  color: #2c2a29;
}
@media screen and (max-width: 959px) {
  #flow-section .section__title {
    font-size: 28px;
  }
}
#flow-section .flow__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  /* スマホ時は縦並びにする */
}
@media screen and (max-width: 959px) {
  #flow-section .flow__list {
    flex-direction: column;
  }
}
#flow-section .flow__list li {
  position: relative;
  width: calc((100% - 4rem) / 3); /* PCは3カラム横並び */
  min-height: 240px;
  padding: 1.25rem;
  margin-right: 32px;
  margin-bottom: 2.5rem;
  background-color: #f2f2f2;
}
#flow-section .flow__list li:nth-child(3n) {
  margin-right: 0;
}
#flow-section .flow__list li {
  /* ★一番下で効かなかったスタイルをここに正しく移植しました！ */
}
@media screen and (max-width: 959px) {
  #flow-section .flow__list li {
    width: 100%; /* スマホ時は横幅いっぱい */
    min-height: auto; /* 高さを自動に */
    margin-right: 0; /* 右余白をリセット */
  }
}
#flow-section .flow__list-title {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  font-weight: bold;
}
#flow-section .flow__list-text {
  font-size: 1rem;
  line-height: 1.6;
}

#registration-section {
  /* サポート一覧（前回決定した完全版） */
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
#registration-section .contents-box {
  width: 100%;
  max-width: none !important;
  padding: 0 !important;
}
#registration-section .registration-wrap {
  position: relative;
  width: 100%;
  /* ★修正①：親要素にpaddingを設定して、カードを下に押し下げる（青背景の連動を防ぐ） */
  padding-top: 240px;
  padding-bottom: 5rem;
  /* スマホ時は親のpaddingをリセット */
}
@media screen and (max-width: 959px) {
  #registration-section .registration-wrap {
    padding-top: 0;
  }
}
#registration-section .registration-wrap h3.blue-g {
  position: absolute;
  top: 0; /* これで完全に一番上に固定されます */
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 380px;
  padding-top: 90px;
  margin: 0;
  background: linear-gradient(90deg, #0012b3 0%, #3b36ff 100%);
}
#registration-section .registration-wrap h3.blue-g span {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #registration-section .registration-wrap h3.blue-g {
    height: 100%;
    padding-top: 40px;
    background: linear-gradient(180deg, #0012b3 0%, #3b36ff 100%);
  }
  #registration-section .registration-wrap h3.blue-g span {
    font-size: 1.8rem;
  }
}
#registration-section .registration-wrap {
  /* ▼ 6つのカードを囲むリスト枠 */
}
#registration-section .registration-wrap ul {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2px;
  width: calc(100% - 40px);
  max-width: 1060px;
  padding: 0;
  /* ★修正②：margin-top を 0 にして、左右中央配置（auto）だけにします */
  margin: 0 auto;
  list-style: none;
  background-color: #fff !important;
  /* スマホ表示 */
}
@media screen and (max-width: 959px) {
  #registration-section .registration-wrap ul {
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100%;
    max-width: none;
    padding: 110px 24px 0; /* スマホ時はここのpaddingで調整しているためそのまま */
    margin: 0 auto;
    background-color: transparent !important;
  }
}
#registration-section .registration-wrap ul {
  /* ...（li 以降の記述はそのまま） */
}
#registration-section .registration-wrap ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto !important;
  aspect-ratio: 4/3;
  padding: 2rem;
  background-color: #f5f5f5 !important;
}
@media screen and (max-width: 959px) {
  #registration-section .registration-wrap ul li {
    min-height: 90px;
    aspect-ratio: auto;
    padding: 24px 20px;
    border-radius: 4px;
  }
}
#registration-section .registration-wrap ul li::before, #registration-section .registration-wrap ul li::after {
  display: none !important;
  content: none !important;
}
#registration-section .registration-wrap ul li p {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c2a29;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #registration-section .registration-wrap ul li p {
    font-size: 1.1rem;
  }
  #registration-section .registration-wrap ul li p br {
    display: none;
  }
}
#registration-section .registration-wrap ul li span {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
  text-align: center;
  text-transform: lowercase;
}
@media screen and (max-width: 959px) {
  #registration-section .registration-wrap ul li span {
    margin-top: 6px;
    font-size: 0.8rem;
  }
}
#registration-section h4 {
  max-width: 1060px;
  padding: 0 20px;
  margin: 4rem auto 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  #registration-section h4 {
    padding: 0 24px;
    margin-top: 3rem;
  }
}

.contents-box {
  padding: 80px 8.3333vw;
}

/* ==========================================================================
   main 共通スタイル枠
   ========================================================================== */
main {
  /* 共通コンポーネント：トピックスヘッダ */
}
main .topics {
  align-self: flex-start;
  margin-bottom: 32px;
  text-align: left;
}
main .topics .message-label {
  /* 先輩スタッ,社内の */
  margin-bottom: 0.5rem;
  font-size: 36px;
  font-weight: bold;
  color: #2c2a29;
}
main {
  /* 社内の様子セクション */
}
main #culture-section .workstyle-wrap {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  main #culture-section .workstyle-wrap {
    flex-direction: column;
    gap: 40px;
  }
}
main #culture-section .workstyle-box {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  width: 33.33333%;
}
@media screen and (max-width: 959px) {
  main #culture-section .workstyle-box {
    width: 100%;
  }
}
main #culture-section .workstyle-box h3 {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #2c2a29;
  text-align: center;
}
@media screen and (max-width: 959px) {
  main #culture-section .workstyle-box h3 {
    margin-top: 12px;
    font-size: 16px;
  }
}
main #culture-section .workstyle-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
main {
  /* 共通コンポーネント：3カラムナビゲーションラップ */
}
main .navi-wrap {
  display: flex;
  gap: 0;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 959px) {
  main .navi-wrap {
    flex-direction: column; /* スマホ時は縦並びに */
  }
}
main .navi-wrap h3 {
  position: relative;
  font-size: 18px;
  text-align: left;
}
main {
  /* 先輩スタッフの声 */
}
main #voice-section .workstyle-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.33333%;
  aspect-ratio: 1/1;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 959px) {
  main #voice-section .workstyle-item {
    width: 100%; /* スマホ時は横幅いっぱい */
  }
}
main #voice-section .workstyle-item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main #voice-section .workstyle-item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
main #voice-section .workstyle-item h3,
main #voice-section .workstyle-item p {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}
main #voice-section .workstyle-item h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}
main #voice-section .workstyle-item p {
  padding: 0 30px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
main #voice-section .item-01::before {
  background-image: url("../images/challenged/job07.jpg");
}
main #voice-section .item-02::before {
  background-image: url("../images/challenged/job08.jpg");
}
main #voice-section .item-03::before {
  background-image: url("../images/challenged/job09.jpg");
}
main {
  /* エントリーボタン */
}
main .career-btm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 80px;
  padding: 0 40px;
  margin: 5rem auto 0;
  font-size: 1.5rem;
  text-decoration: none;
  border-radius: 80px;
}
main .career-btm span {
  position: relative;
  z-index: 3;
  display: inline-block;
}
main .career-btm::after {
  position: absolute;
  top: 0;
  right: 30px;
  z-index: 3;
  display: block;
  width: 10px;
  height: 100%;
  content: "";
  background: url("../images/icon-link-w.svg") no-repeat center;
  background-size: contain;
}
@media screen and (width >= 960px) {
  main .career-btm::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #10069f;
    border-radius: 80px;
    transform: scale(0, 1);
    transform-origin: center right;
    transition: transform 0.3s ease;
  }
  main .career-btm:hover::before {
    transform: scale(1, 1);
    transform-origin: center left;
  }
}
