@charset "UTF-8";

/* -------------------------
   Reset / Base
------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #ccc;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  max-width: 100%;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

table {
  border-collapse: collapse;
}

/* -------------------------
   Color Vars
------------------------- */

:root {
  --hd-bg: #4f9a94;
  --cta-bg: #ffffff;
  --cta-text: #4f9a94;
}

/* -------------------------
   Header / Global Nav
------------------------- */

.site-header {
  background: var(--hd-bg);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; /* ハンバーガーより高ければOK */
}


.hd-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ロゴ */
.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #fff;
}

.logo img {
  height: 34px;
}

/* PCナビ */
.nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.nav-list a:hover {
  opacity: 0.8;
}

/* お問い合わせボタン */
.cta {
  background: var(--cta-bg);
  color: var(--cta-text);
  padding: 7px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
}

.cta:hover {
  background: #e8f5f4;
}

/* ハンバーガートグル（PCでは非表示） */
.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
}

/* -------------------------
   Main Visual
------------------------- */

.mv {
    background-color: #FEFCED;
    padding-top: 100px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.mv-wrap {
  max-width: 1150px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 0 0 40px 40px;
  text-align: center;
  background-color: transparent;
}

/* PC時のMV（少し拡大） */
.mv-img {
  width: 110%;
  height: auto;
  transform: scale(1.07);
  transform-origin: center center;
  display: block;
}

/* -------------------------
   Service
------------------------- */

.service-section {
  padding: 80px 0;
  background: #ffffff;
}

.service-inner {
  max-width: 1016px;
  width: 100%;
  margin: 0 auto;
}

/* 見出し */
.service-heading {
  margin-bottom: 24px;
}

.service-title-en {
  font-size: 40px;
  color: #00a090;
  margin: 0 0 4px;
  font-weight: normal;
  font-family: Helvetica;
  letter-spacing: 0.05em;
}

.service-title-ja {
  font-size: 13px;
  margin: 0;
}

/* 大きな画像＋テキストのカード */
.service-main-card {
  border: none;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 108px;
}

.service-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* 1段目のテキスト行 */
.service-info-row {
  display: flex;
  gap: 32px;
  padding-right: 28px;
  padding-bottom: 15px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  align-items: center;
}

/* 左のロゴ画像 */
.service-info-left {
  width: 220px;
  min-width: 220px;
  display: flex;
  align-items: flex-start;
}

.service-left-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -4px;
}

.service-left-img1 {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -4px;
}

.service-left-img2 {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -4px;
}

.service-left-img3 {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -4px;
}

/* 右の本文 */
.service-info-right p {
  margin: 0 0 4px;
  padding-left: 20px;
  font-size: 16px;
}

/* PC表示：HTML/CSS版を出す */
.service-comment-wrap{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:8px;
  width: 100%;
}

/* 左キャラ */
.service-comment-chara{
    width:180px;   /* 調整OK */
    height:auto;
    flex:0 0 auto;
    margin: auto;
}

/* 左キャラ */
.service-comment-chara2{
    width: 120px;   /* 調整OK */
    height: auto;
    flex: 0 0 auto;
    margin: auto;
}

/* 右枠 */
.service-comment-box{
    position: relative;
    flex: 1 1 auto;
    padding: 20px 24px;
    border: 2px solid #22c7b8;
    border-radius: 28px;
    color: #3a3a3a;
    line-height: 1.9;
    background: transparent;
    max-width: 840px;
    width: 100%;
    margin-left: auto;   /* ←これが右端揃えの本体 */
}

/* つなぎ線 */
.service-comment-box::after{
  content:"";
  position:absolute;
  left:-26px;
  top:50%;
  width:26px;
  height:2px;
  background:#22c7b8;
  transform:translateY(-50%);
}

/* 2段目のテキスト行 */
.service-info-row2 {
  display: flex;
  gap: 32px;
  padding-right: 28px;
  padding-bottom: 80px;
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  align-items: center;
}

.service-left-img2 {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
}

/* サブイラスト */
.service-sub {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  top: -4px;
  right: -20px;
}

/* 3段目のテキスト行 */
.service-info-row3 {
  display: flex;
  gap: 32px;
  padding-right: 28px;
  padding-bottom: 15px;
  padding-top: 0;
  font-size: 16px;
  line-height: 1.0;
  align-items: center;
}

/* コメント画像2枚目 */
.service-coment2 img {
  display: block;
  width: 1000px;
  height: auto;
  margin-top: -10px;
}

/* ===== Company セクション（PC） ===== */

.company-section {
    padding: 80px 0;
    background: #ffffff;
    font-family: "源ノ角ゴシック";
    font-weight: normal; /* 通常 */
}

.company-inner {
  max-width: 1016px;
  margin: 0 auto;
}

/* クリーム色の大きなカード＋後ろのグリーン枠 */
.company-card {
  position: relative;
  background: #00978C;      /* 前面：クリーム色 */
  border-radius: 36px;
  padding: 48px 56px;
  overflow: visible;         /* ← これ重要！後ろのカードが見えるように */
  z-index: 1;
}

/* 後ろにずらしたグリーンの枠 */
.company-card::before {
  content: "";
  position: absolute;
  top: 22px;     /* 上にズラす量 */
  left: -22px;    /* 左にズラす量 */
  right: 22px;    /* 右側にもズラして奥行きを付ける */
  bottom: -22px;   /* 下にもズラす */

  background: #FFFCED;
  border-radius: 40px;  /* 若干大きめにして“縁”が見えるように */

  z-index: -1;    /* ← 後ろに配置される重要設定 */
}

/* 左画像＋右テキストの2カラム */
.company-card-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* 左：タイトル＋ロゴ画像 */
.company-card-left {
  width: 260px;                  /* 画像の実サイズに合わせて微調整 */
  flex-shrink: 0;
}

.company-head-img {
  margin-top: 60px;
  width: 100%;
  height: auto;
  display: block;
}

/* 右：会社情報テキストブロック */
.company-card-right {
  margin-top: 50px;
  margin-left: 45px;/* ← 好きな数値に調整 */
  flex: 1;
}

/* テーブル風レイアウト */
.company-table {
  margin: 0;
}

.company-row {
  display: grid;
  grid-template-columns: 110px 1fr;   /* 左ラベル / 右テキスト */
  column-gap: 24px;
  padding: 7px 0;
  line-height: 1.9;
  border-bottom: 0.8px solid;  /* スクショの細線っぽく */
  width: 85%;               /* ← 横幅を短くして線も短くする */
}

.company-row:last-child {
  border-bottom: none;
}

/* 項目名 */
.company-row dt {
  white-space: nowrap;
}

/* 内容 */
.company-row dd {
  margin: 0;
}


/* -------------------------
   News
------------------------- */

.news-section {
  padding: 20px 0 100px;
  padding-right: 0;
  padding-left: 0;
}

.section-inner {
  max-width: 1016px;
  margin: 0 auto;
}

.news-inner {
  display: flex;
  gap: 40px;
}

.news-heading {
  width: 180px;
  flex-shrink: 0;
}

.news-en {
  font-size: 40px;
  color: #00a090;
  letter-spacing: 0.05em;
  margin: 0 0 4px;
  font-family: Helvetica;
  font-weight: normal;
}

.news-ja {
  font-size: 12px;
  margin: 0;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2.3em;
}

.news-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 0;
  font-size: 13px;
}

.news-date {
  width: 100px;
  flex-shrink: 0;
  font-size: 16px;
}

.news-title {
    flex: 1;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
}

.news-title:hover {
  text-decoration: underline;
}

/* 日付左端基準の罫線（最後の行はなし） */
.news-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: -300px;
  bottom: 0;
  height: 1px;
  background: #eee;
}

.news-item:last-child::after {
  display: none;
}

/* -------------------------
   Footer
------------------------- */

.site-footer {
  background: #00897b;
  color: #fff;
  padding: 40px 0 28px;
  margin-top: 60px;
  font-size: 12px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  max-width: 300px;
}

.footer-brand-img {
  width: 220px;
  height: auto;
  margin-bottom: 16px;
  display: block;
}

.footer-info {
  line-height: 1.8;
  margin: 0;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 28px;
  font-size: 10px;
  line-height: 1.6;
}

.footer-note {
  margin: 0 0 2px;
}

.footer-copy {
  margin: 0;
}

/* ===== Contact セクション（PC） ===== */

.contact-section {
  padding: 80px 0;
  background: #ffffff;
  font-family: "源ノ角ゴシック";
  font-weight: normal;
}

.contact-inner {
  max-width: 1016px;
  margin: 0 auto;
}

/* クリームのカード＋後ろのグリーン枠 */
.contact-card {
  position: relative;
  background: #00978C;    /* 前面：クリーム */
  border-radius: 36px;
  padding: 88px 72px 56px; /* ← 先頭の数値（上）を増やす */
  overflow: visible;
  z-index: 1;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: -22px;
  right: 22px;
  bottom: -22px;
  background: #FFFCED;    /* 後ろ：グリーン */
  border-radius: 40px;
  z-index: -1;
}

/* 左右2カラム */
.contact-card-inner {
  display: flex;
  gap: 6vw;
  align-items: flex-start;
}

/* 左カラム：見出し＋ボタン */
.contact-left {
  flex: 0 1 340px;   /* 0( grow ) / 1( shrink可 ) / 基準幅340px */
  flex-shrink: 0;
}

.contact-title-en {
  font-size: 52px;
  letter-spacing: 0.05em;
  margin: 0 0 8px;
}

.contact-title-ja {
  font-size: 18px;
  margin: 14 0 40px;
}

/* 画像ボタンリンク */
.contact-mail-link {
  display: inline-block;
  margin-top: 32px; /* ← ここで画像の上に余白を追加 */	
}

/* 画像のサイズ調整（PC） */
.contact-mail-img {
  display: block;
  width: 100%;
  max-width: 440px; /* ボタンの実寸に合わせて調整 */
  height: auto;
}

.contact-mail-main {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.contact-mail-sub {
  font-size: 14px;
}

.contact-mail-en {
  font-size: 20px;
  letter-spacing: 0.08em;
}

.contact-mail-arrow {
  margin-left: auto;
  font-size: 18px;
}

/* 右カラム：説明文＋電話番号 */
.contact-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-lead {
  margin: 8px 0 40px;
  line-height: 1.8;
}

.contact-tel {
  text-align: left;
  margin-top: 48px; /* ← ここで「電話によるお問い合わせ」の上に余白 */
}

.contact-tel-label {
  font-size: 14px;
  margin: 0 0 8px;
}

.contact-tel-number {
  font-size: 40px;
  margin: 0;
  letter-spacing: 0.06em;
}

.contact-tel-number a {
  color: #000;
  text-decoration: none;
}

.contact-lead-sp {
  display: none;
}

/* =====================================================
   Responsive 〜850px（スマホ）
===================================================== */

@media (max-width: 850px) {

  body {
    font-size: 16px;
    line-height: 1.7;
	letter-spacing: 0em;
  }

  /* 共通コンテナ：左右16px余白 */
  .section-inner,
  .service-section .service-inner,
  .company-section .company-wrapper,
  .news-section .news-inner,
  .site-footer .footer-inner {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  /* -------- Header / ハンバーガー -------- */

  .site-header {
    padding: 8px 0;
    background-color: #009688;
  }

  .hd-wrap {
    max-width: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .logo img {
    width: 160px;
    height: auto;
  }

  /* ハンバーガーを表示 */
  .nav-toggle-label {
    display: block;
    width: 28px;
    height: 22px;
    position: fixed;
    top: 14px;
    right: 16px;
    z-index: 1100;
    cursor: pointer;
  }

  .nav-toggle-label span,
  .nav-toggle-label span::before,
  .nav-toggle-label span::after {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #fff;
    content: "";
    transition: 0.3s;
  }

  .nav-toggle-label span {
    top: 50%;
    transform: translateY(-50%);
  }

  .nav-toggle-label span::before {
    top: -8px;
  }

  .nav-toggle-label span::after {
    top: 8px;
  }

  /* メニューは右からスライドイン */
  .nav {
    position: fixed;
    top: 0;
    right: -260px;
    width: 230px;
    height: 100vh;
    background: #009688;
    padding: 80px 20px 20px;
    box-sizing: border-box;
    transition: right 0.3s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
	margin-bottom: 16px; /* お問い合わせと少し間を開ける */
  }

  .nav-list li a {
    color: #fff;
    font-size: 16px;
    padding: 4px 0;
  }

  .cta {
	width: 70%;        /* ← 全幅 */
    margin-top: -10px;
    display: block;
    background: #fff;
    color: #009688;
    padding: 10px 0;
    text-align: center;
    border-radius: 20px;
    font-weight: bold;
  }

  .nav-toggle:checked ~ .nav {
    right: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span {
    background: transparent;
  }

  .nav-toggle:checked + .nav-toggle-label span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* -------- Main Visual -------- */

  .mv {
    margin-top: 0;
    padding-top: 20vw;
  }

  .mv-wrap {
    max-width: 100%;
    padding: 24px 0 32px;
  }

  /* SPでは画像を中央寄せ、拡大なし */
  .mv-img {
    width: 80%;
    margin: 0 auto;
    height: auto;
    transform: none;
  }

  /* -------- Service -------- */

  .service-section {
    padding: 32px 0 40px;
  }

  .service-title-en {
    font-size: 50px;
    margin-bottom: 2px;
	padding-left: 6vW;
  }

  .service-title-ja {
    font-size: 18px;
    margin-bottom: 20px;
	padding-left: 6vW;
  }
		
.service-main-card {
    margin-bottom: 140px; /* ← 好きな値に変更、もっと小さくしてもOK */
	padding-right: 5vw;
    padding-left: 5vW;
  }
	
.service-main-card2 {
    margin-bottom: 40px; /* ← 好きな値に変更、もっと小さくしてもOK */
	padding-right: 5vw;
    padding-left: 5vW;
  }
	
.service-main-card3 {
    margin-bottom: 20px; /* ← 好きな値に変更、もっと小さくしてもOK */
	padding-right: 5vw;
    padding-left: 5vW;
  }

  /* メイン画像：左右をvwで制御（少し左寄せ） */
  .service-main-image {
    width: 100%;
    padding-top: 0;
    padding-right: 8vw;
    padding-left: 2vw;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  .service-main-image img {
    display: block;
	width: 100%;
    height: auto;
  }
	
/* 2段目のテキスト行 */
.service-info-row2 {
  padding-bottom: 40px;
}

  /* 1・2・3段目とも縦並びに */
  .service-info-row,
  .service-info-row2,
  .service-info-row3 {
    display: block;
    width: 100%;
    margin: 0 auto 24px;
    text-align: left;
    padding-right: 0;
  }

  .service-info-left {
    width: auto;
    min-width: 0;
    margin: 0 auto 8px;
    display: flex;
    justify-content: center;
	font-size: 14px;
  }

  .service-left-img{
    width: 250px;
    height: auto;
	margin-bottom: 20px;
  }

.service-left-img1 {
    width: 250px;
    height: auto;
	margin-bottom: 20px;
	margin-top: -40px;
  }
	
.service-left-img2 {
    width: 250px;
    height: auto;
	margin-bottom: -10px;
	margin-top: -10px;
  }
	
.service-left-img3 {
    width: 250px;
    height: auto;
	margin-bottom: 20px;
	margin-top: -40px;
  }
	
  .service-info-right {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2.0;
  }
	
  .service-info-right2 {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.0;
  }

  .service-info-right p {
    padding-left: 0;
    text-align: left;
    font-size: 14px;
  }
	
  .service-comment-wrap{
    display: flex;          /* ← これ必須（消えるのを防ぐ） */
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-right: 0;       /* スマホは不要なら0でOK */
  }

  .service-comment-chara{
    width:180px;          /* 好みで調整 */
	margin-bottom: 20px;
  }
	
.service-comment-chara2{
    width: 120px;   /* 調整OK */
    height: auto;
    flex: 0 0 auto;
    margin-top: 20px;
	margin:20px;
}

  .service-comment-box{
    width:100%;
    max-width:620px;      /* いらなければ消してOK */
    padding:22px 20px;
    border-radius:22px;
    font-size:14px;
    line-height:1.9;
  }

  /* スマホは“つなぎ”を消す */
  .service-comment-box::before,
  .service-comment-box::after{
    display:none;
  }
	
  .service-info-right2 p {
    display: inline;
    margin-right: .3em; /* ← 文と文の間に少し隙間 */
  }
	
	 /* サブイラスト */
.service-sub {
    width: 100%;
    height: auto;
    top: 40px;
    margin-top: 0;
    margin-right: 10%;
    margin-left: auto;
}

  /* ===== Company スマホ版 ===== */

  .company-section {
	margin-top: -10vw;
    padding-right: 5vw;
    padding-left: 10vw;
    padding-bottom: 40px;
  }

  .company-inner {
    max-width: 100%;
    padding: 0 16px;   /* 横に16pxずつ余白 */
    box-sizing: border-box;
  }

  /* 二重カード（手前：クリーム色） */
  .company-card {
    position: relative;
    background: #009688;        /* クリーム色 */
    border-radius: 24px;
    padding: 24px 18px 28px;
    overflow: visible;
  }

  /* 後ろにちょっとだけズラした緑カード */
  .company-card::before {
    content: "";
    position: absolute;
    top: 22px;     /* 上にズラす量 */
    left: -22px;    /* 左にズラす量 */
    right: 22px;    /* 右側にもズラして奥行きを付ける */
    bottom: -22px;   /* 下にもズラす */
    background: #FFFCED;
    border-radius: 40px;
    z-index: -1;  /* 後ろ側 */
  }

  /* 中身は縦並びにする */
  .company-card-inner {
    display: block;
  }

  /* 上：Company＋ロゴ画像（1枚画像） */
  .company-card-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .company-head-img {
    width: 80%;       /* カード幅いっぱい */
    padding-right: 7vw;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* 下：会社情報テキスト全体 */
  .company-card-right {
    width: 100%;
	margin-left: 3vw;
  }

  .company-table {
    margin: 0;
    font-size: 14px;   /* ベースを小さく */
    line-height: 1.9;
  }

  /* 1行ずつ上下に並べるレイアウトに変更 */
  .company-row {
    display: block;                 /* grid → block */
    padding: 8px 0;
    border-bottom: 0.8px solid ;
	width: 80%;
  }

  .company-row:last-child {
    border-bottom: none;
  }

  /* ラベル（会社名・設立…）スマホでは太字ナシ＆少し小さめ */
  .company-row dt {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 400;
  }

  /* 本文 */
  .company-row dd {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
  }
  /* -------- News -------- */

  .news-section {
    padding-top: 70px;
    padding-right: 7vw;
    padding-left: 7vw;
    padding-bottom: 70px;
	font-size: 14px;
  }

  .news-inner {
    display: block;
    padding: 0 16px;
  }

  .news-heading {
    width: 100%;
    margin-bottom: 16px;
  }

  .news-en {
    font-size: 50px;
	margin-bottom: 2px;
  }

  .news-ja {
    font-size: 20px;
  }

  .news-item {
    padding: 10px 0;
    gap: 12px;
  }

  .news-date {
    width: 80px;
    font-size: 14px;
  }

  .news-title {
    font-size: 14px;
  }

  .news-item::after {
    left: 0;
    right: 0;
  }

  /* -------- Footer -------- */

  .site-footer {
    padding: 24px 0 20px;
  }

  /* フッター全体を縦並びに */
  .footer-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
	align-items:center;
  }
	
  /* フッターナビ中央揃え */
  .footer-nav ul {
    justify-content: center;   /* ← 中央に揃える */
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
	
 /* ナビを一番上へ */
  .footer-nav {
    order: 1;
    width: 100%;
    text-align: center;
  }

    /* ロゴ画像を2番目 */
  .footer-left {
    order: 2;
    text-align: center;
	max-width: none;          /* 300px縛りを解除 */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;      /* 中身を中央寄せ */
  }
	
 .footer-brand-img {
 　　width: 200px;          /* ← 好きな大きさに調整してOK */
    height: auto;
    display: block;
    margin: 0 0 12px;   /* ← 完全中央寄せ */
  }

  /* 会社情報を左揃えに戻す */
  .footer-info {
 width: 100%;          /* ← 親幅いっぱいに広げる */
    max-width: 300px;     /* ← ナビの幅と合わせたいなら指定（任意） */
    text-align: left;     /* ← 左揃え */
    margin-left: 0;       /* ← 左端に揃える */
  }

  /* 写真はイメージです。をその下に */
  .footer-note {
    order: 4;
    text-align: center;
    margin-top: 16px;
  }

  /* copyright を最後 */
  .footer-copy {
    order: 5;
    text-align: center;
    margin-top: 4px;
  }
	
/* ===== Contact セクション（SP） ===== */
 .contact-section {
	padding-right: 5vw;
    padding-left: 10vw;
  }

  .contact-inner {
    width: 100%;
    margin: 0 auto;        /* ← 中央寄せ */
    padding: 0;            /* 余白は contact-section 側で管理 */
    box-sizing: border-box;
  }

  .contact-card {
   /* 上  右     下   左  */
    padding: 56px 48px 48px 0px;
    border-radius: 32px;
  }

  .contact-card::before {
    top: 22px;
    left: -22px;
    right: 22px;
    bottom: -22px;
    border-radius: 40px;
  }

  /* 2カラム → 縦並びに */
  .contact-card-inner {
    flex-direction: column;
	min-width: 280px;
	gap: 32px;
    margin: 0 auto;     /* ← ここで中央寄せ */
	max-width: 480px;
  }

  /* Contact / お問い合わせ を中央寄せ＆サイズ調整 */
  .contact-title-en {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size:38px;  /* ← 可変 */
    letter-spacing: 0.05em;     /* 少し詰める */
    text-align: center;
    margin: 0 0 0px;
  }

  .contact-title-ja {
    font-size: 14px;  /* ← 可変 */
    text-align: center;
    margin: 0px 0 24px;        /* Contact との間＆下の余白 */
  }

  /* 説明文（左揃え・上下の余白） */
  .contact-lead {
    font-size: 16px;
    line-height: 2;
    margin: 0 0 32px;
  }

  /* メール画像ボタン：カード幅いっぱい */
  .contact-mail-link {
    display: block;
    margin: 0 0 10px;
  }

  .contact-mail-img {
    display: block;
    width: 100%;                 /* 余白を除いたカード幅にフィット */
    max-width: 500px;
    height: auto;
  }

  /* 電話部分 */
  .contact-tel {
    margin-top: -20px;
    text-align: left;
  }

  .contact-tel-label {
    font-size: 14px;
    margin: 0 0 0px;
  }

  .contact-tel-number {
    font-size: 28px;             /* スマホで少し小さめに */
    letter-spacing: 0.08em;
    margin: 0;
  }

  .contact-tel-number a {
    color: #000;
    text-decoration: none;
  }
	
 /* PC用テキストを消す */
  .contact-lead-pc {
    display: none;
  }

  /* スマホ用テキストを表示（画像の上） */
  .contact-lead-sp {
    display: block;
    font-size: clamp(14px, 3.7vw, 17px); /* ← 可変 */
    line-height: 2;
    margin: 0 0 32px;  /* 下に余白を付けて画像と離す */
  }

}

 /* デフォルトは改行しない（強制非表示） */
.sp-only-br {
  display: none !important;
}

/* 270〜650px のときだけ改行する（強制表示） */
@media (min-width: 270px) and (max-width: 650px) {
  .sp-only-br {
    display: inline !important;
  }
}
