@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =============================================
   合同会社Right-Hand Consulting LP
   SWELL追加CSS
   =============================================
   使い方：
   WordPress管理画面 → 外観 → カスタマイズ → 追加CSS
   に下記CSSをすべて貼り付けてください。
   ============================================= */

/* --- Reset & Base --- */
.rh-lp-wrap *,
.rh-lp-wrap *::before,
.rh-lp-wrap *::after {
  box-sizing: border-box;
}

.rh-lp-wrap {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  overflow-x: hidden;
}

/* SWELLの最大幅を解除して画面幅いっぱいに広げる */
.rh-lp-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* --- カラー変数 --- */
.rh-lp-wrap {
  --rh-primary: #1a2744;
  --rh-accent: #c8a96e;
  --rh-line-green: #06C755;
  --rh-bg: #f8f6f2;
  --rh-white: #ffffff;
  --rh-text: #333333;
  --rh-border: #e0ddd8;
}

/* --- コンテナ --- */
.rh-lp-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- セクション共通 --- */
.rh-lp-section {
  padding: 72px 0;
}

/* --- セクションタイトル --- */
.rh-lp-section__ttl {
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin: 0 0 44px;
  line-height: 1.55;
  color: var(--rh-primary);
}
.rh-lp-section__ttl span {
  color: var(--rh-accent);
}
.rh-lp-section__ttl--white {
  color: #fff;
}
.rh-lp-section__ttl--white span {
  color: #f9e4a0;
}

/* =============================================
   ボタン
   ============================================= */
.rh-lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

/* LINEグリーンボタン（白地のセクション用） */
.rh-lp-btn--line {
  background: var(--rh-line-green);
  color: #fff !important;
}
.rh-lp-btn--line:hover {
  background: #05a548;
  color: #fff !important;
  transform: translateY(-2px);
}

/* 白ボタン（緑背景セクション用） */
.rh-lp-btn--line-white {
  background: #fff;
  color: var(--rh-line-green) !important;
}
.rh-lp-btn--line-white:hover {
  background: #f0fff4;
  color: #05a548 !important;
  transform: translateY(-3px);
}

.rh-lp-btn--lg {
  padding: 18px 40px;
  font-size: 1.1rem;
}
.rh-lp-btn--xl {
  padding: 20px 50px;
  font-size: 1.15rem;
}
.rh-lp-btn--shadow {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.rh-lp-line-svg {
  flex-shrink: 0;
  display: block;
}

/* =============================================
   ヘッダー
   ============================================= */
.rh-lp-header {
  background: #fff;
  padding: 12px 20px;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.rh-lp-header__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.rh-lp-header__logo-name {
  font-size: clamp(0.78rem, 2.5vw, 1rem);
  font-weight: 700;
  color: var(--rh-primary);
  line-height: 1.3;
}
.rh-lp-header__cta {
  padding: 10px 20px;
  font-size: 0.82rem;
  white-space: nowrap;
  flex-shrink: 0;
}

/* =============================================
   ヒーローセクション
   ============================================= */
.rh-lp-hero {
  background: linear-gradient(150deg, #0f1d3a 0%, #1a2f5e 50%, #152444 100%);
  padding: 84px 20px;
  text-align: center;
  color: #fff;
}
.rh-lp-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}
.rh-lp-hero__label {
  display: inline-block;
  background: var(--rh-accent);
  color: #fff;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
}
.rh-lp-hero__ttl {
  font-size: clamp(1.6rem, 5.5vw, 2.7rem);
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 24px;
  color: #fff;
}
.rh-lp-hero__ttl span {
  color: #f9e4a0;
  border-bottom: 3px solid var(--rh-accent);
  padding-bottom: 2px;
}
.rh-lp-hero__sub {
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  margin: 0 0 38px;
  opacity: 0.88;
  line-height: 1.9;
}
.rh-lp-hero__note {
  margin-top: 14px;
  font-size: 0.82rem;
  opacity: 0.7;
}

/* =============================================
   お悩みセクション
   ============================================= */
.rh-lp-problem {
  background: var(--rh-bg);
}
.rh-lp-problem__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.rh-lp-problem__list li {
  background: #fff;
  border-left: 4px solid #e74c3c;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  font-size: 0.94rem;
  line-height: 1.6;
}
.rh-lp-problem__list li::before {
  content: "💭 ";
}

/* =============================================
   根本原因セクション
   ============================================= */
.rh-lp-cause {
  background: linear-gradient(150deg, #0f1d3a 0%, #1a2f5e 100%);
  text-align: center;
}
.rh-lp-cause__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 2.1;
}

/* =============================================
   経営構造比較
   ============================================= */
.rh-lp-compare {
  background: #fff;
}
.rh-lp-compare__grid {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.rh-lp-compare__card {
  flex: 1;
  min-width: 240px;
  max-width: 360px;
  padding: 30px 26px;
  border-radius: 14px;
}
.rh-lp-compare__card-icon {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 6px;
}
.rh-lp-compare__card-ttl {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 16px;
  text-align: center;
  color: #fff;
}
.rh-lp-compare__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rh-lp-compare__card ul li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.92rem;
  color: #fff;
}
.rh-lp-compare__card ul li:last-child {
  border-bottom: none;
}
.rh-lp-compare__card--bad {
  background: #5a5a6e;
}
.rh-lp-compare__card--bad .rh-lp-compare__card-icon {
  color: #ff9090;
}
.rh-lp-compare__card--good {
  background: var(--rh-primary);
  border: 3px solid var(--rh-accent);
}
.rh-lp-compare__card--good .rh-lp-compare__card-icon {
  color: #7ddb7d;
}
.rh-lp-compare__arrow {
  font-size: 2.5rem;
  color: var(--rh-accent);
  font-weight: 700;
  flex-shrink: 0;
}

/* =============================================
   4要素セクション
   ============================================= */
.rh-lp-elements {
  background: var(--rh-bg);
}
.rh-lp-elements__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.rh-lp-elements__item {
  background: #fff;
  padding: 30px 24px;
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  text-align: center;
}
.rh-lp-elements__num {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--rh-accent);
  line-height: 1;
  margin-bottom: 12px;
  font-style: italic;
}
.rh-lp-elements__ttl {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--rh-primary);
  margin: 0 0 10px;
}
.rh-lp-elements__item p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.75;
  margin: 0;
}

/* =============================================
   相談内容セクション
   ============================================= */
.rh-lp-consult {
  background: linear-gradient(150deg, #0f1d3a 0%, #1a2f5e 100%);
}
.rh-lp-consult__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.rh-lp-consult__item {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 18px 20px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.93rem;
  line-height: 1.6;
}
.rh-lp-consult__check {
  color: #7ddb7d;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* =============================================
   実績数字セクション
   ============================================= */
.rh-lp-numbers {
  background: #fff;
  text-align: center;
}
.rh-lp-numbers__sub {
  text-align: center;
  color: #888;
  margin: -28px 0 44px;
  font-size: 0.92rem;
}
.rh-lp-numbers__grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.rh-lp-numbers__item {
  text-align: center;
  padding: 28px 20px;
  min-width: 150px;
  border: 2px solid var(--rh-border);
  border-radius: 14px;
  flex: 1;
  max-width: 200px;
}
.rh-lp-numbers__num {
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  font-weight: 700;
  color: var(--rh-primary);
  line-height: 1;
  margin-bottom: 8px;
}
.rh-lp-numbers__num span {
  font-size: 0.5em;
  color: var(--rh-accent);
}
.rh-lp-numbers__item p {
  font-size: 0.88rem;
  color: #666;
  margin: 0;
}

/* =============================================
   プロフィールセクション
   ============================================= */
.rh-lp-profile {
  background: var(--rh-bg);
}
.rh-lp-profile__box {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.rh-lp-profile__img-wrap {
  flex-shrink: 0;
}
.rh-lp-profile__img-placeholder {
  width: 160px;
  height: 200px;
  background: linear-gradient(135deg, #e8e5e0 0%, #d0cdc8 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #999;
  font-size: 0.82rem;
  line-height: 1.6;
}
.rh-lp-profile__name {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--rh-primary);
  margin: 0 0 4px;
}
.rh-lp-profile__role {
  color: var(--rh-accent);
  font-weight: 600;
  margin: 0 0 16px;
  font-size: 0.93rem;
}
.rh-lp-profile__text p {
  font-size: 0.93rem;
  margin: 0 0 12px;
  color: #555;
  line-height: 1.85;
}
.rh-lp-profile__tags {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rh-lp-profile__tags li {
  background: var(--rh-primary);
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}

/* =============================================
   比較表
   ============================================= */
.rh-lp-table-section {
  background: #fff;
}
.rh-lp-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.rh-lp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 520px;
}
.rh-lp-table th,
.rh-lp-table td {
  padding: 16px 18px;
  text-align: center;
  border: 1px solid var(--rh-border);
}
.rh-lp-table thead th {
  background: var(--rh-primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}
.rh-lp-table thead .rh-lp-table__head-item {
  background: #444;
}
.rh-lp-table tbody tr:nth-child(even) {
  background: var(--rh-bg);
}
.rh-lp-table td:first-child {
  font-weight: 600;
  text-align: left;
  color: var(--rh-primary);
}
.rh-lp-table thead .rh-lp-table__bad {
  background: #7a5050;
}
.rh-lp-table thead .rh-lp-table__good {
  background: #1a4a2a;
}
.rh-lp-table tbody .rh-lp-table__bad {
  color: #a33030;
}
.rh-lp-table tbody .rh-lp-table__good {
  color: #1a6a38;
  font-weight: 600;
}

/* =============================================
   対象者セクション
   ============================================= */
.rh-lp-forwhom {
  background: var(--rh-bg);
}
.rh-lp-forwhom__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.rh-lp-forwhom__box {
  padding: 30px;
  border-radius: 14px;
}
.rh-lp-forwhom__ttl {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 18px;
}
.rh-lp-forwhom__ttl--yes {
  color: #2a7a38;
}
.rh-lp-forwhom__ttl--no {
  color: #a33030;
}
.rh-lp-forwhom__box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rh-lp-forwhom__box ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.93rem;
  line-height: 1.6;
}
.rh-lp-forwhom__box ul li:last-child {
  border-bottom: none;
}
.rh-lp-forwhom__box--yes {
  background: #f0fff5;
  border: 2px solid #4caf50;
}
.rh-lp-forwhom__box--yes li::before {
  content: "✓ ";
  color: #4caf50;
  font-weight: 700;
}
.rh-lp-forwhom__box--no {
  background: #fff5f5;
  border: 2px solid #e74c3c;
}
.rh-lp-forwhom__box--no li::before {
  content: "✗ ";
  color: #e74c3c;
  font-weight: 700;
}

/* =============================================
   LINE CTAセクション（フォーム代替）
   ============================================= */
.rh-lp-line-cta {
  background: linear-gradient(150deg, #0a7a35 0%, #06C755 60%, #0a9040 100%);
  text-align: center;
}
.rh-lp-line-cta__sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  margin: -28px 0 40px;
  line-height: 1.9;
}
.rh-lp-line-cta__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.rh-lp-line-cta__step {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.45);
  padding: 20px 18px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  min-width: 170px;
  flex: 1;
  max-width: 220px;
}
.rh-lp-line-cta__step p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
}
.rh-lp-line-cta__step-num {
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.28);
  padding: 3px 10px;
  border-radius: 20px;
  margin: 0 0 10px;
  display: inline-block;
  letter-spacing: 0.05em;
}
.rh-lp-line-cta__step-arrow {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.4rem;
  flex-shrink: 0;
}
.rh-lp-line-cta__note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
}

/* =============================================
   FAQセクション
   ============================================= */
.rh-lp-faq {
  background: var(--rh-bg);
}
.rh-lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rh-lp-faq__item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.rh-lp-faq__q {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--rh-primary);
  user-select: none;
}
.rh-lp-faq__q::marker,
.rh-lp-faq__q::-webkit-details-marker {
  display: none;
}
.rh-lp-faq__q::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rh-accent);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.88rem;
}
.rh-lp-faq__q::after {
  content: "▼";
  margin-left: auto;
  color: var(--rh-accent);
  font-size: 0.75rem;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.rh-lp-faq__item[open] .rh-lp-faq__q::after {
  transform: rotate(180deg);
}
.rh-lp-faq__a {
  padding: 0 24px 20px 64px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.85;
}

/* =============================================
   クロージングセクション
   ============================================= */
.rh-lp-closing {
  background: linear-gradient(150deg, #0f1d3a 0%, #1a2f5e 100%);
  text-align: center;
}
.rh-lp-closing__text {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.04rem;
  max-width: 680px;
  margin: -28px auto 40px;
  line-height: 2.1;
}
.rh-lp-closing__note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

/* =============================================
   プライバシーポリシーセクション
   ============================================= */
.rh-lp-privacy {
  background: #fff;
}
.rh-lp-privacy__content {
  background: var(--rh-bg);
  padding: 40px;
  border-radius: 14px;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.92;
}
.rh-lp-privacy__content p {
  margin: 0 0 12px;
}
.rh-lp-privacy__content h3 {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--rh-primary);
  margin: 28px 0 8px;
  padding-left: 12px;
  border-left: 3px solid var(--rh-accent);
}
.rh-lp-privacy__content ul {
  padding-left: 20px;
  margin: 0 0 12px;
}
.rh-lp-privacy__content ul li {
  margin-bottom: 4px;
}
.rh-lp-privacy__date {
  margin-top: 32px !important;
  text-align: right;
  font-size: 0.82rem;
  color: #888;
}

/* =============================================
   フッター
   ============================================= */
.rh-lp-footer {
  background: var(--rh-primary);
  color: rgba(255, 255, 255, 0.7);
  padding: 36px 20px;
  text-align: center;
}
.rh-lp-footer__inner {
  max-width: 900px;
  margin: 0 auto;
}
.rh-lp-footer__company {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  margin: 0 0 12px;
}
.rh-lp-footer__nav {
  margin: 0 0 16px;
}
.rh-lp-footer__nav a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.84rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 1px;
  transition: color 0.2s;
}
.rh-lp-footer__nav a:hover {
  color: #fff;
}
.rh-lp-footer__copy {
  font-size: 0.78rem;
  margin: 0;
}

/* =============================================
   レスポンシブ
   ============================================= */

/* タブレット・スマホ共通 */
@media (max-width: 768px) {
  .rh-lp-section {
    padding: 52px 0;
  }
  .rh-lp-hero {
    padding: 64px 20px;
  }

  /* プロフィールを縦並びに */
  .rh-lp-profile__box {
    flex-direction: column;
    padding: 28px 22px;
    align-items: center;
  }
  .rh-lp-profile__text {
    width: 100%;
  }

  /* 比較を縦並びに */
  .rh-lp-compare__grid {
    flex-direction: column;
    align-items: center;
  }
  .rh-lp-compare__card {
    max-width: 100%;
    width: 100%;
  }
  .rh-lp-compare__arrow {
    font-size: 2rem;
  }

  /* LINE CTAステップを縦並びに */
  .rh-lp-line-cta__steps {
    flex-direction: column;
    align-items: stretch;
  }
  .rh-lp-line-cta__step {
    max-width: 100%;
  }
  .rh-lp-line-cta__step-arrow {
    text-align: center;
  }

  /* FAQのインデント調整 */
  .rh-lp-faq__a {
    padding-left: 24px;
  }

  /* 数字グリッド */
  .rh-lp-numbers__grid {
    gap: 12px;
  }
  .rh-lp-numbers__item {
    min-width: 130px;
  }

  /* プライバシー */
  .rh-lp-privacy__content {
    padding: 24px 18px;
  }
}

/* スマートフォン */
@media (max-width: 480px) {
  .rh-lp-btn--xl {
    padding: 18px 28px;
    font-size: 1rem;
  }
  .rh-lp-btn--lg {
    padding: 16px 28px;
    font-size: 1rem;
  }
  .rh-lp-header__cta {
    font-size: 0.72rem;
    padding: 8px 12px;
    gap: 5px;
  }
  .rh-lp-compare__arrow {
    transform: rotate(90deg);
  }
  .rh-lp-numbers__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .rh-lp-numbers__item {
    max-width: 100%;
  }
  .rh-lp-elements__grid {
    grid-template-columns: 1fr;
  }
}
