/* ========== Recruit LP ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --rp-pink: #e8829a;
  --rp-pink-light: #fde8ee;
  --rp-pink-dark: #d4637c;
  --rp-text: #2c2c2c;
  --rp-gray: #666;
  --rp-bg: #fff;
  --rp-bg2: #fff8fa;
}

/* ---- ヘッダー ---- */
.rl-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.rl-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 16px;
  height: 56px;
}

.rl-header__logo img {
  height: 36px;
  width: auto;
}

.rl-header__line {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  background: #06C755;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 16px;
  border-radius: 0;
  text-decoration: none;
}

.rl-header__line img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

body.recruit-lp {
  font-family: "Noto Serif JP", serif;
  color: var(--rp-text);
  background: var(--rp-bg);
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/* ---- 共通ボタン ---- */
.rl-btn {
  display: block;
  width: fit-content;
  margin: 32px auto 0;
  background: linear-gradient(135deg, var(--rp-pink), var(--rp-pink-dark));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px 48px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(232, 130, 154, 0.4);
  transition: opacity 0.2s;
}

.rl-btn:hover {
  opacity: 0.85;
}

/* ---- バッジ ---- */
.rl-faq__badge,
.rl-shop__badge,
.rl-wishes__badge,
.rl-points__badge,
.rl-voices__badge,
.rl-flow__badge {
  display: inline-block;
  background: #FF7B94;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 4px 18px;
  border-radius: 50px;
  margin-bottom: 12px;
}

/* ========== HERO ========== */
.rl-hero {
  position: relative;
  height: calc(100svh - 56px);
  min-height: 544px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.rl-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
}

.rl-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.rl-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 24px 32px;
  width: 100%;
  text-align: left;
}

.rl-hero__text {
  /* 上部テキストエリア */
}

.rl-hero__tagline {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 45px;
  letter-spacing: -0.19px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #BAB58A;
}

.rl-hero__catch {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.rl-hero__logo-wrap {
  display: flex;
  justify-content: center;
}

.rl-hero__logo-img {
  height: 250px;
  width: auto;
}

.rl-hero__badges {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rl-hero__badge {
  border: 1px solid;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 6px 14px;
}

/* ========== APPEAL ========== */

.rl-appeal__body {
  padding: 32px 20px;
}

.rl-appeal__bg {
  width: calc(100% - 40px);
  height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0 20px;
  border-radius: 20px;
}

.rl-appeal__bg--flat {
  width: 100%;
  margin: 0;
  border-radius: 20px 20px 0 0;
}

.rl-appeal__overlay {
  display: none;
}

.rl-appeal__title {
  font-size: 28px;
  color: #C5933E;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 12px;
}

.rl-appeal__text {
  font-size: 15px;
  color: #484848;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

.rl-appeal__accent {
  color: #FF7B94;
}

/* ========== こんな希望 ========== */
.rl-wishes {
  background: url(../img/235df14813e229395f3eb93d28d8bc5a.png) center/cover no-repeat;
  background-color: var(--rp-bg2);
  padding: 50px 24px 0;
  text-align: center;
}

.rl-wishes__inner {
  max-width: 480px;
  margin: 0 auto;
}

.rl-wishes__heading {
  font-size: 32px;
  font-weight: 900;
  color: #484848;
  line-height: 1.3;
  margin-bottom: 32px;
}

.rl-wishes__heading span {
  color: #C5933E;
}

.rl-wishes__list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 8px;
}

.rl-wishes__list li {
  font-size: 18px;
  line-height: 1.7;
  padding-left: 22px;
  position: relative;
}

.rl-wishes__list li::before {
  content: '▶';
  position: absolute;
  left: 0;
  color: #484848;
  font-weight: 700;
}

.rl-wishes__img {
  overflow: hidden;
  border-radius: 30px 0 0 0;
  margin-right: -24px;
}

.rl-wishes__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

/* ========== 5つの待遇 ========== */
.rl-points {
  background: #FFF7F8;
  padding: 50px 24px;
  text-align: center;
}

.rl-points__inner {
  max-width: 480px;
  margin: 0 auto;
}

.rl-points__heading {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 48px;
}

.rl-points__heading span {
  color: #C5933E;
  font-size: 37px;
}

/* 各POINT */
.rl-point {
  text-align: left;
  margin-bottom: 40px;
  background: #fff;
  padding: 40px 32px 32px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.rl-point__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FF7B94;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 6px 32px;
  position: absolute;
  top: 16px;
  left: -24px;
}

.rl-point__head {
  position: relative;
  margin-top: 32px;
  margin-bottom: 24px;
}

.rl-point__title {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #484848;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.rl-point__en {
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  color: #C5933E;
  font-weight: 500;
  letter-spacing: 0.05em;
  /* margin-top: 6px; */
  position: relative;
  z-index: 1;
}

.rl-point__icon {
  position: absolute;
  right: -10px;
  top: -30px;
  width: 90px;
  height: 90px;
  object-fit: contain;
  opacity: 0.2;
  z-index: 0;
}

.rl-point__desc {
  font-size: 15px;
  color: #484848;
  line-height: 2;
  position: relative;
  z-index: 1;
}

.rl-point__table {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  background: #fff;
  border: 1.5px solid #FF7B94;
  border-radius: 12px;
  padding: 32px 40px 24px;
  text-align: center;
  position: relative;
}

.rl-point__table-title {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 500;
  background: #FF7B94;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 6px 24px;
  border-radius: 20px;
  white-space: nowrap;
}

.rl-point__table ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: end;
}

.rl-point__table li {
  font-size: 15px;
  color: #484848;
  font-weight: 500;
}

/* ========== 先輩の声 ========== */
.rl-voices {
  background: #fff;
  padding: 50px 0 50px 0;
  text-align: center;
}

.rl-voices__inner {
  margin: 0 auto;
  overflow: hidden;
}

.rl-voices__heading {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #484848;
  margin-bottom: 40px;
}

.rl-voices__heading span {
  color: #C5933E;
}

.rl-voices__list {
  display: flex;
  width: max-content;
  padding: 0 0 32px 0;
  margin: 0;
  will-change: transform;
}

.rl-voice {
  flex: 0 0 80vw;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  background: transparent;
  box-shadow: none;
  padding: 0 8px;
  gap: 16px;
  border-radius: 0;
}

.rl-voice__img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.rl-voice__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rl-voice__body {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rl-voice__text {
  font-size: 15px;
  color: #484848;
  line-height: 1.8;
}

.rl-voice__name {
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin: 0;
  color: var(--rp-gray);
  margin-left: 8px;
}

.rl-voice__text {
  font-size: 13px;
  color: var(--rp-gray);
  line-height: 1.8;
}

/* ========== 入店までの流れ ========== */
.rl-flow {
  background: #FFF7F8;
  padding: 50px 24px;
  text-align: center;
}

.rl-flow__inner {
  max-width: 480px;
  margin: 0 auto;
}

.rl-flow__heading {
  font-size: 32px;
  color: #484848;
  font-weight: 600;
  margin-bottom: 40px;
}

.rl-flow__steps {
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: left;
}

.rl-flow__step {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.rl-flow__step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.rl-flow__step-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rl-flow__step-num {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  color: #FF7B94;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  width: fit-content;
}

.rl-flow__step-num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -24px;
  width: calc(100% + 32px);
  height: 2px;
  background-color: #FF7B94;
  opacity: 0.5;
}

.rl-flow__step-title {
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #484848;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.rl-flow__step-desc {
  font-size: 15px;
  color: #484848;
  line-height: 2;
}

.rl-flow__step-img {
  width: 150px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.rl-flow__step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== FAQ ========== */
.rl-faq {
  padding-top: 50px;
  text-align: center;
}

.rl-faq__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

.rl-faq__heading {
  font-size: 32px;
  color: #484848;
  font-weight: 600;
  margin-bottom: 40px;
}

.rl-faq__list {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}

.rl-faq__item {
  background: #FFF7F8;
  border-radius: 8px;
}

.rl-faq__q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 28px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #484848;
  cursor: pointer;
  text-align: left;
  line-height: 1.6;
}

.rl-faq__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FF7B94;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-style: normal;
}

.rl-faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
}

.rl-faq__a p {
  font-size: 14px;
  color: #666;
  line-height: 2.0;
  padding-bottom: 28px;
}

.rl-faq__item.is-open .rl-faq__a {
  max-height: 300px;
}

.rl-faq__img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* ========== 店舗情報 ========== */
.rl-shop {
  background-image: url('../img/235df14813e229395f3eb93d28d8bc5a.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 50px;
  text-align: center;
}

.rl-shop__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

.rl-shop__header {
  margin-bottom: 48px;
}

.rl-shop__en {
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #FF7B94;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.rl-shop__heading {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #484848;
  letter-spacing: 0.1em;
}

.rl-shop__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rl-shop__block {
  text-align: center;
}

.rl-shop__name {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #FF7B94;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.rl-shop__label {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #FF7B94;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.rl-shop__text {
  font-size: 17px;
  color: #484848;
  line-height: 2;
}

.rl-shop__tel {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: #484848;
}

.rl-shop__tel-label {
  color: #FF7B94;
  font-weight: 500;
}

.rl-shop__tel a {
  color: #484848;
  text-decoration: underline;
  text-decoration-color: #484848;
  text-underline-offset: 4px;
}

.rl-shop__map {
  margin-top: 40px;
  overflow: hidden;
}

.rl-shop__map iframe {
  display: block;
}

/* ========== FOOTER ========== */
.rl-footer {
  background: #fff;
  padding: 24px;
  text-align: center;
}

.rl-footer__copy {
  font-size: 11px;
  color: #484848;
  letter-spacing: 0.05em;
}

/* ========== 簡易レスポンシブ (PC対応) ========== */
@media screen and (max-width: 767px) {
  .rl-hero {
    height: calc(100dvh - 56px);
    min-height: unset;
  }

  .rl-point__table {
    padding: 25px;
  }
}

@media screen and (min-width: 768px) {
  body.recruit-lp {
    background-color: #f5f5f5;
  }

  .rl-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow-x: hidden;
  }
}