@charset "UTF-8";
/*
Theme Name: fabbit
Text Domain: fabbit
Description: fabbitテーマ
Author: fabbit
*/
/* 共通 設定
============================================================================== */
/* 共通　追加CSS */
html {
  font-size: 10px;
}

body {
  background-color: #FFFFFF;
  margin: 0 auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222222;
  min-width: 1200px;
}

@media (max-width: 1024px) {
  body {
    width: 100%;
    /* ブラウザの幅固定解除 */
    min-width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin-bottom: 0;
  padding-bottom: 0;
}

a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.sponly, .sponly_i {
  display: none;
}

@media (max-width: 1024px) {
  .sponly {
    display: block;
  }
  .sponly_i {
    display: inline-block;
  }
  .pconly {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  color: #222222;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
a:hover {
  color: rgba(34, 34, 34, 0.5);
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.en {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 1.6rem;
}

/* Bootstrap リセット 設定
============================================================================== */
.container {
  max-width: 1080px;
}

@media (max-width: 1024px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.modal-dialog {
  max-width: 90%;
}

@media (max-width: 1024px) {
  .modal-dialog {
    width: 90%;
    margin: 20% auto;
  }
}
.btn {
  font-size: 16px;
}

@media (max-width: 1024px) {
  .btn {
    font-size: 13px;
  }
}
.position_r {
  position: relative;
}

@media (max-width: 1024px) {
  .position_r {
    display: none;
  }
}
/* NEWS トップページ 設定
============================================================================== */
#pickup_id {
  background: url("img/background-halfcircle_blue-pc.svg") top/contain no-repeat;
}
@media (max-width: 1024px) {
  #pickup_id {
    background: url("img/background-halfcircle_blue-sp.svg") top/contain no-repeat;
  }
}

.pickup .pickup__title {
  padding-top: 46px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}
.pickup .pickup__title span {
  font-family: "EB Garamond", serif;
  font-size: 7rem;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .pickup .pickup__title {
    padding-top: 36px;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .pickup .pickup__title span {
    font-size: 4.8rem;
    margin-bottom: 6px;
  }
}
/* Slick実行前のチラつき防止 */
ul.slider > li:not(:first-child) {
  display: none;
}

.pickup .pickup_list {
  display: block;
  width: 100%;
  max-width: 905px;
  margin: 0 auto;
  position: relative;
  /* PICKUPアイコン（PCのみ表示） */
}
.pickup .pickup_list::after {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  top: -20px;
  left: -20px;
  width: 174px;
  height: 38px;
  background: url("img/icon-pickup.svg") center/cover no-repeat;
}
@media (max-width: 905px) {
  .pickup .pickup_list::after {
    display: none;
  }
}
.pickup .pickup_list .pickup_list_item {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 905/510;
}
@media (max-width: 1024px) {
  .pickup .pickup_list .pickup_list_item {
    aspect-ratio: 16/10;
  }
}
.pickup .pickup_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  /* 画像本体 */
}
.pickup .pickup_list a:hover {
  opacity: 1 !important;
}
.pickup .pickup_list a:hover .pickup_bgI {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 905px) {
  .pickup .pickup_list a:hover .pickup_bgI {
    -webkit-transform: none;
            transform: none;
  }
}
.pickup .pickup_list a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
.pickup .pickup_list a .pickup_bgC {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pickup .pickup_list a .pickup_bgI {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.pickup .pickup_list a .pickup_body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
.pickup .pickup_list a .pickup_body .mata_data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .pickup .pickup_list a .pickup_body .mata_data {
    padding: 0 20px 2px;
  }
}

/* 矢印ナビゲーション */
.pickup__wrap {
  position: relative;
  max-width: 905px;
  margin: 0 auto;
}
@media (max-width: 905px) {
  .pickup__wrap {
    margin-inline: 16px;
    width: auto;
  }
}

.arrow_box__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  right: -35px;
  z-index: 10;
  height: 68px;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .arrow_box__wrap {
    left: -12px;
    right: -12px;
  }
}

.arrow_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  pointer-events: none;
}

.prev-arrow,
.next-arrow {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #9F9F9F;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .prev-arrow,
  .next-arrow {
    width: 40px;
    height: 40px;
  }
}
.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 2px solid #9F9F9F;
  border-right: 2px solid #9F9F9F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .prev-arrow::before,
  .next-arrow::before {
    width: 8px;
    height: 8px;
  }
}
.prev-arrow:hover,
.next-arrow:hover {
  background-color: #61A3D5;
  border-color: #61A3D5;
}
.prev-arrow:hover::before,
.next-arrow:hover::before {
  border-color: #FFFFFF;
}

/* 前へボタンを反転 */
.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* メタタグ 設定
============================================================================== */
.postTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .postTag {
    margin-bottom: 9px;
  }
}
.postTag li {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #61A3D5;
  color: #fff;
  border-radius: 14px;
  padding: 6px 11px;
  line-height: 1;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .postTag li {
    font-size: 1.1rem;
  }
}
.postTag li a {
  color: #fff;
  text-decoration: none;
}

/* タイトル設定（共通） */
.post__titile {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 905px) {
  .post__titile {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

time {
  font-size: 2rem;
  font-family: "EB Garamond", serif;
  display: inline-block;
}
@media (max-width: 905px) {
  time {
    font-size: 1.8rem;
  }
}

/* リスト・カード設定
============================================================================== */
.main_guide_list {
  margin-bottom: 48px;
}
.main_guide_list .main_guide_item {
  margin-bottom: 32px;
}
.main_guide_list .main_guide_item:last-child {
  margin-bottom: 0;
}
.main_guide_list .main_guide_item .main_guide_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* PC時の画像エリア */
  /* PC時のテキストエリア */
}
.main_guide_list .main_guide_item .main_guide_card .main_guide_card_head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 346px;
          flex: 0 0 346px; /* 幅を固定 */
  height: 231px;
  overflow: hidden;
}
.main_guide_list .main_guide_item .main_guide_card .main_guide_card_head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を中央で綺麗に切り抜き */
}
.main_guide_list .main_guide_item .main_guide_card .main_guide_card_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 32px;
}
.main_guide_list .main_guide_item .main_guide_card .main_guide_card_body .post__titile {
  font-size: 2.2rem;
}
.main_guide_list .main_guide_item .main_guide_card .main_guide_card_body time {
  font-size: 1.6rem;
}
.main_guide_list .main_guide_item .main_guide_card .main_guide_card_body p {
  font-size: 1.4rem;
  height: 3em; /* px指定よりフォントサイズ連動の方が安全 */
  line-height: 1.5;
  overflow: hidden;
}

/* スマホ表示設定 (1024px以下)
============================================================================== */
@media (max-width: 1024px) {
  .main_guide_list .main_guide_item .main_guide_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    margin-right: 15px;
    overflow: hidden;
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    /* 抜粋文を非表示 */
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body .postTag {
    margin-bottom: 5px;
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body .post__titile {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body p, .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body .post__excerpt {
    display: none;
  }
  .main_guide_list .main_guide_item .main_guide_card .main_guide_card_body time {
    font-size: 1.2rem;
  }
}
/* コンテツ 設定
============================================================================== */
#content_id {
  background-color: #F2F2F2;
  margin-top: 56px;
  position: relative;
}
#content_id .news_post__title {
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 48px;
  color: #5F5F5F;
  top: 48px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  #content_id .news_post__title {
    font-size: 1.6rem;
    position: static;
    margin: 0 16px 37px;
  }
}
#content_id .news_post__title span {
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  display: inline-block;
  margin-bottom: 4px;
  color: #61A3D5;
}
@media (max-width: 1024px) {
  #content_id .news_post__title span {
    font-size: 2.6rem;
  }
}

.content {
  padding-top: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 112px;
}
@media (max-width: 1024px) {
  .content {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.content #main_guide_id {
  width: 866px;
}
.content #sidebar_id {
  width: 280px;
}

@media (max-width: 1024px) {
  .content {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content #main_guide_id, .content #sidebar_id {
    width: 100%;
  }
  .content #main_guide_id {
    position: relative;
    border-bottom: 1px solid #CECECE;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
  }
}
/* サイドコンテツ 設定
============================================================================== */
/* 検索バー 設定 */
.sidebar {
  /* 入力欄とボタンを包むボックス */
  /* 入力エリア（幅100%） */
  /* 検索ボタンを中に配置 */
  /* ボタン画像のサイズ調整 */
}
@media (max-width: 1024px) {
  .sidebar .sidebar_widget {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.sidebar .sidebar_widget.search {
  margin-bottom: 32px;
}
.sidebar .search-form {
  width: 100%;
}
.sidebar .search-box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar .search-field {
  width: 100%;
  padding: 14px 45px 14px 17px;
  font-size: 1.6rem;
  border: 1px solid #CECECE;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  line-height: 1;
}
.sidebar .search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  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;
}
.sidebar .search-submit img {
  width: 32px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar .search-submit:hover img {
  opacity: 0.7;
}

/* カテゴリーから探す 設定 */
.sidebar .sidebar_widget.category {
  padding-bottom: 48px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .sidebar .sidebar_widget.category {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.sidebar .category__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #5F5F5F;
  top: 48px;
  bottom: 0;
  margin: 0 auto 20px;
}
.sidebar .category__title span {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 8px;
  color: #61A3D5;
}
.sidebar .sidebar_widget .category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.sidebar .sidebar_widget .category__list li a {
  display: inline-block;
  padding: 4px 16px;
  border: 1px solid #9F9F9F;
  border-radius: 17px;
  font-size: 15px;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2;
}
.sidebar .sidebar_widget .category__list li a:hover {
  background-color: #CECECE;
  color: #fff;
  opacity: 0.8;
}

/* 最新のコラム 設定 */
.sidebar .sidebar_widget.post_link {
  padding-bottom: 48px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .sidebar .sidebar_widget.post_link {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}
.sidebar .sidebar_post_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .sidebar_post_item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sidebar .sidebar_post_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .sidebar_post_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #222222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar .sidebar_post_link:hover {
  opacity: 0.7;
}
.sidebar .sidebar_post_thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 66px;
  overflow: hidden;
}
.sidebar .sidebar_post_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar .sidebar_post_body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sidebar .sidebar_post_title {
  font-size: 1.3rem;
  margin: 0 0 5px 0;
  line-height: 1.4;
  font-weight: bold;
  /* 3行以上になる場合に省略 ... をつける設定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sidebar .sidebar_post_date {
  font-size: 11px;
  color: #888;
}

/* その他サイドバー 設定 */
@media (max-width: 1024px) {
  .sidebar .other__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .sidebar .other__list li {
    margin: 0 auto;
  }
}
.sidebar .hover-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  background-color: #24455D;
}
.sidebar .hover-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .sidebar .hover-box img.pconly {
    display: none;
  }
}
.sidebar .hover-box img.sponly, .sidebar .hover-box img .sponly_i {
  display: none;
}
@media (max-width: 1024px) {
  .sidebar .hover-box img.sponly, .sidebar .hover-box img .sponly_i {
    display: block;
  }
}
.sidebar .hover-box:hover .bg-img {
  opacity: 0.6;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.sidebar .hover-box::before, .sidebar .hover-box::after {
  content: "";
  position: absolute;
  z-index: 3;
  border: 7px solid #DBDBDB;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sidebar .hover-box::before {
  top: -7px;
  left: -7px;
  border-bottom: none;
  border-right: none;
}
.sidebar .hover-box::after {
  bottom: -7px;
  right: -7px;
  border-top: none;
  border-left: none;
}
.sidebar .hover-box:hover::before, .sidebar .hover-box:hover::after {
  width: 100%;
  height: 100%;
}
.sidebar .hover-box:hover::before {
  top: 0;
  left: 0;
}
.sidebar .hover-box:hover::after {
  bottom: 0;
  right: 0;
}
.sidebar .hover-box .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
  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: 10px;
  color: #fff;
  pointer-events: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 12%;
  padding-right: 30px;
}
.sidebar .hover-box .campaign-text {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 8px;
  text-align: left;
}
.sidebar .hover-box .campaign-text span {
  font-family: "EB Garamond", serif;
  font-size: 2.8rem;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: normal;
}
.sidebar .hover-box .arrow-icon {
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sidebar .hover-box:hover .arrow-icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.sidebar .hover-box.new_office {
  background-color: #7E6515;
}

/* ページャー 設定
============================================================================== */
.pager {
  margin-top: 20px;
  font-weight: bold;
}
.pager .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager .page-numbers li {
  margin-right: 8px;
}
.pager .page-numbers li:last-child {
  margin-right: 0;
}
.pager .page-numbers li .prev, .pager .page-numbers li.prev {
  border-radius: 50%;
  margin-right: 24px;
}
.pager .page-numbers li .next, .pager .page-numbers li.next {
  border-radius: 50%;
  margin-left: 24px;
}
.pager .page-numbers a {
  color: #61A3D5;
  min-width: 40px;
  height: 40px;
  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;
  border-radius: 50%;
  border: 1px #61A3D5 solid;
}
.pager .page-numbers span {
  color: #61A3D5;
  min-width: 40px;
  height: 40px;
  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;
}
.pager .page-numbers span.current {
  border-radius: 50%;
  background-color: #61A3D5;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .pager {
    margin-bottom: 40px;
  }
}
/* 下層 設定
============================================================================== */
.under__page {
  background-color: #F2F2F2;
}
.under__page .under__title {
  background-color: #61A3D5;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 24px 32px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.2rem;
}
@media (max-width: 1024px) {
  .under__page .under__title {
    padding: 26px 32px;
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.under__page .under__title span {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .under__page .under__title span {
    font-size: 1.8rem;
  }
}
.under__page .content {
  padding-top: 48px;
}
@media (max-width: 1024px) {
  .under__page .content {
    padding-top: 39px;
  }
}

/* 記事詳細 設定
============================================================================== */
@media (max-width: 1024px) {
  .under__page.single__page {
    background-color: #fff;
  }
  .under__page.single__page .content #main_guide_id {
    margin-bottom: 0;
  }
  .under__page.single__page #sidebar_id {
    padding-top: 32px;
    background-color: #F2F2F2;
    padding-bottom: 32px;
  }
  .under__page.single__page .content {
    padding-bottom: 0;
  }
}
.article_main {
  font-size: 1.6rem;
  /* 見出し 設定 */
  /* 記事内 設定 */
}
.article_main img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.article_main .article_head {
  position: relative;
  margin-bottom: 12px;
}
.article_main .article_head .article_headImg {
  width: 100%;
  max-height: 1000px;
  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;
  position: relative;
  overflow: hidden;
}
.article_main .article_head .article_headImg img {
  max-width: 100%;
  max-height: 564px;
}
.article_main .news_detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article_main .news_detail__meta .postTag {
  margin-right: 16px;
}
.article_main .news_detail__meta .time {
  font-size: 2rem;
  text-align: right;
  color: #5F5F5F;
  font-family: "EB Garamond", serif;
  line-height: 1;
}
.article_main .article_title {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .article_main .article_title {
    font-size: 2.5rem;
  }
}

.article_main {
  background-color: #fff;
  padding: 48px;
}
@media (max-width: 1024px) {
  .article_main {
    padding: 0;
    margin-bottom: 32px;
  }
}
.article_main .article_body h2 {
  margin-top: 80px;
  padding-bottom: 22px;
  margin-bottom: 36px;
  font-size: 2.6rem;
  border-bottom: solid 2px #CFE3F2;
  position: relative;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 1024px) {
  .article_main .article_body h2 {
    margin-top: 72px;
    font-size: 2rem;
  }
}
.article_main .article_body h2:before {
  content: "";
  width: 92px;
  height: 2px;
  background-color: #61A3D5;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.article_main .article_body h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .article_main .article_body h3 {
    margin-top: 52px;
    font-size: 1.8rem;
  }
}
.article_main .article_body h4 {
  font-size: 2rem;
  font-weight: bold;
  padding: 13px 30px;
  background-color: #F2F2F2;
  color: #5F5F5F;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .article_main .article_body h4 {
    margin-top: 52px;
    font-size: 1.6rem;
  }
}
.article_main .article_body h4:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #61A3D5;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.article_main .article_body p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
}
.article_main .article_body a {
  color: #1A57B9;
  text-decoration: underline;
}
.article_main .article_body .wp-block-table {
  margin-top: 40px;
  margin-bottom: 40px;
}
.article_main .article_body .wp-block-table thead {
  border-bottom: 1px solid #CECECE;
}
.article_main .article_body table {
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CECECE;
  margin-bottom: 20px;
}
.article_main .article_body table th, .article_main .article_body table td {
  padding: 12px 15px;
  border: 1px solid #CECECE;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.article_main .article_body table th {
  background-color: #24455D;
  color: #FFFFFF;
  font-weight: bold;
  width: auto;
  min-width: 20%;
  border-style: solid;
}
.article_main .article_body table td {
  width: auto;
}
.article_main .article_body .wp-block-group.is-style-border-box {
  padding: 2em;
  margin: 40px 0;
  border: solid 1px #61A3D5;
  word-break: break-all; /* どこでも強制改行する */
  overflow-wrap: break-word; /* 長い単語を途中で折る（モダンブラウザ推奨） */
}
.article_main .article_body .wp-block-group.is-style-border-box p {
  padding: 0;
  margin: 0;
}
.article_main .article_body .wp-block-group.is-style-bg-box {
  background-color: #F2F2F2;
  padding: 2em;
  margin: 40px 0;
  word-break: break-all; /* どこでも強制改行する */
  overflow-wrap: break-word; /* 長い単語を途中で折る（モダンブラウザ推奨） */
}
.article_main .article_body .wp-block-button {
  min-width: 304px;
  padding-left: 16px;
  padding-right: 16px;
}
.article_main .article_body .wp-block-button__link.wp-element-button {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #61A3D5;
  border-radius: 5px;
  padding: 12px 40px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
@media (max-width: 1024px) {
  .article_main .article_body .wp-block-button__link.wp-element-button {
    font-size: 1.5rem;
  }
}
.article_main .article_body .wp-block-button__link.wp-element-button::after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 4px); /* 高さを中央に微調整（heightの半分を引く） */
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article_main .article_body .wp-block-button__link.wp-element-button:hover::after {
  translate: 5px 0;
}
.article_main .article_body .wp-block-buttons {
  margin: 30px 0;
}
.article_main .article_body .wp-block-buttons > .wp-block-button {
  margin: auto;
}

/* --- 番号なしリスト（ul）専用の設定 --- */
.article_body ul.wp-block-list,
.article_body ul {
  list-style: none;
  padding-left: 0;
}
.article_body ul.wp-block-list li,
.article_body ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
}
.article_body ul.wp-block-list li::before,
.article_body ul li::before {
  content: ""; /* 丸いポッチを作る */
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background-color: #61A3D5;
  border-radius: 50%;
  /* ol側の設定が混ざらないようにリセット */
  display: block;
  border: none;
  font-family: inherit;
}

/* --- 番号ありリスト（ol）専用の設定 --- */
.article_body ol.wp-block-list,
.article_body ol {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
}
.article_body ol.wp-block-list li,
.article_body ol li {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 8px;
  line-height: 2;
}
.article_body ol.wp-block-list li::before,
.article_body ol li::before {
  counter-increment: my-counter;
  content: counter(my-counter); /* 数字を表示 */
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #61A3D5;
  color: #61A3D5;
  background-color: #fff;
  border-radius: 0; /* 丸ポッチの設定を打ち消す */
  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;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.archive-back {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #61A3D5;
}
@media (max-width: 1024px) {
  .archive-back {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.btn-back {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 340px;
  padding: 13px 20px;
  background-color: #fff;
  color: #61A3D5;
  border: 1px solid #61A3D5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back::after {
  content: "";
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #61A3D5;
  border-right: 2px solid #61A3D5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  translate: 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-back:hover {
  opacity: 0.95;
  color: #61A3D5;
}
.btn-back:hover::after {
  border-color: #61A3D5;
  translate: 6px 0;
}

/* プラグイン等のデザイン打ち消し 設定
============================================================================== */
.article_body ul.wp-block-list li::before, .article_body .toc_list li::before {
  display: none;
}

.article_body ul.wp-block-list li::before, .article_body ul li::before {
  display: block;
}