/*
Theme Name: 快楽園 女性求人
Description: 快楽園 女性求人サイト専用テーマ（SEO特化）
Author: 快楽園
Version: 1.0
*/

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.7;
  background: #fff;
}

/* 共通 */
section {
  padding: 64px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

h1, h2 {
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 32px;
}

p {
  font-size: 16px;
}

/* ファーストビュー */
.fv {
  background: linear-gradient(135deg, #f7c1d9, #fce4ec);
  text-align: center;
  padding: 100px 20px;
}

.fv h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

.fv p {
  font-size: 18px;
  margin-bottom: 32px;
}

/* CTAボタン */
.cta-btn {
  display: inline-block;
  background: #e91e63;
  color: #fff;
  padding: 16px 36px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}

.cta-btn:hover {
  background: #c2185b;
}

/* 選ばれる理由 */
.reason ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

.reason li {
  background: #fafafa;
  padding: 16px 20px;
  margin-bottom: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 高収入 */
.income {
  background: #fff5f8;
  border-radius: 24px;
}

/* 募集要項 */
.recruit ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}

.recruit li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

/* 応募 */
.entry {
  text-align: center;
  background: #fff0f5;
  border-radius: 24px;
}

/* スマホ最適化 */
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }

  .fv h1 {
    font-size: 26px;
  }

  section {
    padding: 48px 16px;
  }
}
/* 固定LINEボタン */
.fixed-line {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #06c755;
  text-align: center;
  z-index: 9999;
}

.fixed-line a {
  display: block;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.fixed-line a:hover {
  opacity: 0.9;
}

/* PCでは非表示 */
@media screen and (min-width: 769px) {
  .fixed-line {
    display: none;
  }
}
/* FAQ */
.faq {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 24px;
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #e91e63;
}

.faq-item p {
  background: #fafafa;
  padding: 16px;
  border-radius: 12px;
}
/* 固定LINE追従ボタン */
.line-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #06c755;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0,0,0,.25);
  text-decoration: none;
}
.line-float:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .line-float {
    font-size: 14px;
    padding: 12px 16px;
  }
}