@charset "UTF-8";

   数字で見るRRG
   ============================================= */
/* グレー背景前に白い余白を作り、他セクションと揃える */
.p-recruit-numbers {
  margin-top: 120px;
  padding-top: 80px !important;
}

@media screen and (max-width: 750px) {
  .p-recruit-numbers {
    margin-top: 80px;
    padding-top: 60px !important;
  }
}

.p-recruit-numbers .list {
  gap: 10px;
}

.p-recruit-numbers .list > li {
  padding: 32px;
  border-radius: 5px;
}

/* =============================================
   トップ：採用情報セクション
   ============================================= */
.p-top-recruit {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 110px;
}

.p-top-recruit .inner {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: var(--bg-clr3);
  border: 1px solid var(--border-clr);
  border-radius: 5px;
  padding: 60px;
}

.p-top-recruit .img {
  width: 400px;
  min-width: 400px;
  height: 300px;
  overflow: hidden;
  border-radius: 3px;
}

.p-top-recruit .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-recruit .body {
  flex: 1;
  min-width: 0;
}

.p-top-recruit .body .small {
  font-family: var(--font-family-en);
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-clr);
  margin-bottom: 8px;
}

.p-top-recruit .body h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.p-top-recruit .body .description {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.p-top-recruit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 416px;
  height: 60px;
  background-color: #fff;
  border: 2px solid var(--main-clr);
  border-radius: 30px;
  color: var(--main-clr);
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.p-top-recruit__btn:hover {
  background-color: var(--main-clr);
  color: #fff;
}

.p-top-recruit__btn svg {
  fill: currentColor;
}

@media screen and (max-width: 750px) {
  .p-top-recruit {
    padding: 0 20px 40px;
  }

  .p-top-recruit .inner {
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px;
  }

  .p-top-recruit .img {
    width: 100%;
    min-width: unset;
    height: 220px;
  }

  .p-top-recruit .body h2 {
    font-size: 2.4rem;
  }

  .p-top-recruit__btn {
    max-width: 100%;
  }
}

/* =============================================
   SP: 福利厚生・数字で見るRRG をワンカラムに
   ============================================= */
@media screen and (max-width: 750px) {
  .p-recruit-welfare .list,
  .p-recruit-numbers .list {
    grid-template-columns: 1fr;
  }
}

/* =============================================
   仕事紹介 / 制度紹介 h3
   ============================================= */
.p-recruit-job .list > li .body h3,
.p-recruit-system .list > li .body h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.p-recruit-job .list > li .body h3::before,
.p-recruit-system .list > li .body h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: var(--main-clr);
}

/* =============================================
   社員インタビュー
   ============================================= */
.p-recruit-interview .list > li {
  align-items: center;
}

/* =============================================
   福利厚生
   ============================================= */
.p-recruit-welfare .list > li h3 {
  font-size: 1.8rem;
}

/* =============================================
   先輩フロー
   ============================================= */
/* STEP間の青い縦線を非表示 */
.p-recruit-flow .list > li:not(:last-child)::after {
  display: none;
}

/* =============================================
   キャリアパス
   ============================================= */
.p-recruit-career .list {
  gap: 10px;
}

.p-recruit-career .list > li {
  border-radius: 5px;
}

.p-recruit-career .list > li .stage {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.p-recruit-career .list > li p {
  font-size: 1.6rem;
  line-height: 2;
}

/* 矢印を非表示（Figmaデザインに合わせる） */
.p-recruit-career .list > li:not(:last-child)::after {
  display: none;
}

/* =============================================
   ヘッダーロゴ：ヘッダー内に収まるサイズ
   ============================================= */
h1.h-logo,
.h-logo {
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: 70px !important;
  display: flex !important;
  align-items: center !important;
}
h1.h-logo img,
.h-logo img {
  width: auto !important;
  height: auto !important;
  max-height: 70px !important;
  max-width: none !important;
  object-fit: contain !important;
}

@media screen and (max-width: 750px) {
  h1.h-logo,
  .h-logo {
    max-height: 36px !important;
  }
  h1.h-logo img,
  .h-logo img {
    max-height: 36px !important;
  }
}
