@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* SP時の倍率 1.5 から 1.7 に変更 */
/* padding margin */
/* 縦書き */
/* 内径 */
/* ancpos
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .ancpos {
    margin-top: -3vw;
    padding-top: 3vw; } }

/* news
---------------------------------------------------------------------------*/
.news {
  padding-bottom: 384px;
  /* archive */
  /* detail */
  /* parts */ }
  @media screen and (max-width: 1300px) {
    .news {
      padding-bottom: 29.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .news {
      padding-bottom: 51.2vw; } }
  .news-archive {
    margin-bottom: 96px; }
    @media screen and (max-width: 1300px) {
      .news-archive {
        margin-bottom: 7.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news-archive {
        margin-bottom: 12.8vw; } }
    .news-archive li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      position: relative;
      padding-bottom: 48px;
      border-bottom: 1px solid #C8CED4; }
      @media screen and (max-width: 1300px) {
        .news-archive li a {
          padding-bottom: 3.6923076923vw; } }
      @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;
          padding-bottom: 6.4vw; } }
      @media (hover: hover) {
        .news-archive li a:hover {
          opacity: 1; }
          .news-archive li a:hover .atag {
            background-color: rgba(200, 206, 212, 0.5); } }
    @media screen and (max-width: 480px) {
      .news-archive li + li {
        margin-top: 8.5333333333vw; } }
    .news-archive li + li a {
      padding-top: 64px; }
      @media screen and (max-width: 1300px) {
        .news-archive li + li a {
          padding-top: 4.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .news-archive li + li a {
          padding-top: 8.5333333333vw; } }
    .news-archive-img {
      width: 400px; }
      @media screen and (max-width: 1300px) {
        .news-archive-img {
          width: 30.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-img {
          width: 100%; } }
      .news-archive-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
        font-family: "object-fit: cover; object-position: center;"; }
        @media screen and (max-width: 1300px) {
          .news-archive-img img {
            height: 23.0769230769vw; } }
        @media screen and (max-width: 480px) {
          .news-archive-img img {
            height: 60vw; } }
    .news-archive-bd {
      width: 610px; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd {
          width: 46.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd {
          width: 100%;
          margin-top: 8vw; } }
  .news-detail {
    margin-bottom: 96px; }
    @media screen and (max-width: 1300px) {
      .news-detail {
        margin-bottom: 7.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news-detail {
        margin-bottom: 12.8vw; } }
    .news-detail-hd {
      border-bottom: 1px solid #C8CED4;
      margin-bottom: 64px; }
      @media screen and (max-width: 1300px) {
        .news-detail-hd {
          margin-bottom: 4.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .news-detail-hd {
          margin-bottom: 8.5333333333vw; } }
    .news-detail-bd {
      /* 980 */
      width: 980px;
      margin-left: auto;
      margin-right: auto;
      line-height: 2.25;
      font-size: 16px; }
      @media screen and (max-width: 1300px) {
        .news-detail-bd {
          width: 75.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .news-detail-bd {
          width: 86.6666666667vw; } }
      @media screen and (max-width: 1300px) {
        .news-detail-bd {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .news-detail-bd {
          font-size: 3.6266666667vw; } }
      .news-detail-bd > * + * {
        margin-top: 2em; }
  .news .date {
    font-size: 16px;
    letter-spacing: .05em;
    margin-bottom: 38px; }
    @media screen and (max-width: 1300px) {
      .news .date {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .news .date {
        font-size: 3.6266666667vw; } }
    @media screen and (max-width: 1300px) {
      .news .date {
        margin-bottom: 2.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .news .date {
        margin-bottom: 5.0666666667vw; } }
  .news .ttl {
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 38px;
    line-height: 2.1; }
    @media screen and (max-width: 1300px) {
      .news .ttl {
        font-size: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news .ttl {
        font-size: 4.08vw; } }
    @media screen and (max-width: 1300px) {
      .news .ttl {
        margin-bottom: 2.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .news .ttl {
        margin-bottom: 5.0666666667vw; } }
  .news .bd {
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: .1em; }
    @media screen and (max-width: 1300px) {
      .news .bd {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .news .bd {
        font-size: 3.6266666667vw; } }
  .news .btn-more {
    position: absolute;
    right: 0;
    bottom: -1px; }
    .news .btn-more .atag {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 140px; }
      @media screen and (max-width: 1300px) {
        .news .btn-more .atag {
          width: 10.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .news .btn-more .atag {
          width: 28vw; } }
  .news .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    font-size: 16px;
    letter-spacing: 0; }
    @media screen and (max-width: 1300px) {
      .news .wp-pagenavi {
        font-size: 1.2307692308vw; } }
    @media screen and (max-width: 480px) {
      .news .wp-pagenavi {
        font-size: 3.6266666667vw; } }
    @media screen and (max-width: 1300px) {
      .news .wp-pagenavi {
        gap: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .news .wp-pagenavi {
        gap: 2.6666666667vw; } }
    .news .wp-pagenavi span.pages {
      display: none; }
    .news .wp-pagenavi a, .news .wp-pagenavi .current {
      padding: 0 .5em .5em; }
    .news .wp-pagenavi .current {
      border-bottom: 1px solid #223B52; }
  .news .pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    border-top: 1px solid #C8CED4;
    padding-top: 96px; }
    @media screen and (max-width: 1300px) {
      .news .pager {
        gap: 3.0769230769vw;
        padding-top: 7.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news .pager {
        gap: 5.3333333333vw;
        padding-top: 12.8vw; } }
    .news .pager .prev, .news .pager .next {
      width: 80px;
      padding: .5em 1em;
      border-bottom: 1px solid #223B52;
      font-size: 14px;
      letter-spacing: 0; }
      @media screen and (max-width: 1300px) {
        .news .pager .prev, .news .pager .next {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .news .pager .prev, .news .pager .next {
          font-size: 3.1733333333vw; } }
      @media screen and (max-width: 1300px) {
        .news .pager .prev, .news .pager .next {
          width: 6.1538461538vw; } }
      @media screen and (max-width: 480px) {
        .news .pager .prev, .news .pager .next {
          width: 16vw; } }
    .news .pager .next {
      text-align: right; }
    .news .pager .tolist {
      text-align: center;
      font-size: 16px;
      letter-spacing: .15em; }
      @media screen and (max-width: 1300px) {
        .news .pager .tolist {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .news .pager .tolist {
          font-size: 3.6266666667vw; } }
