@charset "UTF-8";
/* ==================================================
 page-news.css
================================================== */
/* ==================================================
 カラー変数
-------------------------------------------------- */
/* ==================================================
 ブレイクポイント
-------------------------------------------------- */
/* ==================================================
 Animation 関連
-------------------------------------------------- */
/* ==================================================
 フォント
-------------------------------------------------- */
/* --------------------------------------------------
 clamp() フォントサイズ計算関数
	@param $min    - 最小フォントサイズ（px単位の数値）
	@param $max    - 最大フォントサイズ（px単位の数値）
	@param $vp-min - 最小ビューポート幅（デフォルト: 375）
	@param $vp-max - 最大ビューポート幅（デフォルト: 1200）
	@param $root   - ルートフォントサイズ（デフォルト: 16）
-------------------------------------------------- */
/* ==================================================
 体裁
-------------------------------------------------- */
/* ==================================================
 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 メディアクエリ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 コンテナ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 透明度 ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 ボックスシャドウ ミックスイン
-------------------------------------------------- */
/* --------------------------------------------------
 その他 ミックスイン
-------------------------------------------------- */
@layer page {
  /* ==================================================
   1.0 - おしらせ
  -------------------------------------------------- */
  /* ------------------------------------------------
   1.1 - カテゴリ
  ------------------------------------------------ */
  .category-tag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    white-space: nowrap;
    width: 8em;
    padding: 0.35em 10px;
    border: 1px solid #E3DACC;
    border-radius: 100px;
    background-color: #FFFFFF;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    line-height: 1.64;
  }
  .category-tag::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #EA932A;
    transform: translateY(1px);
    content: "";
  }
  .category-tag--::before {
    display: none;
  }
  .category-tag--important::before {
    background-color: #ED1C24;
  }
  .category-tag--news::before {
    background-color: #EA932A;
  }
  .category-tag--guide::before {
    background-color: #57B193;
  }
  .category-tag--support::before {
    background-color: #FFA5C1;
  }
  .category-tag--recruit::before {
    background-color: #92ABE4;
  }
  /* ------------------------------------------------
   1.2 - 記事の情報
  ------------------------------------------------ */
  .content__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: clamp(0.8125rem, 0.7840909091rem + 0.1212121212vw, 0.875rem);
  }
  .content__meta .category-tag {
    position: relative;
    display: block;
    white-space: nowrap;
    width: auto;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  .content__meta .topics-date {
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
  /* ==================================================
   2.0 - おしらせ一覧
  -------------------------------------------------- */
  /* ------------------------------------------------
   2.1 - 絞り込み
  ------------------------------------------------ */
  .news-list-filter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    gap: 10px;
    border-bottom: 1px solid #E3DACC;
  }
  @media (min-width: 600px) {
    .news-list-filter {
      flex-direction: row;
      align-items: center;
      margin-bottom: 30px;
      padding-bottom: 30px;
    }
  }
  .news-list-filter__headline {
    font-size: clamp(0.8125rem, 0.7840909091rem + 0.1212121212vw, 0.875rem);
  }
  .news-list__categories {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  /* ------------------------------------------------
   2.2 - ページナビゲーション
  ------------------------------------------------ */
  .page-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  @media (min-width: 600px) {
    .page-nav {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
    }
  }
  .page-nav__info {
    font-size: clamp(0.8125rem, 0.7840909091rem + 0.1212121212vw, 0.875rem);
  }
  .page-nav__pagination {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 5px;
  }
  .page-nav__pagination .pagination__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 32px;
    height: 32px;
    border: 1px solid #EA932A;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #EA932A;
    font-size: clamp(0.8125rem, 0.7840909091rem + 0.1212121212vw, 0.875rem);
    font-weight: 600;
    line-height: 1;
  }
  .page-nav__pagination .pagination__item--first,
  .page-nav__pagination .pagination__item--prev,
  .page-nav__pagination .pagination__item--next,
  .page-nav__pagination .pagination__item--last {
    position: relative;
    color: transparent;
    text-indent: -999999;
    text-shadow: none;
    font-size: 0;
  }
  .page-nav__pagination .pagination__item--first::before, .page-nav__pagination .pagination__item--first::after,
  .page-nav__pagination .pagination__item--prev::before,
  .page-nav__pagination .pagination__item--prev::after,
  .page-nav__pagination .pagination__item--next::before,
  .page-nav__pagination .pagination__item--next::after,
  .page-nav__pagination .pagination__item--last::before,
  .page-nav__pagination .pagination__item--last::after {
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid #EA932A;
    border-width: 1px 1px 0 0;
    content: "";
  }
  .page-nav__pagination .pagination__item--first::before {
    margin-left: -1px;
    transform: rotate(-135deg);
  }
  .page-nav__pagination .pagination__item--first::after {
    margin-left: 6px;
    transform: rotate(-135deg);
  }
  .page-nav__pagination .pagination__item--prev::before {
    margin-left: 2px;
    transform: rotate(-135deg);
  }
  .page-nav__pagination .pagination__item--prev::after {
    display: none;
  }
  .page-nav__pagination .pagination__item--next::before {
    margin-left: -2px;
    transform: rotate(45deg);
  }
  .page-nav__pagination .pagination__item--next::after {
    display: none;
  }
  .page-nav__pagination .pagination__item--last::before {
    margin-left: -6px;
    transform: rotate(45deg);
  }
  .page-nav__pagination .pagination__item--last::after {
    transform: rotate(45deg);
    margin-left: 1px;
  }
  .page-nav__pagination .pagination__item--current {
    background-color: #EA932A;
    color: #FFFFFF;
  }
  /* ------------------------------------------------
   2.3 - お知らせリスト
  ------------------------------------------------ */
  .news-list__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 2.2159090909rem + 1.2121212121vw, 3.125rem);
  }
  @media (min-width: 600px) {
    .news-list__wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (min-width: 1025px) {
    .news-list__wrapper {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .news-list__item {
    padding-top: clamp(1.875rem, 1.5909090909rem + 1.2121212121vw, 2.5rem);
    border-top: 1px solid #E3DACC;
  }
  .news-list__item:nth-child(1) {
    padding: 0;
    border: none;
  }
  @media (min-width: 600px) {
    .news-list__item:nth-child(-n+2) {
      padding: 0;
      border: none;
    }
  }
  @media (min-width: 1025px) {
    .news-list__item:nth-child(-n+3) {
      padding: 0;
      border: none;
    }
  }
  .news-list__link {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .news-list__img-wrap {
    position: relative;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: clamp(0.625rem, 0.3409090909rem + 1.2121212121vw, 1.25rem);
    background: #FCEFDF url(../img/common/logo_mark.svg) 50% 50% no-repeat;
    background-size: 35%;
  }
  .news-list__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
  }
  .news-list__text {
    line-height: 1.85;
  }
  .news-list__text span {
    display: inline-flex;
    justify-content: center;
    width: 50px;
    margin-right: 10px;
    padding: 2px 3px 3px;
    border: 2px solid #EA932A;
    border-radius: 5px;
    background-color: transparent;
    color: #EA932A;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
  }
  /* ==================================================
   3.0 - お知らせ詳細
  -------------------------------------------------- */
  /* ------------------------------------------------
   3.1 - コンテントブロック
  ------------------------------------------------ */
  /* 3.1.1 - 画像右寄せレイアウト
  ------------------------------------------------ */
  @media (min-width: 600px) {
    .content-block--img-right .content-block__body {
      flex-direction: row;
    }
    .content-block--img-right .content-block__text {
      flex: 1;
      order: 1;
    }
    .content-block--img-right .content-block__gallery {
      flex-shrink: 0;
      order: 2;
    }
  }
  /* 3.1.2 - 画像左寄せレイアウト
  ------------------------------------------------ */
  @media (min-width: 600px) {
    .content-block--img-left .content-block__body {
      flex-direction: row-reverse;
    }
    .content-block--img-left .content-block__text {
      flex: 1;
      order: 1;
    }
    .content-block--img-left .content-block__gallery {
      flex-shrink: 0;
      order: 2;
    }
  }
  /* 3.1.3 - 画像サイズ
  ------------------------------------------------ */
  @media (min-width: 600px) {
    .content-block--imgsize-4-1 .content-block__gallery {
      width: 200px;
    }
  }
  .content-block--imgsize-4-1 .content-block__gallery .image-item {
    max-width: 200px;
  }
  @media (min-width: 600px) {
    .content-block--imgsize-3-1 .content-block__gallery {
      width: 31%;
    }
  }
  .content-block--imgsize-3-1 .content-block__gallery .image-item {
    max-width: 280px;
  }
  @media (min-width: 600px) {
    .content-block--imgsize-3-1 .content-block__gallery .image-item {
      max-width: unset;
    }
  }
  @media (min-width: 600px) {
    .content-block--imgsize-2-1 .content-block__gallery {
      width: 48%;
    }
  }
  .content-block--imgsize-2-1 .content-block__gallery .image-item {
    max-width: 480px;
  }
  @media (min-width: 600px) {
    .content-block--imgsize-2-1 .content-block__gallery .image-item {
      max-width: unset;
    }
  }
  /* 3.1.4 - 画像センタリングレイアウト（画像最大幅）
  ------------------------------------------------ */
  .content-block--img-center-grid .content-block__body,
  .content-block--full-width .content-block__body {
    flex-direction: column;
  }
  .content-block--img-center-grid .content-block__gallery,
  .content-block--full-width .content-block__gallery {
    width: 100%;
  }
  .content-block--img-center-grid .content-block__text,
  .content-block--full-width .content-block__text {
    width: 100%;
  }
  /* 3.1.4 - 画像センタリングレイアウト
  ------------------------------------------------ */
  .content-block--img-center-grid .content-block__gallery {
    flex-direction: row;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
  .content-block--img-center-grid.content-block--imgsize-4-1 .content-block__gallery .image-item {
    width: 100%;
  }
  @media (min-width: 600px) {
    .content-block--img-center-grid.content-block--imgsize-4-1 .content-block__gallery .image-item {
      width: 200px;
    }
  }
  @media (min-width: 600px) {
    .content-block--img-center-grid.content-block--imgsize-3-1 .content-block__gallery {
      justify-content: space-between;
    }
  }
  .content-block--img-center-grid.content-block--imgsize-3-1 .content-block__gallery .image-item {
    width: 100%;
  }
  @media (min-width: 600px) {
    .content-block--img-center-grid.content-block--imgsize-3-1 .content-block__gallery .image-item {
      width: 48%;
    }
  }
  @media (min-width: 600px) {
    .content-block--img-center-grid.content-block--imgsize-3-1 .content-block__gallery .image-item {
      width: 30%;
    }
  }
  @media (min-width: 600px) {
    .content-block--img-center-grid.content-block--imgsize-2-1 .content-block__gallery {
      justify-content: space-between;
    }
  }
  .content-block--img-center-grid.content-block--imgsize-2-1 .content-block__gallery .image-item {
    width: 100%;
  }
  @media (min-width: 600px) {
    .content-block--img-center-grid.content-block--imgsize-2-1 .content-block__gallery .image-item {
      width: 48%;
    }
  }
  /* ------------------------------------------------
   3.2 - コンテントブロックヘッダー
  ------------------------------------------------ */
  .content-block__header {
    margin-bottom: 20px;
  }
  @media (min-width: 600px) {
    .content-block__header {
      margin-bottom: 40px;
    }
  }
  .content-block__header .content__meta {
    justify-content: flex-start;
    gap: 10px 20px;
    margin-bottom: 15px;
  }
  /* 3.2.1 - トピックスタイトル
  ------------------------------------------------ */
  .content-block__title {
    margin: 0;
    padding-bottom: 0.85em;
    border-bottom: 2px solid #EA932A;
    font-size: clamp(1.25rem, 1.1363636364rem + 0.4848484848vw, 1.5rem);
    font-weight: 600;
    line-height: 1.64;
  }
  /* ------------------------------------------------
   3.3 - コンテントブロックボディ
  ------------------------------------------------ */
  .content-block__body {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    column-gap: 3.5%;
  }
  @media (min-width: 600px) {
    .content-block__body {
      row-gap: 30px;
    }
  }
  /* 3.3.5 - ファイルリンク／関連リンク
  ------------------------------------------------ */
  .file-list,
  .link-list {
    margin-block: 20px;
  }
  .file-list__item,
  .link-list__item {
    margin-bottom: 15px;
  }
  @media (min-width: 600px) {
    .file-list__item,
    .link-list__item {
      margin-bottom: 20px;
    }
  }
  .file-list__item:last-child,
  .link-list__item:last-child {
    margin-bottom: 0;
  }
  .file-list__link,
  .link-list__link {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 36px;
    width: fit-content;
    min-height: 34px;
    line-height: 1.42857143;
  }
  @media (min-width: 600px) {
    .file-list__link,
    .link-list__link {
      padding-left: 50px;
      min-height: 42px;
    }
  }
  .file-list__link::before, .file-list__link::after,
  .link-list__link::before,
  .link-list__link::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    text-decoration: none;
    content: "";
  }
  @media (min-width: 600px) {
    .file-list__link::before, .file-list__link::after,
    .link-list__link::before,
    .link-list__link::after {
      width: 42px;
      height: 42px;
      background-size: 42px 42px;
    }
  }
  .file-list__link span,
  .link-list__link span {
    border-bottom: 1px solid #3A3123;
    transition: all 0.3s ease;
  }
  .file-list__link span small,
  .link-list__link span small {
    padding-left: 0.2em;
    color: #7C766D;
    font-size: smaller;
  }
  .file-list__link:hover span,
  .link-list__link:hover span {
    border-color: transparent;
  }
  .file-list__link--pdf::before {
    background-image: url(../img/common/ico_pdf.png);
  }
  .file-list__link--w::before {
    background-image: url(../img/common/ico_w.png);
  }
  .file-list__link--x::before {
    background-image: url(../img/common/ico_x.png);
  }
  .file-list__link--ppt::before {
    background-image: url(../img/common/ico_p.png);
  }
  .file-list__link--etc::before {
    background-image: url(../img/common/ico_etc.png);
  }
  .link-list__link--external::before {
    width: 28px;
    height: 34px;
    background-image: url(../img/common/ico_link.svg);
    background-size: 28px 34px;
  }
  @media (min-width: 600px) {
    .link-list__link--external::before {
      width: 35px;
      height: 42px;
      background-size: 35px 42px;
    }
  }
  /* 3.3.6 - リンクバナー
  ------------------------------------------------ */
  .banner {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
  }
  .banner a {
    display: inline-block;
  }
  .banner a img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  /* 3.3.7 - Iframe コンテナ
  ------------------------------------------------ */
  .iframe {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
  }
  .iframe iframe {
    width: 100%;
    height: auto;
    border: none;
    aspect-ratio: 16/9;
  }
  /* ------------------------------------------------
   3.4 - コンテンツページフッター
  ------------------------------------------------ */
  .content-footer {
    width: 100%;
    padding-bottom: 50px;
    background-color: #FFFCFA;
  }
  .content-footer__inner {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  @media (min-width: 600px) {
    .content-footer__inner {
      padding-inline: 24px;
    }
  }
  @media (min-width: 1025px) {
    .content-footer__inner {
      padding-inline: 0;
    }
  }
  .content-footer__inner {
    height: 100%;
    padding-block: 15px;
    border-top: 1px solid #E3DACC;
  }
  @media (min-width: 600px) {
    .content-footer__inner {
      padding-block: 20px;
    }
  }
  /* 3.4.1 - Iframe コンテナ
  ------------------------------------------------ */
  /* ==================================================
   4.0 - PhotoSwipe - image gallery and lightbox
  -------------------------------------------------- */
  .zoom-in {
    cursor: zoom-in;
  }
  .zoom-in::after {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 18px;
    height: 18px;
    background: url(../img/common/ico_zoom_in.svg) 50% 50% no-repeat;
    content: "";
  }
  .zoom-in.is-loading {
    pointer-events: none;
  }
  .zoom-in.is-loading::after {
    display: none;
  }
}

/*# sourceMappingURL=page-news.css.map */
