@charset "UTF-8";

.rh-recruit-group-page{
  --color-text:#111111;
  --color-subtext:#666666;
  --color-line:#e7e7e7;
  --color-bg:#f7f7f7;
  --container:1200px;
  --transition:all .35s ease;
  color:var(--color-text);
  background:#fff;
  font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height:1.8;
}

.rh-recruit-group-page *{
  box-sizing:border-box;
}

.rh-recruit-group-page a{
  color:inherit;
  text-decoration:none;
}

.rh-recruit-group-page .container{
  width:min(100% - 40px, var(--container));
  margin:0 auto;
}

.rh-recruit-group-page .page-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.48)),
    url('https://real-holdings.co.jp/wp-content/uploads/2025/11/kv_company.jpg') center center / cover no-repeat;
  color:#fff;
}

.rh-recruit-group-page .page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,.06));
  pointer-events:none;
}

.rh-recruit-group-page .page-hero__inner{
  position: relative;
  z-index: 1;
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 0px 0 0px;
}

.rh-recruit-group-page .page-hero{
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.30)),
    url('https://images.unsplash.com/photo-1606836576983-8b458e75221d?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D?auto=format&amp;fit=crop&amp;w=1400&amp;q=80') center center / cover no-repeat;
  color: #fff;
  padding:0px;
}

.rh-recruit-group-page .page-hero__eyebrow{
  margin:0 0 10px;
  font-size:14px;
  letter-spacing:.22em;
  text-transform:uppercase;
  opacity:.92;
}

.rh-recruit-group-page .page-hero__title{
  margin:0;
  font-size:clamp(36px, 6vw, 72px);
  font-weight:500;
  line-height:1.05;
  letter-spacing:.06em;
}

.rh-recruit-group-page .breadcrumbs{
  padding:18px 0;
  border-bottom:1px solid var(--color-line);
  background:#fff;
  color:var(--color-subtext);
  font-size:13px;
}

.rh-recruit-group-page .breadcrumbs span{
  margin:0 10px;
  color:#b8b8b8;
}

.rh-recruit-group-page .section{
  padding:90px 0;
}

.rh-recruit-group-page .section--lead{
  padding-bottom:30px;
}

.rh-recruit-group-page .section-title{
  margin:0 0 18px;
  font-size:clamp(28px, 4vw, 46px);
  line-height:1.15;
  letter-spacing:.08em;
  font-weight:500;
  font-family: "Oswald", sans-serif;
}

.rh-recruit-group-page .section-subtitle{
  display:inline-block;
  margin-bottom:22px;
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--color-subtext);
}

.rh-recruit-group-page .lead-text{
  max-width:900px;
  margin:0;
  font-size:16px;
  color:#333333;
}

.rh-recruit-group-page .group-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
}

.rh-recruit-group-page .group-card{
  position:relative;
  min-height:360px;
  overflow:hidden;
  background:var(--color-bg);
  border:1px solid rgba(0,0,0,.06);
}

.rh-recruit-group-page .group-card__image{
  position:absolute;
  inset:0;
  background-position:center center;
  background-size:cover;
  transition:transform .8s ease;
  transform:scale(1.01);
}

.rh-recruit-group-page .group-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.62) 100%);
  z-index:1;
}

.rh-recruit-group-page .group-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:4px;
  background:#ffffff;
  transform:scaleX(0);
  transform-origin:left center;
  transition:var(--transition);
  z-index:2;
}

.rh-recruit-group-page .group-card:hover .group-card__image,
.rh-recruit-group-page .group-card:focus-within .group-card__image{
  transform:scale(1.08);
}

.rh-recruit-group-page .group-card:hover::after,
.rh-recruit-group-page .group-card:focus-within::after{
  transform:scaleX(1);
}

.rh-recruit-group-page .group-card__content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:34px;
  color:#fff;
}

.rh-recruit-group-page .group-card__en{
  display:block;
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  opacity:.86;
}

.rh-recruit-group-page .group-card__title{
  margin:0 0 12px;
  font-size:clamp(24px, 3vw, 34px);
  line-height:1.2;
  font-weight:500;
  letter-spacing:.04em;
}

.rh-recruit-group-page .group-card__desc{
  margin:0 0 22px;
  font-size:14px;
  line-height:1.9;
  color:rgba(255,255,255,.9);
  max-width:34em;
}

.rh-recruit-group-page .group-card__link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-size:13px;
  letter-spacing:.16em;
  text-transform:uppercase;
  width:fit-content;
}

.rh-recruit-group-page .group-card__link::after{
  content:"→";
  font-size:18px;
  line-height:1;
  transition:transform .25s ease;
}

.rh-recruit-group-page .group-card:hover .group-card__link::after,
.rh-recruit-group-page .group-card:focus-within .group-card__link::after{
  transform:translateX(6px);
}

@media (max-width: 900px){
  .rh-recruit-group-page .page-hero__inner{
    min-height:280px;
    padding:100px 0 70px;
  }

  .rh-recruit-group-page .section{
    padding:70px 0;
  }

  .rh-recruit-group-page .group-grid{
    grid-template-columns:1fr;
  }

  .rh-recruit-group-page .group-card{
    min-height:320px;
  }

  .rh-recruit-group-page .group-card__content{
    padding:26px;
  }
}

@media (max-width: 480px){
  .rh-recruit-group-page .container{
    width:min(100% - 24px, var(--container));
  }

  .rh-recruit-group-page .breadcrumbs{
    font-size:12px;
  }

  .rh-recruit-group-page .group-card{
    min-height:290px;
  }

  .rh-recruit-group-page .group-card__desc{
    font-size:13px;
  }
}

/* ページ上部のデフォルトタイトルを非表示 */
.page .entry-title,
.page .post-title,
.page .page-title,
.page-header-title {
  display: none !important;
}


