/* 共通リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Arial", sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.6;
}

/* ヘッダー */
.main-header {
  position: relative;
  height: 100vh;
  background-image: url("images/office_background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.logo-katakana {
  position: absolute;
  top: 95px;
  left: 55px;
  width: 350px;
  height: auto;
}

.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80vh;
  padding-top: 5vh;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 15rem;    /* 追加：これで位置を下げる */
  margin-bottom: 1rem; /* 適度に保つ */
}

.hero-sub {
  font-size: 1.2rem;
  margin-top: 3rem;     /* 新しく追加して下げる */
  margin-bottom: 1rem;
}

.hero-logo {
  width: 400px;
  margin-top: 5rem; 
  height: auto;
  margin-bottom: 1rem; 
}

/* ナビゲーション */
.main-nav {
  background-color: #000;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;

}

.main-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
}

.main-nav li {
  margin: 0 20px;
}

.main-nav a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: #ff6600;
}

/* セクション */
.section {
  padding: 60px 20px;
}

.section-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto 60px auto;
}

.section-img {
  flex: 1 1 45%;
  padding: 10px;
}

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

.section-text {
  flex: 1 1 55%;
  padding: 20px;
}

.section-text h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: #222;
}

.section-text p,
.section-text ul {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 15px;
}

.section-text ul {
  padding-left: 20px;
  list-style: disc;
}

/* フッター */
.main-footer {
  background: #f0f0f0;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
  color: #666;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .section-row {
    flex-direction: column;
  }

  .logo-katakana {
    width: 140px;
    top: 10px;
    left: 15px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-sub {
    font-size: 1rem;
  }

  .main-nav ul {
    flex-direction: column;
  }

  .main-nav li {
    margin: 5px 0;
  }

  .hero-logo {
    width: 180px;
  }
}
.section-heading {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  color: #222;
  text-align: center;
}

.section-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: center;
}

.section-heading {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #222;
}
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #222;
}

.section-heading p {
  font-size: 1.1rem;
  color: #666;
}
.company-info {
  list-style: none;
  padding: 0;
  line-height: 2.2;
  font-size: 1.05rem;
  color: #333;
}

.company-info li {
  margin-bottom: 10px;
}

.map-container {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.company-info li {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
}

.section-heading {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  color: #222;
  text-align: center;
}

.section-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: center;
}

.company-info li {
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  line-height: 2;
  color: #333;
}

.map {
  margin-top: 20px;
}
.section-heading {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  color: #222;
  text-align: center;
}

.section-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: center;
}
.section-heading {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
  color: #222;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #222;
}

.section-heading p {
  font-size: 1.1rem;
  color: #666;
}
.company-info {
  list-style: none;
  padding: 0;
  line-height: 2.2;
  font-size: 1.05rem;
  color: #333;
}

.company-info li {
  margin-bottom: 10px;
}

.map-container {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contact-form {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.contact-form label {
  display: block;
  margin: 15px 0 5px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.contact-form button {
  margin-top: 20px;
  background: #f60;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form button:hover {
  background: #e55000;
}

@media screen and (max-width: 600px) {
  .contact-form {
    padding: 20px;
  }

  .contact-form h1 {
    font-size: 1.4rem;
  }
}
/* style.css 内にこのような定義が必要です */
.form-container {
  max-width: 600px;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-container h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.form-container label {
  display: block;
  margin: 15px 0 5px;
}

.form-container input,
.form-container textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-container button {
  margin-top: 20px;
  background: #f60;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
}

.form-container button:hover {
  background: #e55000;
}
.map-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.map-logo {
  position: absolute;
  top: 48%;   /* マップの中心近くに */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px; /* 約20%相当 */
  pointer-events: none;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #f9f9f9 url('privacy_bg.png') no-repeat center center;
  background-size: contain;
  color: #333;
}

.privacy-policy {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 8px;
}

.section h1 {
  font-size: 28px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ff6f00;
  padding-bottom: 10px;
}

.section h2 {
  font-size: 20px;
  margin-top: 48px;
  margin-bottom: 12px;
  color: #444;
}

.section h3 {
  font-size: 17px;
  margin-top: 36px;
  margin-bottom: 10px;
  color: #555;
}

.section p, .section ul, .section pre {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.section ul {
  padding-left: 20px;
}

.section li {
  margin-bottom: 6px;
}

body {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: #f9f9f9 
}

.privacy-policy {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 20px;
  background-color: rgba(255, 255, 255, 0.94);  /* ロゴ背景が見える程度に調整 */
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #ff6a00;
  padding-left: 10px;
  margin-top: 60px;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 40px;
}
.btn-orange {
  background-color: #ff6a00;
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e25900;
}
.btn-orange {
  background-color: #ff6a00;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e55d00;
}
.btn-orange {
  display: inline-block;
  background-color: #ff6f00;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e65c00;
}
#about .section-title {
  text-align: center;
}
/* style.css に追加 */
#about {
  text-align: center;
}
.hero-content {
  padding-top: 5rem;
}
.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;  /* ← top揃えに変更 */
  height: 100vh;                /* ← 画面いっぱいに広げる */
  padding-top: 30vh;            /* ← タイトルの開始位置を調整 */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 0.5rem;   /* ← 親で調整するので最小限に */
  margin-bottom: 1rem;
}

.hero-sub {
  font-size: 1.2rem;
  margin-top: 0.2rem;
  margin-bottom: 2rem;
}
/* 追加：見出し調整（Missionと同じサイズ・太字） */
.section-label {
  font-size: 1.8rem;       /* Missionと同等 */
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #222;
}

/* 追加：リード文の太字・少し大きめフォント */
.strong-lead {
  font-size: 1.2rem;       /* Missionより少し小さい */
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #444;
}
#company {
  margin-top: 15px;
}
/* map上部の余白拡大用 */
.extra-margin-top {
  margin-top: 40px;   /* 必要に応じて50px〜60pxなど調整 */
}
/* 追加：見出し調整（Missionと同じサイズ・太字） */
.section-label {
  font-size: 1.8rem;       /* Missionと同等 */
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  color: #222;
}

/* 追加：リード文の太字・少し大きめフォント */
.strong-lead {
  font-size: 1.4rem;       /* Missionより少し小さい */
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #444;
}

}
.hero {
  background-image: url('images/office_background.jpg');
  background-size: cover;
  background-position: center;
  padding: 8rem 2rem;
  color: white;
}

.hero-content {
  text-align: center;
  padding-top: 15rem;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.hero-sub {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.hero-logo {
  width: 400px;
  height: auto;
  margin-top: 1rem;
}
/* 親：全体の縦位置を決定するコンテナ */
.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;    /* ← 上詰め */
  height: 100vh;
  padding-top: 35vh;              /* ← ここを調整して下げる */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* 子：h1（タイトル） */
.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 0;                 /* ←不要な余白削除 */
  margin-bottom: 1rem;
}

/* 子：サブタイトル */
.hero-sub {
  font-size: 1.2rem;
  margin-top: 0.2rem;
  margin-bottom: 2rem;
}

/* ロゴ画像 */
.hero-logo {
  width: 400px;
  height: auto;
  margin-top: 1rem;             /* ←ここの値を微調整で下げる */
}
.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  padding-top: 18vh;  /* タイトルとサブタイトルの位置を決める */
  gap: 1.5rem;          /* 要素間の間隔：タイトル～サブタイトル～ロゴ */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-logo {
  width: 400px;
  height: auto;
  margin-top: 0; /* ここを0に戻す */
  margin-bottom: 3rem; /* フッターに近づきすぎないよう余白 */
}
.hero-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 95vh;         /* ← 少しだけ短くする */
  padding-top: 10vh;    /* ← 上の余白を減らす */
  gap: 1.5rem;          /* ← 要素間も少し詰める */
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-logo {
  width: 300px;         /* ← 小さくする */
  height: auto;
  margin-top: 7rem;
  margin-bottom: 1rem;
}
.logo-katakana {
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 350px;
  height: auto;
  z-index: 10;
}
@media (max-width: 768px) {
  .hero-overlay {
    padding-top: 8vh;
  }

  .hero-logo {
    margin-top: 2rem;
    width: 220px; /* スマホサイズ向けに少し小さくするのも可 */
  }
}
/* ===== Hero の共通調整（全端末） ===== */
.main-header{
  /* モバイルのURLバー高さ変動に強い単位 */
  min-height: 100svh;
}

/* 親：Hero 中央寄せ ＆ 位置 */
.hero-overlay{
  /* ノートPCで少し上に：元より小さめの余白から出発 */
  padding-top: 14vh;
  gap: 1rem;
}

/* タイトル/サブ：画面幅に応じて自動縮小拡大 */
.hero-title{
  /*  最小1.8rem, ふつうは4.5vw, 最大3.0rem  */
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: .8rem;
}
.hero-sub{
  font-size: clamp(.95rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

/* オレンジロゴ：ナビのクリックを妨げない＆位置調整しやすく */
.hero-logo{
  width: clamp(220px, 26vw, 380px);
  height: auto;
  margin-top: 1.5rem;      /* デフォルトは気持ち近づける */
  margin-bottom: 1.5rem;
  pointer-events: none;    /* ← これがナビのクリック問題の決定打 */
}

/* 左上カタカナロゴ：ノートPCでも少し控えめに */
.logo-katakana{
  top: 3.5rem;
  left: 3.5rem;
  width: clamp(180px, 20vw, 300px);
  height: auto;
  z-index: 10;
}

/* ===== 画面幅ごとの微調整 ===== */

/* 1280px 以下（多くのノートPC） */
@media (max-width: 1280px){
  .hero-overlay{ padding-top: 12vh; }
  .hero-logo{ margin-top: 1rem; }
}

/* 992px 以下（小さめノート/大きめタブレット縦） */
@media (max-width: 992px){
  .hero-overlay{ padding-top: 10vh; }
  .hero-sub{ margin-bottom: 1rem; }
  .hero-logo{ margin-top: .75rem; }
}

/* 768px 以下（タブレット/スマホ大） */
@media (max-width: 768px){
  .logo-katakana{
    top: 1.2rem; left: 1rem;
    width: 165px;
  }
  .hero-overlay{ padding-top: 8vh; }
  .hero-title{ font-size: clamp(1.6rem, 6.2vw, 2.2rem); }
  .hero-sub{ font-size: clamp(.9rem, 3.4vw, 1.05rem); }
  .hero-logo{
    width: clamp(180px, 38vw, 240px);
    margin-top: .5rem;
    margin-bottom: 1rem;
  }
}

/* 480px 以下（スマホ多く） */
@media (max-width: 480px){
  .hero-overlay{ padding-top: 7vh; }
  .hero-title{ font-size: clamp(1.4rem, 7vw, 2rem); }
  .hero-sub{ font-size: clamp(.9rem, 3.8vw, 1rem); }
  .hero-logo{
    width: clamp(160px, 42vw, 200px);
    margin-top: .25rem;
  }
}
/* ====== Laptop (ノートPC・横1024〜1440pxあたり) 調整 ====== */
@media (min-width: 1024px) and (max-width: 1440px){

  /* タイトル＆サブの開始位置をさらに上に */
  .hero-overlay{
    padding-top: 1vh;   /* ← 12〜14vh から 11vh へ。上げ過ぎなら 12vh に */
    gap: .8rem;          /* 間隔も少しだけ詰める */
  }

  /* 見出しの圧縮感を少し和らげる（好みに応じて） */
  .hero-title{
    font-size: clamp(2.2rem, 4.2vw, 2.8rem);
    line-height: 1.15;
    margin-bottom: .7rem;
  }
  .hero-sub{
    font-size: clamp(1.05rem, 1.9vw, 1.2rem);
    margin-bottom: 1rem;
  }

  /* オレンジロゴを気持ち上げて少し小さく */
  .hero-logo{
    width: clamp(240px, 22vw, 320px); /* ちょい小さめ */
    margin-top: .15rem;               /* ← さらに上へ（0〜.5remで好みに微調整） */
    margin-bottom: 2rem;           /* ナビ帯と接しないよう底も少し空ける */
  }

  /* カタカナロゴも少しだけ控えめ位置に（必要なら） */
  .logo-katakana{
    top: 3rem;
    left: 3rem;
    width: clamp(200px, 18vw, 280px);
  }
}
/* ====== Laptop (1024–1440px) 仕上げ調整：タイトル/サブ/ロゴ/ナビ ====== */
@media (min-width: 1024px) and (max-width: 1440px){

  /* デフォルトに残っている余白を打ち消し（これが下がる主因） */
  .hero-content{
    padding-top: 0 !important;
  }

  /* タイトル＆サブの縦位置：センターより“少し上” */
  .hero-overlay{
    padding-top: 14vh;   /* ← 12〜16vhの範囲でお好み調整。数値を小さくすると更に上へ */
    gap: 0.8rem;
  }

  .hero-title{
    font-size: clamp(2.2rem, 4.2vw, 2.8rem);
    line-height: 1.15;
    margin-bottom: .6rem;
  }
  .hero-sub{
    font-size: clamp(1.05rem, 1.9vw, 1.2rem);
    margin-bottom: 1rem;
  }

  /* オレンジロゴ：もう少し上（メニュー黒帯の少し上に） */
  .hero-logo{
    width: clamp(250px, 22vw, 320px);
    margin-top: 0;                 /* 余白をゼロにして */
    transform: translateY(-1.2rem);/* 上へ引き上げ。-0.6rem〜-1.6remで微調整OK */
    margin-bottom: 1.8rem;         /* 下も少しだけ空ける（帯に触れない程度） */
    display: block;
  }

  /* カタカナロゴ（必要なら控えめに） */
  .logo-katakana{
    top: 3rem;
    left: 3rem;
    width: clamp(200px, 18vw, 280px);
  }

  /* ナビがヒーローの上に乗るように（クリック不能対策） */
  .main-nav{
    position: relative;
    z-index: 5;
  }
}
/* ===== Laptop 仕上げ：センター少し下 & ロゴをど真ん中 ===== */
@media (min-width: 1024px) and (max-width: 1440px){

  /* 以前の余白を打ち消し（位置が上がり過ぎ防止） */
  .hero-content{
    padding-top: 0 !important;
    /* 中央寄せを確実に */
    display: flex;
    flex-direction: column;
    align-items: center;   /* ← 水平センター */
    text-align: center;
    width: 100%;
  }

  /* タイトル＆サブ：センターより“少し下” */
  .hero-overlay{
    padding-top: 35vh;     /* ← 下げたいほど数値を大きく（目安 20–24vh） */
    gap: 0.9rem;
  }
  .hero-title{
    font-size: clamp(2.2rem, 4.2vw, 2.8rem);
    line-height: 1.15;
    margin-bottom: .6rem;
  }
  .hero-sub{
    font-size: clamp(1.05rem, 1.9vw, 1.2rem);
    margin-bottom: 1rem;
  }

  /* オレンジロゴ：完全センター＆黒帯の少し上 */
  .hero-logo{
    display: block;
    margin-inline: auto;   /* ← 水平センターを強制 */
    width: clamp(250px, 22vw, 320px);
    transform: translateY(-0.1rem); /* 上に少し引き上げ。-0.4〜-1.2remで微調整 */
    margin-top: 0.2rem;
    margin-bottom: 2rem;   /* 黒帯に触れないよう下も確保 */
  }

  /* 念のためナビを手前に（クリック不可の予防） */
  .main-nav{ position: relative; z-index: 5; }
}
/* ====== Mobile 専用（〜767px） ====== */
@media (max-width: 767px) {

  /* ヒーロー全体：縦の取り方をモバイル用に最適化 */
  .main-header{
    height: 92vh;                 /* 画面いっぱいに近く */
    background-position: center;  /* 背景のズレ防止 */
  }

  /* 左上のカタカナロゴ：小さめ＋余白控えめ */
  .logo-katakana{
    top: 12px;
    left: 14px;
    width: clamp(140px, 46vw, 180px);
    height: auto;
    z-index: 10;
  }

  /* タイトル・サブの“開始位置”をセンターより少し下に */
  .hero-overlay{
    height: 100%;
    padding-top: 22vh;      /* ←ここで上下位置を決定（20〜26vhで微調整） */
    padding-inline: 6vw;    /* 横に少し余白 */
    justify-content: flex-start;
    gap: .8rem;             /* タイトル↔サブ↔ロゴの間隔 */
  }

  /* タイトル：大き過ぎ防止＋詰まり過ぎ防止 */
  .hero-title{
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 .6rem;
    text-align: center;
  }

  /* サブコピー：2行〜3行で読みやすく */
  .hero-sub{
    font-size: clamp(.95rem, 3.7vw, 1.1rem);
    line-height: 1.6;
    margin-bottom: 1.2rem;
    text-align: center;
  }

  /* オレンジロゴ：中央に置いて、黒帯の少し上で止める */
  .hero-logo{
    display: block;                  /* 中央寄せのため */
    width: clamp(180px, 48vw, 240px);
    height: auto;
    margin: 1.2rem auto 2.2rem;      /* 上 / 左右 / 下（黒帯に触れない程度） */
  }

  /* ナビ：タップしやすい高さ＆安全領域(iOS)考慮 */
  .main-nav a{
    padding: 14px 10px;
  }
  .main-nav{
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* ====== とくに小さい端末（〜360px）向けの微調整（任意） ====== */
@media (max-width: 360px){
  .hero-overlay{ padding-top: 20vh; }
  .hero-title{   font-size: clamp(1.4rem, 8vw, 1.9rem); }
  .hero-logo{    width: clamp(160px, 58vw, 200px); margin-bottom: 1.6rem; }
}
