@charset "utf-8";
/* ============================================================
   基本スタイル(共通)
============================================================ */
.container {
}
.works-list {
    display: grid;
}
.btn-more .btn {
    margin: 2rem 0 5rem; /* 上下の余白（お好みで） */
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #1860ad;
    color: #1860ad;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    transition: all 0.3s;
}
.btn-more .btn:hover {
    background: #1860ad;
    color: #fff;
}
/* ============================================================
 サブビジュアル
============================================================ */
.sbu-visual {
    height: 350px;
    width: auto;
    background-color: #f0f5f5;
}


/* ============================================================
 会社概要
============================================================ */
.company .section-title img {
    max-width: 160px;
    position: relative;
    text-align: center;
    z-index: 10;
    margin: -55px auto 3rem;
}


.company-info {
  width: 100%;
  max-width: 780px;
  margin: 120px auto;
  border-collapse: collapse;
  font-size: 16px;
  color: #111;
}

.company-info th,
.company-info td {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align:  middle;
}

.company-info th {
  width: 170px;
  font-weight: 600;
  color: #1860ad;
  text-align: center;
  border-bottom: 1px solid #1860ad;
}

.company-info td a {
  color: #111;
  text-decoration: none;
}

.company-info td a:hover {
  text-decoration: underline;
}

.section-title {
  text-align: center;
  margin-bottom: 20px;
}

/* スマホ最適化（背景色なし・tr内に縦並び） */
@media screen and (max-width: 468px) {
  .company-table-wrap {
    padding: 0 20px; /* 左右に余白を作る */
  }
  .company-info {
    border-collapse: collapse;
  }

  .company-info tr {
    display: block;
    padding: 20px;
    
    border-bottom: 1px solid #e5e5e5;/* 下線 */
  }

  /* 1行目の上線を消す（お好みで） */
  .company-info tr:first-child {
   border-top: 1px solid #e5e5e5;   /* 上線 */
  }

  .company-info th,
  .company-info td {
    display: block;
    width: 100%;
    padding: 6px 0;
    border: none;   /* 中の線は不要 */
    text-align: left;
  }

  .company-info th {
    font-size: 20px;
    font-weight: 600;
    color: #1860ad;
  }
}
