@charset "UTF-8";
/*========================================
独自CSS
========================================*/
body {
	font-family: "Noto Serif JP","Noto Serif", serif;
}

a{
	text-decoration: none;
	letter-spacing: 0.11em;
  color: #5C5C5C;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.11em;
  margin: 0;
  font-weight: normal;
}

p{
	color: #5C5C5C;
	letter-spacing: 0.11em;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  p{
    font-size: 1.4rem;
  }
}

ul{
	list-style: none;
	-webkit-padding-start: 0px;
	padding-inline-start: 0px;
  margin: 0;
  font-weight: normal;
}

li{
  font-size: 1.6rem;
  font-weight: normal;
  color: #5C5C5C;
}
@media (max-width: 600px) {
  li{
    font-size: 1.4rem;
  }
}
/*========================================*/

/*========================================
新着情報
========================================*/  

.archive-news{
  max-width: 192rem;
  width: 100%;
  margin: 0 auto 12.8rem auto;
	padding: 0 2vw;
}
@media (max-width: 900px) {
  .archive-news{
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .archive-news{
    max-width: 100%;
    margin: 0 auto 9.6rem auto;
  }
}

.archive-news__title{
  margin-bottom: 7.2rem;
  position: relative;
}
@media (max-width: 1279px) {
  .archive-news__title{
    margin-bottom: 6.4rem;
  }
}
@media (max-width: 900px) {
  .archive-news__title{
    margin-bottom: 14rem;
  }
}
@media (max-width: 600px) {
  .archive-news__title{
    margin-bottom: 12rem;
  }
}
@media (max-width: 468px) {
  .archive-news__title{
    margin-bottom: 10.2rem;
  }
}

.archive-news__title::before{
  content: 'NEWS';
  display: inline-block;
  width: 100%;
  color: rgba(255,255,255,.5);
  font-size: 16rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  line-height: .7;
}
@media (max-width: 1279px) {
  .archive-news__title::before{
    font-size: 12rem;
  }
}
@media (max-width: 900px) {
  .archive-news__title::before{
    font-size: 9.6rem;
  }
}
@media (max-width: 600px) {
  .archive-news__title::before{
    font-size: 8.8rem;
    line-height: 1.2;
    color: rgba(255,255,255,.7);
  }
}
@media (max-width: 468px) {
  .archive-news__title::before{
    font-size: 7.2rem;
    line-height: 1.3;
  }
}

.archive-news__title-en{
  font-size: 6rem;
  color: #2E2C62;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .2em;
}
@media (max-width: 1279px) {
  .archive-news__title-en{
  font-size: 4.8rem;
  }
}
@media (max-width: 600px) {
  .archive-news__title-en{
  font-size: 4rem;
  }
}

.archive-news__title-ja{
  text-align: center;
  font-size: 2rem;
  margin-bottom: -.8rem;
  letter-spacing: .2em;
}
@media (max-width: 1279px) {
  .archive-news__title-ja{
  font-size: 1.8rem;
  }
}
@media (max-width: 600px) {
  .archive-news__title-ja{
  font-size: 1.6rem;
  }
}

.archive-news__list{
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.archive-news__list-item{
  border-bottom:solid 1px #C3C3C3;
}

.archive-news__list-item:nth-of-type(1){
  border-top:solid 1px #C3C3C3;
}

/*新着記事無し*/
.archive-news__list-item--empty{
  text-align: center;
  padding: 4.8rem 0;
  font-size: 1.6rem;
  color: #5C5C5C;
  letter-spacing: .1em;
}
/*===========*/

.archive-news__link{
  display: block;
  padding: 4.8rem 6rem;
  width: 100%;
  transition: background-color .3s;
  color: #5C5C5C;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .archive-news__link{
    padding: 3.2rem 4.8rem;
  }
}
@media (max-width: 600px) {
  .archive-news__link{
    padding: 1.6rem 2.4rem;
  }
}
@media (max-width: 468px) {
  .archive-news__link{
    padding: 1.6rem .8rem;
  }
}

.archive-news__link:hover{
  background-color: rgba(255, 255, 255, .6);
}


.archive-news__list__r-box{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1279px) {
  .archive-news__list__r-box{
    flex-direction: column;
    align-items: flex-start;
  }
}

.archive-news__list__box{
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1279px) {
  .archive-news__list__box{
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 900px) {
  .archive-news__list__box{
    margin-bottom: 1.6rem;
  }
}


.archive-news__link-time__day{
  font-size: 1.4rem;
  min-width: 80px;
  margin-right: 32px;
}

.archive-news__link-title{
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .archive-news__link-title{
    font-size: 1.4rem;
  }
}
@media (max-width: 468px) {
  .archive-news__link-title{
    height: 3em;
  }
}

/*カテゴリーごとの色分け*/
/*カテゴリーで使用するスラッグの英文をクラス名をする*/

/*デフォルト*/
.archive-news__category-item{
  font-size: 1.6rem;
  border-radius: 8px;
  padding: 0.2rem 1.2rem;
  min-width: 160px;
  text-align: center;
  margin-right: 3.2rem;

  /*デフォルトカラー*/
  background: #ffffff;
  color: #5C5C5C
}
@media (max-width: 900px) {
  .archive-news__category-item{
    font-size: 1.4rem;
    margin-right: 0;
    min-width: 10em;
  }
}

/*プレスリリース press-release*/
.archive-news__category-item.cat--press-release {
  background: #FDD000;
  color: #ffffff;
}

/*お知らせ news*/
.archive-news__category-item.cat--news {
  background: #379FDB;
  color: #ffffff;
}

.archive-news__btn{
  text-align: center;
  margin: 0 auto;
  margin-top: 6.4rem;
}


.archive-news__btn__link{
  display: inline-block;
  box-shadow:
    -4px -4px 8px #fff,
    4px 4px 8px rgb(0 0 0 / 24%);
  width: 20rem;
  padding: 1.2rem 2.4rem;
  border-radius: 20px;
  font-size: 1.6rem;
  color: #6A6E77;
  text-align: center;
}

.archive-news__btn__link:hover{
  transition: box-shadow 0.2s;
  box-shadow:
      -2px -2px 4px #fff,
      2px 2px 4px rgb(0 0 0 / 24%);
}

.archive-news__btn__link:active {
    background-color: #ebebeb;
    box-shadow: inset 4px 4px 8px rgb(0 0 0 / 16%);
  }




/*========================================
ページネーション
========================================*/

/* ページネーション全体 */
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  font-size: 1.6rem;
	max-width: 38rem;
	margin: 0 auto 6.4rem auto;
	position: relative;
	padding: 0 2vw;
}

/* 数字部分 */
.nav-links .page-numbers {
  width: 4.5rem;
	height: 4rem;
	padding-left: .2rem;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #5C5C5C;
	background-color: #fff;
	border-radius: .8rem;
	clip-path: polygon(
    25% 0%, 75% 0%, 100% 50%,
    75% 100%, 25% 100%, 0% 50%
  );
}
@media (max-width: 374px) {
	.nav-links .page-numbers{
		width: 4rem;
		height: 3.5rem;
	}
}

.nav-links .page-numbers.dots{
	background-color: transparent;
}

/* 現在のページ */
.archive-pagination .page-numbers.current {
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
	background-color: #379FDB;
}
@media (max-width: 374px) {
	.archive-pagination .page-numbers.current {
  font-size: 1.8rem;
	}
}

/* 矢印と最初・最後のリンク */
.nav-links .prev, 
.nav-links .next,
.nav-links .first, 
.nav-links .last {
  padding: 0.4rem .4rem;
  cursor: pointer;
	color: #5C5C5C;
	position: absolute;
	background-color: transparent;
	border: solid 1px transparent;
	font-size: 1.4rem;
	font-weight: bold;
}

.nav-links .prev{
	left: 1.5rem;
}
@media (max-width: 374px) {
	.nav-links .prev{
	left: 2rem;
	}
}

.nav-links .next{
	right: 1.5rem;
}
@media (max-width: 374px) {
	.nav-links .next{
	right: 2rem;
	}
}

.nav-links .first{
	left: 0rem;
}
@media (max-width: 374px) {
	.nav-links .first{
		left: 1rem;
	}
}

.nav-links .last {
	right: 0rem;
}
@media (max-width: 374px) {
	.nav-links .last {
	right: 1rem;
}
}

/* 最初へ・最後へ */
.nav-links .first {
  margin-right: 0rem;
}

.nav-links .last {
  margin-left: 0rem;
}


