@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* main
---------------------------------------------------------------------------*/
main {
  padding-top: 80px; }
  @media screen and (max-width: 1300px) {
    main {
      padding-top: 6.1538461538vw; } }
  @media screen and (max-width: 480px) {
    main {
      padding-top: 10.6666666667vw; } }

/* archive
---------------------------------------------------------------------------*/
.news-archive {
  text-align: center; }
  .news-archive .pg-decottl {
    text-align: center; }
    .news-archive .pg-decottl::after, .news-archive .pg-decottl::before {
      display: none; }
  .news-archive .pg-underttlen {
    margin-bottom: 96px; }
    @media screen and (max-width: 1300px) {
      .news-archive .pg-underttlen {
        margin-bottom: 7.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news-archive .pg-underttlen {
        margin-bottom: 12.8vw; } }
  .news-archive ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    gap: 35px;
    z-index: 20;
    margin-bottom: 80px; }
    @media screen and (max-width: 1300px) {
      .news-archive ul {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .news-archive ul {
        width: 86.6666666667vw; } }
    @media screen and (max-width: 1300px) {
      .news-archive ul {
        margin-bottom: 6.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .news-archive ul {
        margin-bottom: 10.6666666667vw; } }
    @media screen and (max-width: 1300px) {
      .news-archive ul {
        gap: 2.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .news-archive ul {
        gap: 8vw; } }
    .news-archive ul li {
      width: calc((100% - 70px) / 3); }
      @media screen and (max-width: 1300px) {
        .news-archive ul li {
          width: calc((100% - 5.38462vw) / 3); } }
      @media screen and (max-width: 480px) {
        .news-archive ul li {
          width: 100%; } }
      .news-archive ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 16px;
        background-color: #ffffff;
        border-radius: 12px; }
        @media screen and (max-width: 1300px) {
          .news-archive ul li a {
            border-radius: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .news-archive ul li a {
            border-radius: 3.2vw; } }
        @media screen and (max-width: 1300px) {
          .news-archive ul li a {
            padding: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .news-archive ul li a {
            padding: 4.2666666667vw; } }
  .news-archive-img {
    width: 100%;
    height: 202px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    margin-bottom: 18px; }
    @media screen and (max-width: 1300px) {
      .news-archive-img {
        margin-bottom: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news-archive-img {
        margin-bottom: 2.4vw; } }
    @media screen and (max-width: 1300px) {
      .news-archive-img {
        height: 15.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .news-archive-img {
        height: auto; } }
  .news-archive-bd {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news-archive-bd .date {
      font-family: "Roboto Condensed", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: italic;
      letter-spacing: .05em;
      font-size: 20px;
      color: #7CADDB; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .date {
          font-size: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .date {
          font-size: 4.7407386667vw; } }
    .news-archive-bd .cat {
      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;
      color: #ffffff;
      background-color: #121B38;
      padding: 0 1em;
      height: 24px;
      border-radius: 12px;
      font-size: 14px; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .cat {
          border-radius: 0.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .cat {
          border-radius: 3.2vw; } }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .cat {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .cat {
          font-size: 3.3185170667vw; } }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .cat {
          height: 1.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .cat {
          height: 4.2666666667vw; } }
      .news-archive-bd .cat.column {
        background-color: #0F478B; }
    .news-archive-bd .ttl {
      width: 100%;
      margin-top: 20px;
      font-size: 18px;
      line-height: 1.8888; }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .ttl {
          margin-top: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .ttl {
          margin-top: 2.6666666667vw; } }
      @media screen and (max-width: 1300px) {
        .news-archive-bd .ttl {
          font-size: 1.3846153846vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-bd .ttl {
          font-size: 4.2666648vw; } }
  .news-archive-pagenation {
    position: relative;
    z-index: 25; }
    .news-archive-pagenation > div {
      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;
      gap: 6px; }
      @media screen and (max-width: 1300px) {
        .news-archive-pagenation > div {
          gap: 0.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-pagenation > div {
          gap: 0.8vw; } }
      .news-archive-pagenation > div span.current,
      .news-archive-pagenation > div a.page {
        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;
        width: 32px;
        height: 32px;
        border: 1px solid #ADCBE8;
        color: #5B98D2; }
      .news-archive-pagenation > div span.current {
        background-color: #5B98D2;
        border-color: #5B98D2;
        color: #ffffff; }
    .news-archive-pagenation .previouspostslink, .news-archive-pagenation .nextpostslink {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 10px;
      height: 20px;
      color: transparent; }
      @media screen and (max-width: 1300px) {
        .news-archive-pagenation .previouspostslink, .news-archive-pagenation .nextpostslink {
          width: 0.7692307692vw;
          height: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-archive-pagenation .previouspostslink, .news-archive-pagenation .nextpostslink {
          width: 1.3333333333vw;
          height: 2.6666666667vw; } }
    .news-archive-pagenation .nextpostslink {
      background-image: url(../img/cmn/btn-arw-right-raptor.png);
      margin-left: 1em; }
    .news-archive-pagenation .previouspostslink {
      background-image: url(../img/cmn/btn-arw-left-raptor.png);
      margin-right: 1em; }
    .news-archive-pagenation .extend {
      color: #5B98D2; }

/* single
---------------------------------------------------------------------------*/
.news-single {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 25; }
  @media screen and (max-width: 1300px) {
    .news-single {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .news-single {
      width: 86.6666666667vw; } }
  .news-single-wrap {
    background-color: #ffffff;
    padding: 64px;
    border-radius: 12px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1300px) {
      .news-single-wrap {
        border-radius: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .news-single-wrap {
        border-radius: 3.2vw; } }
    @media screen and (max-width: 1300px) {
      .news-single-wrap {
        margin-bottom: 6.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .news-single-wrap {
        margin-bottom: 10.6666666667vw; } }
    @media screen and (max-width: 1300px) {
      .news-single-wrap {
        padding: 4.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .news-single-wrap {
        padding: 8.5333333333vw 5.3333333333vw; } }
  .news-single .date {
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: italic;
    letter-spacing: .05em;
    color: #7CADDB;
    margin-bottom: 22px; }
    @media screen and (max-width: 1300px) {
      .news-single .date {
        font-size: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .news-single .date {
        font-size: 4.7407386667vw; } }
    @media screen and (max-width: 1300px) {
      .news-single .date {
        margin-bottom: 1.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .news-single .date {
        margin-bottom: 2.9333333333vw; } }
  .news-single .ttl {
    font-size: 32px;
    font-weight: 900;
    color: #5B98D2;
    border-bottom: 1px solid #ADCBE8;
    padding-bottom: 22px;
    margin-bottom: 64px; }
    @media screen and (max-width: 1300px) {
      .news-single .ttl {
        font-size: 2.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .news-single .ttl {
        font-size: 7.5851818667vw; } }
    @media screen and (max-width: 1300px) {
      .news-single .ttl {
        padding-bottom: 1.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .news-single .ttl {
        padding-bottom: 2.9333333333vw; } }
    @media screen and (max-width: 1300px) {
      .news-single .ttl {
        margin-bottom: 4.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .news-single .ttl {
        margin-bottom: 8.5333333333vw; } }
  .news-single-bd {
    font-size: 18px;
    line-height: 2.222; }
    @media screen and (max-width: 1300px) {
      .news-single-bd {
        font-size: 1.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .news-single-bd {
        font-size: 4.2666648vw; } }
    .news-single-bd > * {
      margin-bottom: 2em; }
  .news-single-pager {
    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;
    gap: 32px; }
    @media screen and (max-width: 1300px) {
      .news-single-pager {
        gap: 2.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .news-single-pager {
        gap: 4.2666666667vw; } }
    .news-single-pager .prev, .news-single-pager .next {
      font-family: "Roboto Condensed", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: italic;
      letter-spacing: .05em;
      width: 94px;
      font-size: 20px;
      color: #5B98D2;
      background-size: 10px 20px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1300px) {
        .news-single-pager .prev, .news-single-pager .next {
          font-size: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-single-pager .prev, .news-single-pager .next {
          font-size: 4.7407386667vw; } }
      @media screen and (max-width: 1300px) {
        .news-single-pager .prev, .news-single-pager .next {
          width: 7.2307692308vw;
          background-size: 0.7692307692vw 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .news-single-pager .prev, .news-single-pager .next {
          width: 18.6666666667vw;
          background-size: 1.3333333333vw 2.6666666667vw; } }
    .news-single-pager .prev {
      text-align: right;
      background-position: left center;
      background-image: url(../img/cmn/btn-arw-left-raptor.png); }
    .news-single-pager .next {
      background-position: right center;
      background-image: url(../img/cmn/btn-arw-right-raptor.png); }
    .news-single-pager .tolist {
      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;
      color: #ffffff;
      font-size: 16px;
      width: 120px;
      height: 32px;
      border-radius: 8px;
      background-color: #5B98D2; }
      @media screen and (max-width: 1300px) {
        .news-single-pager .tolist {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .news-single-pager .tolist {
          font-size: 3.7925909333vw; } }
      @media screen and (max-width: 1300px) {
        .news-single-pager .tolist {
          border-radius: 0.6153846154vw; } }
      @media screen and (max-width: 480px) {
        .news-single-pager .tolist {
          border-radius: 2.1333333333vw; } }
      @media screen and (max-width: 1300px) {
        .news-single-pager .tolist {
          width: 9.2307692308vw;
          height: 2.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .news-single-pager .tolist {
          width: 24vw;
          height: 6.1333333333vw; } }
