/*
Theme Name: SWELL Child
Template: swell
Version: 1.0.0
*/


/* 共通カード */
.soshu-card{
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  background:#fff;
}

/* About（青グラデ） */
.soshu-about{
  background: linear-gradient(135deg,#1e3a8a,#1d4ed8);
  color:#fff;
}

/* ガラス風（半透明） */
.soshu-glass{
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(8px);
  border-radius: 12px;
}

/* Heroの暗グラデ被せ（カバー/グループに付与） */
.soshu-hero{ position: relative; }
.soshu-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.70), rgba(0,0,0,.50));
  z-index:0;
}
.soshu-hero > *{ position:relative; z-index:1; }

/* ヘッダーの「お問い合わせ」をボタン風に */
.gnav a[href*="#contact"]{
  background:#2563eb;
  color:#fff !important;
  padding:.6em 1.2em;
  border-radius:8px;
}
.gnav a[href*="#contact"]:hover{ opacity:.9; }
