.post-type-archive-news .pager ul {
  padding: 100px 0 0;
}
.pager ul {
  display: flex;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
.pager .prev,.pager .next{

    font-size: 20px;
    font-weight: 100;
}
.pager .prev{
  margin-right: 20px;
}
.pager .next{
  margin-left: 20px;
}

.pager li a,
.pager li span {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 25px;
  height: 25px;
  line-height: 15px;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  color: #333;
    transition: border 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}

.pager li span.current {
  border: 1px solid #333;
}

.pager li a:hover {
  border: 1px solid #333;
}

.news-list-wrap {
      margin-top: 100px;
  width: 100%;
}

.news-list-item {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.news-list-item:first-child {
  border-top: 1px solid #ccc;
}


.news-date {
      font-family: 'NORMT', sans-serif;
  font-size: 15px;
  color: #666;
}

.news-title {
  font-size: 14px;
  margin-top: 1em;
}

.news-title a {
  text-decoration: none;
  color: #000;
}

.news-title a:hover {
  text-decoration: underline;
}


.prof-t{
  text-align: center;
  font-size: 2.4rem;
  margin: 112px 0 90px;
}

.cont-area5{
    padding:0px 0 82px;
            overflow: hidden;
          box-sizing: border-box;
    max-width: 900px;
    margin: 0 auto;
}
.table-wrapper-vertical {
  font-size: 15px;
  line-height: 1.6em;
  color: #1a1a1a;
  max-width: 960px;
  margin: 0 auto;
  border-collapse: collapse; /* もしテーブル要素でなければ不要 */
}

/* 共通ボーダー設定 */
.table-wrapper-vertical .item {

  border-bottom: 0.5px solid #1a1a1a;
  padding: 20px 0;
}
.table-wrapper-vertical .item:first-child {
  border-top: 0.5px solid #1a1a1a;
  border-bottom: 0.5px solid #1a1a1a;
  padding: 20px 0;
}

  .table-wrapper-vertical .item {
    display: flex;
    margin-bottom: 0; /* ボーダーで区切るので余白は不要 */
  }
  .table-wrapper-vertical .item:nth-child(1) .label,
.table-wrapper-vertical .item:nth-child(2) .label,
.table-wrapper-vertical .item:nth-child(6) .label,
.table-wrapper-vertical .item:nth-child(9) .label,
.table-wrapper-vertical .item:nth-child(11) .label {
    margin-top: 4px;
     align-items: flex-start;
  }
  .table-wrapper-vertical .label {
    width: 218px;
    padding-left: 50px;
    flex-shrink: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
  }
  .table-wrapper-vertical .value {
        line-height: 2em;
    width: calc(100% - 218px);
    padding-left: 10px;
}
.map-under > div:first-child {
  line-height: 2.3em;
  width: 500px;
  /* 幅を固定しつつ、必要ならmin-widthも */

  /* word-break で改行も調整 */
  word-break: break-word;
}
.map-area iframe{
  max-width: 960px;
  margin: 0 auto;
   display: block;
}

.map-under {
  margin: 45px auto 152px;
  display: flex;
  justify-content: space-between; /* 左右を両端に配置 */
  align-items: flex-start; /* 上揃え */
  max-width: 962px; /* 任意で幅指定 */

  color: #1a1a1a;
  gap: 20px; /* カラム間の余白 */
}
.map-under > div {
  flex: 1;
}
.map-under > div:first-child {
  text-align: left;
}
.map-under > div:last-child {
  text-align: right;
}
.posts-grid-bt {
  cursor: pointer;
  display: inline-block;
  /* 必要に応じて装飾を追加 */
}
.map-under .posts-grid-bt{
  margin: 0 0 0 auto;
}

.kabu .usage-filter{
margin: 135px 20px;
}
.single-works .usage-filter{
  max-width: 1200px;
margin: 0px auto 166px;
}
.usage-filter {
  display: flex;
  gap: 20px;
  margin-top: 100px;

  align-items: flex-start;
}
.usage-left .usage-tab {
      letter-spacing: 2px;
    font-size: 14px;
      font-family: 'NORMT', sans-serif;
  cursor: pointer;
}
.usage-tab,
.usage-right a {
    transition: border 0.3s ease; /* ボーダーの変化を0.3秒かけて */
    padding: 6px; /* 枠線でサイズがズレるのを防ぐ場合 */
  display: flex;
  align-items: center;
    border: 1px solid transparent; /* 好きな色に変更可能 */
}

.usage-item.active,
.usage-tab.active {
    border: 1px solid #000;
    box-sizing: border-box;
}

.usage-right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* ← これを追加 */
  gap: 13px 23px;
}


.usage-item {
    cursor: pointer;
      letter-spacing: 2px;
    font-size: 14px;
      font-family: 'NORMT', sans-serif;
  display: inline-block;
}
.usage-tab:hover {
  border: 1px solid #000; /* 好きな色に変更可能 */
  box-sizing: border-box;
}
.usage-right > *:hover {
  border: 1px solid #000; /* 好きな色に変更可能 */
  box-sizing: border-box;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 123px 20px 0;
  font-size: 1rem;;
}

.breadcrumb li {
  margin-right: 5px;
}

.breadcrumb li::after {
  content: "─";
  margin-left: 5px;
}

.breadcrumb li:last-child::after {
  content: "";
}
.kaso-title {
  letter-spacing: 9px;
  font-family: 'NORMT', sans-serif;
  font-size: 5.6rem;
  text-align: center;
  position: relative;

}

.kaso-title::after {
  content: '';
  display: block;
  width: 246px;
  height: 0.5px;
  background-color: currentColor; /* or 固定色で例: #000 */
  margin: 0 auto;
  margin-top: 30px; /* 文字と線の間隔、必要に応じて調整 */
}


.header-inner2 {
    transition: top 0.3s ease; /* アニメーションを追加 */
      position: fixed;  /* すでにfixedとして指定されています */
    top: -100%; /* ← 最初は右に隠す */
  display: flex;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: white;
}
.cont-area3{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cont-area-profile{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.cont-area-news{
  width: 100%;
  max-width: 900px;
  margin: 100px auto 200px;
}
.logo-set{
    z-index: 1000;
  width: 56px;
  position: absolute;
   left: 23px;
   top:23px;
}

.header-inner2.migi {
  top: 0;
}

.header__menu2 {

      font-family: 'NORMT', sans-serif;
      letter-spacing: 5px;
      line-height: 2.1em;
    font-size: 24px;
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
}

.header__menu2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.header__menu2 li {
  margin: 10px 0;
}

.header__menu2 a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
}
/* logo-set2 を上下左右中央に配置、幅145px */
.logo-set2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145px;
  transform: translate(-50%, -50%);
  z-index: 2; /* 上に表示 */
}

/* 画像を親要素いっぱいに表示 */
.header-ph {
  position: relative;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}

.header-ph img {
  width: 100%;
  height: 100%;
    object-position: 40% center; /* ← ここがポイント */
  object-fit: cover;
}

/* #bcbcbc のスクリーン重ね */
.header-ph::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bcbcbc;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
.value-list {
  padding-left: 1.5em;
  list-style: none;
}

.value-list li {
  position: relative;
  margin-bottom: 0.5em;
}

.value-list li::before {
  content: "■";
  position: absolute;
  left: -1.5em;
  top: 0;
}
@media screen and (max-width: 768px) {

  .cont-area-profile {
    width: auto;
    margin: 0 20px;}
  

.cont-area3{
  width: auto;
  margin: 0 auto;
}
    .usage-filter {
        margin: 30px 20px;
    }
.kaso-title {
  margin-top: 50px;
    font-size: 3.7rem;
}


.kaso-title::after {
    width: 160px;
    height: 1px;
    margin-top: 19px;
  }
  .single-works .usage-filter {
      margin: 1px 20px 158px;
}
.usage-filter {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
  flex-wrap: wrap; /* 必要なら折り返し可能に */
}

.usage-tab {
  flex-shrink: 0; /* 左端を縮めない */
  white-space: nowrap; /* 改行しない */
}

.usage-right {
  display: flex;
  flex-wrap: wrap;
        gap: 10px;
  flex: 1; /* 右側リンク群は残り幅を占める */
  justify-content: flex-start; /* 左寄せ */
}
.prof-t {
    margin: 62px 20px 23px;
}


  .table-wrapper-vertical .item {
    margin-bottom: 0; /* ボーダーで区切るので余白なし */
    display: block;
  }
  .table-wrapper-vertical .label {

    margin-bottom: 0.5em;
    padding-left: 0;
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .table-wrapper-vertical .value {
    width: 100%;
    padding-left: 0;
  }
.map-under {
    -webkit-text-size-adjust: 100%; /* 文字サイズの調整を無効化 */
      font-size: 1.4rem;

      margin: 45px auto 52px;
  flex-direction: column;
}
.map-under > div:last-child {
  margin: 50px auto;

}
  .prof-area iframe {
          height: 400px !important;
  }
.news-list-wrap {
    margin-top: 100px;
    width: auto;
        margin: 70px 20px 0;
}
.cont-area-news {

    margin: 100px auto 100px;
  }
}
