@charset "UTF-8";

.post_content .single_case .after_index {
  background: #EC6519;
}

.post_content .bnr_membership___ {
  margin-bottom: 0 !important;
}
@media (max-width: 959px) {
  .post_content .bnr_membership___ {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .post_content .bnr_membership___ {
    padding-bottom: 2em !important;
  }
}

.flex-row{
  flex-direction: row !important;
}


/* =========
　見出し
========= */
.post_content .ttl-caution-outer{
  text-align: center;
}
.post_content .ttl-caution-wrapper{
  text-align: center;
  position: relative;
  display: inline-block;
}
.post_content .ttl-caution{
  position: relative;
  display: inline-block;
}
.post_content .ttl-caution-wrapper::before{
  width: 100%;
  height: 14px;
  background-color: #FFF200;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
}

/* ゴリラのアイコン付きタイトル */
.ttl-gorilla-wrapper{
  text-align: center;
}
.post_content .ttl-gorilla-right{
  position: relative;
  border-bottom: 2px dashed #EC6519 !important;
  display: inline-flex !important;
}
.post_content .ttl-gorilla-right::before{
  content: "";
  background: url(../../uploads/2026/06/ttl_gorilla.png) no-repeat;
  background-size: contain;
  width: 72px;
  height: 126px;
  position: absolute;
  right: -75px;
  top: 0;
}

/* 下線付き見出し */
.ttl-underline{
  border-bottom: 1px solid #fff !important;
  padding-bottom: .5em !important;
}

/* 点線の下線付き見出し */
.ttl-dashed-wrapper{
  text-align: center;
}
.post_content .ttl-dashed{
  border-bottom: 2px dashed #FFF200 !important;
  display: inline-block !important;
  position: relative;
}
.post_content .ttl-dashed::before{
  width: 177px;
  height: 118px;
  background: url(../../uploads/2026/06/icon_quote.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: -145px;
}
@media screen and (max-width: 960px){
  .post_content .ttl-dashed::before{
    width: 85px;
    height: 64px;
    left: -70px;
  }
}

/* ゴリまつ付きボタン */
.btn-gorilla-wrapper{
  position: relative;
  z-index: 3 !important;
}
.btn-gorilla-wrapper::before{
  width: 58px;
  height: 90px;
  background: url(../../uploads/2026/06/ttl_gorilla.png) no-repeat !important;
  background-size: contain !important;
  content: "";
  position: absolute;
  z-index: -2 !important;
  bottom: 0;
  left: 71.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px){
  .btn-gorilla-wrapper::before{
    left: 95.5%;
  }
}
@media screen and (max-width: 960px){
  .btn-gorilla .swell-block-button__link{
    width: 81%;
  }
}

.btn-w70-wrapper .swell-block-button__link{
  width: 70%;
}


.post_content .swell-block-columns.bg_orange{
  background-color: #EC6519 !important;
}

/* ゴリまつ吹き出し */
.post_content .swell-block-columns.ml-no .swell-block-column{
  margin-left: 0 !important;
}
@media screen and (max-width: 960px){
  .post_content .swell-block-columns.ml-no {
    margin-left: 1.5rem;
  }
}
/* 黄色の吹き出しボックス */
.fukidashi_gorimatsu {
  position: relative;
  background: #FFF200 !important;
  padding: .5em 2em !important;
  border-radius: 15px !important;
  display: block;
  margin-left: 20px !important;
  border: none !important;
}

/* 左側の三角形（しっぽ） */
.fukidashi_gorimatsu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 15px solid #FFF200;
}


.heading__price{
  background-color: #EC6519;
  margin-bottom: 0;
  padding: 20px;
}
.ttl_icon_coin{
  position: relative;
  padding-left: 51px !important;
}
@media screen and (max-width: 960px){
  .post_content .ttl_icon_coin{
    padding-left: 40px !important;
  }
}
.post_content .ttl_icon_coin::before{
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../../uploads/2026/06/icon_coin.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 960px){
  .post_content .ttl_icon_coin::before{
    width: 30px;
    height: 30px;
  }
}

.column-quote{
  border-radius: 20px;
  position: relative;
}
.column-quote::before{
  position: absolute;
  content: "";
  background: url(../../uploads/2026/06/icon_clip.png);
  width: 59px;
  height: 61px;
  top: -30px;
  left: 10px;
  background-size: contain;
}

/* =========
　ネズミの駆除
========= */
.swell-block-column{
  position: relative;
}
.rat_symptoms_num{
  position: absolute;
  color: #EC6519;
  font-weight: 700;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke fill;
  top: -19%;
  left: 3%;
  font-family: Anton, sans-serif;
}


/* =========
　害虫の駆除
========= */
.swell-block-column{
  position: relative;
}
.bugs_symptoms_num{
  position: absolute;
  color: #EC6519;
  font-weight: 700;
  -webkit-text-stroke: 8px #fff;
  paint-order: stroke fill;
  top: -12%;
  left: 3%;
  font-family: Anton, sans-serif;
}


.post_content .btn-w80 a{
  width: 88% !important;
  padding: 0.5em;
}
@media screen and (max-width: 960px){
  .post_content .btn-w80-sp a{
    width: 88% !important;
    padding: 0.5em;
  }
}


/* ポイントの大きな数字見出し */
.ttl-num-wrapper .wp-block-group__inner-container{
  display: flex !important;
  align-items: flex-end !important;
  padding-bottom: 0 !important;
  margin-bottom: 1.5em;
  gap: 15px;
  border-bottom: 2px solid #EC6519 !important;
}

/* 大きな数字のスタイル */
.ttl-large-num {
  font-size: 60px !important;
  color: #EC6519 !important;
  font-family: 'Anton', sans-serif;
  line-height: 0.8 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 横に並ぶ見出しのスタイル調整 */
.ttl-num-wrapper h3 {
  border: none !important;
  margin: 0 !important;
  padding: 0 0 8px 0 !important;
  font-size: 24px !important;
  flex: 1;
}
.ttl-mind-num-wrapper h3 {
  border: none !important;
  margin: 0 !important;
  padding: 0 0 8px 0 !important;
  font-size: 20px !important;
  flex: 1;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* スマホ表示の調整 */
@media (max-width: 960px) {
  .ttl-large-num {
    font-size: 45px !important;
  }
  .ttl-num-wrapper h3 {
    font-size: 18px !important;
  }
}

/* 外側のコンテナ（線と三角を担当） */
.reason-header {
  position: relative;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 40px;
  overflow: visible !important;
}
@media screen and (max-width: 960px){
  .reason-header{
    padding-top: 35px;
  }
}

/* 幅いっぱいの黒い線 */
.reason-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* 画面幅いっぱい */
  height: 3px;  /* 線の太さ */
  background: #000;
  z-index: 1;
}

/* 中央の三角 */
.reason-header::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 線の太さに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}

/* Reasonの文字と背後の数字 */
.reason-text {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  font-family: 'Anton', sans-serif;
  font-size: 32px !important;
  font-weight: 900;
  color: #000;
  z-index: 3;
  line-height: 1;
}

/* 背後の大きな数字（デフォルト01） */
.reason-text::before {
  content: "01";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(40%);
  font-size: 100px;
  color: #FBE0D1;
  z-index: -1;
  font-weight: 900;
  opacity: 0.8;
}
@media screen and (max-width: 960px){
  .reason-text::before{
    font-size: 80px;
  }
}

/* 2番目、3番目を作るとき用の数字切り替え */
.num-02 .reason-text::before { content: "02"; }
.num-03 .reason-text::before { content: "03"; }

.post_content .reason-title{
  margin-top: 1em !important;
}

.bugs-column-set .c-richColumn__item {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 12px !important;
  padding: 20px !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
  display: flex !important;
  flex-direction: column !important;
}


.bugs-col-img {
  width: 100% !important;
  margin-top: auto !important;
}

.bugs-col-img img {
  border-radius: 10px !important;
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
  border: 1px solid #eee !important;
}

@media (max-width: 960px) {
  .bugs-column-set .c-richColumn__item {
    margin-bottom: 20px !important;
    padding: 15px !important;
  }
  .bugs-col-img img {
    height: auto !important;
  }
}

/* カラム全体のカードデザイン */
.modern-card-set .wp-block-group {
  background: #fff !important;
  padding: 0 !important; /* 内側の余白を一度ゼロに */
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06) !important;
  transition: transform 0.3s ease;
}

.modern-card-ttl {
  color: #fff !important;
  margin: 0 !important;
  padding: 12px 10px !important;
  font-size: 18px !important;
  text-align: center;
  font-weight: bold !important;
}

.modern-card-set img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  margin-bottom: 0 !important;
}

.modern-card-list {
  padding: 20px !important;
  flex-grow: 1;
}

.modern-card-list ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modern-card-list li {
  position: relative;
  padding-left: 1.5em !important;
  margin-bottom: 10px !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
}

.modern-card-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  background-color: #EC6519 !important;
  font-size: 0.8em;
  top: 0.1em;
}

.modern-card-price {
  margin: 0 !important;
  border-collapse: collapse !important;
  border: none !important;
  width: 100% !important;
}
.modern-card-price th{
  vertical-align: middle !important;
}
.modern-card-price td {
  border: none !important;
  padding: 12px 10px !important;
  font-weight: bold !important;
  text-align: center !important;
  font-family: Anton, sans-serif;
  vertical-align: middle !important;
}

.modern-card-price tr td:first-child {
  background: #EC6519 !important;
  color: #fff !important;
  width: 55%;
  font-size: 15px !important;
}

.modern-card-price tr td:last-child {
  background: #fff6f2 !important;
  color: #EC6519 !important;
  font-size: 20px !important;
  border-top: 1px solid #EC6519 !important;
}

@media (max-width: 767px) {
  .modern-card-price tr td:last-child {
    font-size: 17px !important;
  }
}

/* 写真にゴリまつを添えて */
.photo-mascot {
  position: relative !important;
  display: inline-block;
  overflow: visible !important;
  line-height: 0;
}

/* 右下のイラスト（ゴリラキャラ） */
.photo-mascot::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -19px;
  width: 94px;
  height: 135px;
  background: url(../../uploads/2026/06/fukidashi_gorimatsu_01.png) no-repeat center;
  background-size: contain;
  z-index: 10;
  pointer-events: none;
  visibility: visible;
}

/* スマホ表示の調整 */
@media (max-width: 960px) {
  .photo-mascot::after {
    width: 100px;
    height: 125px;
    bottom: -15px;
    right: -10px;
  }
}

/* --- セクションタイトル共通設定 --- */
.st-wrap {
  position: relative;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 50px;
  overflow: visible !important;
}

/* 幅いっぱいの黒い線 */
.st-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 3px;
  background: #000;
  z-index: 1;
}

/* 中央の三角 */
.st-wrap::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 2;
}

/* メインの英語文字 */
.st-text {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  font-family: 'Anton', sans-serif;
  font-size: 36px !important;
  font-weight: 900;
  color: #000;
  z-index: 3;
  line-height: 1;
}

/* 背景の大きな日本語（共通設定） */
.st-text::before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
  color: #FBE0D1;
  z-index: -1;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.8;
}

/* --- 使い回し用の背景文字切り替え設定 --- */

/* 代表挨拶の場合 */
.st-msg .st-text::before { content: "代表挨拶"; }

/* 施工の流れの場合 */
.st-flow .st-text::before { content: "施工の流れ"; }

/* 会社概要の場合 */
.st-company .st-text::before { content: "会社概要"; }

/* スタッフ紹介の場合 */
.st-staff .st-text::before { content: "スタッフ紹介"; }

/* 私たちの想いの場合 */
.st-mind .st-text::before { content: "私たちの想い";}
@media (max-width: 960px) {
  .st-mind .st-text::before, .st-staff .st-text::before { font-size: 50px; bottom: 15px;}
  .st-company .st-text::before, .st-msg .st-text::before { font-size: 50px; bottom: 15px;}
}

.post_content .swell-block-columns .swell-block-column.bg_light-orange{
  background-color: #FDF0E8 !important;
  padding: 1rem !important;
  border-radius: 20px !important;
}


