@charset "UTF-8";
/*
  Theme Name:   WeDraft
  Theme URI:    https://wedraft.co.jp/
  Description:  WeDraft オリジナルテーマ
  Version:      1.0.0
  Author:       WeDraft Inc.
  Author URI:   https://wedraft.co.jp/
  License:      GNU General Public License
  License URI:  http://www.gnu.org/licenses/gpl.html

  CSS コーディングルール
  - コメント  : 大セクション ===== NAME ===== 、小セクション --- name ---
  - @import   : このファイルの先頭にまとめる
  - @media    : ネスト記述（セレクター内に記述）
                コンテンツ系 max-width: 860px / ヘッダー系 960px
  - 命名      : ページプレフィックス（top- recruit- about- 等）+ BEM（block__elem--mod）
  - SWELL打消し不要: 構造クラス（.l-header 等）のスタイル定義のみ記述
*/
/* ===== IMPORTS ===== */
/* =====================================================
About Page (私たちについて)
page-about.php / post=234
===================================================== */
/* ===== Page wrapper ===== */
.about-page {
  color: #3c3c3c;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}

/* ===== Back link ===== */
.about-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #4a5565;
  text-decoration: none;
  padding: 36px 0 0 124px;
  line-height: 20px;
}
@media (max-width: 860px) {
  .about-back {
    padding-left: 24px;
  }
}

.about-back svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

/* ===== Page header ===== */
.about-page-header {
  margin-top: -24px;
  padding: 0 32px;
  text-align: center;
}
@media (max-width: 860px) {
  .about-page-header {
    padding: 56px 24px 0;
  }
}

.about-page-header__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #BBBBBB;
  margin: 0 0 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}
@media (max-width: 860px) {
  .about-page-header__subtitle {
    font-size: 14px;
  }
}

.about-page-header__title {
  font-size: 28px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0 0 60px;
  line-height: 1.5;
}

/* ===== Inner container ===== */
.about-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 860px) {
  .about-inner {
    padding: 0 24px;
  }
}

/* ===== MVV Section ===== */
.about-mvv-section {
  padding: 0;
}

.about-mvv-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-mvv-cards {
    max-width: 600px;
  }
}

/* Each MVV card: Figma style with gradient top strip */
.about-mvv-card {
  background: #fffbfb;
  border: 1px solid #ffbdd0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 24px;
}

.about-mvv-card-strip {
  height: 56px;
  background: linear-gradient(121.15deg, #F6877E 30.24%, #E857D8 100%);
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 27px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about-mvv-card-strip {
    padding: 0 16px;
  }
}

.about-mvv-card-icon-wrap {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-mvv-card-icon-wrap svg {
  width: 22px;
  height: 22px;
}

.about-mvv-card-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

.about-mvv-card-body {
  padding: 0 27px;
}
@media (max-width: 768px) {
  .about-mvv-card-body {
    padding: 0 16px;
  }
}

.about-mvv-card-title {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(129.78deg, #F6877E 30.24%, #E857D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 28px 0 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .about-mvv-card-title {
    font-size: 20px;
    margin-top: 12px;
  }
}

.about-mvv-card-text {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
  margin: 18px 0 0;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .about-mvv-card-text {
    margin-top: 10px;
  }
}

/* ===== CEO Section ===== */
.about-ceo-section {
  padding: 60px 0 32px;
}
@media (max-width: 860px) {
  .about-ceo-section {
    padding: 48px 0;
  }
}

.about-ceo-section__heading {
  font-size: 28px;
  font-weight: 700;
  color: #3c3c3c;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.5;
}

.about-ceo-card {
  background: #fffbfb;
  border-radius: 16px;
  padding: 40px 32px 32px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .about-ceo-card {
    padding: 32px 20px;
  }
}
@media (max-width: 768px) {
  .about-ceo-card {
    max-width: 600px;
  }
}

.about-ceo-quote {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(125.85deg, #F6877E 30.24%, #E857D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin: 0 0 32px;
  line-height: 1.5;
}
@media (max-width: 860px) {
  .about-ceo-quote {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}

.about-ceo-body {
  font-size: 18px;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media (max-width: 860px) {
  .about-ceo-body {
    font-size: 18px;
  }
}

.about-ceo-body p {
  margin: 0 0 1.6em;
  font-weight: 500;
}

.about-ceo-body p:last-child {
  margin-bottom: 0;
}

.about-ceo-sig {
  text-align: right;
}

.about-ceo-sig-date,
.about-ceo-sig-role {
  font-size: 18px;
  font-weight: 700;
  color: #575555;
  margin: 0;
  line-height: 1.6;
}

.about-ceo-sig-name {
  font-size: 24px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0;
  line-height: 1.6;
}

/* ===== VALUES & PRINCIPLES Section ===== */
.about-values-section {
  padding: 0 32px 32px;
}
@media (max-width: 860px) {
  .about-values-section {
    padding: 0;
  }
}

.about-values-inner {
  max-width: 965px;
  margin: 0 auto;
}

.about-values-header {
  background: linear-gradient(107.39deg, #F6877E 30.24%, #E857D8 100%);
  border-radius: 18px 18px 0 0;
  height: 116px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .about-values-header {
    height: 180px;
  }
}

.about-values-header-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.about-values-header-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 8px 0 0;
  line-height: 1.6;
}

.about-values-content {
  padding: 40px 0 0;
}

.about-values-desc {
  font-size: 14px;
  font-weight: 700;
  color: #a4a2a2;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 48px;
}
@media (max-width: 860px) {
  .about-values-desc {
    max-width: 370px;
    margin: 0 auto 42px;
  }
}

/* Principle group */
.about-pg {
  margin-bottom: 28px;
}
@media (max-width: 860px) {
  .about-pg {
    margin-bottom: 48px;
  }
}

.about-pg-title-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff0f5;
  width: 300px;
  height: 42px;
  margin: 0 auto 24px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 860px) {
  .about-pg-title-row {
    margin-bottom: 32px;
  }
}

.about-pg-title-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about-pg-title-icon svg {
  fill: #fc599b;
}

.about-pg-title {
  font-size: 28px;
  font-weight: 700;
  color: #fc599b;
  margin: 0;
  line-height: 1.5;
  white-space: nowrap;
}

/* 3-column grid for 人として */
.about-pg-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 860px) {
  .about-pg-grid-3 {
    grid-template-columns: 1fr;
    padding: 0 42px;
  }
}

/* 2-column grid for 仕事人として */
.about-pg-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 860px) {
  .about-pg-grid-2 {
    grid-template-columns: 1fr;
    padding: 0 42px;
  }
}

/* Principle card */
.about-pc {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  padding: 24px;
}

.about-pc-icon {
  width: 56px;
  height: 56px;
  background: #fc599b;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.about-pc-icon svg {
  width: 28px;
  height: 28px;
}

.about-pc-title {
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0 0 12px;
  line-height: 1.6;
}

.about-pc-desc {
  font-size: 14px;
  font-weight: 700;
  color: #a4a2a2;
  margin: 0;
  line-height: 1.6;
}

/* ===== CTA Section ===== */
.about-cta-section {
  padding: 0 32px 60px;
}
@media (max-width: 860px) {
  .about-cta-section {
    padding: 0 24px 80px;
  }
}

.about-cta-box {
  background: #fbf3fb;
  border-radius: 16px;
  max-width: 965px;
  margin: 0 auto;
  padding: 48px 52px 25px;
  text-align: center;
}
@media (max-width: 860px) {
  .about-cta-box {
    padding: 40px 24px;
  }
}

.about-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0 0 20px;
  line-height: 1.5;
}
@media (max-width: 860px) {
  .about-cta-title {
    font-size: 28px;
  }
}

.about-cta-desc {
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0 0 32px;
  line-height: 1.6;
}
@media (max-width: 860px) {
  .about-cta-desc {
    font-size: 16px;
  }
}

.about-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 262px;
  height: 52px;
  background: #fff;
  border: 2px solid #a4a2a2;
  border-radius: 8px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.6;
  transition: opacity 0.2s;
}

.about-cta-btn:hover {
  opacity: 0.75;
}

.about-cta-btn svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* =====================================================
実務運用
page-business-operation.php / post=236
===================================================== */
/* ===== Global ===== */
.business-op-page {
  color: #3c3c3c;
  background: #fff;
  overflow-x: hidden;
}

/* ===== Hero / KV ===== */
.business-op-hero {
  background: linear-gradient(115.99deg, #FDF2F8 0%, #FAF5FF 100%);
  padding: 60px 60px 60px;
  min-height: 540px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .business-op-hero {
    padding: 40px 20px;
  }
}

.business-op-hero__inner {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .business-op-hero__inner {
    flex-direction: column;
    gap: 40px;
  }
}

.business-op-hero__content {
  flex: 0 0 512px;
}
@media (max-width: 768px) {
  .business-op-hero__content {
    flex: none;
    width: 100%;
    padding-top: 0;
  }
}

.business-op-hero__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
  color: #101828;
  letter-spacing: -0.85px;
  margin: 0 0 32px;
}
@media (max-width: 768px) {
  .business-op-hero__heading {
    font-size: 30px;
    line-height: 1.5;
  }
}

.business-op-hero__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  color: #4a5565;
  margin: 0 0 40px;
}

.business-op-hero__image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.business-op-hero__image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .business-op-hero__image img {
    height: auto;
  }
}

.business-op-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  padding: 12px 32px;
  background: #fc599b;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .business-op-btn-primary {
    display: flex;
    margin: 0 auto;
  }
}

.business-op-btn-primary:hover {
  opacity: 0.85;
}

/* ===== 成熟度ロードマップ ===== */
.business-op-roadmap {
  background: #f9fafb;
  padding: 71px 57px 80px;
}
@media (max-width: 768px) {
  .business-op-roadmap {
    padding: 60px 24px 85px;
  }
}

.business-op-roadmap__inner {
  max-width: 1088px;
  margin: 0 auto;
}

.business-op-roadmap__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #3c3c3c;
  text-align: center;
  margin: 0 0 64px;
}

.business-op-roadmap__cards {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 1024px) {
  .business-op-roadmap__cards {
    flex-direction: column;
    gap: 10px;
  }
}

.business-op-roadmap__card {
  flex: 0 0 341px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 32px;
  min-height: 340px;
  position: relative;
}
@media (max-width: 1024px) {
  .business-op-roadmap__card {
    flex: none;
    width: 100%;
  }
}

.business-op-roadmap__card-num {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #fc599b;
  line-height: 1;
  letter-spacing: 0.35px;
  margin: 0 0 24px;
  display: block;
}

.business-op-roadmap__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
  line-height: 1.6;
  margin: 0 0 16px;
}

.business-op-roadmap__card-subtitle {
  font-size: 14px;
  font-weight: 700;
  color: #a4a2a2;
  line-height: 1.6;
  margin: 0 0 30px;
  white-space: nowrap;
}

.business-op-roadmap__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.business-op-roadmap__card-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.6;
}

.business-op-roadmap__card-list li::before {
  content: "•";
  color: #fc599b;
  font-size: 14px;
  flex-shrink: 0;
}

/* --- Arrow between cards --- */
.business-op-roadmap__arrow {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
}
@media (max-width: 1024px) {
  .business-op-roadmap__arrow {
    padding-top: 0;
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .business-op-roadmap__arrow {
    margin: -20px auto 0;
  }
}

.business-op-roadmap__arrow svg {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  margin-right: 10px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .business-op-roadmap__arrow svg {
    width: 40px;
  }
}

/* ===== Before / After Sections ===== */
.business-op-ba-section {
  padding: 60px 32px;
}
@media (max-width: 768px) {
  .business-op-ba-section {
    padding: 60px 10px 0;
  }
}

.business-op-ba-section--gray {
  background: #f9fafb;
}

.business-op-ba-section--white {
  background: #fff;
}

.business-op-ba-section__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.business-op-ba-section__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #101828;
  margin: 0 0 12px;
  text-align: center;
}

.business-op-ba-section__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #A4A2A2;
  line-height: 1.7;
  margin: 0;
  text-align: center;
}

/* --- columns grid --- */
.business-op-ba-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding-top: 46px;
}
@media (max-width: 1024px) {
  .business-op-ba-columns {
    grid-template-columns: 1fr;
  }
}

/* column wrapper: header label sits above the card */
.business-op-ba-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.business-op-ba-col-header {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}

/* --- Cards --- */
.business-op-ba-card {
  background: #fff;
  border-radius: 14px;
  border: 2px solid;
  padding: 32px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .business-op-ba-card {
    padding: 32px 0 32px 16px;
  }
}

.business-op-ba-card--before {
  border-color: #a4a2a2;
}

.business-op-ba-card--after {
  border-color: #fc599b;
  border-width: 3px;
  padding: 34px;
}

/* Badge circles */
.business-op-ba-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  flex-shrink: 0;
}

.business-op-ba-badge svg {
  width: 20px;
  height: 20px;
}

.business-op-ba-badge--before {
  background: #a4a2a2;
}

.business-op-ba-badge--after {
  background: #fc599b;
}

/* Badge label (Before / After text) */
.business-op-ba-badge-label {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3c3c3c;
  letter-spacing: 0.07px;
  line-height: 32px;
}

/* List */
.business-op-ba-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.business-op-ba-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #363030;
  line-height: 1.6;
}

/* Before × mark: large grey Inter */
.business-op-ba-list li .business-op-ba-mark {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #a4a2a2;
  line-height: 24px;
  flex-shrink: 0;
}

/* After ✓ mark: small pink bold Inter */
.business-op-ba-list--after li {
  color: #3c3c3c;
}

.business-op-ba-list--after li .business-op-ba-mark {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fc599b;
  line-height: 24px;
  background: transparent;
  border-radius: 0;
  width: auto;
  height: auto;
}

/* =====================================================
Contact Page (お問い合わせ)
page-contact.php / post=168
===================================================== */
/* ===== Page wrapper ===== */
.contact-page-wrap {
  background: #fff;
  width: 100%;
}

/* ===== Page header ===== */
.contact-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 42px 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-hero {
    padding: 40px 0;
  }
}

.contact-hero__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #3C3C3C;
  margin: 0 0 8px;
}

.contact-hero__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #3C3C3C;
  margin: 0;
}

/* ===== Form section ===== */
.contact-form-section {
  padding: 0 32px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* --- Form container --- */
.contact-form-inner {
  background: #F8F9FB;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact-form-inner {
    padding: 32px;
    gap: 20px;
  }
}

/* --- Form row --- */
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* 入力フィールド */
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-field__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
  color: #272D37;
  display: flex;
  align-items: center;
  gap: 1px;
}

.contact-field__required {
  color: #FF6058;
}

.contact-field input[type=text],
.contact-field input[type=email],
.contact-field input[type=tel],
.contact-field select {
  height: 46px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #DAE0E6;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.1px;
  color: #272D37;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field select {
  max-width: 524px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
@media (max-width: 768px) {
  .contact-field select {
    max-width: 100%;
  }
}
.contact-field select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23919BA7' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}

.contact-field input::-moz-placeholder {
  color: #919BA7;
}

.contact-field input::placeholder {
  color: #919BA7;
}

.contact-field select:invalid,
.contact-field select option[value=""] {
  color: #919BA7;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #FC599B;
  box-shadow: 0 0 0 3px rgba(252, 89, 155, 0.12);
}

.contact-field textarea {
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #DAE0E6;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: #272D37;
  width: 100%;
  height: 97px;
  line-height: 1.5;
  resize: vertical;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-field textarea::-moz-placeholder {
  color: #919BA7;
}

.contact-field textarea::placeholder {
  color: #919BA7;
}

.contact-field--inquiry {
  gap: 10px;
}

/* ハニーポット */
.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

/* チェックボックス */
.contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-privacy input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 2px;
  border: 2px solid #DAE0E6;
  border-radius: 5px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.contact-privacy input[type=checkbox]:checked {
  background: #FC599B;
  border-color: #FC599B;
}

.contact-privacy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.contact-privacy__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #272D37;
  cursor: pointer;
}

/* --- Submit button --- */
.contact-submit-wrap {
  display: flex;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .contact-submit-wrap {
    margin-bottom: 60px;
  }
}

.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  padding: 12px 18px;
  background: #FC599B;
  color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media (max-width: 768px) {
  .contact-submit-btn {
    display: flex;
    margin: 0 auto;
  }
}

.contact-submit-btn:hover {
  opacity: 0.88;
}

/* エラー表示 */
.contact-errors {
  background: #fff0f3;
  border: 1px solid #FF6058;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact-errors p {
  color: #FF6058;
  font-size: 14px;
  margin: 4px 0;
}

/* 送信完了 */
.contact-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 32px 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-success {
    padding: 0 0 90px;
  }
}

.contact-success__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-success__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #FC599B;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-success__title {
    font-size: 18px;
  }
}

.contact-success__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #5F6D7E;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-success__text {
    font-size: 16px;
  }
}

.contact-success__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 52px;
  margin-top: 64px;
  border: 2px solid #A4A2A2;
  border-radius: 8px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #3C3C3C;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.contact-success__btn:hover {
  border-color: #FC599B;
  color: #FC599B;
}
@media (max-width: 768px) {
  .contact-success__btn {
    margin-top: 20px;
  }
}

/* =====================================================
プライバシーポリシーページ（page-privacy.php）
===================================================== */
/* ===== Privacy Page Layout ===== */
.privacy-wrap {
  width: 100%;
  background: #fff;
  padding: 60px 0 100px;
}
@media (max-width: 959px) {
  .privacy-wrap {
    padding: 40px 0 42px;
  }
}

.privacy-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 170px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .privacy-inner {
    padding: 0 24px;
  }
}

/* Heading */
.privacy-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #DA478D;
  margin: 0 0 30px 0;
  padding: 0;
}

/* Content stack */
.privacy-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}

.privacy-content h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
}

.privacy-content p,
.privacy-body-text p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #3C3C3C;
  margin: 0;
  padding: 0;
}

.privacy-body-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.privacy-contact-link {
  color: #DA478D;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* Back button */
.privacy-back {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.privacy-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  height: 52px;
  background: #fff;
  border: 2px solid #A4A2A2;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #3C3C3C;
  text-decoration: none;
  transition: opacity 0.2s;
}

.privacy-back-btn:hover {
  opacity: 0.75;
  color: #3C3C3C;
}

/* =====================================================
News一覧ページ スタイル（page-news.php / Figma 129:2116）
===================================================== */
/* ===== Layout ===== */
.news-archive-wrap {
  width: 100%;
  background: #fff;
  padding: 30px 0 200px;
}
@media (max-width: 959px) {
  .news-archive-wrap {
    padding: 40px 0 200px;
  }
}

.news-archive-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .news-archive-inner {
    padding: 0 24px;
  }
}

/* ===== Back link ===== */
.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #575555;
  text-decoration: none;
  margin-bottom: 36px;
  transition: color 0.2s;
}
.news-back-link:hover {
  color: #FC599B;
}
.news-back-link svg {
  flex-shrink: 0;
}

/* ===== Page heading ===== */
.news-archive-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #000;
  margin: 0 0 40px;
  padding: 0;
}
@media (max-width: 959px) {
  .news-archive-heading {
    font-size: 20px;
    margin-bottom: 28px;
  }
}

/* ===== Article list ===== */
.news-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
@media (max-width: 959px) {
  .news-article-list {
    gap: 28px;
  }
}

/* ===== Article item ===== */
.news-article-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 36px;
}

.news-article-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.news-article-link:hover .news-article-title {
  color: #FC599B;
}

/* ===== Meta row ===== */
.news-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-article-date {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #4A5565;
  white-space: nowrap;
}

.news-article-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 94px;
  padding: 0 12px;
  background: #FC599B;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
}

/* ===== Title ===== */
.news-article-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #101828;
  margin: 0;
  padding: 0;
  transition: color 0.2s;
}

/* ===== Empty ===== */
.news-archive-empty {
  padding: 60px 0;
  text-align: center;
  font-size: 16px;
  color: #4A5565;
}

/* ===== Pagination ===== */
.news-archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.news-archive-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}
.news-archive-pagination li {
  display: inline-flex;
  align-items: center;
}
.news-archive-pagination a, .news-archive-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #343A40;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.news-archive-pagination a:hover, .news-archive-pagination span:hover {
  background: #FC599B;
  color: #fff;
  border-color: #FC599B;
}
.news-archive-pagination .page-numbers.current {
  background: #FC599B;
  color: #fff;
  border-color: #FC599B;
  font-weight: 700;
}

/* =====================================================
News詳細ページ スタイル（single.php）
===================================================== */
/* ===== Layout ===== */
.news-single-page {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .news-single-page {
    padding-top: 40px;
  }
}

.news-single-inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .news-single-inner {
    padding: 0 16px;
  }
}

/* ===== Article wrapper ===== */
.news-single-article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ===== Title ===== */
.news-single-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
  margin: 0;
  padding: 0;
}

/* ===== Meta row (date + badge) ===== */
.news-single-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.news-single-date {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #4A5565;
  white-space: nowrap;
}

.news-single-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 94px;
  padding: 0 12px;
  background: #FC599B;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  white-space: nowrap;
}

/* ===== Thumbnail ===== */
.news-single-thumbnail {
  width: 100%;
}

.news-single-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Body content ===== */
.news-single-body {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  color: #3C3C3C;
}
@media (max-width: 768px) {
  .news-single-body {
    font-size: 18px;
  }
}

.news-single-body p {
  margin: 0 0 20px;
}

.news-single-body h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  color: #000;
  margin: 20px 0;
  padding: 0;
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .news-single-body h2 {
    font-size: 20px;
  }
}

.news-single-body h2::before,
.news-single-body h2::after {
  content: none;
  display: none;
}

.news-single-body h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin: 20px 0;
  padding: 0;
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
}

.news-single-body h3::before,
.news-single-body h3::after {
  content: none;
  display: none;
}

.news-single-body a {
  color: #003DF5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.news-single-body a:hover {
  text-decoration: none;
}

.news-single-body a:hover {
  opacity: 0.75;
}

.news-single-body img {
  max-width: 100%;
  height: auto;
}

/* =====================================================
人材育成ページ（Human Training Page）
page-human-training-new.php / post=238
===================================================== */
/* ===== Page wrapper ===== */
.human-training-page {
  color: #3c3c3c;
  overflow-x: hidden;
  background: #fff;
}

/* ===== Hero ===== */
.human-training-hero {
  background-color: #fbf3fb;
  padding: 80px 60px 60px;
  min-height: 540px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .human-training-hero {
    background: linear-gradient(115.99deg, #fdf2f8 0%, #faf5ff 100%);
    padding: 80px 20px 48px;
    min-height: auto;
  }
}

.human-training-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .human-training-hero__inner {
    flex-direction: column;
    gap: 24px;
  }
}

.human-training-hero__content {
  flex: 0 0 512px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .human-training-hero__content {
    flex: none;
    width: 100%;
    padding-top: 0;
  }
}

.human-training-hero__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.67;
  color: #101828;
  letter-spacing: -0.85px;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .human-training-hero__heading {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 16px;
  }
}

.human-training-hero__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #4a5565;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .human-training-hero__desc {
    margin: 0 0 24px;
  }
}

.human-training-hero__image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .human-training-hero__image {
    width: 100%;
    border-radius: 16px;
  }
}

.human-training-hero__image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .human-training-hero__image img {
    height: 220px;
  }
}

/* ===== Button ===== */
.human-training-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  background: #fc599b;
  color: #fff !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 6px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: opacity 0.2s;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .human-training-btn-primary {
    width: 100%;
    border-radius: 6px;
    justify-content: center;
  }
}

.human-training-btn-primary:hover {
  opacity: 0.85;
}

/* ===== Section title ===== */
.human-training-section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #3c3c3c;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .human-training-section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}

.human-training-section-title--dark {
  color: #101828;
}

/* ===== Program ===== */
.human-training-program {
  padding: 71px 57px;
  background: #f9fafb;
}

.human-training-program__inner {
  max-width: 1086px;
  margin: 0 auto;
}

.human-training-program__cards {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.human-training-program__card {
  flex: 1;
}

.human-training-program__card-inner {
  background: #fff;
  border-left: 4px solid #e84e8a;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 32px 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 394px;
}

.human-training-program__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.human-training-program__card-num {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 700;
  color: #fc599b;
  line-height: 1;
  flex-shrink: 0;
}

.human-training-program__card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.human-training-program__card-from {
  font-size: 16px;
  font-weight: 700;
  color: #3c3c3c;
  white-space: nowrap;
}

.human-training-program__card-arrow-text {
  color: #e84e8a;
  font-size: 16px;
  flex-shrink: 0;
}

.human-training-program__card-to {
  font-size: 16px;
  font-weight: 700;
  color: #fc599b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.human-training-program__card-desc {
  font-size: 14px;
  font-weight: 700;
  color: #575555;
  margin: 0;
  line-height: 1.6;
}

.human-training-program__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}

.human-training-program__card-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.human-training-program__card-section--mt {
  padding-top: 20px;
}

.human-training-program__card-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

.human-training-program__card-section-title--skill {
  color: #fc599b;
}

.human-training-program__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.human-training-program__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.human-training-program__list--bullet li {
  color: #a4a2a2;
}

.human-training-program__list--bullet li::before {
  content: "•";
  color: #e84e8a;
  flex-shrink: 0;
}

.human-training-program__list--check li {
  color: #3c3c3c;
}

.human-training-program__list--check li::before {
  content: "✓";
  color: #e84e8a;
  flex-shrink: 0;
}

.human-training-program__arrow {
  flex-shrink: 0;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 145px;
}

/* ===== Skills ===== */
.human-training-skills {
  background: #fff;
  padding: 60px 32px 80px;
}
@media (max-width: 767px) {
  .human-training-skills {
    padding: 60px 0 0;
  }
}

.human-training-skills__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .human-training-skills__inner {
    padding: 0 20px;
  }
}

.human-training-skills__content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .human-training-skills__content {
    gap: 22px;
  }
}

.human-training-skills__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .human-training-skills__group {
    width: 100%;
  }
}

.human-training-skills__group-title {
  font-size: 18px;
  font-weight: 700;
  color: #e84e8a;
  border-bottom: 2px solid #e84e8a;
  padding-bottom: 6px;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .human-training-skills__group-title {
    margin-bottom: 16px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
}

.human-training-skills__items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .human-training-skills__items {
    align-items: center;
  }
}

.human-training-skills__item {
  background: #f9fafb;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .human-training-skills__item {
    width: 100%;
    min-height: 150px;
    height: auto;
    border-radius: 10px;
  }
}

.human-training-skills__item-heading {
  font-size: 16px;
  font-weight: 700;
  color: #e84e8a;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  .human-training-skills__item-heading {
    margin-bottom: 0;
  }
}

.human-training-skills__item-desc {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

.human-training-text-pink {
  color: #e84e8a;
}

.human-training-skills__footnote {
  margin-top: -16px;
  font-size: 12px;
  font-weight: 700;
  color: #6a7282;
  text-align: right;
  line-height: normal;
}
@media (max-width: 767px) {
  .human-training-skills__footnote {
    margin-top: 0;
    line-height: 1.6;
  }
}

/* ===== CTA ===== */
.human-training-cta {
  padding: 80px 32px 40px;
}
@media (max-width: 767px) {
  .human-training-cta {
    margin: 0 5%;
    border-radius: 16px;
    padding: 48px 20px 60px;
  }
}

.human-training-cta__inner {
  max-width: 965px;
  margin: 0 auto;
  background: #fbf3fb;
  border-radius: 16px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .human-training-cta__inner {
    text-align: center;
    padding: 0;
  }
}

.human-training-cta__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 0;
}
@media (max-width: 767px) {
  .human-training-cta__heading {
    margin-bottom: 16px;
  }
}

.human-training-cta__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #3c3c3c;
  margin: 0;
}

@media (max-width: 767px) {
  .human-training-cta__inner > p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 32px;
  }
}

/* CTAボタン（採用情報を見る）はSPのみ表示 */
.human-training-cta__btn-secondary {
  display: none;
}
@media (max-width: 767px) {
  .human-training-cta__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 262px;
    height: 52px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #a4a2a2;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #3c3c3c;
    text-decoration: none;
  }
}

/* =====================================================
Members / Management Page
page-management.php / post=240
===================================================== */
/* ===== Page wrapper ===== */
.management-page {
  color: #3c3c3c;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}

/* ===== Section header ===== */
.management-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 32px 48px;
  background: #fff;
  gap: 8px;
}
@media (max-width: 860px) {
  .management-section-header {
    padding: 40px 24px 32px;
  }
}

/* top-section-title の margin-bottom をリセット */
.management-section-header .top-section-title {
  margin-bottom: 0;
}

/* ===== Management section ===== */
.management-members-section {
  background: #fff;
  padding: 0 24px 64px;
}
@media (max-width: 860px) {
  .management-members-section {
    padding: 0 24px;
  }
}

.management-members-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .management-members-section__inner {
    max-width: 288px;
  }
}

.management-members {
  padding: 60px 0 40px;
  background: #fff;
}
@media (max-width: 1024px) {
  .management-members {
    padding: 20px 0 60px;
  }
}

.management-members__grid {
  display: grid;
  grid-template-columns: repeat(2, 288px);
  gap: 80px 100px;
  justify-content: center;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .management-members__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-bottom: 84px;
  }
}

@media (max-width: 1024px) {
  .management-member-card {
    width: 100%;
    margin: 0 auto;
  }
}

.management-members__footer {
  text-align: center;
}

/* ===== Member Card (共通) ===== */
.management-member-card {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .management-member-card {
    margin: 0 auto;
  }
}

.management-member-card__img-wrap {
  position: relative;
  width: 100%;
  height: 288px;
  background: #fefcfb;
  overflow: hidden;
}

.management-member-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.management-member-card__info {
  position: absolute;
  bottom: 24px;
  left: 18px;
  color: #fff;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
}

.management-member-card__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 4px;
}

.management-member-card__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.management-member-card__bottom {
  height: 40px;
  background: linear-gradient(104.68deg, #F6877E 30.24%, #E857D8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.management-member-card__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.management-member-card__toggle:hover {
  opacity: 0.9;
}

.management-member-card__more-label,
.management-member-card__close-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.management-member-card__close-label {
  display: none;
}

.management-member-card.is-open .management-member-card__more-label {
  display: none;
}

.management-member-card.is-open .management-member-card__close-label {
  display: inline-flex;
}

/* --- Bio panel --- */
.management-member-card__bio {
  display: none;
  background: #fff;
  border: 1px solid #f6877e;
  border-top: none;
  padding: 22px 20px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  width: 100%;
  box-sizing: border-box;
}

.management-member-card.is-open .management-member-card__bio {
  display: block;
}

/* ===== Team Member Section (顧問) ===== */
.management-team-section {
  padding: 0 32px 120px;
}
@media (max-width: 860px) {
  .management-team-section {
    padding: 40px 24px 90px;
  }
}

.management-team-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.management-team-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media (max-width: 768px) {
  .management-team-content {
    gap: 40px;
  }
}

.management-team-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.management-team-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5f6d7e;
  margin: 0;
  line-height: 24px;
  letter-spacing: -0.1px;
}

.management-team-title {
  font-size: 28px;
  font-weight: 700;
  color: #272d37;
  margin: 0;
  line-height: 1.5;
}

/* ===== Team Member Cards ===== */
.management-team-cards {
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 42px;
  overflow-x: auto;
}
@media (max-width: 860px) {
  .management-team-cards {
    justify-content: center;
    gap: 32px;
    padding-left: 0;
    flex-wrap: wrap;
  }
}

.management-team-card {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
}

.management-team-card-name-section {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.management-team-card-name {
  font-size: 22px;
  font-weight: 600;
  color: #272d37;
  margin: 0;
  line-height: 30px;
  letter-spacing: -0.22px;
}

.management-team-card-role {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #5f6d7e;
  line-height: 24px;
  letter-spacing: -0.1px;
}

/* 顧問カードのbioパネル開閉 */
.management-team-card.is-open .management-member-card__bio {
  display: block;
}

/* =====================================================
採用情報ページ（Recruit Page）
page-recruit.php / post=178
===================================================== */
/* ===== Page wrapper ===== */
.recruit-page {
  color: #0a0a0a;
  background: #fff;
  overflow-x: hidden;
  width: 100%;
}

.recruit-page * {
  box-sizing: border-box;
}

/* ===== バナー ===== */
.recruit-banner {
  position: relative;
  width: 100%;
  margin-top: 35px;
  line-height: 0;
  min-height: 240px;
}
@media (max-width: 767px) {
  .recruit-banner {
    margin-top: 30px;
  }
}

.recruit-banner__bg {
  width: 100%;
  height: auto;
  display: block;
  min-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 40px;
  line-height: normal;
}
@media (max-width: 767px) {
  .recruit-banner__overlay {
    gap: 8px;
    padding: 0 15px;
  }
}

.recruit-banner__text-main {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .recruit-banner__text-main {
    font-size: 20px;
  }
}

/* PCのみ改行 */
.recruit-banner__pc-br {
  display: inline;
}
@media (max-width: 767px) {
  .recruit-banner__pc-br {
    display: none;
  }
}

.recruit-banner__text-sub {
  font-size: 18px;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .recruit-banner__text-sub {
    font-size: 13px;
  }
}

/* ===== 先行フロー セクション ===== */
.recruit-flow-section {
  padding: 40px 24px 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-flow-section {
    padding: 26px 20px 32px;
  }
}

.recruit-flow-section__title {
  font-size: 28px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0 0 8px;
  line-height: 1.5;
}

.recruit-flow-section__sub {
  font-size: 16px;
  font-weight: 700;
  color: #bbb;
  margin: 0 0 32px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .recruit-flow-section__sub {
    margin-bottom: 65px;
  }
}

.recruit-flow-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .recruit-flow-cards {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .recruit-flow-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.recruit-flow-card {
  background: #fff;
  border: 2px solid #f3f4f6;
  border-radius: 16px;
  width: 200px;
  min-width: 0;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .recruit-flow-card {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .recruit-flow-card {
    width: 100%;
    max-width: 350px;
  }
}

.recruit-flow-card__img-wrap {
  height: 140px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  background: #FFF5F7;
  border-radius: 14px 14px 0 0;
}
@media (max-width: 767px) {
  .recruit-flow-card__img-wrap {
    height: 160px;
  }
}

.recruit-flow-card__img-wrap img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  width: auto;
  height: 70px;
  max-width: none;
}
@media (max-width: 767px) {
  .recruit-flow-card__img-wrap img {
    top: 24px;
    bottom: auto;
    right: 70px;
    left: auto;
    height: 80px;
  }
}

.recruit-flow-card__badge {
  position: absolute;
  top: 13px;
  left: 15px;
  width: 30px;
  height: 30px;
  background: #fc599b;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .recruit-flow-card__badge {
    width: 46px;
    height: 46px;
    left: 20px;
    top: 20px;
  }
}

.recruit-flow-card__badge span {
  font-family: "DIN 2014", "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruit-flow-card__badge span {
    font-size: 28px;
  }
}

.recruit-flow-card__step-title {
  position: absolute;
  top: 12px;
  left: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #101828;
  text-align: center;
  line-height: 1.6;
  z-index: 2;
  width: 80%;
}
@media (max-width: 1024px) {
  .recruit-flow-card__step-title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .recruit-flow-card__step-title {
    font-size: 20px;
    top: auto;
    bottom: 14px;
    left: 20px;
    right: 8px;
    text-align: left;
  }
}

/* Step3: 長いタイトルはPCで小さめ */
.recruit-flow-card__step-title--long {
  font-size: 14px;
  padding: 0 4px;
}
@media (max-width: 767px) {
  .recruit-flow-card__step-title--long {
    font-size: 18px;
    padding: 0;
  }
}

.recruit-flow-card__body {
  flex: 1;
  padding: 16px 24px 16px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #364153;
  line-height: 1.6;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recruit-flow-card__body p {
  margin: 0;
}

/* ===== 募集ポジション カウント ===== */
.recruit-count-section {
  padding: 24px 0 0 54px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .recruit-count-section {
    padding-left: 30px;
  }
}

.recruit-count-label {
  font-size: 14px;
  font-weight: 400;
  color: #717182;
  margin: 0;
  line-height: 21px;
  letter-spacing: -0.15px;
}

.recruit-count-number-wrap {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 0;
}

.recruit-count-num {
  font-size: 60px;
  font-weight: 700;
  color: #fc599b;
  line-height: 1.5;
}

.recruit-count-ken {
  font-size: 18px;
  font-weight: 400;
  color: #0a0a0a;
  margin-bottom: 12px;
  padding-left: 2px;
  letter-spacing: -0.44px;
}

/* ===== アコーディオン エリア ===== */
.recruit-accordion-section {
  padding: 0 24px 60px;
}
@media (max-width: 767px) {
  .recruit-accordion-section {
    padding: 0 16px 40px;
  }
}

/* ===== WP content-area スタイル ===== */
.recruit-content-area {
  padding: 0 24px 60px;
}
@media (max-width: 767px) {
  .recruit-content-area {
    padding: 0 16px 40px;
  }
}

.recruit-content-area .recruit-accordion-item {
  border-top: 1px dashed #d1d5dc;
}

.recruit-content-area .recruit-accordion-item:last-child {
  border-bottom: 1px dashed #d1d5dc;
}

.recruit-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 8px 0;
}

.recruit-accordion-header-title {
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.6;
  flex: 1;
}

.recruit-accordion-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #fc599b;
  stroke: #fc599b;
  transition: transform 0.2s;
}

.recruit-accordion-item.is-open .recruit-accordion-icon {
  transform: rotate(45deg);
}

.recruit-accordion-body {
  display: none;
  padding-bottom: 28px;
}

.recruit-accordion-item.is-open .recruit-accordion-body {
  display: block;
}

/* ===== the_content() 内のブロックスタイル ===== */
.recruit-content-area .wp-block-heading {
  display: none;
}

.recruit-content-area .recruit-accordion-body h3,
.recruit-content-area .recruit-accordion-body h4 {
  font-size: 14px;
  font-weight: 500;
  color: #575555;
  margin: 0 0 4px;
  line-height: 1.6;
}

.recruit-content-area .recruit-accordion-body p {
  font-size: 14px;
  font-weight: 400;
  color: #0A0A0A;
  margin: 0 0 4px;
  line-height: 1.6;
}

.recruit-content-area .recruit-accordion-body ul {
  list-style: none;
  padding: 0 0 0 4px;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.recruit-content-area .recruit-accordion-body li {
  font-size: 14px;
  font-weight: 400;
  color: #575555;
  line-height: 1.625;
  padding-left: 12px;
  position: relative;
  letter-spacing: -0.15px;
}

.recruit-content-area .recruit-accordion-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0a0a0a;
}

.recruit-content-area .recruit-accordion-body .wp-block-group {
  padding-left: 16px;
}

/* ===== 求人詳細 2カラムグリッド ===== */
.recruit-job-grid {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 16px 16px 0;
}
@media (max-width: 767px) {
  .recruit-job-grid {
    grid-template-columns: 1fr !important;
  }
}

.recruit-job-grid__label p {
  font-size: 14px;
  font-weight: 700 !important;
  color: #717182 !important;
  margin: 0;
  padding-top: 4px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .recruit-job-grid__label p {
    padding-top: 0 !important;
  }
}

.recruit-job-grid__content p,
.recruit-job-grid__content li {
  font-size: 14px;
  font-weight: 400;
  color: #575555;
  line-height: 1.625;
  letter-spacing: -0.15px;
}

.recruit-job-grid__content ul {
  list-style: none;
  padding: 0 0 0 4px;
  margin: 0 0 16px;
}

.recruit-job-grid__content li {
  position: relative;
  padding-left: 12px;
}

.recruit-job-grid__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0a0a0a;
}

.recruit-job-grid__content > p {
  margin: 0 0 2px;
}

.recruit-job-grid__content > p.recruit-sub-heading {
  font-weight: 500;
  color: #575555;
  margin: 8px 0 4px;
}

/* ===== 求人詳細 テーブル（HTML直接入力で挿入したtableタグ） ===== */
.recruit-job-grid__content table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  font-size: 14px;
  margin: 4px 0;
}

.recruit-job-grid__content table th,
.recruit-job-grid__content table td {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  color: #575555;
  font-size: 14px;
  font-weight: 400;
}

.recruit-job-grid__content table th {
  background: #f9fafb;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
}

.recruit-job-grid__content table td:first-child {
  white-space: nowrap;
  font-weight: 500;
  color: #374151;
}

@media (max-width: 767px) {
  .recruit-job-grid__content table,
  .recruit-job-grid__content table thead,
  .recruit-job-grid__content table tbody,
  .recruit-job-grid__content table tr,
  .recruit-job-grid__content table th,
  .recruit-job-grid__content table td {
    display: block;
    width: 100%;
  }
  .recruit-job-grid__content table th,
  .recruit-job-grid__content table td {
    border-bottom: none;
  }
  .recruit-job-grid__content table tr:last-child td:last-child,
  .recruit-job-grid__content table tr:last-child th:last-child {
    border-bottom: 1px solid #e5e7eb;
  }
}
/* ===== 応募ボタン ===== */
.recruit-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 46px;
  background-color: #fc599b;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 999px;
  margin-left: 176px;
  margin-top: 12px;
  border: 1px solid #d1d5dc;
  transition: opacity 0.2s;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .recruit-apply-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}

.recruit-apply-btn:hover {
  opacity: 0.85;
}

/* ===== 0件 空状態 ===== */
.recruit-empty-state {
  padding: 60px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}
@media (max-width: 767px) {
  .recruit-empty-state {
    padding: 40px 20px 60px;
  }
}

.recruit-empty-state__icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit-empty-state__icon svg {
  width: 90px;
  height: 90px;
}

.recruit-empty-state__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.recruit-empty-state__desc {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  opacity: 0.8;
  line-height: 1.5;
  margin: 0;
  max-width: 497px;
}
@media (max-width: 767px) {
  .recruit-empty-state__desc {
    max-width: 320px;
  }
}

.recruit-empty-state__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  padding: 12px 18px;
  background: linear-gradient(102.11deg, #F6877E 30.24%, #E857D8 100%);
  color: #fff !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  border-radius: 6px;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: opacity 0.2s;
}

.recruit-empty-state__btn:hover {
  opacity: 0.85;
}

/* =====================================================
TOP PAGE
page-top-html.php / Figma 129:619
===================================================== */
/* ===== Page wrapper ===== */
.top-wrapper {
  color: #3c3c3c;
  width: 100%;
  overflow-x: hidden;
}

/* ===== KV / HERO SLIDER ===== */
.top-kv {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-kv {
    width: 100%;
    height: auto;
  }
}

/* --- Layer 1: 背景画像 --- */
.top-kv__bg {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.top-kv__bg img {
  display: block;
  width: 100%;
  height: 100%;
}

/* --- Layer 2: マスクされた写真スライダー --- */
.top-kv__photo-wrap {
  position: absolute;
  inset: 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  z-index: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .top-kv__photo-wrap {
    right: 0 !important;
  }
}

/* --- 各スライド写真 --- */
.top-kv__photo {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transform-origin: center;
  transition: opacity 1s ease-in-out;
  will-change: transform, opacity;
  transform: scale(1);
}

.top-kv__photo picture,
.top-kv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.top-kv__photo--active {
  opacity: 1;
  z-index: 2;
  animation: top-kv-zoom 3.5s ease-in forwards;
}

@keyframes top-kv-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
/* --- Layer 3: トップオーバーレイ画像 --- */
.top-kv__top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  line-height: 0;
  display: block;
}
@media (max-width: 767px) {
  .top-kv__top {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }
}

.top-kv__top img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top-kv__top img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    max-width: none;
  }
}

/* --- Layer 4: テキストオーバーレイ --- */
.top-kv__text {
  position: absolute;
  padding: 9.75vw 0 0 32px;
  inset: 0;
  z-index: 11;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-kv__text {
    padding: 24px 0 0 16px;
  }
}

.top-kv__headline {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  margin: 0;
  text-shadow: 0px 4px 4px #FFFFFF;
}
@media (max-width: 767px) {
  .top-kv__headline {
    font-size: 26px;
    white-space: normal;
  }
}

.top-kv__desc {
  margin-top: 2.5vw;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  color: #000;
  text-shadow: 0px 4px 4px #FFFFFF;
}
@media (max-width: 767px) {
  .top-kv__desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
}

/* --- SCROLL インジケーター --- */
.top-kv__scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .top-kv__scroll {
    bottom: -70px;
  }
}

.top-kv__scroll:hover {
  opacity: 1;
}

.top-kv__scroll-icon {
  display: block;
  width: 50px;
  height: auto;
}

/* ===== NEWS ===== */
.top-news {
  padding: 40px 0 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .top-news {
    padding: 74px 0 0;
  }
}

.top-news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-news__inner {
    padding: 0 15px;
  }
}

.top-news__heading {
  font-size: 24px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .top-news__heading {
    margin-bottom: 10px;
  }
}

.top-news__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .top-news__list {
    max-width: 100%;
  }
}

.top-news__item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (max-width: 1024px) {
  .top-news__item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0;
  }
}

.top-news__item:hover {
  opacity: 0.75;
}

.top-news__date {
  font-size: 18px;
  font-weight: 700;
  color: #4a5565;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .top-news__date {
    min-width: auto;
    order: 1;
  }
}

.top-news__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  height: 32px;
  background: #fc599b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  white-space: nowrap;
  min-width: 94px;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-news__badge {
    order: 2;
  }
}

.top-news__title {
  font-size: 20px;
  font-weight: 500;
  color: #101828;
  flex: 1;
}
@media (max-width: 1024px) {
  .top-news__title {
    order: 3;
    flex-basis: 100%;
    width: 100%;
    line-height: 1.6;
  }
}

.top-news__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 27px;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .top-news__footer {
    max-width: 100%;
  }
}

/* ===== Section Header (共通) ===== */
.top-section-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #bbb;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0;
}

.top-section-label--en {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.1px;
}

.top-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #3c3c3c;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top-section-title {
    margin-bottom: 32px;
  }
}

/* ===== Outline Button (共通) ===== */
.top-btn-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #3c3c3c;
  text-decoration: none;
}

.top-btn-small:hover {
  opacity: 0.7;
  color: #3c3c3c;
}

.top-btn-small svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.top-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 174px;
  height: 52px;
  background: #fff;
  border: 2px solid #a4a2a2;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #3c3c3c;
  text-decoration: none;
  transition: opacity 0.2s;
}
.top-btn-outline:hover {
  opacity: 0.8;
  color: #3c3c3c;
}
.top-btn-outline svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* ===== ABOUT US ===== */
.top-about {
  padding: 40px 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .top-about {
    padding: 80px 0 0;
  }
}

.top-about__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-about__inner {
    padding: 0 20px;
  }
}

.top-about__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .top-about__cards {
    max-width: 100%;
    gap: 32px;
    margin-bottom: 32px;
  }
}

.top-about__card {
  background: #fffbfb;
  border: 1px solid #ffbdd0;
  border-radius: 16px;
  overflow: hidden;
  min-height: 150px;
}
@media (max-width: 1024px) {
  .top-about__card {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}

.top-about__card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 27px;
  background: linear-gradient(121.15deg, #F6877E 30.24%, #E857D8 100%);
  height: 56px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .top-about__card-header {
    padding: 12px 16px;
  }
}

.top-about__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  flex-shrink: 0;
}

.top-about__card-icon .material-icons {
  font-size: 22px;
}

.top-about__card-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.top-about__card-body {
  padding: 28px;
}
@media (max-width: 768px) {
  .top-about__card-body {
    padding: 16px;
  }
}

.top-about__card-text {
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(129.78deg, #F6877E 30.24%, #E857D8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1024px) {
  .top-about__card-text {
    font-size: 20px;
  }
}

.top-about__footer {
  text-align: center;
}

/* ===== USERS (サービス導入事例) ===== */
.top-users {
  padding: 60px 0 77px;
  background: #fff;
}
@media (max-width: 1024px) {
  .top-users {
    padding: 48px 0 40px;
  }
}

.top-users__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-users__inner {
    padding: 0 20px;
  }
}

.top-users .top-section-title {
  margin-bottom: 30px;
}

.top-users__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .top-users__row {
    flex-direction: column;
    gap: 24px;
  }
}

.top-users__brand {
  flex-shrink: 0;
}

.top-users__top-img {
  height: 90px;
  width: auto;
  display: block;
}

.top-users__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .top-users__logos {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.top-users__logo-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #ffbdd0;
  border-radius: 10px;
  padding: 0 25px;
  min-width: 220px;
  height: 90px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-users__logo-card {
    width: 250px;
    min-width: 250px;
    height: 70px;
  }
}

.top-users__logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.top-users__logo-icon .material-icons {
  font-size: 24px;
  color: #f6877e;
}

.top-users__logo-name {
  font-size: 16px;
  font-weight: 700;
  color: #364153;
  white-space: nowrap;
}

/* ===== SERVICES ===== */
.top-services {
  padding: 60px 0 112px;
  background: #f9fafb;
}
@media (max-width: 1024px) {
  .top-services {
    padding: 48px 0 60px;
  }
}

.top-services__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-services__inner {
    padding: 0 20px;
  }
}

.top-services .top-section-title {
  margin-bottom: 64px;
}

.top-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .top-services__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .top-services__grid {
    gap: 60px;
    max-width: 350px;
    margin: 0 auto;
  }
}

.top-service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  color: inherit;
  max-width: 450px;
  margin: 0 auto;
}

.top-service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.15);
  color: inherit;
}

.top-service-card__image {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .top-service-card__image {
    height: 200px;
  }
}

.top-service-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.top-service-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #101828;
  margin: 0 0 10px;
}

.top-service-card__desc {
  font-size: 16px;
  line-height: 1.625;
  color: #4a5565;
  flex: 1;
  margin: 0 0 24px;
}

.top-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #3c3c3c;
  margin-top: auto;
  align-self: flex-end;
}

.top-service-card__link svg {
  width: 20px;
  height: 20px;
}

.top-services__footer {
  text-align: center;
  margin-top: 40px;
}

/* ===== COMPANY INFO ===== */
.top-company {
  padding: 65px 0 90px;
  scroll-margin-top: 87px;
}
@media (max-width: 1024px) {
  .top-company {
    padding: 48px 0 32px;
  }
}

.top-company__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-company__inner {
    padding: 0 20px;
  }
}

.top-company__dl {
  width: 540px;
  margin: 100px auto 0;
}
@media (max-width: 1024px) {
  .top-company__dl {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 32px;
  }
}

.top-company__row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
}

.top-company__term {
  font-size: 14px;
  font-weight: 500;
  color: #4a5565;
  width: 128px;
  flex-shrink: 0;
  padding-top: 2px;
  margin: 0;
}

.top-company__desc {
  font-size: 16px;
  color: #101828;
  line-height: 1.5;
  margin: 0;
}

.top-company__location-label {
  font-size: 22px;
  font-weight: 700;
  color: #3c3c3c;
  text-align: center;
  margin: 0;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .top-company__location-label {
    font-size: 20px;
  }
}

/* ===== LOCATIONS / MAPS ===== */
.top-locations {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  .top-locations {
    padding: 0 0 100px;
  }
}

.top-locations__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  gap: 60px;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .top-locations__inner {
    flex-direction: column;
    padding: 0 15px;
    gap: 90px;
    align-items: center;
  }
}

.top-location {
  flex: 1;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .top-location {
    max-width: 360px;
    width: 100%;
  }
}

.top-location__name {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
  margin: 0 0 4px;
  line-height: 1.6;
}

.top-location__postal {
  font-size: 16px;
  color: #101828;
  margin: 0;
  line-height: 1.625;
}

.top-location__address {
  font-size: 16px;
  color: #101828;
  margin: 0 0 24px;
  line-height: 1.625;
}

.top-location__map {
  width: 100%;
  height: 360px;
  display: block;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .top-location__map {
    height: 260px;
  }
}

.l-content.l-container:has(.flows-kv) {
  max-width: 100%;
  padding: 0;
  margin: 0;
  width: 100%;
}

.page-id-224 .p-breadcrumb {
  display: none;
}

/* ===== KV セクション ===== */
.flows-kv {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 537px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(77.97deg, rgb(245, 200, 213) 10.71%, rgb(247, 117, 189) 71.32%);
  overflow: hidden;
}
@media (max-width: 860px) {
  .flows-kv {
    height: auto;
    min-height: auto;
    padding: 48px 0 24px;
    background: linear-gradient(127.29deg, #F5C8D5 53.89%, #F775BD 103.59%);
  }
}

.flows-kv__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 860px) {
  .flows-kv__inner {
    position: static;
    height: auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.flows-kv__title {
  position: absolute;
  left: 66px;
  top: 83px;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  letter-spacing: -0.8484px;
  color: #101828;
  width: 512px;
  margin: 0;
}
@media (max-width: 860px) {
  .flows-kv__title {
    position: static;
    width: 100%;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.flows-kv__desc {
  position: absolute;
  left: 64px;
  top: 244px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #4a5565;
  width: 512px;
  margin: 0;
}
@media (max-width: 860px) {
  .flows-kv__desc {
    position: static;
    width: 100%;
    margin-bottom: 32px;
  }
}

.flows-kv__btns {
  position: absolute;
  left: 66px;
  top: 393px;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 860px) {
  .flows-kv__btns {
    position: static;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-bottom: 40px;
  }
}

.flows-kv__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  background: #FC599B;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
@media (max-width: 860px) {
  .flows-kv__btn-primary {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.flows-kv__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  background: #f2e8f6;
  border: 1px solid #c084d5;
  color: #7b44b2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
@media (max-width: 860px) {
  .flows-kv__btn-secondary {
    font-size: 14px;
    padding: 10px 16px;
  }
}

.flows-kv__image {
  position: absolute;
  left: 612px;
  top: 75px;
  width: 550px;
}
@media (max-width: 860px) {
  .flows-kv__image {
    position: static;
    width: 100%;
  }
}

.flows-kv__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: block;
}
@media (max-width: 860px) {
  .flows-kv__image img {
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
  }
}

.flows-kv__blob {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.5;
  pointer-events: none;
}

.flows-kv__blob--blue {
  background: #dbeafe;
  bottom: -32px;
  right: -16px;
}

.flows-kv__blob--indigo {
  background: #e0e7ff;
  top: -32px;
  left: -32px;
}

.page-id-224 .l-mainContent.l-article,
.page-id-224 .l-mainContent__inner {
  max-width: 100%;
  width: 100%;
}

.page-id-224 .post_content {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-id-224 .wp-block-html {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-224 h2,
.page-id-224 h3 {
  position: static;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  border-left: none;
  border-bottom: none;
  background: none;
  background-image: none;
}

.page-id-224 h2::before,
.page-id-224 h2::after,
.page-id-224 h3::before,
.page-id-224 h3::after {
  display: none;
  content: none;
}

.page-id-224 .c-pageTitle {
  display: none;
}

.page-id-224 .flows-section {
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-224 .flows-partner-logos .flows-partner-logo img {
  height: 96px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.page-id-224 .flows-faq-item > summary {
  list-style: none;
}

.page-id-224 .flows-faq-item > summary::-webkit-details-marker {
  display: none;
}

.flows-btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  line-height: 1;
}

.flows-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.flows-btn-filled {
  background: var(--color-primary);
  color: #fff;
  border: 2px solid var(--color-primary);
}

.flows-btn-outline {
  background: #fff;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.flows-btn-white {
  background: #fff;
  color: var(--color-primary);
  border: 2px solid #fff;
}

.flows-btn-outline-white {
  background: transparent;
  color: #3C3C3C;
  border: 2px solid rgba(60, 60, 60, 0.5);
}

.flows-btn-dl {
  background: #F2E8F6;
  color: #7B44B2;
  border: 1px solid #C084D5;
}

.flows-section {
  width: 100%;
}

.flows-container {
  max-width: 1088px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .flows-container {
    padding: 0 24px;
  }
}

.flows-section-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-color-3);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  text-align: center;
}

.flows-section-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-color-1);
  text-align: center;
  margin-bottom: 8px;
  background: none;
  background-image: none;
  -webkit-text-fill-color: var(--text-color-1);
}
@media (max-width: 860px) {
  .flows-section-heading {
    font-size: 28px;
  }
}

.flows-section-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color-3);
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 0.04em;
}

.flows-challenge {
  padding: 65px 0;
  background: #F9FAFB;
}
@media (max-width: 860px) {
  .flows-challenge {
    padding-bottom: 85px;
  }
}

.flows-challenge .flows-section-heading {
  margin-bottom: 64px;
}

.flows-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 860px) {
  .flows-cards {
    grid-template-columns: 1fr;
  }
}

.flows-card {
  min-height: 340px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.flows-card-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #FC599B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.flows-card-icon-wrap svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

.flows-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #101828;
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.6;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #101828;
}

.flows-card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #575555;
  margin: 0;
}

.flows-whatis {
  padding: 80px 0 0;
  background: #fff;
}

.flows-whatis-inner {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 860px) {
  .flows-whatis-inner {
    flex-direction: column;
    gap: 32px;
  }
}

.flows-whatis-text {
  flex: 1;
}

.flows-whatis-text h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  color: #3C3C3C;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #3C3C3C;
}

.flows-whatis-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #575555;
  margin-bottom: 16px;
}

.flows-whatis-image {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .flows-whatis-image {
    width: 100%;
    margin: 0 auto;
  }
}

.flows-whatis-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.flows-features {
  padding: 40px 0 90px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .flows-features {
    padding-top: 90px;
  }
}
@media (max-width: 860px) {
  .flows-features {
    padding-bottom: 60px;
  }
}

.flows-features .flows-section-eyebrow {
  font-size: 28px;
  font-weight: 700;
  color: #3C3C3C;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .flows-features .flows-section-eyebrow {
    margin-bottom: 50px;
  }
}

.flows-feature-list {
  display: flex;
  flex-direction: column;
  gap: 128px;
}
@media (max-width: 860px) {
  .flows-feature-list {
    gap: 60px;
  }
}

.flows-feature {
  display: flex;
  gap: 48px;
  align-items: center;
}
@media (max-width: 860px) {
  .flows-feature {
    flex-direction: column;
    gap: 32px;
  }
}

.flows-feature--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 860px) {
  .flows-feature--reverse {
    flex-direction: column;
  }
}

.flows-feature-text {
  flex: 1;
}

.flows-feature-num {
  font-size: 24px;
  font-weight: 700;
  color: #FC599B;
  letter-spacing: 0;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 860px) {
  .flows-feature-num {
    font-size: 20px;
  }
}

.flows-feature-title {
  font-size: 28px;
  font-weight: 700;
  color: #3C3C3C;
  margin-top: 15px;
  margin-bottom: 24px;
  line-height: 1.5;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #3C3C3C;
}
@media (max-width: 860px) {
  .flows-feature-title {
    font-size: 20px;
  }
}

.flows-feature-body {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #A4A2A2;
  margin: 0;
}

.flows-feature-image {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.flows-feature-image img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.flows-benefits {
  padding: 96px 0 60px;
  background: #F9FAFB;
}
@media (max-width: 860px) {
  .flows-benefits {
    padding-top: 70px;
  }
}

.flows-benefits .flows-section-eyebrow {
  font-size: 28px;
  font-weight: 700;
  color: #101828;
  text-align: center;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
}

.flows-benefits .flows-section-heading {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #A4A2A2;
  text-align: center;
  line-height: 1.6;
  -webkit-text-fill-color: #A4A2A2;
}

.flows-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 860px) {
  .flows-benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.flows-benefit-item {
  text-align: center;
  padding: 54px 0 0;
}
@media (max-width: 860px) {
  .flows-benefit-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.flows-benefit-icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: #FC599B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.flows-benefit-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}

.flows-benefit-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: #101828;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 24px;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #101828;
}

.flows-benefit-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: #4A5565;
  margin: 0;
}

.flows-flow {
  padding: 60px 0 48px;
  background: #ffffff;
}

.flows-flow .flows-section-heading {
  color: #101828;
  -webkit-text-fill-color: #101828;
}

.flows-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 860px) {
  .flows-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.flows-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: calc(12.5% + 16px);
  right: calc(12.5% + 16px);
  height: 2px;
  background: #FFBDD0;
  z-index: 0;
}
@media (max-width: 860px) {
  .flows-steps::before {
    display: block;
    left: 39px;
    right: auto;
    width: 2px;
    top: 40px;
    bottom: 40px;
    height: auto;
    background: linear-gradient(to bottom, #fda5d5, #fccee8);
  }
}

.flows-step {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 860px) {
  .flows-step {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    min-height: 160px;
  }
}
@media (max-width: 860px) {
  .flows-step:last-child {
    min-height: auto;
  }
}

.flows-step-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FC599B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  position: relative;
}
@media (max-width: 860px) {
  .flows-step-circle {
    flex-shrink: 0;
    margin: 0;
  }
}

.flows-step-num {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ED6AB3;
  font-size: 18px;
  font-weight: 700;
  color: #FC599B;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.flows-step-circle img {
  width: 36px;
  height: 36px;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}

.flows-step h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3C3C3C;
  margin-top: 16px;
  margin-bottom: 16px;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #3C3C3C;
}
@media (max-width: 860px) {
  .flows-step h3 {
    font-size: 18px;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

.flows-step p {
  padding: 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #A4A2A2;
  margin: 0;
}
@media (max-width: 860px) {
  .flows-step p {
    text-align: left;
  }
}

.flows-faq {
  padding: 60px 0;
  background: #F9FAFB;
}

@media (max-width: 860px) {
  .flows-faq .flows-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.flows-faq .flows-section-eyebrow {
  font-size: 28px;
  font-weight: 700;
  color: #101828;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #101828;
}

.flows-faq .flows-section-heading {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #A4A2A2;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #A4A2A2;
}

.flows-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
  border-top: none;
}

.flows-faq-item {
  background: #fff;
  border-radius: 14px;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.flows-faq-q {
  font-size: 18px;
  font-weight: 700;
  color: #3C3C3C;
  padding: 0 32px;
  min-height: 76px;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.flows-faq-q::marker,
.flows-faq-q::-webkit-details-marker {
  display: none;
}

.flows-faq-q::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-left: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%2399A1AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s;
}

.flows-faq-item[open] .flows-faq-q::after {
  transform: rotate(180deg);
}

.flows-faq-a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #A4A2A2;
  padding: 0 32px 20px;
}

.flows-faq-link {
  color: #7B44B2;
  text-decoration: underline;
}

.flows-cta {
  padding: 48px 0 50px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%), linear-gradient(73.45deg, rgb(245, 200, 213) 10.71%, rgb(247, 117, 189) 71.32%);
}
@media (max-width: 860px) {
  .flows-cta {
    padding-bottom: 40px;
  }
}

.flows-cta .flows-container {
  text-align: center;
}

.flows-cta-title {
  font-size: 42px;
  font-weight: 700;
  color: #000000;
  line-height: 1.4285714286;
  margin-bottom: 44px;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #000000;
}
@media (max-width: 860px) {
  .flows-cta-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
}

.flows-cta-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 52px;
}
@media (max-width: 860px) {
  .flows-cta-desc {
    font-size: 18px;
  }
}

.flows-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .flows-cta-btns {
    gap: 30px;
  }
}

.flows-cta-btns .flows-btn {
  width: 262px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 22px;
}

.flows-cta-btns .flows-btn-filled {
  background: #FC599B;
  color: #fff;
  border: none;
}

.flows-cta-btns .flows-btn-dl {
  background: #F2E8F6;
  color: #7B44B2;
  border: 1px solid #C084D5;
}

.flows-partner {
  padding: 35px 0 60px;
  background: #fff;
}
@media (max-width: 860px) {
  .flows-partner {
    padding-bottom: 94px;
  }
}

.flows-partner-eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #BBBBBB;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
}

.flows-partner-heading {
  font-size: 28px;
  font-weight: 700;
  color: #3C3C3C;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 48px;
  background: none;
  background-image: none;
  -webkit-text-fill-color: #3C3C3C;
}

.flows-partner-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 0;
}

.flows-partner-logo {
  margin: 0;
}

.flows-partner-logo img {
  height: 96px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* ===== DESIGN TOKENS ===== */
:root {
  /* --- Color: Primary --- */
  --color-primary: #FC599B;
  --color-secondary: #DA478D;
  --color-primary-light: #FFBDD0;
  --color-primary-pale: #F2E8F6;
  --color-liner-main: linear-gradient(92.16deg, #F6877E 30.24%, #E857D8 100%);
  --color-liner: linear-gradient(90deg, #F2E8F6 0%, #FFBDD0 100%);
  /* --- Color: Mono --- */
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray: #F2F2F2;
  --color-purple: #C084D5;
  /* --- Color: Text --- */
  --text-color-1: #3C3C3C;
  --text-color-2: #3C3C3C;
  --text-color-3: #BBB;
  /* --- Color: Accent --- */
  --color-accent: #30349B;
  --color-marking: #FFC130;
  /* --- Typography --- */
  --font-base: 'Zen Kaku Gothic New', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', sans-serif;
  --font-size-h1: 28px;
  --font-size-h2: 24px;
  --font-size-h3: 20px;
  --font-size-h4: 18px;
  --font-size-h5: 16px;
  --font-size-h6: 14px;
  --font-size-small: 12px;
  --line-height-base: 1.5;
  --line-height-loose: 1.6;
  /* --- Layout --- */
  --content-width: 1200px;
  --sp-breakpoint: 860px;
  --section-gap-pc: 80px;
  --section-gap-sp: 48px;
}

/* ===== BASE ===== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-base);
  font-size: var(--font-size-h5);
  font-weight: 400;
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
  background-color: var(--color-white);
}
@media (max-width: 860px) {
  body {
    font-size: var(--font-size-h6);
  }
}

a {
  color: #7B44B2;
  transition: color 0.2s ease, opacity 0.2s ease;
}

::-moz-selection {
  background-color: var(--color-primary-light);
  color: var(--text-color-1);
}

::selection {
  background-color: var(--color-primary-light);
  color: var(--text-color-1);
}

h2 {
  margin-top: 0;
}

p {
  margin: 0;
}

/* --- ブレーク要素ユーティリティ --- */
.sp-br {
  display: none;
}
@media (max-width: 860px) {
  .sp-br {
    display: inline;
  }
}

.pc-br {
  display: block;
}
@media (max-width: 860px) {
  .pc-br {
    display: none;
  }
}

/* ===== TYPOGRAPHY ===== */
.wp-block-heading h1, h1 {
  font-family: var(--font-base);
  font-size: var(--font-size-h1);
  font-weight: 700;
  line-height: var(--line-height-base);
  color: var(--text-color-1);
}
@media (max-width: 860px) {
  .wp-block-heading h1, h1 {
    font-size: 22px;
  }
}

.wp-block-heading h2, h2 {
  font-family: var(--font-base);
  font-size: var(--font-size-h2);
  font-weight: 700;
  line-height: var(--line-height-base);
  color: var(--text-color-1);
}
@media (max-width: 860px) {
  .wp-block-heading h2, h2 {
    font-size: 20px;
  }
}

.wp-block-heading h3, h3 {
  font-family: var(--font-base);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
}
@media (max-width: 860px) {
  .wp-block-heading h3, h3 {
    font-size: 18px;
  }
}

.wp-block-heading h4, h4 {
  font-family: var(--font-base);
  font-size: var(--font-size-h4);
  font-weight: 700;
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
}
@media (max-width: 860px) {
  .wp-block-heading h4, h4 {
    font-size: 16px;
  }
}

.wp-block-heading h5, h5 {
  font-family: var(--font-base);
  font-size: var(--font-size-h5);
  font-weight: 700;
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
}
@media (max-width: 860px) {
  .wp-block-heading h5, h5 {
    font-size: 14px;
  }
}

.wp-block-heading h6, h6 {
  font-family: var(--font-base);
  font-size: var(--font-size-h6);
  font-weight: 700;
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
}

/* ===== GUTENBERG BLOCKS ===== */
/* --- Button --- */
.wp-block-button .wp-block-button__link,
.wp-block-button__link,
.c-btn {
  font-family: var(--font-base);
  font-size: var(--font-size-h5);
  font-weight: 700;
  background: #FFFFFF;
  background-image: none;
  color: var(--text-color-1);
  border: 2px solid #A4A2A2;
  border-radius: 8px;
  padding: 10px 20px 10px 28px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media (max-width: 860px) {
  .wp-block-button .wp-block-button__link,
  .wp-block-button__link,
  .c-btn {
    padding: 10px 28px;
    font-size: var(--font-size-h6);
  }
}

.wp-block-button .wp-block-button__link::after,
.wp-block-button__link::after,
.c-btn::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: var(--color-primary);
  background-image: url("/wp-content/uploads/2026/03/Path.png");
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.wp-block-button .wp-block-button__link:hover {
  border-color: var(--color-primary);
  text-decoration: none;
}

/* グラデーション塗りつぶしボタン */
.wp-block-button.is-style-fill .wp-block-button__link {
  background: linear-gradient(90deg, #F6877E 0%, #E857D8 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  padding: 12px 36px;
  gap: 8px;
}

.wp-block-button.is-style-fill .wp-block-button__link::after {
  content: none;
  display: none;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover {
  opacity: 0.88;
  box-shadow: none;
}

/* --- Paragraph --- */
.wp-block-paragraph {
  font-family: var(--font-base);
  font-size: var(--font-size-h5);
  font-weight: 400;
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
}

.wp-block-paragraph.has-small-font-size {
  font-size: var(--font-size-h6);
  color: var(--text-color-3);
}

/* --- Group --- */
.wp-block-group {
  padding-top: var(--section-gap-pc);
  padding-bottom: var(--section-gap-pc);
}
@media (max-width: 860px) {
  .wp-block-group {
    padding-top: var(--section-gap-sp);
    padding-bottom: var(--section-gap-sp);
  }
}

.wp-block-group.is-style-pink-bg,
.wp-block-group[class*=has-primary-background] {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.wp-block-group.is-style-pale-bg {
  background-color: var(--color-primary-pale);
}

.wp-block-group.is-style-gray-bg {
  background-color: var(--color-gray);
}

/* --- Columns --- */
@media (max-width: 860px) {
  .wp-block-columns {
    flex-direction: column;
    gap: 24px;
  }
}

.wp-block-column {
  flex: 1;
}

/* --- Separator --- */
.wp-block-separator {
  border-color: var(--color-primary-light);
  border-width: 1px;
}

.wp-block-separator.is-style-wide {
  background: var(--color-liner-main);
  height: 3px;
  border: none;
  border-radius: 2px;
}

/* --- Table --- */
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: var(--font-size-h5);
}

.wp-block-table th {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  padding: 12px 16px;
  border: 1px solid var(--color-primary);
}

.wp-block-table td {
  padding: 12px 16px;
  border: 1px solid var(--color-primary-pale);
  color: var(--text-color-1);
}

.wp-block-table tr:nth-child(even) td {
  background-color: var(--color-gray);
}

/* --- List --- */
.wp-block-list li,
.wp-block-list ul li,
.wp-block-list ol li {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-loose);
  color: var(--text-color-1);
  margin-bottom: 8px;
}

.wp-block-list.is-style-check li::before {
  content: "✓";
  color: var(--color-primary);
  font-weight: 700;
  margin-right: 8px;
}

/* --- Quote --- */
.wp-block-quote {
  border-left: 4px solid var(--color-primary);
  padding-left: 20px;
  color: var(--text-color-2);
  font-style: normal;
}

.wp-block-quote cite {
  font-size: var(--font-size-h6);
  color: var(--text-color-3);
}

/* --- WordPress content wrapper --- */
.post_content > * {
  margin-bottom: 0;
}

.post_content h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 28px;
}

/* ===== HEADER ===== */
/* --- Base --- */
#site-header,
.l-header {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid #EAEBF0;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media (max-width: 959px) {
  #site-header,
  .l-header {
    min-height: 60px;
  }
}

/* --- Inner layout --- */
.l-header__inner {
  display: flex;
  padding-left: 32px;
  padding-right: 32px;
  justify-content: flex-start;
  align-items: center;
  height: 86px;
  min-height: 86px;
  overflow: visible;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .l-header__inner {
    height: 60px;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
    align-items: center;
  }
}

/* --- Logo --- */
.l-header__logo {
  margin-right: 0;
  font-size: 0;
  line-height: 0;
}

.l-header__logo .c-headLogo {
  margin-right: 0;
  font-size: 0;
  line-height: 0;
  height: 26px;
}
@media (max-width: 959px) {
  .l-header__logo .c-headLogo {
    height: 22px;
  }
}

.c-headLogo__link {
  height: auto;
}

.c-headLogo__img,
.c-headLogo__link img,
.l-header__logo a img,
.l-header__logo img {
  display: block;
  height: 26px;
  width: auto;
  max-height: 26px;
  max-width: none;
}
@media (max-width: 959px) {
  .c-headLogo__img,
  .c-headLogo__link img,
  .l-header__logo a img,
  .l-header__logo img {
    height: 22px;
    max-height: 22px;
  }
}

/* --- Global nav (PC) --- */
.l-header__gnav,
nav.l-header__gnav {
  display: flex;
  align-items: center;
  margin-left: 64px;
  height: 86px;
  flex: 1;
}
@media (max-width: 959px) {
  .l-header__gnav,
  nav.l-header__gnav {
    display: none;
  }
}

ul.c-gnav {
  height: 86px;
}

ul.c-gnav > li {
  height: 86px;
  display: flex;
  align-items: center;
  position: relative;
}

ul.c-gnav > li > a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: auto;
}

.c-gnav {
  display: flex;
  align-items: center;
  gap: 32px;
  height: auto;
}

.c-gnav > .menu-item > a,
.c-gnav .menu-item > a,
.c-gnav .menu-item > a .ttl {
  font-size: 16px;
  font-weight: 500;
  color: #575555;
  text-decoration: none;
  transition: color 0.2s ease;
  padding: 0;
  flex-direction: row;
}

.c-gnav > .menu-item:not(.menu-item-has-children) > a::after {
  display: none;
}

.c-gnav .menu-item-has-children > a,
.c-gnav .menu-item-has-children > a .ttl {
  font-weight: 700;
  color: #575555;
}

.c-gnav > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-gnav > .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
  position: static;
  transition: transform 0.2s ease;
}

.c-gnav > .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

.c-gnav .menu-item > a:hover,
.c-gnav .menu-item > a:hover .ttl,
.c-gnav .menu-item.current-menu-item > a,
.c-gnav .menu-item.current-menu-item > a .ttl {
  color: #575555;
  font-weight: 700;
}

/* --- Dropdown --- */
.c-gnav .sub-menu {
  background: #fff;
  border: 1px solid #DAE0E6;
  border-radius: 6px 6px 8px 8px;
  min-width: 160px;
  padding: 0;
  list-style: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  overflow: hidden;
}

.c-gnav .sub-menu > li > a,
.c-gnav .sub-menu > li > a .ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #919BA7;
  text-decoration: none;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.c-gnav .sub-menu > li > a .ttl {
  padding: 0;
}

.c-gnav .sub-menu > li > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='%23919BA7'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
}

.c-gnav .sub-menu > li > a:hover,
.c-gnav .sub-menu > li > a:hover .ttl {
  color: #3C3C3C;
  background: #F9FAFB;
}

/* Dropdown positioning */
ul.c-gnav > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}

ul.c-gnav > li > .sub-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: -16px;
  min-width: 148px;
  background: #fff;
  border: 1px solid #DAE0E6;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
  z-index: 200;
}

ul.c-gnav > li:hover > .sub-menu {
  display: block;
}

ul.c-gnav > li > .sub-menu > li {
  border-bottom: 1px solid #DAE0E6;
}

ul.c-gnav > li > .sub-menu > li:last-child {
  border-bottom: none;
}

ul.c-gnav > li > .sub-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #919BA7;
  text-decoration: none;
  white-space: nowrap;
  gap: 20px;
  transition: background 0.15s ease, color 0.15s ease;
}

ul.c-gnav > li > .sub-menu > li > a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6' stroke='%23F6877E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

ul.c-gnav > li > .sub-menu > li > a:hover {
  background: #F9FAFB;
  color: #3C3C3C;
}

/* --- CTA button (PC) --- */
.l-header__pc-cta {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 959px) {
  .l-header__pc-cta {
    display: none;
  }
}

.l-header__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(96.03deg, #F6877E 30.24%, #E857D8 100%);
  color: #fff;
  border-radius: 6px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.l-header__cta-link:hover {
  opacity: 0.88;
  color: #fff;
}

.l-header .c-customBtn a,
.l-header [class*=customBtn] a {
  background: linear-gradient(96.03deg, #F6877E 30.24%, #E857D8 100%);
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  line-height: 1.467;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: opacity 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}

/* --- Fix header (非表示: sticky header を使用) --- */
#fix_header {
  display: none;
}

.l-fixHeader__inner {
  padding-left: 32px;
  padding-right: 32px;
  justify-content: flex-start;
  align-items: center;
  min-height: 86px;
}

.l-fixHeader__logo {
  margin-right: 0;
}

.l-fixHeader__logo .c-headLogo {
  margin-right: 0;
  font-size: 0;
  line-height: 0;
  height: 26px;
}

.l-fixHeader__gnav,
div.l-fixHeader__gnav {
  display: flex;
  align-items: center;
  margin-left: 64px;
}

.l-fixHeader__pc-cta {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}

.l-fixHeader__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(96.03deg, #F6877E 30.24%, #E857D8 100%);
  color: #fff;
  border-radius: 6px;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  line-height: 22px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.l-fixHeader__cta-link:hover {
  opacity: 0.88;
  color: #fff;
}

/* --- SP menu button --- */
@media (min-width: 960px) {
  .l-header__menuBtn {
    display: none;
  }
}
@media (max-width: 959px) {
  .l-header__menuBtn {
    display: flex;
    align-items: center;
  }
}

/* ===== HAMBURGER MENU ===== */
/* --- Toggle button --- */
.wd-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 28px;
  height: 22px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.wd-hamburger__bar {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #717171;
  border-radius: 2px;
  flex-shrink: 0;
  transition: none;
  transform: none;
  opacity: 1;
  top: auto;
  position: static;
}

.c-iconBtn.wd-hamburger,
.-menuBtn.wd-hamburger {
  width: 28px;
  height: 22px;
  padding: 0;
  background: transparent;
  border: none;
}

/* --- SP menu overlay --- */
#sp_menu {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

html[data-spmenu=opened] #sp_menu {
  pointer-events: auto;
}

#sp_menu .p-spMenu__inner {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
  pointer-events: none;
  padding-top: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

#sp_menu .p-spMenu__inner::before {
  display: none;
}

html[data-spmenu=opened] #sp_menu .p-spMenu__inner {
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition: transform 0.3s ease, visibility 0s linear 0s;
}

.p-spMenu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

html[data-spmenu=opened] .p-spMenu__overlay {
  opacity: 1;
}

/* --- SP menu header row --- */
.wd-sp-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  min-height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #EAEBF0;
  flex-shrink: 0;
}

.wd-sp-menu__logo .c-headLogo {
  height: 22px;
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.wd-sp-menu__logo .c-headLogo__link {
  height: auto;
}

.wd-sp-menu__logo .c-headLogo__img,
.wd-sp-menu__logo .c-headLogo__link img,
.wd-sp-menu__logo a img,
.wd-sp-menu__logo img {
  height: 22px;
  width: auto;
  max-width: none;
  display: block;
}

/* --- SP nav items --- */
.wd-sp-menu__nav {
  padding: 0;
}

ul.wd-sp-nav {
  list-style: none;
  margin: 0 8px;
  padding: 0;
  box-shadow: 0px 1px 2px -1px rgba(16, 24, 40, 0.1), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
  background: #fff;
  overflow: hidden;
}

.wd-sp-nav > .menu-item {
  padding: 16px;
  list-style: none;
}

.wd-sp-nav > .menu-item:last-child {
  border-bottom: none;
}

.wd-sp-nav > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 5px;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #3C3C3C;
  text-decoration: none;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
}

.wd-sp-nav > .menu-item > a .ttl,
.wd-sp-nav > .menu-item > a span {
  font-size: 16px;
  font-weight: 600;
  color: #3C3C3C;
}

/* 通常 items: 丸矢印アイコン */
.wd-sp-nav > .menu-item:not(.menu-item-has-children) > a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-image: url("/wp-content/uploads/2026/04/btn_small_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  flex-shrink: 0;
  border: none;
  border-radius: 0;
}

/* サービス (dropdown): Chevron */
.wd-sp-nav > .menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  min-width: 28px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path d='M9 11.5l5 5 5-5' stroke='%23717171' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  border: none;
  border-radius: 0;
}

.wd-sp-nav > .menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}

/* サブメニュー */
.wd-sp-nav .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}

.wd-sp-nav > .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.wd-sp-nav .sub-menu > .menu-item {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 8px 0 16px;
  list-style: none;
}

.wd-sp-nav .sub-menu > .menu-item:last-child {
  border-bottom: none;
}

.wd-sp-nav .sub-menu > .menu-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border-radius: 5px;
  height: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #575555;
  text-decoration: none;
  border-bottom: none;
  box-sizing: border-box;
  width: 100%;
}

.wd-sp-nav .sub-menu > .menu-item > a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: linear-gradient(92.16deg, #F6877E 30.24%, #E857D8 100%);
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3 8h10m0 0L9.5 4M13 8l-3.5 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M3 8h10m0 0L9.5 4M13 8l-3.5 4' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 16px 16px;
  mask-size: 16px 16px;
  flex-shrink: 0;
}

/* --- SP CTA --- */
.wd-sp-menu__cta {
  padding: 24px 20px;
  display: flex;
  justify-content: center;
  border-top: 1px solid #EAEBF0;
  flex-shrink: 0;
}

.wd-sp-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  background: linear-gradient(102.1deg, #F6877E 0%, #E857D8 100%);
  color: #fff;
  font-family: "Inter", "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  line-height: 22px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.wd-sp-cta-btn:hover {
  opacity: 0.88;
  color: #fff;
}

/* ===== FOOTER ===== */
/* --- Base --- */
#footer,
.l-footer {
  background-color: #3C3C3C;
  color: #fff;
}

/* --- Inner wrapper --- */
#footer .l-footer__inner,
.l-footer .l-footer__inner {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 20px;
}
@media (max-width: 959px) {
  #footer .l-footer__inner,
  .l-footer .l-footer__inner {
    gap: 48px;
  }
}

/* --- Top: logo + nav --- */
.l-footer__top {
  padding: 0 60px;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  .l-footer__top {
    height: auto;
    padding: 81px 30px 0;
  }
}

.l-footer__top-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 959px) {
  .l-footer__top-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.l-footer__logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
@media (max-width: 959px) {
  .l-footer__logo-link {
    order: 2;
    margin: 0 auto;
  }
}

.l-footer__logo-link img {
  height: 26px;
  width: auto;
  display: block;
}

.l-footer__logo-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.l-footer__nav-list {
  display: flex;
  flex-direction: row;
  gap: 58px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 959px) {
  .l-footer__nav-list {
    order: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 48px;
  }
}

.l-footer__nav-list li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
@media (max-width: 959px) {
  .l-footer__nav-list li a {
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #F9F9F9;
  }
}

.l-footer__nav-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* --- Bottom: copyright --- */
.l-footer__foot {
  background-color: #343434;
  padding: 0 60px;
}
@media (max-width: 959px) {
  .l-footer__foot {
    padding: 0;
    background: #3C3C3C;
  }
}

.l-footer__foot-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (max-width: 959px) {
  .l-footer__foot-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 0 36px;
    gap: 42px;
  }
}

.l-footer__copy {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}
@media (max-width: 959px) {
  .l-footer__copy {
    order: 2;
    text-align: center;
  }
}

.l-footer__privacy {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
  text-decoration: underline;
}
@media (max-width: 959px) {
  .l-footer__privacy {
    order: 1;
    text-align: center;
  }
}

.l-footer__privacy:hover {
  opacity: 0.7;
  color: #fff;
}

/* ===== SHARED COMPONENTS ===== */
/* --- Section label (ページ共通キャプション) --- */
.section-label {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color-3);
  text-transform: none;
  margin-bottom: 8px;
}

/* --- Page hero (Flows / 実務運用 / 人材育成 共通) --- */
.page-hero {
  padding: 75px 60px 60px;
  min-height: 540px;
  box-sizing: border-box;
}
@media (max-width: 860px) {
  .page-hero {
    padding: 48px 20px 30px;
    min-height: auto;
  }
}

.page-hero--flows {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(77.97deg, rgb(245, 200, 213) 10.71%, rgb(247, 117, 189) 71.32%);
}

.page-hero--flows .page-hero__desc {
  margin-bottom: 60px;
}
@media (max-width: 860px) {
  .page-hero--flows .page-hero__desc {
    margin-bottom: 30px;
  }
}

@media (max-width: 860px) {
  .page-hero--flows .page-hero__btn-primary {
    width: 126px;
  }
}

.page-hero--light {
  background: linear-gradient(115.99deg, #FDF2F8 0%, #FAF5FF 100%);
}

.page-hero__inner {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 860px) {
  .page-hero__inner {
    flex-direction: column;
  }
}

.page-hero__content {
  flex: 0 0 512px;
}
@media (max-width: 860px) {
  .page-hero__content {
    flex: none;
    width: 100%;
  }
}

.page-hero__heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.67;
  color: #101828;
  letter-spacing: -0.85px;
  margin: 0 0 40px;
}
@media (max-width: 860px) {
  .page-hero__heading {
    font-size: 30px;
    line-height: 1.5;
    margin: 0 0 20px;
  }
}

.page-hero__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #4a5565;
  margin: 0 0 40px;
}
@media (max-width: 860px) {
  .page-hero__desc {
    margin: 0 0 28px;
  }
}

.page-hero__btns {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 860px) {
  .page-hero__btns {
    justify-content: center;
  }
}

.page-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 262px;
  box-sizing: border-box;
  padding: 12px 18px;
  border-radius: 6px;
  background: #FC599B;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: opacity 0.2s;
}

.page-hero__btn-primary:hover {
  opacity: 0.85;
  color: #fff;
}

.page-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 6px;
  background: #f2e8f6;
  border: 1px solid #c084d5;
  color: #7b44b2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: opacity 0.2s;
}

.page-hero__btn-secondary:hover {
  opacity: 0.85;
}

.page-hero__image {
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 860px) {
  .page-hero__image {
    width: 100%;
    border-radius: 16px;
  }
}

.page-hero__image img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 860px) {
  .page-hero__image img {
    height: 220px;
  }
}

/* --- CTA section (共通) --- */
.cta {
  background: #fff;
  padding: 0 32px 40px;
  text-align: center;
}
@media (max-width: 860px) {
  .cta {
    padding: 70px 20px 40px;
  }
}

.cta__inner {
  background: #fbf3fb;
  border-radius: 16px;
  max-width: 965px;
  margin: 0 auto;
  padding: 48px 52px;
}
@media (max-width: 860px) {
  .cta__inner {
    padding: 24px 0 40px;
  }
}

.cta__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #3c3c3c;
  margin: 0 0 20px;
}

.cta__desc {
  font-size: 18px;
  font-weight: 700;
  color: #3c3c3c;
  line-height: 1.6;
  margin: 0 0 32px;
}

/* ===== UTILITIES ===== */
/* --- Marking / Highlight --- */
mark,
.has-mark-highlight {
  background: linear-gradient(transparent 60%, var(--color-marking) 60%);
  padding: 0 2px;
}

.has-pink-highlight {
  background: linear-gradient(transparent 60%, var(--color-primary-light) 60%);
}

/* --- Pagination --- */
.c-pagination__item a,
.wp-block-query-pagination-numbers a {
  border: 1px solid var(--color-primary-pale);
  color: var(--text-color-1);
  font-size: var(--font-size-h5);
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.c-pagination__item a:hover,
.c-pagination__item.is-active a,
.wp-block-query-pagination-numbers a:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
}

/* --- Scrollbar --- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-gray);
}

::-webkit-scrollbar-thumb {
  background: var(--color-primary-light);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}

/* ===== ページヘッダー ===== */
.page-header {
  max-width: 1106px;
  margin: 20px auto 0;
  padding: 0 20px;
}

/* ===== 戻るリンク ===== */
.page-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #4a5565;
  text-decoration: none;
  line-height: 20px;
  letter-spacing: -0.1504px;
}

.page-back svg {
  width: 16px;
  height: 16px;
  fill: none;
  flex-shrink: 0;
}

.page-back svg path {
  stroke: #4a5565;
  transition: stroke 0.2s;
}

/* ===== ページタイトル ===== */
.page-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page-title {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */