


.swiper-slide.sw04 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.swiper-slide.sw04 img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}
.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0; /* top, right, bottom, left: 0 */
  background-color: #d3d3d4;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none; /* クリック等をスルー */
}
.swiper-slide {
  position: relative; /* ::before を中で相対配置するため */
}


.swiper-slide{
background-color: #004370;
}
.top-swiper-area {
  width: 100%;
  height: 100vh; /* 全画面 */
  overflow: hidden;
  position: relative;
}
.scroll-indicator {
  position: absolute;
  bottom: 20px;
  
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  text-align: center;
  font-family: sans-serif;
  color: white;

  /* ここを追加 */
  display: flex;
  flex-direction: column-reverse; /* 縦線が上、文字が下 */
  align-items: center;
  gap: 8px; /* 縦の間隔 */
}

.scroll-text {
    font-family: 'NORMT', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0; /* 余白リセット */
}

.overlay-svg {
  width: 2px;
  height: 60px;
  display: block;
}


.arrow-circle {
  line-height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid white;
  text-decoration: none;
  vertical-align: middle; /* 追加 */
  position: relative;
  top: -3px; /* ← ここで上にずらす */
}
.top-arrow {
  width: 12px;
  height: 12px;
  background: url('/path/to/arrow.svg') no-repeat center;
  background-size: contain;
}

.top-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/* ボタンやページネーションの調整 */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff;
}
.cont-area-w {
    line-height: 2.2;

    font-size: 1.8rem;
    margin: 175px 0 233px;
}
.fixed-caption {
  color: white;
  transition: color 0.3s;
}
.fixed-caption.scrolled-past {
  color: black;
}

.fixed-caption{
  z-index: 1000;
position: fixed;
    font-family: 'NORMT', sans-serif;
    font-size: 1.6rem;
    color: white;
    bottom: 20px;
    left:20px;
    letter-spacing: 3px;
}
.fixed-caption li{
margin-top: 1.2em;
}
.logo-set{
    z-index: 1000;
  width: 56px;
  position: absolute;
   left: 23px;
   top:23px;
}
.fixed-caption2 .arrow-circle {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.fixed-caption2 .arrow-circle .top-arrow,
.fixed-caption2 .arrow-circle .top-arrow:before,
.fixed-caption2 .arrow-circle .top-arrow:after {
  transition: background-color 0.3s ease;
}

.fixed-caption2 li:hover .arrow-circle{
    color: #004370;
background-color: white;
}
.fixed-caption2 li:hover .arrow-circle .top-arrow:before,
.fixed-caption2 li:hover .arrow-circle .top-arrow:after,
.fixed-caption2 li:hover .arrow-circle .top-arrow{
background-color:  #004370;
}
.fixed-caption2 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  text-align: right;
  font-family: 'NORMT', sans-serif;
  font-size: 2.4rem;
  color: white;
  letter-spacing: 2px;
  line-height: 1.3;
}

.fixed-caption2 li {
  display: block;
  overflow: hidden; /* マスクエリア */
  margin-bottom: 0.1em;
}


.fixed-caption2 .active span {
  transform: translateY(0);
  opacity: 1;
}
.fixed-caption2 li span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.8s ease-out,
    opacity 0.6s ease-out;
  transition-delay: calc(var(--delay, 0) * 0.15s);
  will-change: transform, opacity;

}


/* スマホ用フォント調整 */
.fixed-caption2 li:not(:first-child) {
  font-size: 1rem;
  letter-spacing: 1px;
}



    .cont-area2{
    width: 886px;
    position: relative;
    overflow: hidden;
  margin-left: auto;
    }
.works-t {
  font-family: 'NORMT', sans-serif;
  font-size: 4.8rem;
  position: relative;
  display: inline-block; /* ラインの長さを文字に合わせる場合 */
}

.works-t::after {
    background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px; /* 文字から2px下にライン */
height: 0.5px;
}

.works-t span{
  margin-right: 1em;
      font-family: 'NORMT', sans-serif;
      font-size: 2.3rem;
}
.posts-grid {
  margin-top: 50px;
  display: grid;

  grid-template-columns: 1fr 1fr;
  gap: 50px;
  width: 100%;
}

.post-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.eyecatch-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  background-color: #004370;
}
.wk10 .eyecatch {
  margin-top: -4px;
}
.wk11 .eyecatch {
  margin-top: -8px;
}
.eyecatch {
  
  height: 243px;
  object-fit: cover;
  display: block;
        object-position: center center;
        width: 100%;
        background-color: #004370;
    }

.posts-grid > :nth-child(4) .eyecatch{
      object-position: center center; /* ←ここがポイント */
  object-fit: contain !important; /* coverから上書き */
    background-color: #004370; /* 青背景 */
}
.meta-line {
  font-size: 10px;
  margin-top: 8px; /* アイキャッチの下2px */
  color: #333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.meta-line .pipe {
      font-size: 8px;
  margin: 0 18px;
}
@media screen and (max-width: 768px) {
  .wk11 .eyecatch {
    margin-top: -17px;
  }
.cont-area2 {
width:auto;
    margin: 0 20px;
}
  .cont-area-w {
    line-height: 2.3;
    font-size: 1.4rem;
  margin: 90px 0 108px;
}
.cont-area {
  width: auto;
}
.works-t span {
  letter-spacing: 0px;
    font-size: 1.8rem;
    margin-right: 0.5em;
}
.works-t {
    letter-spacing: 0px;
    font-size: 2.7rem;
  }
.works-t::after {
display: none;
}
.posts-grid {
    margin-top: 30px;
    gap: 15px;
  }

.post-item a{
  overflow: hidden;
    width: 100%;
}
.eyecatch {
    
        object-position: center center;
        width: 100%;
      
        height: auto;
        object-fit: cover;
        background-color: #004370;
        display: block;
    }
.wk02 .eyecatch {
    margin-top: -20px;
}
.posts-grid > :nth-child(4) .eyecatch{
  margin-top: -10px;
      object-position: center center; /* ←ここがポイント */
    width: 100%;
    height: 115%;
    object-fit: contain; /* または "scale-down" も検討可 */
    background-color: #004370; /* 青背景 */
    display: block;
}
.meta-line .pipe {
    display: none;
  }
.post-title{
  display: block;
}
.meta-line {
  display: block; /* または削除 */
}
.fixed-caption2 li .line1,
.fixed-caption2 li .line2 {
  display: block;
}
.swiper-slide.sw01 img{
        object-position: -548px center;
  }
.swiper-slide.sw02 img{
    object-position: -104px center;
  }
.swiper-slide.sw03 img{
    object-position: -214px center;
  }
.swiper-slide.sw04 img{
  object-position: -66px center;
  }
.swiper-slide.sw05 img{
        object-position: -252px center;
  }
.swiper-slide.sw06 img{
          object-position: -339px center;
  }
    .swiper-slide.sw07 img {
        object-position: -284px center;
    }
    .swiper-slide.sw08 img {
          object-position: -264px center;
    }
      .swiper-slide.sw09 img {
        object-position: -415px center;
    }
      .swiper-slide.sw10 img {
        object-position: -554px center;
    }
        .swiper-slide.sw11 img {
        object-position: -322px center;
    }
.fixed-caption{
  display: none!important;
  
}
.fixed-caption2 {
      text-align: left;
  top:auto;
  bottom: 20px;
  left: 12px;
right:auto;
}
.fixed-caption2 .top-arrow {
left: 3px;
    top: -8px;
  }
  .fixed-caption2 li:first-child{
    line-height: 1em;
    margin-bottom: 0.3em;
            font-size: 21px;
  }
    .arrow-circle {
    margin-top: 3px;
  }
}
