/* color設定 */
:root {
  --color_white: #ffffff;
  --color_black: #333;
  --color-lightblue: #f7fcff;
  --color_blue: #eff9ff;
  --color-navy: #1e58ad;
  --color_darkglay: #b3b3b3;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

.l-contents__inner:last-child {
  padding-bottom: 0;
}

.c-meta__item--author {
  display: none;
}
/* br*/
.br-sp {
  display: none;
}
.br-tab {
  display: none;
}
.br-pc {
  display: block;
}
/* 基本設定 */
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.5s;
}
p,
a,
li {
  font-weight: 500;
}
.pt_0 {
  padding-top: 0 !important;
}
.pt_10 {
  padding-top: 10px !important;
}
.pb_0 {
  padding-bottom: 0 !important;
}
.pb_10 {
  padding-bottom: 10px !important;
}
.mt_0 {
  margin-top: 0 !important;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.z_0 {
  z-index: 0;
}
.z_1 {
  z-index: 1;
}
.p_ab {
  position: absolute;
}
.p_rel {
  position: relative;
}
.d_flex {
  display: flex;
}
.d_flex.f_wrap {
  flex-wrap: wrap;
}
.inline_b {
  display: inline-block;
}
.js_sb {
  justify-content: space-between;
}
.js_fs {
  justify-content: flex-start;
}
.of_hd {
  overflow: hidden;
}
.border_pink {
  border-bottom: 2px solid #ed7780 !important;
}
.mincho {
  font-family: "Zen Antique Soft", serif;
}
.maru {
  font-family: "Zen Maru Gothic", serif;
}
.smb-panels__item__action > a:focus:after {
  outline: none;
  outline-offset: 0px;
}
.tate {
  writing-mode: vertical-rl;
}
/* 基本設定 終わり*/
/* ロゴ */
.c-site-branding__title .custom-logo {
  width: 533px;
}
/* アイコン */
.svg-inline--fa {
  margin-right: 4px;
}

.c-page-top .svg-inline--fa {
  margin-right: 0;
}

.p-global-nav--hover-extend-underline .c-navbar__item.cta:hover > a:after {
  width: 0;
}
/* アイコン 終わり*/
/* ボタン */
a.smb-btn,
.cta a span {
  background-color: #fff;
  position: relative;
  transition: 0.25s;
  color: var(--color_white) !important;
  font-size: 1.1rem;
  z-index: 2;
  padding: 1.2rem;
  min-width: 280px;
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    #3aa4ea 50%,
    /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
  );
  border-radius: 0;
  background-size: 200% 100%;
  border: none;
}
a.smb-btn:hover,
.cta a:hover span {
  color: #fff !important;
  box-shadow: none;
  background-position: 100% 0;
  filter: brightness(100%);
  transition: all 0.4s ease;
}
/*--------------------  スクロール時　ロゴ変更 -------------------- */
@media (min-width: 1024px) {
  [data-scrolled="false"] .logoTop + .custom-logo-link {
    display: none;
  }
  /* スクロールしていな状態ではカラーロゴ非表示 */
  [data-scrolled="true"] .logoTop {
    display: none;
  }
  /* スクロールしたら白ロゴを非表示 */
  .c-site-branding__title .custom-logo {
    width: 420px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer .c-site-branding__title .custom-logo {
    width: 533px;
    max-width: none !important;
  }
  /* ロゴサイズ */
  [data-scrolled="false"] .logoTop + .custom-logo-link {
    display: none;
  }
  [data-scrolled="true"] .logoTop {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  /* ロゴサイズ */
  .custom-logo-2 {
    max-width: 300px !important;
  }
  .custom-logo {
    max-width: 300px !important;
  }
}
@media screen and (max-width: 640px) {
  /* ロゴサイズ */
  .custom-logo-2 {
    max-width: 260px !important;
  }
  .custom-logo {
    max-width: 260px !important;
  }
}
@media screen and (max-width: 350px) {
  /* ロゴサイズ */
  .custom-logo-2 {
    max-width: 240px !important;
  }
  .custom-logo {
    max-width: 240px !important;
  }
}
.l-footer__branding {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--_container-max-width);
}
/*--------------------  スクロール時　ロゴ変更　終わり -------------------- */
/* グローバルナビ */
.p-global-nav .c-navbar__item.header_cta > a {
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
}
.p-global-nav .c-navbar__item.tel > a {
  font-size: 1rem;
}
.p-global-nav .c-navbar__item.contact > a {
  font-weight: 500;
}
ul#menu-g_nav {
  height: 100px;
}
li.header_cta.tel::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
}
.p-global-nav .c-navbar__item[aria-haspopup="true"]:before {
  display: none;
}
li.g_nav_sab {
  border-bottom: 1px solid #ffffff80;
}
.p-global-nav .c-navbar__item.header_cta > a:hover {
  opacity: 0.9;
  transition: 0.5s;
}
#menu-item-30 {
  padding: 1.2rem;
  min-width: 220px;
}
#menu-item-30 a {
  padding: 1.2rem;
  min-width: 220px;
  background: linear-gradient(90deg, #0098ce 0%, #1e58ad 100%);
}
#menu-item-30 a {
  background-color: #fff;
  position: relative;
  transition: 0.25s;
  color: var(--color_white) !important;
  font-size: 1.1rem;
  z-index: 2;
  padding: 1.2rem;
  min-width: 220px;
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    #3aa4ea 50%,
    /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
  );
  border-radius: 0;
  background-size: 200% 100%;
  border: none;
}
#menu-item-30 a:hover {
  color: #fff !important;
  box-shadow: none;
  background-position: 100% 0;
  filter: brightness(100%);
  transition: all 0.4s ease;
}

[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a {
  color: var(--color_white);
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .l-1row-header__branding {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  .c-drawer {
    background-color: var(--color_white);
    color: var(--color_black);
  }
  ul#menu-sp_nav {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
  ul#menu-sp_nav li {
    width: 100%;
    font-size: 1rem;
  }
  ul#menu-sp_nav li a {
    font-weight: 700;
    font-size: 1rem;
  }
  ul#menu-sp_nav li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color_darkglay);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  ul#menu-sp_nav li.w_100 {
    width: 100%;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }
  ul#menu-sp_nav li.w_100::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
  }
  ul#menu-sp_nav li.sp_menu_cta.tel {
    font-family: "EB Garamond";
    font-size: 1.4rem;
  }
  ul#menu-sp_nav li.sp_menu_cta.con {
    font-family: "Zen Antique Soft";
    font-size: 1.2rem;
  }
  ul#menu-sp_nav li.sp_menu_cta {
    text-align: center;
    background-color: #fff;
    color: var(--wp--preset--color--sm-accent);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 10px;
    line-height: 1;
  }
  ul#menu-sp_nav li.sp_menu_cta a svg {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
  .c-hamburger-btn {
    width: 60px;
    height: 60px;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    background: linear-gradient(
      -90deg,
      #0098ce 0%,
      #3aa4ea 50%,
      /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
    );
  }
  .l-header .c-site-branding .c-container {
    padding-left: 0 !important;
  }
  .c-hamburger-btn__bar {
    height: 2px !important;
    border-radius: 30px;
    background-color: var(--color_white) !important;
  }
  .c-hamburger-btn__label {
    display: none;
  }
  .c-hamburger-btn[aria-expanded="true"]
    > .c-hamburger-btn__bars
    > .c-hamburger-btn__bar:nth-of-type(2) {
    background-color: initial !important;
  }
  .c-drawer__item {
    padding-bottom: 20px;
    font-size: 1rem;
    text-align: left;
    padding-top: 18px;
  }
  #menu-item-862 {
    background-color: var(--wp--preset--color--sm-accent);
    color: var(--color_white) !important;
  }
  #menu-item-863 {
    background-color: var(--color-navy);
    color: var(--color_white) !important;
  }
  #menu-item-862,
  #menu-item-863 {
    position: relative;
    transition: 0.25s;
    font-size: 1.2rem !important;
    z-index: 2;
    font-weight: 900;
    min-width: 240px;
    margin-top: 1rem;
    text-align: center;
    border: 1px solid var(--color_gray);
  }
  ul#menu-sp_nav li#menu-item-862::after,
  ul#menu-sp_nav li#menu-item-863::after {
    display: none;
  }
  .c-drawer .c-ic-angle-right:before {
    border-color: var(--color_black);
  }
  ul#menu-sp_nav li li {
    background-color: var(--color-lightblue);
    padding: 1rem;
  }
  ul#menu-sp_nav li li a::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: var(--color_black);
    margin-right: 8px;
    vertical-align: middle;
  }
  .c-drawer__submenu[aria-hidden="false"] {
    margin-bottom: auto;
  }
  ul#menu-sp_nav li li::after {
    display: none;
  }
  .c-drawer__submenu {
    margin-left: auto;
  }
  .smb-btn__label.tel {
    font-size: 0.8rem;
  }
}
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.c-page-header {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    #3aa4ea 50%,
    /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
  );
  opacity: 0.9;
  height: 360px !important;
}
.c-page-header::before {
  content: "";
  position: absolute;
  inset: 0; /* 上下左右ぜんぶに広げる */
  background-color: rgba(0, 130, 199, 0.4);
  z-index: 1;
}
.c-page-header__content {
  position: relative;
  z-index: 2; /* オーバーレイより上に */
}
.c-page-header__bgimage > img,
.c-page-header__bgimage > picture > img {
  display: none;
}
.c-page-header__title {
  color: var(--color_white);
  text-align: left !important;
  position: relative;
  font-size: clamp(1.4rem, 0.964rem + 2.18vw, 2.6rem);
  letter-spacing: 0.2rem !important;
}
.c-page-header__title::before {
  position: absolute;
  left: 50%; /* 親の幅の中央を基準に */
  transform: translateX(-50%); /* 自分の幅の半分戻して中央揃え */
  bottom: -50px; /* タイトルからの位置調整 */
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: var(--color_white);
  line-height: 1;
  white-space: nowrap;
}
/* 施工実績詳細 */
.works-template-default .c-page-header__bgimage img {
  display: none;
}
.works-template-default .c-page-header__bgimage {
  width: 100%;
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    #3aa4ea 50%,
    /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
  );
  opacity: 0.9;
}
.page-id-19 .c-page-header__title::before {
  content: "COMPANY"; /* ← テキストを表示 */
}
.page-id-21 .c-page-header__title::before {
  content: "BUSINESS"; /* ← テキストを表示 */
}
.page-id-162 .c-page-header__title::before {
  content: "METHOD"; /* ← テキストを表示 */
}
.page-id-160 .c-page-header__title::before {
  content: "MESSAGE"; /* ← テキストを表示 */
}
.page-id-23 .c-page-header__title::before {
  content: "CONTACT"; /* ← テキストを表示 */
}
.page-id-77 .c-page-header__title::before {
  content: "PRIVACY POLICY"; /* ← テキストを表示 */
}
.post-type-archive-works .c-page-header__title::before,
.works-template-default .c-page-header__title::before {
  content: "WORKS";
}
.blog .c-page-header__title::before,
.post-template-default .c-page-header__title::before,
.archive.category .c-page-header__title::before {
  content: "NEWS";
}
/* プライバシーポリシー */
#privacy h3 {
  margin-bottom: 10px !important;
  padding-left: 10px;
  border-left: solid 3px var(--wp--preset--color--sm-accent);
  font-weight: 700;
}
/*--- お問い合わせフォーム ---*/
/* SP版の確認画面ボタンボタン余白 */
.smf-action .smf-button-control__control {
  margin-bottom: 20px;
}

/* 投稿(シンプル)のSPレスポンシブ */
@media screen and (max-width: 639px) {
  .c-entries--simple .c-entry-summary__content {
    display: block;
  }

  .c-entries--simple .c-entry-summary__figure {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}
/*--------------------  汎用 -------------------- */
/*--- リセット ---*/
.archive .l-contents__inner:last-child,
.blog .l-contents__inner:last-child,
body.blog-template-default.single.single-blog .l-contents__inner:last-child,
body.error404 .l-contents__body .l-contents__inner:last-child,
.post-template-default .l-contents__inner:last-child {
  padding-bottom: var(--_padding2);
}
.c-entries {
  margin-bottom: auto !important;
}
/* テーブル */
.table table,
.table tbody {
  display: block;
  width: 100%;
}
.table tr {
  display: flex;
  flex-wrap: wrap;
}
.table figure.wp-block-table tr td:first-child {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-weight: 700 !important;
  border-bottom: 1px solid var(--wp--preset--color--sm-accent) !important;
  padding: 2rem;
}
.table figure.wp-block-table tr td {
  border: none !important;
  border-bottom: 1px solid var(--color_darkglay) !important;
  display: block;
  vertical-align: middle !important;
}
.table figure.wp-block-table tr:first-child {
  border-top: none;
}
.table figure tr td:last-child {
  width: 70%;
  padding: 2rem;
}
@media screen and (max-width: 640px) {
  .table figure.wp-block-table tr td:first-child,
  .table figure tr td:last-child {
    width: 100%;
  }
}
/*--- アニメーション ---*/
.animate {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.animate-elm {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0; /* img自体は下に */
}
/* オーバーレイ（imgに直接かける） */
.animate-elm::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color_white);
  transform: translateX(0%);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
/* showが付いたら右に抜ける */
.animate-elm.show::after {
  transform: translateX(100%);
}
/*--- 見出し ---*/
.title-inner,
.title-inner-C {
  position: relative;
  margin-bottom: 100px !important;
}
.title-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 50px;
  height: 5px;
  background-color: var(--wp--preset--color--sm-accent);
}
.title-inner-C::after {
  content: "";
  position: absolute;
  left: 50%; /* 左端を50%に */
  bottom: -50px;
  transform: translateX(-50%); /* 自身の幅の半分だけ戻す */
  width: 50px;
  height: 5px;
  background-color: var(--wp--preset--color--sm-accent);
}

h2.title-heading {
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.4rem, 1.109rem + 1.45vw, 2.2rem);
  z-index: 3;
  margin-bottom: 4rem;
  letter-spacing: 0.2rem !important;
}
p.title-heading {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  color: var(--wp--preset--color--sm-accent);
}
h3 {
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
}
/*--------------------  topページ -------------------- */
/* MV */
.main-visual {
  position: relative;
  z-index: 2;
  overflow: hidden; /* 擬似要素がはみ出さないように */
}
.main-visual::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left:0 のショートハンド */
  background-color: rgba(20, 55, 80, 0.2); /* #143750 を60%透過 */
  z-index: 3;
}
.main-wrap {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  left: 5%;
}
/* --- FV 2カラム・スライダー高さ揃え用 --- */
.fv-two-sliders .wp-block-columns {
  align-items: stretch; /* カラム同士の高さをそろえる */
}
.fv-two-sliders .wp-block-column {
  display: flex; /* 中のスライダーを縦に伸ばす */
}
.fv-two-sliders.is-layout-flex {
  gap: 0;
}
/* スパイダー・スライダー本体の高さを明示 */
.fv-two-sliders .smb-spider-slider {
  flex: 1 1 auto;
  height: 100vh;
  width: 100%;
  /* Snow Monkeyのインラインstyleを上書き（幅固定されがちなので強制） */
  --spider--canvas-width: 100% !important;
  --spider--reference-width: 100% !important;
}
/* 内部ラッパーまで高さを貫通 */
.fv-two-sliders .smb-spider-slider .spider,
.fv-two-sliders .smb-spider-slider .spider__canvas,
.fv-two-sliders .smb-spider-slider .smb-spider-slider__figure-wrapper {
  height: 100%;
}
/* 画像をトリミングしてフィット */
.fv-two-sliders .smb-spider-slider .spider__figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 必要なら見せたい位置だけ調整（例）*/
  /* object-position: 70% 10%; */
}
/* スノーモンキーのアスペクト比指定( --4x3 )の余白計算を実質無効化 */
.fv-two-sliders .smb-spider-slider.smb-spider-slider--4x3 {
  aspect-ratio: auto; /* 固定比率を解除 */
}
/* モバイル（縦積み）時は少し低めに */
@media (max-width: 781px) {
  .fv-two-sliders .smb-spider-slider {
    height: 36vh; /* 好みで 50~65vh くらい */
    max-height: 360px; /* 端末により見切れる場合の保険 */
  }
}
/* キャッチコピー */
.main-visual__subheading {
  font-size: clamp(1.2rem, 0.618rem + 2.91vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2rem !important;
}
.dot-text {
  position: relative;
}
.dot-text::before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: -webkit-radial-gradient(circle 4px, #0098ce 50%, transparent 50%);
  background: radial-gradient(circle 10px, #0098ce 50%, transparent 50%);
  background: -moz-radial-gradient(circle 4px, #0098ce 50%, transparent 50%);
}
.main-visual__heading {
  font-weight: 900;
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    #3aa4ea 50%,
    /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
  );
  color: var(--color_white);
  font-size: clamp(1.6rem, 1.018rem + 2.91vw, 3.2rem);
  padding: 0.8rem 2rem;
  margin-top: 1rem !important;
  letter-spacing: 0.4rem !important;
  background-size: 100% 100%; /* 背景を要素幅にフィット */
}
/* アンテナ取付・エアコン取付 */
.price-wrap {
  width: 70%;
}
.price-wrap .wp-block-cover {
  position: relative; /* 擬似要素を重ねるために必要 */
  min-height: 230px !important;
  height: 230px !important;
  aspect-ratio: auto !important;
  border: var(--color_white) solid 1px;
  overflow: hidden; /* 擬似要素がはみ出さないように */
}
.price-wrap .wp-block-cover::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left をまとめて指定 */
  background: linear-gradient(
    to top,
    rgba(0, 152, 206, 0.6),
    rgba(30, 88, 173, 0.3) 50%,
    /* 上側: 薄い青(#0098CE, 60%透明) */ rgba(30, 88, 173, 0.3)
      /* 下側: 濃い青(#1E58AD, 60%透明) */
  );
  z-index: 2;
  pointer-events: none; /* 操作の邪魔をしない */
}
.price-wrap .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price-wrap .wp-block-cover__inner-container {
  position: absolute;
  inset: 0; /* top/right/bottom/left:0 */
  padding: 12px 16px;
}
.price-wrap .wp-block-cover__inner-container > p:first-of-type {
  position: absolute;
  top: 24px;
  left: 24px;
  margin: 0;
  text-align: left !important; /* WPのアラインを無効化 */
  color: var(--color_white);
  z-index: 10;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
}
.price-wrap .wp-block-cover__inner-container > p:last-of-type {
  position: absolute;
  right: 24px;
  bottom: 20px;
  margin: 0;
  text-align: right !important;
  color: var(--color_white);
  z-index: 10;
  font-size: 1.8rem !important;
  font-weight: 900 !important;
}
/* エアコンを家電量販店よりも安く購入・設置する方法！ */
.aircon-banner-pc {
  display: block;
}
.aircon-banner-sp {
  display: none;
}
@media (max-width: 640px) {
  .aircon-banner-pc {
    display: none;
  }
  .aircon-banner-sp {
    display: block;
  }
  .aircon-banner-sp img {
    width: 366px;
  }
  .banner-section .is-layout-constrained,
  .banner-section .is-layout-flow :where(:not(:first-child)) {
    margin-top: 0 !important;
  }
}
/* 事業内容 */
.banner-section {
  background-color: var(--color-lightblue);
  position: relative;
}
.business-section .business-photo-columns:nth-of-type(2) {
  margin-top: 6rem !important;
}
.business-section .business-section-column.is-layout-flex {
  gap: 100px;
}
/*横スクロール*/
.business-section .bbs {
  position: absolute;
  top: 300px;
}
.bbs {
  align-items: center;
  display: flex;
  /*overflow: hidden;*/
  white-space: nowrap;
  width: 100%;
}
.bbs ul {
  animation: flowing 180s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li {
  display: inline-block;
  padding-right: 60px;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(6rem, 3.818rem + 10.91vw, 12rem);
  color: var(--color_blue);
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
.business-section .wp-block-cover {
  position: relative; /* 擬似要素を重ねるために必要 */
  min-height: 310px !important;
  height: 310px !important;
  aspect-ratio: auto !important;
  border: var(--color_white) solid 1px;
  overflow: hidden; /* 擬似要素がはみ出さないように */
}
.business-section .wp-block-cover::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left をまとめて指定 */
  background: linear-gradient(
    to top,
    rgba(0, 152, 206, 0.6),
    rgba(30, 88, 173, 0.3) 50%,
    /* 上側: 薄い青(#0098CE, 60%透明) */ rgba(30, 88, 173, 0.3)
      /* 下側: 濃い青(#1E58AD, 60%透明) */
  );
  z-index: 2;
  pointer-events: none; /* 操作の邪魔をしない */
}
.business-section .wp-block-cover__image-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-section .wp-block-cover__inner-container {
  position: absolute;
  inset: 0; /* top/right/bottom/left:0 */
  padding: 12px 16px;
}
.business-section .wp-block-cover__inner-container > p:first-of-type {
  position: absolute;
  bottom: 24px;
  left: 24px;
  margin: 0;
  text-align: left !important; /* WPのアラインを無効化 */
  color: var(--color_white);
  z-index: 10;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
}
.business-section .wp-block-cover__image-background img {
  transform: scale(1.1);
  filter: brightness(0.3);
}
.business-section .smb-panels.smb-panels--glue > .c-row > .c-row__col {
  border-right: none;
  border-bottom: none;
}
.business-section .smb-panels__item .smb-panels__item__body {
  padding: 0 !important;
}
/*施工実績*/
@media (min-width: 1200px) {
  .c-entries-carousel .c-entries-carousel__item {
    flex: 0 0 calc(100% / 2.5); /* 3.3件分表示 */
  }
  /* インラインの --spider--canvas-width を上書きして、器を広げる */
  .smb-recent-posts .snow-monkey-posts .c-entries-carousel {
    --spider--canvas-width: 100% !important; /* まずは100%。足りなければ 110% など */
  }
  /* はみ出し分の見せ場を確保（右側に可視の余白を作る） */
  .smb-recent-posts .snow-monkey-posts .c-entries-carousel .spider__canvas {
    padding-right: 40px; /* 20〜60pxで調整 */
    box-sizing: content-box;
    justify-content: flex-start !important; /* 中央寄せ防止 */
  }
  /* 3枚＋4枚目チラ見せ（3.2 はお好みで 3.1〜3.35 に微調整） */
  .smb-recent-posts .snow-monkey-posts .c-entries-carousel .spider__slide {
    flex: 0 0 calc(100% / 3.5) !important;
    width: auto !important; /* 固定widthがあれば無効化 */
    min-width: calc(100% / 3.5) !important; /* 念のため保険 */
  }
  /* アイテム側に固定幅がある場合への保険 */
  .smb-recent-posts
    .snow-monkey-posts
    .c-entries-carousel
    .c-entries-carousel__item {
    width: 100% !important;
  }
}
/*選ばれる理由*/
.reason-section {
  position: relative;
  margin-bottom: 1rem;
}
.reason-section .business-photo-columns:nth-of-type(odd) {
  margin-top: 6rem !important;
}
.reason-section .bbs,
.flow-section .bbs {
  position: absolute;
  bottom: -200px;
}
.reason-section-column {
  margin: 4rem 0 !important;
}
.reason-section-column.is-layout-flex {
  gap: 100px;
}
.number {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: var(--wp--preset--color--sm-accent);
}
/*対応地域*/
.area-section {
  color: var(--color_white);
  position: relative;
}
.area-section .smb-section__background {
  background-color: var(--wp--preset--color--sm-accent);
  clip-path: inset(70px 20px 50px round 5px) !important;
}
.area-section p.title-heading,
.work-with-us-section p.title-heading {
  color: var(--color_white) !important;
}
.area-section .title-inner::after,
.work-with-us-section .title-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 50px;
  height: 5px;
  background-color: var(--color_white);
}
.area-section .smb-section__contents-wrapper {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.area-wrap {
  background-color: var(--color_white);
  color: var(--wp--preset--color--sm-accent);
  padding: 2rem;
  border-radius: 10px;
  width: 65%;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.area-map {
  width: 423px;
}
.area-map {
  position: absolute;
  top: 2%;
  right: 0;
  z-index: 0;
}
/*お問い合わせ*/
.contact-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-bottom: 10rem !important;
}
.contact-section::before {
  content: "";
  position: absolute;
  top: 250px;
  left: 0;
  width: 100vw;
  height: 800px;
  z-index: 0;
  background-image: url("/wp-content/uploads/2025/09/antenna-service-contact-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 50%; /* ← 上寄せ */
}
.contact-section::after {
  content: "";
  position: absolute;
  top: 250px;
  left: 0;
  width: 100vw;
  height: 800px;
  z-index: 1;
  background-color: rgba(0, 130, 199, 0.35);
}
.contact-section > * {
  position: relative;
  z-index: 2;
}
.midashi {
  font-weight: 700;
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}
.contact-wrap {
  background-color: var(--color_white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.contact-options {
  background-color: var(--color-lightblue);
  padding: 2rem 1rem;
}
.contact-options .wp-block-list {
  display: flex !important;
  gap: 2rem;
  list-style: none;
  justify-content: center;
  padding-left: 0 !important;
  flex-wrap: wrap; /* 念のため */
}
.contact-options ul.wp-block-list {
  padding-left: 0 !important;
}
.contact-options .wp-block-list li {
  position: relative;
  padding-left: 40px; /* アイコン幅分 */
  line-height: 1.5;
  margin-top: 0 !important;
  font-weight: 700;
  font-size: clamp(1rem, 0.964rem + 0.18vw, 1.1rem);
  display: flex; /* アイコンと文字をflexで揃える */
  align-items: center; /* 高さを揃える */
}
.contact-options .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /* 縦中央に配置 */
  width: 32px; /* アイコンサイズ */
  height: 29px;
  background-image: url("/wp-content/uploads/2025/09/icon-check.png"); /* 画像パス */
  background-size: contain;
  background-repeat: no-repeat;
}
.telnumber {
  font-weight: 900;
  font-size: 1.4rem;
}
.telnumber a {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2rem, 1.709rem + 1.45vw, 2.8rem);
  letter-spacing: 0.5px !important;
  text-decoration: none;
  color: var(--color_black);
  transition: color 0.4s ease;
}
.telnumber a:hover {
  color: var(--wp--preset--color--sm-accent);
}
/* TELカラムに縦線を追加 */
.tel-wrap {
  border-right: 1px solid var(--color_black);
  padding-right: 2rem;
  margin-right: 2rem;
}
.page-id-23 .tel-wrap {
  border-right: none;
}
/* 代表挨拶 */
.message-column {
  margin-left: calc(-11vw + 8%) !important;
}
.message-column.is-layout-flex {
  gap: 4rem;
}
.message-column h3 {
  font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
}
.name {
  font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
  font-weight: 500;
}
.name span {
  font-size: 1rem;
}
/* お客様の声 */
.voice-column.is-layout-flex,
.flow-step.is-layout-flex {
  gap: 4rem;
  margin: 4rem;
}
.customer-voice,
.flow-step {
  background-color: var(--color_white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
.customer-voice-img {
  width: 127px;
}
.voice-heading,
.flow-heading {
  font-size: 1.4rem;
  font-weight: 700;
}
.customer-detail {
  color: var(--wp--preset--color--sm-accent);
}
/* 協力会社・パートナーも募集しています */
.work-with-us-section {
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--color_white);
}
.work-with-us-section .bbs {
  margin-top: 0 !important;
}
.work-with-us-section .bbs ul li {
  display: inline-block;
  padding-right: 60px;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(6rem, 3.818rem + 10.91vw, 12rem);
  color: var(--color_white);
  opacity: 0.4;
}
/* スライダー全体 */
.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 480px; /* 360px × 2枚分（同時に2枚表示） */
}
/* スライドを縦に並べて無限スクロール */
.slider {
  display: flex;
  flex-direction: column; /* 縦並び */
  animation: scroll-vertical 20s linear infinite; /* スピード調整 */
}

ul.slider {
  padding: 0;
  margin: 0;
}

.slider li {
  list-style-type: none;
}

.slide {
  width: 100%;
  height: 240px; /* 各スライドの高さ */
  flex-shrink: 0;
  margin-bottom: 20px;
}

.slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* アニメーション（上に流す） */
@keyframes scroll-vertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
    /* 画像セットを2回並べている前提。
       全体の半分を上に送れば無限ループする */
  }
}
/* フッター */
.l-footer.l-footer--footer-2 {
  background-color: var(--color-lightblue) !important;
}
.l-footer,
.l-footer--footer-2 .l-footer__body {
  border-top: none;
}
.l-footer--footer-2 .l-footer__header {
  padding-bottom: 0;
}
.l-footer--footer-2 .l-footer__footer {
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--color_white);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.widget_nav_menu .menu-item {
  margin-bottom: 1.2em;
}
#menu-footer1 .menu-item > a::before,
#menu-footer2 .menu-item > a::before {
  content: "";
  display: inline-block;
  width: 16px; /* ← 好きな長さに調整 */
  height: 1px; /* 線の太さ */
  background-color: var(--color_black); /* 線の色 */
  margin-right: 8px;
  vertical-align: middle; /* 文字と高さを揃える */
}
.tel-number {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.5px !important;
}
.l-footer.l-footer--footer-2 .smb-btn__label.tel {
  font-size: 0.8rem;
}
.l-footer__footer .c-row {
  justify-content: center !important;
}
#page-top {
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    /* ← 中間を少し明るくしてコントラストUP */ #1e58ad 100%
  );
}
.l-footer__branding .c-site-branding.c-site-branding--has-logo {
  display: none !important;
}
/* 下層ページ */
/* 事業内容 */
.page-id-21 .business-section .wp-block-cover {
  height: 480px !important;
}
.page-id-21 .business-section .wp-block-group {
  margin-bottom: 6rem;
}
.qualifications-wrap {
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--color_white);
  padding: 2rem;
  border-radius: 10px;
}
.qualifications-wrap h4 {
  margin-bottom: 1rem !important;
}
.qualifications-wrap p {
  margin: 1rem auto;
}
.qualifications-wrap p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: var(--color_white);
  margin-right: 8px;
  vertical-align: middle;
}
/* エアコンを家電量販店より安く購入•設置する方法 */
.stepnumber {
  color: var(--wp--preset--color--sm-accent);
  font-size: 1.2rem;
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  margin-top: 0 !important;
}
.flow-step .step-line::before {
  content: "";
  position: absolute;
  bottom: -59%;
  left: 120px;
  display: block;
  width: 0;
  height: calc(100% - 100px - 0px);
  border-right: 2px dotted var(--wp--preset--color--sm-accent);
  z-index: 2;
}
.flow-step:nth-of-type(6) .wp-block-column::before {
  content: none !important;
}
/* お客様へ */
.customer-balloon {
  position: relative;
  padding: 2rem;
  background-color: var(--wp--preset--color--sm-accent);
  border-radius: 10px; /* 角丸を指定 */
  color: var(--color_white);
}
/* 三角アイコン - 普通の吹き出し */
.customer-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -14px;
  top: 20px;
  border-right: 15px solid var(--wp--preset--color--sm-accent);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.representative-balloon {
  position: relative;
  padding: 2rem;
  background-color: var(--color-navy);
  color: var(--color_white);
  border-radius: 10px; /* 角丸を指定 */
}
/* 三角アイコン - 普通の吹き出し */
.representative-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -14px;
  top: 20px;
  border-left: 15px solid var(--color-navy);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 施工実績 */
.works-template-default .table figure.wp-block-table tr td:first-child {
  width: 40%;
}
.works-template-default .table figure tr td:last-child {
  width: 60%;
}
/* お知らせ */
.c-page-header__meta {
  color: var(--color_white);
  position: relative;
  top: 70px;
}
/* お問い合わせ */
.smf-form--simple-table .smf-item__col--label {
  padding-right: var(--_padding1);
  border-bottom: none;
  font-weight: 900;
  padding: 1.4rem;
}
.smf-form--simple-table .smf-item__col--controls {
  border-bottom: 1px solid var(--color_black);
  padding: 0 1.4rem 1.4rem;
  display: flex;
  align-items: center;
}
.smf-form--simple-table .smf-item__controls {
  width: 100%; /* 親にフィットさせる */
  max-width: 100%;
  box-sizing: border-box;
}
.smf-form--simple-table .smf-item {
  padding: 0 !important;
}
.smf-item__description {
  background-color: var(--wp--preset--color--sm-accent);
  width: fit-content;
  padding: 0.5em 0.8em;
  color: var(--color_white);
}
@media (min-width: 640px) {
  .smf-form--simple-table .smf-item__col--label {
    flex: 0 0 14em;
    max-width: 14em;
    padding-bottom: 0;
    padding-right: var(--_padding1);
    border-bottom: 1px solid var(--wp--preset--color--sm-accent);
    font-weight: 900;
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 640px) {
  .smf-form--simple-table .smf-item__col--controls {
    flex: 1 1 calc(100% - 14em);
    max-width: calc(100% - 14em);
    border-bottom: 1px solid var(--color_darkglay);
    padding: 0 1.4rem 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.smf-form .smf-text-control__control,
.smf-form .smf-textarea-control__control {
  border: none !important;
  box-shadow: none;
  background-color: var(--color-lightblue);
}
/* ボタンの基本スタイル */
/* グラデ背景をボタン本体に適用 */
.smf-button-control__control {
  display: inline-block;
  width: 240px;
  height: 60px;
  color: var(--color_white) !important;
  background: linear-gradient(
    -90deg,
    #0098ce 0%,
    #3aa4ea 50%,
    #1e58ad 100%
  ) !important;
  background-size: 200% 100% !important;
  transition: all 0.4s eas !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2rem !important;
}

/* ホバー時のエフェクト */
.smf-button-control__control:hover {
  color: #fff !important;
  box-shadow: none;
  background-position: 100% 0 !important;
  filter: brightness(100%) !important;
  transition: all 0.4s ease !important;
}

/*--------------------  レスポンシブ -------------------- */

@media screen and (max-width: 1500px) {
  .main-visual {
    height: auto !important;
  }
  .main-visual .smb-spider-slider .spider__slide:before,
  .smb-spider-slider .smb-spider-slider__figure-wrapper:before {
    padding: 400px !important;
  }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .business-section .business-section-column.is-layout-flex {
    gap: 30px;
  }
  .reason-section-column.is-layout-flex {
    gap: 30px;
  }
  .area-section {
    padding: 3.2rem 2rem;
  }
  .area-map {
    width: 300px;
  }
  .area-map {
    right: 5%;
    top: 15%;
  }
  .area-detail {
    z-index: 2;
  }
  .contact-wrap {
    width: 90vw;
  }
  .telnumber a {
    font-size: 2rem;
  }
  /* 代表挨拶 */
  .message-column {
    margin-left: auto !important;
  }
  /* エアコンを家電量販店より安く購入•設置する方法 */
  .flow-step .step-line::before {
    bottom: -60%;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .voice-column.wp-block-columns {
    flex-direction: column !important;
  }
  .price-wrap {
    width: 100%;
  }
  .text-left-sp {
    text-align: left !important;
  }
  .price-wrap .wp-block-cover__inner-container > p:first-of-type {
    left: 10px;
  }
  .page-id-21 .business-section .wp-block-cover {
    height: auto !important;
  }
  /* br */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-tab {
    display: block;
  }
  .area-wrap {
    padding: 1rem;
    width: 100%;
  }
  /* エアコンを家電量販店より安く購入•設置する方法 */
  .reason-section .bbs,
  .flow-section .bbs {
    position: absolute;
    bottom: -160px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.column-reverse {
    flex-direction: column-reverse !important;
  }
  #block-11 .is-layout-flex {
    gap: 0;
  }
  .tel-wrap {
    border-right: none;
  }
  /* エアコンを家電量販店より安く購入•設置する方法 */
  .flow-step .step-line::before {
    bottom: -35%;
  }
  /* お客様の声 */
  .customer-balloon::before {
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--wp--preset--color--sm-accent);
    border-left: 15px solid transparent;
  }
  .representative-balloon::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-top: 15px solid var(--color-navy);
    border-left: 15px solid transparent;
  }
}
@media screen and (max-width: 640px) {
  /* br */
  .br-sp {
    display: inline-block !important;
    width: 100%;
  }
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .main-visual__heading {
    padding: 0.6rem 0.8rem;
    width: fit-content;
  }
  /* アンテナ取付・エアコン取付 */
  .price-wrap {
    width: 100%;
  }
  .price-wrap .wp-block-cover {
    min-height: 80px !important;
    height: 80px !important;
  }
  .price-wrap .wp-block-cover__inner-container > p:first-of-type {
    font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem) !important;
    top: 10px;
    left: 10px;
  }
  .price-wrap .wp-block-cover__inner-container > p:last-of-type {
    font-size: clamp(1rem, 0.709rem + 1.45vw, 1.8rem) !important;
    bottom: 10px;
    right: 10px;
  }
  .main-wrap {
    bottom: 20%;
    width: 90vw;
  }
  /* 選ばれる理由 */
  .reason-section .bbs {
    position: absolute;
    bottom: -100px;
  }
  .business-photo-column.is-layout-flex {
    gap: 5px;
  }
  .area-map {
    width: 240px;
  }
  .area-map {
    top: 10%;
  }
  .contact-options .wp-block-list {
    flex-direction: column; /* 縦並び */
    align-items: flex-start; /* 左寄せに */
    gap: 1rem; /* 各リストの間に余白 */
  }
  .contact-options .wp-block-list li {
    padding-left: 30px; /* アイコン分は維持 */
  }
  .contact-options .wp-block-list li::before {
    width: 18px; /* アイコンサイズ */
    height: 16px;
  }
  .tel-wrap {
    border-right: none;
    padding-right: 0;
  }
  .message-column {
    margin-left: auto !important;
  }
  .voice-heading {
    font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  }
  /* スマホで縦並びに */
  .l-footer .wp-block-group.is-nowrap.is-layout-flex {
    flex-direction: column !important; /* 縦並び */
    align-items: stretch !important; /* 子を幅いっぱいに */
    gap: 0.8rem; /* ボタン間の余白 */
  }

  .l-footer .wp-block-group.is-nowrap.is-layout-flex .smb-btn-wrapper {
    width: 100%; /* ボタンラッパーをフル幅 */
  }

  .l-footer .wp-block-group.is-nowrap.is-layout-flex .smb-btn {
    display: flex;
    justify-content: center; /* テキストを中央寄せ */
    width: 100%; /* ボタン自体もフル幅 */
    box-sizing: border-box;
  }
  /* 下層ページ */
  p.title-heading {
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  /* テーブル */
  .table figure.wp-block-table tr td:first-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .table figure.wp-block-table tr td:first-child {
    padding: 1rem;
    vertical-align: middle !important;
  }
  .table figure tr td:last-child {
    padding: 0 1rem 1rem;
  }
  /* エアコンを家電量販店より安く購入•設置する方法 */
  .reason-section .bbs,
  .flow-section .bbs {
    position: absolute;
    bottom: -100px;
  }
  .flow-step .step-line::before {
    bottom: -30%;
  }
  /* 施工実績 */
  .works-template-default .table figure tr td:last-child {
    width: 100%;
  }
  .c-entries {
    display: block;
    --entries--item-width: 100% !important;
  }
  /* お問い合わせ */
  .smf-action .smf-button-control + .smf-button-control {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .flow-step .step-line::before {
    bottom: -25%;
  }
  .price-wrap.is-layout-flex {
    display: block;
  }
  .price-wrap > div {
    margin-bottom: 1rem; /* 下に余白を追加 */
  }
  .price-wrap > div:last-child {
    margin-bottom: 0; /* 最後の要素は余白なし */
  }
}
@media screen and (max-width: 350px) {
  .main-visual__heading {
    font-size: 1.4rem;
  }
}
