@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   フッター
======================================== */
.eight-footer__col-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
  color: #B8955A;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}
.eight-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 2.6;
}
.eight-footer__nav a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.eight-footer__nav a:hover {
  color: #B8955A;
  text-decoration: none;
}
.l-footer {
  padding-top: 64px !important;
  padding-bottom: 40px !important;
}

/* KPIバー：数字と説明の間を詰める */
.swell-block-fullWide[style*="1C1A17"] .wp-block-group p:first-child {
  margin-bottom: 4px !important;
}
.swell-block-fullWide[style*="1C1A17"] .wp-block-group p:last-child {
  margin-top: 0 !important;
}

/* トップページ：FVとKPIバーの間の余白を消す */
.home .l-content {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

/* トップページ：セクション間の不要なmarginを全消し */
.home .post_content > div {
  margin-bottom: 0 !important;
}

/* トップページ：グループブロックの上下paddingを統一 */
.home .post_content > .wp-block-group {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* トップページ：サービスカード全体をリンク化 */
.home .wp-block-group.has-swl-gray-background-color {
  position: relative;
}
.home .wp-block-group.has-swl-gray-background-color a {
  text-decoration: none;
  color: inherit;
}
.home .wp-block-group.has-swl-gray-background-color a::after {
  content: '';
  position: absolute;
  inset: 0;
}
.home .wp-block-group.has-swl-gray-background-color:hover {
  transform: translateY(-3px);
  transition: transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}