@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
*/


/* ▼ 明滅アニメーション */
@keyframes glow {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 3px #fff;
  }
  50% {
    opacity: 0.6;
    text-shadow: 0 0 10px #fff;
  }
}
.lp-fv-line-icon,
.lp-fv-button-text {
  animation: glow 2s ease-in-out infinite;
  will-change: opacity, text-shadow;
}

/* ▼ セクション共通：画面横幅いっぱい */
.lp-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  box-sizing: border-box;
}

/* ▼ 共通：H2装飾完全統一（SWELL干渉防止含む） */
.lp-section h2,
.lp-section h2::before,
.lp-section h2::after,
.post_content h2,
.post_content h2::before,
.post_content h2::after {
  all: unset !important;
}

.lp-section h2 {
  display: block !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  font-family: "Noto Serif JP", serif !important;
  color: #b7728a !important;
  text-align: center !important;
  line-height: 1.5 !important;
  margin: 0 auto 2.5rem !important;
  position: relative !important;
  box-sizing: border-box !important;
}

/* ▼ ファーストビュー */
.lp-fv {
  background: #fdf8f3;
  text-align: center;
  padding: 60px 16px 40px;
}
.lp-fv-logo img {
  width: 160px;
  margin: 0 auto 20px;
  display: block;
}
.lp-fv-title {
  font-size: 1.9rem !important;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}
.lp-fv-sub {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.lp-fv-button.is-line {
  display: inline-flex;
  align-items: center;
  background: #00c300;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.lp-fv-line-icon {
  width: 64px;
  height: 64px;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/41/LINE_logo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  border-radius: 15%;
  border: 1px solid white;
}
.lp-fv-button-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.lp-fv-button-text .line-1 {
  font-size: 0.9rem;
  font-weight: bold;
}
.lp-fv-button-text .line-2 {
  font-size: 1.1rem;
}
.lp-fv-icons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.95rem;
  margin-top: 24px;
}
.lp-fv-scroll {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #666;
}

/* ▼ セクション2上部装飾 */
.lp-slope-divider,
.lp-slope-divider svg {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
}
.lp-slope-divider {
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px;
}
.lp-slope-divider svg {
  display: block;
  height: 80px;
}

/* ▼ セクション2：大人女性の魅力 */
.lp-charm {
  background: #F8E7E9;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-bottom: 0 !important;
}
.lp-charm-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px;
}
.lp-charm-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
}

/* ▼ セクション3：選ばれる理由 */
.lp-reason {
  background: #ffffff;
  padding-top: 0;
  margin-top: -2px !important;
}
.lp-reason-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.lp-reason-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-reason-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 24px;
  text-align: left;
  border-left: 4px solid #BFA85C;
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.7s ease;
}
.lp-reason-card.slide-left {
  transform: translateX(-60px);
}
.lp-reason-card.visible {
  opacity: 1;
  transform: translateX(0);
}
.lp-reason-card h3 {
  font-size: 1.1rem;
  color: #BFA85C;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.lp-reason-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
}
.lp-reason-message {
  margin-top: 3rem;
  font-size: 1.1rem;
  color: #222;
  line-height: 1.8;
  font-style: italic;
}

/* ▼ セクション4：リアルな声 */
.lp-voice {
  background: #fdf8f3;
  padding: 80px 16px;
}
.lp-voice-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.lp-voice-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 24px;
  margin: 0 auto 60px; /* ← 余白を強めに（40px→60px） */
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}
.lp-voice-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #e4c1c1;
  flex-shrink: 0;
}
.lp-voice-content {
  flex: 1;
}
.lp-voice-meta {
  font-weight: bold;
  color: #666;
  margin-bottom: 0.5rem;
}
.lp-voice-heading {
  font-size: 1rem;
  font-weight: bold;
  color: #b7728a;
  margin-bottom: 1rem;
}
.lp-voice-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

/* ▼ モバイル対応 */
@media (max-width: 600px) {
  .lp-fv-title {
    font-size: 1.5rem;
  }
  .lp-fv-line-icon {
    width: 48px;
    height: 48px;
  }
  .lp-reason {
    padding: 40px 12px 60px;
  }
  .lp-reason-title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }
  .lp-reason-card {
    padding: 20px;
  }
  .lp-reason-card h3 {
    font-size: 1rem;
  }
  .lp-reason-card p {
    font-size: 0.95rem;
  }
  .lp-reason-message {
    font-size: 1rem;
  }
  .lp-voice-card {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px; /* ← モバイルでも広めに */
  }
  .lp-voice-image img {
    margin-bottom: 16px;
  }
  .lp-voice-meta,
  .lp-voice-heading,
  .lp-voice-text {
    text-align: center;
	}

	
/* ▼ 給与シミュレーション：全体セクション */
.lp-simulation-section {
  background: #fdf4f8;
  padding: 80px 0;
  width: 100%;
  box-sizing: border-box;
}

/* ▼ 内包ラッパー（中央寄せ＆余白） */
.lp-simulation-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; /* ← 中央寄せ */
}

/* ▼ 各勤務パターンのボックス */
.lp-simulation-box {
  width: 100%;
  max-width: 1100px; /* ← 広げる */
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin: 0 auto 40px;
  box-sizing: border-box;
}

/* ▼ H3サブタイトル */
.lp-simulation-subtitle {
  font-size: 1.3rem;
  color: #c05b83;
  font-weight: bold;
  border-bottom: 4px solid #e6b6c6;
  padding-bottom: 6px;
  margin-bottom: 24px;
}

/* ▼ テーブル全体 */
.lp-simulation-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 1rem;
}

/* ▼ テーブル見出し */
.lp-simulation-table thead th {
  background-color: #fce3ec;
  color: #c05b83;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #f3cbd8;
}

/* ▼ テーブル中身 */
.lp-simulation-table tbody td {
  background-color: #fff;
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #f3cbd8;
}

/* ▼ 月収表示 */
.lp-simulation-total {
  font-size: 1.3rem;
  font-weight: bold;
  color: #c05b83;
  text-align: right;
  margin-top: 12px;
}

/* ▼ モバイル対応 */
@media (max-width: 768px) {
  .lp-simulation-box {
    padding: 24px 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .lp-simulation-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-align: center;
  }

  .lp-simulation-table {
    font-size: 0.75rem;
  }

  .lp-simulation-table thead th,
  .lp-simulation-table tbody td {
    padding: 10px 6px;
  }

  .lp-simulation-total {
    font-size: 1rem;
    text-align: center;
  }
}
	
	
/* FAQ セクション全体 */
.lp-faq-section {
  background: #fff0f5;
  padding: 60px 20px;
}

.lp-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

.lp-faq-section h2 {
  font-size: 1.8rem;
  text-align: center;
  color: #b7728a;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #e3a8b5;
}

/* FAQ アイテム */
.lp-faq-item {
  border-radius: 12px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}

.lp-faq-item.is-open {
  background: #fce6ee;
}

/* 質問部分 */
.lp-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #b7728a;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}

.lp-faq-question:hover {
  background: #f8dfe9;
}

/* 回答部分 */
.lp-faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 24px;
  transition: all 0.5s ease;
  color: #333;
  line-height: 1.7;
  background: #fff;
  box-sizing: border-box;
}

.lp-faq-item.is-open .lp-faq-answer {
  padding-top: 16px;
  padding-bottom: 24px;
  opacity: 1;
  max-height: 3000px;
  line-height: 1.8;
  overflow: visible;
}

/* + アイコン */
.lp-faq-toggle-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  transition: transform 0.4s ease-in-out;
}

.lp-faq-toggle-icon::before,
.lp-faq-toggle-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 16px;
  background-color: #b7728a;
  border-radius: 1px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease-in-out;
}

.lp-faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ＋ → × アニメーション */
.lp-faq-item.is-open .lp-faq-toggle-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lp-faq-item.is-open .lp-faq-toggle-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モバイル調整 */
@media screen and (max-width: 768px) {
  .lp-faq-section {
    padding: 40px 16px;
  }

  .lp-faq-section h2 {
    font-size: 1.5rem;
  }

  .lp-faq-question {
    font-size: 1rem;
    padding: 16px 20px;
  }

  .lp-faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* 応募後の流れ（ステップ方式・改良版） */
.lp-step-section {
  background: linear-gradient(to bottom, #fff6fb, #fbe5ec);
  padding: 60px 20px;
  display: block !important;
}

.lp-step-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lp-step-section .lp-section-title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 700;
  color: #b0608d;
  position: relative;
  font-family: "Noto Serif JP", serif;
}

.lp-step-section .lp-section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #c678a2, #f5a1bc);
  margin: 10px auto 0;
  border-radius: 2px;
}

.lp-step-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.lp-step-box {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  flex: 1 1 calc(25% - 30px);
  transition: transform 0.3s ease;
}

.lp-step-box:hover {
  transform: translateY(-6px);
}

.lp-step-circle {
  background: linear-gradient(135deg, #f091b6, #e65192);
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 auto 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.lp-step-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: #7c375b;
}

.lp-step-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
}

.lp-step-desc small {
  display: block;
  font-size: 0.8rem;
  color: #777;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .lp-step-grid {
    flex-direction: column;
  }

  .lp-step-box {
    flex: 1 1 100%;
  }
}

/* CTAボタン本体 */
.cta-float-button {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 70vw;
  max-width: 480px;
  padding: 14px 24px;
  border-radius: 45px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.2); /* 背景白＋透過 */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  /* 擬似ボーダー風の box-shadow */
  box-shadow:
    0 0 0 2px #f9e7b5 inset,        /* 内側の細い縁取り */
    0 0 0 3px #f5c262 inset,        /* 外側に明るいゴールド */
    0 6px 20px rgba(0, 0, 0, 0.1);  /* 通常の影 */
}

/* ボタン内リンク */
.cta-float-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #5e3f20;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.5;
  width: 100%;
}

/* テキスト */
.cta-float-text {
  display: inline-block;
}

/* 表示用クラス（JSで付与） */
.cta-visible {
  opacity: 1;
  visibility: visible;
}

/* クロージングセクション（誠実・柔らかく） */
.lp-closing-section {
  background: linear-gradient(to bottom, #fefcfa, #f9f0f2);
  padding: 40px 16px 60px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

/* セクション内ラッパー */
.lp-closing-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* サブキャッチコピー */
.lp-closing-line {
  font-size: 1.2rem;
  color: #b7728a;
  font-weight: 600;
  margin-bottom: 16px;
}

/* メッセージ本体 */
.lp-closing-message {
  font-size: 1.6rem;
  font-weight: 700;
  color: #7c375b;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* 画像ラッパー */
.lp-closing-image-wrapper {
  text-align: center;
  margin-top: 24px;
}

/* 画像スタイル */
.lp-closing-image {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  display: inline-block;
  object-fit: cover;
}

/* ステップセクション表示補正（JSとの競合対策） */
.lp-step-section {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  padding: 60px 0 !important;
}

.lp-charm-text {
  background: rgba(255, 240, 245, 0.6); /* やさしいピンクの半透明 */
  border: 1px solid rgba(255, 192, 203, 0.4);
  border-radius: 16px;
  padding: 2em 1.5em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin: 3em auto 0;
  font-size: 1.05em;
  line-height: 1.8;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.lp-charm-text p {
  margin-bottom: 1.8em;
}

.lp-charm-text p:last-child {
  margin-bottom: 0;
}
	
	
.lp-voice-card.is-hidden {
  display: none;
}

.lp-voice-toggle {
  text-align: center;
  margin-top: 2em;
}

#toggle-voice-button {
  background: transparent;
  border: 2px solid #d69fa1;
  color: #d69fa1;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
#toggle-voice-button:hover {
  background-color: #d69fa1;
  color: #fff;
}