@charset "UTF-8";
/*
Skin Name: 幸結（Sachi）改修用スキン
Description: FLOCSS設計によるリファクタリング
Author: yamaguchi ai
*/
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-family: inherit;
}

body {
  background-color: #ffffff;
}
body #content {
  background-color: transparent;
}

.l-main-container {
  width: 100%;
  overflow: hidden;
}
.l-main-container {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.l-inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-section {
    margin-bottom: 50px;
  }
}

.l-site-wrapper {
  overflow-x: clip;
}

.l-header {
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .l-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.l-navigation {
  width: 100%;
  background-color: #ff4b8d;
}
.l-navigation__inner {
  max-width: 1200px;
  margin: 0 auto;
}

/*----------------------------------
  タイトルバナー
-----------------------------------*/
.c-banner {
  position: relative;
  width: 100%;
  background-color: #fff5f8;
  border: 1px solid #ff4b8d;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-inline: auto;
}
.c-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;
  background-color: #ff4b8d;
}
.c-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
}
.c-banner__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 30px 20px 50px;
  text-align: left;
}
.c-banner__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  margin: 0;
}
.c-banner__title span {
  font-size: 24px;
}
.c-banner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 30px;
  border-left: 1px solid #ff4b8d;
}
@media (max-width: 767px) {
  .c-banner__body {
    background: #ffffff;
  }
}
.c-banner__text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.c-banner {
  /* --- レスポンシブ (SP) --- */
}
@media screen and (max-width: 767px) {
  .c-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-banner__header {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }
  .c-banner__title {
    font-size: 20px;
  }
  .c-banner__title span {
    font-size: 18px;
  }
  .c-banner__body {
    border-left: none;
    border-top: 1px solid #ff4b8d;
    padding: 15px 20px;
  }
  .c-banner__text {
    font-size: 14px;
  }
}

/*----------------------------------
  成婚までのステップ内の各STEPバナー
-----------------------------------*/
/* --- Step用バナー (Small版) --- */
.c-banner-small {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ff4b8d;
  border-radius: 12px;
  overflow: hidden;
}
.c-banner-small__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-banner-small__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  background-color: #ff4b8d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.c-banner-small__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  gap: 15px;
}
.c-banner-small__title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.c-banner-small__note {
  font-size: 18px;
  font-weight: bold;
  color: #ff4b8d;
}
.c-banner-small {
  /* レスポンシブ (SP) */
}
@media screen and (max-width: 767px) {
  .c-banner-small__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-banner-small__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: 16px;
    padding: 8px;
  }
  .c-banner-small__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    gap: 0;
    text-align: center;
  }
  .c-banner-small__title {
    font-size: 19px;
  }
  .c-banner-small__note {
    font-size: 15px;
  }
}

/*----------------------------------
  会員プロフィール紹介のバッジ部分
-----------------------------------*/
.c-tag {
  display: inline-block;
  padding: 9px 2px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
.c-tag--green {
  background-color: #00a884;
}
.c-tag--blue {
  background-color: #4a90e2;
}
.c-tag--orange {
  background-color: #ff6b00;
}
.c-tag--pink {
  background-color: #ff4b8d;
}
.c-tag--gold {
  background-color: #ffb900;
}

.c-new-tag {
  display: inline-block;
  background-color: #ff4b8d;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  line-height: 1;
}

.c-btn-pink {
  display: block;
  width: 100%;
  border-radius: 50px;
  background: #ff4b8d;
  padding-block: 18px;
  -webkit-box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
          box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
  border: 2px solid #ff4b8d;
  color: #ffffff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-pink:hover {
    cursor: pointer;
    background: #ffffff;
    color: #ff4b8d;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

.c-btn-white {
  display: block;
  width: 100%;
  border-radius: 30px;
  background: #ffffff;
  padding-block: 10px;
  padding-inline: 30px;
  border: 2px solid #ff4b8d;
  color: #ff4b8d;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-white:hover {
  background-color: #ff4b8d;
  color: #ffffff;
  -webkit-box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
          box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.c-btn-gradation-pink {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #ff4b8d;
  border-radius: 50px;
  color: #ff4b8d !important;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(135deg, #ffffff 0%, #fff0f5 100%) !important;
  -webkit-box-shadow: 0 4px 6px rgba(255, 75, 141, 0.1);
          box-shadow: 0 4px 6px rgba(255, 75, 141, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.c-btn-gradation-pink:hover {
  background: #ff4b8d !important;
  background-color: #ff4b8d !important;
  color: #fff !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  text-decoration: none !important;
  -webkit-box-shadow: 0 8px 15px rgba(255, 75, 141, 0.3);
          box-shadow: 0 8px 15px rgba(255, 75, 141, 0.3);
}

.c-btn-drawer {
  display: block;
  width: 100%;
  border-radius: 28px;
  background: #ff4b8d;
  padding-block: 11px;
  -webkit-box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
          box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
  border: 2px solid #ff4b8d;
  color: #ffffff;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-drawer:hover {
    cursor: pointer;
    background: #ffffff;
    color: #ff4b8d;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

/*----------------------------------
  // TOPスクロールボタンのスタイル
-----------------------------------*/
.c-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: 3px solid #ff4b8d;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  translate: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-to-top.js-show {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}
.c-to-top__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-to-top__icon::before {
  content: "";
  position: absolute;
  top: 41%;
  left: 35%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ff4b8d;
  border-right: 3px solid #ff4b8d;
  rotate: -45deg;
}

/* --- 1. 基本設定 --- */
header.header,
.logo-header,
.site-name-text,
.sns-follow,
.sns-share,
.post-date,
.post-update,
.author-info,
.entry-categories,
.entry-tags,
.footer,
#header,
.home-link,
.breadcrumb,
#sidebar,
.ad-space,
.copyright,
#footer-menu-container,
.entry-title,
.post-title,
#main > h1:first-child,
.toc {
  display: none !important;
}

body,
#container,
.main,
#content,
.entry-content {
  background-color: #ffffff !important;
  border: none !important;
}

#main {
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#content {
  margin-top: 0 !important;
  padding-top: 5px !important;
}

/* --- 2. スマホ・タブレット調整 --- */
@media screen and (max-width: 1024px) {
  .sachi-grid-layout {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    gap: 0 !important;
    margin-top: -10px !important;
  }
}
/* --- 3. メインコンテンツ（1140px） --- */
.sachi-full-wrapper {
  max-width: 1140px !important;
  width: 95% !important;
  margin: 0 auto !important;
}

.sachi-grid-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
  margin-top: 15px;
}

.sachi-left-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sachi-right-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sachi-id-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ff4b8d;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
}

.sachi-id-label-tag {
  background: #ff4b8d;
  color: #fff !important;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 17px;
}

.sachi-id-number-tag {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ff4b8d !important;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.sachi-main-table {
  border-collapse: collapse !important;
  width: 100% !important;
  border: 1px solid #000 !important;
  table-layout: fixed;
}

.sachi-main-table th,
.sachi-main-table td {
  border: 1px solid #000 !important;
  padding: 8px 12px !important;
  font-size: 18px !important;
  color: #000 !important;
}

.sachi-td-label {
  background: #fce4ec !important;
  font-weight: bold !important;
  text-align: center !important;
  width: 120px;
}

.sachi-td-data {
  text-align: left !important;
  background: #ffffff !important;
}

.sachi-header-pink {
  background: #fce4ec !important;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
}

.sachi-msg-area {
  vertical-align: top !important;
  line-height: 1.6;
  padding: 15px !important;
  font-size: 18px !important;
  background-color: #ffffff !important;
}

#main-photo-view {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border: 1px solid #000;
}

#main-photo-view img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sachi-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8%;
  margin-top: 10px;
}

.sachi-thumb-wrap {
  width: 18.5%;
  border: 1px solid #000;
  aspect-ratio: 1/1;
  cursor: pointer;
  overflow: hidden;
}

.sachi-thumb-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sachi-contact-area {
  margin: 25px auto 40px auto !important;
  text-align: center !important;
  width: 100% !important;
}

.sachi-btn {
  display: inline-block !important;
  background: #fff !important;
  color: #e91e63 !important;
  border: 2px solid #ff4b8d !important;
  text-decoration: none !important;
  font-size: 20px !important;
  font-weight: bold !important;
  padding: 10px 30px !important;
  border-radius: 60px !important;
}

.sachi-btn-sub {
  font-size: 14px !important;
  display: block !important;
  margin-top: 4px;
  color: #666 !important;
}

.sachi-grid-layout {
  margin-bottom: 0 !important;
}

.sachi-msg-area {
  width: 100% !important;
  display: block !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  /* 1. 表を囲む親枠が縮むのを防ぎ、画面幅100%に強制する */
  .sachi-grid-layout {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    width: 100% !important;
  }
  .sachi-left-column,
  .sachi-right-column {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 20px !important;
  }
  /* 2. PC用の横幅固定設定を完全に無効化 */
  .sachi-main-table colgroup,
  .sachi-main-table col {
    display: none !important;
  }
  /* 3. テーブル全体をブロック化 */
  .sachi-main-table,
  .sachi-main-table tbody {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* 4. 行(tr)を「折り返し機能付き」のフレックスボックスにする */
  .sachi-main-table tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 100% !important;
    border: none !important;
  }
  /* 見出し（＜ 女性会員詳細 ＞など）は横幅100%のまま */
  .sachi-main-table th {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* 5. 項目名（左側） */
  .sachi-main-table .sachi-td-label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 35% !important;
    background-color: #fdf2f5 !important;
    color: #333333 !important;
    border: none !important;
    border-bottom: 1px solid #ffcadb !important;
    text-align: left !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* 6. データ詳細（右側） */
  .sachi-main-table .sachi-td-data {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 65% !important;
    background-color: #ffffff !important;
    border: none !important;
    border-bottom: 1px solid #ffcadb !important;
    text-align: left !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    color: #333333 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
  /* 表の1番最後の線だけは外枠と重なるので消す */
  .sachi-main-table tr:last-child td {
    border-bottom: none !important;
  }
  /* ＜ 女性会員詳細 ＞ の見出しデザイン */
  .sachi-main-table th.sachi-header-pink {
    background-color: #fce4ec !important;
    border: none !important;
    border-bottom: 1px solid #ffcadb !important;
    padding: 12px !important;
  }
  /* メッセージエリアは横幅100%にする */
  .sachi-main-table .sachi-msg-area {
    width: 100% !important;
    padding: 20px 15px !important;
    border: none !important;
    font-size: 16px !important;
  }
  /* テーブルの外枠を美しく整える */
  .sachi-main-table {
    border: 2px solid #ffcadb !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin-bottom: 25px !important;
  }
}
.p-message-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 0 30px;
}
.p-message-box__sub {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin: 0;
  line-height: 1.6;
}
.p-message-box__title {
  font-size: 23px;
  font-weight: bold;
  color: #e91e63;
  margin: 5px 0;
  line-height: 1.2;
  display: block;
}

.p-header__contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  border: 2px solid #ff4b8d;
  border-radius: 50px;
  padding: 12px 10px;
  text-align: center;
  color: #d32f2f;
  background-color: #fff9fb;
}
@media (max-width: 1024px) {
  .p-header__contact {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-inline: 30px;
  }
}

.p-header__contact-label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
  color: #ff4b8d;
}

.p-header__contact-tel {
  font-weight: 900;
  line-height: 1;
  margin: 0;
  font-size: 22px;
}

.p-header__contact-tel-link {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .p-header__contact-tel-link {
    pointer-events: auto;
  }
}

.p-global-nav {
  width: 100%;
  height: 57px;
  z-index: 998;
}
@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-global-nav {
    display: none;
  }
}
.p-global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-global-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.p-global-nav__item:last-child {
  border-right: none;
}
.p-global-nav__item a {
  white-space: nowrap;
}
.p-global-nav__link {
  display: block;
  padding: 15px 10px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-global-nav__link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  opacity: 1;
}

.p-global-nav--fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.p-global-nav--fixed {
  translate: 0 -1000%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-global-nav--fixed.js-scroll {
  translate: 0;
}

.p-global-nav__item {
  position: relative;
}

.p-nav-subitem-wrapper {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50%;
  width: 100%;
  -webkit-box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
          box-shadow: 0 6px 20px rgba(255, 75, 141, 0.4);
}

.p-nav-subitem {
  width: 100%;
  background: #ff4b8d;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  list-style: none;
}
.p-nav-subitem li {
  width: inherit;
  padding: 10px;
  -webkit-border-after: 2px solid #ffffff;
          border-block-end: 2px solid #ffffff;
}
.p-nav-subitem li:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  opacity: 1;
}
.p-nav-subitem li:first-child {
  -webkit-border-before: 2px solid #ffffff;
          border-block-start: 2px solid #ffffff;
}
.p-nav-subitem li:last-child {
  -webkit-border-after: none;
          border-block-end: none;
}
.p-nav-subitem li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  white-space: nowrap;
}

.p-header {
  border-bottom: 4px solid #ff4b8d;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.p-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media (max-width: 1024px) {
  .p-header__logo {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-header__logo-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header {
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-inline: rm(40);
}
@media (max-width: 768px) {
  .p-header {
    padding-inline: 20px;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 17px;
  right: 20px;
  width: 30px;
  height: 19px;
}
@media (min-width: 769px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #ff4b8d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -8.5px;
}

.p-drawer {
  position: fixed;
  z-index: 999;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  padding-inline: 20px;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-inline: auto;
}
.p-drawer__list li a {
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  color: #ff4b8d;
}

.p-drawer__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawer__btn-text {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.p-drawer__btn {
  max-width: 300px;
  margin-inline: auto;
  font-size: 18px;
}

.p-drawer__item.--arrow {
  width: 100%;
  text-align: center;
}
.p-drawer__item.--arrow > .p-drawer__link {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.p-drawer__item.--arrow > .p-drawer__link::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-drawer__item.--arrow > .p-drawer__link.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-drawer-subitem-wrapper {
  display: none;
  width: 100%;
  margin-top: 15px;
  background-color: rgba(255, 75, 141, 0.05);
  padding-block: 10px;
}

.p-drawer-subitem {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.p-drawer-subitem li {
  width: 100%;
}
.p-drawer-subitem li a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ff4b8d;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer-subitem li a:hover {
  opacity: 0.7;
}

.p-hero-inner {
  padding-inline: 40px;
  padding-block: 50px;
  position: relative;
  width: 100%;
  min-height: 300px;
  background: url(images/sachitop-img.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.p-hero-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.5) 100%);
  pointer-events: none;
  z-index: 1;
}

.p-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .p-hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
  z-index: 2;
}
.p-hero__box.--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1000px) {
  .p-hero__box.--left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-hero__box.--right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hero__catch {
  display: block;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  color: #ff1493;
  text-shadow: 3px 3px 0 #ffffff, -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff;
}
@media screen and (max-width: 767px) {
  .p-hero__catch {
    font-size: 32px;
    text-shadow: 2px 2px 0 #ffffff;
  }
}

.p-hero__desc {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6;
  text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff;
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-hero__desc {
    font-size: 18px;
    margin-top: 10px;
  }
}

.p-integrity-top {
  text-align: center;
}

.p-integrity-heading svg {
  width: 30px;
  height: 30px;
  fill: #ff4b8d;
}

.p-integrity__text {
  margin-inline: auto;
  font-size: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 820px) {
  .p-integrity__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-integrity__text::before, .p-integrity__text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
}
.p-integrity__text::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 75, 141, 0)), to(#ff4b8d));
  background: linear-gradient(to right, rgba(255, 75, 141, 0), #ff4b8d);
}
.p-integrity__text::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 75, 141, 0)), to(#ff4b8d));
  background: linear-gradient(to left, rgba(255, 75, 141, 0), #ff4b8d);
}
@media (max-width: 820px) {
  .p-integrity__text svg {
    display: none;
  }
}

.p-integrity__vows {
  font-size: 19px;
}

.p-integrity__vows-lead {
  padding-block: 25px;
  color: #333333;
  font-weight: bold;
  line-height: 1.8;
  -webkit-border-after: 2px dashed #ffcadb;
          border-block-end: 2px dashed #ffcadb;
}
@media (max-width: 880px) {
  .p-integrity__vows-lead {
    text-align: left;
  }
}

.p-integrity__vows-text {
  padding-block: 25px;
  color: #444;
  line-height: 2.2;
}
@media (max-width: 880px) {
  .p-integrity__vows-text {
    text-align: left;
  }
}

.p-integrity__cards-title {
  font-size: 30px;
  font-weight: 900;
  color: #ff4b8d;
  letter-spacing: 0.2em;
  text-align: center;
  padding-block: 60px;
}

.p-integrity__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
}

/*----------------------------------
// 〜 私たちの誓い 〜誠実１から５
-----------------------------------*/
.p-integrity__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  max-width: 380px;
  min-height: 243px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-inline: 10px;
  padding-block: 50px 25px;
  background: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 660px) {
  .p-integrity__card {
    max-width: 100%;
    min-height: 170px;
  }
}

.p-integrity__card-label-wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50%;
}

.p-integrity__card-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-before: 12px;
          padding-block-start: 12px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.p-integrity__card-label span {
  display: block;
  font-size: 16px;
}
.p-integrity__card-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(images/icon-heart.svg) no-repeat center center/contain;
  z-index: -1;
}

.p-integrity__card-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
}

.p-integrity__card-title {
  font-size: 19px;
  color: #ff4b8d;
  font-weight: 900;
}

.p-integrity__card-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
}

.p-reason__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
}
@media (max-width: 768px) {
  .p-reason__items {
    grid-template-columns: 1fr;
  }
}

.p-reason__item {
  padding: 25px;
  border: 2px solid #ff4b8d;
  border-radius: 15px;
  -webkit-box-shadow: 0 8px 10px rgba(255, 75, 141, 0.12);
          box-shadow: 0 8px 10px rgba(255, 75, 141, 0.12);
  background: #ffffff;
  min-height: 268px;
}

.p-reason__item-title {
  color: #e91e63;
  font-size: 20px;
  font-weight: 900;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  -webkit-border-after: 2px solid #ffcadb;
          border-block-end: 2px solid #ffcadb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
}

.p-reason__item-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.p-member__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-member__button-text {
  font-size: clamp(16px, 5vw, 24px);
  font-weight: 900;
}
@media (max-width: 540px) {
  .p-member__button-text {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  .p-member__button-text {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .p-member__button-text {
    font-size: 14px;
  }
}

.p-member__button {
  max-width: 360px;
}

.p-member__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-block: 60px;
}
@media (max-width: 768px) {
  .p-member__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }
}
@media (max-width: 550px) {
  .p-member__grid {
    grid-template-columns: 1fr;
  }
}

.p-member__card {
  background-color: #ffffff;
  border: 3px solid #ffcadb;
  border-radius: 12px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 20px;
}
.p-member__card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #ff4b8d;
}
.p-member__card:hover .p-member__card-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-member__card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-member__card-id {
  border: 2px solid #ffcadb;
  background-color: #fffafc;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}
.p-member__card-id-text {
  font-size: 20px;
  font-weight: 900;
  color: #333;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
.p-member__card-image {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 10px;
}
.p-member__card-image.is-no-image {
  background-color: #fdf2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-member__card-image.is-no-image::after {
  content: "NO PHOTO";
  color: #444;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.5;
}
.p-member__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-member__card-body {
  text-align: center;
}
.p-member__card-info {
  font-size: 20px;
  font-weight: bold;
  color: #e91e63;
  margin-bottom: 15px;
}
.p-member__card-divider {
  margin: 0 5px;
}
.p-member__card-action {
  max-width: 285px;
  margin-inline: auto;
}

.p-step__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}

.p-step__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.p-step__card-body {
  background-color: #fff5f8;
  border-radius: 12px;
  padding: 30px;
  border: 1px solid #ffcadb;
}
@media screen and (max-width: 767px) {
  .p-step__card-body {
    padding: 20px;
  }
}

.p-step__card-lead {
  font-size: 19px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-step__card-lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.p-step__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.p-step__card-item {
  position: relative;
  padding-left: 30px;
  font-size: 19px;
  line-height: 1.6;
  color: #333333;
}
.p-step__card-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 18px;
  height: 18px;
  background: url(images/icon-heart.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-step__card-item {
    font-size: 14px;
    padding-left: 25px;
  }
  .p-step__card-item::before {
    width: 15px;
    height: 15px;
  }
}

.p-step__button {
  max-width: 426px;
  margin-inline: auto;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

.p-story__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 767px) {
  .p-story__cards {
    grid-template-columns: 1fr;
  }
}

.p-story__card {
  background-color: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.p-story__card-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-story__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-story__card-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-story__card-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.p-story__card-body {
  padding: 20px;
}
.p-story__card-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
.p-story__card-meta {
  color: #ff4b8d;
  font-weight: bold;
  font-size: 15px;
  margin: 15px 0;
}
.p-story__card-text {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

.p-story__button {
  max-width: 360px;
  margin-inline: auto;
}

.p-support__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding: 30px;
  background-color: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-support__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-support__profile-image {
  aspect-ratio: 150/180;
  border-radius: 12px;
  border: 3px solid #ffcadb;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-support__profile-image {
    max-width: 200px;
    margin-inline: auto;
  }
}
.p-support__profile-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support__profile-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.p-support__profile-text {
  font-size: 18px;
  color: #666666;
}

.p-support__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 20px 0;
}
.p-support__grid .p-support__point {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .p-support__grid .p-support__point {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-support__grid .p-support__point {
    width: 100%;
    min-height: auto;
  }
}

.p-support__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  min-height: 288px;
}
.p-support__point-header {
  position: relative;
  padding: 13px 15px;
  background-color: #ffdce6;
  text-align: center;
}
.p-support__point-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #ff4b8d;
}
.p-support__point-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background-color: #ff4b8d;
}
.p-support__point-title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-support__point-title {
    font-size: 16px;
  }
}
.p-support__point-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 25px 25px 25px;
  text-align: left;
}
.p-support__point-text {
  font-size: 18px;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-support__point-text {
    font-size: 14px;
  }
}
.p-support__point-action {
  text-align: center;
}
.p-support__point-btn {
  display: inline-block;
  max-width: 154px;
}

.p-blog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-blog-accordion__divider {
  border-top: 1px dashed #ffdce6;
}

.p-blog-accordion {
  background: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  padding: 25px 30px;
}
.p-blog-accordion__check {
  display: none;
}
.p-blog-accordion__label {
  font-size: 14px;
  color: #999;
  font-family: Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-blog-accordion__title {
  font-size: 19px;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #fdf2f5;
  border-radius: 4px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.p-blog-accordion__title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff4b8d;
}
.p-blog-accordion__lead {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  padding-block: 20px;
}
.p-blog-accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.p-blog-accordion__text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}
.p-blog-accordion__text p:first-child {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}
.p-blog-accordion__text p:last-child {
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
}
.p-blog-accordion__text .u-highlight-pink {
  margin-block: 20px;
}
.p-blog-accordion__trigger {
  display: block;
  width: 100%;
  background: #fff0f5;
  color: #ff4b8d;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 50px;
  text-align: right;
}
.p-blog-accordion__trigger-close {
  display: none;
}
.p-blog-accordion__trigger {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-blog-accordion__trigger:hover {
    background: #ff4b8d;
    color: #ffffff;
  }
}
.p-blog-accordion__check:checked + .p-blog-accordion__inner .p-blog-accordion__content {
  max-height: 1000px;
}
.p-blog-accordion__check:checked + .p-blog-accordion__inner .p-blog-accordion__trigger-open {
  display: none;
}
.p-blog-accordion__check:checked + .p-blog-accordion__inner .p-blog-accordion__trigger-close {
  display: inline;
}

.p-blog__button {
  margin-inline: auto;
  max-width: 404px;
}

.p-faq {
  padding-block: 40px;
}

.faq-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin-block: 60px;
}

.p-faq__title {
  font-size: 19px;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #fdf2f5;
  border-radius: 10px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  border: 2px solid #ffcadb;
}
.p-faq__title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ff4b8d;
}

.faq-item {
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  background: #ffffff;
}

.faq-item-question {
  background: #fdf2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 20px;
  padding-inline: 30px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .faq-item-question {
    padding-block: 24px;
  }
}
@media (any-hover: hover) {
  .faq-item-question:hover {
    background: #ffdce6;
  }
}

.faq-item-question-text {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  color: #333333;
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .faq-item-question-text {
    font-size: 16px;
  }
}
.faq-item-question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  font-weight: 900;
  color: #ff4b8d;
}
.faq-item-question-text::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #ff4b8d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 開閉時のアイコン回転 */
.faq-item.is-opened .faq-item-question-text::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.faq-item-answer {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease, opacity 0.4s ease;
  transition: height 0.4s ease, opacity 0.4s ease;
}

.faq-item.is-opened .faq-item-answer {
  opacity: 1;
}

.faq-item-answer-text {
  padding-inline: 62px 20px;
  padding-block: 16px;
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  background: #ffffff;
  border-top: 1px dashed #ffcadb;
  position: relative;
}
@media (max-width: 767px) {
  .faq-item-answer-text {
    font-size: 15px;
    -webkit-padding-after: 24px;
            padding-block-end: 24px;
  }
}
.faq-item-answer-text::before {
  content: "A";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 33px;
  font-size: 24px;
  font-weight: 900;
  color: #ff85ad;
}

.p-faq__button {
  margin-inline: auto;
  max-width: 404px;
}

.p-contact {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  background-color: #fff;
}
.p-contact__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 630px) {
  .p-contact__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-contact__link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 10px 30px rgba(255, 75, 141, 0.1);
          box-shadow: 0 10px 30px rgba(255, 75, 141, 0.1);
  max-width: 350px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-contact__link {
    max-width: 100%;
  }
}
@media (any-hover: hover) {
  .p-contact__link:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 40px rgba(255, 75, 141, 0.2);
            box-shadow: 0 15px 40px rgba(255, 75, 141, 0.2);
    border-color: #ff4b8d;
  }
}
.p-contact__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  font-size: 40px;
}
.p-contact__icon img {
  width: 100%;
  height: auto;
}
.p-contact__title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}
.p-contact__text {
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #000;
}
.p-contact__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: auto;
  padding-inline: 10px;
}
@media (any-hover: hover) {
  .p-contact__btn:hover {
    opacity: 0.9;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    color: #ffffff !important;
  }
}
.p-contact__btn--tel, .p-contact__btn--mail {
  background: -webkit-gradient(linear, left top, right top, from(#ff5e92), to(#ff4081));
  background: linear-gradient(to right, #ff5e92, #ff4081);
  -webkit-box-shadow: 0 4px 10px rgba(255, 64, 129, 0.3);
          box-shadow: 0 4px 10px rgba(255, 64, 129, 0.3);
}
.p-contact__btn--mail {
  font-size: 16px;
}
.p-contact__btn--line {
  background-color: #06c755;
}
.p-contact__btn-line-icon {
  width: 24px;
  margin-right: 8px;
}
.p-contact__note {
  text-align: center;
  font-size: 0.8rem;
  margin-top: 40px;
  color: #000;
}

.p-contact__btn--line {
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 801px) {
  .p-contact__btn--tel {
    font-size: 15px;
  }
}

.p-contact__btn-icon svg {
  width: 20px;
  height: auto;
}

.p-contact-info__tel-link {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .p-contact-info__tel-link {
    pointer-events: auto;
    cursor: pointer;
  }
  .p-contact-info__tel-link:active {
    opacity: 0.7;
  }
}
.p-contact-info__tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

/* フッター全体 */
.p-footer {
  background-color: #ff4b8d;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 20px;
}

.p-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

/* グリッドレイアウト（4列） */
.p-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* スマホ・タブレット対応 */
@media (max-width: 1024px) {
  .p-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .p-footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* 列ごとのタイトル */
.p-footer-column-title {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}

.p-footer-column-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
}

/* リストスタイル */
.p-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-footer-list__item {
  margin-bottom: 12px;
}

.p-footer-list__item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
}

.p-footer-list__item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

/* フッター下部 */
.p-footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}

.p-footer-copyright {
  font-size: 12px;
  opacity: 0.8;
}

/* ヘルパークラス */
.u-fw-bold {
  font-weight: 700;
}

/* ============================================================
   ご成婚までの流れ（flow-page）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  /* ★比率固定 35% */
  --left-width: 35%;
}

#sachi-flow-page,
#sachi-flow-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-flow-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
}

/* ピンク文字強調用のクラス */
.highlight-pink {
  color: #ff4b8d;
  font-weight: 800;
}

/* ============================================================
   2. 共通タイトルバナーCSS
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 左側：タイトルエリア */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  white-space: nowrap;
}

.banner-part-left h1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  white-space: nowrap;
}

.banner-part-left h2 span.main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left h1 span.main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left h2 span.sub-title {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

.banner-part-left h1 span.sub-title {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

/* 右側：文章エリア */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  width: 100%;
}

/* ============================================================
   3. コンテンツエリア規格
   ============================================================ */
.flow-container-inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* リード文 */
.flow-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin: 20px 0 60px 0;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* スマホ専用リード文 */
.lead-sp {
  display: none;
}

h2.flow-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   4. ステップカード詳細
   ============================================================ */
.sachi-card-box {
  background: #fff;
  border-radius: 35px;
  padding: 45px;
  margin-bottom: 60px;
  border: 2px solid #ffcadb;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  scroll-margin-top: 30px;
}

.sachi-step-badge {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#ff4b8d), to(#ff8eb5));
  background: linear-gradient(90deg, #ff4b8d, #ff8eb5);
  color: #fff;
  padding: 5px 25px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sachi-card-box h3 {
  color: #d81b60;
  font-size: 26px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), color-stop(90%, #ffffff));
  background: linear-gradient(90deg, #fff0f5 0%, #ffffff 90%);
  border-left: 8px solid #ff4b8d;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 30px;
}

h4.sub-title {
  font-size: 19px;
  font-weight: bold;
  color: #d81b60;
  margin: 35px 0 20px 0;
  border-left: 6px solid #ff4b8d;
  padding-left: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(transparent));
  background: linear-gradient(90deg, #fff0f5 0%, transparent 100%);
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}

/* リストスタイル */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 12px;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff4b8d;
  font-weight: bold;
  font-size: 18px;
}

/* ミニボタン（電話・LINE用） */
.mini-btn-link {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
  vertical-align: middle;
}

.btn-tel {
  background: #333;
  color: #fff;
}

.btn-line {
  background: #06c755;
  color: #fff;
}

/* よくある不安（Q&A）のスタイル補完 */
.solution-box {
  background: #fdfdfd;
  border: 2px solid #e0eefd;
  border-radius: 20px;
  padding: 25px;
  margin-top: 35px;
}

.solution-title {
  color: #0056b3;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 2px solid #e0eefd;
  padding-bottom: 10px;
}

.qa-item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #e0eefd;
  padding-bottom: 15px;
}

.qa-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.qa-q {
  color: #d81b60;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.qa-a {
  font-size: 15px;
  color: #444;
  margin-left: 10px;
  display: block;
  line-height: 1.6;
}

.qa-a::before {
  content: "A. ";
  font-weight: bold;
  color: #0056b3;
}

/* スタッフノート（青枠） */
.staff-note {
  background: #f0f8ff;
  border-left: 6px solid #0056b3;
  padding: 25px;
  border-radius: 15px;
  margin-top: 30px;
  font-size: 16px;
}

.staff-title {
  color: #0056b3;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

/* 料金ボックス */
.price-box {
  background: #fff5f8;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin: 30px 0;
  font-weight: bold;
  color: #d81b60;
  font-size: 17px;
}

/* フレックスボックス（画像とテキストの横並び） */
.sachi-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 25px;
}

.sachi-flex-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sachi-flex-img {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.sachi-flex-img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffedf2;
}

/* 画像キャプションのスタイル補完 */
.img-caption {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  text-align: center;
}

/* ★追加：CTAテキスト（料金プランと統一） */
.contact-cta-text {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

/* 全ページ共通ボタン */
.sachi-common-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3);
          box-shadow: 0 5px 15px rgba(255, 75, 141, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .sachi-common-btn:hover {
    color: #fff !important;
  }
}

.sachi-common-btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4);
          box-shadow: 0 8px 20px rgba(255, 75, 141, 0.4);
  opacity: 0.9;
}

/* PC用改行クラス（初期表示） */
.pc-br {
  display: block;
}

/* スマホ用改行クラス（初期非表示） */
.sp-br {
  display: none;
}

/* ============================================================
   5. レスポンシブ調整（スマホ）
   ============================================================ */
@media screen and (max-width: 768px) {
  /* ★タイトルバナー（スマホ版）のエピソードページと完全統一★ */
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left h2 span.main-title {
    font-size: 22px;
  }
  .banner-part-left h2 span.sub-title {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  /* リード文切り替え */
  .lead-pc {
    display: none;
  }
  .lead-sp {
    display: block;
    font-size: 16px;
    text-align: justify;
    width: 100%;
    margin: 20px auto 40px auto;
    padding: 0 0 30px 0;
    line-height: 1.8;
  }
  h2.flow-h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  /* カード・ボックス調整（余白を詰めてシャープに） */
  .sachi-card-box {
    padding: 25px 15px;
    margin-bottom: 40px;
    border-radius: 20px;
  }
  .sachi-card-box h3 {
    font-size: 16px;
    letter-spacing: -0.5px;
    padding: 10px 8px;
    margin-bottom: 20px;
  }
  h4.sub-title {
    font-size: 17px;
    margin: 25px 0 15px 0;
  }
  /* フレックス解除（縦並び） */
  .sachi-flex-box {
    display: block;
    margin-bottom: 20px;
  }
  .sachi-flex-img {
    width: 100%;
    max-width: 340px;
    margin: 20px auto 0 auto;
  }
  /* リストや各ボックスの余白調整 */
  .check-list li {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .staff-note {
    padding: 15px;
    margin-top: 20px;
    font-size: 14px;
  }
  .solution-box {
    padding: 20px 15px;
    margin-top: 25px;
    border-radius: 15px;
  }
  .qa-item {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .qa-q {
    font-size: 15px;
  }
  .qa-a {
    font-size: 14px;
    margin-left: 0;
  }
  .price-box {
    margin: 20px 0;
    font-size: 16px;
    padding: 15px 10px;
  }
  /* CTAテキストスマホ用 */
  .contact-cta-text {
    font-size: 16px;
    line-height: 1.4;
  }
  /* ボタン調整 */
  .sachi-common-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
  /* 改行制御 */
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  /* ミニボタンをスマホで押しやすく */
  .mini-btn-link {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    font-size: 13px;
  }
}
/* ============================================================
   会社概要（company-page）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --sub-pink: #fff0f5;
  --border-color: #ffcadb;
  /* ★比率固定 35% */
  --left-width: 35%;
}

#sachi-company-page,
#sachi-company-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-company-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* ピンク文字強調用のクラス */
.highlight-pink {
  color: #ff4b8d;
  font-weight: 800;
}

/* ============================================================
   2. 共通タイトルバナーCSS
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 左側：タイトルエリア */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  white-space: nowrap;
}

.banner-part-left h2 span.main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left h2 span.sub-title {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

/* 右側：文章エリア */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  width: 100%;
}

/* ============================================================
   3. コンテンツエリア規格
   ============================================================ */
.company-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h2.company-h2 {
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 22px;
  color: #333;
  background: var(--sub-pink);
  border-left: 6px solid var(--banner-main-color);
  padding: 12px 20px;
  font-weight: 800;
  border-radius: 0 4px 4px 0;
}

/* ============================================================
   4. 会社概要テーブル
   ============================================================ */
.sachi-company-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.sachi-company-table th {
  background: var(--sub-pink);
  padding: 20px 25px;
  border-bottom: 1px solid var(--border-color);
  font-size: 20px;
  text-align: left;
  width: 25%;
  white-space: nowrap;
}

.sachi-company-table td {
  padding: 20px 25px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

/* Googleマップリンクボタン */
a.map-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff0f5;
  color: #ff4b8d;
  border: 1px solid #ffcadb;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.map-link:hover {
  background: #ff4b8d;
  color: #fff;
}

/* ============================================================
   5. レスポンシブ対応（スマホ）
   ============================================================ */
@media screen and (max-width: 768px) {
  /* ★タイトルバナー（スマホ版）のエピソードページと完全統一★ */
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left h2 span.main-title {
    font-size: 22px;
  }
  .banner-part-left h2 span.sub-title {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  /* ★追加：スマホ時のバナーテキスト16px厳守ルール */
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  .company-container {
    width: 92%;
  }
  h2.company-h2 {
    font-size: 20px;
  }
  .sachi-company-table th,
  .sachi-company-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .sachi-company-table th {
    background: #fff0f5;
    font-size: 18px;
    padding: 15px;
  }
  .sachi-company-table td {
    padding: 15px 15px 30px 15px;
    border-bottom: 2px solid #ffcadb;
    font-size: 16px;
  }
}
/* ============================================================
   個人情報保護方針（privacy-page）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --sub-pink: #fff0f5;
  --border-color: #ffcadb;
  /* ★比率固定 35% */
  --left-width: 35%;
}

#sachi-privacy-page,
#sachi-privacy-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-privacy-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* ============================================================
   2. 共通タイトルバナーCSS
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 左側：タイトルエリア */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  white-space: nowrap;
}

.banner-part-left h2 span.main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left h2 span.sub-title {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

/* 右側：文章エリア */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  width: 100%;
}

/* ============================================================
   3. ポリシーコンテンツ詳細
   ============================================================ */
.privacy-container {
  width: 95%;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  border: 2px solid var(--banner-main-color);
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 15px rgba(255, 75, 141, 0.05);
          box-shadow: 0 5px 15px rgba(255, 75, 141, 0.05);
}

.privacy-container h3 {
  font-size: 21px;
  color: #333;
  background: var(--sub-pink);
  border-left: 6px solid var(--banner-main-color);
  padding: 12px 20px;
  margin: 45px 0 20px 0;
  font-weight: 800;
  border-radius: 0 4px 4px 0;
  line-height: 1.4;
}

.privacy-container h3:first-of-type {
  margin-top: 0;
}

.privacy-container p {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
  text-align: justify;
}

.privacy-container ul {
  background: #fffaf0;
  padding: 25px 30px;
  border-radius: 8px;
  margin-bottom: 25px;
  list-style: none;
  border: 1px dashed #ffcadb;
}

.privacy-container li {
  margin-bottom: 10px;
  color: #444;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}

.privacy-container li::before {
  content: "●";
  color: var(--banner-main-color);
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 10px;
}

/* ============================================================
   4. スマホ対応（★エピソードページと完全統一★）
   ============================================================ */
@media screen and (max-width: 768px) {
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left h2 span.main-title {
    font-size: 22px;
  }
  .banner-part-left h2 span.sub-title {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  /* ★追加：スマホ時のバナーテキスト16px厳守ルール */
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  .privacy-container {
    width: 92%;
    padding: 25px 20px;
  }
  .privacy-container h2 {
    font-size: 19px;
  }
}
/* ============================================================
   ▼▼▼ 1. 共通タイトルバナーCSS ▼▼▼
   ============================================================ */
:root {
  --base-width: 1200px;
  --content-ratio: 95%;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --left-width: 35%;
  --right-width: 65%;
}

header.common-banner-fixed,
div.common-banner-fixed,
section .common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: var(--base-width);
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  background: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  height: auto;
  padding: 0px 0;
}

.common-banner-fixed .banner-part-left {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0;
}

/* ★修正：H1タグ対応（マージンリセット） */
.common-banner-fixed .banner-part-left h1,
.common-banner-fixed .banner-part-left h2 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.common-banner-fixed .banner-part-right {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0;
}

.common-banner-fixed .banner-part-right p,
.common-banner-fixed .banner-text-right {
  margin: 0;
  line-height: 1.4;
}

.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--left-width);
          flex: 0 0 var(--left-width);
  padding: 20px 20px 20px 50px;
  background: transparent;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ★修正：H1対応 */
.banner-part-left h1,
.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  line-height: 1.2;
  background: transparent;
  border: none; /* 初期化 */
}

.banner-part-left h1 span.sub-copy,
.banner-part-left h2 span.sub-copy,
.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background: transparent;
}

header.common-banner-fixed .banner-part-right,
.common-banner-fixed .banner-part-right,
.banner-part-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px 35px;
}

.banner-part-right p,
.banner-text-right,
.banner-part-right div {
  background: transparent;
  background-color: transparent;
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
}

header.common-banner-fixed,
.common-banner-fixed {
  background-color: #fdf2f5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.common-banner-fixed,
  .common-banner-fixed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 110px;
  }
  .banner-part-left h1,
  .banner-part-left h2 {
    font-size: 24px;
  }
  .banner-part-left h1 .sub-copy,
  .banner-part-left h2 .sub-copy {
    font-size: 16px;
  }
  .banner-part-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    background: transparent;
  }
  .banner-text-right {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  header.common-banner-fixed,
  .common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner-part-left {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    background: transparent;
    min-height: 0;
  }
  .banner-part-left h1,
  .banner-part-left h2 {
    font-size: 22px;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
  }
  .banner-part-left h1 span.sub-copy,
  .banner-part-left h2 span.sub-copy {
    font-size: 20px;
    display: block;
    margin-top: 2px;
    line-height: 1.4;
    font-weight: bold;
  }
  header.common-banner-fixed .banner-part-right,
  .common-banner-fixed .banner-part-right,
  .banner-part-right {
    width: 100%;
    background: #ffffff;
    padding: 20px 15px;
    border-top: 1px solid #ff4b8d;
    display: block;
  }
  .banner-part-right p.banner-text-right,
  .banner-part-right p,
  .banner-text-right {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;
    margin: 0;
  }
}
/* ============================================================
   ▼▼▼ 2. エピソードリスト（カード）のデザインCSS ▼▼▼
   ============================================================ */
.story-list-container,
.story-list-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.story-list-container {
  max-width: calc(var(--base-width) * 0.95);
  width: 95%;
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.story-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 2px solid #ffcadb;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.story-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.story-card-img {
  width: 220px;
  height: 220px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
  background-color: #f0f0f0;
  margin-left: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.story-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}

.story-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #d43f8d;
  color: #fff;
  padding: 4px 12px;
  font-size: 13px;
  border-radius: 20px;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 2;
  line-height: 1.2;
}

.story-card-body {
  padding: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}

/* ★修正：H3タグになってもデザインを維持する設定 */
h3.story-card-title,
.story-card-title {
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  background: #fff0f6;
  border: none;
  border-left: 6px solid #d43f8d;
  padding: 12px 15px;
  margin-top: 0;
  margin-bottom: 15px;
  border-radius: 0 5px 5px 0;
  display: block;
}

.story-card-meta {
  font-size: 0.9em;
  color: #d43f8d;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 15px;
}

.story-card-text {
  font-size: 0.95em;
  line-height: 1.8;
  color: #555;
  margin: 0;
  padding-left: 15px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .story-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .story-card-img {
    width: 90%;
    margin: 20px auto 0 auto;
    border-radius: 10px;
    height: auto;
    aspect-ratio: auto;
  }
  .story-card-img img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .story-card-body {
    padding: 20px;
  }
  h3.story-card-title {
    font-size: 1.1em;
    padding: 10px;
  }
}
.story-card-meta,
.story-card-text {
  padding-left: 20px;
}

/* ============================================================
   1. サイト全体の標準規格（1200px 面一同期ルール）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5; /* バナー全体の薄ピンク背景 */
  --banner-main-color: #ff4b8d; /* メインのピンク */
  --title-pink: #e91e63; /* サブコピー用の濃いピンク */
  --text-black: #333333;
  --header-mint: #f0fff4; /* プランヘッダーの薄緑 */
  --sub-pink: #fff0f5;
  --border-gray: #999;
  --left-width: 35%;
}

/* セクションの強制同期 */
section[class*=-final],
.sachi-member-section,
.insight-section-final,
#sachi-new-members,
.step-section-final,
.price-section-container {
  width: 100%;
  max-width: var(--base-width);
  margin: 0 auto 80px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ============================================================
   2. 共通タイトルバナー（PC・タブレット・スマホ対応）
   ============================================================ */
header.common-banner-fixed,
div.common-banner-fixed,
section .common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0 20px 0;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  height: auto;
  padding: 0;
}

/* 左側：タイトル */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--left-width);
          flex: 0 0 var(--left-width);
  padding: 20px 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  line-height: 1.1;
  background: transparent;
  border: none;
  padding: 0;
}

.banner-part-left h2 span.sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

/* 右側：説明文 */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 35px;
  background: transparent;
}

.banner-part-right p,
.banner-text-right {
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
  margin: 0;
  background: transparent;
}

/* 文字の一部をピンクにして強調 */
span.highlight-pink {
  color: var(--banner-main-color);
  font-weight: 800;
}

/* ============================================================
   3. 料金ページ専用パーツ
   ============================================================ */
.price-section-container {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text-black);
  padding-bottom: 80px;
}

/* コンテンツ幅 */
.step-unit {
  width: 96%;
  margin: 0 auto;
}

.initial-cost-table,
.plan-grid,
.seikon-fee-block,
.info-box-pink,
.detail-lists,
.price-notes {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* STEPバナー */
.step-header-banner {
  width: 100%;
  margin: 60px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border: 3px solid var(--banner-main-color);
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(255, 75, 141, 0.1);
          box-shadow: 0 4px 10px rgba(255, 75, 141, 0.1);
}

.step-icon-label {
  background: var(--banner-main-color);
  color: #ffffff;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
  font-size: 18px;
}

.step-title-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.step-title-left {
  color: #333;
  font-size: 20px;
  font-weight: 800;
  margin-right: 15px;
}

.step-subtitle-right {
  color: #ff4b8d;
  font-size: 17px;
  font-weight: bold;
}

/* 初期費用テーブル */
.initial-cost-table {
  border-collapse: collapse;
  margin-bottom: 40px;
  border: 1px solid var(--border-gray);
}

.initial-cost-table th {
  background: var(--sub-pink);
  width: 35%;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border-gray);
  vertical-align: middle;
}

.initial-cost-table td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-gray);
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
}

.price-free {
  font-size: 20px;
  color: var(--banner-main-color);
  font-weight: 800;
}

/* 料金プランカード */
.plan-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.plan-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #888;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.plan-card.standard {
  border: 3px solid var(--banner-main-color);
  z-index: 5;
}

.recommend-badge {
  position: absolute;
  top: -38px;
  left: -3px;
  right: -3px;
  background: var(--banner-main-color);
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.plan-header {
  background: var(--header-mint);
  padding: 25px 15px;
  text-align: center;
  border-bottom: 1px solid #888;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-card.standard .plan-header {
  background: var(--sub-pink);
  border-bottom: 1px solid var(--banner-main-color);
}

/* プラン名（h3タグ対応版） */
.plan-name {
  font-size: 20px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
  color: #333;
  margin-top: 0; /* h3のリセット */
  padding: 0; /* h3のリセット */
  border: none; /* h3のリセット */
  background: transparent; /* h3のリセット */
}

.plan-price {
  font-size: 36px;
  font-weight: 600;
  color: var(--banner-main-color);
  margin: 5px 0;
}

.plan-price span {
  font-size: 15px;
  color: #333;
}

/* リスト・ハートマーク */
.plan-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-features li {
  position: relative;
  padding: 12px 10px 12px 30px;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
  list-style-type: none;
}

.plan-features li::before {
  content: "♥";
  position: absolute;
  left: 8px;
  top: 17px;
  color: var(--banner-main-color);
  font-size: 12px;
  line-height: 1;
}

.feature-label {
  display: block;
  font-size: 16px;
  color: #888;
  font-weight: bold;
  margin-bottom: 2px;
}

.feature-value {
  display: block;
  font-weight: 700;
  color: #222;
  font-size: 16px;
}

/* 成婚料・在日コース */
.seikon-fee-block,
.info-box-pink {
  background: #fff;
  border: 3px solid var(--banner-main-color);
  border-radius: 15px;
  padding: 30px;
  margin: 50px auto;
  text-align: center;
}

body .seikon-fee-block h3,
body .info-box-pink h3,
body .seikon-fee-title,
body .info-box-title {
  padding: 0;
  padding-left: 0;
  margin: 0 auto 20px auto;
  border: none;
  background: transparent;
  text-align: center;
  display: block;
  width: 100%;
  text-indent: 0;
  float: none;
  font-size: 24px;
  font-weight: 800;
  color: #ff4b8d;
}

body .seikon-fee-block h3::before,
body .seikon-fee-block h3::after,
body .info-box-pink h3::before,
body .info-box-pink h3::after {
  content: none;
  display: none;
}

.seikon-fee-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  text-align: center;
}

.seikon-fee-price {
  font-size: 28px;
  font-weight: 900;
  color: var(--banner-main-color);
  margin: 10px 0;
  text-align: center;
}

/* 詳細リスト・注意事項 */
.detail-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.detail-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #888;
  padding: 25px;
  border-radius: 10px;
}

.detail-col.check {
  border: 2px solid var(--banner-main-color);
}

.detail-col h4 {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  margin: 0 0 10px 0;
}

.detail-col h3 {
  font-size: 18px;
  font-weight: 800;
  color: #333;
  margin: 0 0 10px 0;
}

.detail-col p {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}

.detail-col ul {
  padding-left: 20px;
  line-height: 1.8;
}

.price-notes {
  font-size: 16px;
  color: #333;
  padding: 20px;
  border: 1px solid #888;
  background: #fff;
  margin-top: 40px;
  line-height: 1.8;
}

/* ============================================================
   4. スマホ対応（768px以下）
   ============================================================ */
@media screen and (max-width: 768px) {
  /* 共通バナー：縦並び・白背景 */
  header.common-banner-fixed,
  .common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 20px auto;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .banner-part-left h2 {
    font-size: 22px;
  }
  .banner-part-left h2 span.sub-copy {
    font-size: 20px;
  }
  .banner-part-right {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid var(--banner-main-color);
    padding: 20px 15px;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: justify;
  }
  /* コンテンツ幅統一（スリム化） */
  .step-unit,
  .initial-cost-table,
  .plan-grid,
  .detail-lists,
  .price-notes {
    width: 92%;
    margin: 0 auto;
  }
  .seikon-fee-block,
  .info-box-pink {
    width: 90%;
    padding: 25px 15px;
  }
  /* STEPバナー */
  .step-header-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 15px auto;
  }
  .step-icon-label {
    width: 100%;
    padding: 8px 0;
  }
  .step-title-group {
    width: 100%;
    padding: 15px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .step-title-left {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    display: block;
  }
  /* プランカード：縦並び・ヘッダースリム化 */
  .plan-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
  .plan-header {
    min-height: 0;
    height: auto;
    padding: 15px 10px;
  }
  .plan-price {
    font-size: 28px;
    margin-top: 5px;
  }
  .recommend-badge {
    top: -40px;
    width: calc(100% + 6px);
    left: -3px;
  }
  /* 成婚料・在日コース（長文左寄せ・改行無視） */
  .seikon-fee-title,
  .info-box-title {
    text-align: center;
    padding-left: 0;
  }
  .seikon-fee-desc,
  .info-box-pink p {
    text-align: left;
    white-space: normal;
    word-break: break-all;
  }
  .seikon-fee-desc br,
  .info-box-pink p br {
    display: none;
  }
  /* テーブル・リスト */
  .initial-cost-table th,
  .initial-cost-table td {
    display: block;
    width: 100%;
  }
  .initial-cost-table th {
    border-bottom: none;
  }
  .detail-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ============================================================
   現地自社ネットワーク 詳細ページ（「信頼の絆」決定版）
   ============================================================ */
/* 1. 共通規格の適用（他ページと同調） */
#sachi-network-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
}

/* 2. 共通タイトルバナー（1200pxルール） */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 40px 0 60px 0;
  background: #fdf2f5;
  border: 1px solid #ff4b8d;
  border-left: 12px solid #ff4b8d;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h1 {
  font-size: 28px;
  font-weight: 800;
  color: #333;
  margin: 0;
  line-height: 1.2;
  background: transparent;
  border: none;
  padding: 0;
}

.banner-part-left h1 span.sub-copy {
  display: block;
  color: #e91e63;
  font-size: 24px;
  margin-top: 10px;
}

.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 35px;
}

.banner-text-right {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* 3. コンテンツエリア */
.network-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.network-lead {
  font-size: 26px;
  font-weight: 800;
  color: #ff4b8d;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* 4. 特徴カード（3カラム） */
.network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.network-card {
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(255, 75, 141, 0.08);
          box-shadow: 0 5px 15px rgba(255, 75, 141, 0.08);
}

.network-card-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}

.network-card h2 {
  font-size: 19px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  min-height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.network-card h3 {
  font-size: 19px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  min-height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.network-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
  margin: 0;
}

/* 5. 強みセクション */
h2.network-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

.network-detail-box {
  background: #fffafc;
  border: 1px solid #ffcadb;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
}

.network-detail-box p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .banner-part-right {
    width: 100%;
    border-top: 1px solid #ffcadb;
    padding: 20px;
  }
  .network-lead {
    font-size: 20px;
    text-align: left;
  }
  .network-grid {
    grid-template-columns: 1fr;
  }
  .network-detail-box {
    padding: 20px;
  }
  .network-detail-box p {
    font-size: 16px;
  }
}
/* ============================================================
   ▼▼▼ 1. 共通タイトルバナーCSS ▼▼▼
   ============================================================ */
:root {
  --base-width: 1200px;
  --content-width: 1140px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --sub-pink: #fff0f5;
  --line-green: #06c755;
}

/* ページ全体の余白調整 */
#sachi-consulting-page {
  width: 100%;
  max-width: var(--base-width);
  margin: 0 auto 100px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: var(--text-black);
}

/* 共通バナー */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 40px 0 60px 0;
  background: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h1 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  line-height: 1.2;
  background: transparent;
  border: none;
  padding: 0;
}

.banner-part-left h1 span.sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  margin-top: 10px;
}

.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 35px;
}

.banner-text-right {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   ▼▼▼ 2. 本文コンテンツデザイン ▼▼▼
   ============================================================ */
.consulting-container {
  max-width: var(--content-width);
  width: 100%;
  margin: 0 auto;
}

.lead-message {
  font-size: 26px;
  font-weight: 800;
  color: var(--banner-main-color);
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

h2.consulting-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border-left: 8px solid var(--banner-main-color);
  margin: 50px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

.consulting-text {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 30px;
  text-align: justify;
}

.point-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.point-list li {
  margin-bottom: 25px;
  padding: 25px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.point-title {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: var(--banner-main-color);
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

/* ============================================================
   ▼▼▼ 3. LINE QRコードセクション（レイアウト修正版） ▼▼▼
   ============================================================ */
.line-contact-box {
  background: #f6fff8;
  border: 3px solid var(--line-green);
  border-radius: 20px;
  padding: 40px;
  margin: 60px 0;
  -webkit-box-shadow: 0 5px 20px rgba(6, 199, 85, 0.15);
          box-shadow: 0 5px 20px rgba(6, 199, 85, 0.15);
  /* フレックス解除（ボタンを全体の中央にするため） */
  display: block;
}

/* 上部：QRコードと説明文の横並びエリア */
.line-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.line-qr-area {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.line-qr-img {
  width: 220px;
  height: auto;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.line-info-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.line-title {
  font-size: 24px;
  font-weight: 900;
  color: var(--line-green);
  margin-bottom: 15px;
}

/* ボタンエリア（全体の中央に配置） */
.line-btn-area {
  text-align: center;
  margin-top: 20px;
  border-top: 1px dashed #bbf7d0; /* 区切り線 */
  padding-top: 30px;
}

.line-btn {
  display: inline-block;
  background: var(--line-green);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 50px; /* 少し大きくしました */
  font-size: 18px;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3);
          box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.line-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
  .banner-part-right {
    width: 100%;
    border-top: 1px solid #ffcadb;
    padding: 20px;
  }
  .consulting-container {
    width: 92%;
  }
  .lead-message {
    font-size: 20px;
    text-align: left;
  }
  .consulting-text {
    font-size: 16px;
  }
  .line-top-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .line-qr-img {
    width: 180px;
    margin: 0 auto;
  }
  .line-title {
    text-align: center;
  }
}
/* ============================================================
   ビザ申請サポート（visa-support-page）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --left-width: 35%;
  --right-width: 65%;
}

#sachi-visa-support-page,
#sachi-visa-support-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-visa-support-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* ピンク文字強調用のクラス */
.highlight-pink {
  color: #ff4b8d;
  font-weight: 800;
}

#sachi-visa-support-page strong {
  color: var(--banner-main-color);
  font-weight: 800;
}

/* ============================================================
  共通タイトルバナーCSS
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0 20px 0;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 106px;
  height: auto;
}

.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  border: none;
  white-space: nowrap;
}

.banner-part-left .main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 35px;
}

.banner-text-right {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  margin: 0;
}

/* ============================================================
   共通リード文
   ============================================================ */
.visa-support-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

.visa-support-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h2.visa-support-h2,
h3.visa-support-h3 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   特徴グリッドカード (3カラム)
   ============================================================ */
.visa-support-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}

.visa-support-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.visa-support-card h3 {
  font-size: 20px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fffcfd;
  border: 1px solid #ffcadb;
  border-left: 5px solid #ff4b8d;
  text-align: left;
  border-radius: 5px;
}

.visa-support-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

.visa-support-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -10px auto 25px auto;
  border-radius: 10px;
  display: block;
}

/* ============================================================
   申請からの流れ (フローセクション)
   ============================================================ */
.visa-flow-section {
  margin-bottom: 60px;
}

.visa-flow-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: step-counter;
}

.visa-flow-item {
  background: #fff;
  border: 1px solid #ffcadb;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.02);
}

.visa-flow-item:not(:nth-child(3n))::after {
  content: "▶";
  position: absolute;
  right: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff4b8d;
  font-size: 20px;
}

/* ★修正★ テーマのグレー線を薄ピンク色（#ffcadb）に上書き */
.visa-flow-item h4 {
  color: #e91e63;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 10px 0;
  border-top: 1px solid #ffcadb;
  border-bottom: 1px solid #ffcadb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}

.visa-flow-item h4::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  background: #ff4b8d;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.visa-flow-item p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

/* ============================================================
   よくあるご質問 (FAQセクション)
   ============================================================ */
.visa-faq-section {
  margin-bottom: 60px;
}

.visa-faq-details {
  background: #fff;
  border: 1px solid #ffcadb;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.visa-faq-summary {
  font-size: 16px;
  font-weight: bold;
  color: #e91e63;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  position: relative;
  list-style: none;
}

.visa-faq-summary::-webkit-details-marker {
  display: none;
}

.visa-faq-summary::before {
  content: "Q. ";
  color: #ff4b8d;
  font-size: 18px;
  margin-right: 5px;
}

.visa-faq-summary::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ff4b8d;
  font-size: 24px;
  font-weight: bold;
}

.visa-faq-details[open] .visa-faq-summary::after {
  content: "－";
}

.visa-faq-answer {
  padding: 0 20px 25px 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  border-top: 1px dashed #ffedf2;
  margin-top: -5px;
  padding-top: 20px;
}

.visa-faq-answer::before {
  content: "A. ";
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-right: 5px;
}

/* ============================================================
   詳細解説ボックス＆ボタン
   ============================================================ */
.visa-support-detail-box {
  background: #fffafc;
  border: 1px solid #ffcadb;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
  clear: both;
}

.visa-support-detail-box p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

.visa-support-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.sp-br {
  display: none;
}

.pc-br {
  display: block;
}

/* ============================================================
   ★レスポンシブ：スマホ用設定★
   ============================================================ */
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
  .pc-br {
    display: none;
  }
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
    margin: 40px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left .main-title {
    font-size: 22px;
  }
  .banner-part-left .sub-copy {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    background: #ffffff;
    padding: 20px 15px;
    border-top: 1px solid #ff4b8d;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  #sachi-visa-support-page .visa-support-container {
    width: 92%;
    margin: 0 auto;
  }
  .visa-support-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
  }
  .visa-support-detail-box p {
    font-size: 16px;
  }
  h2.visa-support-h2,
  h3.visa-support-h3 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  .visa-support-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .visa-support-card {
    width: 100%;
    margin-bottom: 30px;
  }
  .visa-support-card img {
    width: 95%;
    max-width: 340px;
    aspect-ratio: 4/3;
    margin-bottom: 20px;
  }
  .visa-flow-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .visa-flow-item:not(:nth-child(3n))::after {
    display: none;
  }
  .visa-flow-item:not(:last-child)::after {
    content: "▼";
    display: block;
    position: absolute;
    right: 50%;
    bottom: -22px;
    top: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    color: #ff4b8d;
    font-size: 18px;
  }
  .visa-faq-summary {
    font-size: 15px;
    padding: 15px 35px 15px 15px;
  }
  .visa-faq-answer {
    font-size: 14px;
    padding: 0 15px 20px 15px;
  }
  .visa-support-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}
/* ============================================================
   よくあるご質問 一覧ページ（faq-page）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
}

#sachi-faq-page,
#sachi-faq-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-faq-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

.highlight-pink {
  color: #ff4b8d;
  font-weight: 800;
}

/* ============================================================
    共通タイトルバナーCSS
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 106px;
}

.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  border: none;
  white-space: nowrap;
}

.banner-part-left .main-title {
  display: block;
}

.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 35px;
}

.banner-text-right {
  width: 100%;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  margin: 0;
}

/* 共通リード文 */
.faq-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* コンテンツエリア */
.faq-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h2.faq-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

h3.faq-h3 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   FAQ（よくあるご質問）セクション専用CSS
   ============================================================ */
.faq-category-section {
  margin-bottom: 60px;
}

.faq-list-final {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.faq-item-final {
  background: #ffffff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-check {
  display: none;
}

h4.faq-q-h4 {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.faq-q-label {
  background-color: #fdf2f5;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.faq-q-label:hover {
  background-color: #ffdce6;
}

.faq-q-icon {
  font-size: 24px;
  font-weight: 900;
  color: #ff4b8d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-q-text {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.faq-q-label::after {
  content: "▼";
  font-size: 14px;
  color: #ff4b8d;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}

.faq-check:checked ~ .faq-q-h4 .faq-q-label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-a-final {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 0 30px;
  opacity: 0;
}

.faq-check:checked ~ .faq-a-final {
  max-height: 1000px;
  padding: 25px 30px;
  border-top: 1px dashed #ffcadb;
  opacity: 1;
}

.faq-a-icon {
  font-size: 24px;
  font-weight: 900;
  color: #ff85ad;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq-a-text {
  font-size: 17px;
  color: #555555;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* CTAボタン */
.faq-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 10px rgba(255, 75, 141, 0.3);
          box-shadow: 0 4px 10px rgba(255, 75, 141, 0.3);
}

.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/* ============================================================
   ★レスポンシブ：スマホ用設定★
   ============================================================ */
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92%;
    margin: 40px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left .main-title {
    font-size: 22px;
  }
  .banner-part-left .sub-copy {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    background: #ffffff;
    padding: 20px 15px;
    border-top: 1px solid #ff4b8d;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  #sachi-faq-page .faq-container {
    width: 92%;
    margin: 0 auto;
  }
  .faq-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
  }
  h3.faq-h3 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  .faq-list-final {
    margin-bottom: 20px;
    gap: 20px;
  }
  .faq-q-label {
    padding: 15px 20px;
    gap: 10px;
  }
  .faq-q-text {
    font-size: 16px;
  }
  .faq-q-icon {
    font-size: 20px;
  }
  .faq-a-final,
  .faq-check:checked ~ .faq-a-final {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-a-text {
    font-size: 15px;
  }
  .faq-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
  /* CTAテキストのスマホ調整 */
  .cta-text {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* ============================================================
   安心通訳サポート（support-page）全体設定
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --left-width: 35%;
  --right-width: 65%;
}

#sachi-support-page,
#sachi-support-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-support-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* ピンク文字強調用の共通クラス */
.highlight-pink {
  color: var(--banner-main-color);
  font-weight: 800;
}

#sachi-support-page strong {
  color: var(--banner-main-color);
  font-weight: 800;
}

/* ============================================================
   共通タイトルバナー設定（PC用）
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 左側：タイトルエリア（比率35%固定・余白20px） */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* メインタイトル（H2） */
.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  border: none;
  white-space: nowrap; /* PCで1行を死守 */
}

.banner-part-left .main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

/* 右側：文章エリア */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  width: 100%;
}

/* ============================================================
   共通リード文
   ============================================================ */
.common-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin: 20px 0 60px 0;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* ============================================================
   各ページ共通コンテンツ枠設定
   ============================================================ */
.support-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h2.support-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   特徴グリッドカード（★travel-pageのサイズに統一★）
   ============================================================ */
.support-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}

.support-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.support-card h3 {
  font-size: 20px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fffcfd;
  border: 1px solid #ffcadb;
  border-left: 5px solid #ff4b8d;
  text-align: left;
  border-radius: 5px;
}

.support-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

/* --- カード内写真：travel-page規格 (PC) --- */
.support-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -10px auto 25px auto;
  border-radius: 10px;
  display: block;
}

/* ============================================================
   詳細解説ボックス
   ============================================================ */
.support-detail-box {
  background: #fffafc;
  border: 1px solid #ffcadb;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
  clear: both;
}

.support-detail-box p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

.support-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

/* 改行制御用クラス */
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/* ============================================================
   ★レスポンシブ：スマホ用設定★
   ============================================================ */
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left .main-title {
    font-size: 22px;
  }
  .banner-part-left .sub-copy {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  .common-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
    padding: 0 0 30px 0;
    line-height: 1.8;
  }
  #sachi-support-page .support-container {
    width: 92%;
    margin: 0 auto;
  }
  .support-detail-box p {
    font-size: 16px;
  }
  h2.support-h2 {
    font-size: 20px;
  }
  .support-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .support-card {
    width: 100%;
    margin-bottom: 30px;
  }
  /* カード内写真：travel-page規格 (スマホ) */
  .support-card img {
    width: 95%;
    max-width: 340px;
    aspect-ratio: 4/3;
    margin-bottom: 20px;
  }
  .support-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}
/* ============================================================
   現地完全手配＆同行（travel-page）全体設定
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --left-width: 35%;
  --right-width: 65%;
}

#sachi-travel-page,
#sachi-travel-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-travel-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* ピンク文字強調用の共通クラス */
.highlight-pink {
  color: var(--banner-main-color);
  font-weight: 800;
}

#sachi-travel-page strong {
  color: var(--banner-main-color);
  font-weight: 800;
}

/* ============================================================
   共通タイトルバナー設定（PC用）
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* バナー左側：タイトルエリア（比率35%固定） */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* バナー左側：メインタイトル（H2） */
.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  white-space: nowrap; /* PCでは絶対に改行させない */
}

/* バナー左側：メインタイトル用タグ */
.banner-part-left .main-title {
  display: block;
  background-color: transparent;
}

/* バナー左側：サブタイトル用タグ */
.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

/* バナー右側：文章エリア */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* バナー右側：テキスト設定 */
.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px; /* PC時の文字サイズ */
  color: #333333;
  width: 100%;
}

/* ============================================================
   共通リード文（ページ上部の導入文）
   ============================================================ */
.common-lead {
  font-size: 24px; /* PC時の文字サイズ */
  font-weight: 800;
  color: #333333; /* ベースカラーは黒 */
  text-align: center;
  margin: 20px 0 60px 0;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* ============================================================
   各ページ共通コンテンツ枠設定
   ============================================================ */
.travel-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* H2見出し（リボン風デザイン） */
h2.travel-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   特徴グリッドカード（横並び3つのカード）
   ============================================================ */
.travel-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}

/* カード本体 */
.travel-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

/* カード内見出し(H3) */
.travel-card h3 {
  font-size: 20px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fffcfd;
  border: 1px solid #ffcadb;
  border-left: 5px solid #ff4b8d;
  text-align: left;
  border-radius: 5px;
}

/* カード内テキスト */
.travel-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

/* カード内画像 */
.travel-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -10px auto 25px auto;
  border-radius: 10px;
  display: block;
}

/* ============================================================
   詳細解説ボックス（おもてなしの解説枠）
   ============================================================ */
.travel-detail-box {
  background: #fffafc;
  border: 1px solid #ffcadb;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
  clear: both;
}

.travel-detail-box p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

/* お問い合わせボタン */
.travel-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

/* ============================================================
   改行制御用クラス（PC用とスマホ用で切り替え）
   ============================================================ */
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/* ============================================================
   ★レスポンシブ：スマホ用設定（画面幅768px以下で適用）★
   ============================================================ */
@media screen and (max-width: 768px) {
  /* スマホ時はスマホ用改行を表示し、PC用改行を消す */
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  /* --- タイトルバナーの黄金ルール（スマホ時） --- */
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; /* 縦並びに変更 */
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* 左側タイトルエリア（スマホ時） */
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  /* スマホ時はタイトルの折り返しを許可し、文字を小さくする */
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left .main-title {
    font-size: 22px;
  }
  .banner-part-left .sub-copy {
    font-size: 18px;
    margin-top: 5px;
  }
  /* 右側テキストエリア（スマホ時） */
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  /* スマホ時のバナーテキスト16px厳守ルール */
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  /* --- リード文の黄金ルール（スマホ時） --- */
  .common-lead {
    font-size: 16px;
    text-align: justify; /* スマホ時は両端揃えで綺麗に見せる */
    margin: 20px auto 40px auto;
    padding: 0 0 30px 0;
    line-height: 1.8;
  }
  /* --- その他のコンテンツ（スマホ時） --- */
  #sachi-travel-page .travel-container {
    width: 92%;
    margin: 0 auto;
  }
  .travel-detail-box p {
    font-size: 16px;
  }
  h2.travel-h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  /* カードの縦並びと余白調整 */
  .travel-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .travel-card {
    width: 100%;
    margin-bottom: 30px;
  }
  /* カード画像はスマホ幅に合わせて縮小 */
  .travel-card img {
    width: 95%;
    max-width: 340px;
    margin-bottom: 20px;
  }
  .travel-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}
/* ============================================================
   成婚後の生活相談（life-page）
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --left-width: 35%;
  --right-width: 65%;
}

#sachi-life-page,
#sachi-life-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-life-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* ピンク文字強調用のクラス */
.highlight-pink {
  color: #ff4b8d;
  font-weight: 800;
}

#sachi-life-page strong {
  color: var(--banner-main-color);
  font-weight: 800;
}

/* ============================================================
    2. 共通タイトルバナーCSS
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 左側：タイトルエリア（比率35%固定・余白20px） */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* メインタイトル（H2・PC改行禁止） */
.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  border: none;
  white-space: nowrap;
}

.banner-part-left .main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

/* 右側：文章エリア */
.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 35px;
}

.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  width: 100%;
}

/* ============================================================
    3. 共通リード文
   ============================================================ */
.common-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin: 20px 0 60px 0;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* ============================================================
   各ページ共通コンテンツ枠設定
   ============================================================ */
.life-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

h2.life-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   4. 特徴グリッドカード
   ============================================================ */
.life-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}

.life-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.life-card h3 {
  font-size: 20px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fffcfd;
  border: 1px solid #ffcadb;
  border-left: 5px solid #ff4b8d;
  text-align: left;
  border-radius: 5px;
}

.life-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

/* --- カード内写真：黄金ルール規格 (PC) --- */
.life-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -10px auto 25px auto;
  border-radius: 10px;
  display: block;
}

/* ============================================================
   5. 詳細解説ボックス
   ============================================================ */
.life-detail-box {
  background: #fffafc;
  border: 1px solid #ffcadb;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
  clear: both;
}

.life-detail-box p {
  font-size: 18px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

.life-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

/* 改行制御 */
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/* ============================================================
   レスポンシブ：スマホ用設定
   ============================================================ */
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left .main-title {
    font-size: 22px;
  }
  .banner-part-left .sub-copy {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  .common-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
    padding: 0 0 30px 0;
    line-height: 1.8;
  }
  #sachi-life-page .life-container {
    width: 92%;
    margin: 0 auto;
  }
  .life-detail-box p {
    font-size: 16px;
  }
  h2.life-h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  .life-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .life-card {
    width: 100%;
    margin-bottom: 30px;
  }
  /* --- カード内写真：黄金ルール規格 (スマホ) --- */
  .life-card img {
    width: 95%;
    max-width: 340px;
    aspect-ratio: 4/3;
    margin-bottom: 20px;
  }
  .life-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}
/* ============================================================
   無料相談（consulting-page） 
   ============================================================ */
:root {
  --base-width: 1200px;
  --banner-bg: #fdf2f5;
  --banner-main-color: #ff4b8d;
  --title-pink: #e91e63;
  --text-black: #333333;
  --left-width: 35%;
  --right-width: 65%;
  --line-green: #06c755;
}

#sachi-consulting-page,
#sachi-consulting-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sachi-consulting-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

.highlight-pink {
  color: var(--banner-main-color);
  font-weight: 800;
}

#sachi-consulting-page strong {
  color: var(--banner-main-color);
  font-weight: 800;
}

/* ============================================================
   共通タイトルバナー設定（PC用）
   ============================================================ */
header.common-banner-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px auto 50px auto;
  background-color: var(--banner-bg);
  border: 1px solid var(--banner-main-color);
  border-left: 12px solid var(--banner-main-color);
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  min-height: 106px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* バナー左側：タイトルエリア（比率35%固定） */
.banner-part-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  /* 上下左右20pxクリア */
  padding: 20px 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner-part-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-black);
  margin: 0;
  padding: 0;
  line-height: 1.2;
  display: block;
  background-color: transparent;
  background-image: none;
  border: none;
  white-space: nowrap; /* PCでは絶対に改行させない */
}

.banner-part-left .main-title {
  display: block;
  background-color: transparent;
}

.banner-part-left .sub-copy {
  display: block;
  color: var(--title-pink);
  font-size: 20px; /* 文字数に合わせて調整 */
  font-weight: bold;
  margin-top: 10px;
  background-color: transparent;
}

.banner-part-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.banner-text-right {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  width: 100%;
}

/* ============================================================
   共通リード文
   ============================================================ */
.common-lead {
  font-size: 24px;
  font-weight: 800;
  color: #333333;
  text-align: center;
  margin: 20px 0 60px 0;
  line-height: 1.7;
  border-bottom: 2px dashed #ffcadb;
  padding-bottom: 30px;
}

/* ============================================================
   各ページ共通コンテンツ枠設定
   ============================================================ */
.consulting-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* H2見出し（リボン風デザイン） */
h2.consulting-h2 {
  font-size: 24px;
  color: #333;
  font-weight: 800;
  padding: 15px 20px;
  background: -webkit-gradient(linear, left top, right top, from(#fff0f5), to(#fff));
  background: linear-gradient(90deg, #fff0f5 0%, #fff 100%);
  border: 1px solid #ffcadb;
  border-left: 8px solid #ff4b8d;
  margin: 60px 0 30px 0;
  border-radius: 0 5px 5px 0;
}

/* ============================================================
   特徴グリッドカード
   ============================================================ */
.consulting-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}

.consulting-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 2px solid #ffcadb;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.consulting-card h3 {
  font-size: 20px;
  color: #e91e63;
  font-weight: 800;
  margin-bottom: 15px;
  padding: 10px 15px;
  background-color: #fffcfd;
  border: 1px solid #ffcadb;
  border-left: 5px solid #ff4b8d;
  text-align: left;
  border-radius: 5px;
}

.consulting-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}

.consulting-card img {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin: -10px auto 25px auto;
  border-radius: 10px;
  display: block;
}

/* ============================================================
   詳細解説ボックス（導入文用）
   ============================================================ */
.consulting-detail-box {
  background: #fffafc;
  border: 1px solid #ffcadb;
  border-radius: 15px;
  padding: 40px;
  margin-bottom: 50px;
  clear: both;
}

.consulting-detail-box p {
  font-size: 16px;
  line-height: 2;
  color: #444;
  margin-bottom: 20px;
}

/* ============================================================
   相談の流れ
   ============================================================ */
.flow-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}

.flow-step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
}

.flow-step-num {
  background: var(--banner-main-color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.flow-step-content h3 {
  font-size: 18px;
  color: #333;
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
  background: transparent;
  font-weight: bold;
}

.flow-step-content p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* ============================================================
   LINEエリア
   ============================================================ */
.line-contact-box {
  background: #f6fff8;
  border: 3px solid var(--line-green);
  border-radius: 20px;
  padding: 40px;
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.line-qr-img {
  width: 140px;
  height: auto;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.line-info-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: left;
}

.line-title-h3 {
  font-size: 24px;
  font-weight: 900;
  color: var(--line-green);
  margin: 0 0 12px 0;
  background: transparent;
  border: none;
  padding: 0;
}

.line-desc-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.line-btn {
  display: inline-block;
  background: var(--line-green);
  color: #fff;
  padding: 16px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3);
          box-shadow: 0 4px 10px rgba(6, 199, 85, 0.3);
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.line-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* ============================================================
   FAQミニ
   ============================================================ */
.mini-faq-list {
  margin-top: 30px;
  margin-bottom: 50px;
}

.mini-faq-item {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
}

.mini-faq-q-h3 {
  font-weight: bold;
  color: #d81b60;
  font-size: 17px;
  margin: 0 0 10px 0;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
}

.mini-faq-q-h3::before {
  content: "Q.";
  margin-right: 8px;
  font-size: 19px;
}

.mini-faq-a {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  padding-left: 28px;
}

/* お問い合わせボタン */
.consulting-btn {
  display: inline-block;
  background: #ff4b8d;
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 0 5px 15px rgba(255, 75, 141, 0.4);
          box-shadow: 0 5px 15px rgba(255, 75, 141, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .consulting-btn:hover {
    color: #fff !important;
  }
}

.consulting-btn:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* ============================================================
   改行制御用クラス
   ============================================================ */
.pc-br {
  display: block;
}

.sp-br {
  display: none;
}

/* ============================================================
   ★レスポンシブ：スマホ用設定（画面幅768px以下で適用）★
   ============================================================ */
@media screen and (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  header.common-banner-fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 92%;
    margin: 40px auto 30px auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner-part-left {
    width: 100%;
    padding: 15px;
    text-align: left;
  }
  .banner-part-left h2 {
    white-space: normal;
  }
  .banner-part-left .main-title {
    font-size: 22px;
  }
  .banner-part-left .sub-copy {
    font-size: 18px;
    margin-top: 5px;
  }
  .banner-part-right {
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid var(--banner-main-color);
    background: #fff;
    display: block;
  }
  .banner-text-right {
    font-size: 16px;
    text-align: left;
  }
  .common-lead {
    font-size: 16px;
    text-align: justify;
    margin: 20px auto 40px auto;
    padding: 0 0 30px 0;
    line-height: 1.8;
  }
  .consulting-container {
    width: 92%;
    margin: 0 auto;
  }
  .consulting-detail-box {
    padding: 25px 15px;
  }
  .consulting-detail-box p {
    font-size: 15px;
    line-height: 1.8;
  }
  h2.consulting-h2 {
    font-size: 20px;
    margin: 40px 0 20px 0;
    padding: 12px 15px;
  }
  .consulting-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .consulting-card {
    width: 100%;
    margin-bottom: 30px;
    padding: 25px 15px;
  }
  .consulting-card img {
    width: 95%;
    max-width: 340px;
    margin-bottom: 20px;
  }
  .line-contact-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 30px 15px;
  }
  .line-info-area {
    text-align: center;
  }
  .line-title-h3 {
    font-size: 20px;
  }
  .line-desc-text {
    font-size: 14px;
    line-height: 1.7;
  }
  .line-qr-img {
    width: 120px;
    margin: 0 auto;
  }
  .line-btn,
  .consulting-btn {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
  }
}
/*----------------------------------
  テキストの装飾(色の変更）
-----------------------------------*/
.u-text-pink {
  color: #ff4b8d;
}

.u-highlight-pink {
  color: #ff4b8d;
  font-weight: 900;
}

.u-text-darkpink {
  color: #e91e63;
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media (max-width: 880px) {
  .u-hidden-880 {
    display: none !important;
  }
}
@media (max-width: 876px) {
  .u-hidden-876 {
    display: none !important;
  }
}
@media (max-width: 838px) {
  .u-hidden-838 {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .u-hidden-1000 {
    display: none !important;
  }
}
/*----------------------------------
  テキストの装飾(フォントの大きさ・太さ）
-----------------------------------*/
.u-font-bold {
  font-weight: bolder;
}