.elementor-597 .elementor-element.elementor-element-4942ef8{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-597 .elementor-element.elementor-element-4942ef8:not(.elementor-motion-effects-element-type-background), .elementor-597 .elementor-element.elementor-element-4942ef8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-597 .elementor-element.elementor-element-07535ea{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-597 .elementor-element.elementor-element-90d4985{width:100%;max-width:100%;}.elementor-597 .elementor-element.elementor-element-488b11c{--display:flex;--padding-top:100px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-597 .elementor-element.elementor-element-488b11c:not(.elementor-motion-effects-element-type-background), .elementor-597 .elementor-element.elementor-element-488b11c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6EDDC;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-597 .elementor-element.elementor-element-4942ef8{--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-597 .elementor-element.elementor-element-488b11c{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-597 .elementor-element.elementor-element-4942ef8{--content-width:1000px;}}/* Start custom CSS for html, class: .elementor-element-90d4985 *//* ==========================================
   共通・PC用設定（3カラム横並び）
   ========================================== */

/* 全体の外枠 */
.em-custom-wrapper {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* グリッド（強制的に横並び・3カラム） */
.em-custom-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: stretch !important;
  gap: 20px !important;
  width: 100% !important;
}

/* 各カード（横並びにする） */
.em-custom-card {
  all: unset !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex: 1 1 0% !important;
  min-width: 0 !important;
  padding: 60px 40px !important;
  border: 1px solid #f5eedb !important;
  background-color: #fff !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}


.em-custom-card:hover,
.em-custom-card:active {
  opacity: 0.6 !important;
  
}


/* 文字部分のスタイル：英語は Helvetica ＆ 大文字 */
.em-custom-title-eng {
  display: block !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(8px, 2vw, 12px) !important;
  color: #4c4c4c4c !important;
  line-height: 1.2 !important;
  margin-bottom: 2px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

/* 文字部分のスタイル：日本語は Noto Sans */
.em-custom-title-jp {
  display: block !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(12px, 2vw, 20px) !important;
  color: #666666 !important;
  line-height: 1.2 !important;
  margin-bottom: 10px;
}

/* 矢印のスタイルとホバー時の移動アニメーション */
.em-custom-arrow {
  display: inline-block !important;
  font-size: 14px !important;
  color: #666666 !important;
  flex-shrink: 0 !important;
  margin-left: 4px !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.em-custom-card:hover .em-custom-arrow {
  transform: translateX(6px) !important;
}


/* ==========================================
   スマホ用設定（画面幅600px以下）
   ========================================== */
@media (max-width: 600px) {
  
  /* スマホでは縦並び（縦積み）にする場合 */
  .em-custom-grid {
    flex-direction: column !important;
    gap: 10px !important;
  }

  /* スマホでの各カードの見た目 */
  .em-custom-card {
    width: 100% !important;
    padding: 15px 16px !important;
  }
.em-custom-title-jp {
 
  margin-bottom: 4px;
}
 
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7413b9e *//* --- フッター全体の基本設定 --- */
.em-footer-section {
  
  padding: 60px 20px !important;
  color: #666666 !important;
  font-family: sans-serif !important;
}

.em-footer-container {
  max-width: 1000px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 40px !important;
}

/* --- 左側（ロゴ・情報） --- */
.em-footer-logo { width: 200px !important; margin-bottom: 20px !important; }
.em-footer-info p { margin: 5px 0 !important; font-size: 14px !important; }

.em-footer-social { display: flex !important; gap: 15px !important; margin-top: 15px !important; }
.em-footer-social img { width: 30px !important; cursor: pointer !important; }

/* --- 右側（ナビゲーション・ボタン） --- */
.em-footer-right { text-align: right !important; }

.em-footer-nav { margin-bottom: 20px !important; font-size: 14px !important; }
.em-footer-nav a { text-decoration: none !important; color: #666666 !important; padding: 0 10px !important; }

.em-footer-btn {
  display: inline-block !important;
  padding: 12px 40px !important;
  border: 1px solid #4c4c4c4c !important;
  text-decoration: none !important;
  color: #666666 !important;
  border-radius: 50px !important;
  margin-bottom: 20px !important;
  transition: background 0.3s !important;
}

.em-footer-btn:hover { background-color: #FFFDF1 !important; }

/* --- 下部リンク・コピーライト --- */
.em-footer-links { font-size: 12px !important; margin-bottom: 10px !important; }
.em-footer-links a { color: #666 !important; margin: 0 10px !important; text-decoration: none !important; }

.em-footer-copy { font-size: 12px !important; color: #666 !important; }

/* --- スマホ対応 (レスポンシブ) の調整 --- */
@media (max-width: 768px) {
  .em-footer-container { 
    flex-direction: column !important; 
    align-items: center !important; 
    text-align: center !important; 
    gap: 30px !important;
  }
  
  .em-footer-right { text-align: center !important; width: 100% !important; }
  
  /* ナビゲーションを縦積みに変更 */
  .em-footer-nav { 
    display: flex !important; 
    flex-direction: column !important; /* 縦積み */
    width: 100% !important;
  }
  
  /* 各項目に下罫線を適用 */
  .em-footer-nav a { 
    padding: 15px 0 !important; 
    border-bottom: 1px solid #ccc !important; /* 下罫線 */
    display: block !important;
    width: 100% !important;
  }
  
  /* 最初の要素の上の線、または最後の要素の下の線が必要であれば追加調整可能です */
  .em-footer-nav a:first-child { border-top: 1px solid #ccc !important; }

  /* 下部リンク（プライバシーポリシー等）の調整 */
  .em-footer-links { 
    display: flex !important; 
    flex-direction: column !important; 
    gap: 10px !important; 
  }
}
@media (max-width: 768px) {
  /* ...既存の設定（コンテナの縦積みなど）はそのまま... */

  .em-footer-nav {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    text-align: left !important; /* 左揃え */
  }

  .em-footer-nav a {
    display: block !important;
    width: 100% !important;
    padding: 20px 0 !important; /* 上下の余白 */
    border-bottom: 1px solid #e4ddc9 !important; /* 下にのみ罫線を表示 */
    text-align: left !important; /* テキスト左揃え */
    margin: 0 !important;
  }

  /* 最初のメニューの上に線が不要な場合は削除可能 */
  .em-footer-nav a:first-child {
    border-top: 1px solid #e4ddc9 !important; /* 一番上の線 */
  }
}
/* --- フッターSNSアイコンのデフォルト設定（PC等） --- */
.em-footer-social {
    display: flex;
    justify-content: flex-start; /* PCでは左寄せなど、お好みに合わせて調整してください */
    align-items: center;
    gap: 16px; /* アイコン同士の間隔 */
}

/* --- モバイル用設定（画面幅767px以下で中央合わせ） --- */
@media (max-width: 767px) {
    .em-footer-social {
        justify-content: center !important; /* 中央揃えにする */
    }
}
/* --- フッター情報のリンクカラー無効化設定 --- */
.em-footer-info a,
.em-footer-info a:visited,
.em-footer-info a:hover,
.em-footer-info a:active {
    color: inherit !important;          /* 周りの文字色を継承させる */
    text-decoration: none !important;   /* 下線を消す */
    pointer-events: none !important;    /* リンクとしてクリックさせない場合（必要に応じて外してください） */
}

/* もしくはテキスト（pタグ内）自体の色を確実に指定する場合 */
.em-footer-info p {
    color: #666666 !important; /* 必要に応じて任意の色に変更してください */
    font-family: "Noto Sans JP", sans-serif !important;
}/* End custom CSS */