@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #171a1b;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  span,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #182861;
}

p {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  #archive {
    width: 85%;
  }
}
#archive .news_list {
  overflow: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #archive .news_list {
    margin-top: 50px;
  }
}
#archive .news_list article {
  position: relative;
  height: fit-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #182861;
}
@media screen and (max-width: 768px) {
  #archive .news_list article {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
#archive .news_list article .thum_wrap {
  width: 27%;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  #archive .news_list article .thum_wrap {
    width: 100%;
  }
}
#archive .news_list article .thum {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  background-color: #f3f1ed;
}
#archive .news_list article .thum img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-duration: 1s;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  transition: transform 0.6s ease;
}
#archive .news_list article .thum:hover img {
  transform: scale(1.1);
}
#archive .news_list article .news_tx_wrap {
  width: 73%;
}
@media screen and (max-width: 768px) {
  #archive .news_list article .news_tx_wrap {
    width: 100%;
  }
}
#archive .news_list article .news_tx_wrap .wrap_date_cat {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #archive .news_list article .news_tx_wrap .wrap_date_cat {
    margin-bottom: 10px;
  }
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .date {
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .date::after {
  content: "";
  background-color: #000000;
  width: 1px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .cat {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  background-color: #182861;
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
  transition-duration: 0.4s;
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .cat:hover {
  opacity: 0.7;
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .cat .cat_tx {
  color: #fff;
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .report, #archive .news_list article .news_tx_wrap .wrap_date_cat .report-zh, #archive .news_list article .news_tx_wrap .wrap_date_cat .report-en {
  background-color: #4559a1;
}
#archive .news_list article .news_tx_wrap .wrap_date_cat .investor, #archive .news_list article .news_tx_wrap .wrap_date_cat .investor-zh, #archive .news_list article .news_tx_wrap .wrap_date_cat .investor-en {
  background-color: #7f8dbf;
}
#archive .news_list article .news_tx_wrap .news_tx {
  transition: 0.3s;
}
#archive .news_list article .news_tx_wrap .news_tx:hover {
  opacity: 0.5;
}
#archive .news_list article .news_tx_wrap .ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#archive .news_list .pager_wrap {
  max-width: 300px;
  width: 90%;
  margin: auto;
}
#archive .coming {
  font-size: 2rem;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #archive .coming {
    font-size: 1.6rem;
    margin: 30px 0;
  }
}

.thum_wrap:hover ~ .news_tx_wrap .ttl, .thum_wrap:hover ~ .news_tx_wrap .tx {
  opacity: 0.6;
  transition: 0.3s;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #182861;
  background-color: #182861;
  color: #fff;
  margin: 0;
  padding: 0;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  border: 1px solid #182861;
  color: #171a1b;
  margin: 0;
  padding: 0;
}
.wp-pagenavi .extend, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
}

.arrow_first::before,
.arrow_last::before,
.arrow_prev::before,
.arrow_next::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #182861;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.arrow_first::before {
  background-image: url(../img/news/arrow_first.svg);
  background-size: auto 12px;
}

.arrow_last::before {
  background-image: url(../img/news/arrow_last.svg);
  background-size: auto 12px;
}

.arrow_prev::before {
  background-image: url(../img/news/arrow_prev.svg);
  background-size: auto 12px;
}

.arrow_next::before {
  background-image: url(../img/news/arrow_next.svg);
  background-size: auto 12px;
}

/* ニュース詳細
--------------------------------------------------*/
#news_page {
  background-color: #f8f8f8;
  padding-bottom: 80px;
}
#news_page article {
  background-color: #ffffff;
  padding: 60px 70px;
  margin-top: -260px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #news_page article {
    padding: 40px 30px;
  }
}
#news_page article .wrap_date_cat {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #news_page article .wrap_date_cat {
    margin-bottom: 10px;
  }
}
#news_page article .wrap_date_cat .date {
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 1vw, 1.5rem);
}
#news_page article .wrap_date_cat .date::after {
  content: "";
  background-color: #000000;
  width: 1px;
  height: 20px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
#news_page article .wrap_date_cat .cat {
  font-size: clamp(1.2rem, 1vw, 1.5rem);
  background-color: #182861;
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
}
#news_page article .wrap_date_cat .cat:hover {
  opacity: 0.7;
}
#news_page article .wrap_date_cat .report {
  background-color: #4559a1;
}
#news_page article .wrap_date_cat .investor {
  background-color: #7f8dbf;
}
#news_page article .ttl {
  font-size: 1.8rem;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #182861;
}
#news_page article .thum {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #news_page article .thum {
    width: 90%;
  }
}
#news_page article .news_tx_wrap a {
  color: #182861;
  text-decoration: underline;
}
#news_page .btn {
  display: block;
  margin: 60px auto 0px;
  background-color: #ffffff;
}
#news_page .btn:hover {
  background-color: #182861;
}
@media screen and (max-width: 768px) {
  #news_page .btn {
    margin: 40px auto 0;
    width: 80%;
  }
}/*# sourceMappingURL=news.css.map */