/* color設定 */
:root {
  --color_white: #ffffff;
  --color_black: #111111;
  --color_lightpink: #faf7f4;
  --color_darkglay: #454545;
  --color_glay: #e8e5e3;
  --color_green: #00c300;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  color: var(--color_black);

  /* 背景色 */
  background-color: var(--color_lightpink);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("/wp-content/uploads/2025/10/bg-textile.png") repeat center;
  opacity: 0.8; /* ← 透け具合（0〜1）で調整 */
  z-index: -1;
}

.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=80);
  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;
}
/* 基本設定 終わり*/
/* アイコン */
.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: var(--color_black);
  color: var(--color_white) !important;
  font-size: 1.1rem;
  padding: 1.2rem;
  min-width: 280px;
  border: none;
  border-radius: 80px;
  transition: background-color 0.3s ease;
  text-align: center;
}
a.smb-btn:hover,
.cta a:hover span {
  color: #fff !important;
  box-shadow: none;
  background-color: var(--color_darkglay);
  filter: brightness(100%);
}
.line-cta a.smb-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_green);
  color: var(--color_white) !important;
  font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
  padding: 1.2rem;
  min-width: 485px;
  height: 137px;
  font-weight: 700;
  border: none;
  border-radius: 80px;
  transition: background-color 0.3s ease;
  text-align: center;
}
/* アイコン部分 */
.line-cta .btn-icon {
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-right: 10px;
}
.line-cta a.smb-btn:hover {
  background-color: #03ad03;
}
.l-footer a.smb-btn {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: var(--wp--preset--color--sm-accent);
  color: var(--color_white);
  border-radius: 10px;
  transition: 0.3s;
  min-width: auto !important;
}
.l-footer a.smb-btn:hover {
  background-color: #e66e65;
  transform: scale(1.06);
}
.l-footer
  .wp-block-snow-monkey-blocks-buttons
  .wp-block-snow-monkey-blocks-btn:nth-of-type(2)
  .smb-btn {
  background-color: #00c300;
  font-weight: 600;
  transition: 0.3s;
}
.l-footer
  .wp-block-snow-monkey-blocks-buttons
  .wp-block-snow-monkey-blocks-btn:nth-of-type(2)
  .smb-btn:hover {
  background-color: #03ad03;
}
/* グローバルナビ */
.l-header {
  margin: 25px 0 35px 0 !important;
}
.p-global-nav .c-navbar__item > a {
  padding: 0 15px !important;
}
.p-global-nav .c-navbar__item > a:hover {
  color: var(--wp--preset--color--sm-accent);
}
.l-header--sticky-overlay-lg {
  color: var(--color_black);
}

.l-header .c-row__col.c-row__col--fit.u-invisible-md-down {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: 0 6px 16px 0 rgb(228 228 228 / 26%);
  background-color: #ffffffa8;
  position: absolute;
  right: 0;
}

[data-scrolled="false"]
  .l-header--sticky-overlay-colored-lg
  .p-global-nav
  .c-navbar__item
  > a {
  color: #fff;
}
#menu-item-33 a {
  padding: 1.2rem;
  min-width: 220px;
  background-color: var(--wp--preset--color--sm-accent);
  color: #fff;
  font-weight: 500;
  width: 240px !important;
  margin: 20px;
  border-radius: 10px;
  color: var(--color_white);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s;
}
#menu-item-33 a:hover {
  transform: scale(1.1);
  color: #fff !important;
  box-shadow: none;
  background-color: #e66e65;
  filter: brightness(100%);
}
.p-global-nav .c-navbar__item.header_cta span strong {
  font-size: 1.4rem !important;
  font-weight: 400;
}
ul#menu-g_nav {
  height: 100px;
}
.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;
}
@media (max-width: 1280px) {
  [data-scrolled="false"]
    .l-header--sticky-overlay-colored-lg
    .p-global-nav
    .c-navbar__item
    > a {
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .l-1row-header__branding {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  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: 1.1rem;
    padding: 1em 0;
  }
  ul#menu-sp_nav li a {
    font-weight: 700 !important;
  }
  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-color: var(--wp--preset--color--sm-accent);
    border-bottom-left-radius: 20px;
  }
  .c-hamburger-btn__bar {
    height: 2px !important;
    border-radius: 30px;
    background-color: var(--color_white) !important;
  }
  .c-hamburger-btn[aria-expanded="true"]
    > .c-hamburger-btn__bars
    > .c-hamburger-btn__bar:nth-of-type(2) {
    background-color: initial !important;
  }
  .c-hamburger-btn__label {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: var(--color_white);
  }
  ul#menu-sp_nav li::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--color_white);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #menu-item-1155 {
    background-color: var(--color_green);
    color: var(--color_white) !important;
    border-radius: 80px;
    margin-top: 1rem;
    text-align: center;
  }
  ul#menu-sp_nav li#menu-item-1155::after {
    display: none;
  }
}
/* グローバルナビ終わり */
/* 下層ページヘッダー */
.c-page-header {
  background-color: initial;
  padding: 11rem 0 7rem 0;
}
.c-page-header[data-align="center"] .c-page-header__content {
  align-items: flex-start;
}
.c-page-header[data-has-image="true"] {
  height: unset;
}
.c-page-header[data-has-image="true"] .c-page-header__content {
  color: unset;
}
.c-page-header__bgimage > img,
.c-page-header__bgimage > picture > img {
  /*  display: none; */
  border-bottom-left-radius: 240px !important;
}
.c-page-header__bgimage {
  margin-left: 55%;
}
.c-page-header__title {
  position: relative;
  font-size: clamp(1.6rem, 1.236rem + 1.82vw, 2.6rem);
  font-weight: 900;
  line-height: 1.3;
}
.c-page-header__title::before {
  position: absolute;
  left: 0;
  bottom: 80px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  color: var(--wp--preset--color--sm-accent);
  white-space: nowrap;
}
.c-page-header__title.is-2lines {
  --works-offset: 28px;
}
.c-page-header__title.is-3lines {
  --works-offset: 12px;
}
.c-page-header__title.is-4lines {
  --works-offset: 0px;
} /* 重なり回避 */

.page-id-19 .c-page-header__title::before {
  content: "COMPANY"; /* ← テキストを表示 */
}
.page-id-21 .c-page-header__title::before {
  content: "BUSINESS"; /* ← テキストを表示 */
}
.page-id-164 .c-page-header__title::before {
  content: "ATTENTION"; /* ← テキストを表示 */
}
.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;
  }
}
/*--------------------  汎用 -------------------- */
/* 1文字の初期状態：下から薄く */
.fade-in-text span {
  opacity: 0;
  display: inline-block;
  transform: translateY(var(--rise, 0.6em));
  transition: opacity var(--dur, 700ms)
      var(--ease, cubic-bezier(0.22, 0.61, 0.36, 1)),
    transform var(--dur, 700ms) var(--ease, cubic-bezier(0.22, 0.61, 0.36, 1));
  will-change: transform, opacity;
}

/* 表示時：等倍位置へ */
.fade-in-text span.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 既存の見出し用 */
.fade-in-text {
  display: block;
  min-height: 1.5em;
}
p.fade-in-text {
  margin-bottom: 0 !important;
}

/* 既存の .fade 系はそのままでもOK（不要なら削除可） */
.fade {
  opacity: 0;
}
.fade.fade-in-start {
  animation: fadeInText 0.6s ease-out forwards;
  animation-delay: 1s;
}

/* 動きが苦手な人への配慮 */
@media (prefers-reduced-motion: reduce) {
  .fade-in-text span {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.zoomout-wrap {
  overflow: hidden;
  --zoom-scale: 1.2;
  --zoom-duration: 5000ms;
}
.zoomout-wrap > img {
  display: block;
  width: 100%;
  /* 高さは自動でOK。figureが固定高でないなら height は付けない */
  transform: scale(var(--zoom-scale)) translateZ(0);
  transition: transform var(--zoom-duration) ease-out;
  will-change: transform;
}
.zoomout-wrap.is-in > img {
  transform: scale(1) translateZ(0);
}

/* 動きを控えたい人への配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .zoomout-wrap > img {
    transition: none;
    transform: none;
  }
}

/*--- 見出し ---*/
h2.title-heading {
  font-size: 1.4rem;
  font-weight: 900 !important;
}
h3.title-heading {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: 900 !important;
}
.sub-title-heading {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.4rem, 2.036rem + 1.82vw, 3.4rem);
}
p.sub-title-heading span {
  color: var(--wp--preset--color--sm-accent);
}
.big {
  transition: 0.3s;
}
.big:hover {
  transform: scale(1.06);
}
/* 追従バナー */
.banner-wrap {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 1000;
}
.vertical-banner {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center; /* ← 左右中央（縦書き時は横方向） */
  justify-content: center; /* ← 上下中央 */
  background-color: #00c300;
  color: var(--color_white);
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
  z-index: 2 !important;
  position: absolute;
  right: 0;
  height: 240px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.vertical-banner p {
  font-weight: 700 !important;
  font-size: 1.2rem;
}
.vertical-banner:hover {
  background-color: #03ad03;
}
.vertical-banner .btn-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px; /* ← 縦並び時の余白 */
}
/*--- リセット ---*/
.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;
  color: var(--wp--preset--color--sm-accent);
  border-bottom: 1px solid #d9d9d9 !important;
  padding: 1.5rem;
}
.table figure.wp-block-table tr td {
  border: none !important;
  border-bottom: 1px solid #d9d9d9 !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: 1.5rem;
}
/*--------------------  topページ -------------------- */
/* スライダー */
.main-visual .smb-spider-slider__figure-wrapper {
  overflow: hidden;
  border-bottom-left-radius: 240px;
}
.main-visual .spider__figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--zoom-scale, 1.08)) translateZ(0);
  transition: transform var(--zoom-duration, 5000ms) ease-out;
  will-change: transform;
}
.main-visual .spider__slide[data-active="true"] .spider__figure,
.main-visual .spider__slide.is-hold .spider__figure {
  transform: scale(1) translateZ(0);
}
/* fv */
.main-visual {
  margin-left: 35%;
}
.main-visual .smb-spider-slider__figure-wrapper {
  overflow: hidden;
  border-bottom-left-radius: 240px; /* ← 角丸はこちらに */
}
.main-visual__heading {
  font-size: clamp(1.6rem, 1.164rem + 2.18vw, 2.8rem);
  font-weight: 900;
}
.main-visual__subheading {
  font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
  font-weight: 700;
}
.main-visual__heading_ms-madi {
  font-family: "Ms Madi", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--wp--preset--color--sm-accent);
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  transform: rotate(-10deg); /* ←角度（-10度なら左上に傾く） */
  padding-bottom: 1rem;
}
.main-visual__heading-wrap {
  position: absolute;
  z-index: 3;
  transform: translateY(-50%); /* 自身の高さ分を打ち消す */
  left: 5%;
  top: 50%;
}
.mv .bg-motif-slash {
  position: absolute;
  bottom: 10%;
  left: 10%;
  z-index: -10;
}
/* 失敗しないための業者選び */
.banner-pc {
  display: block;
}
.banner-sp {
  display: none;
}
@media (max-width: 640px) {
  .banner-pc {
    display: none;
  }
  .banner-sp {
    display: block;
  }
}
/* 事業内容 */
.business-section .business-wrap {
  background-color: var(--color_white);
  border-radius: 80px;
  padding: 3.5rem;
  width: 50%;
  position: absolute;
  top: 30%; /* 画像の中央あたり */
  right: 10%;
  z-index: 2;
}
.business-section .business-contents {
  height: 800px;
}
.business-section .wp-block-columns.is-layout-flex,
.reason-section .wp-block-columns.is-layout-flex,
.message-section .wp-block-columns.is-layout-flex,
.service-section .wp-block-columns.is-layout-flex {
  gap: 60px;
}
.business-img-rounded-bottom-right img {
  border-bottom-right-radius: 180px;
}
.business-img-rounded-bottom-left {
  position: absolute;
  top: 55%;
  right: 0;
}
.business-img-rounded-bottom-left img {
  width: 405px;
  height: 335px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.business-section .bg-motif-slash {
  position: absolute;
  bottom: 20%;
  right: 5%;
}
.business-section .service-area .bg-motif-slash {
  position: absolute;
  bottom: -25%;
  left: 5%;
  z-index: -1;
}
.service-area .smb-panels__item__figure img {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  height: auto;
}
.service-area .smb-panels__item {
  box-shadow: none;
  border-radius: 60px;
}
.service-area .smb-panels__item {
  background-color: var(--wp--preset--color--sm-accent);
  transition: background-color 0.3s ease;
}
.service-area .smb-panels__item:hover {
  background-color: #e66e65;
}
.service-area .smb-panels__item__title {
  font-size: 1.4rem;
}
.service-area .smb-panels__item__title,
.service-area .smb-panels__item__content {
  text-align: left !important;
  color: var(--color_white);
}
.illust-interior-motif01 {
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 3;
  width: 340px;
}
/* 施工実績 */
.works-section {
  margin-bottom: 4rem !important;
}
.works-section .c-entry-summary__figure {
  border-radius: 20px;
  border: solid 25px var(--color_white);
  background-color: var(--color_white);
}
.works-section .c-entry-summary__figure img {
  border-radius: 20px;
}
.works-section .c-entry-summary__title {
  text-align: center;
}
.works-section .c-entry-summary__content {
  text-align: center;
}
/* スライダー全体 */
.slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 0 !important;
}
/* スライドを横に並べて無限スクロール */
.slider {
  display: flex;
  width: max-content;
  animation: scroll-right 30s linear infinite;
}
ul.slider {
  padding: 0;
  display: flex;
}
.slider li {
  list-style-type: none;
}
.slide {
  width: 20vw;
  /* ← 5枚表示に変更 */
  flex-shrink: 0;
}
.slide img {
  display: block;
  width: 95%;
  height: 264px;
  border-radius: 60px;
}
.slide:nth-child(even) {
  margin-top: 60px; /* 任意の高さ */
}
/* アニメーション */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.works-section .bg-motif-slash {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: -1;
}
.illust-pest-control-motif01 {
  position: absolute;
  top: 40%;
  left: 10%;
  width: 450px;
}
/* 選ばれる理由 */
.reason-section {
  background-color: var(--color_white);
}
.reason-section::before {
  content: "";
  position: absolute;
  top: -88px; /* 高さは調整 */
  left: 0;
  width: 100%;
  height: 88px;
  background: url("/wp-content/uploads/2025/10/wave-top.svg") no-repeat top
    center;
  background-size: cover; /* 幅いっぱいに広げる */
}
.reason-section .rounded-bottom-right-img {
  height: 453px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-bottom-right-radius: 180px;
}
.reason-section .rounded-bottom-left-img {
  height: 453px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-bottom-left-radius: 180px;
}
.reason-section .wp-block-columns {
  margin-bottom: 4rem;
}
.reason-section h3,
.message-section h3,
.service-section h3 {
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
  font-weight: 900;
}
/* お問い合わせ */
.contact-area--white {
  background: linear-gradient(
    to bottom,
    var(--color_white) 0%,
    /* 上部：白 */ var(--color_white) 60%,
    /* 白部分を少し長めに */ var(--color_lightpink) 100%
      /* 下部：薄ピンク（例） */
  );
  position: relative;
}
.contact-area--pink {
  background: linear-gradient(
    to bottom,
    var(--color_lightpink) 0%,
    /* 上部：ピンク */ var(--color_lightpink) 60%,
    /* 白部分を少し長めに */ var(--color_white) 100% /* 下部：白 */
  );
  position: relative;
}
.contact-section {
  background-color: var(--color_glay);
  border-radius: 60px;
  z-index: 1; /* グラデーションより前面に */
}
.contact-section::before,
.contact-section::after {
  content: "";
  display: block;
  width: 80%; /* 幅を80%に設定 */
  height: 14px;
  background: url(/wp-content/uploads/2025/10/slashline-cta.png) repeat-x center;
  background-size: contain; /* or auto 35% → 調整可 */
  position: absolute;
  left: 50%; /* 中央寄せ */
  transform: translateX(-50%); /* 中心に配置 */
}
.contact-section::before {
  top: 40px;
}
.contact-section::after {
  bottom: 40px;
}
.contact-section .telnumber,
.estimate-free .telnumber {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  text-decoration: none;
  color: var(--color_black);
}
.contact-section .telnumber a,
.estimate-free .telnumber a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  text-decoration: none;
  color: var(--color_black);
}
.contact-section .telnumber a:hover {
  color: var(--wp--preset--color--sm-accent);
  transition: 0.5s;
}
.contact-section .wp-block-columns {
  margin: 3rem 0 2rem 0;
  width: 85%;
}
.illust-interior-motif02 {
  position: absolute;
  right: 5%;
  width: 270px;
  top: 10%;
  z-index: 2;
}
.illust-pest-control-motif02 {
  position: absolute;
  left: 5%;
  width: 235px;
  bottom: 5%;
  z-index: 2;
}
/* 代表挨拶 */
.message-section .main-visual__heading_ms-madi {
  position: absolute;
  right: 5%;
  z-index: 1;
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem) !important;
}
.message-section .wp-block-columns .wp-block-column:nth-child(2) {
  margin-top: 4rem; /* 左に40pxのマージンを追加（例） */
}
.message-section .rounded-bottom-right-img img,
.service-section .rounded-bottom-right-img img,
.main-visual__heading_ms-madi .rounded-bottom-right-img img {
  object-fit: cover;
  object-position: center;
  display: block;
  border-bottom-right-radius: 180px;
}
.message-section .bg-motif-slash {
  position: absolute;
  bottom: 10%;
  right: 15%;
  z-index: -1;
}
/* 地元のお店を応援しています */
.support-section .wp-block-columns:first-of-type {
  margin-top: 4rem !important;
}
/* スライド内のコンテンツを上揃えにする */
.support-section .spider__canvas,
.support-section .spider__slide {
  display: flex !important;
  align-items: flex-start !important;
}
/* スライド内テキストを自然な上寄せに整える */
.support-section .smb-spider-contents-slider__item {
  margin-top: 0 !important;
  justify-content: flex-start !important;
}
/* 補足：中央寄せ指定を無効化したい場合 */
.support-section .spider__slide[data-content-position] {
  align-items: flex-start !important;
}
.support-section
  .wp-block-snow-monkey-blocks-spider-contents-slider-item.spider__slide {
  padding: 2rem !important;
}
.support-section .wp-block-snow-monkey-blocks-spider-contents-slider-item h3 {
  margin-bottom: 1rem !important;
  font-weight: 900;
}
.support-section
  .wp-block-snow-monkey-blocks-spider-contents-slider-item
  figure
  img {
  border-radius: 60px;
  margin-bottom: 1rem !important;
  height: 240px; /* 高さを固定 */
  width: 100%; /* 幅いっぱいに */
  object-fit: cover; /* トリミングして比率維持 */
  object-position: center; /* 中央を基準に切り抜き */
}
.support-section .illust-interior-food {
  position: absolute;
  width: 374px;
  z-index: 3;
  top: -20%;
  right: 0;
}
.support-section
  .wp-block-snow-monkey-blocks-spider-contents-slider-item
  figure {
  position: relative; /* 子要素のabsolute配置の基準に */
}

.support-section
  .wp-block-snow-monkey-blocks-spider-contents-slider-item
  figure::after {
  content: "応援中";
  position: absolute;
  top: 20px; /* 上からの距離 */
  left: 20px; /* 左からの距離 */
  background: var(--wp--preset--color--sm-accent); /* 半透明の白背景 */
  color: var(--color_white); /* ブランドカラーなど */
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* --- Instagramアイコン --- */
.insta-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* ← 最前面に固定 */
  pointer-events: auto; /* ← 常にクリック可能 */
}

.insta-icon::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("https://cdn.jsdelivr.net/gh/simple-icons/simple-icons/icons/instagram.svg")
    no-repeat center / contain;
  filter: invert(1);
}
.insta-icon:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fff176 0%,
    #fff176 5%,
    #ff8a65 45%,
    #f06292 60%,
    #64b5f6 90%
  );
}
/* --- 透明レイヤーが上書きしないよう制御 --- */
.support-section .spider__slide,
.support-section .smb-spider-contents-slider__item,
.support-section .spider__canvas {
  position: relative;
  z-index: 1;
}

/* 特定要素だけクリック可能に */
.support-section .spider__canvas * {
  pointer-events: none;
}
.support-section .spider__canvas .insta-icon {
  pointer-events: auto;
}

.bbs {
  align-items: center;
  display: flex;
  /*overflow: hidden;*/
  white-space: nowrap;
  width: 100%;
  padding-bottom: 1.8rem;
}
.bbs ul {
  animation: flowing 40s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.bbs ul li {
  display: inline-block;
  padding-right: 60px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.6rem, 2.509rem + 5.45vw, 6.6rem);
  color: var(--wp--preset--color--sm-accent);
  opacity: 0.4;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
/* お知らせ */
.news-section .bg-motif-slash {
  position: absolute;
  bottom: -300px;
  left: -15%;
}
/* フッター */
.l-footer.l-footer--footer-2 {
  background-color: var(--color_white) !important;
}
.l-footer.l-footer--footer-2 p,
.l-footer.l-footer--footer-2 ul li,
.c-copyright {
  font-size: 18px !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 {
  color: var(--color_black);
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--color_white);
}
.widget_nav_menu .menu-item {
  margin-bottom: 1.2em;
}
.l-footer__branding .c-site-branding.c-site-branding--has-logo {
  display: none !important;
}
.l-footer--footer-2 .wp-block-image {
  width: 360px;
}
.l-footer__footer .c-row {
  justify-content: center !important;
}
#menu-footer1 li a::before,
#menu-footer2 li a::before {
  content: "";
  display: inline-block;
  width: 20px; /* スラッシュの長さ */
  height: 4px; /* スラッシュの太さ */
  background-color: var(--wp--preset--color--sm-accent); /* 文字色に合わせる */
  border-radius: 2px; /* 角丸にする */
  transform: rotate(-45deg); /* 斜めに傾けてスラッシュ化 */
  margin-right: 6px; /* HOMEとの間隔 */
  vertical-align: middle; /* 行の中央に揃える */
}
/*--------------------  下層ページ -------------------- */
/* 会社概要 */
.bg-rounded {
  background-color: var(--color_white);
  border-radius: 80px;
  padding: 3.5rem;
}
.map iframe {
  border-radius: 80px;
}
/* 事業内容 */
.bg-rounded__heading_ms-madi {
  font-family: "Ms Madi", cursive;
  font-weight: 400;
  font-style: normal;
  color: var(--wp--preset--color--sm-accent);
  font-size: 3rem;
  transform: rotate(-10deg); /* ←角度（-10度なら左上に傾く） */
  padding-bottom: 1rem;
  position: absolute;
  top: 0;
  left: -5%;
}
.service-section .service-columns {
  margin-bottom: 8rem;
}
.service-section .service-list-columns.is-layout-flex {
  gap: 30px !important;
}
.service-list {
  background-color: var(--color_white) !important;
  border-radius: 60px !important;
  padding: 1.2rem;
  display: flex !important;
  flex-direction: column !important; /* アイコンと文字を縦並び */
  justify-content: center !important; /* 中央寄せ */
  text-align: center !important;
}
.service-list img {
  width: 150px;
}
.service-menu img {
  height: 700px !important;
  object-fit: cover;
  border-radius: 80px;
}
.service-section .main-visual__heading_ms-madi {
  position: absolute;
  left: 5%;
  z-index: 1;
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem) !important;
  line-height: 1;
}
.recruit-skills-list-lead {
  font-weight: 900;
}
/* 安心の業者選び */
.h4-ico.h4-ico--alert {
  position: relative;
  padding-left: 4.8rem; /* アイコン分の余白 */
  line-height: 2.4;
  font-size: 1.8rem;
}
.h4-ico.h4-ico--bad,
.h4-ico.h4-ico--check {
  position: relative;
  padding-left: 2.4rem; /* アイコン分の余白 */
  line-height: 1.2;
  font-size: 1.4rem;
}
.h4-ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em; /* ベースラインに合わせて調整 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.h4-ico--alert::before {
  background-image: url(/wp-content/uploads/2025/10/ico-alert.png);
  width: 3.6rem;
  height: 3.6rem;
}
.h4-ico--bad::before {
  background-image: url(/wp-content/uploads/2025/10/ico-bad.png);
  width: 1.5rem;
  height: 1.5rem;
}
.h4-ico--check::before {
  background-image: url(/wp-content/uploads/2025/10/ico-check.png);
  width: 1.5rem;
  height: 1.5rem;
}
.attention-area img {
  height: 400px !important;
  object-fit: cover;
  border-radius: 80px;
}
/* ベース（吹き出し本体） */
.balloon {
  position: relative;
  background: var(--color_glay);
  border-radius: 60px;
  padding: 16px 18px;
}
/* ▼下向き三角（枠） */
.balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px; /* 三角を本体の外へ */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 14px; /* ▼のサイズ */
  border-color: var(--color_glay) transparent transparent transparent;
}
.attention-tel-area::before {
  content: "";
  display: block;
  width: 100%; /* 幅を80%に設定 */
  height: 14px;
  background: url(/wp-content/uploads/2025/10/slashline-cta.png) repeat-x center;
  background-size: contain; /* or auto 35% → 調整可 */
  position: absolute;
  left: 50%; /* 中央寄せ */
  transform: translateX(-50%); /* 中心に配置 */
}
.attention-tel-area .wp-block-columns {
  padding-top: 3rem;
}
.attention-tel-area .telnumber a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(1.6rem, 1.091rem + 2.55vw, 3rem);
  text-decoration: none;
  color: var(--color_black);
}
.attention-tel-area .telnumber a:hover {
  color: var(--wp--preset--color--sm-accent);
  transition: 0.5s;
}
.attention-tel-area .line-cta a.smb-btn {
  min-width: 340px !important;
  height: 100px !important;
}
.attention-tel-area h4 {
  font-size: 1.6rem;
}
.anshin-sengen-title {
  font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
  font-weight: 900;
}
/* 施工実績 */
.c-entry-summary--works .c-entry-summary__figure {
  border-radius: 20px;
  border: solid 25px var(--color_white);
  background-color: var(--color_white);
}
.c-entry-summary--works .c-entry-summary__figure img {
  border-radius: 20px;
}
.single-works .c-page-header__bgimage img {
  display: none;
}
.works-template-default .c-page-header__bgimage {
  display: inline-block;
  background: url(/wp-content/uploads/2025/10/renovation-kitchen-work.jpg)
    center center / cover no-repeat;
  background-position: center center;
  border-bottom-left-radius: 240px !important;
  height: 92%;
}
/* お知らせ */
.single-post .c-page-header__bgimage img {
  display: none;
}
.post-template-default .c-page-header__bgimage {
  display: inline-block;
  background: url(/wp-content/uploads/2025/10/reform-living-dining.jpg) center
    center / cover no-repeat;
  background-position: center center;
  border-bottom-left-radius: 240px !important;
  height: 92%;
}
.c-entries--simple .c-entry-summary__figure {
  border-radius: 20px;
}
/*--------------------  レスポンシブ -------------------- */
@media screen and (max-width: 1500px) {
  .main-visual .smb-spider-slider .spider__slide:before,
  .smb-spider-slider .smb-spider-slider__figure-wrapper:before {
    padding: 300px !important;
  }
  .illust-interior-motif01 {
    position: absolute;
    right: 0;
    top: -10%;
    z-index: 3;
    width: 340px;
  }
  .contact-section .wp-block-columns {
    margin: 3rem 0 2rem 0;
    width: auto;
    flex-direction: column !important;
  }
  .reason-section .rounded-bottom-right-img,
  .reason-section .rounded-bottom-left-img {
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .illust-interior-motif01 {
    right: 0;
    left: -60%;
    top: 120%;
  }
  .slide {
    width: 40vw;
    flex-shrink: 0;
  }
  .slide img {
    display: block;
    width: 95%;
    height: auto;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1038px) {
  .p-global-nav .c-navbar__item > a {
    padding: 0 10px !important;
  }
  .illust-pest-control-motif01 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  /* br */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-tab {
    display: block;
  }
  .text-left-sp {
    text-align: left !important;
  }
  .area-wrap {
    padding: 1rem;
    width: 100%;
  }
  .l-header {
    margin: 0 !important;
  }
  .business-section .business-wrap {
    top: 50%;
    width: 80%;
  }
  .illust-interior-motif02 {
    width: 180px;
  }
  .illust-pest-control-motif02 {
    width: 140px;
  }
  .support-section .illust-interior-food {
    width: 230px;
  }
  .illust-interior-motif01 {
    right: 40%;
    left: -5%;
    top: 210%;
    width: 280px;
  }
  .works-template-default .smb-spider-slider__figure-wrapper {
    height: 50vh;
  }
  .contact-cta.wp-block-columns {
    margin: 3rem 0 2rem 0;
    width: auto;
    flex-direction: column !important;
  }
  .works-template-default .wp-block-columns {
    grid-template-columns: 1fr;
  }
  .service-list-columns {
    display: flex !important; /* 念のため明示 */
    flex-wrap: wrap !important;
    gap: var(
      --wp--style--block-gap,
      24px
    ) !important; /* 既存のギャップを尊重 */
  }
  .service-list-columns > .wp-block-column {
    flex: 0 0 47% !important;
    max-width: 47% !important;
  }
  /* 会社概要 */
  .bg-rounded {
    background-color: var(--color_white);
    border-radius: 40px;
    padding: 1.6rem 1rem;
  }
}
@media screen and (max-width: 820px) {
  .illust-interior-motif01 {
    right: 40%;
    left: -5%;
    top: 240%;
    width: 280px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.column-reverse {
    flex-direction: column-reverse !important;
  }
  #block-12 .is-layout-flex {
    gap: 0;
  }
  .business-section .business-wrap {
    padding: 1.2rem;
    width: 100%;
    position: static;
    background-color: initial;
  }
  .business-img-rounded-bottom-left img {
    width: 313px;
    height: 274px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 40px;
  }
  .business-section .business-contents {
    height: auto;
  }
  .business-img-rounded-bottom-left {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
  .business-section .sub-title-heading,
  .business-section h2.title-heading {
    padding: 1.2rem;
  }
  .wp-container-core-group-is-layout-21bdf163
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
  .wp-container-core-group-is-layout-f53fbd0f
    > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100% !important;
    padding: 0 5% !important;
  }
  .map iframe {
    border-radius: 4%;
  }
  .illust-interior-motif01 {
    right: 20%;
    left: -5%;
    top: 110%;
    width: 280px;
  }
  .illust-pest-control-motif01 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 320px;
    z-index: 9999;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .smb-spider-slider__figure-wrapper {
    overflow: hidden;
    border-bottom-left-radius: 80px !important;
  }
  /* 選ばれる理由 */
  .reason-section .wp-block-columns.is-layout-flex {
    gap: 10px;
  }
  .reason-section .rounded-bottom-right-img,
  .message-section .rounded-bottom-right-img img,
  .service-section .rounded-bottom-right-img img {
    border-bottom-right-radius: 80px;
  }
  .reason-section .rounded-bottom-left-img {
    border-bottom-left-radius: 80px;
  }
}
@media screen and (max-width: 640px) {
  .banner-wrap {
    display: none;
  }
  /* br */
  .br-sp {
    display: inline-block !important;
    width: 100%;
  }
  .br-tab {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .main-visual {
    margin-left: 10%;
  }
  .main-visual .smb-spider-slider__figure-wrapper {
    border-bottom-left-radius: 80px !important;
    height: 32vh;
  }
  .main-visual__heading-wrap {
    top: auto;
    position: static !important;
    transform: none;
    width: 90%;
  }
  .main-visual__subheading {
    margin-right: 2% !important;
  }
  /* ③ 画像は全面トリミング */
  .wp-block-snow-monkey-blocks-spider-slider.main-visual .spider__figure {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* 事業内容 */
  .business-img-rounded-bottom-right img {
    border-bottom-right-radius: 80px;
  }
  .business-img-rounded-bottom-left {
    display: flex;
    justify-content: flex-end;
  }
  .business-img-rounded-bottom-left img {
    width: 215px;
    height: 188px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 40px;
  }
  .illust-interior-motif01 {
    right: 20%;
    left: -5%;
    top: 110%;
    width: 220px;
  }
  /* 施工実績 */
  .works-template-default .table figure tr td:last-child {
    width: 100%;
  }
  .c-entries {
    display: block;
    --entries--item-width: 100% !important;
  }
  .c-entry-summary__body {
    padding-bottom: 1rem;
  }
  .illust-pest-control-motif01 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 250px;
    z-index: 9999;
  }
  /* 選ばれる理由 */

  /* 代表挨拶 */
  .message-section .bg-motif-slash,
  .news-section .bg-motif-slash {
    display: none;
  }
  .message-section
    .wp-block-snow-monkey-blocks-buttons.is-content-justification-space-between {
    justify-content: center !important;
  }
  .message-section .wp-block-snow-monkey-blocks-buttons .smb-btn-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  /* お問い合わせ */
  .contact-section .wp-block-columns {
    width: auto;
    margin: 1rem 0 2rem 0;
  }
  .contact-section .telnumber {
    font-size: 1rem;
  }
  .line-cta a.smb-btn {
    padding: 0 0.4rem;
    min-width: 185px;
    height: 80px;
  }
  .line-cta .btn-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
  }
  .message-section .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
  .illust-interior-motif02 {
    width: 120px;
    top: -5%;
  }
  .illust-pest-control-motif02 {
    width: 80px;
    bottom: -8%;
  }
  /* 地元のお店を応援しています */
  .support-section .illust-interior-food {
    position: absolute;
    width: 160px;
    z-index: 3;
    top: -10%;
    right: 0;
  }
  /* フッター */
  .l-footer.l-footer--footer-2 .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    height: auto;
    width: 80%;
  }
  .l-footer a.smb-btn {
    min-width: 300px !important;
  }
  .l-footer
    .wp-block-snow-monkey-blocks-buttons
    .wp-block-snow-monkey-blocks-btn:nth-of-type(1)
    .smb-btn {
    font-size: 1.4rem !important;
  }
  .l-footer
    .wp-block-snow-monkey-blocks-buttons
    .wp-block-snow-monkey-blocks-btn:nth-of-type(2)
    .smb-btn {
    min-width: 300px !important;
  }
  .c-site-branding__title .custom-logo {
    width: 240px;
  }
  /* 下層ページヘッダー */
  .c-page-header__bgimage > img,
  .c-page-header__bgimage > picture > img,
  .works-template-default .c-page-header__bgimage {
    /* display: none; */
    border-bottom-left-radius: 80px !important;
    opacity: 0.4;
  }
  .post-template-default .c-page-header__bgimage {
    border-bottom-left-radius: 80px !important;
    opacity: 0.4;
    height: 80%;
  }
  /* テーブル */
  .table figure.wp-block-table tr td:first-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }
  .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;
    width: 100%;
  }
  /* 事業内容 */
  .service-menu img {
    height: auto !important;
    border-radius: 60px;
  }
  .service-section .service-columns {
    margin-bottom: 4rem;
  }
  .service-section h3 {
    margin-top: 1rem;
  }
  .service-list-columns > .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* 安心の業者選び */

  .h4-ico.h4-ico--alert {
    position: relative;
    padding-left: 2.4rem; /* アイコン分の余白 */
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .h4-ico.h4-ico--bad,
  .h4-ico.h4-ico--check {
    position: relative;
    padding-left: 2.4rem; /* アイコン分の余白 */
    line-height: 1.2;
    font-size: 1.2rem;
  }
  .h4-ico::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1em; /* ベースラインに合わせて調整 */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .h4-ico--alert::before {
    background-image: url(/wp-content/uploads/2025/10/ico-alert.png);
    width: 1.8rem;
    height: 1.8rem;
  }
  .h4-ico--bad::before {
    background-image: url(/wp-content/uploads/2025/10/ico-bad.png);
    width: 1.2rem;
    height: 1.2rem;
  }
  .h4-ico--check::before {
    background-image: url(/wp-content/uploads/2025/10/ico-check.png);
    width: 1.5rem;
    height: 1.5rem;
  }
  .attention-area img {
    height: auto !important;
    object-fit: cover;
    border-radius: 60px;
  }
  .attention-tel-area .line-cta a.smb-btn {
    min-width: 200px !important;
    height: 80px !important;
  }
  .service-list img {
    height: auto !important;
  }
}
/* スマホ横向き対応 */
@media screen and (orientation: landscape) and (max-height: 500px) {
  .banner-wrap {
    display: none;
  }
  .works-template-default .smb-spider-slider__figure-wrapper {
    height: auto !important;
  }
}
