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

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

/* ============================================
   LOTUS サービスページ 共通スタイル
   ============================================ */

:root {
  --lotus-primary:      #5bc8d8;
  --lotus-primary-dark: #3aacbc;
  --lotus-accent:       #e05aaa;
  --lotus-text:         #333333;
  --lotus-light-bg:     #f0fafc;
  --lotus-white:        #ffffff;
  --lotus-radius:       12px;
  --lotus-shadow:       0 4px 20px rgba(91,200,216,0.13);
}

/* ============================================
   セクション見出し
   使い方: 見出しブロックの追加CSSクラスに
   "section-heading-lotus" を入力
   ============================================ */
.section-heading-lotus {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 40px !important;
}
.section-heading-lotus::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--lotus-primary), transparent);
  border-radius: 2px;
}

/* ============================================
   ステップ番号バッジ
   wp:html ブロック内の <div class="step-num"> に適用
   ============================================ */
.step-num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--lotus-primary), var(--lotus-primary-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lotus-white);
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(91,200,216,0.4);
  margin-right: 20px;
}

/* ステップアイテム ホバー */
.step-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(91,200,216,0.22) !important;
}

/* ============================================
   CTAバナー
   グループブロックの追加CSSクラスに
   "cta-banner-lotus" を入力
   ============================================ */
.cta-banner-lotus {
  background: linear-gradient(135deg, #e05aaa 0%, #c040aa 100%) !important;
  position: relative;
  overflow: hidden;
}
.cta-banner-lotus::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,255,255,0.1) 0%, transparent 60%);
  pointer-events: none;
}
/* TOPページ ヒーロー背景画像 */
.home .post_content > .swell-block-fullWide:first-child {
  background-image: url('/wp-content/uploads/2026/02/IMG_7027-scaled.png') !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 13% 12% !important;
}

@media (min-width: 600px) and (max-width: 959px) {
  .home .post_content > .swell-block-fullWide:first-child {
    background-size: contain !important;
    background-position: right top !important;
  }
}

@media (max-width: 599px) {
  .home .post_content > .swell-block-fullWide:first-child {
    background-size: contain !important;
    background-position: right top !important;
  }
}

/* H1食い込み対策: 対象3ページのFVタイトル位置を960px以上だけ補正 */
@media (min-width: 960px) {
  #body_wrap.page-id-546 .service-hero-cover .wp-block-cover__inner-container,
  #body_wrap.page-id-2400 .service-hero-cover .wp-block-cover__inner-container,
  #body_wrap.page-id-2401 .service-hero-cover .wp-block-cover__inner-container {
    width: 68% !important;
    top: -88px !important;
  }

  #body_wrap.page-id-546 .service-hero-cover .pc_only h1,
  #body_wrap.page-id-2400 .service-hero-cover .pc_only h1,
  #body_wrap.page-id-2401 .service-hero-cover .pc_only h1 {
    white-space: nowrap !important;
  }
}

/* H1改行対策: タブレット帯だけ対象3ページのPC用タイトルを1行に収める */
@media (min-width: 960px) and (max-width: 1366px) {
  #body_wrap.page-id-546 .service-hero-cover .pc_only h1,
  #body_wrap.page-id-2400 .service-hero-cover .pc_only h1,
  #body_wrap.page-id-2401 .service-hero-cover .pc_only h1 {
    line-height: 1.15 !important;
    min-height: 1.15em !important;
  }

  #body_wrap.page-id-546 .service-hero-cover .pc_only h1 .swl-fz,
  #body_wrap.page-id-2400 .service-hero-cover .pc_only h1 .swl-fz,
  #body_wrap.page-id-2401 .service-hero-cover .pc_only h1 .swl-inline-color,
  #body_wrap.page-id-546 .service-hero-cover .pc_only h1 .swl-inline-color,
  #body_wrap.page-id-2400 .service-hero-cover .pc_only h1 .swl-inline-color,
  #body_wrap.page-id-2401 .service-hero-cover .pc_only h1 .swl-fz {
    display: block !important;
    line-height: 1.15 !important;
  }
}

/* TOP最下部CTA補正: お問い合わせボタンと電話ボタンだけ横幅を広げる */
@media (min-width: 960px) {
  #body_wrap.page-id-6 .swell-block-button.red_.pc_only.is-style-btn_line.u-mb-ctrl.u-mb-60,
  #body_wrap.page-id-6 .swell-block-button.red_.pc_only.is-style-btn_normal.u-mb-ctrl.u-mb-60 {
    --the-width: min(760px, 58vw) !important;
  }
}

@media (min-width: 600px) and (max-width: 959px) {
  #body_wrap.page-id-6 .swell-block-button.red_.pc_only.is-style-btn_line.u-mb-ctrl.u-mb-60,
  #body_wrap.page-id-6 .swell-block-button.red_.pc_only.is-style-btn_normal.u-mb-ctrl.u-mb-60 {
    --the-width: min(720px, 88vw) !important;
  }
}

@media (max-width: 959px) {
  #body_wrap.page-id-6 .swell-block-button.red_.sp_only.is-style-btn_line.u-mb-ctrl.u-mb-60 {
    --the-width: 68vw !important;
  }

  #body_wrap.page-id-6 .swell-block-button.red_.sp_only.is-style-btn_normal.u-mb-ctrl.u-mb-60 {
    --the-width: 88% !important;
  }
}

/* お問い合わせフォーム装飾: 参考サイトのCF7テーブルデザインをお問い合わせページだけに適用 */
#body_wrap.page-id-2670 table.CF7_table {
  width: min(100%, 960px);
  margin: 0 auto;
  border: 3px solid #e5e5e5;
  border-collapse: collapse;
  background: #fff;
}

#body_wrap.page-id-2670 table.CF7_table tr {
  border-top: 1px solid #e5e5e5;
}

#body_wrap.page-id-2670 table.CF7_table th,
#body_wrap.page-id-2670 table.CF7_table td {
  padding: 18px 22px;
  vertical-align: middle;
}

#body_wrap.page-id-2670 table.CF7_table th {
  width: 34%;
  background-color: #ebedf5;
  text-align: left;
  font-weight: 700;
}

#body_wrap.page-id-2670 table.CF7_table p {
  margin: 0;
}

#body_wrap.page-id-2670 .CF7_table input:not([type="checkbox"]):not([type="radio"]),
#body_wrap.page-id-2670 .CF7_table textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  padding: 0.85em 1em;
  box-sizing: border-box;
}

#body_wrap.page-id-2670 .CF7_table textarea {
  min-height: 180px;
  resize: vertical;
}

#body_wrap.page-id-2670 .CF7_table ::placeholder {
  color: #797979;
}

#body_wrap.page-id-2670 .CF7_req,
#body_wrap.page-id-2670 .CF7_unreq {
  display: inline-block;
  font-size: 0.9em;
  padding: 5px 8px;
  color: #fff;
  border-radius: 3px;
  margin-right: 1em;
  line-height: 1.2;
}

#body_wrap.page-id-2670 .CF7_req {
  background: #f79034;
}

#body_wrap.page-id-2670 .CF7_unreq {
  background: #bdbdbd;
}

#body_wrap.page-id-2670 .CF7_table .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
  justify-content: start;
  justify-items: start;
  align-items: start;
}

#body_wrap.page-id-2670 .CF7_table .wpcf7-list-item {
  display: inline-flex;
  width: auto;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  vertical-align: middle;
  align-items: center;
}

#body_wrap.page-id-2670 .CF7_table .wpcf7-list-item input {
  margin: 0 6px 0 0;
  vertical-align: middle;
  width: auto !important;
}

#body_wrap.page-id-2670 .CF7_table .wpcf7-list-item-label {
  display: inline !important;
  writing-mode: horizontal-tb !important;
  white-space: nowrap !important;
  text-orientation: mixed !important;
  float: none !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  transform: none !important;
  letter-spacing: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-height: 1.4 !important;
}

#body_wrap.page-id-2670 .CF7_btn {
  text-align: center;
  margin-top: 20px;
}

#body_wrap.page-id-2670 .wpcf7 input.wpcf7-submit {
  background-color: #f79034;
  border: 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  min-width: 240px;
  padding: 0.95em 2.5em;
  border-radius: 999px;
}

#body_wrap.page-id-2670 .wpcf7-spinner {
  width: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #body_wrap.page-id-2670 table.CF7_table {
    width: 95%;
  }

  #body_wrap.page-id-2670 .CF7_table,
  #body_wrap.page-id-2670 .CF7_table tbody,
  #body_wrap.page-id-2670 .CF7_table tr,
  #body_wrap.page-id-2670 .CF7_table td,
  #body_wrap.page-id-2670 .CF7_table th {
    display: block;
    width: 100%;
  }

  #body_wrap.page-id-2670 table.CF7_table th {
    width: 100%;
    padding: 14px 12px 10px;
    box-sizing: border-box;
  }

  #body_wrap.page-id-2670 table.CF7_table td {
    padding: 12px 12px 16px;
  }

  #body_wrap.page-id-2670 .CF7_table .wpcf7-checkbox {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  #body_wrap.page-id-2670 .CF7_table .wpcf7-list-item {
    display: inline-flex;
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #body_wrap.page-id-2670 .CF7_table .wpcf7-checkbox {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  #body_wrap.page-id-2670 .CF7_table .wpcf7-list-item {
    width: auto;
  }
}
