/* =========================================================
   RECRUIT page - content area only
   (共通ヘッダー/フッター/サイト共通CSSは既存のものをそのまま使用)
========================================================= */

:root {
  --rc-navy: #16233f;
  --rc-navy-deep: #101a30;
  --rc-gold: #a9834f;
  --rc-gold-light: #cdaa74;
  --rc-gold-panel: #8a7440;
  --rc-gold-panel-deep: #6d5a30;
  --rc-cream: #f7f5f0;
  --rc-text: #333333;
  --rc-text-gray: #656565;
  --rc-serif: 'Noto Serif JP', serif;
}

/* 固定ヘッダー（.site-header）に隠れないよう、ページ内リンク先の見出しにオフセットを持たせる */
#entry,
#requirements,
#requirements-part {
  scroll-margin-top: 130px;
}

@media screen and (max-width: 767px) {
  #entry,
  #requirements,
  #requirements-part {
    scroll-margin-top: 100px;
  }
}

.rc-fullbleed {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ---------- ページタイトル ---------- */
.rc-pageHead {
  text-align: center;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.rc-pageHead__title {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3.2vw, 61px);
  line-height: 1;
  letter-spacing: 2px;
  color: #262626;
}

.rc-pageHead__sub {
  margin: 20px 0 0;
  color: #b4975c;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", sans-serif;
  font-weight: 500;
  font-size: clamp(15px, 1.35vw, 26px);
  line-height: 1;
  letter-spacing: 4px;
}

/* ---------- Hero ---------- */
.rc-hero {
  position: relative;
  height: clamp(320px, 35vw, 670px);
  margin-bottom: clamp(50px, 6vw, 90px);
}

.rc-hero__panel {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 0;
  width: 36.4583%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
  background: rgba(155, 124, 53, 0.9);
  color: #fff;
  overflow: hidden;
}

.rc-hero__mark {
  position: absolute;
  top: 30px;
  left: 30px;
  width: clamp(160px, 20vw, 280px);
  height: auto;
  opacity: 0.65;
}

.rc-hero__catch {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Yu Mincho Demibold", "YuMincho", "游明朝", serif;
  font-weight: 600;
  font-size: clamp(34px, 3.4vw, 65px);
  line-height: 1.5;
  letter-spacing: 1px;
}

.rc-hero__br {
  display: inline;
}

.rc-hero__br-sp {
  display: none;
}

.rc-hero__catch--navy {
  color: var(--rc-navy);
}

.rc-hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 66.6667%;
  height: 100%;
}

.rc-hero__photo picture,
.rc-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-hero__caption {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #fff;
  font-weight: 700;
  font-size: clamp(10px, 0.8vw, 12px);
}

/* ---------- Lead ---------- */
.rc-lead {
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 90px);
}

.rc-lead__title {
  background: none;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", sans-serif;
  color: var(--rc-gold);
  font-weight: 700;
  font-size: clamp(22px, 1.9vw, 36px);
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: clamp(20px, 2.5vw, 34px);
}

.rc-lead__text {
  color: var(--rc-text);
  font-size: clamp(15px, 1.15vw, 22px);
  line-height: 1.5;
  margin: 0 auto;
}

.rc-lead__bar {
  display: inline-block;
  width: 2px;
  height: clamp(36px, 4vw, 56px);
  margin-top: clamp(24px, 3vw, 40px);
  background: linear-gradient(180deg, #b3995e 0%, #0b2846 100%);
}

.rc-newhotels__title {
  background: none;
  font-family: "Yu Mincho Demibold", "YuMincho", "游明朝", serif;
  font-weight: 600;
  color: #0b2846;
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.5;
  margin: 40px 0 0;
}

.rc-newhotels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(24px, 3vw, 40px);
  margin-top: clamp(30px, 3.5vw, 46px);
  text-align: left;
}

.rc-newhotels__item {
  background: #f7f6f4;
  border-radius: 8px;
  padding-bottom: clamp(20px, 2.4vw, 30px);
}

.rc-newhotels__photo {
  position: relative;
}

.rc-newhotels__photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.rc-ribbon {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 70px;
  padding: 4px 20px 16px;
  background: var(--rc-gold);
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 62%, 50% 100%, 0% 62%);
  font-size: clamp(11px, 0.9vw, 13px);
  line-height: 1.2;
  text-align: center;
}

.rc-ribbon em {
  font-style: normal;
  font-family: 'Tangerine', cursive;
  font-weight: 700;
  color: #0b2846;
  font-size: clamp(18px, 1.6vw, 20px);
  letter-spacing: 1px;
}

.rc-ribbon__date {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: clamp(13px, 1.1vw, 15px);
  letter-spacing: 2px;
}

.rc-newhotels__name {
  margin: clamp(16px, 1.8vw, 24px) 0 10px;
  padding: 0 20px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 1.5vw, 24px);
  color: #0b2846;
  text-align: center;
}

.rc-newhotels__text {
  margin: 0;
  padding: 0 60px;
  color: var(--rc-text-gray);
  font-size: clamp(13px, 1vw, 15px);
  line-height: 1.9;
  text-align: left;
}

/* ---------- 運営施設一覧 ---------- */
.rc-history {
  background: var(--rc-navy);
  padding: 150px 20px;
  margin-bottom: clamp(50px, 6vw, 90px);
}

.rc-history__inner {
  max-width: 1110px;
  margin: 0 auto;
  text-align: center;
}

.rc-history__title {
  background: none;
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: clamp(22px, 2.1vw, 40px);
  line-height: 1.6;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.rc-history__label {
  margin-bottom: 75px;
}

.rc-history__en {
  display: block;
  color: var(--rc-gold);
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: clamp(28px, 3.2vw, 43px);
}

.rc-history__divider {
  position: relative;
  display: block;
  height: 1px;
  background: #fff;
}

.rc-history__ja {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  background: #fff;
  color: var(--rc-navy);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  white-space: nowrap;
}

.rc-facilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(16px, 1.9vw, 30px);
  row-gap: clamp(18px, 1.9vw, 24px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc-facilities__name {
  margin: 14px 0 0;
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-align: center;
}

.rc-facilities__note {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-align: center;
}

.rc-facilities img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 350 / 250;
  object-fit: cover;
}

/* ---------- 働く魅力 ---------- */
.rc-merit {
  margin-bottom: clamp(50px, 6vw, 90px);
}

.rc-merit__title {
  background: none;
  display: flex;
  align-items: center;
  text-align: left;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: var(--rc-gold);
  font-weight: 700;
  font-size: clamp(20px, 1.7vw, 28px);
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.rc-merit__title::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 24px;
  background: var(--rc-gold);
}

.rc-merit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc-merit__list li {
  background: var(--rc-cream);
  text-align: center;
  padding: 40px 40px;
}

.rc-merit__list img {
  width: clamp(64px, 6vw, 88px);
  height: auto;
  margin-bottom: clamp(20px, 2.4vw, 32px);
}

.rc-merit__list h3 {
  font-weight: 700;
  font-size: 18px;
  color: var(--rc-text);
  line-height: 1.5;
  margin: 0 0 6px;
}

.rc-merit__list p {
  margin: 0;
  color: var(--rc-text-gray);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.8;
  text-align: left;
}

/* ---------- こんな方を歓迎します ---------- */
.rc-welcome {
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 90px);
}

.rc-welcome__box {
  position: relative;
  background: #fff;
  border: 2px solid var(--rc-gold);
  padding: clamp(60px, 6.5vw, 105px) clamp(30px, 5vw, 60px) clamp(24px, 2.8vw, 40px);
}

.rc-welcome__title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 90px;
  background: var(--rc-gold);
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 32px;
  white-space: nowrap;
  border-radius: 999px;
}

.rc-welcome__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 20px solid var(--rc-gold);
}

.rc-welcome__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 1.4vw, 20px) clamp(40px, 5vw, 70px);
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.rc-welcome__list li {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #262626;
  font-weight: 700;
  font-size: 30px;
  white-space: nowrap;
  text-align: left;
}

.rc-welcome__list img {
  width: clamp(20px, 1.7vw, 24px);
  height: auto;
  flex: none;
}

.rc-welcome__note {
  margin: clamp(30px, 3.5vw, 47px) 0 0;
  color: var(--rc-gold);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
}

.rc-welcome__ppl {
  position: absolute;
  bottom: 0;
  display: block;
  height: clamp(95px, 11.5vw, 140px);
  width: auto;
}

.rc-welcome__ppl--01 {
  left: 20px;
}

.rc-welcome__ppl--02 {
  right: 20px;
}

.rc-entrybtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: clamp(420px, 41.7vw, 800px);
  height: clamp(80px, 7.4vw, 142px);
  margin: clamp(60px, 7.7vw, 148px) auto 0;
  background: var(--rc-navy);
  border-radius: 999px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.rc-entrybtn:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

.rc-entrybtn img {
  width: clamp(28px, 2.3vw, 45px);
  height: auto;
}

.rc-tabbtns {
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: clamp(40px, 5.6vw, 108px);
}

.rc-tabbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(220px, 18vw, 347px);
  height: clamp(34px, 3vw, 56px);
  padding: 0 40px;
  border: 1px solid var(--rc-gold);
  border-radius: 999px;
  background: #fff;
  color: var(--rc-gold);
  font-weight: 700;
  font-size: clamp(14px, 1.1vw, 20px);
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.rc-tabbtn:hover,
.rc-tabbtn.is-active {
  background: var(--rc-gold);
  color: #fff;
  text-decoration: none;
}

/* ---------- 正社員 募集要項 ---------- */
.rc-requirements {
  margin-bottom: clamp(50px, 6vw, 90px);
}

.rc-requirements__title {
  background: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #333;
  border-bottom: 1px solid var(--rc-gold);
  padding-bottom: 10px;
  margin-bottom: 0;
}

.rc-requirements__icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: none;
}

.rc-requirements__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 2px solid var(--rc-gold);
  background: #fff;
}

.rc-requirements__icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background: var(--rc-gold);
}

.rc-requirements__set + .rc-requirements__set {
  margin-top: clamp(40px, 5vw, 64px);
}

.rc-requirements__tab {
  margin: 24px 0 20px;
  padding: 0;
  text-align: left;
  color: #b3995e;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
}

.rc-table {
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  font-size: 16px;
  color: var(--rc-text);
}

.rc-table th,
.rc-table td {
  border-bottom: 1px solid #ddd;
  padding: 24px;
  text-align: left;
  vertical-align: top;
  line-height: 1.9;
}

.rc-table th {
  width: 210px;
  background: var(--rc-cream);
  color: var(--rc-text);
  font-weight: 500;
  white-space: nowrap;
}

/* ---------- 応募方法 ---------- */
.rc-apply {
  max-width: 1100px;
  margin: 0 auto clamp(50px, 6vw, 90px);
  background: var(--rc-navy);
  border: 10px solid #acbbcb;
  color: #fff;
  text-align: center;
  padding: clamp(32px, 3.6vw, 50px) 20px clamp(62px, 6.9vw, 80px);
  font-family: "Yu Gothic", "YuGothic", "游ゴシック", sans-serif;
}

.rc-apply__title {
  background: none;
  font-weight: 700;
  color: var(--rc-gold-light);
  font-size: clamp(26px, 2.6vw, 38px);
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.rc-apply__bar {
  display: block;
  width: clamp(240px, 65%, 717px);
  height: 1px;
  margin: 0 auto clamp(16px, 1.8vw, 24px);
  background: #fff;
}

.rc-apply__bar--sm {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rc-apply__lead {
  margin: 0 0 clamp(14px, 1.6vw, 20px);
  font-weight: 700;
  font-size: clamp(14px, 1.15vw, 18px);
}

.rc-apply__tel {
  margin: 0;
  line-height: 1;
}

.rc-apply__tellabel {
  font-weight: 700;
  font-size: 30px;
  color: var(--rc-gold-light);
  margin-right: 10px;
}

.rc-apply__tel a {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  text-decoration: none;
}

.rc-apply__hours {
  margin: clamp(6px, 0.8vw, 10px) 0 0;
  font-weight: 700;
  font-size: clamp(13px, 1.15vw, 18px);
}

.rc-apply__address {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 22px);
  flex-wrap: wrap;
  justify-content: center;
}

.rc-apply__addrtag {
  padding: 12px 24px;
  background: var(--rc-gold);
  color: #fff;
  font-weight: 700;
  font-size: clamp(13px, 1.05vw, 16px);
  border-radius: 6px;
  white-space: nowrap;
}

.rc-apply__address p {
  margin: 0;
  text-align: left;
  font-weight: 700;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.8;
}

.rc-apply__address-line {
  font-weight: 400;
}

/* =========================================================
   レスポンシブ（構造の組み替え）
========================================================= */
@media screen and (max-width: 991px) {
  .rc-merit__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1300px) {
  .rc-hero__panel {
    padding: 40px;
  }

  .rc-hero__catch {
    font-size: clamp(24px, 4vw, 30px);
    white-space: nowrap;
  }
}

@media screen and (max-width: 960px) {
  .rc-hero__panel {
    padding: 30px;
    overflow: hidden;
  }

  .rc-hero__catch {
    font-size: 24px;
    white-space: nowrap;
  }

  .rc-apply__tel a {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  /* セクション下の余白をPC版より段階的に小さく */
  .rc-hero,
  .rc-lead,
  .rc-history,
  .rc-merit,
  .rc-welcome,
  .rc-requirements,
  .rc-apply {
    margin-bottom: 40px;
  }

  /* ページタイトル */
  .rc-pageHead {
    margin-bottom: 24px;
  }

  .rc-pageHead__sub {
    margin-top: 10px;
  }

  /* Hero */
  .rc-hero {
    height: auto;
  }

  .rc-hero__panel {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 40px;
    overflow: hidden;
  }

  .rc-hero__mark {
    width: clamp(80px, 22vw, 140px);
  }

  .rc-hero__br {
    display: none;
  }

  .rc-hero__catch {
    text-align: center;
    font-size: 6vw;
    white-space: nowrap;
  }

  .rc-hero__photo {
    position: static;
    width: 100%;
    height: clamp(220px, 60vw, 400px);
  }

  /* Lead / New Open ホテル */
  .rc-newhotels {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }

  .rc-newhotels__title {
    margin-bottom: 10px;
  }

  .rc-newhotels__text {
    padding: 0 20px;
    font-size: 15px;
  }

  /* 運営施設一覧 */
  .rc-history {
    padding: 60px 20px;
  }

  .rc-facilities {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .rc-facilities__name {
    font-size: 15px;
  }

  /* 働く魅力 */
  .rc-merit__title::after {
    display: none;
  }

  .rc-merit__title {
    line-height: 1.3;
  }

  .rc-merit__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .rc-merit__list li {
    padding: 40px 20px;
  }

  .rc-merit__list p {
    text-align: center;
  }

  /* こんな方を歓迎します */
  .rc-welcome__box {
    padding: 50px 20px 24px;
  }

  .rc-welcome__title {
    height: 56px;
    padding: 0 30px;
    font-size: 18px;
  }

  .rc-welcome__title::after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 14px;
  }

  .rc-welcome__list {
    gap: 14px 24px;
  }

  .rc-welcome__list li {
    font-size: 18px;
    white-space: normal;
  }

  .rc-welcome__note {
    font-size: 14px;
  }

  .rc-welcome__ppl {
    display: none;
  }

  .rc-entrybtn {
    width: 100%;
    height: 64px;
    margin-top: 40px;
    font-size: 18px;
  }

  .rc-tabbtns {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }

  .rc-tabbtn {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 20px;
  }

  /* 正社員／アルバイト 募集要項 */
  .rc-requirements__title {
    font-size: 20px;
  }

  .rc-requirements__tab {
    font-size: 16px;
  }

  .rc-table {
    font-size: 14px;
  }

  .rc-table th,
  .rc-table td {
    padding: 16px;
    line-height: 1.7;
  }

  .rc-table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }

  .rc-table td {
    display: block;
    width: 100%;
  }

  .rc-table tr {
    display: block;
  }

  /* 運営施設一覧：名称と注釈の間隔 */
  .rc-facilities__note {
    margin-top: 8px;
  }

  /* 応募方法 */
  .rc-apply {
    border-width: 6px;
  }

  .rc-apply__title {
    margin-bottom: 12px;
  }

  .rc-apply__tel {
    white-space: nowrap;
  }

  .rc-apply__tellabel {
    font-size: 16px;
  }

  .rc-apply__tel a {
    font-size: 32px;
  }

  .rc-apply__addrtag {
    padding: 6px 24px;
  }

  .rc-apply__address {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .rc-hero__br-sp {
    display: inline;
  }

  .rc-merit__list {
    grid-template-columns: 1fr;
  }

  .rc-welcome__list {
    grid-template-columns: 1fr;
  }
}
