@charset "UTF-8";
/* page layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* 文字にグラデ */
/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
/* news-archive
---------------------------------------------------------------------------*/
.news-archive {
  /* 1080 */
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .news-archive {
    width: 88.8888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive {
    /* 100vw = 393 */
    width: 79.6437659033vw;
  }
}
.news-archive li {
  border-bottom: 1px dashed #363540;
  padding: 32px 0;
}
@media screen and (max-width: 1440px) {
  .news-archive li {
    padding: 2.2222222222vw 0;
  }
}
@media screen and (max-width: 480px) {
  .news-archive li {
    padding: 8.1424936387vw 0;
  }
}
.news-archive li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../img/cmn/news-arw.png);
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 1440px) {
  .news-archive li a {
    background-size: 1.1111111111vw 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10.1781170483vw;
    background-size: 4.0712468193vw 3.8167938931vw;
    background-position: right bottom;
  }
}
.news-archive-img {
  width: 280px;
}
@media screen and (max-width: 1440px) {
  .news-archive-img {
    width: 19.4444444444vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive-img {
    width: 100%;
  }
}
.news-archive-bd {
  width: 960px;
}
@media screen and (max-width: 1440px) {
  .news-archive-bd {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive-bd {
    width: 100%;
  }
}
.news-archive-bd .date {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .news-archive-bd .date {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive-bd .date {
    font-size: 6.106870229vw;
  }
}
.news-archive-bd .date {
  color: #0E42AB;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .news-archive-bd .date {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive-bd .date {
    margin-bottom: 2.5445292621vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive-bd .ttl {
    padding-right: 6vw;
  }
}
.news-archive-pagenation {
  margin-top: 56px;
}
@media screen and (max-width: 1440px) {
  .news-archive-pagenation {
    margin-top: 3.8888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .news-archive-pagenation {
    margin-top: 14.2493638677vw;
  }
}
.news-archive-pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1440px) {
  .news-archive-pagenation .wp-pagenavi {
    gap: 1.1111111111vw;
  }
}
.news-archive-pagenation a.page,
.news-archive-pagenation span.current {
  width: 40px;
  height: 40px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #363540;
}
@media screen and (max-width: 1440px) {
  .news-archive-pagenation a.page,
  .news-archive-pagenation span.current {
    width: 40px;
    height: 40px;
    line-height: 2.2916666667vw;
  }
}
.news-archive-pagenation span.current {
  background-color: #363540;
  color: #ffffff;
}
.news-archive-pagenation a.previouspostslink,
.news-archive-pagenation a.nextpostslink {
  color: transparent;
  width: 16px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/cmn/news-arw.png);
}
@media screen and (max-width: 1440px) {
  .news-archive-pagenation a.previouspostslink,
  .news-archive-pagenation a.nextpostslink {
    width: 1.1111111111vw;
    height: 1.0416666667vw;
  }
}
.news-archive-pagenation a.previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* news-single
---------------------------------------------------------------------------*/
.news-single {
  /* 1080 */
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1440px) {
  .news-single {
    width: 88.8888888889vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single {
    /* 100vw = 393 */
    width: 79.6437659033vw;
  }
}
.news-single-hd {
  padding: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .news-single-hd {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-hd {
    margin-bottom: 8.1424936387vw;
  }
}
.news-single-hd {
  border-bottom: 1px dashed #363540;
}
@media screen and (max-width: 1440px) {
  .news-single-hd {
    padding: 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-hd {
    padding: 8.1424936387vw 0;
  }
}
.news-single-hd .date {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  .news-single-hd .date {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-hd .date {
    font-size: 6.106870229vw;
  }
}
.news-single-hd .date {
  color: #0E42AB;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .news-single-hd .date {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-hd .date {
    margin-bottom: 2.5445292621vw;
  }
}
.news-single-body {
  border-bottom: 1px dashed #363540;
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .news-single-body {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-body {
    padding-bottom: 20.3562340967vw;
  }
}
.news-single-body {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .news-single-body {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-body {
    margin-bottom: 10.1781170483vw;
  }
}
.news-single-body {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .news-single-body {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-body {
    width: 100%;
  }
}
.news-single-body > * + * {
  margin-top: 2em;
}
.news-single-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .news-single-pager {
    gap: 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-pager {
    position: relative;
    padding-top: 18vw;
  }
}
.news-single-pager .prev,
.news-single-pager .next {
  position: relative;
}
.news-single-pager .prev::before,
.news-single-pager .next::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/cmn/news-arw.png);
  width: 16px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
  .news-single-pager .prev::before,
  .news-single-pager .next::before {
    width: 1.1111111111vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-pager .prev::before,
  .news-single-pager .next::before {
    width: 4.0712468193vw;
    height: 3.8167938931vw;
  }
}
.news-single-pager .prev.none::before,
.news-single-pager .next.none::before {
  display: none;
}
.news-single-pager .prev {
  padding-left: 32px;
}
@media screen and (max-width: 1440px) {
  .news-single-pager .prev {
    padding-left: 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-pager .prev {
    padding-left: 8.1424936387vw;
  }
}
.news-single-pager .prev::before {
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
.news-single-pager .next {
  padding-right: 32px;
}
@media screen and (max-width: 1440px) {
  .news-single-pager .next {
    padding-right: 2.2222222222vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-pager .next {
    padding-right: 8.1424936387vw;
  }
}
.news-single-pager .next::before {
  right: 0;
}
.news-single-pager .tolist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0E42AB;
  width: 240px;
  height: 48px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .news-single-pager .tolist a {
    width: 16.6666666667vw;
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .news-single-pager .tolist a {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30vw;
    height: 12vw;
  }
}