@font-face {
  font-family: "Koruri";
  src: url("/fonts/koruri/Koruri-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: "Koruri" !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}

html {
    background-color: rgb(10 10 10);
    
}

html, body {
  height: 100%;
  background-size: 100%;
  background-color: rgb(10 10 10);
  background-position: center;
  margin: 0;
  color: white;
  font-family: "Koruri";
  font-weight: 100;
}

a {
    text-decoration: none;
    color: #22b573;
}

header {
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

span.h-name {
    color: white;
    font-size: 20px;
    padding-left: 10px;
    font-family: 'Koruri';
}

nav.h-menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    color: white;

}

img.header-logo {
    width: 70px;
}


nav.h-menu li {
    list-style: none;
    perspective: 1000px;
    display: flex;
    width: 150px;
    height: 50px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    align-items: center;
}

.navtext {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-size: 1.5rem;
    color: white;
    line-height: 32px;
    left: 0;
    top: 0;
    display: flex;
}

.container {
    position: relative;
    padding: 60px;
    padding-bottom: 0px;
    padding-top: 110px;
    background-color: rgb(10 10 10);
    height: auto;
    z-index: 9999;
}

.content-inner {
    position: static;
    bottom: 80px;
    left: 80px;
    max-width: 100%;
}



.top {
    height: calc(100vh - 110px);
    overflow: hidden;
    margin-top: 110px;
}


.catch{
    padding: 100px;
    padding-left: 300px;
}

.hero1 {
    font-size: 120px;
    font-family: Koruri;
}

.hero2 {
    font-size: 120px;
    font-family: Koruri;
    margin-left: 160px;
}

#circuit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;


  opacity: 0.7;

  /* これが超重要 */
  object-fit: cover;
  scale: 1.6;
}
.cls-1 {
  filter: drop-shadow(0 0 4px #4466ff);
stroke: #22b573;
  stroke-width: 2;
  fill: none;
  opacity: 0;
}

svg#circuit{
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  z-index:-1;
  pointer-events:none;

  
}

.section-label {
    font-size: 14px;
    letter-spacing: 2px;
    color: #22b573;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.section-text {
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.8;
}

header,
.h-name,
.navtext,
.section-title,
.section-text,
.section-label {
  font-family: "Koruri", sans-serif;
}

.top {
  position: relative;
  overflow: hidden;
}

#circuit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.catch {
  position: relative;
  z-index: 1;
}

/* =========================
   📱 Tablet (768px〜1024px)
========================= */
@media screen and (max-width: 1024px) {

  .catch {
    padding: 80px 40px;
    padding-left: 40px;
  }

  .hero1,
  .hero2 {
    font-size: 64px;
    margin-left: 0;
  }

  .section-title {
    font-size: 32px;
  }

  .section-text {
    font-size: 15px;
  }

  .content-inner {
    position: static;
    margin-top: 120px;
  }

  .container {
    padding: 40px 30px;
    height: auto;
  }

  header {
    padding: 15px 20px;
  }

  nav.h-menu ul {
    gap: 10px;
  }

  nav.h-menu li {
    width: auto;
    height: auto;
  }

  .navtext {
    font-size: 1rem;
    position: relative;
  }

}


/* =========================
   📱 Smartphone (〜767px)
========================= */
@media screen and (max-width: 767px) {

  .catch {
    padding: 60px 20px;
  }

  .hero1,
  .hero2 {
    font-size: 42px;
    line-height: 1.3;
  }

  .hero2 {
    margin-left: 0;
  }

  .section-title {
    font-size: 24px;
  }

  .section-text {
    font-size: 14px;
  }

  .section-label {
    font-size: 12px;
  }

  .container {
    padding: 30px 20px;
    height: auto;
  }

  .ner {
    position: static;
    margin-top: 80px;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  nav.h-menu ul {
    flex-direction: column;
    width: 100%;
  }

  nav.h-menu li {
    width: 100%;
  }

  .navtext {
    font-size: 1rem;
    padding: 10px 0;
  }

  img.header-logo {
    width: 50px;
  }

}

/* =========================
   ハンバーガー
========================= */
.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 10000;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  left: 0;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { bottom: 0; }

/* =========================
   オーバーレイメニュー
========================= */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(10 10 10);
  color: white;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

.overlay-menu.active {
  opacity: 1;
  pointer-events: auto;
}

.overlay-inner {
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay-header {
  text-align: right;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
}

.overlay-nav ul {
  list-style: none;
  text-align: center;
}

.overlay-nav li {
  margin: 30px 0;
}

.overlay-nav a {
  font-size: 28px;
  color: white;
}

.overlay-logo {
  text-align: right;
  font-size: 80px;
  opacity: 0.2;
}

/* =========================
   レスポンシブ
========================= */

/* タブレット */
@media (max-width: 1024px) {

  .h-menu {
    display: none;
  }

  .hamburger {
    display: block;
  }
  #circuit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0.7;
    object-fit: cover;
    scale: 2;
}

}

/* スマホ */
@media (max-width: 768px) {

  header {
    padding: 15px;
            display: flex;
        flex-direction: row;
        align-items: center;
    
  }

  .header-logo {
    width: 50px;
  }

  .h-name {
    font-size: 16px;
  }

  .overlay-nav a {
    font-size: 24px;
  }

  .overlay-logo {
    font-size: 50px;
  }
  #circuit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    opacity: 0.7;
    object-fit: cover;
    scale: 2.8;
}

}

/* =========================
   ハンバーガー非表示制御
========================= */
.hamburger.hide {
  opacity: 0;
  pointer-events: none;
}

body.menu-open {
  overflow: hidden;
}

button#closeMenu {
    color: #ffffff;
    background-color: #ffffff00;
    font-family: Koruri;
    font-weight: bold;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/* =========================
  タブレット・スマホ用
========================= */
@media (max-width: 1024px) {
  #circuit {
    transform: rotate(90deg);
    transform-origin: center center;
  }
}


    /* ===========================
       News ページ固有スタイル
    =========================== */
 
    .news-page {
      padding-bottom: 80px;
      min-height: 100vh;
    }
 
    /* ページヘッダー */
    
.news-header {
    padding: 110px 60px 40px;
}

    .news-header .section-label {
      font-size: 13px;
      letter-spacing: 3px;
      color: #22b573;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
 
    .news-header .section-title {
      font-size: 48px;
      font-family: 'Koruri', sans-serif;
      font-weight: 100;
      line-height: 1.2;
      color: white;
    }
 
    /* グリッド */
    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      padding: 0 60px 60px;
    }
 
    /* カード */
    .news-card {
      position: relative;
      display: block;
      overflow: hidden;
      background-color: rgb(18 18 18);
      border: 1px solid rgba(255 255 255 / 0.06);
      color: white;
      text-decoration: none;
      transition: border-color 0.3s, background-color 0.3s;
      cursor: pointer;
    }
 
    .news-card:hover {
      border-color: rgba(34 181 115 / 0.4);
      background-color: rgb(22 22 22);
    }
 
    .news-card:hover .card-img img {
      transform: scale(1.05);
    }
 
    .news-card:hover .card-arrow {
      opacity: 1;
      transform: translate(0, 0);
    }
 
    /* サムネイル */
    .card-img {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background-color: rgb(30 30 30);
    }
 
    .card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease;
    }
 
    .card-img-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, rgb(20 20 20), rgb(35 35 35));
    }
 
    .card-img-placeholder svg {
      opacity: 0.15;
    }
 
    /* カード本体 */
    .card-body {
      padding: 20px 24px 24px;
    }
 
    /* メタ情報（日付・カテゴリ） */
    .card-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 12px;
    }
 
    .card-date {
      font-size: 12px;
      letter-spacing: 1px;
      color: rgba(255 255 255 / 0.4);
      font-family: 'IBM Plex Sans JP', sans-serif;
    }
 
    .card-category {
      font-size: 11px;
      letter-spacing: 1px;
      color: #22b573;
      border: 1px solid rgba(34 181 115 / 0.4);
      padding: 2px 8px;
    }
 
    .card-pinned-badge {
      font-size: 11px;
      letter-spacing: 1px;
      color: #fff;
      background-color: rgba(34 181 115 / 0.25);
      border: 1px solid rgba(34 181 115 / 0.5);
      padding: 2px 8px;
    }
 
    /* タイトル */
    .card-title {
      font-size: 16px;
      font-family: 'Koruri', sans-serif;
      font-weight: 100;
      line-height: 1.6;
      color: rgba(255 255 255 / 0.9);
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
 
    /* 矢印 */
    .card-arrow {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 28px;
      height: 28px;
      border: 1px solid rgba(34 181 115 / 0.5);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transform: translate(4px, 4px);
      transition: opacity 0.3s, transform 0.3s;
    }
 
    .card-arrow svg {
      width: 12px;
      height: 12px;
      stroke: #22b573;
      fill: none;
    }
 
    /* 記事ゼロ時 */
    .news-empty {
      grid-column: 1 / -1;
      padding: 80px;
      text-align: center;
    }
 
    .news-empty p {
      font-size: 16px;
      color: rgba(255 255 255 / 0.4);
      letter-spacing: 2px;
    }
 
    /* フッター */
    .footer {
      border-top: 1px solid rgba(255 255 255 / 0.08);
    }
 
    .f-container {
      display: flex;
      justify-content: flex-end;
      padding: 40px 60px;
    }
 
    .f-address p {
      font-size: 13px;
      line-height: 1.9;
      color: rgba(255 255 255 / 0.5);
    }
 
    .f-copy {
      text-align: center;
      padding: 16px;
      font-size: 11px;
      color: rgba(255 255 255 / 0.3);
      border-top: 1px solid rgba(255 255 255 / 0.05);
      letter-spacing: 1px;
    }
 
    /* ===========================
       レスポンシブ
    =========================== */
    @media (max-width: 1024px) {
      .news-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 30px 40px;
      }
 
      .news-header {
        padding: 40px 30px 30px;
      }
 
      .news-header .section-title {
        font-size: 36px;
      }
    }
 
    @media (max-width: 767px) {
      .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        padding: 0 15px 40px;
      }
 
      .news-header {
        padding: 150px 15px 20px;
      }
 
      .news-header .section-title {
        font-size: 28px;
      }
 
      .card-body {
        padding: 14px 14px 18px;
      }
 
      .card-title {
        font-size: 13px;
      }
 
      .card-date {
        font-size: 11px;
      }
 
      .f-container {
        padding: 30px 20px;
      }
    }

    
    .card-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

/* カテゴリ */
.card-category {
  border: 1px solid #22b573;
  color: #22b573;
  font-size: 12px;
  padding: 2px 6px;
}

/* 📌 注目（Pinned） */
.card-pinned-badge {
  background: #ffcc00;
  color: #000;
  font-size: 11px;
  padding: 2px 6px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* =========================
   News Detail
========================= */

/* アイキャッチ（16:9固定） */
.news-detail-hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.news-detail-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 本文レイアウト補正 */
.news-detail-inner {
  position: static !important;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 60px;
}

/* メタ情報 */
.news-meta {
  margin: 10px 0 30px;
  font-size: 13px;
  color: rgba(255 255 255 / 0.5);
  display: flex;
  gap: 12px;
  align-items: center;
}

/* 本文 */
.News-body {
  line-height: 1.9;
  font-size: 15px;
}

/* 本文内要素 */
.News-body p {
  margin-bottom: 20px;
}

.News-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 30px 0;
}

.News-body h2 {
  font-size: 24px;
  margin: 40px 0 10px;
}

.News-body h3 {
  font-size: 20px;
  margin: 30px 0 10px;
}

/* 戻るリンク */
.news-back {
  margin-top: 50px;
}

/* =========================
   SP対応
========================= */
@media (max-width: 767px) {

  .news-detail-inner {
    padding-top: 30px;
  }

  .News-body {
    font-size: 14px;
  }

}

/* =========================
   News Detail 調整
========================= */

/* 本文サイズアップ */
.News-body {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
}

/* 段落 */
.News-body p {
  margin-bottom: 24px;
  color: rgba(255,255,255,0.9);
}

/* 見出し */
.News-body h2 {
  font-size: 28px;
  margin: 50px 0 20px;
}

.News-body h3 {
  font-size: 22px;
  margin: 40px 0 15px;
}

/* 画像 */
.News-body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin: 30px 0;
}

/* =========================
   NEWS（トップ用）
========================= */

/* containerの高さ制限を解除 */
.news-section.container {
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

/* absolute解除（これが一番重要） */
.news-section .content-inner {
  position: static;
  margin-bottom: 60px;
}

/* ニュースリスト */
.news-list-custom {
  width: 100%;
  border-top: 1px solid rgba(255 255 255 / 0.1);
}

/* 各行 */
.news-row {
  display: block;
  border-bottom: 1px solid rgba(255 255 255 / 0.08);
  padding: 28px 0;
  transition: background 0.3s;
}

.news-row:hover {
  background: rgba(255 255 255 / 0.03);
}

/* 内部レイアウト */
.news-row-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* 日付 */
.news-date {
  font-size: 14px;
  color: rgba(255 255 255 / 0.5);
  min-width: 100px;
}

/* カテゴリ */
.card-category {
  font-size: 12px;
  padding: 4px 10px;
}

/* タイトル（重要：デカくする） */
.news-title {
  font-size: 20px;
  flex: 1;
  line-height: 1.6;
      color: white;
}

/* 矢印 */
.news-row .card-arrow {
  opacity: 1;
  transform: none;
  position: static;
  margin-left: 20px;
}

/* More */
.news-more {
  margin-top: 40px;
}

.news-more a {
  font-size: 16px;
  color: #22b573;
}

/* =========================
   NEWS 中央寄せ
========================= */

/* セクション全体 */
.news-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* タイトル部分 */
.news-section .content-inner {
  width: 100%;
  max-width: 900px;
}

/* ニュースリスト */
.news-list-custom {
  width: 100%;
  max-width: 900px;
}

/* =========================
   Footer 完全版
========================= */

.footer {
    position: relative;
    overflow: hidden;
    background-color: rgb(10 10 10);
    margin-top: 60px;
}

/* 中身レイアウト */
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 60px;
  gap: 60px;
  height: 100%;

  position: relative;
  z-index: 1; /* 背景ロゴより前に出す */
}

/* セクションタイトル */
.footer-title {
  font-size: 12px;
  letter-spacing: 2px;
  color: #22b573;
  margin-bottom: 20px;
}

/* =========================
   サイトマップ
========================= */

.footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a {
  color: rgba(255 255 255 / 0.7);
  font-size: 14px;
  transition: 0.3s;
}

.footer-nav a:hover {
  color: #22b573;
}

/* =========================
   会社情報
========================= */

.company-address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255 255 255 / 0.7);
}

.company-address a {
  color: #22b573;
  text-decoration: none;
}

/* =========================
   Google Map
========================= */

.footer-map {
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
  height: 180px;
}

.footer-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1) brightness(0.8);
}


/* =========================
   コピーライト
========================= */

.f-copy {
  text-align: center;
  padding: 20px;
  font-size: 11px;
  color: rgba(255 255 255 / 0.3);
  border-top: 1px solid rgba(255 255 255 / 0.05);

  position: relative;
  z-index: 1;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 1024px) {

  .footer-inner {
    padding: 50px 40px;
    gap: 40px;
  }

  .footer-bg-logo img {
    width: 300px;
  }

}

@media (max-width: 768px) {

  .footer-inner {
    flex-direction: column;
    padding: 40px 20px;
    gap: 40px;
  }

  .footer-map {
    max-width: 100%;
  }

  .footer-bg-logo {
    right: 20px;
    bottom: 20px;
  }

  .footer-bg-logo img {
    width: 200px;
  }

}

/* =========================
CONTACT FORM
========================= */

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.contact-form label {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.7;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border: 1px solid #22b573;
  background: #111;
  color: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.form-submit {
  margin-top: 30px;
  width: 100%;
  padding: 14px;
  background: #22b573;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}

.form-submit:hover {
  opacity: 0.8;
}


/* =========================
   News Gallery（Swiper）
========================= */

/* ギャラリー全体 */
.news-gallery {
  margin: 80px auto;
  max-width: 900px;
  padding: 0 20px;
}

/* Swiper本体 */
.newsSwiper {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

/* スライド */
.newsSwiper .swiper-slide {
  aspect-ratio: 16 / 9;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 画像 */
.newsSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ←重要 */
  display: block;
}

/* =========================
   ナビボタン
========================= */

.swiper-button-next,
.swiper-button-prev {
  color: #22b573;
  width: 44px;
  height: 44px;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
}

/* =========================
   ページネーション
========================= */

.swiper-pagination-bullet {
  background: rgba(255,255,255,0.4);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #22b573;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 768px) {

  .news-gallery {
    margin: 40px auto;
    padding: 0 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

}

.swiper-button-next:after, .swiper-button-prev:after {

    color: #22b573;
}

/* =========================
   CEO MESSAGE（左右レイアウト）
========================= */

.ceo-message {
  padding: 140px 0 140px 60px; /* ←右paddingを0にする */
}

.ceo-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* =========================
   左：テキスト
========================= */

.ceo-text-area {
  flex: 1;
}

.ceo-title {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: bold;
}

.ceo-text {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.9);
}

.ceo-text p {
  margin-bottom: 24px;
}

.ceo-name {
    margin-top: 42px;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}

/* =========================
   右：写真
========================= */

.ceo-image {
  flex: 0 0 400px;
}

.ceo-image img {
  width: 100%;
  object-fit: cover;
}

/* =========================
   レスポンシブ
========================= */

@media (max-width: 1024px) {

  .ceo-inner {
    gap: 40px;
  }

  .ceo-image {
    flex: 0 0 300px;
  }


}

@media (max-width: 767px) {

   .ceo-message {
    padding: 80px 20px;
  }

  .ceo-image {
    margin-right: 0; /* ←戻す */
    flex: none;
    width: 100%;
  }

  .ceo-inner {
    flex-direction: column;
  }


  .ceo-image img {
    height: 300px;
  }

}

/* =========================
TECH セクション
========================= */

.tech-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 60px;
}

/* ブロック */
.tech-block {
  margin-bottom: 80px;
}

/* 見出し */
.tech-heading {
  font-size: 28px;
  margin-bottom: 30px;
  border-left: 4px solid #22b573;
  padding-left: 12px;
}

/* =========================
テーブル
========================= */

.tech-table {
  width: 100%;
  border-collapse: collapse;
}

.tech-table th,
.tech-table td {
  border-bottom: 1px solid rgba(255 255 255 / 0.1);
  padding: 14px;
  text-align: left;
}

.tech-table th {
  color: #22b573;
  font-weight: 400;
}

/* =========================
グリッド（2カラム）
========================= */

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.tech-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
}

.tech-img:hover {
  transform: scale(1.03);
  opacity: 0.8;
}

/* =========================
Lightbox
========================= */

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
}

#lightbox-close {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 40px;
  cursor: pointer;
}

.contact-layout{
  display:flex;
  gap:80px;
  padding:120px 10%;
}

.contact-left{width:40%;}
.contact-right{width:60%;}

.section-label{
  font-size:12px;
  letter-spacing:2px;
  opacity:.6;
}

.section-title{
  font-size:36px;
  margin-bottom:20px;
}

.form-label{
  font-size:12px;
  display:block;
  margin-bottom:8px;
  opacity:.6;
}

.form-input{
  width:100%;
  padding:14px;
  margin-bottom:24px;
  background:transparent;
  border:1px solid rgba(255,255,255,0.2);
  color: white;
}

.btn-primary{
  padding:14px 40px;
  background:#fff;
  color:#000;
  border:none;
  cursor:pointer;
}

.info-label{
  font-size:12px;
  margin-top:20px;
  opacity:.5;
}

input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color:rgba(255, 255, 255, 0) !important;
    color: fieldtext !important;
}
.company-profile {
  padding: 120px 0;
}

.company-profile-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-top: 40px;
}

.company-table {
  flex: 1;
}

.company-table table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th {
  text-align: left;
  width: 180px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.company-table td {
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  color: #333;
}

.company-image {
  flex: 1;
}

.company-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.company-image-caption {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

.company-profile {
  padding: 140px 0;

}

.company-profile .section-title {
  color: #fff;
}

.company-profile-inner {
  display: flex;
  gap: 80px;
  margin-top: 60px;
}

.company-table table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th {
  width: 180px;
  text-align: left;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #aaa;
  font-weight: 500;
}

.company-table td {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #fff;
}

.company-image img {
  width: 100%;
  border-radius: 4px;
  filter: grayscale(20%) contrast(1.1);
}

.company-image-caption {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

/* =========================
   スマホ時レイアウト調整
========================= */
@media screen and (max-width: 768px) {

  /* 会社概要・代表挨拶などの横並びを縦に */
  .ceo-inner,
  .company-profile-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  /* 画像を必ず下に回す */
  .ceo-image,
  .company-image {
    order: 2;
    width: 100%;
  }

  .ceo-text-area,
  .company-table {
    order: 1;
    width: 100%;
  }

  /* 画像をスマホ幅にフィット */
  .ceo-image img,
  .company-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* テーブルも横スクロールしないよう調整 */
  .company-table table {
    width: 100%;
  }
}

/* =========================
  TOP SPLIT SECTION
========================= */

.split-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 120px 60px;
}

.split-section .content-inner {
  flex: 1;
}

.section-image {
  flex: 1;
}

.section-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: grayscale(10%) contrast(1.1);
}

/* 反転レイアウト */
.split-section.reverse {
  flex-direction: row-reverse;
}

/* =========================
  SP対応
========================= */

@media (max-width: 768px) {

  .split-section,
  .split-section.reverse {
    flex-direction: column;
    padding: 80px 20px;
    gap: 30px;
  }

  .section-image img {
    height: 280px;
  }
}

/* =========================
iOS Safari フォームリセット対策
========================= */

/* selectの角丸強制解除 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  border-radius: 0;
}

/* input / textarea / select 共通リセット */
input,
textarea,
select {
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;

  font: inherit;

  outline: none;
}

/* フォーカス時も丸くさせない */
input:focus,
textarea:focus,
select:focus {
  border-radius: 0;
  outline: none;
}

/* =========================
iOS Safari autofill対策
========================= */

/* Chrome / Safari autofillの黄色・白対策 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #ffffff;
  transition: background-color 9999s ease-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
}

/* フォーム全体の背景統一 */
.contact-form input,
.contact-form textarea,
.contact-form select {
  background-color: rgb(10 10 10); /* ←ここはサイトデザインに合わせて変更OK */
}

.tech-subheading {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 24px;
    padding-left: 14px;
    letter-spacing: 0.05em;
    color: #22b573;
}