/* =========================
   Base
========================= */
body{margin:0;font-family:"Noto Sans JP",sans-serif;color:#000}

/* =========================
   Header
========================= */
header{width:100%;background:#fff;border-bottom:1px solid #ddd;position:sticky;top:0;z-index:1000}
.header-inner{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 70px;box-sizing:border-box}
.logo img{height:40px}
nav{display:flex;align-items:center;gap:30px}
.nav-links{display:flex;gap:24px}
.nav-links a{font-size:16px;font-weight:500;color:#000;text-decoration:none}
.nav-buttons{display:flex;gap:12px}
.nav-buttons a{display:inline-flex;align-items:center;justify-content:center;background:#2E2E2E;color:#fff;font-size:14px;font-weight:500;border-radius:8px;padding:6px 30px;line-height:27px;letter-spacing:.14em;text-decoration:none}
.nav-buttons a:hover{opacity:.85}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:6px;width:32px;height:28px;background:transparent;border:0;cursor:pointer}
.hamburger span{display:block;height:2px;background:#2E2E2E;border-radius:2px}

/* Drawer */
.drawer-back{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1200}
.drawer{position:fixed;top:0;right:0;height:100dvh;width:min(86vw,420px);background:#fff;border-left:1px solid #eee;transform:translateX(100%);transition:transform .25s ease;z-index:1300;display:flex;flex-direction:column;padding:18px}
.drawer .drawer-logo img{height:36px}
.drawer nav{display:flex;flex-direction:column;gap:16px;margin-top:20px}
.drawer .actionBtn{display:inline-flex;align-items:center;justify-content:center;background:#2E2E2E;color:#fff;font-size:18px;font-weight:500;border-radius:9999px;padding:10px 18px;line-height:27px;letter-spacing:.14em;text-decoration:none}
.drawer.is-open{transform:translateX(0)}
.drawer-back.is-active{opacity:1;pointer-events:auto}

/* =========================
   Hero
========================= */
.hero{position:relative;overflow:hidden;height:1024px}
.hero img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0;opacity:0;transition:opacity 1s ease}
.hero img.active{opacity:1}
.hero-text{position:absolute;top:50%;left:80px;transform:translateY(-50%);color:#fff}
.hero-text h1{font-size:clamp(28px,5vw,75px);font-weight:700;line-height:1.35;margin:0}
.hero-text p{font-size:clamp(14px,2vw,35px);margin-top:26px}
.mini {
	font-size:28px;
}

/* =========================
   Popup（最終・完全版）
========================= */

/* オーバーレイ背景 */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

/* 白い大きなカード */
.popup {
  background: #ffffff;
  width: min(90%, 650px);
  padding: 60px 40px;
  border-radius: 24px;
  box-shadow: 0 4px 40px rgba(0,0,0,0.18);
  text-align: center;
}

/* タイトル */
.popup-title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 700;
}

/* ボタンエリア（コンテンツ幅で中央寄せ） */
.popup-buttons {
  display: inline-flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin: 0 auto;
}

/* ボタン共通 */
.popup-buttons button {
  background: #ffffff;
  border: 2px solid #1f3f7f;
  color: #1f3f7f;
  font-size: 22px;          /* 「はい」「いいえ」を大きく */
  font-weight: 700;
  padding: 16px 36px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* （カッコ内） */
.popup-buttons button small {
  font-size: 14px;
  font-weight: 500;
}

/* ボタン内の ＞ */
.popup-buttons button::after {
  content: "›";
  font-size: 20px;
  margin-left: 2px;
}

/* ホバー */
.popup-buttons button:hover {
  background: #f1f5ff;
  transform: translateY(-2px);
}

/* ※ トップに戻る（右下揃え） */
.popup-note {
  font-size: 14px;     /* 指定通り */
  opacity: 0.8;
  margin-top: 20px;

  width: fit-content;  /* 内容分だけの幅 */
  margin-left: auto;   /* ボタン右端に揃える */
  margin-right: 0;
  display: block;
}


/* =========================
   Section container / header
========================= */
/* 見出しと下カラムの左位置を合わせる */
.secContainer{padding-left:70px;box-sizing:border-box;padding-right: 70px;}
.section-header{margin-bottom:30px}
/* 正：secTitle 14px / secSub 30px 太字 */
.section-header .secTitle{font-size:30px;font-weight:700;color:#191919;margin:0}
.section-header .secSub{margin-top:6px;font-size:50px;font-weight:700;color:#7B7B7B;letter-spacing:.02em}

/* PCのみ任意改行、狭い幅では自然改行 */
br.pcOnly{display:inline}

@media (max-width:980px){
	.mini {
	font-size:13px;
}
.section-header .secTitle{font-size:22px;}
.section-header .secSub{font-size:34px;}
}

/* =========================
   About Section
========================= */
.aboutSec{margin-top:150px;padding-bottom:60px}
.aboutContainer{padding-right:170px} /* テキスト右の余白ポリシー */



/* 下カラム：100%フルブリード（左右端まで） */
.aboutInner{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 1fr;
  align-items:center;
  gap:40px;
  position:relative;
  left:calc(50% - 50vw);
  width:100vw;
  box-sizing:border-box;
}
.aboutImg{border-radius:16px;overflow:hidden}
.aboutImg img{display:block;width:100%;height:auto}
.aboutText{padding:0}
.aboutText p{margin:14px 0 0;line-height:1.9;font-size:18px}

@media (max-width:980px){
.aboutImg {margin: 0;}
.aboutText p {
    font-size: 16px;
}
.aboutSec {
    margin-top: 50px;
}
}

/* ボタン：右寄せ＋本文から100px空ける（SP/共通） */
.btnRow{text-align:right;margin-top:100px}
.btnDark{
  display:inline-flex;align-items:center;justify-content:center;
  background:#191919;color:#fff;border-radius:6px;padding:8px 60px;
  font-weight:500;text-decoration:none;font-size:16px
}
.btnDark:hover{filter:brightness(1.08)}

/* PCだけ br.pcOnly を効かせる（SPは無視） */
br.pcOnly{display:inline}
@media (max-width:980px){
  br.pcOnly{display:none}
}

/* === About: PC時の行間調整 + ボタン右端を確実に === */
@media (min-width: 981px){
  .aboutText{
    width: 710px;
    justify-self: center;  /* グリッド右カラム内で中央配置 */
  }

  .aboutText p{
    white-space: pre-line;  /* <br>をそのまま反映 */
    line-height: 1.3;       /* 行間リセット */
    margin: 0;
  }

  .aboutText .btnRow{
    display: flex;
    justify-content: flex-end;
    margin-top: 100px;
    text-align: unset;
  }
}

/* ===== SP：通常フロー（全幅）＆自然改行 ===== */
@media (max-width:1200px){
  .aboutInner{
    left:0;
    width:100%;
    padding:0 16px;
    grid-template-columns:1fr; /* 縦並び */
    gap:20px;
  }

  .aboutText{
    width:auto;
    justify-self:stretch;
  }

  .aboutText p{
    white-space:normal;
    line-height:1.9;
    margin:14px 0 0;
  }
}


/* =========================
   Technician Section（4カラム）
========================= */
:root{--techH:670px} /* 画像高さの基準 */

.techSec{margin-top:80px;padding-bottom:60px}

/* カラム全体100% ＋ 比率で配分（gapは別） */
.techGrid{
  display:grid;grid-template-columns:24.2fr 30.6fr 17.1fr 24fr;
  column-gap:12px;align-items:stretch;width:100%
}
.techImg{border-radius:16px;overflow:hidden;height:var(--techH);margin: 0;}
.techImg img{width:100%;height:100%;object-fit:cover;display:block}

/* 3カラム目（テキスト） */
.techText{display:flex;flex-direction:column}
.techText p{margin:0;line-height:1.9; font-size: 18px;}


/* PCのみ上下中央寄せ */
@media (min-width:981px){
  .techText{justify-content:center;align-items:stretch;height:100%;padding: 10px;}
}

/* テキストカラム内ボタン：全幅＋改行なし＋角丸6px */
.techText .btnDark{
  display:block;width:auto;margin:0 auto;text-align:center;white-space:nowrap;
  padding:4px 24px;border-radius:6px;
  margin-top: 50px;
}
.techText .btnDark:hover{filter:brightness(1.08)}

/* =========================
   Responsive
========================= */

@media (max-width:1200px){
  .techGrid{grid-template-columns:1fr 1fr;row-gap:24px}
  .techImg{height:min(52vw,var(--techH))}
}

@media (max-width:980px){
  .techText p {
    font-size: 16px;
}
  .header-inner{padding:10px 16px}
    /* ドロワー以外のナビだけ非表示 */
  header nav:not(.drawer-nav){ display:none; }
  .hamburger{display:flex}
  .hero{height:58dvh}
  .hero-text{left:20px}

  .secContainer{padding-left:16px;padding-right: 16px;}
  .aboutContainer{padding-right:16px}

  /* About：フルブリード解除して左右16px */
  .aboutInner{left:0;width:100%;padding:0 16px;grid-template-columns:1fr;gap:20px}
  br.pcOnly{display:none}

  .btnRow{margin-top:32px;text-align:right}
  .btnDark{padding:4px 60px}

  .techGrid{grid-template-columns:1fr;row-gap:20px}
  .techImg{height:auto}
}
/* ===== Pair Section (2カラム並列) ===== */
.pairSec{ margin-top:80px; padding-bottom:60px; }

.pairGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;  /* 左右2ブロック */
  gap:56px;                        /* ブロック間の余白 */
}

/* 各ブロック内は 画像×テキストの2カラム */
.pairInner{
  display:grid;
  grid-template-columns: 1fr 1fr;  /* 左：テキスト / 右：画像 */
  gap:24px;
  align-items:center;
}

.pairText p{ margin:0; line-height:1.9; }
.pairImg{ border-radius:16px; }
.pairImg img{ display:block; width:100%; height:auto; }

/* モバイル：縦並び */
@media (max-width:980px){
  .pairGrid{ grid-template-columns:1fr; gap:40px; }
  .pairInner{ grid-template-columns:1fr; gap:16px; }
}
/* ===== Pair Section (2ブロック横並び) ===== */
.pairSec{ margin-top:80px; padding-bottom:60px; }

.pairGrid{
  display:grid;
  grid-template-columns: 1fr 1fr; /* 左右2ブロック */
  gap:40px;
}

/* 入れ子：左テキスト210px固定、右画像は自動 */
.pairInner{
  display:grid;
  grid-template-columns: 240px 1fr;
  gap:36px;
  align-items:center;
}

/* テキスト部 */
.pairText p{ margin:0; line-height:1.9; font-size: 18px; }

/* 画像：角丸＋高さ580pxでトリミング */
/* 画像ラッパー */
.pairImg {
  position: relative;
  margin: 0;
  /* overflow: hidden; ←削除！*/
}

/* 画像だけ角丸 */
.pairImg img {
  display: block;
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 16px; /* ← これを画像に移動 */
}

/* ボタンを画像内に重ねる */
.btnOverlay {
  position: absolute;
    left: -100px;
    bottom: -24px;
    border-radius: 6px;
    padding: 8px 60px;
  background: #191919;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.btnOverlay:hover {
  filter: brightness(1.15);
  transform: translateX(-2px);
}
/* ===== Responsive ===== */
@media (max-width:980px){
  .pairText p {
    font-size: 16px;
}
  .pairGrid{ grid-template-columns:1fr; gap:40px; }
  .pairInner{ grid-template-columns:1fr; gap:16px; }
  .pairImg img{ height:auto; }
  .btnOverlay {
    position: static;
    margin-top: 16px;
    left: auto;
    bottom: auto;
    box-shadow: none;
  }
}
/* ===== Recruit Section ===== */
.recruitSec {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.recruitWrapper {
  position: relative;
}

.recruitBg {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

/* ピンク背景ボックス */
.recruitBox {
  position: absolute;
  top: 50px;
  left: 70px;
  background: #F2EBEB;
  padding: 50px 60px;
  border-radius: 10px;
  max-width: 520px;
  box-sizing: border-box;
}

/* 日本語タイトル */
.recruitBox .secTitle {
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 10px;
}

/* 英語タイトル（右にはみ出す） */
.recruitBox .secSub {
  font-size: 100px;
  font-weight: 700;
  color: #7B7B7B;
  letter-spacing: 0.02em;
  margin: 0;
  position: relative;
  right: -100px; /* ← はみ出し */
  line-height: 1;
}

.recruitBox p {
  font-size: 15px;
  line-height: 1.9;
  margin: 30px 0 24px;
}

/* ボタン */
.recruitBox .btnDark {
  display: inline-block;
  padding: 10px 40px;
  background: #191919;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
}
.recruitBox .btnDark:hover {
  filter: brightness(1.1);
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .recruitBox {
    position: static;
    max-width: 100%;
    margin: 20px 16px 0;
    padding: 32px 24px;
  }
  .recruitBox .secSub {
    font-size: 42px;
    right: 0;
  }
}
/* ===== Recruit Section (左右余白ルール対応) ===== */
.recruitSec{ margin-top:80px; position:relative; }

/* ビューポートいっぱいに広げて右70px余白、画像は左24.3%から開始 */
.recruitWrapper{
  position:relative;
  left:calc(50% - 50vw);
  width:100vw;
  padding-right:70px;          /* 右側 70px 余白 */
  box-sizing:border-box;
}

/* 背景写真：左 24.3% 余白を空けて表示 */
.recruitBg{
  display:block;
  width:calc(100% - 24.3vw);   /* 右70pxは親のpaddingで担保 */
  margin-left:24.3vw;          /* 左 24.3% 余白 */
  height:auto;
  object-fit:cover;
  border-radius:16px;
}

/* ピンクの重ね枠 */
.recruitBox{
  position:absolute;
  top:50px;
  left:70px;                   /* 必要に応じて微調整OK */
  background:#F2EBEB;
  padding:50px 60px 90px;
  max-width:600px;
  border-radius:10px;
  box-sizing:border-box;
}

/* 見出し（既存ルールを継承） */
.recruitBox .secTitle{ font-size:30px; font-weight:700; color:#191919; margin:0 0 40px; }
.recruitBox .secSub {
  font-size: 100px;
  font-weight: 700;
  color: #7B7B7B;
  letter-spacing: 0.02em;
  margin: 0;
  line-height: 1;
  white-space: nowrap; /* PCでは改行しない */
  position: static;     /* ← 右へはみ出さない（前の right:-100px; を削除） */
  text-align: left;     /* ← 左揃え */
}
.recruitBox p{ font-size:18px; line-height:1.9; margin:60px 0 80px; }
.recruitBox .btnDark{ border-radius:6px; padding:8px 60px; }

/* SP調整 */
@media (max-width:980px){
  .recruitWrapper{ left:0; width:100%; padding-right:16px; padding-left:16px; }
  .recruitBg{ width:100%; margin-left:0; }
      .recruitBox {
        position: sticky;
        max-width: 100%;
        margin-top: -60px;
        padding: 32px 24px;
        display: block;
        z-index: 5;
    }
  .recruitBox .secSub{
    font-size:42px;
    right:0;
    white-space:normal;        /* ← SPは改行OK */
  }
  .recruitBox p {
    font-size: 14px;
    line-height: 1.9;
    margin: 60px 0 80px;
}
.recruitBox .secTitle {
    font-size: 22px;
}
}
/* =====================
NEWS (fresh / lightweight / no images)
===================== */
:root{
/* Layout paddings (mobile-first). Adjust only these if needed */
--pad-x: 20px;
--gap-x: 60px; /* date ↔ cat ↔ title spacing */


/* Typography & colors (project tokens) */
--ff: "Noto Sans JP", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
--c-text: #000;
--c-muted: #7B7B7B;
--c-head: #191919;
--c-line: #E8E8E8;


/* Category pill */
--pill-h: 26px;
--pill-r: 999px;
--pill-bd: #D9D9D9;
--pill-bg: #F8F8F8;
--pill-w: 180px; /* 全カテゴリ同一幅。長い名称用 */
}


.news{ font-family: var(--ff); color: var(--c-text); padding: 40px var(--pad-x); border-top: none; }


/* Section head */
.news__head{ border-bottom: none;}
.news__head header{ display:block; margin-bottom: 16px; }
.news__eyebrow{ font-size: 30px; color: #191919; letter-spacing: .02em; margin-bottom: 10px; font-weight:bold;}
.news__h{ font-size: 50px; font-weight: 700; color: #7B7B7B; line-height: 1.1; }
.news__head h2 {margin: 0 0 80px;}
.news__more{ display:inline-block; padding: 12px 60px; border: 0; border-radius: 12px; text-decoration: none; background:#111; color:#fff; font-size: 16px; line-height:1; white-space: nowrap; }
.news header {background: none; z-index: 10; position: relative;}

/* List */
.news__list{ border-top: none; margin-top: 12px; }
.news__item{ border-bottom: 1px solid var(--c-line); }
.news__link{ display:grid; grid-template-columns: 128px auto 1fr; column-gap: var(--gap-x); align-items:center; padding: 14px 0; text-decoration:none; color:inherit; }
.news__date{ font-size: 18px; color: var(--c-muted); white-space: nowrap; margin-right: 24px; }


/* Pill: 全カテゴリ同一幅 */
.news__cat{ display:inline-flex; align-items:center; justify-content:center; height: var(--pill-h); width: var(--pill-w); border: 1px solid var(--pill-bd); background: #fff; border-radius: var(--pill-r); padding: 0 12px; white-space: nowrap; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.02); }
.news__cat > span{ display: inline-block; line-height: 1; overflow:hidden; text-overflow: ellipsis; }


/* Title: single line with ellipsis */
.news__title{ min-width:0; font-size: 18px; line-height: 1.8; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 24px; }


/* Hover on desktop */
@media (hover:hover){ .news__link:hover .news__title{ text-decoration: underline; } }


/* SP fix: 文字はみ出し対策。メタを上、タイトルを下に回す */
@media (max-width: 640px){
  .news__head h2 {
    margin: 0 0 40px;
}
  .news__eyebrow {
    font-size: 22px;
}
.news__h {
    font-size: 34px;
}
  .news__date {
    font-size: 14px;
}
.news__link{ grid-template-columns: auto 1fr; grid-template-rows: auto auto; align-items: start; row-gap: 8px; }
.news__date{ margin-right: 12px; }
.news__cat{ width: 150px; font-size: 13px;} /* SPでも等幅だが少し短く */
.news__title{ grid-column: 1 / -1; margin-left: 0; white-space: normal; overflow: visible; text-overflow: clip; font-size: 16px; }
}
@media (max-width: 980px) {
    .news__foot {
        margin-top: 60px;
    }
}

/* Desktop paddings (left 70px + 11%, right 70px) */
@media (min-width: 1024px){
.news{ padding: 100px 70px 200px; padding-left: calc(70px + 11%); }
.news__foot{ margin-top: 100px; text-align: right; }
}
/* ========== FOOTER (札幌デンタル・ラボラトリー) ========== */
.footer {
  background: #EEEEEE;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  padding: 60px 70px 30px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 140px;
  max-width: 1400px;
  margin: 0 auto;
}

/* ------------------------------
   左カラム：会社情報
------------------------------ */
.footer__info {
  flex: 1 1 42%;
  min-width: 400px;
}

.footer__logo {
  width: 350px;
  margin-bottom: 40px;
}

/* 住所リスト：左右2カラム構成 */
.footer__addresses {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 左列（本社・苫小牧）／右列（北見・北東北・E・テラス） */
.footer__addresses .col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
}

.footer__addresses p {
  margin: 0 0 6px;
}

/* ------------------------------
   右カラム：ナビ・SNS・バナー
------------------------------ */
.footer__nav {
  flex: 1 1 16%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  margin-top: 100px; /* 上余白 */
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 30px 80px;
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: bold;
}

.footer__links a {
  color: #000;
  text-decoration: none;
}

.footer__links a:hover {
  text-decoration: underline;
}

/* SNSアイコン */
.footer__sns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.footer__sns img {
  width: 32px;
  height: 32px;
  display: block;
}

/* バナー：右寄せ */
.footer__banners {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.footer__banners img {
  width: 200px;
  height: auto;
  display: block;
  border-radius: 2px;
}

/* コピーライト */
.footer__copy {
  text-align: center;
  font-size: 13px;
  color: #191919;
  margin-top: 100px;
}

/* ------------------------------
   スマホ表示
------------------------------ */
@media (max-width: 768px) {
  .footer {
    padding: 40px 20px 20px;
  }

  .footer__inner {
    flex-direction: column;
	  gap:0;
  }

  .footer__info,
  .footer__nav {
    min-width: 100%;
	  margin-top:50px;
  }

  /* 住所：縦並び */
  .footer__addresses {
    flex-direction: column;
    gap: 16px;
  }

  .footer__addresses .col {
    gap: 16px;
    font-size: 14px;
  }

  .footer__links {
    grid-template-columns: 1fr 1fr;
    gap: 10px 24px;
    font-size: 14px;
	  margin-bottom:50px;
  }


  .footer__banners {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }

  .footer__banners img {
    width: auto;
  }
}
/* メニュー最終行の右側にSNSを配置 */
.footer__sns--inline {
  grid-column: 2;           /* 2列グリッドの右側へ */

  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 既存アイコンサイズ指定を再利用 */
.footer__sns--inline img {
  width: 32px;
  height: 32px;
  display: block;
}

/* SP時はメニューの下にフル幅で回す */
@media (max-width: 768px) {
  .footer__sns--inline {
    grid-column: 1 / -1;    /* 1行使って下段に配置 */
    justify-self: start;    /* 左寄せ（必要ならcenterでもOK） */
    margin-top: 8px;
  }
}


/* 改行防止の土台 */
.header-inner { flex-wrap: nowrap; }
nav { flex-wrap: nowrap; }
.nav-links, .nav-buttons { white-space: nowrap; flex-wrap: nowrap; }
/* ===== 1500px以下：ヘッダーを段階的に圧縮 ===== */
@media (max-width:1500px){
  .header-inner{
    padding:10px 50px; /* 横の余白を減らす */
    gap:20px;
  }

  .nav-links{
    gap:28px; /* リンク間隔を少し狭く */
  }
  .nav-links a{
    font-size:16px; /* 18px → 16px */
  }

  .nav-buttons{
    gap:10px;
  }
  .nav-buttons a{
    font-size:15px;  /* 16px → 15px */
    padding:6px 22px; /* 30px → 22px */
    border-radius:6px;
  }
}

/* ===== 1350px以下：さらに詰める（改行防止） ===== */
@media (max-width:1350px){
  .header-inner{ padding:8px 40px; }

  .nav-links{ gap:20px; }
  .nav-links a{ font-size:15px; }

  .nav-buttons{
    gap:8px;
  }
  .nav-buttons a{
    font-size:14px;
    padding:6px 14px;
    letter-spacing:0.05em;
  }

  /* ロゴも少し小さく */
  .logo img{
    height:34px;
  }
}

/* ===== 1250px以下：全体をぎゅっと中央寄せ＆非改行対策 ===== */
@media (max-width:1250px){
  .header-inner{
    padding:8px 8px;
  }

  .nav-links, .nav-buttons{
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  /* それでも入りきらない場合に備え、微スクロール許可 */
  nav{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  nav::-webkit-scrollbar{ display: none; }
}
/* Drawer: ヘッダー行（ロゴ＋×） */
.drawer-header{
  display:flex; align-items:center; justify-content:space-between;
  padding:8px 6px 12px;
}

/* ×ボタン */
.drawer-close{
  width:36px; height:36px; border:none; background:transparent; cursor:pointer;
  position:relative; border-radius:8px;
}
.drawer-close span{
  position:absolute; top:50%; left:50%; width:22px; height:2px; background:#2E2E2E; border-radius:2px;
  transform-origin:center; transition:transform .18s ease, opacity .18s ease;
}
.drawer-close span:first-child{ transform:translate(-50%,-50%) rotate(45deg); }
.drawer-close span:last-child{  transform:translate(-50%,-50%) rotate(-45deg); }
.drawer-close:active{ opacity:.7; }

/* Drawer: ナビの見た目（タップしやすく、すっきり） */
.drawer nav.drawer-nav{ display:flex; flex-direction:column; gap:0; margin-top:6px; }
.drawer nav.drawer-nav a{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 6px; font-size:16px; color:#111; text-decoration:none;
  border-bottom:1px solid #eee;
}
.drawer nav.drawer-nav a:first-child{ border-top:1px solid #eee; }
.drawer nav.drawer-nav a:hover{ background:#fafafa; }

/* アクションボタンは区切って目立たせる */
.drawer nav.drawer-nav a.actionBtn{
  margin-top:12px; border:1px solid #e7e7e7; background:#2E2E2E; color:#fff;
  justify-content:center; border-radius:9999px; padding:12px 14px; line-height:1;
}
.drawer nav.drawer-nav a.actionBtn + a.actionBtn{ margin-top:10px; }

/* 余白の最適化（既存 .drawer に padding:18px があるならOK。お好みで） */
.drawer{ padding:14px 16px 18px; }
.drawer .drawer-logo img{ height:36px; }
.no-scroll{ overflow:hidden; }
/* Drawer 全体のトーンを白＋淡グレーで柔らかく */
.drawer{
  background:#fff;
  border-left:1px solid #e6e6e6;
  display:flex;
  flex-direction:column;
  justify-content:space-between; /* 下部infoを最下に */
  height:100dvh;
  padding:16px 28px 24px;
  box-sizing:border-box;
}

/* ヘッダー部：ロゴ＋× */
.drawer-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}

/* ×ボタン */
.drawer-close{
  width:36px;height:36px;border:none;background:transparent;cursor:pointer;position:relative;
}
.drawer-close span{
  position:absolute;top:50%;left:50%;width:22px;height:2px;background:#191919;border-radius:2px;
}
.drawer-close span:first-child{transform:translate(-50%,-50%) rotate(45deg);}
.drawer-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg);}
.drawer-close:hover{opacity:.7;}

/* ナビゲーション */
.drawer-nav ul{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.drawer-nav a{
  display:block;
  padding:14px 0;
  font-size:17px;
  color:#191919;
  text-decoration:none;
  border-bottom:1px solid #eee;
  transition:background .2s;
}
.drawer-nav a:hover{background:#f9f9f9;}
.drawer-nav a.actionBtn{
  background:#191919;
  color:#fff;
  border-radius:9999px;
  text-align:center;
  margin-top:14px;
  padding:12px 0;
  font-weight:500;
  border:none;
  transition:filter .2s;
}
.drawer-nav a.actionBtn:hover{filter:brightness(1.1);}

/* 下部：会社情報 */
.drawer-info{
  font-size:13px;
  color:#555;
  border-top:1px solid #ddd;
  padding-top:16px;
  margin-top:30px;
  line-height:1.6;
}
.drawer-company{
  font-weight:700;
  font-size:14px;
  color:#191919;
  margin-bottom:6px;
}
.drawer-sns{display:flex;gap:12px;margin-top:10px;}
.drawer-sns img{width:26px;height:26px;}
/* Drawer全体：上寄せ＆間延び防止 */
.drawer{
  background:#fff;
  border-left:1px solid #e6e6e6;
  display:flex;
  flex-direction:column;
  justify-content:flex-start; /* ← 上寄せ */
  height:100dvh;
  padding:28px;
  box-sizing:border-box;
}

/* ヘッダー（ロゴ＋×） */
.drawer-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}

/* ×ボタン */
.drawer-close{
  width:36px;height:36px;border:none;background:transparent;cursor:pointer;position:relative;
}
.drawer-close span{
  position:absolute;top:50%;left:50%;width:22px;height:2px;background:#191919;border-radius:2px;
}
.drawer-close span:first-child{transform:translate(-50%,-50%) rotate(45deg);}
.drawer-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg);}
.drawer-close:hover{opacity:.7;}

/* ===== メニューを横2列グリッド ===== */
.drawer-nav ul{
  display:grid;
  grid-template-columns: 1fr 1fr; /* 2列 */
  gap:12px 28px; /* 縦12px・横28px */
  list-style:none;
  margin:0;
  padding:0;
}

.drawer-nav li{
  border-bottom:1px solid #eee;
}

.drawer-nav a{
  display:block;
  padding:12px 0;
  font-size:16px;
  color:#191919;
  text-decoration:none;
  transition:background .2s;
}
.drawer-nav a:hover{ background:#f9f9f9; }

/* ===== アクションボタン：幅広・整然 ===== */
.drawer-nav a.actionBtn{
  grid-column: 1 / -1; /* 横幅2列分を占有 */
  display:block;
  width:100%;
  background:#191919;
  color:#fff;
  border-radius:9999px;
  text-align:center;
  padding:14px 0;
  font-size:16px;
  font-weight:500;
  margin-top:10px;
  transition:filter .2s;
}
.drawer-nav a.actionBtn:hover{ filter:brightness(1.1); }

/* ===== 下部会社情報 ===== */
.drawer-info{
  font-size:13px;
  color:#555;
  border-top:1px solid #ddd;
  padding-top:16px;
  margin-top:auto; /* 下に固定配置 */
  line-height:1.6;
}
.drawer-company{
  font-weight:700;
  font-size:14px;
  color:#191919;
  margin-bottom:6px;
}
/* ── 二重下線の解消：リンク側のボーダーを無効化 ── */
/* 以前のパッチで a に border-bottom を付けていた場合の打ち消し */
.drawer nav.drawer-nav a { border-bottom: none !important; }

/* 仕切り線は li 側だけに付ける */
.drawer-nav li { border-bottom: 1px solid #eee; }
.drawer-nav li:last-child { border-bottom: none; }

/* ── ボタン群：1カラムでフル幅・揃った見た目に ── */
.drawer-nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;      /* 通常メニューは2列 */
  gap: 12px 28px;
}

/* action ボタンの li は2列ぶち抜きで1カラム化 */
.drawer-nav li.action {
  grid-column: 1 / -1;                 /* 2列ぶち抜き */
  border: none;                         /* 仕切り線は不要 */
  margin-top: 4px;                      /* 少しだけ間隔 */
}

/* ボタンは横幅を揃えて広く */
.drawer-nav li.action .actionBtn {
  display: block;
  width: 100%;
  text-align: center;
  background: #191919;
  color: #fff;
  border-radius: 9999px;
  padding: 14px 0;                      /* 幅広く見える高さ */
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
}
.drawer-nav li.action .actionBtn:hover { filter: brightness(1.08); }
/* 1) まずは安全網：縦スクロールOKに */
.drawer{
  overflow-y: auto;          /* 収まらないときは中だけスクロール */
  -webkit-overflow-scrolling: touch;
}

/* 2) 小さめ端末でドロワーを少し広げる＆余白を詰める */
@media (max-width: 480px){
  .drawer{ width: 92vw; padding: 20px; }     /* 86vw→92vwに拡張 */
  .drawer-header{ margin-bottom: 20px; }
  .drawer .drawer-logo img{ height: 32px; }
  .drawer-close{ width: 32px; height: 32px; }
  .drawer-close span{ width: 20px; }
  .drawer-nav a{ font-size: 15px; padding: 12px 0; }
  .drawer-nav ul{ gap: 10px 20px; }
  .drawer-info{ font-size: 12px; }
}

/* 3) さらに小さい端末では1カラムに切替（はみ出しゼロ） */
@media (max-width: 360px){
  .drawer{ width: 96vw; padding: 16px; }     /* 端末幅いっぱいまで広げる */
  .drawer-nav ul{
    grid-template-columns: 1fr;              /* 2列→1列 */
    gap: 8px;
  }
  .drawer-nav li{ border-bottom: 1px solid #f0f0f0; }
  .drawer-nav a{ font-size: 14px; padding: 10px 0; }
  .drawer-nav li.action .actionBtn{
    font-size: 15px;
    padding: 12px 0;                          /* 幅広は維持しつつ高さ少し控えめ */
  }
  .drawer-company{ font-size: 13px; }
}







/* ===== About専用の極小追加（既存設計に干渉しない） ===== */
    .aboutHero{
      padding:100px 70px 200px; box-sizing:border-box;
    }
    /* 見出し位置と余白はNEWS等と同じ思想（左70px+11%に合わせたい場合は .secContainer を使う） */
    .aboutHero__inner{
      display:flex; align-items:center; gap:80px;
    }
    .aboutHero__text h1{
      font-family:"Noto Sans JP",sans-serif; font-size:40px; font-weight:700; color:#191919; margin:0;
    }
    .aboutHero__text p{
      font-family:"Noto Sans",sans-serif; font-size:80px; font-weight:700; color:#191919; margin:16px 0 0;
    }
    .aboutHero__img{ flex:1 1 50%; }
    .aboutHero__img img{ width:100%; height:auto; object-fit:contain; display:block; }
    .aboutHero__text{ flex:1 1 50%; }



    @media (max-width:1200px){
      .aboutBody{ grid-template-columns:1fr; }
    }
    @media (max-width:980px){
      .aboutHero{ padding:60px 16px; }
      .aboutHero__inner{ flex-direction:column; gap:40px; text-align:center; }
      .aboutHero__text h1{ font-size:24px; }
      .aboutHero__text p{ font-size:30px; }

    }

    /* ========== 代表挨拶（下層共通見出しスタイル含む） ========== */
.subHead .ja{
  font-family:"Noto Sans JP",sans-serif;
  font-size:30px;
  font-weight:700;
  color:#191919;
  margin:0 0 8px;
}
.subHead .en{
  font-family:"Noto Sans",sans-serif;
  font-size:50px;
  font-weight:700;
  color:#191919;
  line-height:1.1;
  margin:0 0 32px;
}

.presidentSec{ padding-top:40px; padding-bottom:200px; }
.presidentGrid{
  display:grid;
  grid-template-columns:minmax(0,1fr) min(48vw,720px);
  gap:56px;
  align-items:start;
}

.presidentText p{ margin:0 0 14px; line-height:1.9; font-size:18px; }
.presidentCEO{
  margin-top:24px;
  font-family:"Noto Sans JP",sans-serif;
  font-size:25px;            /* 指定どおり */
  font-weight:500;           /* medium */
  color:#191919;
}

/* 写真レイアウト（重ね） */
.presidentPhotos{ position:relative; }
.presidentPhotos .photoMain img{
  display:block; width:100%; height:auto; object-fit:cover;
  border-radius:16px;
}
/* 変更後：左に重ねる。必要に応じて left の値は微調整OK */
.presidentPhotos .photoInset{
  position:absolute;
  left:-28px;          /* ← 左へ張り出させる。-10〜-60pxでお好み調整 */
  right:auto;
  bottom:-46px;
  width:min(420px,46%);
  margin:0;
  border-radius:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.15);
  overflow:hidden;
  background:#fff;
  z-index:1;
}
.presidentPhotos .photoInset img{
  display:block; width:100%; height:auto; object-fit:cover;
  border-radius:16px;
}

/* レスポンシブ */
@media (max-width:1200px){
  .presidentGrid{ grid-template-columns: 1.1fr 1fr; gap:40px; }
}
@media (max-width:980px){
  .subHead .ja{ font-size:22px; }
  .subHead .en{ font-size:34px; margin-bottom:20px; }

  .presidentSec{ padding:40px 16px 60px; }
  .presidentGrid{ grid-template-columns:1fr; gap:28px; }

  .presidentPhotos{ max-width: 760px; }
  .presidentPhotos .photoInset{
    position:static;
    width:100%;
    margin-top:16px;
    left:auto; right:auto; bottom:auto;
    box-shadow:0 8px 18px rgba(0,0,0,.12);
  }

  .presidentText p{ font-size:16px; }
  .presidentCEO{ font-size:22px; }
}
/* サイト共通ヘッダーだけに限定（body直下のheader） */
body > header{
  width:100%;
  background:#fff;
  border-bottom:1px solid #ddd;
  position:sticky;
  top:0;
  z-index:1000;
}

/* セクション内の header は下線なし */
section header,
.subHead header,     /* 念のため */
.drawer-header{      /* こちらは既に独自クラスだが保険 */
  border-bottom: 0 !important;
  background: transparent;
}
/* 代表挨拶 見出し（再掲：下層ページ共通候補） */
.presidentSec .presidentH      { font-family:"Noto Sans JP",sans-serif; font-size:30px; font-weight:700; color:#191919; margin:0 0 8px; }
.presidentSec .presidentH-en   { font-family:"Noto Sans",sans-serif;    font-size:50px; font-weight:700; color:#191919; margin:0 0 26px; }

/* 代表取締役行（競合回避した新クラス） */
.presidentSec .aboutPresident__ceo{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:500;          /* Medium */
  font-size:25px;
  color:#191919;
  margin-top:24px;
}
.photoMain {
  margin: 0 0 30px 30px;
}
/* =========================
   下層ページ：文字間隔統一
========================= */

/* 下層ページ全体（ページクラス .page-lower） */
.page-lower,
.page-lower * {
  letter-spacing: 0.014em !important;
}
/* =========================
   下層ページ：文字間隔統一（header/footer除外）
========================= */

/* 下層ページ全体に適用 */
.page-lower * {
  letter-spacing: 0.014em;
}

/* ただし header, footer 内は除外 */
.page-lower header *,
.page-lower footer * {
  letter-spacing: normal !important;
}
/* =========================
   代表挨拶：本文タイポ設定
========================= */
.presidentSec .presidentText p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;          /* Medium */
  line-height: 51px;         /* 行間51px */
  font-size: 18px;           /* 既存本文サイズを維持 */
  color: #191919;
  letter-spacing: 0.014em;   /* XD値14相当の文字間隔 */
}
    br.pcOnly2 {
        display: inline;
    }

@media (max-width: 1640px) {
    br.pcOnly2 {
        display: none;
    }
}
/* 代表挨拶セクション：日本語見出し */
.presidentSec .subHead .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 8px;
  line-height: 51px;       /* 行間51px */
  letter-spacing: 0.014em; /* 文字間隔14 */
}

/* 代表挨拶セクション：本文 */
.presidentSec .presidentText p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 51px;
  font-size: 18px;
  color: #191919;
  letter-spacing: 0.014em;
}
/* ① 固定ヘッダーは最初の <header> だけに限定して前面へ */
body > header:first-of-type {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* ② 下層のセクション見出し（subHead）は前面に出さない */
.subHead {
  position: relative;     /* もしくは static でもOK */
  z-index: 0 !important;  /* stackingを下げる */
}

/* ③ 念のため、ナビ下に潜らないよう余白が必要なら（任意） */
.page-lower .subHead {
  margin-top: 20px; /* 好みで調整。不要なら削除 */
}

/* =========================
   創業の想い
========================= */
.founderSec {
  padding: 120px 70px;
  box-sizing: border-box;
}
.founderInner {
  display: grid;
  grid-template-columns: 1.65fr 1.3fr;
  gap: 60px;
  align-items: start;
}
.founderText p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 51px;
  color: #191919;
  letter-spacing: 0.014em;
}
.founderHistory {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 30px 40px;
  margin-top: 50px;
}
.founderHistory h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #191919;
  margin: 0 0 20px;
}
.founderHistory ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.founderHistory li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 51px;
  color: #191919;
}

/* 右画像 */
.founderImg {
  position: relative;
  text-align: right;
}
.founderImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* 縦書きテキスト */
.founderVerticalText {
  position: absolute;
  right: 70px;   /* 端から70px */
  top: 20%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
}
.founderVerticalText p {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.founderVerticalText .v1 {
  font-size: 30px;
    letter-spacing: 0.3em !important;
}
.founderVerticalText .v2 {
  font-size: 30px;
  margin-top: 24px; /* 少し下にずらす */
  letter-spacing: 0.3em !important;
  position: absolute;
    bottom: -26px;
}
.founderVerticalText .v3 {
  font-size: 26px;
  margin-top: 24px;
  letter-spacing: 0.3em !important;
  position: absolute;
  bottom: -53px;
    right: 90px;
}

/* SPレイアウト */
@media (max-width: 980px) {
  
  .founderText p {
  font-size: 16px;
  line-height: 2;
}
  .founderSec {
    padding: 60px 16px;
    box-sizing: border-box;
}
  .photoMain {
    margin: 0 0 0px 0px;
}
  .founderInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .founderVerticalText {
    right: 20px;
    top: 60px;
    bottom: inherit;
  }
}
/* 本文幅：最大715px＋左余白 */
.founderBody{
  max-width:715px;
  margin-left:16px;       /* ← 左に余白 */
}

/* ── 創業者略歴：角丸ラベル重ね ── */
.founderHistory{
  position:relative;
  margin-top:50px;
  background:#fff;
  border:1px solid #CFCFCF;
  border-radius:12px;
  /* 左側は広めに（見やすさ＋ラベルとバッティング回避） */
  padding:28px 32px 30px 56px;
  box-sizing:border-box;
}

/* ラベル（枠に重ねる） */
.founderHistory h3{
  position:absolute;
  top:-18px;              /* 枠に重ねる量 */
  left:24px;
  margin:0;
  padding:8px 16px;
  background:#fff;
  border:1px solid #CFCFCF;
  border-radius:12px;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:500;        /* medium */
  font-size:25px;
  color:#191919;
  line-height:1;          /* ラベル内は通常行間 */
}

/* リスト本文 */
.founderHistory ul{ margin:0; padding:0; list-style:none; }
.founderHistory li{
  font-family:"Noto Sans JP",sans-serif;
  font-size:18px;
  line-height:51px;       /* ご指定の行間 */
  color:#191919;
  letter-spacing:.014em;
}
.founderHistory li strong{ font-weight:600; }

/* SP最適化 */
@media (max-width:980px){
  .founderBody{ margin-left:0; }
  .founderHistory{
    padding:22px 20px 24px;
  }
  .founderHistory h3{
    top:-14px; left:16px;
    font-size:18px; padding:6px 12px; border-radius:10px;
  }
}
/* 本文ブロック：左余白を拡げる */
.founderBody {
  max-width: 715px;
  margin-left: 0px; /* 左に空けて全体バランスを取る */
  position: relative;
}

/* ── 創業者略歴：写真から100px離す ── */
.founderHistory {
  position: absolute;
  right: -100px;       /* ← 写真からの距離 */
  top: 100%;          /* 本文下に配置 */
  transform: translateY(40px); /* ちょい下げて自然に重ねる */
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  padding: 28px 32px 30px 56px;
  box-sizing: border-box;
  width: 670px;       /* 固定幅（枠が整う） */
}

/* ラベル（枠に重ね） */
.founderHistory h3 {
  position: absolute;
  top: -18px;
  left: 24px;
  margin: 0;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #191919;
  line-height: 1;
}
@media (max-width: 1615px) {
.founderHistory {
  position: relative;
  right: 0px;       /* ← 写真からの距離 */
  top: 100%;          /* 本文下に配置 */
  transform: translateY(40px); /* ちょい下げて自然に重ねる */
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 12px;
  padding: 28px 32px 30px 56px;
  box-sizing: border-box;
  width: 670px;       /* 固定幅（枠が整う） */
}
}

/* リスト本文 */
.founderHistory ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.founderHistory li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 51px;
  color: #191919;
  letter-spacing: 0.014em;
}
.founderHistory li strong {
  font-weight: 600;
}

/* SP用 */
@media (max-width: 1280px) {
  .founderHistory h3 {
    font-size: 18px;
    line-height: 1;
}
  .founderBody {
    margin-left: 0;
  }
  .founderHistory {
    position: relative;
    transform: none;
    width: auto;
    right: auto;
    margin-top: 40px;
  }
  .founderHistory {
        padding: 28px 14px 30px 14px;
    }
    .founderHistory li {
    font-size: 16px;
    line-height: 2.4;
}
}
/* ===== Philosophy (理念) ===== */
.subHead--center{ text-align:center; margin-bottom:100px; }
.subHead--center .ja{
  font-family:"Noto Sans JP",sans-serif; font-size:30px; font-weight:700;
  color:#191919; margin:0 0 28px;
}
.subHead--center .en{
  font-family:"Noto Sans",sans-serif; font-size:50px; font-weight:700;
  color:#191919; margin:0;
}

/* 2カラム */
.philo{ padding-top:40px; padding-bottom:80px; }
.philoGrid{
  display:grid; grid-template-columns: 1fr 1fr; gap:40px;
}
.philoCol__title{
  font-family:"Noto Sans JP",sans-serif;
  font-size:25px; font-weight:700; color:#191919; text-align:center;
  margin:0 0 20px;
}

/* カード（薄グレー枠＋角丸） */
.philoCard{
  border:1px solid #E5E5E5; border-radius:10px; background:#fff;
  padding:48px; box-shadow: 0 0 0 1px rgba(0,0,0,.02) inset;
}
.philoCard__body{ text-align:center; margin: 12px 0 100px; }
.philoCard__line{
  font-family:"Noto Sans JP",sans-serif;
  font-size:25px; line-height:2.6; color:#191919; margin: 6px 0;
  letter-spacing:.014em;
}
.philoCard__logo{ display:flex; justify-content:center; margin: 8px 0 0; }
.philoCard__logo img{ max-width:420px; width:100%; height:auto; display:block; }

/* 左カラムの下部写真 */
.philoPhoto{ margin-top:24px; }
.philoPhoto img{
  width:100%; height:auto; display:block; border-radius:12px; object-fit:cover;
}

/* 右カラムのボックス見出し風 */
.philoList{ margin:0; }
.philoList dt{
  display: inline-block;
    padding: 9px 0px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background: #FAFAFA;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #191919;
    margin: 16px 0;
    width: 8em;
    text-align: center;
}
.philoList dd{
  margin:0 0 18px; font-family:"Noto Sans JP",sans-serif; font-size:20px;
  line-height:2.2; letter-spacing:.014em; color:#191919;
}

/* レスポンシブ */
@media (max-width:980px){
  .subHead--center .ja{ font-size:22px; }
  .subHead--center .en{ font-size:34px; }
  .philoGrid{ grid-template-columns:1fr; gap:28px; }
  .philo{ padding-bottom:60px; }
}
.page-lower figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
}
/* WPデフォルトfigure余白リセット */
.philo figure {
  margin: 0;
  margin-block-start: 50px;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* 枠内見出し：中央寄せ */
.philoCard__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 50px;
  padding-bottom: 10px;

}

/* ロゴ画像：中央寄せ */
.philoCard__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px 0 0;
}
.philoCard__logo img {
  max-width: 420px;
  width: 100%;
  height: auto;
  display: block;
  margin: -30px auto 30px;
}
/* WP既定の figure 余白を “理念セクション内だけ” 完全リセット */
.page-lower .philo figure{
  margin: 0;                 /* ← 全方向0に */
  margin-block-start: 40px;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* 枠内見出し：念のため下線系を明示的に無効化 */
.philoCard__title{
  border: none;              /* ← 下線/ボーダーを確実にOFF */
}

/* 企業理念などのバッジ幅を統一（必要に応じて調整OK） */
.philoList dt{
  width: 8em;                /* 既定のままでOK。数値を変えれば全て揃う */
}

/* ロゴと写真のセンタリング＆余白（あなたの指定を維持） */
.philoCard__logo{ display:flex; justify-content:center; align-items:center; }
.philoCard__logo img{ max-width:420px; width:100%; height:auto; display:block; margin:-30px auto 30px; }
.philoPhoto{ margin-top:24px; }  /* 画像上の余白 */
/* ===== 理念：左右の枠（.philoCard）を同じ高さに揃える ===== */

/* 1) 行の高さを共有させる（左右カラムを同高に） */
.philoGrid {
  align-items: stretch; /* グリッドの各セルを行の最大高まで伸ばす */
}

/* 2) 各カラムを縦並びフレックスに（上：カード、下：写真） */
.philoCol {
  display: flex;
  flex-direction: column;
}

/* 3) カード部分を伸縮可能にして自然に高さを揃える */
.philoCol .philoCard {
  flex: 0 0 auto;      /* ← 高さを固定（伸びない） */
  display: block;      /* ← フレックス解除でもOK */
}

/* 4) カード内本文を可変の余白に（ロゴや下要素を押し下げる） */
.philoCard__body {
  margin-bottom: auto;
}

/* 5) 下の写真部分を“高さ可変”にして差を吸収する */
/* 写真は可変で高さを吸収 */
.philoPhoto {
  flex: 1 1 auto;      /* ← 写真だけが伸び縮みして調整 */
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}

.philoPhoto img {
  width: 100%;
  height: 100%;         /* ← カードの差を吸収する縦伸縮 */
  object-fit: cover;
  border-radius: 12px;
}

/* 6) figureの余白調整（WPデフォルト打ち消し） */
.page-lower .philo figure {
  margin: 0;
  margin-block-start: 40px; /* ← 上だけ余白 */
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* 7) モバイル時は無理に同高にせず自然な縦並びへ戻す */
@media (max-width: 980px) {
  .philoCol {
    display: block;
  }
  .philoCol .philoCard {
    height: auto;
    display: block;
  }
  .philoPhoto {
    flex: none;
    display: block;
    margin-top: 24px;
  }
  .philoPhoto img {
    height: auto;
  }
}
/* ===== Company History ===== */
.history { padding: 20px 0 80px; }

/* 見出しバー */
.historyToggle{
  width:100%;
  display:flex; flex-direction:column; align-items:center; gap:8px;
  background:#D9D9D9; color:#191919; border:1px solid #cfcfcf;
  border-radius:10px; padding:28px 16px; cursor:pointer;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
}
.historyToggle .ja{
  font-family:"Noto Sans JP",sans-serif; font-weight:700; font-size:30px; margin:0;
}
.historyToggle .en{
  font-family:"Noto Sans",sans-serif; font-weight:700; font-size:35px; margin:0;
  letter-spacing:.02em;
}
/* ▽アイコン（黒丸に白三角） */
.historyToggle .arrow{
  width:28px; height:28px; border-radius:50%;
  background:#000; position:relative; margin-top:8px;
}
.historyToggle .arrow::before{
  content:""; position:absolute; inset:0;
  width:0; height:0; margin:auto;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:9px solid #fff;          /* ▽ */
  transform: translateY(1px);
}
/* 展開時：△に回転 */
.historyToggle[aria-expanded="true"] .arrow::before{
  transform: rotate(180deg) translateY(-1px);
}

/* パネル（スムース開閉） */
.historyPanel{
  overflow:hidden; max-height:0; transition:max-height .4s ease;
  border:1px solid #E5E5E5; border-radius:10px; margin-top:0px;
  background:#fff;
}
.historyPanel.is-open{ max-height: 5000px; } /* 中身に合わせて十分大きく */

/* 画像で入れる場合の余白調整＆WP既定figureのリセット */
.page-lower .history figure{ margin:0; }
.historyImage{ padding:20px; }
.historyImage img{ width:100%; height:auto; display:block; border-radius:8px; }

/* 年表の体裁（テキストの場合） */
.historyList{ padding:28px 24px 36px; margin:0; }
.historyList .row{
  display:grid; grid-template-columns: 120px 1fr;
  gap:24px; align-items:start; padding:16px 0;
  border-bottom:1px solid #EFEFEF;
}
.historyList .row:last-child{ border-bottom:none; }
.historyList dt{
  font-family:"Noto Sans JP",sans-serif; font-weight:700; color:#191919;
  font-size:18px;
}
.historyList dd{
  margin:0; font-family:"Noto Sans JP",sans-serif; color:#191919;
  font-size:18px; line-height:1.9; letter-spacing:.014em;
}

/* SP */
@media (max-width:980px){
  .historyToggle{ padding:22px 12px; }
  .historyToggle .ja{ font-size:22px; }
  .historyToggle .en{ font-size:28px; }
  .historyList .row{ grid-template-columns: 92px 1fr; gap:14px; padding:14px 0; }
}
/* 会社沿革：左右 70px は secContainer を流用 */
.history.secContainer{ padding-left:70px; padding-right:70px; }

/* ボックス全体（角丸＋はみ出し隠し） */
.historyBox{
  border-radius:10px;
  overflow:hidden;
  background:#E3E3E3; /* 年表のベース色 */
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

/* トグル行（上のバーだけ少し濃いグレー） */
.historyToggle{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  padding:14px 16px 18px;
  background:#D8D8D8;
  border:0;
  cursor:pointer;
  position:relative;
  outline:none;
}
.historyToggle .ja{
  font-family:"Noto Sans JP",sans-serif; font-weight:700; font-size:14px; color:#191919; line-height:1;
}
.historyToggle .en{
  font-family:"Noto Sans",sans-serif; font-weight:700; font-size:22px; color:#191919; letter-spacing:.04em; line-height:1.2;
}

/* 黒丸の▽ */
.historyToggle .caret{
  width:24px; height:24px; border-radius:50%;
  background:#000; display:inline-flex; align-items:center; justify-content:center;
  margin-top:6px; transition:transform .25s ease;
}
.historyToggle .caret::before{
  content:""; display:block; width:0; height:0;
  border-left:6px solid transparent; border-right:6px solid transparent;
  border-top:8px solid #fff; /* ▼ */
  transform: translateY(1px);
}
/* 開いた時は△に（反転） */
.historyBox.is-open .historyToggle .caret{ transform:rotate(180deg); }

/* パネル（アコーディオン） */
.historyPanel{
  max-height:0; overflow:hidden; transition:max-height .35s ease;
  background:#E3E3E3;
}

/* 年表レイアウト */
.historyList{ margin:0; padding:24px 20px 40px; }
.historyRow{
  display:grid; grid-template-columns:140px 1fr; align-items:center;
  gap:24px; padding:16px 8px; border-bottom:1px solid #D0D0D0;
}
.historyRow:last-child{ border-bottom:none; }
.historyRow dt{
  font-family:"Noto Sans JP",sans-serif; font-weight:700; color:#191919; font-size:15px;
}
.historyRow dd{
  margin:0; font-family:"Noto Sans JP",sans-serif; font-weight:400; color:#191919; font-size:15px; line-height:1.9;
}

/* SP */
@media (max-width:980px){
  .history.secContainer{ padding-left:16px; padding-right:16px; }
  .historyRow{ grid-template-columns:100px 1fr; gap:16px; }
  .historyToggle .en{ font-size:18px; }
}
/* ===== Company Profile （会社概要）===== */

/* 左右 70px は沿革と同じ */
.profile.secContainer{
  padding-left:70px;
  padding-right:70px;
  padding-top:20px;
  padding-bottom:80px;
}

/* ボックス全体（角丸＋はみ出し隠し） */
.profileBox{
  border-radius:10px;
  overflow:hidden;
  background:#E3E3E3; /* ベース色は沿革と同じ */
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.04);
}

/* トグル行（上のバー） */
.profileToggle{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
  padding:14px 16px 18px;
  background:#D8D8D8;
  border:0;
  cursor:pointer;
  position:relative;
  outline:none;
}
.profileToggle .ja{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  font-size:14px;
  color:#191919;
  line-height:1;
}
.profileToggle .en{
  font-family:"Noto Sans",sans-serif;
  font-weight:700;
  font-size:22px;
  color:#191919;
  letter-spacing:.04em;
  line-height:1.2;
}

/* 黒丸の▽（沿革と同じデザイン） */
.profileToggle .caret{
  width:24px;
  height:24px;
  border-radius:50%;
  background:#000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:6px;
  transition:transform .25s ease;
}
.profileToggle .caret::before{
  content:"";
  display:block;
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:8px solid #fff; /* ▼ */
  transform: translateY(1px);
}
/* 開いた時は△に（反転） */
.profileBox.is-open .profileToggle .caret{
  transform:rotate(180deg);
}

/* パネル（アコーディオン本体） */
.profilePanel{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
  background:#E3E3E3;
}

/* 中のリスト（dt/dd 2カラム） */
.profileList{
  margin:0;
  padding:24px 20px 40px;
}
.profileRow{
  display:grid;
  grid-template-columns:140px 1fr;
  align-items:flex-start;          /* 概要は行頭揃えに */
  gap:24px;
  padding:16px 8px;
  border-bottom:1px solid #D0D0D0;
}
.profileRow:last-child{ border-bottom:none; }

.profileRow dt{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  color:#191919;
  font-size:15px;
}
.profileRow dd{
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:400;
  color:#191919;
  font-size:15px;
  line-height:1.9;
}

/* SP */
@media (max-width:980px){
  .profile.secContainer{
    padding-left:16px;
    padding-right:16px;
  }
  .profileRow{
    grid-template-columns:100px 1fr;
    gap:16px;
  }
  .profileToggle .en{ font-size:18px; }
}
/* 中身の幅を少し絞って中央寄せ（任意） */
.profileList{
  margin:0 auto;
  padding:24px 40px 40px;
  max-width: 960px; /* お好みで */
}

/* 行レイアウト調整 */
.profileRow{
  display:grid;
  grid-template-columns: 190px 1fr; /* 左項目の幅をここで調整 */
  align-items:center;
  gap:40px;               /* 項目と内容のあいだの距離 */
  padding:14px 0;
  border-bottom:1px solid #8f8f8f; /* 画像のようなライン */
}

.profileRow:last-child{
  border-bottom:none;
}

/* テキストの見た目 */
.profileRow dt{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  color:#191919;
  font-size:15px;
}

.profileRow dd{
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:400;
  color:#191919;
  font-size:15px;
  line-height:1.9;
}

/* SP時は少し詰める */
@media (max-width:980px){
  .profileList{
    padding:20px 16px 32px;
  }
  .profileRow{
    grid-template-columns: 110px 1fr;
    gap:16px;
  }
}
/* ====== Company History（沿革）レイアウト統一 ====== */

/* 内側の余白＆最大幅を中央寄せ */
.historyList{
  margin:0 auto;
  padding:24px 40px 40px;
  max-width: 1080px; /* お好みで変更可能 */
}

/* 行レイアウト：profile と同じ */
.historyRow{
  display:grid;
  grid-template-columns:190px 1fr; /* 左項目の幅を統一 */
  align-items:center;
  gap:40px;        /* dt と dd の間隔 */
  padding:14px 0;
  border-bottom:1px solid #8f8f8f;  /* 会社概要と同じ線 */
}

.historyRow:last-child{
  border-bottom:none;
}

/* dt */
.historyRow dt{
  font-family:"Noto Sans JP",sans-serif;
  font-weight:700;
  color:#191919;
  font-size:15px;
}

/* dd */
.historyRow dd{
  margin:0;
  font-family:"Noto Sans JP",sans-serif;
  font-weight:400;
  color:#191919;
  font-size:15px;
  line-height:1.9;
}

/* SP 用 */
@media (max-width:980px){
  .historyList{
    padding:20px 16px 32px;
  }
  .historyRow{
    grid-template-columns:110px 1fr; /* SP時は少し狭く */
    gap:16px;
  }
}
/* ============ Dental Technician Hero ============ */
.dtHero{
  padding:0;                 /* ← 上余白なし */
  margin:0;
  background:#fff;          /* 背景なし（白） */
}

.dtHero__inner{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
}

/* 左右を50%に分割 */
.dtHero__text,
.dtHero__img{
  width:50%;
}

/* 左テキスト（以前と同じトーン） */
.dtHero__text{
  padding:80px 70px;   /* 左ページと揃う余白 */
  box-sizing:border-box;
}

.dtHero__label{
  font-family:"Noto Sans JP",sans-serif;
  font-size:18px;
  font-weight:500;
  margin:0 0 20px 0;
  color:#191919;
}

/* 見出し（会社紹介ヒーローと統一デザイン） */
.dtHero__title{
  font-family:"Noto Sans",sans-serif;
  font-weight:700;
  font-size:48px;       /* ← 以前と同等のヒーローサイズ */
  line-height:1.2;
  color:#191919;
  margin:0;
}

/* 右画像：右端にピッタリ */
.dtHero__img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

/* ==== SP ==== */
@media (max-width:980px){
  .dtHero__inner{
    flex-direction:column;
  }
  .dtHero__text,
  .dtHero__img{
    width:100%;
  }

  .dtHero__text{
    padding:40px 16px;
  }

  .dtHero__title{
    font-size:32px;  /* SP最適化 */
  }
}
/* ============ Dental Technician Hero ============ */
.dtHero{
  padding:0;
  margin:0;
  background:#fff;
}

.dtHero__inner{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
}

/* 左右50% */
.dtHero__text,
.dtHero__img{
  width:50%;
}

/* 左テキスト（aboutHero と同じ書式を適用） */
.dtHero__text{
  padding:80px 70px;
  box-sizing:border-box;
}

/* ← 日本語見出し（会社紹介と全く同じ） */
.dtHero__text h1{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #191919;
  margin: 0;
}

/* ← 英語見出し（会社紹介のフォントをそのまま） */
.dtHero__text p{
  font-family: "Noto Sans", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #191919;
  margin: 16px 0 0;
  line-height:1.05;
}

/* 右画像 */
.dtHero__img img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

/* ==== SP ==== */
@media (max-width:980px){
  .dtHero__inner{
    flex-direction:column;
  }
  .dtHero__text,
  .dtHero__img{
    width:100%;
  }
  .dtHero__text{
    padding:40px 16px;
  }
  .dtHero__text p{
    font-size:40px;
    line-height:1.1;
  }
  .dtHero__text h1{
    font-size:26px;
  }
}
/* ============ Section 1：Dental Technician Intro ============ */
.dtSec01.secContainer{
  padding-left:70px;
  padding-right:70px;
  padding-top:60px;
  padding-bottom:80px;
}

.dtSec01__inner{
  display:grid;
  grid-template-columns: 1fr 1fr;   /* 左右 50% */
  gap:40px;
  align-items:center;
}

/* 左画像 */
.dtSec01__img img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  object-fit:cover;
}

/* 右テキストボックス（半透明白） */
.dtSec01__textBox{
  background: rgba(255,255,255,0.78);
  padding:40px 48px;
  border-radius:16px;
  box-shadow:0 4px 18px rgba(0,0,0,0.06);
  font-family:"Noto Sans JP", sans-serif;
  font-size:16px;
  line-height:1.9;
  color:#191919;
}

/* SP */
@media(max-width:980px){
  .dtSec01.secContainer{
    padding:40px 16px;
  }
  .dtSec01__inner{
    grid-template-columns:1fr;
    gap:24px;
  }
  .dtSec01__textBox{
    padding:28px 20px;
  }
}
/* =========================================
   歯科技工士とは：第1セクション（画像＋テキストオーバーレイ）
   ========================================= */

/* セクション全体（上下余白） */
.dtOverlaySec{
  padding: 80px 0;
  background: #ffffff;
}
.dtOverlaySec.dtOverlaySec--reverse
{
  margin-top: calc(700px - 35%);
}/* 内部コンテナ（左右70px） */
.dtOverlay__inner{
  position: relative;

  margin: 0 auto;
  padding: 0 70px;   /* 左右70px */
  box-sizing: border-box;
}

/* === 画像部分（63%） === */
.dtOverlay__img{
  width: 63%;
  margin: 0;
  padding: 0;
}
.dtOverlay__img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}

/* === テキストオーバーレイ（56%） === */
.dtOverlay__textBox{
      position: absolute;
    top: 35%;
    right: 70px;
    width: 50%;
    background: rgba(255, 255, 255, 0.88);
    padding: 60px 110px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    color: #191919;
    font-size: 16px;
    line-height: 2.6;
}

/* 見出し */
.dtOverlay__textBox .subHead{
  margin-bottom: 20px;
}
.dtOverlay__textBox .subHead .ja{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.dtOverlay__textBox .subHead .en{
  font-family: "Noto Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}


/* =========================================
   スマホ（980px以下）
   ========================================= */
@media (max-width: 980px){

  .dtOverlaySec{
    padding: 40px 0;
  }

  .dtOverlay__inner{
    padding: 0 20px;
  }

  .dtOverlay__img{
    width: 100%;
  }

  .dtOverlay__textBox{
    position: static;
    width: 100%;
    margin-top: 24px;
    padding: 28px 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  }

  .dtOverlay__textBox .subHead .ja{
    font-size: 18px;
  }
  .dtOverlay__textBox .subHead .en{
    font-size: 28px;
  }

}
.page-lower figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.pcOnlyBr {
  display: none;
}

@media (min-width: 1900px) {
  .pcOnlyBr {
    display: inline;
  }
}
/* ============================
   セクション２用：左右反転
   ============================ */

/* 画像を右側に寄せる */
.dtOverlaySec--reverse .dtOverlay__img{
  margin-left: auto;   /* 左側に空きを作って右寄せ */
}

/* テキストレイヤーを左側に出す */
.dtOverlaySec--reverse .dtOverlay__textBox{
  right: auto;         /* 右固定を解除 */
  left: 70px;          /* セクション左から70px に配置 */
}
/* ===========================================
   左上画像 + 右下画像 + 中央テキストレイヤー
   =========================================== */

.dtOverlayTriple {
  position: relative;
  margin: 140px 0 160px; /* 上下のゆとりはお好みで調整 */
}

.dtOverlayTriple__inner {
  position: relative;
  min-height: 700px;      /* 画像とテキストがきちんと収まる高さを確保 */
}

/* --- 画像（共通） --- */
.dtOverlayTriple__img {
  position: absolute;
  width: 37%;
  z-index: 1; 
  top:70%            /* テキストより下に来る */
}

.dtOverlayTriple__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* 左上画像 */
.dtOverlayTriple__img--left {
  top: 0;
  left: 0;
}

/* 右下画像 */
.dtOverlayTriple__img--right {
  right: 0;
  bottom: 0;
}

/* --- 中央テキストレイヤー --- */
.dtOverlayTriple__textBox {
  position: absolute;
  top:68%;                     /* 縦の中心 */
  left: 50%;                    /* 横の中心 */
  transform: translate(-50%, -50%); /* 完全中央寄せ */

  width: 50%;
  background: rgba(238, 238, 238, 0.95); /* #EEEEEE系 半透明 */
  padding: 98px 80px;
  border-radius: 12px;
  box-sizing: border-box;
  z-index: 2;                   /* 画像より前に出す */

  font-size: 15px;
  line-height: 2;
  color: #191919;
}

.dtOverlayTriple__textBox p {
  margin: 0 0 22px;
      font-size: 16px;
	line-height:2.6;
}
.dtOverlayTriple__textBox p:last-child {
  margin-bottom: 0;
}

/* --- SP（幅980px以下では縦並びに） --- */
@media (max-width: 980px) {

  .dtOverlayTriple {
    margin: 80px 0;
  }

  .dtOverlayTriple__inner {
    min-height: auto;
  }

  .dtOverlayTriple__img {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }

  .dtOverlayTriple__img--left,
  .dtOverlayTriple__img--right {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .dtOverlayTriple__textBox {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    padding: 32px 20px;
    margin-top: 10px;
  }
}
/* ================================
   フルワイド写真セクション
   ================================ */

.dtFullPhoto {
  margin: 36% 0 120px;   /* 上下の余白はお好みで */
}

/* 枠 + 角丸 + 青いボーダー */
.dtFullPhoto__frame {
  margin: 0;
  padding: 0;
  border-radius: 8px;

  overflow: hidden;            /* 画像を角丸に合わせて切る */
}

/* 画像を100%で収める */
.dtFullPhoto__frame img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP時（必要なら少し上下余白を詰める） */
@media (max-width: 980px) {
  .dtFullPhoto {
    margin: 48px 0 80px;
  }
}
.secContainer.dtOverlayTriple {
    padding-left: 70px;
    box-sizing: border-box;
    padding-right: 70px;
    margin-top: calc(700px - 35%);
}
.pcOnlyBr1920 {
  display: none;
}

@media (min-width: 1900px) {
  .pcOnlyBr1920 {
    display: inline;
  }
}
.secContainer.dtFullPhoto {
    padding-left: 70px;
    box-sizing: border-box;
    padding-right: 70px;
}
/* お知らせ一覧 */
.topNews {
  margin: 40px 0;
  border-top: 1px solid #191919;
}

.topNews__item {
  display: flex;
  align-items: center;
  gap: 100px;
  padding: 22px 0;
  border-bottom: 1px solid #191919;
  text-decoration: none;
  color: inherit;
}

/* 日付 */
.topNews__date {
      min-width: 110px;
    font-size: 20px;
    color: #191919;
    font-weight: 500;
}

/* カテゴリーピル */
.topNews__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 6px 20px;
  border-radius: 999px;
  border: 1px solid #707070; /* 指定：#707070 */
  font-size: 13px;
  color: #191919;
  background: #fff;
}

/* タイトル */
.topNews__title {
      font-size: 20px;
    color: #191919;
    flex: 1;
    font-weight: 500;
}

/* ホバー時 */
.topNews__item:hover .topNews__title {
  text-decoration: underline;
}

/* =========================================
   ▼ PC レイアウト
   日付 → (100px) → カテゴリー → タイトル
   ========================================= */
@media (min-width: 768px) {
  .topNews__meta {
    display: flex;
    align-items: center;
    gap: 100px; /* PCは100px ここ！ */
  }
}

/* =========================================
   ▼ SP レイアウト
   日付＋カテゴリを横並び（隙間は 12px ぐらい）
   タイトルは 100%幅
   ========================================= */
@media (max-width: 767px) {
  .topNews__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .topNews__meta {
    display: flex;
    align-items: center;
    gap: 12px; /* スマホは適度に（12px） */
    width: 100%;
  }

  .topNews__title {
    width: 100%;
	  font-size: 16px;
  }

  .topNews__date {
    min-width: auto;
        font-size: 16px;
  }
	.topNews__cat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 3px 18px;
    border-radius: 999px;
    border: 1px solid #707070;
    font-size: 13px;
    color: #191919;
    background: #fff;
}
}
.news_inner {
	width:1350px;
	margin:auto;
	padding:100px 0;
}
/* ================================
   お知らせ詳細：ページ送りナビ
   ================================ */
.postNav {
  position: relative;
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左（前の記事へ） */
.postNav__prev a {
  font-size: 14px;
  color: #191919;
  text-decoration: none;
}

/* 右（次の記事へ） */
.postNav__next a {
  font-size: 14px;
  color: #191919;
  text-decoration: none;
}

/* ホバー */
.postNav__prev a:hover,
.postNav__next a:hover {
  text-decoration: underline;
}

/* 中央の「一覧へ戻る」 */
.postNav__back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.postNav__backBtn {
  display: inline-block;
  padding: 12px 36px;
  background: #191919;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

.postNav__backBtn:hover {
  opacity: 0.75;
}

/* ================================
   SP レイアウト（中央ボタンは下に）
   ================================ */
@media (max-width: 767px) {
	.news_inner {
	width:96%;
	margin:auto;
	padding:100px 0;
}
  .postNav {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }

  .postNav__prev,
  .postNav__next {
    order: 1;
  }

  .postNav__back {
    order: 2;
    position: static;
    transform: none;
  }
}
/* ================================
   一覧ページ：中央ボタンのみ
   ================================ */
.postNav--archive {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

.postNav--archive .postNav__backBtn {
  display: inline-block;
  padding: 12px 36px;
  background: #191919;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

.postNav--archive .postNav__backBtn:hover {
  opacity: 0.75;
}
/* =========================================
   ページネーション
   ========================================= */
.c-pager {
  margin: 40px 0 24px;
  text-align: center;
}

.c-pager__list {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 基本スタイル（数字部分を丸ボタンに） */
.c-pager__item a,
.c-pager__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #191919;
  font-size: 14px;
  color: #191919;
  text-decoration: none;
}

/* 現在ページ */
.c-pager__item.is-current a,
.c-pager__item.is-current span {
  background: #191919;
  color: #fff;
}

/* « ‹ › » はシンプル表示（丸にしない） */
.c-pager__item--first a,
.c-pager__item--first span,
.c-pager__item--prev a,
.c-pager__item--prev span,
.c-pager__item--next a,
.c-pager__item--next span,
.c-pager__item--last a,
.c-pager__item--last span {
  width: auto;
  height: auto;
  border: none;
  font-size: 18px;
}

/* ホバー */
.c-pager__item a:hover {
  opacity: 0.7;
}

/* =========================================
   一覧下部：トップページへ戻るボタン
   ========================================= */
.postNav--archive {
  margin: 24px 0 60px;
  display: flex;
  justify-content: center;
}

.postNav--archive .postNav__backBtn {
  display: inline-block;
  padding: 12px 36px;
  background: #191919;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

.postNav--archive .postNav__backBtn:hover {
  opacity: 0.75;
}

/* SP でも中央寄せのままでOK */
@media (max-width: 767px) {
  .c-pager__list {
    gap: 8px;
  }
}
/* ページネーション全体を中央寄せ */
.c-pager {
  margin: 40px 0 24px;
  text-align: center;
}

/* UL をインラインブロック → 自然に中央へ */
.c-pager__list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
/* =========================================
   ページネーション（中央配置）
   ========================================= */
.c-pager {
  margin: 40px 0 124px;
  text-align: center;
}

.c-pager__list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

/* ベース：数字ボタンの丸デザイン */
.c-pager__item a,
.c-pager__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #191919;
  font-size: 14px;
  text-decoration: none;
  color: #191919;
  background: #fff; /* デフォルトは白丸黒文字 */
}

/* 現在ページ（①）→ 白丸＋黒枠＋黒文字 */
.c-pager__item.is-current a,
.c-pager__item.is-current span {
  background: #fff;
  color: #191919;
  border: 1px solid #191919;
}

/* 他のページ番号（②③…）→ 黒丸＋白文字
   ※ first / prev / next / last は除外！ */
.c-pager__item:not(.is-current):not(.c-pager__item--first):not(.c-pager__item--prev):not(.c-pager__item--next):not(.c-pager__item--last) a,
.c-pager__item:not(.is-current):not(.c-pager__item--first):not(.c-pager__item--prev):not(.c-pager__item--next):not(.c-pager__item--last) span {
  background: #191919;
  color: #fff;
}

/* « ‹ › » → シンプル表示（四角も丸もナシ） */
.c-pager__item--first a,
.c-pager__item--first span,
.c-pager__item--prev a,
.c-pager__item--prev span,
.c-pager__item--next a,
.c-pager__item--next span,
.c-pager__item--last a,
.c-pager__item--last span {
  width: auto;
  height: auto;
  border: none;
  background: none;
  color: #191919;
  font-size: 18px;
  border-radius: 0;
  padding: 0 4px;
}

/* ホバー */
.c-pager__item a:hover {
  opacity: 0.7;
}

/* SP の間隔調整 */
@media (max-width: 767px) {
  .c-pager__list {
    gap: 8px;
  }
}
.productList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  margin: 60px 0;
}

.productItem {
  text-decoration: none;
  color: #000;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 8px;
  display: block;
  background: #fff;
}

.productItem__img img {
  width: 100%;
  height: auto;
  display: block;
}

.productItem__title {
  font-size: 18px;
  margin: 12px 0 6px;
}

.productItem__cat {
  font-size: 13px;
  color: #666;
}

.productDetail__img img {
  width: 100%;
  height: auto;
  display: block;
}

.productDetail__back {
  display: flex;
  justify-content: center; /* ← 中央寄せ */
  margin-top: 40px;       /* お好みで余白 */
}

.backBtn {
  display: inline-block;
  padding: 12px 32px;
  background: #191919;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
}
/* 1350px 中央寄せ */
.productArchive {
  max-width: 1350px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* ===============================
   カテゴリータブ：独立ボタン × 横幅いっぱい
================================ */
.productTabs {
  display: flex;
  justify-content: space-between;
  width: 100%;       /* ★ 画面いっぱい */
  margin: 0 auto 40px;
  gap: 2%;           /* ボタン間の隙間（お好みで調整OK） */
}

/* ボタン（49%ずつ → ほぼ100%幅） */
.productTab {
  width: 49%;        /* ★ 横いっぱいに並ぶ */
  text-align: center;
  padding: 14px 0;
  font-size: 16px;

  background: #fff;
  color: #191919;

  border: 1px solid #191919;
  border-radius: 50px;

  text-decoration: none;
  transition: 0.25s;
}

/* アクティブ */
.productTab.is-active {
  background: #191919;
  color: #fff;
}

/* hover */
.productTab:hover {
  opacity: 0.7;
}


/* ===============================
   商品カード（3カラム）
=============================== */
.productList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.productCard {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 20px;
  transition: 0.3s;
	padding-top:20px;
}

.productCard a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 0 20px 20px;
}

.productCard__img img {
  width: 100%;
  height: auto;
}

.productCard__title {
  margin: 16px 0 8px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.productCard__excerpt {
  font-size: 14px;
  color: #333;
  min-height: 54px;
}

.productCard__btn {
  margin: 20px auto 0;
  display: inline-block;
  padding: 10px 24px;
  background: #191919;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
	width: -webkit-fill-available;
    text-align: center;
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .productList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .productList {
    grid-template-columns: repeat(1, 1fr);
  }
}
.prodLead {
  display: block;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f3f3f3;
    font-size: 34px;
    line-height: 1.4;
    color: #191919;
}
/* =============================
   ページ共通ヘッダー（黒帯）
============================= */
.pageHeader {
  width: 100%;
  background: #191919;
  padding: 40px 0;
  text-align: center;
}

.pageHeader__jp {
  font-size: 16px;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}

.pageHeader__en {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

/* 下の説明文 */
.pageLead {
  text-align: center;
  margin: 40px auto 60px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #191919;
}
/* =============================
   フォームブロック
============================= */
.formBlock {
  margin-bottom: 34px;
}

.formLabel {
  font-size: 16px;
  margin-bottom: 6px;
  display: inline-block;
  font-weight: 500;
  color: #191919;
}

.req {
  background: #f14b4b;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  border-radius: 4px;
  margin-left: 6px;
}

/* =============================
   テキスト入力
============================= */
.formInput,
.formTextarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 16px;
  box-sizing: border-box;
}

.formTextarea {
  height: 200px;
}

/* =============================
   同意文
============================= */
.formAgreeBlock {
  margin: 40px 0;
  text-align: center;
}

.agreeNote {
  font-size: 14px;
  margin-bottom: 16px;
  color: #191919;
}

.formCheckbox {
  margin-top: 4px;
  text-align: center;
}

/* =============================
   送信ボタン
============================= */
.formSubmitBlock {
  text-align: center;
  margin-top: 40px;
}

.formSubmit {
  background: #1E3A8A;
  color: #fff;
  padding: 14px 60px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
}

.news_inner_cont {
	width:1100px;
	margin:auto;
}
.pageLead {
	font-size:32px;
	font-weight:700;
	padding:0 0 50px;
}
@media (max-width: 767px) {
 .news_inner_cont {
	width:96%;
	margin:auto;
}
	.pageLead {
	font-size:24px;
	font-weight:700;
	padding:0 0 50px;
}
}
/* =============================
   ファイル添付ボタンのデザイン
============================= */
.formFile {
  display: block;
  width: 260px; /* 好みで変更可 */
  padding: 14px 0;
  margin-bottom: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

/* input は透明にして、クリックは親に拾わせる */
.formFile input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* ホバー時 */
.formFile:hover {
  background: #f9f9f9;
  border-color: #999;
}
/* ファイルフィールド全体をラップ */
.formFileWrap {
  margin-bottom: 20px;
}

/* デザインしたボタン部分 */
.formFileBtn {
  display: inline-block;
  width: 240px;
  padding: 12px 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}

/* 本体の input は完全に隠す */
.formFileWrap input[type="file"] {
  display: none !important;
}
.formFileBtn {
  display: flex;
  align-items: center;        /* ← 上下中央 */
  justify-content: center;    /* ← 左右中央 */
  width: 240px;
  height: 52px;               /* ← 高さを固定すると安定する */
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}

/* input 本体は非表示 */
.formFileWrap input[type="file"] {
  display: none !important;
}
.req {
  display: inline-block;
  border: 1px solid #dc3232;
  background: #fff;
  color: #dc3232;
  font-size: 13px;
  padding: 3px 14px;
  border-radius: 20px; /* ← pill 形状 */
  margin-left: 10px;
  line-height: 1;
}
/* プライバシーポリシーだけ白背景 */
/* プライバシーポリシー（page-id-5437）だけ白背景にする */
.page-id-5437 .pageHeader {
  background: #fff !important;
}

.page-id-5437 .pageHeader__jp,
.page-id-5437 .pageHeader__en {
  color: #191919 !important;
}
.privacy-page .pageHeader {
  background: #fff !important;
}

.privacy-page .pageHeader__jp,
.privacy-page .pageHeader__en {
  color: #191919 !important;
}
/* =============================
   プライバシーポリシー本文
============================= */
.privacy {
  padding: 60px 0 100px;
}

.privacy__inner {
  width: min(900px, 90%);
  margin: 0 auto;
  line-height: 2;
  color: #191919;
}

/* リード文（冒頭） */
.privacy__lead {
  font-size: 18px;
  margin-bottom: 50px;
}

/* 大見出し（1. 2. 3.） */
.privacy__title {
  font-size: 20px;
  margin: 50px 0 16px;
  font-weight: 700;
  border-top: 1px dashed #b2d0ff;
  padding-top: 40px;
}

/* 小見出し（情報主体とは） */
.privacy__subtitle {
  font-size: 18px;
  margin: 40px 0 12px;
  font-weight: 600;
}

/* 本文 */
.privacy__text {
  font-size: 16px;
  margin-bottom: 24px;
}
.formSubmitBlock {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px; /* ← これを追加 */
}
.privacyLink {
  color: #191919;
  text-decoration: underline;
}

.privacyLink:hover {
  opacity: 0.7;
}
.agreeText {
  display: inline-block; /* ← これが改行防止の決め手 */
  text-align: center;
}

.privacyLink {
  color: #191919;
  text-decoration: underline;
}

.privacyLink:hover {
  opacity: 0.7;
}
/* 上部ガイドエリア */
.iosGuide__head {
  background: #efefef;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 100px;
	margin-top:100px;
	margin:100px 70px;
}

.iosGuide__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.iosGuide__desc {
  font-size: 25px;
  color: #555;
}


/* ボタン一覧のラッパー */
.iosButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  max-width: 1380px;
  margin: 150px auto;
}

/* 個別ボタン */
.iosBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 430px;
  height: 52px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  color: #191919;
  text-decoration: none;
  font-size: 22px;
  transition: 0.2s;
	margin-bottom:20px;
}

/* ホバー */
.iosBtn:hover {
  background: #f3f3f3;
  border-color: #999;
}
.iosButtons {
     display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
    max-width: 1380px;
    margin: 150px auto;
}
/* セクション全体 */
.iosDetail {
    margin-top: 60px;
    position: relative;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

/* 左のタブ */
.iosDetail__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 430px;            /* ← 幅を固定 */
  padding: 12px 0;         /* ← 横paddingは不要なので0でもOK */
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-weight: 600;
  position: relative;
  top: 20px;
  left: 0;                 /* ← 左余白なし！ */
  z-index: 2;
	font-size:23px;
}
/* 本文のボックス */
.iosDetail__box {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px 40px 40px;
    background: #fff;
    position: relative;
    margin-top: -6px;
    margin-left: 215px;
}

/* 番号リスト */
.iosDetail__list {
      margin: 0;
    padding-left: 200px;
    font-size: 20px;
    line-height: 2;
}

.iosDetail__list li {
  margin-bottom: 14px;
	padding-left: 100px;
}

.iosDetail__list a {
  color: #1e70c9;
  text-decoration: underline;
}
/* =========================================
   ここから下はスマホレイアウト（〜768px）
========================================= */
@media (max-width: 768px) {
	.noNumber {
    list-style: none !important;
    padding-left: 0px !important;
}
	

  /* 上部ガイド枠 */
  .iosGuide__head {
    margin: 60px 20px;
    padding: 24px 12px;
  }
  .iosGuide__title {
    font-size: 16px;
  }
  .iosGuide__desc {
    font-size: 13px;
  }


  /* ボタン一覧 */
  .iosButtons {
    gap: 14px;
    margin: 60px 20px;
    justify-content: center; /* ←スマホはセンターが自然 */
  }

  /* 個別ボタン */
  .iosBtn {
    width: 100%;      /* ←横幅いっぱい */
    max-width: 480px; /* ←広すぎないように制限 */
    height: 48px;
    font-size: 14px;
  }


  /* 詳細ページ（iosDetail） */
  .iosDetail {
    margin: 50px 0 90px;
    padding: 0 20px;
  }

  /* タブ（タイトル部分） */
  .iosDetail__tab {
    width: -webkit-fill-available;
    max-width: none;
    left: 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    top: 0;
    position: relative;
  }

  /* 詳細ボックス */
  .iosDetail__box {
    margin-left: 0;     /* ←タブの下にそのまま */
    margin-top: 0;
    padding: 30px 20px;
    border-radius: 0 0 10px 10px;
  }

  /* 番号リスト */
  .iosDetail__list {
    padding-left: 0 !important; /* 初期化 */
    list-style-position: inside;
  }

  .iosDetail__list li {
    padding-left: 0 !important;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.75;
  }
}
.noNumber {
  list-style: none !important;      /* 番号を消す */
  padding-left: 200px !important;   /* あなたの番号付きと同じ余白 */
}

.noNumber li {
  padding-left: 100px !important;   /* 番号の位置に合わせる（見た目統一） */
}
.rec1 {
	font-size:40px !important;
	font-weight:600;
	margin-bottom:30px !important;
	margin-top:100px !important;
}
.rec2 {
	font-size:25px !important;
	font-weight:600;
	line-height:2.2 !important;
	
}
.lookwaku {
	display:flex;
	flex-wrap:wrap;
	
}
.look1 {
	width:30%;

}
.look2 {
	width:30%;
	padding:0 4%;
	overflow: visible; /* ←これで外に出せる */
	position: relative; 
	padding-top:120px;
}
.look3 {
	width:32%;
	padding-top:490px;
}
.look_text {
	font-size:20px;
	line-height:2.2;
}
.look_h3 {
	font-size:30px;
	line-height:2.2;
	font-weight:bold;
}
.lookLabel {
	font-size:30px;
	line-height:2.2;
	font-weight:bold;
}
.lookTitle {
		font-size:50px;
	line-height:2.2;
	font-weight:bold;
    display: inline-block;
    transform: translateX(0px);
    font-weight: 700;
    white-space: nowrap;
	margin:0;
}
.lookImg.p100 img {
	width:100%;
	height:auto;
}
.lookImg.p80 img {
	width:80%;
	height:auto;
} 
.ue220 {
	padding-top:220px;
}
.shita160 {
	margin-bottom:160px;
}
.shita230 {
	margin-bottom:230px;
}
/* セクション */
.benefits {
  width: 100%;
  padding: 80px 0;
}

.benefits__inner {
  width: min(1350px, 92%);
  margin: 0 auto;
}

/* セクショントップ */
.benefits__label {
  font-size: 30px;
  margin-bottom: 4px;
}

.benefits__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
	margin-top:10px;
}

/* グリッド（3列 × 2行） */
.benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}

/* ボックス */
.benefitBox {
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
}

/* ボックスタイトル */
.benefitBox__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* テキスト */
.benefitBox__text {
  line-height: 1.6;
  font-size: 25px;
}

/* SP対応 */
@media (max-width: 768px) {
	.noNumber li {
    padding-left: 0px !important;
}
	.noNumber {
    list-style: none !important;
    padding-left: 0px !important;
}
  .benefits__grid {
    grid-template-columns: 1fr; /* 1列 */
    gap: 32px;
  }

  .benefitBox {
    padding: 32px 24px;
  }

  .benefitBox__title {
    font-size: 18px;
  }
}
.benefitBox__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;

  /* ▼ ここから枠デザイン */
  display: inline-block;     /* 枠をタイトルサイズに */
  padding: 14px 24px;        /* 内側余白 */
  border: 1px solid #cfcfcf; /* 枠線 */
  background: #fff;          /* うっすら白背景 */
  border-radius: 6px;        /* 角丸、画像に合わせる */
}
/* セクション */
.learning {
  width: 100%;
  padding: 80px 0;
}

.learning__inner {
  width: min(1350px, 92%);
  margin: 0 auto;
}

/* タイトル部分 */
.learning__label {
  font-size: 30px;
  margin-bottom: 4px;
}

.learning__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
	margin-top:10px;
}

/* カード共通 */
.learningCard {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 80px;
}

.learningCard--blue {

}

/* 画像 */
.learningCard__img {
  flex: 0 0 42%;
}

.learningCard__img img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

/* テキスト */
.learningCard__body {
  flex: 1;
}

.learningCard__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
}

.learningCard__text {
  line-height: 1.7;
  font-size: 23px;
}
.looking {
	padding:100px 0;
}
/* SP */
@media (max-width: 768px) {
	.shita160 {
    margin-bottom: 80px;
}
	.shita230 {
    margin-bottom: 80px;
}
	.look3 {
    padding-top: 20px;
}
	.look1 {
    width: auto;
}
	.look2 {
    width: auto;
    padding: 0 4%;
    overflow: auto;
    position: relative;
    padding-top: 20px;
}
	.lookTitle {
    font-size: 25px;
    line-height: 1.7;
    font-weight: bold;
    display: block;
    transform: inherit;
    font-weight: 700;
    white-space: normal;
    margin: 0;
}
	.look_text {
    font-size: 16px;
    line-height: 2.2;
}
	.look_h3 {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
}
	
	.look3 {
    width: auto;
}
	.ue220 {
    padding-top: 20px;
}
.lookImg.p80 img {
    width: 100%;
}	
	
  .learningCard {
    flex-direction: column;
    padding: 32px 20px;
    gap: 24px;
  }

  .learningCard__img {
    flex: none;
    width: 100%;
  }
}
/* 一覧ページ */
.jobs {
  padding: 80px 0;
}
.jobs__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.jobs__label {
  font-size: 30px;
  margin-bottom: 4px;
}
.jobs__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
	margin-top:10px;
}
.lookLabel {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
	margin:0;
}
.jobItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  padding: 22px 32px;
  border-radius: 8px;
  margin-bottom: 20px;
  background: #fff;
  text-decoration: none;
  color: #000;
  transition: 0.2s ease;
}
.jobItem:hover {
  background: #f8f8f8;
}

.jobItem__title {
  font-size: 24px;
	font-weight:600;
}
.jobItem__more {
	font-size:18px;
  color: #191919;
  margin-right: 20px;
}
.jobItem__arrow {
  font-size: 24px;
}

/* 詳細ページ */
.jobDetail {
  padding: 80px 0;
}
.jobDetail__inner {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.jobDetail__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.jobTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

.jobTable th,
.jobTable td {
  text-align: left;
  padding: 14px 0; /* 行の上下余白 */
  border-bottom: 1px solid #dcdcdc; /* 行区切りの細い線 */
  font-size: 15px;
  vertical-align: top;
}

.jobTable th {
  width: 22%;   /* 左の項目名の幅 */
  font-weight: 600;
  padding-right: 20px;
}

.jobTable td {
  line-height: 1.7;
}

.jobDetail__btnWrap {
  text-align: center;
  margin-top: 40px;
}
.jobDetail__btn {
  display: inline-block;
  padding: 16px 40px;
  border-radius: 6px;
  background: #191919;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.jobBackBtnWrap {
  text-align: center;
  margin: 60px 0 20px;
}

.jobBackBtn {
  display: inline-block;
  padding: 14px 54px;
  background: #191919;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.2s ease;
}

.jobBackBtn:hover {
  opacity: 0.8;
}
/* ===============================
   上段ギャラリー
================================ */
.recruitGallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: min(1350px, 92%);
  margin: 0 auto 80px;
}

.rgItem img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.rgItem:first-child img {

}

/* SP */
@media (max-width: 768px) {
  .recruitGallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
	.jobItem__title {
  font-size: 18px;
	font-weight:600;
}
.jobItem__more {
	font-size:16px;
  color: #191919;
  margin-right: 20px;
}
}

/* ===============================
   下段メッセージブロック
================================ */
.recruitMessage {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 40px;
  background: url('https://orangebear1.sakura.ne.jp/sappporo_dental/wp-content/uploads/2025/11/job31.png') center/cover no-repeat;
  position: relative;
}

/* オーバーレイ（画像に白グレーの薄い幕をかける） */
.recruitMessage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(2px);
}

.recruitMessage__inner {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  width: min(1000px, 92%);
  margin: 0 auto;
}

.recruitMessage__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.recruitMessage__text {
  font-size: 16px;
  line-height: 1.8;
}

/* SP調整 */
@media (max-width: 768px) {
  .recruitMessage__title {
    font-size: 24px;
  }
  .recruitMessage__text {
    font-size: 14px;
  }
}
/* 上段と同じ幅に揃えるラッパー */
.recruitMessageOuter {
  width: min(1350px, 92%);
  margin: 60px auto 0 auto;
}

/* 背景画像のボックス */
.recruitMessage {
  border-radius: 14px;
  overflow: hidden;
  background: url('https://orangebear1.sakura.ne.jp/sappporo_dental/wp-content/uploads/2025/12/job31.webp')
              center/cover no-repeat;
  position: relative;
}

/* オーバーレイ */
.recruitMessage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(38, 38, 38, 0.43);
  backdrop-filter: blur(2px);
}

/* テキスト */
.recruitMessage__inner {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  width: min(900px, 92%);
  margin: 0 auto;
}

.recruitMessage__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.recruitMessage__text {
  font-size: 16px;
  line-height: 2.6;
}

/* SP */
@media (max-width: 768px) {
  .recruitMessage__title {
    font-size: 24px;
  }
  .recruitMessage__text {
    font-size: 14px;
  }
}
.recruitGallery {
	padding:100px 0;
}

.text-animate span {
  opacity: 0;
  display: inline-block;
  transform: translateY(10px);
  animation: fadeUp 0.5s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.text-animate {
  opacity: 0;
}
.fadeUpTrigger {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(.2,.6,.2,1);
}

.fadeUpTrigger.is-active {
  opacity: 1;
  transform: translateY(0);
}
.fadeLeftTrigger {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s cubic-bezier(.2,.6,.2,1);
}

.fadeLeftTrigger.is-active {
  opacity: 1;
  transform: translateX(0);
}
.fadeRightTrigger {
  opacity: 0;
  transform: translate3d(40px, 0, 0); /* GPU処理 */
  transition: opacity .8s cubic-bezier(.2,.6,.2,1), transform .8s cubic-bezier(.2,.6,.2,1);
}

.fadeRightTrigger.is-active {
  opacity: 1;
  transform: translateX(0);
}
.fadeSeq {
  opacity: 0;
  transform: translateY(30px);
}

.fadeSeq.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(.2,.6,.2,1);
}
.productCard__img img,
.productCard__img .noimg {
  width: 100%;
  height: 220px;       /* ← 好みで変更OK（一覧の高さに合わせた） */
  object-fit: cover;   /* 枠いっぱいにトリミングして統一 */
  display: block;
}
/* 会社概要と沿革のテキストは入力した改行・スペースを保持 */
.profileList dd,
.historyList dd,
.historyList dd p {
  white-space: pre-wrap;
}
/* 入力したスペース・改行は保持、p の余白は最小限 */
.historyList dd,
.historyList dd p {
  white-space: pre-wrap;
}

.historyList dd p {
  margin: 0 0 6px;  /* 下だけ少し余白、上はゼロ */
}
.historyList dd {
  white-space: pre-line;
}

.historyList dd p {
  margin: 0; /* 行間を消す */
}
.historyList dd {
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 0.9;
}

.profileList dd {
  white-space: pre-wrap;
	font-size: 16px;
  line-height: 0.9;
}
@media (max-width: 768px) {
.historyList dd {
  line-height: 1.7;
}	
	.profileList dd {
  line-height: 1.7;
}
}
.learningCard__body,
.learningCard__body * {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
.learningCard__title {
  position: relative;
  padding-bottom: 6px;
}


.learningCard {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 10px;
}
/* benefit ボックスの影（③） */
.benefitBox {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 24px;
}

/* benefit タイトル（背景だけ追加・控えめ） */
.benefitBox__title {
  padding: 8px 12px;
  background: rgba(0, 112, 201, 0.05); /* うっすらした青背景 */
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 12px; /* テキストとの距離 */
}
/* jobItem（リンクカード）の影 */
.jobItem {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 20px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  background: #fff;
  text-decoration: none;

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ホバー時の軽い浮き上がり（控えめ） */
.jobItem:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* タイトルに淡い背景色（benefitBox と統一） */
.jobItem__title {
  background: rgba(0, 112, 201, 0.05);
  padding: 6px 12px;
  border-radius: 6px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* 「詳細を見る」*/
.jobItem__more {
  margin-left: auto;
  margin-right: 8px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}

/* › の矢印 */
.jobItem__arrow {
  font-size: 20px;
  font-weight: bold;
}
/* 写真のフレーム（dtFullPhoto__frame） */
.dtFullPhoto__frame {
  display: block;
  padding: 16px;
  background: rgba(0, 112, 201, 0.05); /* benefitBox と統一の淡い青背景 */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 控えめな影 */
  overflow: hidden; /* 角丸に画像を合わせる */
}

/* 画像も角丸の内側にフィット */
.dtFullPhoto__frame img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
/* カード全体：枠だけ装飾 */
.philoCard {
  background: #fff; /* 必要なら薄い背景。removeしてもOK */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 32px 28px;

  /* text-alignは削除（中寄せしない） */
}

/* タイトルもテキストはいじらず、枠の背景だけ追加 */
.philoCard__title {
  background: rgba(0, 112, 201, 0.05);
  padding: 8px 12px;
  border-radius: 6px;

  /* フォントやサイズや位置には一切触れない */
}

/* 本文にも一切スタイル追加しない */
.philoCard__body .philoCard__line {
  margin: 4px 0; /* ←余白は必要ならこの程度だけ */
}

/* ロゴもサイズ調整しない。位置もそのまま */
.philoCard__logo img {
  display: block;
  margin-top: 16px; /* 枠と被らないための最小限の余白だけ */
}
/* productCard：枠だけの上品な装飾 */
.productCard {
  background: #fff; /* 必要なら薄い背景にするならこのまま */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 控えめな影 */
  padding: 20px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* hover（控えめに浮く） */
.productCard:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* 中身（画像・タイトル・本文）には一切手を入れない */
.iosBtn {
  padding: 14px 0px;

  background: #fff;
  border: 1px solid rgba(0, 112, 201, 0.25);
  border-radius: 8px;

  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  text-decoration: none;

  /* 反応を早くする：transform と shadow だけアニメーション */
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* hover：即反応 */
.iosBtn:hover {
  background: rgba(0, 112, 201, 0.05); /* ←これは即時反映（遅れゼロ） */
  border-color: rgba(0, 112, 201, 0.4);

  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.iosBtn.fadeSeq {
  transition-delay: 0s !important;
}
.iosDetail__tab {

  padding: 24px 0px;

  background: #fcf3f3; /* 必要なら透明でもOK */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 薄い影 */
  
  /* フォント・サイズ・揃えは一切触らない */
  margin-bottom: 20px;
	border: 2px solid rgba(0, 112, 201, 0.25);
    top: 50px;
}
.iosDetail__box {
  background: #fff;
  border-radius: 10px;
  border: 2px solid rgba(0, 112, 201, 0.25);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* 薄い影（他の装飾と統一） */

  padding: 50px 40px 40px;

  /* レイアウト崩れの原因になる margin を削除 */

  position: relative;
}
.iosDetail__list {
    list-style-type: decimal !important;
}
.iosDetail__list.noNumber {
    list-style-type: none !important;
}
.iosDetail__box ol.wp-block-list {
	margin: 0;
    padding-left: 200px;
    font-size: 20px;
    line-height: 2;
}
.iosDetail__box ol li {
    margin-bottom: 14px;
    padding-left: 100px;
}
.iosDetail__box ul.wp-block-list {
	margin: 0;
    padding-left: 200px;
    font-size: 20px;
    line-height: 2;
}
.iosDetail__box ul li {
    margin-bottom: 14px;
    padding-left: 100px;
	list-style: none
}
@media (max-width: 768px) {
	.iosDetail__box ol.wp-block-list {
	margin: 0;
    padding-left: 0px;
    font-size: 18px;
    line-height: 2;
}
.iosDetail__box ol li {
    margin-bottom: 14px;
    padding-left: 10px;
}
.iosDetail__box ul.wp-block-list {
	margin: 0;
    padding-left: 0px;
    font-size: 18px;
    line-height: 2;
}
.iosDetail__box ul li {
    margin-bottom: 14px;
    padding-left: 10px;
	list-style: none
}
}
/* ==============================================
   IOSラボ内リンクのズレ補正（アンカー位置調整）
   固定ヘッダー高さ：PC 90px / SP 70px を想定
============================================== */

/* PC */
@media (min-width: 769px) {
  section[id^="ios-"] {
    scroll-margin-top: 90px;
  }
}

/* SP */
@media (max-width: 768px) {
  section[id^="ios-"] {
    scroll-margin-top: 70px;
  }
}
.wpcf7 form .wpcf7-response-output {
    margin: -5em auto 3em !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    display: table;
    text-align: center;
}
.wpcf7-spinner {
    display: block !important;
	margin: 10px auto !important;
    position: relative !important;
}
#agree.wpcf7-not-valid::after {
  content: "チェックを入れてください。" !important;
}
.hero__copy,
.hero-text {
  text-shadow: 0 0 8px rgba(0,0,0,0.45),
               0 2px 4px rgba(0,0,0,0.35);
}
.footer__banners {
  display: flex;
  gap: 28px;
  justify-content: center;
  padding: 40px 0;
}

.footer__banners a img {
  width: 180px;
  border-radius: 12px;

  /* ▼ 外側の白背景（これで自然に馴染む） */
  background: #ffffff;

  padding: 14px 20px;

  /* ▼ 影は狭めで控えめに */
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);

  transition: all 0.25s ease;
  opacity: 0.98;
}

.footer__banners a:hover img {
  box-shadow: 0 4px 14px rgba(0,0,0,0.14);
  transform: translateY(-3px);
  opacity: 1;
}
.jobBackBtnWrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}

/* 採用エントリー（青） */
.jobEntryBtn {
  display: inline-block;
  padding: 12px 32px;
  background: #1f3f7f; /* サイトの青 */
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: .2s;
}
.jobEntryBtn:hover {
  opacity: 0.85;
}

/* 募集要項へ戻る（黒） */
.jobBackBtn {
  display: inline-block;
  padding: 12px 32px;
  background: #191919;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: .2s;
}
.jobBackBtn:hover {
  opacity: 0.85;
}
.pairSec {
  overflow-x: hidden;
}
.prodDesc {
  font-size: 20px;         /* 少し大きく */
  line-height: 2.2;
  margin: 20px 0 40px;     /* タイトルとの間と本文の間に余白 */

}
.productPdfWrap {
  margin: 40px 0;
  display: grid;
  gap: 20px;
  max-width: 600px;
}

.productPdfCard {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.pdfIcon {
  font-size: 32px;
  margin-right: 15px;
}

.pdfInfo .pdfName {
  font-size: 14px;
  margin: 0 0 6px;
}

.pdfBtn {
  display: inline-block;
  padding: 6px 18px;
  background: #007aff;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
}
.pdfBtn:hover {
  opacity: 0.8;
}
.productPdfWrap {
  margin: 40px 0;
}

.productPdfCard {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 12px;
  background: #fafafa;
}

.pdfIcon {
  font-size: 32px;
}

.pdfName {
  font-weight: bold;
  margin: 0;
}

.pdfBtn {
  display: inline-block;
  margin-top: 4px;
  padding: 6px 14px;
  background: #0073aa;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}
.pdfBtn:hover {
  background: #005f8d;
}
