@charset "utf-8";

/* =======================
 PC版メニューの上の黒
=======================*/ 
@media screen and (min-width: 769px){
    .news-b::after{
      background-color: var(--primary-black);
    }
    }/*pc769px*/



/* =======================
newsの画像スライド
=======================*/
.slide-items {
    list-style: none;
    position: relative;
    width: 90%;
    max-width: 400px;
    height: 280px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .slide-items img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 4s linear transform .4s;
    object-fit: cover;
  }
  
  .slide-items .zoom {
    transform: scale(1.05);
  }


/* =======================
newsリスト
=======================*/

.section__news{
    width: 100%;
}

.news__back{
    background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}

.news__box{
    width: 90%;
    margin: 100px auto 0px;
    padding-bottom: 160px;
    max-width: 800px;
}

.newslist__box{
    margin-top: 80px;
}

.newslist{
    width: 90%;
    margin: 0 auto;
}


.newslist li{
    padding: 32px;
    border-bottom: 0.5px solid var(--primary-gray);
}

.newslist li:first-of-type{
    padding-top: 0
}

.news-datetime{
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
    font-weight: 500;
}

.news-title-jp,.news-title-en{
    margin-top: 16px;
    font-size: 1.8rem;
    letter-spacing: 1.6px;
    line-height: 1.5;
}


/* =======================
newsの投稿ページ（日付毎）
=======================*/
.newsday__box{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.newsday-datetime{
    font-size: 1.6rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
}

.newsday__title-jp,.newsday__title-en{
    margin-top: 16px;
    font-size: 1.8rem;
    letter-spacing: 1.6px;
    line-height: 1.5;
    font-weight: 500;
}

.newsday__img{
    margin: 32px auto 0;
    width: 100%;
    max-width: 600px;
}

max-500{
    max-width: 500px;
}

max-400{
    max-width: 400px;
}

max-300{
    max-width: 300px;
}

.newsday__txt{
    margin-top: 56px;
    font-size: 1.6rem;
    letter-spacing: 1.0px;
    line-height: 2;
}

.jp-newsday__txt,.en-newsday__txt{
    margin-top: 24px;

}

margin-top48{
    margin-top: 48px;
}

margin-top96{
    margin-top: 96px;
}

.en-newsday__box{
    margin-top: 40px;
}


/* =======================
newsの投稿ページの戻るボタン
=======================*/

.news-btn_back{
    margin: 80px auto 0;

  }