/* CSSの先頭に */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=BIZ+UDPGothic:wght@400;700&display=swap');


/* =====================================================
   0-A. フォントサイズ変数（PC: 1025px以上）
===================================================== */
@media all and (min-width: 1025px) {
  :root {
   --font-10: clamp(0.57rem, 0.81vw, 0.64rem);  /* 10px */
    --font-11: clamp(0.62rem, 0.85vw, 0.70rem);  /* 11px */
    --font-12: clamp(0.67rem, 0.89vw, 0.76rem);  /* 12px */
    --font-13: clamp(0.72rem, 0.93vw, 0.82rem);  /* 13px */
    --font-14: clamp(0.77rem, 1.03vw, 0.88rem);  /* 14px */
    --font-15: clamp(0.81rem, 1.07vw, 0.94rem);  /* 15px */
    --font-16: clamp(0.86rem, 1.15vw, 1rem);     /* 16px */
    --font-17: clamp(0.91rem, 1.22vw, 1.06rem);  /* 17px */
    --font-18: clamp(0.96rem, 1.3vw, 1.13rem);   /* 18px */
    --font-19: clamp(1.02rem, 1.39vw, 1.19rem);  /* 19px */
    --font-20: clamp(1.07rem, 1.48vw, 1.25rem);  /* 20px */
    --font-21: clamp(1.12rem, 1.57vw, 1.31rem);  /* 21px */
    --font-22: clamp(1.18rem, 1.67vw, 1.38rem);  /* 22px */
    --font-23: clamp(1.23rem, 1.76vw, 1.44rem);  /* 23px */
    --font-24: clamp(1.28rem, 1.85vw, 1.5rem);   /* 24px */
    --font-25: clamp(1.33rem, 1.94vw, 1.56rem);  /* 25px */
    --font-26: clamp(1.39rem, 2.03vw, 1.63rem);  /* 26px */
    --font-27: clamp(1.44rem, 2.12vw, 1.69rem);  /* 27px */
    --font-28: clamp(1.49rem, 2.21vw, 1.75rem);  /* 28px */
    --font-29: clamp(1.54rem, 2.3vw, 1.81rem);   /* 29px */
    --font-30: clamp(1.59rem, 2.39vw, 1.88rem);  /* 30px */
    --font-31: clamp(1.64rem, 2.48vw, 1.94rem);  /* 31px */
    --font-32: clamp(1.7rem, 2.57vw, 2rem);     /* 32px */
    --font-33: clamp(1.75rem, 2.66vw, 2.06rem);  /* 33px */
    --font-34: clamp(1.8rem, 2.75vw, 2.13rem);  /* 34px */
    --font-35: clamp(1.85rem, 2.84vw, 2.19rem);  /* 35px */
    --font-36: clamp(1.9rem, 2.93vw, 2.25rem);  /* 36px */
    --font-37: clamp(1.95rem, 3.02vw, 2.31rem);  /* 37px */
    --font-38: clamp(2rem, 3.12vw, 2.38rem);    /* 38px */
    --font-39: clamp(2.05rem, 3.21vw, 2.44rem);  /* 39px */
    --font-40: clamp(2.1rem, 3.3vw, 2.5rem);    /* 40px */
    --font-41: clamp(2.15rem, 3.39vw, 2.56rem);  /* 41px */
    --font-42: clamp(2.2rem, 3.48vw, 2.63rem);  /* 42px */
    --font-43: clamp(2.25rem, 3.57vw, 2.69rem);  /* 43px */
    --font-44: clamp(2.3rem, 3.66vw, 2.75rem);  /* 44px */
    --font-45: clamp(2.35rem, 3.75vw, 2.81rem);  /* 45px */
    --font-46: clamp(2.4rem, 3.84vw, 2.88rem);  /* 46px */
    --font-47: clamp(2.45rem, 3.93vw, 2.94rem);  /* 47px */
    --font-48: clamp(2.5rem, 4.02vw, 3rem);     /* 48px */
    --font-49: clamp(2.55rem, 4.11vw, 3.06rem);  /* 49px */
    --font-50: clamp(2.6rem, 4.2vw, 3.13rem);   /* 50px */
    --font-51: clamp(2.65rem, 4.29vw, 3.19rem);  /* 51px */
    --font-52: clamp(2.7rem, 4.38vw, 3.25rem);  /* 52px */
    --font-53: clamp(2.75rem, 4.47vw, 3.31rem);  /* 53px */
    --font-54: clamp(2.8rem, 4.56vw, 3.38rem);  /* 54px */
    --font-55: clamp(2.85rem, 4.65vw, 3.44rem);  /* 55px */
    --font-56: clamp(2.9rem, 4.74vw, 3.5rem);   /* 56px */
    --font-57: clamp(2.95rem, 4.83vw, 3.56rem);  /* 57px */
    --font-58: clamp(3rem, 4.92vw, 3.63rem);    /* 58px */
    --font-59: clamp(3.05rem, 5.01vw, 3.69rem);  /* 59px */
    --font-60: clamp(3.1rem, 5.1vw, 3.75rem);   /* 60px */
    --font-70: clamp(3.7rem, 5.6vw, 4.35rem);   /* 70px */
    --font-80: clamp(4.3rem, 6.1vw, 4.95rem);   /* 80px */
    --font-90: clamp(4.82rem, 6.58vw, 5.63rem);  /* 90px */
    --font-100: clamp(5.45rem, 7.28vw, 6.25rem); /* 100px */
    --font-110: clamp(6.07rem, 7.98vw, 6.88rem); /* 110px */
    --font-120: clamp(6.68rem, 8.68vw, 7.5rem);  /* 120px */
    --font-130: clamp(7.3rem, 9.38vw, 8.13rem);  /* 130px */
    --font-140: clamp(7.91rem, 10.08vw, 8.75rem);/* 140px */
    --font-150: clamp(8.53rem, 10.78vw, 9.38rem);/* 150px */
  }
}

/* =====================================================
   0-B. フォントサイズ変数（Tablet: 〜1024px）
===================================================== */
@media all and (max-width: 1024px) {
  :root {
   --font-10: clamp(0.64rem, 0.86vw, 0.70rem);  /* 10px */
    --font-11: clamp(0.69rem, 0.93vw, 0.79rem);  /* 11px */
    --font-12: clamp(0.75rem, 1.00vw, 0.86rem);  /* 12px */
    --font-13: clamp(0.81rem, 1.07vw, 0.93rem);  /* 13px */
    --font-14: clamp(0.87rem, 1.15vw, 1rem);     /* 14px */
    --font-15: clamp(0.92rem, 1.2vw, 1.07rem);   /* 15px */
    --font-16: clamp(0.97rem, 1.26vw, 1.14rem);  /* 16px */
    --font-17: clamp(1.02rem, 1.33vw, 1.21rem);  /* 17px */
    --font-18: clamp(1.08rem, 1.42vw, 1.29rem);  /* 18px */
    --font-19: clamp(1.13rem, 1.49vw, 1.36rem);  /* 19px */
    --font-20: clamp(1.18rem, 1.56vw, 1.43rem);  /* 20px */
    --font-21: clamp(1.23rem, 1.64vw, 1.5rem);   /* 21px */
    --font-22: clamp(1.28rem, 1.73vw, 1.57rem);  /* 22px */
    --font-23: clamp(1.33rem, 1.81vw, 1.64rem);  /* 23px */
    --font-24: clamp(1.38rem, 1.9vw, 1.71rem);   /* 24px */
    --font-25: clamp(1.43rem, 1.99vw, 1.79rem);  /* 25px */
    --font-26: clamp(1.48rem, 2.08vw, 1.86rem);  /* 26px */
    --font-27: clamp(1.53rem, 2.17vw, 1.93rem);  /* 27px */
    --font-28: clamp(1.58rem, 2.26vw, 2rem);     /* 28px */
    --font-29: clamp(1.63rem, 2.35vw, 2.07rem);  /* 29px */
    --font-30: clamp(1.68rem, 2.44vw, 2.14rem);  /* 30px */
    --font-31: clamp(1.73rem, 2.53vw, 2.21rem);  /* 31px */
    --font-32: clamp(1.78rem, 2.62vw, 2.29rem);  /* 32px */
    --font-33: clamp(1.83rem, 2.71vw, 2.36rem);  /* 33px */
    --font-34: clamp(1.88rem, 2.8vw, 2.43rem);   /* 34px */
    --font-35: clamp(1.93rem, 2.89vw, 2.5rem);   /* 35px */
    --font-36: clamp(1.98rem, 2.98vw, 2.57rem);  /* 36px */
    --font-37: clamp(2.03rem, 3.07vw, 2.64rem);  /* 37px */
    --font-38: clamp(2.08rem, 3.16vw, 2.71rem);  /* 38px */
    --font-39: clamp(2.13rem, 3.25vw, 2.79rem);  /* 39px */
    --font-40: clamp(2.18rem, 3.34vw, 2.86rem);  /* 40px */
    --font-41: clamp(2.23rem, 3.43vw, 2.93rem);  /* 41px */
    --font-42: clamp(2.28rem, 3.52vw, 3rem);     /* 42px */
    --font-43: clamp(2.33rem, 3.61vw, 3.07rem);  /* 43px */
    --font-44: clamp(2.38rem, 3.7vw, 3.14rem);   /* 44px */
    --font-45: clamp(2.43rem, 3.79vw, 3.21rem);  /* 45px */
    --font-46: clamp(2.48rem, 3.88vw, 3.29rem);  /* 46px */
    --font-47: clamp(2.53rem, 3.97vw, 3.36rem);  /* 47px */
    --font-48: clamp(2.58rem, 4.06vw, 3.43rem);  /* 48px */
    --font-49: clamp(2.63rem, 4.15vw, 3.5rem);   /* 49px */
    --font-50: clamp(2.68rem, 4.24vw, 3.57rem);  /* 50px */
    --font-51: clamp(2.73rem, 4.33vw, 3.64rem);  /* 51px */
    --font-52: clamp(2.78rem, 4.42vw, 3.71rem);  /* 52px */
    --font-53: clamp(2.83rem, 4.51vw, 3.79rem);  /* 53px */
    --font-54: clamp(2.88rem, 4.6vw, 3.86rem);   /* 54px */
    --font-55: clamp(2.93rem, 4.69vw, 3.93rem);  /* 55px */
    --font-56: clamp(2.98rem, 4.78vw, 4rem);     /* 56px */
    --font-57: clamp(3.03rem, 4.87vw, 4.07rem);  /* 57px */
    --font-58: clamp(3.08rem, 4.96vw, 4.14rem);  /* 58px */
    --font-59: clamp(3.13rem, 5.05vw, 4.21rem); /* 59px */
    --font-60: clamp(3.18rem, 5.14vw, 4.27rem);   /* 60px */
    --font-90: clamp(4.82rem, 6.58vw, 5.63rem);  /* 90px */
    --font-100: clamp(5.45rem, 7.28vw, 6.25rem); /* 100px */
    --font-110: clamp(6.07rem, 7.98vw, 6.88rem); /* 110px */
    --font-120: clamp(6.68rem, 8.68vw, 7.5rem);  /* 120px */
    --font-130: clamp(7.3rem, 9.38vw, 8.13rem);  /* 130px */
    --font-140: clamp(7.91rem, 10.08vw, 8.75rem);/* 140px */
    --font-150: clamp(8.53rem, 10.78vw, 9.38rem);/* 150px */
  }
}

/* =====================================================
   表示切り替えユーティリティ
===================================================== */

@media screen and (min-width: 960px) {
.sp { display: none; }
}
@media screen and (max-width: 959px) {
  .pc { display: none; }
}

img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* =====================================================
   0-C. ベース変数・リセット
===================================================== */
:root {
  --wt:      #fff;
  --g:       #0e4b2d;
  --gd:      #32895a;
  --kgd:     #c3f181;
  --lgd:     #ecf8ea;
  --gm:      #286B36;
  --gl:      #ECF5EE;
  --or:      #e38d2d;
  --tx:      #333333;
  --cream:   #F6F4E4;
  --form-bg: #EAEFFE;
  --radius:  8px;
  --inner:   1100px;
  --hd-h:    88px;
  --hd-h-sp: 60px;
  --font: "M PLUS Rounded 1c", "BIZ UDPGothic", sans-serif;
  --fontH:  "BIZ UDPGothic", "M PLUS Rounded 1c", sans-serif;
}



/* box-sizing: border-box → padding込みで幅計算。calc(100% - ○○px) 不要 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-weight: 400;
  font-size: var(--font-16);
  color: var(--wt);
  background: #fff;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
	font-feature-settings: "palt";
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }

#mainWrap { padding-top: var(--hd-h); }



/* =====================================================
   1. HEADER
===================================================== */
#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: transform 0.32s ease, box-shadow 0.2s;
}
#siteHeader.hd-hide { transform: translateY(-100%); }

/* 緑帯 */
.hd-bar {
  background: var(--gd);
  padding: 15px 60px;
  text-align: left;
}
.hd-bar-copy {
  font-size: var(--font-20);
  font-weight: 600;
  color: var(--wt);
}

/* メイン行 */
.hd-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px 12px 60px;
  gap: 16px;
}

/* ロゴ＋区切り＋相談室名 */
.hd-logo-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
#siteLogo img { width: 180px; }
.hd-divider {
  display: block;
  width: 1px;
  height: 30px;
  background: #ccc;
  flex-shrink: 0;
}
.hd-branch {
  font-size: var(--font-26);
  font-weight: 600;
  color: var(--gd);
  letter-spacing: 1px;
  white-space: nowrap;
}

/* 右エリア */
.hd-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hd-tel-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hd-tel {
  font-size: var(--font-30);
  font-weight: 600;
  color: var(--gd);
  letter-spacing: -0.5px;
  line-height: 1;
  transition: color 0.2s;
}
.hd-tel:hover { color: var(--g); }
.hd-tel-time {
  font-size: var(--font-12);
  font-weight: 600;
  color: var(--tx);
  margin-top: 4px;
  letter-spacing: 0.5px;
  font-family:var(--fontH);
}
.hd-cta {
  display: inline-block;
	display: flex;
	justify-content:center;
	align-items:center;
  padding: 10px 26px 10px 10px;
  background: var(--gd);
  color: #fff;
  font-size: var(--font-20);
  font-weight: 600;
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.hd-cta span{
	display: flex;
	justify-content:center;
	align-items:center;
  width:35px;
  height:35px;
  margin-right:15px;
  background: var(--wt);
  color: var(--gd);
  font-size: var(--font-14);
  font-weight: 600;
  border-radius: 150px;
}
.hd-cta:hover { background: var(--g); transform: translateY(-1px); }

/* ハンバーガーボタン（PCでは非表示） */
.hd-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.hd-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gd);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}
.hd-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hd-burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hd-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ナビ・オーバーレイ（PCでは非表示） */
.hd-nav     { display: none; }
.hd-overlay { display: none; }


/* =====================================================
   2. 共通：sec-inner / sec-title / ボタン
===================================================== */
.sec-inner {
  max-width: var(--inner);
  margin: 0 auto;
  padding: 0 40px;
}

.sec-title {
  font-size: var(--font-38);
  font-weight: 500;
  color: var(--gd);
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.sec-title--white { color: #fff; }
.sec-title--white::after { background: rgba(255,255,255,0.5); }

/* ボタン */
.btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 13px 40px 13px 15px;
  background: var(--or);
  color: #fff;
  font-size: var(--font-26);
  font-weight: 700;
  border-radius: 50px;
  letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(232,105,42,0.35);
}
.btn-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.btn-sub {
  font-size: var(--font-13);
  font-weight: 500;
}
.btn-orange strong {
  display: block;
  font-size: var(--font-24);
  font-weight: 700;
}
.btn-orange:hover { 
  background: #c25420; 
  transform: translateY(-2px); 
}
.btn-icon { max-width:60px;}

.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 13px 40px 13px 15px;
  background: var(--gd);
  color: #fff;
  font-size: var(--font-26);
  font-weight: 700;
  border-radius: 50px;
  line-height: 1.6;
  text-align: center;
  transition: background 0.2s, transform 0.15s;
}
.btn-green:hover { 
  background: var(--g); 
  transform: translateY(-2px); 
}

.btn-green-outline {
  display: inline-block;
  padding: 13px 28px;
  border: 2px solid var(--g);
  color: var(--g);
  font-size: var(--font-15);
  font-weight: 800;
  border-radius: 50px;
  transition: background 0.2s, color 0.2s;
}
.btn-green-outline:hover { background: var(--g); color: #fff; }



/* =====================================================
   3. HERO  #centerHero
===================================================== */
#centerHero {
  position: relative;
  width: 100%;
  min-height: 800px;
  background: url(../images/top_visu.webp) no-repeat center center / cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}
.hero-content { max-width: 60%; }

.hero-catch {
  font-size: var(--font-52);
  font-weight: 500;
  color: var(--gd);
  line-height: 1.35;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.hero-sub {
  font-size: var(--font-40);
  font-weight: 500;
  color: var(--g);
  letter-spacing: -1px;
  margin-bottom: 50px;
}
.hero-tags {
  max-width:660px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
.hero-tags li {
  min-width:200px;
  padding: 15px 0;
  background:var(--kgd);
  border-radius: 5px;
  font-size: var(--font-18);
  font-weight: 600;
  color: var(--tx);
  text-align:center;
  font-family:var(--fontH);
}
.hero-btns {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}


/* =====================================================
   4. お困り  #centerKomaru
===================================================== */
#centerKomaru {
  max-width:1200px;
  margin:0 auto;
  padding:100px 0 0 0;
  background: #fff;
}
.komaru-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px 24px;
}


/* =====================================================
   5. 不動産バナー  #
===================================================== */
#centerEstate {
  background: var(--gd);
  padding: 28px 0;
}
.estate-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 80%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
  background:url(../images/icon_house.webp) no-repeat right 550px top 50%;
	background-size: 180px auto;
}

.estate-left h3 {
  font-size: var(--font-38);
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.estate-left p {
  font-size: var(--font-20);
  font-weight: 500;
  color:  var(--wt);
  line-height: 1.6;
  font-family:var(--fontH);
}
.estate-link {
  flex-shrink: 0;
  padding: 30px 40px;
  background: #fff;
  color: var(--gd);
  font-size: var(--font-24);
  font-weight: 600;
  border-radius: 50px;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.estate-link:hover { opacity: 0.78; }


/* =====================================================
   6. 教科書  #centerKyokasho
===================================================== */
#centerKyokasho {
  padding: 100px 0 0 0;
  background: var(--lgd);
}
.kyokasho-flex {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.kyokasho-text { flex: 1; }
.kyokasho-lead {
  font-size: var(--font-26);
  font-weight: 700;
  line-height:1.5;
  color: var(--tx);
  margin-top: 30px;
  margin-bottom: 5px;
  font-family:var(--fontH);
}
.kyokasho-title {
  font-size: var(--font-48);
  font-weight: 600;
  line-height:1.3;
  color: var(--tx);
  letter-spacing: 0;
  margin-bottom: 20px;
}
.kyokasho-badge {
  width:100%;
  min-width:400px;
  max-width:550px;
  display: inline-block;
  padding: 12px 0;
  color: var(--gd);
  font-size: var(--font-25);
  font-weight: 700;
  border-radius: 7px;
  margin-bottom: 40px;
  border:2px solid var(--gd);
  text-align:center;
  font-family:var(--fontH);
}
.kyokasho-list { margin-bottom: 40px; }
.kyokasho-list li {
  position: relative;
  padding: 5px 0 5px 50px;
  font-size: var(--font-22);
  font-weight: 700;
  color: var(--tx);
  line-height: 1.5;
  background:urL(../images/icon_arrow01.webp) no-repeat left 5px;
	background-size: 33px 33px;
  letter-spacing: 0;
  font-family:var(--fontH);
}

.kyokasho-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.kyokasho-btns a.btn-orange{
  width:100%;
  max-width:500px;
}

.kyokasho-btns a.btn-green{
  width:100%;
  max-width:500px;
}
.ph-kyokasho { 
  display:block;
  width: 100%; 
  max-width: 650px; 
  margin:0 auto; 
}
.ph-kyokasho img{ 
  width: 100%; 
}


/* =====================================================
   7. 選ばれる理由  #centerReasons
===================================================== */
#centerReasons {
  padding: 90px 0 100px;
  background: #fff;
}
.reasons-nums {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding-top: 30px;
  margin-bottom: 70px;
}
.rn-item { text-align: center; }
.rn-label {
  font-size: var(--font-13);
  font-weight: 500;
  color: var(--gm);
  margin-bottom: 6px;
}
.rn-value {
  font-size: var(--font-42);
  font-weight: 900;
  color: var(--gd);
  letter-spacing: 1px;
  line-height: 1;
}
.rn-value span { font-size: 40%; font-weight: 700; }

.reasons-copy {
  text-align: center;
  font-size: var(--font-24);
  line-height: 1.5;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 70px;
  font-family:var(--fontH);
}

/* カードグリッド */
.reasons-cards {
  width:100%;
  max-width:1280px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin:0 auto;
}

/* カード共通 */
.rc {
  background: #fff;
  border-radius: 15px;
  padding: 40px 50px;
  border: 1.5px solid #ddd;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

/* 番号＋見出し：横並び */
.rc-header {
  display: flex;
	align-items:center;
  gap: 16px;
  margin-bottom: 14px;
}
.rc-num {
  display: block;
  font-size: var(--font-55);
  font-weight: 700;
  color: #87ba45;
  line-height: 1;
  flex-shrink: 0;
}
.rc h3 {
  font-size: var(--font-26);
  font-weight: 700;
  color: var(--gd);
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
}
.rc p {
  font-size: var(--font-16);
  font-weight: 600;
  color: var(--tx);
  line-height: 1.7;
  margin: 0;
  font-family:var(--fontH);
}

/* 05：全幅＋右画像 */
.rc--wide {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 40px;
}
.rc--wide .rc-body {
  flex: 1;
}
.rc--wide .rc-img {
  flex: 0 0 420px;
  border-radius: calc(var(--radius) - 2px);
  overflow: hidden;
}
.rc--wide .rc-img img {
  width: 100%;
  height: auto;
  display: block;
}



/* =====================================================
   8. 流れ  #centerFlow
===================================================== */
#centerFlow {
  padding: 90px 0 100px;
  background: var(--lgd);
}
.flow-track {
  width:90%;
  max-width:1280px;
  margin:0 auto;
  display: flex;
  align-items: stretch;
  gap: 0;
}

/* アニメーション初期状態 */
.flow-step {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.flow-arrow {
  font-size: var(--font-18);
  margin-left:-5px;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.flow-step.flow-visible,
.flow-arrow.flow-visible {
  opacity: 1;
  transform: translateX(0);
}

.flow-step { flex: 1; min-width: 0; }

.flow-card {
  height: 100%;
  border-radius: var(--radius);
  padding: 30px 20px;
  text-align: center;
  border-top: none;
}

/* STEPバッジ */

.flow-card h3 {
  font-size: var(--font-20);
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 12px;
}
.flow-card p {
  font-size: var(--font-14);
  font-weight: 600;
  color: var(--wt);
  line-height: 1.6;
  text-align: left;
  font-family:var(--fontH);
	letter-spacing: 1px;
}
p.fs-label {
  display: inline-block;
  background: #fff;
  color: var(--gd);
  font-size: var(--font-14);
  font-weight: 700;
  letter-spacing: 0;
  padding: 2px 24px;
  border-radius: 5px;
  margin-bottom: 40px;
  color: var(--gd) !important;
  text-align: center;
}
p.fs-label span{
  font-size: var(--font-20);
}

/* 矢印 */
.flow-arrow {
  flex: 0 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-20);
}

/* 6段階グラデーション */
.flow-step:nth-child(1)  .flow-card { background: #7CC151; }
.flow-step:nth-child(3)  .flow-card { background: #5EAF4A; }
.flow-step:nth-child(5)  .flow-card { background: #44A040; }
.flow-step:nth-child(7)  .flow-card { background: #339136; }
.flow-step:nth-child(9)  .flow-card { background: #24812C; }
.flow-step:nth-child(11) .flow-card { background: #157222; }

/* 矢印色も中間色で */
.flow-arrow:nth-child(2)  { color: #6ABB4F; }
.flow-arrow:nth-child(4)  { color: #50A745; }
.flow-arrow:nth-child(6)  { color: #3B983B; }
.flow-arrow:nth-child(8)  { color: #2C8931; }
.flow-arrow:nth-child(10) { color: #1D7A27; }


/* =====================================================
   9. お問い合わせ  #centerContact
===================================================== */
#centerContact {
  padding: 0 0 100px 0;
  background: var(--gd);
}
.contact-inner {
  width:100%;
  max-width:1280px;
  margin:0 auto;
}
.contact-title {
  position:relative;
	display: flex;
	justify-content:center;
	align-items:center;
  font-size: var(--font-38);
  font-weight: 500;
  color: var(--wt);
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.4;
  margin-left: 13vw;
  margin-bottom:-30px;
  top:-30px;
}
.contact-title span{
	display: block;
  padding-top:50px;
}
.contact-title img{
  width:100%;
  max-width:200px;
  margin-left:50px;
}


.contact-cards {
  display: flex;
  gap: 20px;
  width:100%;
  margin: 0 auto;
  padding:50px;
  background: #fff;
	border-radius: 20px;
}
.cc {
  flex: 1;
  background: #f2f2f2;
  border-radius: var(--radius);
  border:1px solid var(--gd);
  padding: 36px 20px;
  text-align: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.cc--tel { 
  background: var(--lgd); 
}
.cc-icon {
  width:100%;
  max-width:50px;
  margin:0 auto 20px auto;
}
.cc h3 {
  font-size: var(--font-34);
  font-weight: 600;
  color: var(--tx);
  line-height: 1.3;
  margin-bottom: 8px;
}
.cc-note {
  font-size: var(--font-18);
  font-weight: 700;
  color: var(--tx);
  line-height: 1.5;
  margin-bottom: 14px;
  font-family:var(--fontH);
}
.cc--tel h3 { 
  padding-top: 20px;
  margin-bottom: 34px;
}
.cc--map h3 { 
  padding-top: 20px;
  margin-bottom: 14px;
}
.cc--map p { 
  margin-bottom: 30px;
}

.cc-tel {
  display: block;
  font-size: var(--font-40);
  font-weight: 750;
  color: var(--gd);
  letter-spacing: -1px;
  margin: 10px 0 8px;
  transition: color 0.2s;
}
.cc-tel:hover { 
  color: #cfc;
 }
.cc-btn {
  display: inline-block;
  padding: 20px 50px;
  background: var(--gd);
  color: #fff;
  font-size: var(--font-20);
  font-weight: 700;
  border-radius: 50px;
  transition: background 0.2s;
}
.cc-btn:hover { background: var(--gm); }


/* =====================================================
   10. アクセス  #centerAccess
===================================================== */
#centerAccess {
  display: flex;
  width: 100%;
  max-width: 1280px;
  gap:30px;
  margin:50px auto 0 auto;
}
.access-photo {
  width: 50%;
}
.access-photo img {
	width:100%;
	height:450px;
	object-fit: cover;
	border-radius: 20px;
}
.access-info {
  width: 50%;
  background: var(--wt);
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
	border-radius: 20px;
}
.access-name {
  font-size: var(--font-36);
  font-weight: 700;
  color: var(--gd);
  letter-spacing: 1px;
}
.access-tbl { 
  width: 100%; 
  border-collapse: collapse; 
  border-top: 1px solid #ccc; 
  margin:30px 0 0 0;
}
.access-tbl tr { 
  border-bottom: 1px solid #ccc; 
}
.access-tbl th {
  width: 20%;
  padding: 7px 0;
  font-size: var(--font-14);
  font-weight: 700;
  color: var(--gd);
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  font-family:var(--fontH);
}
.access-tbl td {
  padding: 7px 0 7px 10px;
  font-size: var(--font-14);
  font-weight: 600;
  color: var(--tx);
  line-height: 1.8;
  font-family:var(--fontH);
}
.access-tbl a { color: var(--gm); text-decoration: underline; }
.access-tbl a:hover { color: var(--gd); }


/* =====================================================
   11. フォーム  #centerForm
===================================================== */
#centerForm { background: var(--form-bg); }
#centerForm iframe {
  display: block;
  width: 100%;
  height: 1024px;
  border: none;
  padding-top: 80px;
}


/* =====================================================
   12. フッター
===================================================== */
footer{
	width:100%;
	margin:0 0 0 0;
	padding:40px 0 0 0;
	text-align:center;
	background:#ededed;
	border-top:1px solid #ccc;
}

footer div.block{
	width:1200px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}

footer div.block p{
	margin:0 20px 0 0;
	padding:0 0 0 0;
	display:inline-block;
	vertical-align:middle;
	font-size:108%;
	line-height:1.5;
  color:var(--tx);
  font-size: var(--font-16);
  font-weight: 500;
}

footer div.block div.seniorhome{
	margin:0 70px 0 0;
	padding:0 0 0 0;
	display:inline-block;
	vertical-align:middle;
}

footer div.block div.seniorhome img{
	width:340px;
}

footer div.block div.privacy{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:inline-block;
	vertical-align:middle;
}

footer div.block div.privacy img{
	width:70px;
}

footer p.copyright{
	width:100%;
	margin:30px 0 0 0;
	padding:15px 0 10px 0;
	display:inline-block;
	vertical-align:middle;
	font-family:"Helvetica", sans-serif;
	font-size:85%;
	line-height:1.5;
	background:var(--g);
	color:#fff;
}


/* =====================================================
   13. ページトップ
===================================================== */
#page-top {
	position: fixed;
	bottom: 0;
	right: 0px;
}
#page-top a {
	text-decoration: none;
	padding: 0 0;
	display: block;
}


#page-top img {
	width:70px;
}


/* =====================================================
   14. footblock
===================================================== */
#footblock {
	display:none;
}


/* =====================================================
   SP  ─  max-width: 1024px
   フォント：rem固定（body 62.5% = 1rem = 10px相当）
===================================================== */
/* =====================================================
   SP  ─  max-width: 1024px
   フォント：rem固定（body 62.5% = 1rem = 10px相当）
===================================================== */
@media screen and (max-width: 1024px) {

  html { font-size: 62.5%; }

  :root {
    --hd-h:    var(--hd-h-sp);
    --font-10: 1.0rem;
    --font-11: 1.1rem;
    --font-12: 1.2rem;
    --font-13: 1.3rem;
    --font-14: 1.4rem;
    --font-15: 1.5rem;
    --font-16: 1.6rem;
    --font-17: 1.7rem;
    --font-18: 1.8rem;
    --font-19: 1.9rem;
    --font-20: 2.0rem;
    --font-21: 2.1rem;
    --font-22: 2.2rem;
    --font-23: 2.3rem;
    --font-24: 2.4rem;
    --font-25: 2.5rem;
    --font-26: 2.6rem;
    --font-27: 2.7rem;
    --font-28: 2.8rem;
    --font-30: 3.0rem;
    --font-32: 3.2rem;
    --font-34: 3.4rem;
    --font-36: 3.6rem;
    --font-38: 3.8rem;
    --font-40: 4.0rem;
    --font-42: 4.2rem;
    --font-48: 4.8rem;
    --font-50: 5.0rem;
    --font-60: 6.0rem;
  }

  /* mainWrap */
  #mainWrap {
    padding-top: var(--hd-h-sp);
  }

  /* ---- 1. HEADER ---- */
  .hd-bar {
    padding: 8px 16px;
    text-align: center;
  }
  .hd-bar-copy {
    font-size: var(--font-12);
  }
  .hd-main {
    padding: 0 16px;
    height: 45px;
    gap: 8px;
  }
  #siteLogo img {
    width: 100px;
  }
  .hd-divider {
    height: 18px;
  }
  .hd-branch {
    font-size: var(--font-20);
    letter-spacing: 0;
  }
  .hd-right {
    gap: 8px;
  }
  .hd-tel-block {
    display: none;
  }
  .hd-cta {
    display:none;
  }

  .hd-burger {
    display: flex;
  }
  .hd-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 1100;
    padding: 20px 0;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -4px 0 20px rgba(0,0,0,0.12);
  }
  .hd-nav.is-open {
    right: 0;
  }
  .hd-nav-list {
    padding: 60px 0 20px;
  }
  .hd-nav-list li {
    border-bottom: 1px solid #eee;
  }
  .hd-nav-list li a {
    display: block;
    padding: 16px 24px;
    font-size: var(--font-16);
    font-weight: 700;
    color: var(--gd);
    transition: background 0.15s;
  }
  .hd-nav-list li a:hover {
    background: var(--gl);
  }
  .hd-nav-close {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 12px 24px;
    background: none;
    border: 2px solid #ccc;
    border-radius: 50px;
    font-size: var(--font-15);
    font-weight: 700;
    color: #666;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }
  .hd-nav-close:hover {
    border-color: var(--gd);
    color: var(--gd);
  }
  .hd-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .hd-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  /* ---- 2. 共通 ---- */
  .sec-inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .sec-title {
    font-size: var(--font-28);
    margin-bottom: 30px;
    letter-spacing: 0;
  }

  /* ---- 3. HERO ---- */
  #centerHero {
    position: relative;
    width: 100%;
    background: url(../images/top_visu_sp.webp) no-repeat center top #ecf8ea;
	  background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: 100% auto;
  }
  .hero-inner {
    width: 90%;
    padding: 90vw 0 50px 0;
    margin: 0 auto;
  }
  .hero-content {
    max-width: 100%;
  }
  .hero-catch {
    font-size: var(--font-32);
    letter-spacing: 0;
    margin-bottom: 12px;
  }
  .hero-sub {
    font-size: var(--font-22);
    margin-bottom: 30px;
  }
  .hero-tags {
    max-width: 100%;
    gap: 8px;
    margin-bottom: 30px;
  }
  .hero-tags li {
    min-width: calc(50% - 4px);
    font-size: var(--font-14);
    padding: 12px 0;
  }
  .hero-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .btn-orange {
    width: 100%;
    max-width:330px;
    justify-content: flex-start;
    font-size: var(--font-20);
    padding: 12px 20px 12px 12px;
    gap: 16px;
    margin:0 auto;
  }
  .btn-orange strong {
    font-size: var(--font-18);
  }
  .btn-green {
    width: 100%;
    max-width:330px;
    justify-content: flex-start;
    font-size: var(--font-20);
    padding: 12px 20px 12px 12px;
    gap: 16px;
    margin:0 auto;
  }
  .btn-icon {
    max-width: 44px;
    margin-right:30px;
  }

  /* ---- 4. お困り ---- */
  #centerKomaru {
    width: 100%;
    max-width: 100%;
    padding: 50px 0 0 0;
  }
  #centerKomaru picture,
  #centerKomaru img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ---- 5. 不動産バナー ---- */
  #centerEstate {
    padding: 0;
  }

  .estate-inner {
    flex-direction: column;
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding: 70px 0;
    background-position: center 30px;
    background-size: 100px auto;
    text-align: center;
    gap: 16px;
  }
  .estate-left {
    flex-direction: column;
    align-items: center;
  }
  .estate-left h3 {
    font-size: var(--font-24);
    margin-bottom: 8px;
  }
  .estate-left p {
    font-size: var(--font-16);
  }
  .estate-link {
    width: 100%;
    max-width: 330px;
    text-align: center;
    padding: 18px 20px;
    font-size: var(--font-18);
  }

  /* ---- 6. 教科書 ---- */
  #centerKyokasho {
    padding: 30px 0 0 0;
  }
  .kyokasho-flex {
    width: 90%;
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
  }
  .kyokasho-lead {
    font-size: var(--font-14);
    text-align:center;
  }
  .kyokasho-title {
    font-size: var(--font-32);
    text-align:center;
  }
  .kyokasho-badge {
  width: 90%;
  min-width: 0;
  max-width: 100%;
  font-size: var(--font-18);
  padding: 10px 0;
  margin: 0 auto 24px;
  display: block;
  text-align: center;
  }
  .kyokasho-list {
  width: 90%;
  margin: 0 auto 24px;
  }
  .kyokasho-list li {
    font-size: var(--font-17);
    padding-left: 42px;
    background-size: 28px 28px;
  }
  .kyokasho-btns {
    align-items: stretch;
  }
  .kyokasho-btns a.btn-orange,
  .kyokasho-btns a.btn-green {
    width: 100%;
    max-width: 330px;
    justify-content: flex-start;
    font-size: var(--font-18);
  }
  .kyokasho-btns a.btn-orange span.btn-icon,
  .kyokasho-btns a.btn-green span.btn-icon {
    max-width: 44px;
    margin-right:0;
  }
  .kyokasho-img {
    flex: none;
    width: 100%;
  }
  .ph-kyokasho {
    width: 100%;
  }
  .ph-kyokashoimg{
    width: 100%;
  }

  /* ---- 7. 選ばれる理由 ---- */
  #centerReasons {
    padding: 60px 0;
  }

  .reasons-nums {
    width: 100%;
    max-width: 500px;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto 30px auto;
    padding-top: 10px;
  }
  .rn-item {
    width: calc(50% - 8px);
  }
  .rn-value {
    font-size: var(--font-32);
  }
  .rn-label {
    font-size: var(--font-12);
  }
  .reasons-copy {
    font-size: var(--font-16);
    margin-bottom: 30px;
  }
  .reasons-cards {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .rc {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .rc-num {
    font-size: var(--font-40);
  }
  .rc h3 {
    font-size: var(--font-19);
  }
  .rc p {
    font-size: var(--font-14);
  }
.rc--wide .rc-body {
    width: 100%;
}
  .rc--wide {
    flex-direction: column;
    grid-column: 1;
    text-align:left;
  }
  .rc--wide .rc-img {
    flex: none;
    width: 100%;
  }

  /* ---- 8. 流れ ---- */
  #centerFlow {
    padding: 60px 0;
  }
  .flow-track {
    width: 90%;
    flex-direction: column;
    gap: 4px;
  }
  .flow-step {
    flex: none;
    width: 100%;
    transform: translateY(-16px);
  }
  .flow-step.flow-visible {
    transform: translateY(0);
  }
  .flow-card {
    border-radius: var(--radius);
    padding: 20px 16px;
    text-align: left;
  }
  p.fs-label {
    font-size: var(--font-13);
    padding: 2px 16px;
    margin-bottom: 20px;
  }
  p.fs-label span {
    font-size: var(--font-16);
  }
  .flow-card h3 {
    font-size: var(--font-20);
    margin-bottom: 8px;
  }
  .flow-card p {
    font-size: var(--font-14);
  }
  .flow-arrow {
    flex: none;
    height: 24px;
    transform: rotate(90deg) translateX(-8px);
    font-size: var(--font-18);
    margin-left: 0;
  }
  .flow-arrow.flow-visible {
    transform: rotate(90deg) translateX(0);
  }

  /* ---- 9. お問い合わせ ---- */
  #centerContact {
    padding: 40px 0 60px;
  }
  .contact-inner {
    width: 90%;
    margin: 0 auto;
  }
  .contact-title {
	display: flex;
	justify-content:center;
	align-items:stretch;
    font-size: var(--font-18);
    margin-left: 0;
    margin-bottom: 0;
    top: 0;
    gap: 0;
    letter-spacing: 0;
  }
  .contact-title img {
    display: block;
    width: 30%;
    height: auto;
    margin:0 10px 0 0;
  }
  .contact-title span {
    display:block;
    padding-top: 0;
  }
  .contact-cards {
    flex-direction: column;
    padding: 24px 16px;
    gap: 14px;
    border-radius: 12px;
  }
  .cc {
    padding: 24px 16px;
  }
  .cc h3 {
    font-size: var(--font-18);
  }
.cc-icon {
  width:30px;
  margin:0 auto 10px auto;
}
.cc-icon  img{
  width:100%;
}
.cc--tel h3 { 
  padding-top: 0;
  margin-bottom: 8px;
}
.cc--map h3 { 
  padding-top: 0;
  margin-bottom: 8px;
}
.cc--map p { 
  margin-bottom: 8px;
}
  .cc-tel {
    font-size: var(--font-28);
    letter-spacing: 0;
  }
  .cc-note {
    font-size: var(--font-14);
  margin-bottom: 8px;
  }
  .cc--tel p.cc-note {
    font-size: var(--font-14);
  margin-bottom: 0;
  }
  .cc-btn {
    padding: 10px 30px;
    font-size: var(--font-16);
  }

  /* ---- 10. アクセス ---- */
  #centerAccess {
    flex-direction: column;
    width: 90%;
    max-width: 100%;
    margin: 30px auto 0;
    gap: 16px;
  }
  .access-photo {
    width: 100%;
  }
  .access-photo img {
    height: 220px;
    border-radius: 12px;
  }
  .access-info {
    width: 100%;
    padding: 36px 25px;
    border-radius: 12px;
  }
  .access-name {
    font-size: var(--font-20);
    text-align:center;
  }
  .access-tbl th {
    width: 22%;
    font-size: var(--font-14);
  }
  .access-tbl td {
    font-size: var(--font-14);
  }

  /* ---- 11. フォーム ---- */
  #centerForm iframe {
    height: 1350px;
    padding-top: 50px;
  }

  /* ---- 12. フッター ---- */
  footer {
    padding: 20px 0 0 0;
}
  footer div.block {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  footer div.block p {
    margin: 0;
    font-size: var(--font-14);
  }
  footer div.block div.seniorhome {
    margin: 0;
  }
  footer div.block div.seniorhome img {
    width: 200px;
  }
  footer div.block div.privacy img {
    width: 50px;
  }
footer p.copyright {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 15px 0 75px 0;
    display: inline-block;
    vertical-align: middle;
    font-family: "Helvetica", sans-serif;
    font-size: 85%;
    font-weight:500;
    line-height: 1.5;
    background: var(--g);
    color: #fff;
}

  /* ---- 13. ページトップ ---- */
  #page-top img {
    width: 50px;
  }

/* ---- 14. footblock ---- */
#footblock {
  display:block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  transition: transform 0.32s ease, box-shadow 0.2s;
}
#siteHeader.fb-hide { transform: translateY(-100%); }



/* メイン行 */
.fb-main {
  display: flex;
  align-items: center;
  justify-content:space-between;
    padding: 0 16px;
    height: var(--hd-h-sp);
    gap: 20px;
    border-top:1px solid #ccc;
}


.fb-tel {
  font-size: var(--font-20);
  font-weight: 600;
  color: var(--gd);
  letter-spacing: -0.5px;
  line-height: 1;
  transition: color 0.2s;
}
.fb-tel:hover { color: var(--g); }
.fb-tel-time {
  display:block;
  font-size: var(--font-10);
  font-weight: 600;
  color: var(--tx);
  margin-top: 4px;
  letter-spacing: 0.5px;
  font-family:var(--fontH);
}
.fb-cta {
  display: inline-block;
	display: flex;
	justify-content:center;
	align-items:center;
    padding: 8px 20px 8px 8px;
    font-size: var(--font-14);
  background: var(--gd);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.fb-cta span{
	display: flex;
	justify-content:center;
	align-items:center;
    width: 26px;
    height: 26px;
    margin-right: 14px;
    font-size: var(--font-12);
  background: var(--wt);
  color: var(--gd);
  font-weight: 600;
  border-radius: 150px;
}
.fb-cta:hover { background: var(--g); transform: translateY(-1px); }

/* ハンバーガーボタン（PCでは非表示） */
.fb-burger {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.fb-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gd);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: center;
}

  .fb-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 1100;
    padding: 20px 0;
    overflow-y: auto;
    transition: right 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: -4px 0 20px rgba(0,0,0,0.12);
  }
  .fb-nav.is-open {
    right: 0;
  }
  .fb-nav-list {
    padding: 60px 0 20px;
  }
  .fb-nav-list li {
    border-bottom: 1px solid #eee;
  }
  .fb-nav-list li a {
    display: block;
    padding: 16px 24px;
    font-size: var(--font-16);
    font-weight: 700;
    color: var(--gd);
    transition: background 0.15s;
  }
  .fb-nav-list li a:hover {
    background: var(--gl);
  }
  .fb-nav-close {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 12px 24px;
    background: none;
    border: 2px solid #ccc;
    border-radius: 50px;
    font-size: var(--font-15);
    font-weight: 700;
    color: #666;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
  }
  .fb-nav-close:hover {
    border-color: var(--gd);
    color: var(--gd);
  }
  .fb-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .fb-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }


}
