@charset "utf-8";
/* ======================================================
   デザイントークン（フォント・カラー）
====================================================== */
/*サイト*/ :root {
  /*----- フォントサイズ -----*/
  --font-xs: clamp(0.875rem, 0.859rem + 0.07vw, 0.938rem); /* 15px */
  --font-s: clamp(1rem, 0.967rem + 0.13vw, 1.125rem); /* 16-18px */
  --font-m: clamp(1.25rem, 1.217rem + 0.13vw, 1.375rem); /* 20-22px */
  --font-l: clamp(1.5rem, 1.434rem + 0.26vw, 1.75rem); /* 24-28px */
  --font-xl: clamp(2rem, 1.868rem + 0.53vw, 2.5rem); /* 32-40px */
  --font-xxl: clamp(2.5rem, 2.237rem + 1.05vw, 3.5rem); /* 40-56px */
  /*----- ベースカラー（元色）-----*/
  --main-color: #0c8fd1; /* ブランドのメインカラー */
  --base-color: #ffffff; /* ベース（白） */
  --accent-color: #f3702e; /* アクセントカラー */
  --white: #ffffff;
  --black: #000000;
  /*----- Main（メインカラー）-----*/
  /* 1〜4：白を混ぜた淡いトーン */
  --main-1: color-mix(in srgb, var(--main-color) 15%, white); /*  10〜19% */
  --main-2: color-mix(in srgb, var(--main-color) 25%, white); /*  20〜29% */
  --main-3: color-mix(in srgb, var(--main-color) 35%, white); /*  30〜39% */
  --main-4: color-mix(in srgb, var(--main-color) 45%, white); /*  40〜49% */
  /* 5：基準色 */
  --main-5: var(--main-color); /* zone 5: base */
  /* 6〜9：黒を混ぜた濃いトーン */
  --main-6: color-mix(in srgb, var(--main-color) 65%, black); /*  60〜69% */
  --main-7: color-mix(in srgb, var(--main-color) 75%, black); /*  70〜79% */
  --main-8: color-mix(in srgb, var(--main-color) 85%, black); /*  80〜89% */
  --main-9: color-mix(in srgb, var(--main-color) 92%, black); /*  90%〜深 */
  /*----- Base（白ベースのグレースケール）-----*/
  /* base は「白←→黒」のグレー。数字が大きいほど暗い。 */
  --base-1: color-mix(in srgb, var(--base-color) 90%, black 10%); /* 10%  */
  --base-2: color-mix(in srgb, var(--base-color) 80%, black 20%); /* 20%  */
  --base-3: color-mix(in srgb, var(--base-color) 70%, black 30%); /* 30%  */
  --base-4: color-mix(in srgb, var(--base-color) 60%, black 40%); /* 40%  */
  --base-5: color-mix(in srgb, var(--base-color) 50%, black 50%); /* 50%  */
  --base-6: color-mix(in srgb, var(--base-color) 40%, black 60%); /* 60%  */
  --base-7: color-mix(in srgb, var(--base-color) 30%, black 70%); /* 70%  */
  --base-8: color-mix(in srgb, var(--base-color) 20%, black 80%); /* 80%  */
  --base-9: color-mix(in srgb, var(--base-color) 10%, black 90%); /* 90%  */
  /*-----Accent（アクセントカラー）-----*/
  /* 1〜4：白を混ぜた淡いトーン */
  --accent-1: color-mix(in srgb, var(--accent-color) 15%, white);
  --accent-2: color-mix(in srgb, var(--accent-color) 25%, white);
  --accent-3: color-mix(in srgb, var(--accent-color) 35%, white);
  --accent-4: color-mix(in srgb, var(--accent-color) 45%, white);
  /* 5：基準色 */
  --accent-5: var(--accent-color);
  /* 6〜9：黒を混ぜた濃いトーン */
  --accent-6: color-mix(in srgb, var(--accent-color) 65%, black);
  --accent-7: color-mix(in srgb, var(--accent-color) 75%, black);
  --accent-8: color-mix(in srgb, var(--accent-color) 85%, black);
  --accent-9: color-mix(in srgb, var(--accent-color) 92%, black);
  /* Neutral gray scale */
  --gray-0: color-mix(in srgb, white, black 2%); /* 白98% + 黒2% */
  --gray-1: color-mix(in srgb, white, black 10%); /* 白90% + 黒10% */
  --gray-2: color-mix(in srgb, white, black 20%); /* 白80% + 黒20% */
  --gray-3: color-mix(in srgb, white, black 30%); /* 白70% + 黒30% */
  --gray-4: color-mix(in srgb, white, black 40%); /* 白60% + 黒40% */
  --gray-5: color-mix(in srgb, white, black 50%); /* 白50% + 黒50% */
  --gray-6: color-mix(in srgb, white, black 60%); /* 白40% + 黒60% */
  --gray-7: color-mix(in srgb, white, black 70%); /* 白30% + 黒70% */
  --gray-8: color-mix(in srgb, white, black 80%); /* 白20% + 黒80% */
  --gray-9: color-mix(in srgb, white, black 90%); /* 白10% + 黒90% */
  --gray-10: color-mix(in srgb, white, black 98%); /* 白2% + 黒98% */
  /*----- テキスト -----*/
  --text-main: #534741; /* 本文：深モカブラウン */
  --text-soft: #7a6f67; /* 補足：ライトモカ */
  --text-dark: #3d332d; /* 見出し：こげ茶（力強い） */
  --text-strong: #b00000; /* 大切・目立たせたい 暗めの赤色*/
  /* ----- Text-Shadow（1〜10：薄い → 濃い） ----- */
  --text-shadow-1: 1px 1px 2px rgba(0, 0, 0, 0.1);
  --text-shadow-2: 1px 1px 2px rgba(0, 0, 0, 0.2);
  --text-shadow-3: 1px 1px 2px rgba(0, 0, 0, 0.3);
  --text-shadow-4: 1px 1px 2px rgba(0, 0, 0, 0.4);
  --text-shadow-5: 1px 1px 2px rgba(0, 0, 0, 0.5);
  --text-shadow-6: 1px 1px 2px rgba(0, 0, 0, 0.6);
  --text-shadow-7: 1px 1px 2px rgba(0, 0, 0, 0.7);
  --text-shadow-8: 1px 1px 2px rgba(0, 0, 0, 0.8);
  --text-shadow-9: 1px 1px 2px rgba(0, 0, 0, 0.9);
  --text-shadow-10: 1px 1px 2px rgba(0, 0, 0, 1.0);
  /* Box shadow scale（1 → 10：弱い → 強い） */
  --box-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.05); /* ごく控えめ */
  --box-shadow-2: 0 1px 3px rgba(0, 0, 0, 0.08); /* ほんのり浮かせたい時 */
  --box-shadow-3: 0 2px 4px rgba(0, 0, 0, 0.10); /* 小さめのカード・パネル */
  --box-shadow-4: 0 2px 6px rgba(0, 0, 0, 0.12); /* よく使う標準カード用 */
  --box-shadow-5: 0 4px 8px rgba(0, 0, 0, 0.14); /* 少し強めのカード */
  --box-shadow-6: 0 6px 12px rgba(0, 0, 0, 0.16); /* モーダル手前感 */
  --box-shadow-7: 0 8px 16px rgba(0, 0, 0, 0.18); /* かなり手前に出る要素 */
  --box-shadow-8: 0 12px 24px rgba(0, 0, 0, 0.20); /* メインモーダル */
  --box-shadow-9: 0 16px 32px rgba(0, 0, 0, 0.24); /* 画面をある程度覆うもの*/
  --box-shadow-10: 0 20px 40px rgba(0, 0, 0, 0.28); /* ほぼ最前面*/
}
/* ======================================================
   all（リセット／ベース）
====================================================== */
*, ::before, ::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  box-sizing: border-box;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}
/* アンカーリンクが作用する要素に適用 */
.anchor-target {
  scroll-margin-top: 100px;
}
.no-scroll {
  overflow: hidden;
}
/* 電話番号リンク（PCではクリック不可）※ルールどおり801px基準 */
@media (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none !important;
  }
}
/*--------------フォント／本文ベース----------------*/
body {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-s); /* 16px ベース */
  color: var(--text-main);
  line-height: 1.7;
  background-image: url("../image/common/body-img.jpg");
  background-position: top right;
  background-size: contain;
  background-repeat: repeat;
}
/* -----------------------------------------------------
   改行クラス（br-xxx）※デザインルール準拠
----------------------------------------------------- */
/* まず全て非表示にしておく */
.br-pc, /* PC 共通（大きいPC＋ノートPC） */ .br-pc-s, /* ノートPC用 (small PC) */ .br-pc-l, /* 大きいPC用 (large PC) */ .br-tb, /* タブレット */ .br-sp, /* スマホ共通（小さい＋大きい） */ .br-sp-s, /* 小さいスマホ用 (small SP) */ .br-sp-l { /* 大きめスマホ用 (large SP) */
  display: none;
}
/* -------------------------
   PC（1280px〜）
   ------------------------- */
/* PC 共通 */
@media (min-width: 1280px) {
  .br-pc {
    display: inline;
  }
}
/* ノートPC用（1366×768など高さが低いPC） => small */
@media (min-width: 1280px) and (max-height: 800px) {
  .br-pc-s {
    display: inline;
  }
}
/* 大きいPC用（高さが十分あるPC） => large */
@media (min-width: 1280px) and (min-height: 801px) {
  .br-pc-l {
    display: inline;
  }
}
/* -------------------------
   タブレット（768〜1279px）
   ------------------------- */
@media (min-width: 768px) and (max-width: 1279px) {
  .br-tb {
    display: inline;
  }
}
/* -------------------------
   スマホ（〜767px）
   ------------------------- */
/* スマホ共通 */
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}
/* 大きめスマホ（451〜767px） => large */
@media (min-width: 451px) and (max-width: 767px) {
  .br-sp-l {
    display: inline;
  }
}
/* 小さいスマホ（〜450px） => small */
@media (max-width: 450px) {
  .br-sp-s {
    display: inline;
  }
}
/* -----------------------------------------------------
   オーバーレイ　※上にrelativeをつけること
----------------------------------------------------- */
.overlay {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; を省略 */
}
/*↑＋↓*/
/* ===========================
   White Overlay（白系）
=========================== */
.overlay-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay-white-80 {
  background-color: rgba(255, 255, 255, 0.85);
}
.overlay-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
/* ===========================
   Black Overlay（黒系）
=========================== */
.overlay-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
/*上*/
.overlay-front {
  position: relative;
  z-index: 2;
}
/* ======================================================
   main
====================================================== */
/*--------------【all】----------------*/
#main {
  margin: 0 auto;
  position: relative;
  background-image: url("../image/common/back.png");
  background-position: center;
  background-size: cover;
}
.anchor-target {
  scroll-margin-top: 70px;
}
.back {
  position: relative;
}
/* タブレット以下（〜1024px） */
@media (max-width: 1024px) {}
/* スマホ S（〜400px） */
@media (max-width: 400px) {}
/*--------------【セクション】----------------*/
.section {
  position: relative;
  padding-top: 80px;
  /*scroll-margin-top: 70px; */ /* resアンカーリンクTOP */
}
.section-pb {
  padding-bottom: 80px;
}
/*--------------【インナー】----------------*/
.inner {
  width: 1120px;
  margin: 0 auto;
}
/* 横幅いっぱいにしたいときだけ使う modifier */
.inner--full {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}
@media (max-width: 1024px) { /* タブレット以下のサイズ */
  .inner {
    width: 80%;
  }
}
@media (max-width: 767px) { /* スマホ以下のサイズ */
  .inner {
    width: 90%;
  }
}
/* ======================================================
   タイトル
====================================================== */
.page-title-p06 {
  width: min(860px, 100%);
  margin: 0 auto;
  margin-top: 70px;
  overflow: hidden;
}
.page-title-p06__inner {
  position: relative;
  padding: 42px 26px;
  display: grid;
  gap: 10px;
}
.page-title-p06__inner::before {
  content: attr(data-word);
  position: absolute;
  right: 16px;
  top: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  font-size: clamp(36px, 8vw, 92px);
  color: rgba(0, 0, 0, .06);
  pointer-events: none;
  user-select: none;
}
.page-title-p06__sub {
  font-weight: 800;
  letter-spacing: .22em;
  font-size: .78rem;
  color: var(--accent);
}
.page-title-p06__main {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 900;
  letter-spacing: .05em;
  color: var(--brand);
  line-height: 1.15;
}
.page-title-p06__lead {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  max-width: 42ch;
  white-space: nowrap;
}
@media (max-width: 1024px) { /* タブレット以下のサイズ */
  .page-title-p06 {
    width: 80%;
  }
  .page-title-p06__inner {
    padding: 20px 0;
  }
}
@media (max-width: 767px) { /* スマホ以下のサイズ */
  .page-title-p06 {
    width: 90%;
  }
  .page-title-p06__inner::before {
    right: 16px;
    top: 25px;
    font-size: 45px;
  }
}
@media (max-width: 450px) { /* スマホ以下のサイズ */
  .page-title-p06__inner::before {
    top: 25px;
  }
}
@media (max-width: 400px) { /* スマホ以下のサイズ */
  .page-title-p06__inner::before {
    font-size: 40px;
  }
  .page-title-p06__lead {
    font-size: 13px;
  }
}
/*--------------【セクションタイトル】----------------*/
.section-title {
  position: relative;
  text-align: center !important;
  font-weight: 600;
  font-size: var(--font-l); /* 30px 相当 */
  line-height: 1.2;
  color: var(--main-color);
}
.section-title span {
  font-family: "Roboto", sans-serif;
  font-size: var(--font-s);
}
/*--------------【サブタイトル】----------------*/
/* 共通 */
.title-p14 {
  margin-bottom: 10px;
}
.title-p14__main {
  border-left: 4px solid var(--main-6);
  display: inline-block;
}
.title-p14__main {
  font-size: var(--font-m);
  font-weight: 700;
}
/* ======================================================
   ボタン
====================================================== */
.btn-p02 {
  --blue: #118ad6;
  --blue2: #0b63b6;
  --lineH: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(300px, 100%);
  margin: 0 auto;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid var(--blue);
  text-decoration: none;
  color: var(--blue);
  overflow: hidden;
}
/* hoverで“出る”上下ライン（左→右） */
.btn-p02::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(var(--blue2), var(--blue2)) top / 100% var(--lineH) no-repeat, linear-gradient(var(--blue2), var(--blue2)) bottom / 100% var(--lineH) no-repeat;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 520ms ease;
  z-index: 0;
}
/* 中身はラインより上 */
.btn-p02__text, .btn-p02__icon {
  position: relative;
  z-index: 1;
  line-height: 1;
  transition: color 520ms ease, transform 520ms ease;
}
.btn-p02__text {
  font-size: 16px; /* 必要なら var(--font-s) にしてOK */
  letter-spacing: .01em;
  font-weight: 500;
}
.btn-p02__icon {
  font-size: 22px; /* 矢印小さめ */
}
/* hover */
.btn-p02:hover::after {
  transform: scaleX(1);
}
.btn-p02:hover {
  color: var(--blue2);
}
.btn-p02:hover .btn-p02__icon {
  transform: translateX(6px);
}
/* focus（キーボードでも同じ） */
.btn-p02:focus-visible {
  outline: 3px solid rgba(17, 138, 214, .35);
  outline-offset: 4px;
}
.btn-p02:focus-visible::after {
  transform: scaleX(1);
}
.btn-p02:focus-visible {
  color: var(--blue2);
}
/* 動きが苦手な人向け */
@media (prefers-reduced-motion: reduce) {
  .btn-p02::after, .btn-p02__text, .btn-p02__icon {
    transition: none !important;
  }
}
/* ============================================================================================================

============================================================================================================ */
/* ======================================================
  header（site-header）
====================================================== */
/* ヘッダーは常に固定 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  width: 100%;
  z-index: 1000;
}
#header, #header.fixed {
  height: 70px;
}
.site-header {
  width: 100%;
  color: var(--text-dark);
}
/* JSで fixed が付与された際 */
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; /* ← これ追加（幅が安定） */
  width: 100%; /* ← 念のため */
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--gray-2);
}
body.is-header-fixed {
  padding-top: 70px;
}
/* 既存のこれがあるなら、不要になる（残しても害は少ない） */
#header.fixed {
  /* ここは消すか空でOK */
}
body.is-header-fixed {
  /* ここは消すか空でOK */
}
/* -----------------------------------------------------
  header：inner
----------------------------------------------------- */
.site-header__inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
/* -----------------------------------------------------
  header：brand
----------------------------------------------------- */
.site-header__brand {
  flex: 0 0 auto;
}
.site-header__brand-link:hover {
  opacity: 0.9;
}
.site-header__logo {
  width: auto;
  height: 69px; /* 必要に応じて調整 */
  display: block;
}
.site-header__name {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-s);
  white-space: nowrap;
}
@media (max-width: 767px) {/* スマホ以下のサイズ */
	.site-header__logo {
  height: 45px;
		margin-left: 10px;
}
	
  }

/* -----------------------------------------------------
  header：nav（PC）
----------------------------------------------------- */
.site-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.site-header__nav-list {
  display: block;
}
.site-header__nav-ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.site-header__nav-ul li {
  margin: 0;
  padding: 0;
}
.site-header__nav-ul li a {
  display: block;
  padding: 10px 12px;
  color: var(--text-dark);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: color .2s ease, background-color .2s ease;
  border-radius: 999px;
}
.site-header__nav-ul li.current a, .site-header__nav-ul li a:hover {
  color: var(--main-5);
  background-color: var(--main-1);
}
/* ======================================================
  hamburger（openbtn：5-2-7ベースを調整）
====================================================== */
.openbtn {
  display: none; /* PCでは非表示 */
  width: 50px;
  height: 50px;
  background: var(--main-5);
  border-radius: 6px;
  cursor: pointer;
  /* buttonのデフォルト崩れ対策 */
  padding: 0;
  border: 0;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}
.openbtn .openbtn-area {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all .4s;
}
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background: var(--white);
  transition: all .4s;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/* activeで奥行き回転 → × */
.openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
/* ======================================================
  SP nav（丸背景＋全画面：5-1-20ベースを調整）
====================================================== */
.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--main-2) 0%, var(--main-1) 50%, var(--main-5) 100%);
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all .6s;
  pointer-events: none;
}
.circle-bg.circleactive {
  transform: scale(50);
}
/* panelactive時にナビを全画面化 */
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}
/* ======================================================
  レスポンシブ
====================================================== */
/* パソコン */
@media (min-width: 1280px) {}
/* ノートPC（高さ低め） */
@media (min-width: 1280px) and (max-height: 800px) {
  .site-header__nav-ul li a {
    padding: 9px 10px;
  }
}
/* タブレット以下 */
@media (max-width: 1024px) {
  .site-header__nav-ul li a {
    padding: 10px 10px;
  }
}
/* タブレット（768〜1279px） */
@media (min-width: 768px) and (max-width: 1279px) {
  .site-header__name {
    font-size: var(--font-xs);
  }
}
/* スマホ以下（〜767px） */
@media (max-width: 1024px) {
  /* header内はブランドだけ見せる（必要なら調整可） */
  .site-header__nav {
    display: block;
  }
  /* PC用の横並びULは隠す（全画面用に切替） */
  .site-header__nav-ul {
    display: block;
  }
  /* ハンバーガーを常に最前面＆固定（埋もれ防止） */
  .openbtn {
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10001;
  }
  /* ナビリストは初期非表示（panelactiveで表示） */
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  /* ULを画面中央へ */
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(340px, 82%);
    margin: 0;
    padding: 0;
  }
  #g-nav.panelactive ul {
    opacity: 1;
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    display: block;
    padding: 14px 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--text-dark);
    text-transform: uppercase;
    background: transparent;
    border-radius: 10px;
    transition: color .2s ease, background-color .2s ease;
  }
  /* 現在地とホバー */
  #g-nav li.current a {
    color: var(--main-5);
    background-color: var(--main-1);
  }
  /* SPでは hover を抑えたい場合（任意） */
  #g-nav li a:hover {
    color: var(--text-dark);
    background-color: transparent;
  }
  /* 背景出現後に li を順番に表示 */
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* 社名が長いので少し詰める */
  .site-header__name {
    font-size: var(--font-xs);
  }
  .site-header__logo {}
}
@media (max-width: 767px) { /* スマホ以下のサイズ */
  .openbtn {
    right: 10px;
  }
}
/* スマホ L（401〜767px） */
@media (min-width: 401px) and (max-width: 767px) {}
/* スマホ S（〜400px） */
@media (max-width: 400px) {
  .site-header__name {
    letter-spacing: 0.02em;
  }
}
/* ======================================================
   footer
====================================================== */
/*#footer {
}*/
/*--------------【お問い合わせリンク】----------------*/
/* セクション：背景（青グラデ＋写真っぽい雰囲気） */
.section--contact-link-p01 {
  --bg-img: url(../image/common/contact-link-img.jpg);
  /* トークンに寄せる（brand mainの濃淡） */
  --blue1: color-mix(in srgb, var(--main-4) 72%, transparent);
  --blue2: color-mix(in srgb, var(--main-5) 78%, transparent);
  --shadow: var(--box-shadow-8);
  position: relative;
  padding: clamp(40px, 6vw, 70px) 0;
  color: var(--white);
  overflow: hidden;
}
/* 背景レイヤー（擬似要素） */
.section--contact-link-p01::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--blue1), var(--blue2)), var(--bg-img) center/cover no-repeat;
  transform: scale(1.02);
  z-index: 0;
}
/* 中身を前面へ */
.section--contact-link-p01 .inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin-inline: auto;
  padding-inline: 18px;
}
/* ヘッダー */
.contact-link-header-p01 {
  text-align: center;
  display: grid;
  gap: 10px;
  margin-bottom: clamp(16px, 2.2vw, 22px);
}
.contact-link-header-p01 .section-title {
  margin: 0;
}
.contact-link-header-p01 h2 {
  color: var(--white);
}
.contact-link-lead-p01 {
  margin: 0 auto;
  max-width: 56ch;
  font-size: var(--font-s);
  opacity: .92;
  line-height: 1.9;
}
/* 2分割の白いボックス */
.contact-link-wrapper-p01 {
  background: var(--white);
  color: var(--text-dark);
  border-radius: 6px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
/* カラム共通 */
.contact-link-box-p01 {
  padding: clamp(18px, 2.6vw, 26px);
  display: grid;
  gap: 12px;
  align-content: center;
  text-align: center;
}
.contact-link-box-p01--tel {
  border-left: 1px solid var(--gray-2);
}
.contact-link-label-p01 {
  margin: 0;
  font-weight: 800;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
.contact-link-body-p01 {
  display: grid;
  gap: 10px;
  justify-items: center;
}
/* 左：フォームボタン */
.contact-link-btn-p01 {
  justify-self: center;
  width: min(340px, 100%);
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--white);
  /* brand mainの濃淡でグラデ */
  background: linear-gradient(180deg, var(--main-4), var(--main-8));
  box-shadow: var(--box-shadow-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition: transform 160ms ease, filter 160ms ease;
}
.contact-link-btn-p01:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}
.contact-link-arrow-p01 {
  font-size: var(--font-m);
  line-height: 1;
}
.contact-link-note-p01 {
  margin: 0;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
/* 右：電話 */
.contact-link-tel-p01 {
  font-size: var(--font-xl);
  font-weight: 900;
  letter-spacing: .03em;
  text-decoration: none;
  color: var(--main-8);
}
.contact-link-info-p01 {
  margin: 0;
  display: grid;
  gap: 4px;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
.contact-link-emergency-p01 {
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--main-1);
  border: 1px solid var(--main-3);
  display: grid;
  gap: 6px;
  justify-items: center;
}
.contact-link-emergency-label-p01 {
  margin: 0;
  font-size: var(--font-xs);
  font-weight: 800;
  color: var(--text-soft);
}
.contact-link-emergency-tel-p01 {
  text-decoration: none;
  font-weight: 900;
  color: var(--main-8);
  font-size: var(--font-s);
}
.tel-small-font {
  font-size: var(--font-m);
}
.contact-link-fax-p01 {
  margin: 4px 0 0;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
.contact-link-fax-note-p01 {
  color: var(--text-soft);
  font-size: var(--font-xs);
}
/* SP：縦並び */
@media (max-width: 720px) {
  .contact-link-wrapper-p01 {
    grid-template-columns: 1fr;
  }
  .contact-link-box-p01--tel {
    border-left: none;
    border-top: 1px solid var(--gray-2);
  }
  .tel-small-font {
    font-size: var(--font-s);
  }
}
/*--------------【会社アドレス】----------------*/
.footer-company-info {
  margin: 50px auto;
}
.footer-company-name {
  text-align: center;
  font-size: var(--font-m); /* 20px 相当 */
  font-weight: bold;
  margin-top: 50px;
}
.footer-company-name a {
  display: inline-block;
}
.footer-company-name img {
  display: block;
  height: 80px;
  text-align: center;
  margin: 0 auto;
}
/**/
.footer-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 30px auto 0 auto;
}
.footer-address li {
  text-align: center;
}
.footer-address li a {
  display: inline-block;
}
.shikiri {
  padding: 0 10px;
}
/**/
.footer-site-menu {
  padding: 50px 0;
}
/**/
.copyright {
  color: var(--white);
  font-size: var(--font-xs); /* 13px 相当 */
  text-align: center;
  padding: 1rem 2rem;
  background-color: var(--main-color);
}
/* -------------------------
   レスポンシブ（footer）
   ------------------------- */
/* 高さが大きい端末（iPad大想定） */
@media (min-height: 1200px) {
  .contact-container dd a {
    width: 40%;
  }
  .footer-logo {
    width: auto;
  }
  .footer-img {
    height: 40vh;
    width: 40vw;
  }
  .footer-address {
    width: 40vw;
  }
}
/* スマホ（〜767px） */
@media (max-width: 767px) {
  .footer-logo img {
    height: 100px;
  }
  .footer-flex {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .footer-address {
    width: 100%;
  }
  .footer-img {
    width: 100%;
  }
  iframe {
    height: auto;
    width: 80%;
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .footer-address-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .shikiri {
    display: none;
  }
  .footer-nav-menu {
    display: none;
  }
}
/* ======================================================
   ページトップボタン
====================================================== */
/* 矢印の外枠（aタグなどの親要素にサイズを指定） */
.arrow-icon-btt-s02 {
  display: inline-block;
  position: relative;
  width: 24px; /* 矢印の幅 */
  height: 24px; /* 矢印の高さ */
  background: var(--main-color);
  padding: 25px;
}
/* 矢印本体（CSS Chevrons方式） */
.arrow-icon-btt-s02::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff; /* 矢印の太さと色 */
  border-right: 3px solid #fff; /* 矢印の太さと色 */
  transform: rotate(-45deg); /* 上向きにする */
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
/* ホバー時の装飾（必要に応じて） */
.arrow-icon-btt-s02:hover {
  background: var(--main-6); /* ホバー時に色を変える場合 */
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
/* -------------------------
   レスポンシブ（page-top）
   ------------------------- */
@media (min-height: 1200px) {
  #page-top img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  #page-top img {
    height: 80px;
  }
}