@charset "UTF-8";

/* CSS変数 */
:root {
  /* font */
  --Blinker: "Blinker", sans-serif;
  /* color */
  --default-color: #FFFFFF;
  --sub-color: #333333;
}

.sp_only {
  display: none;
}

/* 2026.06.26 修正後 */

.archive_main_flex {
  display: flex;
  justify-content: center;
  column-gap: 9.6rem;
  padding: 17.4rem 0 24rem 0;
}

/* カテゴリーリンク */

.archive_aside_wrapper {
  height: fit-content;
  position: fixed;
  top: 17.4rem;
  left: 2rem;
  z-index: 2;

}

.aside_title_font {
  font-family: var(--Blinker);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: calc(1.15em /24);
  color: #254792;
}

.archive_aside_flex {
  width: fit-content;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 5rem 0 0 0;
}

.archive_category_link {
  display: block;
  position: relative;
  min-width: max-content;
  padding: 0.5rem 3rem;
  font-family: var(--Blinker);
  font-size: 2rem;
  font-weight: 400;
  border: 0.1rem solid var(--default-color);
  border-radius: 2rem;
}

.archive_category_link::after {
  content: "\2192";
  position: absolute;
  right: 0.8rem;
}

/* .archive_link_blue {
  border-color: #749ECD;
  background-color: #749ECD;
  color: var(--default-color);
} */

.archive_link_gray {
  border-color: #A9A9A9;
  color: #A9A9A9;
  background-color: #FFFFFF;
}

.posts_current {
  border-color: #749ECD;
  background-color: #749ECD;
  color: var(--default-color);
}

/* お知らせ記事一覧 */
/* archive_article_container */

.archive_title_font {
  display: block;
  font-family: var(--NotoSans);
  color: var(--sub-color);
  text-align: center;
}

.archive_title_ja {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: calc(3.2em / 40);
}

.archive_title_en {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: calc(1.2em / 20);
  margin-top: 1rem;
}

.article_content_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
  padding: 10rem 0 0 0;
  margin: 0;
}

.archive_content_flex {
  display: flex;
  align-items: center;
  column-gap: 6rem;
  padding: 0 0 0 0;
}

.archive_img_wrapper {
  width: 20rem;
  height: 20rem;
  border-radius: 4rem;
  object-fit: cover;
}


.archive_item_flex {
  width: 60rem;
}

.archive_top_flex {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.archive_blog_mark {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 2rem;
  font-family: var(--Blinker);
  font-size: 1.4rem;
  color: var(--default-color);
  background-color: #749ECD;
  text-align: center;
  padding: 0.4rem 2.4rem 0.4rem 2.4rem;
}

.archive_item_date {
  font-family: var(--NotoSans);
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  color: var(--sub-color);
}

.archive_title_wrapper {
  padding: 0.6rem 0 1rem 0;
  border-bottom: 0.1rem dashed #749ECD;
}

.archive_item_title {
  display: block;
  font-family: var(--NotoSans);
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
  color: var(--sub-color);
}

.archive_text_wrapper {
  padding: 2rem 0 0 0;
}

.archive_item_text {
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: var(--sub-color);
}

/* ページネーション */

.page_nation_flex {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 10rem;
}

.nav-links {
  display: flex;
  column-gap: 3.5rem;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-family: var(--Blinker);
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--default-color);
  background-color: #254792;
  border-radius: 50%;
}

.current {
  color: #254792;
  background-color: #fff;
  border: solid 0.1rem #254792;
}


/* 修正前 */

/* CSS変数
:root {
  font
  --Blinker: "Blinker", sans-serif;
  color
  --default-color: #FFFFFF;
  --sub-color: #333333;
}

.sp_only {
  display: none;
}

.news_content_wrapper {
  position: relative;
  width: 100%;
  padding-top: 17.4rem;
  padding-bottom: 24rem;
}

.news_main_container {
  position: relative;
  width: 86rem;
  max-width: 100%;
  padding-top: 9.2rem;
  margin-left: auto;
  margin-right: auto;
}

category
.news_content_wrapper aside {
  position: fixed;
  left: 2rem;
  top: 17.4rem;
  width: 20.4rem;
  font-family: var(--Blinker);
  padding-top: 8.2rem;
  padding-left: 3rem;
}

.news_content_wrapper aside p {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.115rem;
  color: #254792;
  margin-bottom: 5rem;
}

.news_tag_area {
  font-weight: 400;
  font-size: 2rem;
  color: var(--default-color);
}

.news_tag_area .tag_blue,
.news_tag_area .tag_white {
  width: 14.4rem;
  height: 3.4rem;
  border-radius: 2rem;
  padding-left: 3rem;
}

.news_tag_area .tag_blue {
  background-color: #749ECD;
  margin-bottom: 2rem;
}

.news_tag_area .tag_blue span {
  padding-left: 2.5rem;
}

.news_tag_area .tag_white {
  color: #A9A9A9;
  border: 0.1rem solid #A9A9A9;
  background-color: var(--default-color);
}

.news_tag_area .tag_white span {
  padding-left: 4.7rem;
}

お知らせ
.news {
  width: 100%;
  font-family: var(--NotoSans);
  color: var(--sub-color);
}

.news h2 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.032rem;
  text-align: center;
  margin-bottom: 1rem;
}

.news .en {
  display: block;
  font-family: var(--Blinker);
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.12rem;
  text-align: center;
  margin-bottom: 10rem;
}

.news ul {
  margin: 0;
}

news-item
.news_item a {
  display: flex;
  color: var(--sub-color);
  margin-bottom: 3rem;
}

.news_item:last-of-type a {
  margin-bottom: 0;
}

.news_img {
  width: 20rem;
  height: 20rem;
}

.news_item_contents {
  width: 60rem;
  height: 14.5rem;
  margin-top: 2.6rem;
  padding-top: 0.7rem;
  margin-left: 6rem;
}

time {
  font-size: 1.4rem;
}

.blog_mark {
  display: inline-block;
  width: 8rem;
  height: 2.4rem;
  border-radius: 2rem;
  font-family: var(--Blinker);
  font-size: 1.4rem;
  color: var(--default-color);
  background-color: #749ECD;
  text-align: center;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.news_item_title {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 0.1rem dashed #749ECD;
  margin-bottom: 2rem;
}

.news_item_text {
  font-size: 1.6rem;
  line-height: 1.5em;
}

ページネーション
.pagination_list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  gap: 3.5rem;
  padding-top: 10rem;
  margin-top: 0;
  margin-bottom: 0;
}

.page_item,
.page_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  font-family: var(--Blinker);
  font-size: 2.4rem;
  font-weight: 400;
  text-decoration: none;
  color: var(--default-color);
  background-color: #254792;
  border-radius: 50%;
}

.page_item {
  border: none;
}*/


@media screen and (max-width: 699.98px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  /* 2026.06.26 修正後 */


  .archive_main_flex {
    width: 100%;
    flex-direction: column;
    margin-inline: auto;
    padding: 12rem 1.6rem 24.7rem 1.6rem;
  }

  /* カテゴリーリンク */

  .archive_aside_wrapper {

    position: fixed;
    top: 23.8rem;
  }

  .aside_title_font {
    font-size: 2rem;
    letter-spacing: calc(0.8em / 20);
  }

  .archive_aside_flex {
    flex-direction: row;
    column-gap: 2rem;
    margin: 0;
    padding: 2.5rem 0 0 0;
  }

  .archive_category_link {
    width: 14.1rem;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.5rem 3rem;
    border: 0.1rem solid #FFFFFF;
  }

  .archive_category_link::after {
    right: 3.4rem;
  }

  /* お知らせ記事一覧 */
  /* archive_article_container */

  .archive_article_container {}

  .archive_title_ja {
    font-size: 2.8rem;
    letter-spacing: calc(1.57em / 28);
  }

  .archive_title_en {
    font-size: 1.6rem;
    letter-spacing: calc(0.77em / 16);
    margin-top: 1.4rem;
  }

  .article_content_flex {
    row-gap: 4.8rem;
    padding: 16.9rem 0 0 0;
  }

  .archive_content_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.8rem;
    padding: 0 0 0 0;
  }

  .archive_item_flex {
    max-width: 34.3rem;
  }

  .archive_title_wrapper {
    padding: 1rem 0 1rem 0;
  }

  .archive_item_title {
    display: block;
    font-size: 1.8rem;
    text-wrap: wrap;
  }

  /* ページネーション */

  .page_nation_flex {
    padding-top: 7.2rem;
  }

  .nav-links {
    column-gap: 1.6rem;
  }

  .page-numbers {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }

  .dots {
    display: none;
  }


  /* 修正前 */
  /*
  br {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .news_content_wrapper {
    flex-direction: column;
    gap: 0rem;
    padding-top: 12rem;
    padding-bottom: 24.7rem;
  }

  .news_main_container {
    padding-top: 6.2rem;
  }

  category
  .news_content_wrapper aside {
    position: fixed;
    top: 20.8rem;
    width: 34.4rem;
    padding-left: 0rem;
    margin-left: 0rem;
  }

  .news_content_wrapper aside.is-fixed {
    top: 5.5rem;
    z-index: 100;
  }

  .news_content_wrapper aside p {
    font-size: 2rem;
    letter-spacing: 0;
    margin-bottom: 1.8rem;
  }

  .news_tag_area {
    display: flex;
    gap: 1.2rem;
    font-size: 1.6rem;
    padding-right: 0.1rem;
    margin-left: -0.2rem;
  }

  .news_tag_area .tag_blue,
  .news_tag_area .tag_white {
    width: 14.1rem;
    height: 2.9rem;
    margin-top: 0.01rem;
  }

  .news_tag_area .tag_blue span {
    padding-left: 2.8rem;
  }

  .news_tag_area .tag_white span {
    padding-left: 4.8rem;
  }

  お知らせ
  .news {
    width: 34.3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .news h2 {
    font-size: 2.8rem;
    letter-spacing: 0.157rem;
    margin-bottom: 1.4rem;
  }

  .news .en {
    font-size: 1.6rem;
    letter-spacing: 0.077rem;
    margin-bottom: 0rem;
  }

  .news ul {
    padding-top: 16.8rem;
  }

  news_item
  .news_item {
    width: 34.3rem;
    height: 43.7rem;
    margin-top: -0.2rem;
    margin-bottom: 4.8rem;
  }

  .news_item a {
    flex-direction: column;
    margin-bottom: 0;
  }

  .news_img {
    margin-left: auto;
    margin-right: auto;
  }

  .news_item_contents {
    width: 34.3rem;
    height: 21.7rem;
    margin-top: 1.8rem;
    margin-left: 0rem;
  }

  .news_item_contents .blog_mark {
    letter-spacing: 0.2em;
    margin-bottom: 1rem;
    margin-left: 2rem;
  }

  .news_item_title {
    font-size: 1.8rem;
    font-weight: 400;
    text-wrap: nowrap;
    line-height: 1.5;
  }

  .news_item_text {
    line-height: 1.4;
  }

  ページネーション
  .news ul.pagination_list {
    gap: 3rem;
    padding-top: 3.3rem;
  }

  .page_item,
  .page_item a {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }

  .page_item.reader {
    display: none;
  }*/

}