.elementor-46 .elementor-element.elementor-element-07a71c9{--display:flex;--min-height:80px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-a12f292 *//* === 基本設定 === */
  .tdc-wrapper, .tdc-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }

  /* === ヘッダー（ロゴ中央・アイコン右） === */
  .site-header { display: flex; justify-content: center; align-items: center; padding: 15px 30px; position: fixed; top: 0; width: 100%; z-index: 9999; transition: background 0.3s ease; }
  .site-header.is-transparent { background: transparent; }
  .site-header.is-scrolled { background: rgba(255,255,255,0.9); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
  .logo { z-index: 9999; }
  .logo img { height: 48px; }
  
  .header-nav { position: absolute; right: 90px; display: flex; align-items: center; gap: 16px; z-index: 9999; }
  .header-nav a:nth-child(1) img { height: 40px; } 
  .header-nav a:nth-child(2) img { height: 38px; } 
  .header-nav a:nth-child(3) img { height: 30px; } 
  .header-nav a:nth-child(4) img { height: 40px; } 
  .header-nav a img { transition: opacity 0.3s; }
  .header-nav a:hover img { opacity: 0.7; }

  /* === バーガーボタン === */
  .menu-trigger { position: fixed; top: 26px; right: 30px; width: 40px; height: 24px; background: none; border: none; cursor: pointer; z-index: 20000; }
  .menu-trigger span { display: block; position: absolute; height: 2px; width: 100%; background: #333; transition: 0.4s; }
  .menu-trigger span:nth-child(1) { top: 0; }
  .menu-trigger span:nth-child(2) { top: 11px; }
  .menu-trigger span:nth-child(3) { top: 22px; }
  .menu-trigger.is-active span { background: #fff; }
  .menu-trigger.is-active span:nth-child(1) { top: 11px; transform: rotate(45deg); }
  .menu-trigger.is-active span:nth-child(2) { opacity: 0; }
  .menu-trigger.is-active span:nth-child(3) { top: 11px; transform: rotate(-45deg); }

  /* === サイドメニュー === */
  .full-menu-container { position: fixed; top: 0; right: -100%; width: 100%; height: 100%; display: flex; z-index: 10000; transition: right 0.5s ease-in-out; background: #050d26; }
  .full-menu-container.is-active { right: 0; }
  .menu-left { width: 50%; position: relative; overflow: hidden; }
  .slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; animation: kenburns 20s infinite; opacity: 0; }
  .slide:nth-child(1) { background-image: url('/wp-content/uploads/2023/05/slide_04.jpg'); animation-delay: 0s; }
  .slide:nth-child(2) { background-image: url('/wp-content/uploads/2023/05/slide_03.jpg'); animation-delay: 5s; }
  .slide:nth-child(3) { background-image: url('/wp-content/uploads/2023/05/slide_02.jpg'); animation-delay: 10s; }
  .slide:nth-child(4) { background-image: url('/wp-content/uploads/2023/05/slide_01.jpg'); animation-delay: 15s; }
  @keyframes kenburns { 0% { transform: scale(1); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }
  
  .menu-right { width: 50%; padding: 60px 40px; color: white; overflow-y: auto; }
  .menu-inner-header { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #333; padding-bottom: 20px; margin-bottom: 30px; }
  .tel-area { text-align: right; color: #fff; font-size: 14px; }
  .tel-svg { width: 240px!important; display: block; margin-top: 2px!important;margin-bottom:2px!important; }

  /* メニュー・アコーディオン */
  .menu-content ul { list-style: none; padding: 0; }
  .menu-content ul li { border-bottom: 1px dotted #333; }
  .menu-content ul li a { display: block; padding: 15px 0; color: #fff !important; text-decoration: none !important; transition: 0.3s; }
  .current-menu-item > a, .current-menu-item .menu-parent { color: #4a9e9a !important; padding-left: 15px; border-left: 3px solid #4a9e9a; }
  
  .menu-parent { cursor: pointer; display: flex; justify-content: space-between; color: #fff !important; padding: 15px 0; }
  .sub-menu { list-style: none; padding-left: 20px; background: rgba(255,255,255,0.05); display: none; }
  .sub-menu.is-open { display: block; padding-bottom: 10px; }
  .sub-menu li a { display: block; padding: 10px 0; color: #ccc !important; text-decoration: none !important; font-size: 0.9rem; }
  .sub-menu li.current-menu-item a { color: #4a9e9a !important; }

  /* カード修正 */
  .menu-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; }
  .card { padding: 20px; text-align: center; border-radius: 4px; color: #fff !important; text-decoration: none !important; display: flex; flex-direction: column; align-items: center; transition: all 0.3s ease; }
  .card img { margin-bottom: 10px!important; }
  .card:hover { transform: translateY(-5px); }
  .recruit { background: #4a9e9a; }
  .recruit:hover { background: #5db0ac; }
  .contact { background: #7b6d4d; }
  .contact:hover { background: #92835d; }
  .check-btn { margin-top: 6px!important; padding: 5px 15px!important; border: 1px solid rgba(255,255,255,0.3); font-size: 12px; }
/* メニュー項目全体のスタイル */
  .menu-content ul li { 
    border-bottom: 1px dotted #333; 
    padding: 0; /* 念のためliのパディングを0に */
  }

  /* アクティブ状態の調整 */
  .menu-content ul li.current-menu-item > a {
    color: #4a9e9a !important;
    padding-left: 12px; /* 線の分だけ左側を調整 */
    border-left: 4px solid #4a9e9a; /* 線を少し太くすると安定します */
    background: rgba(74, 158, 154, 0.05); /* 選択中であることがわかるように薄い背景色を追加 */
  }

  /* アコーディオン親メニューのアクティブ時 */
  .menu-parent.current-menu-item {
    color: #4a9e9a !important;
    padding-left: 12px;
    border-left: 4px solid #4a9e9a;
    background: rgba(74, 158, 154, 0.05);
  }


 /* === 基本設定 === */
  .tdc-wrapper, .tdc-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }

  /* === ヘッダー === */
  .site-header { display: flex; justify-content: center; align-items: center; padding: 15px 30px; position: fixed; top: 0; width: 100%; z-index: 9999; transition: background 0.3s ease; }
  .logo img { height: 48px; }
  
  .header-nav { position: absolute; right: 90px; display: flex; align-items: center; gap: 16px; }
  .header-nav a img { transition: opacity 0.3s; }
  .header-nav a:hover img { opacity: 0.7; }
  
  /* === バーガーボタン === */
  .menu-trigger { position: fixed; top: 26px; right: 30px; width: 40px; height: 24px; background: none; border: none; cursor: pointer; z-index: 20000; }
  .menu-trigger span { display: block; position: absolute; height: 2px; width: 100%; background: #333; transition: 0.4s; }
  .menu-trigger span:nth-child(1) { top: 0; }
  .menu-trigger span:nth-child(2) { top: 11px; }
  .menu-trigger span:nth-child(3) { top: 22px; }
  .menu-trigger.is-active span { background: #fff; }
  .menu-trigger.is-active span:nth-child(1) { top: 11px; transform: rotate(45deg); }
  .menu-trigger.is-active span:nth-child(2) { opacity: 0; }
  .menu-trigger.is-active span:nth-child(3) { top: 11px; transform: rotate(-45deg); }

  /* === サイドメニュー === */
  .full-menu-container { position: fixed; top: 0; right: -100%; width: 100%; height: 100%; display: flex; z-index: 10000; transition: right 0.5s ease-in-out; background: #050d26; }
  .full-menu-container.is-active { right: 0; }
  
  .menu-left { width: 40%; position: relative; overflow: hidden; }
  .slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; animation: kenburns 20s infinite; opacity: 0; }
  .slide:nth-child(1) { background-image: url('/wp-content/uploads/2021/02/img1.jpg'); animation-delay: 0s; }
  .slide:nth-child(2) { background-image: url('/wp-content/uploads/2021/02/img2.jpg'); animation-delay: 5s; }
  .slide:nth-child(3) { background-image: url('/wp-content/uploads/2021/02/img3.jpg'); animation-delay: 10s; }
  .slide:nth-child(4) { background-image: url('/wp-content/uploads/2021/02/img5.jpg'); animation-delay: 15s; }
  @keyframes kenburns { 0% { transform: scale(1); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }
  
  .menu-right { width: 60%; padding: 60px 40px; color: white; overflow-y: auto; }
  .menu-inner-header { display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid #333; padding-bottom: 20px; margin-bottom: 30px; }
  .tel-area { text-align: right; font-size: 14px; }
  .tel-svg { width: 180px; display: block; margin-top: 5px; }

  /* メニュー項目 */
  .menu-content ul { list-style: none; padding: 0; }
  .menu-content ul li { border-bottom: 1px dotted #333; }
  .menu-content ul li a { display: block; padding: 15px 0; color: #fff !important; text-decoration: none !important; transition: 0.3s; }
  .current-menu-item > a, .current-menu-item .menu-parent { color: #4a9e9a !important; padding-left: 15px; border-left: 3px solid #4a9e9a; }
  .menu-parent { cursor: pointer; display: flex; justify-content: space-between; color: #fff !important; padding: 15px 0; }
  .sub-menu { list-style: none; padding-left: 20px; background: rgba(255,255,255,0.05); display: none; }
  .sub-menu.is-open { display: block; padding-bottom: 10px; }
  .sub-menu li a { display: block; padding: 10px 0; color: #ccc !important; text-decoration: none !important; font-size: 0.9rem; }

  /* カード */
  .menu-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 30px; }
  .card { padding: 15px; text-align: center; border-radius: 4px; color: #fff !important; text-decoration: none !important; display: flex; flex-direction: column; align-items: center; transition: all 0.3s ease; background: #333; }
  .recruit { background: #4a9e9a; }
  .contact { background: #7b6d4d; }

  /* === レスポンシブ対応（スマホ・タブレット） === */
  @media (max-width: 900px) {
    .header-nav { display: none; } /* スマホ時はSNSアイコン非表示（必要なら調整） */
    .menu-left { display: none; } /* スライドショー非表示 */
    .menu-right { width: 100%; padding: 60px 20px; }
    .menu-cards { grid-template-columns: 1fr; }
  }
/* カードスタイルの修正 */
  .menu-cards { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 15px; 
    margin-top: 30px; 
  }
  
  .card { 
    padding: 20px 10px;
    border-radius: 4px; 
    color: #fff !important; 
    text-decoration: none !important; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; /* これで縦の中央揃えを強制 */
    min-height: 150px;       /* 高さを少し余裕持たせます */
    transition: all 0.3s ease; 
  }

  /* アイコンのサイズを強制的に統一 */
  .card img { 
    width: 32px !important; /* 幅を固定 */
    height: 32px !important; /* 高さを固定 */
    margin-bottom: 10px; 
    display: block; 
  }

  /* テキストの余白整理 */
  .card div:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  /* ボタンの余白整理 */
  .check-btn { 
    padding: 6px 15px; 
    border: 1px solid rgba(255,255,255,0.3); 
    font-size: 11px;
    display: inline-block;
    line-height: 1;
  }
  
  .logo-area img {
    margin-top: 10px!important; /* 上に5px下げたい場合など、数値で微調整 */
    display: block;
  }
  
  /* === レスポンシブ対応（スマホ・タブレット） === */
  @media (max-width: 900px) {
    .header-nav { display: none; } 
    .menu-left { display: none; } 
    
    /* ここに追記：スマホで電話エリアを消す */
    .tel-area { display: none; } 
    
    .menu-right { width: 100%; padding: 60px 20px; }
    .menu-cards { grid-template-columns: 1fr; }
  }
  .menu-inner-header { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    border-bottom: 1px solid #333; 
    padding-top: 30px;   /* ここを追加（×ボタンとの距離を確保） */
    padding-bottom: 20px; 
    margin-bottom: 30px; 
  }
  
  /* === レスポンシブ対応（スマホ・タブレット） === */
  @media (max-width: 900px) {
    /* ロゴを左寄せにする設定 */
    .site-header {
      justify-content: flex-start !important;
      padding-left: 20px; /* 左側に少し隙間を作る */
    }

    .header-nav { display: none; } 
    .menu-left { display: none; } 
    
    .tel-area { display: none; } 
    
    .menu-right { width: 100%; padding: 60px 20px; }
    .menu-cards { 
      grid-template-columns: 1fr;
      max-width: 400px;
      margin: 30px auto 0;
    }
  }
  
/* SNSアイコン共通の設定 */
.menu-sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px; /* アイコン同士の間隔 */
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.sns-icon {
  display: block;
  width: auto;
  transition: opacity 0.3s;
}

.sns-icon:hover {
  opacity: 0.7;
}

/* --- 個別のサイズ調整 --- */
.youtube-icon { height: 35px!important; } /* YouTubeの高さ */
.threads-icon { height: 30px!important; } /* Threadsの高さ */
.insta-icon   { height: 30px!important; } /* Instagramの高さ *//* End custom CSS */