/* =========================================================
   ベース
   ========================================================= */
body {
    margin: 0; /* 余白をリセット */
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.7;
    color: #38393E;
}

/*メニュー開閉時の処理*/
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}


/* =========================================================
   レイアウト
   ========================================================= */
.hero,
.section,
.footer {
    width: 100%; /* 左寄せの基本：幅100% */
}

.hero {
    padding: 0; /* 不要な余白を排除 */
}

.section {
    padding: 0rem; /* 左の余白が出ないように0指定 */
}

.footer {
    padding: 0;
    background: #ffffff;
}

.section__inner {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 1rem;
  box-sizing: border-box;
}

.section__inner--mt{
  margin-top:2rem;
}



/*modifire(横幅定義)*/
.section__inner--w1000 {
  max-width: 1000px;
}

.section__inner--w1100 {
  max-width: 1100px;
}


.section__inner--w1200 {
  max-width: 1200px;
}

.section__inner--w1250 {
  max-width: 1250px;
}

.section__inner--w960 {
  max-width: 960px;
}
.section__inner--w1440 {
  max-width: 1440px;
}

.section__inner--w1920 {
  max-width: 1920px;
}





.section--pink-round {
  background: #FDF1F4;
  padding-top: 4.375rem;   /* 70px → 4.375rem */
  padding-bottom: 4.375rem;/* 70px → 4.375rem */
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 3.75rem 3.75rem 0 0; /* 上辺だけ丸み 60px → 3.75rem */
}



/* =========================================================
   ユーティリティ
   ========================================================= */
.font-sans {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
}

.font-serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}


.bg-gray{
background: #F0F0F0
}
.bg-pink{
  background: #FDF1F4;
}

.bg-red{
  background: red;
}

/*共通　セクションタイトル*/
.sectionTitle {
  text-align: left; /* デフォルトは左寄せ */
  margin-bottom:3rem;
}

/* モディファイア：中央寄せ */
.sectionTitle--center
 {
  text-align: center; /* デフォルトは左寄せ */
  margin-bottom:3.75rem;/*60px*/
}

.pc-none{
  display: none;
}

.sp-none{
  display: block;
}
/* =========================================================
   コンポーネント
   ========================================================= */

/* 見出し */
.sectionTitle__main {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem; /* 48px → 3rem */
  color: #38393E;
  margin: 0;
  line-height: 120%;
}

.sectionTitle__main--small{
  font-size:36px;
}

/* 小テキスト */
.sectionTitle__sub {
  font-family: "Noto Serif JP", serif; /* ← 同じフォントに統一 */
  font-size: 1.5rem; /* 24px */
  color: #94CDDC;
  margin: 0; /* タイトルのすぐ下に配置 */
  line-height: 140%;
}



/* タイトルの位置情報 */
.sectionTitle-position{
  margin-bottom: 3rem;
}



/*小見出し キャッチコピー */
.subTitle,
.catchCopy{
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #FF7B88;
  line-height: 170%;
}
.subTitle--large,
.catchCopy--large{
  font-size:3rem;
}


.subTitle--small,
.catchCopy--small{
  font-size:1.5rem;
}


/*リードテキスト*/
.leadSentence{
  font-size:24px;
}



/* ボタン */

.header__ctaButton {
  background-color: #FF7B88;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 11px 35px;
  border-radius: 100px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 120%;
  transition:.4s;
}

.header__ctaButton:hover {
  background-color: #F2BD54;

}





.ctaButton {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; /* ラベル左寄せ */
  background-color: #FF7B88;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;/* normal */
  padding: 10px 24px; /* ボタン内部の余白：左右24px */
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  line-height: 100%;

  transition:.4s;
}

.ctaButton:hover{ 
  background-color:#F2BD54;
}

/* after で矢印を表示 */
.ctaButton::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../img/cmn/arrowWhite.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 24px; /* ラベルと矢印の間の余白 */
}

/* 縦線 */
.ctaButton__label{
  border-right: solid 1px #fff;
  padding:14px 24px 14px 0;
}



/*共通の白いボタン*/
.cmnButton {
  background: #ffffff;
  color: #38393E;
  text-align: center;
  min-width: 280px;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  border: solid 1px #cacaca;
  cursor: pointer;
  line-height: 100%;
  transition:.4s;
}
.cmnButton:hover{
    background: #FF7B88;
    color: #ffffff;

}

/*共通の白いボタン*/
.cmnButton-cta {
  font-family: "Noto Sans JP", sans-serif;
  background: #FF7B88;;
  color: #ffffff;
  min-width: 280px;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 2rem;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 100%;
  transition:.4s;
  position: relative;
}

.cmnButton-cta::after {
  content: "　";
  width: 16px;
  height: 16px;
  background-image: url("../img/cmn/arrowWhite.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 24px; /* ラベルと矢印の間の余白 */
}


.cmnButton-cta:hover{
    background: #F2BD54;

}


/*大きいボタン*/
.largeBtn:hover{
  border: solid 3px #FF7B88;;
}


/* 上段（32px #FF7B88） */
.largeBtn__main {
  color: #FF7B88;
  font-size: 32px;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 下段（16px #38393E） */
.largeBtn__sub {
  color: #38393E;
  font-size: 16px;
  display: block;
}





/*テーブル*/
.horizontal-table {
  width: 100%;
}

.horizontal-table__headerRow {
  border: solid 1px #CACACA;
}

.horizontal-table__headerTitle {
  padding: 1rem;
  font-size: 0.875rem;
  text-align: left;
}

.horizontal-table__headerTitle:nth-child(2) {
  text-align: center;
}

.horizontal-table__inner {
  width: 100%;
}

.horizontal-table__row {
  border: solid 1px #CACACA;
}

.horizontal-table__header {
  width: 25%;
  padding: 1rem;
  vertical-align: middle;
  border: solid 1px #CACACA;
}

.horizontal-table__text {
  line-height: 200%;
  padding: 1rem;
  vertical-align: middle;
}





/*カード*/
.card {
  display: flex;
  flex-direction: column;
  gap: 12px; /* 要素間の余白は調整可能 */
}

.card__image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: .5rem;
}

.card__link{
  text-decoration: none;
}
.card__textA {
  font-size: 16px;
  color: #FF7B88;

  margin: 0 0 .5rem 0;
}

.card__textB {
  font-size: 24px;
  color: #38393E;
  margin: 0;
}
.card__text-small{
  font-size:12px;
}

















/* =========================================================
   CMN　ヘッダー
   ========================================================= */
.hero__header {
  width: 100%;
  position: fixed;
  top:0;
  right: 0;
  grid-row: 1; /* ← 最上段に固定 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;

  padding-right: 30px;
  padding-right: clamp(1rem, 3.5vw, 1.875rem);

  padding-bottom:1rem;

  padding-left: 30px;
  padding-left: clamp(1rem, 3.5vw, 1.875rem);

  z-index: 300;
  color: #fff;
}
.header__nav-link{
  transition: .4s;
}
.header__nav-link:hover{
  color: #FF7B88;
}


/*is-active時の挙動*/
.hero__header.is-active{
  background: rgba(255, 255, 255,.5);
  
}
.hero__header.is-active .header__nav-link{
  color: #38393E;
}
.hero__header.is-active .header__nav-link:hover{
  color: #FF7B88;
}







/*ロゴ*/
.hero__logo-image {
  width: clamp(140px, 12vw, 200px);/*最小、ブラウザ幅に応じて、最大*/
  height: auto;
  display: block;
}

/* グローバルナビ） */

.header__nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}


.header__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}





.header__nav-item {
  margin: 0 1.2rem;
}

.header__nav-item:first-child {
  margin-left: 0;
}


.header__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700; /* bold */
  font-size: 0.875rem; /* 14px */
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}




/* =========================================================
   CMN　スマホ用メニュー
   ========================================================= */
/*ハンバーガー*/
.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background-color: #FF7B88;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
}

/* 3本ライン共通 */
.hamburger::before,
.hamburger::after,
.hamburger span {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}

/* 真ん中の線 */
.hamburger span {
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 上の線 */
.hamburger::before {
  top: calc(50% - 6px);
}

/* 下の線 */
.hamburger::after {
  top: calc(50% + 6px);
}

/* クリック時の × 変形 */
.hamburger.is-active::before {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.hamburger.is-active::after {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.hamburger.is-active span {
  opacity: 0;
}


/* SPメニュー（新しい名前）*/

.spMenu {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 200;
}

/* 背景フェードイン */
.spMenu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity .4s ease;
}

/* パネル本体（中央寄せ・フェードイン） */
.spMenu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 3rem 1rem 2rem 1rem;
  opacity: 0;
  transition: opacity .4s ease;
  display: flex;
  flex-direction: column;
  gap: 2rem; 
}

/* ロゴ */
.spMenu__logo {
  width: 80px;
  margin: 1rem auto;
}

/* リスト（縦並び） */
.spMenu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* リスト項目（下線100%） */
.spMenu__item {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

/* リンク（左寄せ） */
.spMenu__link {
  display: block;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
  text-align: left;
}

/* CTA ボタン（下に余白） */
.spMenu__list-position{

  margin: 1rem auto;
}

/* is-active で表示 */
#js-spMenu.is-active {
  pointer-events: auto;
}

#js-spMenu.is-active .spMenu__overlay {
  opacity: 1;
}

#js-spMenu.is-active .spMenu__panel {
  opacity: 1;
}

















/* =========================================================
   CMN　パンくずナビ 
   ========================================================= */

.breadcrumb {
  width: 100%;
  color: #38393E;
  font-size: 14px;
  padding: 1rem;

}

.breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 12px; /* 文字の間隔 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
}

/* HOME の左にアイコン（23×23px） */
.breadcrumb__item:first-child .breadcrumb__link {
  position: relative;
  padding-left: 30px; /* アイコン分の余白 */
}

.breadcrumb__item:first-child .breadcrumb__link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/cmn/home-icon.png"); 
}

/* 区切り（>）を疑似要素で */
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin-right: 12px;
  color: #38393E;
  font-size: 12px;
}

/* リンク色 */
.breadcrumb__link {
  color: #38393E;
  font-size: 14px;
  text-decoration: none;
  transition:.4s;
}

.breadcrumb__link:hover {
color: #FF7B88;

}

/* 現在地 */
.breadcrumb__current {
  color: #38393E;
  font-size: 14px;
}













/* =========================================================
   CMN　セパレート画像 
   ========================================================= */

.section--separate {
  background: url("../img/cmn/separateImage.png") no-repeat center 30%;
  background-size: cover; /* ★ 横幅いっぱいに広がる */
  width: 100%;
  height: 600px; /* ★ 高さは画像に合わせて調整 */
}




/* =========================================================
   CMN 流れる文字
   ========================================================= */
.loopAnimation{
  padding: 5rem 0;
  padding: clamp(40px, 4.25rem, 68px) 0 ;
  overflow: hidden; 
  background: #fff;
}

.scroll-container {
  width: 100vw;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.scroll-text {

  font-family: "Noto Serif JP", serif;
  line-height: 150%;
  font-size: 128px;
  color: #FF7B88;
  font-size: max(5vw, 3rem); 

  display: inline-block;
  white-space: nowrap;
  min-width: 200%; 
  animation: scroll-loop 60s linear infinite;
  transform: translateX(-100%);
}


.scroll-text span {
  display: inline-block;

}
@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* =========================================================
   CMN　２カラムカード（写真＋テキスト）
   ========================================================= */

.two-column {
  display: flex;
  align-items: stretch; /* ← ここを変更 */
  gap: 3rem;
}

.two-column--reverse {
  flex-direction: row-reverse;
}


.two-column__image {
  flex: 0 0 40%; /* 左カラムの幅 */
}

.two-column__image img {
  display: block;
  width: 100%;
  height: auto;
}

.two-column__text {
  flex: 1;
  display: flex;
  flex-direction: column;

}



/* =========================================================
   CMN　FAQ
   ========================================================= */


.faq__label {
  font-size: 36px;

  line-height: 1;
  flex-shrink: 0;
}

.faq__label--q {
  color: #FF7B88;
}

.faq__label--a {
  color: #94CDDC;
}

/* Q 行 */
.faq__question {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  background: none;
  border: none;
  padding:0 1rem;
  cursor: pointer;
  text-align: left;
}

.faq__text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;


}

/* A 行（閉じた状態） */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  padding: 1rem;
}



.faq__answerInner {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  align-items: center;
  line-height: 140%;
}


.faq__entry {
  border-bottom: 1px solid #ddd;
  
}


/* 開いた状態 */
.faq__entry.is-open .faq__answer {
  max-height: 500px;
}






/* =========================================================
   CMN　2×3レイアウト
   ========================================================= */
.cardGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 横3 */
  column-gap: 78px; /* 横の余白 */
  row-gap: 4rem;    /* 縦の余白 */
}

.cardGrid__item {
  
  padding: 0;
  
}





/* =========================================================
   CMN　CTA
   ========================================================= */
.cta {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(1rem, 3.125vw, 60px);
  box-sizing: border-box;
  background: #fff;
}

/* タイトル（サブタイトルと同じ） */
.cta__catchCopy {

text-align: left;
margin-bottom: clamp(24px, 2.604vw, 50px);
}

/* 2カラム */
.cta__inner {
  width: 100%;
  display: flex;
  gap: 40px;
}

/* 左カラム：画像 */

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

/* 右カラム：本文＋ボタン */
.cta__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 本文 */
.cta__text {
  font-size: 1rem;
  line-height: 1.6;
}

/* ボタン */
.cta__btn__btnWrap {
  text-align: right; /* ★右寄せ */
  margin-top: 2rem;
}

.cta__btn {
  text-align: right;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 20px;
}




/* =========================================================
   CMN お問い合わせ
   ========================================================= */

.contactArea {
  padding: 0;

}

.contactArea__cols {
  display: flex;
  flex-direction: row;
  gap: 32px; /* ← カラム間の余白 */
  align-items: center;
}

.contactArea__left,
.contactArea__right {
  flex: 1;
}




/*CMN largeBtn*/
.largeBtn {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 50px 25px 35px 25px; /* PC */
  text-decoration: none;
  transition:.4s;
   border: solid 3px #ffffff;;
}


/* =========================================================
   CMN フッター
   ========================================================= */


.footerArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-direction: row-reverse; /* ← 左右を逆にする */

}

/*リバースがかかってるので注意*/
.footerArea__left {
  flex: 1;
  text-align: right;
}

.footerArea__right {
  flex: 1;
  text-align: left;
}

/* 上段：ロゴ・住所・SNS・ナビ */
.footerArea__logo img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.footerArea__address {
  font-style: normal;
  margin-bottom: clamp(2.864vw, 85px, 4.427vw);
}

.footerArea__sns {
  display: flex;
  gap: 16px;
}

.footerArea__nav {
  display: inline-block;
}


.footerArea__snsItem {
  text-decoration: none;
  color: #38393E;
  font-weight: 600;
}

/* footerArea ナビ（横並び） */
.footerArea__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerArea__nav-item{
  display: inline-block;  
  margin-right: 1rem;      /* ← gap の代わり */
}

.footerArea__nav-item:last-child {
  margin-right: 0;         
}



.footerArea__nav-link {
  font-size: 14px;
  color: #38393E;
  text-decoration: none;
  font-weight: 600;
  transition: .4s;
}


.footerArea__nav-link:hover {
  color:#FF7B88;
}



/* 罫線 */
.footerArea__border {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

/* 下段：コピーライト・TOPへ戻る */
.footerArea__bottom {
  padding-top: 0rem;
}

.footerArea__copy {
  font-size: 14px;
}


/*CMN pageTopBtn*/
.pageTopBtn {
  text-decoration: none;
  color: #8D8D8D;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* 画像と文字の間隔 */
}

.pageTopBtn::before {
  content: "";
  display: inline-block;
  width: 16px;   
  height: 10px;  
  background-image: url("../img/cmn/arrowTop.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.pageTop-position{
  position:fixed;
  right: 2rem;
  bottom:-3rem;
  z-index: 20;
  transition:.4s;
}

#js-pagetop-position.is-active{
  bottom:2rem;
}









/* =========================================================
   サイズ調整用のスタイル
   ========================================================= */
@media (max-width: 1200px) {

/* =========================================================
   CMN　ヘッダー
   ========================================================= */
  /*ナビゲーションの切り替え*/
  .header__nav-list {
    display: none;
  }

  /*ハンバーガーの切り替え*/
  .hamburger{
    display: flex;
  }
}









/* =========================================================
   スマホ向けのスタイル
   ========================================================= */
@media (max-width: 767px) {


/* =========================================================
   レイアウト
   ========================================================= */

.section__inner {
  padding:45px 1rem;

}



.section--pink-round {
  padding-top:40px;  
  padding-bottom:40px;
  border-radius: 1.25rem 1.25rem 0 0; /* 上辺だけ丸み 60px → 3.75rem */
}

/* =========================================================
  ユーティリティ
   ========================================================= */


.pc-none{
  display: block;
}

.sp-none{
  display: none;
}








/* =========================================================
    コンポーネント
   ========================================================= */
/*見出し*/
.sectionTitle__main,
.sectionTitle__main--small{
    font-size:2.25rem;
}
.sectionTitle__sub{
  font-size:1rem;
}

/* 各セクションタイトルの位置情報 */
.sectionTitle-position {
  margin-bottom: 1rem;
}

.subTitle--large,
.catchCopy--large{
  font-size:2rem;
}
/*キャッチコピー*/
.catchCopy,.catchCopy--small{
  font-size: 1.25rem;
}
/*リードテキスト*/
.leadSentence{
  font-size:20px;

}




/*大きいボタン*/
.largeBtn {
    padding: 1rem;
  }

/* 上段（24px #FF7B88） */
.largeBtn__main {
  font-size: 1.5rem;
  
  margin-bottom: 1rem;
}
/* 下段（16px #38393E） */
.largeBtn__sub {
  text-align: left;
}


/*カード*/

.card__textA {
  font-size: 0.75rem;
  margin: 0 0 .3rem 0;
}

.card__textB {
  font-size: 1.25rem;
  margin: 0;
}

.card__text-small {
  font-size: 0.75rem;
}




/* =========================================================
   CMN　CTA
   ========================================================= */
.cta {
  padding: 1rem;
}


  .cta__inner {
    flex-direction: column;
  }

  .cta__btn {
    align-self: center;
  }

/* =========================================================
   CMN　２カラムカード（写真＋テキスト）
   ========================================================= */
  .two-column {
    flex-direction: column;
    gap:1rem;
  }

  .two-column__image {
    flex: none;
    width: 100%;
  }

  .two-column__text {
    width: 100%;
  }



/* =========================================================
   CMN　2×3レイアウト
   ========================================================= */

 .cardGrid {
    grid-template-columns: repeat(2, 1fr); /* 横2 */
    column-gap: 1.5rem; /* SP の横余白は調整してもOK */
    row-gap: 1.5rem;    /* SP の縦余白も調整可能 */
  }



  
/* =========================================================
   CMN お問い合わせ
   ========================================================= */
.contactArea {
  padding: 0px 0;

}
  .contactArea__cols {
    flex-direction: column;  
    gap: 16px;               
    align-items: stretch; 
  }







/* =========================================================
   CMN　セパレート画像 
   ========================================================= */
.section--separate {
  background-position: center;
  height: 240px; 
}



 /* =========================================================
   CMN フッター
   ========================================================= */ 
  .footerArea {
    flex-direction: column;   /* SPで縦並び */
    gap: 24px;                /* SP用に少し狭く */
    align-items: flex-start;
  }

/*リバースがかかってるので注意*/
.footerArea__left {
  flex:1;
  width: 100%;
  text-align: left;
}

.footerArea__right {
  flex:1; width: 100%;
  text-align: left;
}
/* footerArea ナビ（横並び） */
.footerArea__nav-list {
  margin-bottom: 1rem;
}

.footerArea__address {

  margin-bottom: 3rem;
}












}
  
