/* ========================================
   採用サイトフッター
======================================== */

.recruit-footer,
.recruit-footer *,
.recruit-footer *::before,
.recruit-footer *::after {
  box-sizing: border-box;
}


.recruit-footer {
  width: 100%;

  color: #ffffff;
  background-color: var(--recruit-navy-dark);

  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif;
}


.recruit-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;

  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}


.recruit-footer a:hover,
.recruit-footer a:focus-visible {
  color: #ffffff;
  opacity: 0.72;
}


/* ========================================
   フッター上部
======================================== */

.recruit-footer__main {
  padding: 70px 20px 40px;
}


.recruit-footer__inner {
  width: 100%;
  max-width: 1100px;

  margin: 0 auto;
}


.recruit-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.5fr;
  align-items: start;
  gap: 60px;
}


.recruit-footer__en {
  margin: 0 0 24px;

  color: var(--recruit-orange);

  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}


.recruit-footer__block {
  margin-bottom: 42px;
}


.recruit-footer__block h3 {
  margin: 0 0 18px;

  color: #ffffff;

  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}


.recruit-footer__block ul {
  margin: 0;
  padding: 0;

  list-style: none;
}


.recruit-footer__block li {
  position: relative;

  margin-bottom: 12px;
  padding-left: 24px;

  font-size: 16px;
  line-height: 1.9;
}


.recruit-footer__block li::before {
  content: "";

  position: absolute;
  top: 0.95em;
  left: 0;

  width: 12px;
  height: 2px;

  background: var(--recruit-orange);
}


/* ========================================
   フッターブランド
======================================== */

.recruit-footer__brand {
  margin-top: 20px;

  text-align: center;
}


.recruit-footer__logo img {
  display: block;

  width: 100%;
  max-width: 220px;
  height: auto;

  margin: 0 auto;
}


.recruit-footer__company {
  margin-top: 24px;

  color: #ffffff;

  font-size: 16px;
  line-height: 1.9;
}


.recruit-footer__company p {
  margin: 0;
}


/* ========================================
   SNS
======================================== */

.recruit-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin-top: 20px;
}


.recruit-footer__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.recruit-footer__sns img {
  display: block;

  width: 32px;
  height: 32px;

  object-fit: contain;
}


/* ========================================
   フッター最下部
======================================== */

.recruit-footer__bottom {
  padding: 16px 20px;

  background: #ffffff;
}


.recruit-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  width: 100%;
  max-width: 1100px;

  margin: 0 auto;
}


.recruit-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 36px;
}


.recruit-footer__links a,
.recruit-footer__copy {
  color: var(--recruit-navy-dark);

  font-size: 16px;
  line-height: 1.7;
}


.recruit-footer__links a:hover,
.recruit-footer__links a:focus-visible {
  color: var(--recruit-orange);
  opacity: 1;
}


.recruit-footer__copy {
  margin: 0;

  white-space: nowrap;
}


/* ========================================
   フッター
   タブレット・スマートフォン
======================================== */

@media (max-width: 900px) {

  .recruit-footer__main {
    padding: 54px 20px 32px;
  }


  .recruit-footer__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }


  .recruit-footer__block {
    margin-bottom: 28px;
  }


  .recruit-footer__bottom-inner {
    flex-direction: column;

    text-align: center;
  }


  .recruit-footer__links {
    justify-content: center;
  }


  .recruit-footer__copy {
    white-space: normal;
  }

}


@media (max-width: 600px) {

  .recruit-footer__main {
    padding: 44px 16px 28px;
  }


  .recruit-footer__en {
    margin-bottom: 18px;

    font-size: 23px;
  }


  .recruit-footer__block h3 {
    font-size: 20px;
  }


  .recruit-footer__block li {
    font-size: 14px;
  }


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


  .recruit-footer__bottom {
    padding: 14px 16px;
  }


  .recruit-footer__links {
    gap: 10px 20px;
  }


  .recruit-footer__links a,
  .recruit-footer__copy {
    font-size: 13px;
  }

}
