@charset "UTF-8";
html,
body {
  margin-top: 0 !important;
}

img {
  pointer-events: none;
}

.re-common * {
  font-family: "Noto Sans JP";
}

span {
  font-family: "Noto Sans JP";
}

p {
  font-family: "Noto Sans JP";
}

li {
  list-style: none;
}

.re-common a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP";
}
.re-common a:hover {
  color: inherit;
}

.c-title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Sans JP";
}
.c-title.--left {
  margin-inline: 0 auto;
}
@media (max-width: 768px) {
  .c-title {
    font-size: 24px;
  }
  .c-title.--left {
    margin-inline: auto;
  }
}

.c-title.--sub {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .c-title.--sub {
    font-size: 20px;
    padding-left: 34px;
  }
}

.c-title.--small {
  font-size: 24px !important;
  font-weight: 700;
  color: #044b98 !important;
  padding-block: 12px !important;
}

.c-title.--icon {
  padding-left: 43px;
  position: relative;
}

.c-title.--icon02 {
  padding-left: 50px;
}

.c-title.--icon::before,
.c-title.--icon02::before,
.c-title.--icon03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}

.c-title.--icon03 {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .c-title.--icon03 {
    padding-left: 34px;
  }
}

@media (max-width: 768px) {
  .c-title.--icon03::before {
    width: 24px;
    height: 24px;
  }
}

.c-title.--recommend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/re/level-title.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}

.c-title.--ranking::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/re/ranking-title.png);
  background-size: contain;
  width: 40px;
  height: 40px;
}

.c-title.--about {
  color: #fff;
  margin-left: 0;
}
@media (max-width: 768px) {
  .c-title.--about {
    margin-inline: auto;
    margin-bottom: 18px;
  }
}

.c-title.--reason::before {
  background-image: url(../images/re/reason-title.png);
}

.c-title.--travel::before {
  background-image: url(../images/re/icon-tag06.png);
}

.c-title.--new::before {
  background-image: url(../images/re/icon-spot.png);
}

.c-title.--tag-search {
  padding-inline: 66px !important;
  position: relative !important;
  margin-block: 0 24px !important;
  margin-inline: auto !important;
}

@media (max-width: 768px) {
  .c-title.--tag-search {
    font-size: 14px !important;
    padding-inline: 34px !important;
    padding-block: 0 !important;
    line-height: normal !important;
  }
}
.c-title.--tag-search::before {
  background-image: url(../images/re/tag-title.png);
  content: "" !important;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0 !important;
  right: initial !important;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 59px;
}

@media (max-width: 768px) {
  .c-title.--tag-search::before {
    width: 28px;
    height: 29px;
  }
}
.c-title.--tag-search::after {
  background-image: url(../images/re/tag-title.png);
  position: absolute;
  content: "" !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0 !important;
  left: initial !important;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 59px;
}

@media (max-width: 768px) {
  .c-title.--tag-search::after {
    width: 28px;
    height: 29px;
  }
}
.c-category {
  border-radius: 4px;
  background: #e5edf5;
  color: #044b98;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-inline: 10px;
  padding-block: 4px;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .c-category {
    font-size: 8px;
    padding-inline: 4px;
    padding-block: 2px;
  }
}

@media (max-width: 768px) {
  .c-category.--main {
    font-size: 12px;
    padding-inline: 10px;
    padding-block: 4px;
  }
}

@media (max-width: 768px) {
  .c-category.--new {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .c-category.--ranking {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .c-category.--travel {
    font-size: 12px;
    padding: 4px 10px;
  }
}

.c-date {
  color: #757575;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .c-date {
    font-size: 8px;
  }
}

.c-date.--main {
  font-size: 14px;
}

@media (max-width: 768px) {
  .c-date.--ranking {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .c-date.--travel {
    font-size: 10px;
  }
}

.c-btn {
  border-radius: 100px;
  border: 2px solid #044b98;
  background: #fff;
  display: flex;
  width: 335px;
  padding-block: 16px;
  padding-inline: 36px 44px;
  justify-content: center;
  align-items: center;
  color: #044b98;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn {
    display: flex;
    width: 234px;
    height: 56px;
    padding-inline: 8px 36px;
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    opacity: 0.7;
    color: #044b98 !important;
  }
}

.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 30px;
  height: 30px;
  background-image: url(../images/re/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .c-btn::before {
    width: 24px;
    height: 24px;
    right: 12px;
  }
}

.c-btn.center {
  margin-inline: auto;
}

.c-btn.--inversion {
  background: #044b98;
  color: #fff;
}
@media (any-hover: hover) {
  .c-btn.--inversion:hover {
    color: #fff !important;
  }
}

.c-btn.--inversion::before {
  background-image: url(../images/re/white-arrow.svg);
}

.c-btn.line {
  background-color: #06c755;
  border-color: #06c755;
  color: #fff;
  padding-inline: 66px 44px;
}

.c-btn.line::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../images/re/icon-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.c-btn.line::before {
  background-image: url(../images/re/line-arrow.svg);
}

@media (max-width: 768px) {
  .c-btn.--footer_btn {
    width: 100%;
    max-width: 335px;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .c-btn.--tel {
    color: #c62728;
    font-family: Inter;
    font-size: clamp(1.25rem, -0.932rem + 10.91vw, 1.625rem);
    font-weight: 900;
    letter-spacing: 1.82px;
    line-height: 0.9;
    padding-inline: 70px 22px;
    border-color: #c62728;
  }
}
@media (max-width: 768px) {
  .c-btn.--tel::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-btn.--tel::after {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background-image: url(../images/re/icon-tel_sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-tel {
  color: #333;
  font-family: Inter;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.28px;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  position: relative;
}

.c-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url(../images/re/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 44px;
}

.c-tel span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}

.c-tel .ja {
  font-size: 14px;
  font-family: "Noto Sans JP";
}

/* レイアウト */
.l-main {
  padding: 0;
  width: 100%;
  margin-top: 96px;
}

@media screen and (max-width: 990px) {
  .l-main {
    margin-top: 73px;
  }
}
.l-inner {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 6%;
}
@media (max-width: 990px) {
  .l-inner {
    padding: 0 3%;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 5.33%;
  }
}

.l-inner.--about {
  max-width: 1140px;
}

.l-section {
  padding-block: 80px;
  background-color: #fff;
  margin-bottom: 0;
}

.l-section.--row {
  padding-block: 40px;
}

.l-section.--article {
  padding-block: 40px 80px;
}

@media (max-width: 768px) {
  .l-section.--row {
    padding-block: 40px 30px;
  }
  .l-section.--article {
    padding-block: 40px;
  }
}
@media (max-width: 768px) {
  .l-section {
    padding-block: 40px;
    z-index: 2;
    position: relative;
  }
  .l-section.--low {
    padding-block: 40px;
  }
  .l-section.--icon {
    padding-block: 90px 40px;
  }
}
.l-contents {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .l-contents {
    gap: 30px;
  }
}
.l-contents.--staff {
  gap: 80px;
}
@media (max-width: 768px) {
  .l-contents.--staff {
    gap: 30px;
  }
}

.l-contents.--search {
  gap: 80px;
}

@media (max-width: 768px) {
  .l-contents.--search {
    gap: 40px;
  }
}
.sp_visible {
  display: none;
}
@media (max-width: 768px) {
  .sp_visible {
    display: block;
  }
}

@media (max-width: 768px) {
  .sp_hidden {
    display: none;
  }
}

/* モンゴル情報ページ */
.p-mv {
  background-image: url(../images/re/mv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 524px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-mv {
    height: 386px;
  }
}

.p-mv__contents {
  padding-top: 72px;
}
@media (max-width: 768px) {
  .p-mv__contents {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

.p-mv__title {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.004em;
  margin-top: 72px;
}
@media (max-width: 768px) {
  .p-mv__title {
    font-size: 32px;
    line-height: 1.5;
  }
}

.p-mv__text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-mv__text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .p-main__wrap {
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
/* メインスライダー */
.p-mainArticle {
  background-color: transparent;
  margin-top: -300px;
}
@media (max-width: 768px) {
  .p-mainArticle {
    margin-top: -160px;
  }
}

.p-mainArticle__slide .splide__track {
  overflow-x: hidden;
  overflow-y: visible;
}
.p-mainArticle__slide .splide__list {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.p-mainArticle__slide .splide__slide {
  /* transform: scale(0.9);
  transition: transform 0.3s ease; */
  /* flex-shrink: 0;
  display: flex;
  justify-content: center; */
}

.p-mainArticle__slide .splide__slide.is-active {
  /* transform: scale(1); */
  /* z-index: 2;
  position: relative; */
}

.p-mainArticle__slide .splide__slide.is-active .p-blog__item {
  transform: scale(1);
  z-index: 1;
}

/* 矢印のクリック範囲など */
.p-mainArticle__slide .splide__arrows {
  position: relative;
  width: 160px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-mainArticle__slide .splide__arrows {
    position: absolute;
    width: 95%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 0;
  }
}

.p-mainArticle__slide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 30px;
  transition: 0.2s;
  width: 30px;
  min-width: 30px;
  box-shadow: none;
  opacity: 1;
}

.p-mainArticle__slide .splide__arrow--next {
  right: 0;
}

.p-mainArticle__slide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-mainArticle__slide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
}

/* 前の矢印 */
.p-mainArticle__slide .prev::before {
  background-image: url(../images/re/prev-arrow.svg);
  transform: rotate(180deg);
}

/* 次の矢印 */
.p-mainArticle__slide .next::before {
  background-image: url(../images/re/next-arrow.svg);
}

/* 数字の位置 */
.p-mainArticle__slide .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  padding: 0;
  width: 40px;
  margin-inline: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-mainArticle__slide .pagination {
    display: none;
  }
}

/* 数字の色やサイズ調整 */
.p-mainArticle__slide .pagination span {
  color: #044b98;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  line-height: 1;
  letter-spacing: normal;
}

/* 記事カテゴリー */
.p-category__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.p-category__list.sp_visible {
  display: none;
}

@media (max-width: 768px) {
  .p-category__list-wrap {
    overflow-x: hidden;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-inline: 5.33% 0;
  }
  .p-category__list {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px; */
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: scroll;
    padding-inline: 14px 5.33%;
    padding-bottom: 10px;
    justify-content: flex-start;
  }
  .p-category__list.sp_hidden {
    display: none;
  }
  .p-category__list.sp_visible {
    display: flex;
  }
}
.p-category__heading {
  padding-left: 50px;
  position: relative;
}

.p-category__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/re/category-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-category__item {
  display: flex;
  align-items: center;
  text-align: center;
  /* width: 349px; */
  color: #333;
  width: 258px;
  height: 90px;
  padding-block: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #ffffd4;
  font-size: 20px;
  font-weight: 700;
  /* Drop Shadow */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.p-category__item.--search {
  background-color: #fff;
}

@media (max-width: 768px) {
  .p-category__item {
    flex: none;
    /* width: 100%;
    padding-block: 68px 16px;
    font-size: 14px;
    box-shadow: none; */
    font-size: 10px;
    width: 80px;
    height: 64px;
    padding-block: 0;
    padding-inline: 5px;
    border-radius: 10px;
    box-shadow: 0 2.672px 6.68px 0 rgba(0, 0, 0, 0.25);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}
.p-category__item > span {
  position: relative;
  padding-right: 47px;
  padding-left: 71px;
}

@media (max-width: 768px) {
  .p-category__item > span {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-category__item > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-category__item > span::before {
    /* top: -52px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 32px;
    height: 32px; */
    display: none;
  }
}
.p-category__item > span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  height: 24px;
  background-image: url(../images/re/btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .p-category__item > span::after {
    display: none;
  }
}
.p-category__item:nth-of-type(1) span::before {
  background-image: url(../images/re/icon-category01.png);
}

.p-category__item:nth-of-type(2) span::before {
  background-image: url(../images/re/icon-category02.png);
}

.p-category__item:nth-of-type(3) span::before {
  background-image: url(../images/re/icon-category03.png);
}

.p-category__item:nth-of-type(4) span::before {
  background-image: url(../images/re/icon-category04.png);
}

.p-category__tag-list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
  gap: 24px 32px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 24px 32px;
}

@media (max-width: 768px) {
  .p-category__tag-list {
    display: none;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
  }
}
.p-category__tag-item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  /* width: 160px; */
  color: #333;
  position: relative;
  padding-block: 6px;
}

@media (max-width: 768px) {
  .p-category__tag-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 8px;
  }
}
.p-category__tag-item:not(.pc-no-before):not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  width: 2px;
  height: 100%;
  background-image: url(../images/re/line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.p-category__tag-item span {
  font-size: 14px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

.p-category__tag-item span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-category__tag-item:nth-of-type(1) span::before {
  background-image: url(../images/re/icon-tag01.png);
}

.p-category__tag-item:nth-of-type(2) span::before {
  background-image: url(../images/re/icon-tag02.png);
}

.p-category__tag-item:nth-of-type(3) span::before {
  background-image: url(../images/re/icon-tag03.png);
}

.p-category__tag-item:nth-of-type(4) span::before {
  background-image: url(../images/re/icon-tag04.png);
}

.p-category__tag-item:nth-of-type(5) span::before {
  background-image: url(../images/re/icon-tag05.png);
}

.p-category__tag-item:nth-of-type(6) span::before {
  background-image: url(../images/re/icon-tag06.png);
}

.p-category__tag-item:nth-of-type(7) span::before {
  background-image: url(../images/re/icon-tag07.png);
}

.p-category__tag-item:nth-of-type(8) span::before {
  background-image: url(../images/re/icon-tag08.png);
}

.p-category__tag-item:nth-of-type(9) span::before {
  background-image: url(../images/re/icon-tag09.png);
}

.p-category__tag-item:nth-of-type(10) span::before {
  background-image: url(../images/re/icon-tag10.png);
}

.p-category__hash {
  border-radius: 20px;
  background: #e5edf5;
  display: flex;
  padding: 20px 80px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 907px;
  margin-inline: auto;
}

.p-category__hash.--home {
  padding: 30px;
  align-items: flex-start;
  gap: 20px;
  max-width: 100%;
}

.p-category__hash.--side {
  padding: 40px 14px;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .p-category__hash {
    padding: 20px 16px;
  }
  .p-category__hash.--home {
    padding: 20px;
    gap: 10px;
  }
}
.p-category__hash-title {
  color: #044b98;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.p-category__hash-title.--home {
  color: #000;
  padding-left: 40px;
  position: relative;
}

.p-category__hash-title.--home::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-image: url(../images/re/icon-tag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 768px) {
  .p-category__hash-title.--home::before {
    width: 24px;
    height: 24px;
  }
  .p-category__hash-title {
    font-size: 20px;
  }
  .p-category__hash-title.--home {
    font-size: 18px;
    padding-left: 32px;
  }
}
.p-category__hash-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.p-category__hash-list.--home {
  justify-content: flex-start;
}

a.p-category__hash-item {
  display: inline-flex;
  padding-inline: 24px 16px;
  padding-block: 8px;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #044b98;
  background: #fff;
  color: #044b98;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media (max-width: 768px) {
  a.p-category__hash-item {
    font-size: 12px;
    padding-inline: 22px 16px;
  }
}
@media (any-hover: hover) {
  a.p-category__hash-item:hover {
    background-color: #044b98;
    color: #fff;
  }
}

.p-category__hash-item.no-link {
  pointer-events: none;
}

.p-category__hash-item::before {
  content: "＃";
  position: absolute;
  display: inline-block;
  font-size: 16px;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-category__hash-item::before {
    font-size: 12px;
  }
}

/* おすすめの記事 */
/*必読記事*/
.p-recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 48px;
}
@media (max-width: 768px) {
  .p-recommend__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
  }
}

.p-blog__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-blog__item:hover {
  opacity: 1;
}

.p-blog__item:hover .p-blog__img img {
  transform: scale(1.05);
}

.p-blog__item.--main {
  gap: 16px;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.p-blog__item.--row {
  flex-direction: row;
}
@media (max-width: 768px) {
  .p-blog__item.--row {
    align-items: flex-start;
  }
}

.p-blog__item.--side {
  gap: 10px;
  margin-bottom: 0;
}

.p-blog__content {
  display: flex;
  gap: 8px;
  margin-bottom: 0 !important;
  align-items: flex-start;
}

.p-blog__img {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.p-blog__img.--new {
  flex: 1;
}

.p-blog__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 328/218;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .p-blog__img img {
    border-radius: 10px;
  }
}

.p-blog__img.--side {
  flex: 1;
}

.p-blog__img.--side:hover {
  opacity: 1;
}

.p-blog__img.--side img {
  border-radius: 10px;
}

.p-blog__img.--side.--ranking {
  position: relative;
}

.p-blog__img.--side.--ranking::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 42px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.p-blog__item.--ranking:nth-of-type(1) .p-blog__img.--side.--ranking::before {
  background-image: url(../images/re/ranking_01.png);
}

.p-blog__item.--ranking:nth-of-type(2) .p-blog__img.--side.--ranking::before {
  background-image: url(../images/re/ranking_02.png);
}

.p-blog__item.--ranking:nth-of-type(3) .p-blog__img.--side.--ranking::before {
  background-image: url(../images/re/ranking_03.png);
}

.p-blog__item.--ranking:nth-of-type(4) .p-blog__img.--side.--ranking::before {
  background-image: url(../images/re/ranking_04.png);
}

.p-blog__item.--ranking:nth-of-type(5) .p-blog__img.--side.--ranking::before {
  background-image: url(../images/re/ranking_05.png);
}

.p-blog__item.--ranking:nth-of-type(6) .p-blog__img.--side.--ranking::before {
  background-image: url(../images/re/ranking_06.png);
}

.p-blog__img.--ranking {
  position: relative;
}

.p-blog__img.--ranking:hover {
  opacity: 1;
}

.p-blog__img.--ranking::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 8px;
  width: 42px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* .p-blog__item.--ranking:nth-of-type(1) .p-blog__img.--ranking::before{
  background-image: url(../images/re/ranking_01.png);
}
.p-blog__item.--ranking:nth-of-type(2) .p-blog__img.--ranking::before{
  background-image: url(../images/re/ranking_02.png);
}
.p-blog__item.--ranking:nth-of-type(3) .p-blog__img.--ranking::before{
  background-image: url(../images/re/ranking_03.png);
}
.p-blog__item.--ranking:nth-of-type(4) .p-blog__img.--ranking::before{
  background-image: url(../images/re/ranking_04.png);
}
.p-blog__item.--ranking:nth-of-type(5) .p-blog__img.--ranking::before{
  background-image: url(../images/re/ranking_05.png);
} */
.p-blog__item.--ranking[data-ranking="1"] .p-blog__img.--ranking::before {
  background-image: url(../images/re/ranking_01.png);
}

.p-blog__item.--ranking[data-ranking="2"] .p-blog__img.--ranking::before {
  background-image: url(../images/re/ranking_02.png);
}

.p-blog__item.--ranking[data-ranking="3"] .p-blog__img.--ranking::before {
  background-image: url(../images/re/ranking_03.png);
}

.p-blog__item.--ranking[data-ranking="4"] .p-blog__img.--ranking::before {
  background-image: url(../images/re/ranking_04.png);
}

.p-blog__item.--ranking[data-ranking="5"] .p-blog__img.--ranking::before {
  background-image: url(../images/re/ranking_05.png);
}

.p-blog__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-blog__body.--side {
  gap: 4px;
  flex: 0 0 52.4%;
}

.p-blog__body.--main {
  gap: 16px;
}

.p-blog__body.--new {
  width: 53%;
}
@media (max-width: 768px) {
  .p-blog__body.--new {
    gap: 4px;
    width: 60%;
  }
}

.p-blog__list.--side {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-blog__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.p-blog__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: clip;
}
@media (max-width: 768px) {
  .p-blog__title {
    font-size: 20px;
  }
}

.p-blog__title.--main {
  font-size: 24px;
}
@media (max-width: 768px) {
  .p-blog__title.--main {
    font-size: 16px;
  }
}

.p-blog__title.--new {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-blog__title.--new {
    font-size: 14px;
  }
}

.p-blog__title.--travel01 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-blog__title.--travel01 {
    font-size: 18px;
  }
}

.p-blog__title.--travel02 {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: clip;
}

.p-blog__title.--search {
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-blog__title.--search {
    font-size: 14px;
  }
}

.p-blog__text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: clip;
  margin-bottom: 0;
}

.p-blog__title.--ranking {
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-blog__title.--ranking {
    font-size: 18px;
  }
}

.p-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.c-tag {
  display: flex;
  padding-block: 4px;
  padding-inline: 22px 10px;
  align-items: flex-start;
  gap: 8px;
  color: #044b9b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #044b9b;
  background: #fff;
  position: relative;
  font-family: "Noto Sans JP";
}
@media (max-width: 768px) {
  .c-tag {
    font-size: 10px;
    padding-inline: 20px 10px;
  }
}

.c-tag::before {
  content: "＃";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .c-tag::before {
    font-size: 10px;
  }
}

/* 人気記事ランキング */
.p-ranking__slide {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media (max-width: 768px) {
  .p-ranking__slide {
    padding-inline: 5.33% 0;
  }
}

.p-ranking__slide .splide__slide {
  position: relative;
}

.p-ranking__slide .splide__slide::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 16px;
  width: 76px;
  height: 86px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

/* 修正版 */
.p-ranking__slide .splide__slide[data-ranking="1"]::before {
  background-image: url(../images/re/ranking_01.png);
}

.p-ranking__slide .splide__slide[data-ranking="2"]::before {
  background-image: url(../images/re/ranking_02.png);
}

.p-ranking__slide .splide__slide[data-ranking="3"]::before {
  background-image: url(../images/re/ranking_03.png);
}

.p-ranking__slide .splide__slide[data-ranking="4"]::before {
  background-image: url(../images/re/ranking_04.png);
}

.p-ranking__slide .splide__slide[data-ranking="5"]::before {
  background-image: url(../images/re/ranking_05.png);
}

.p-ranking__slide .splide__slide[data-ranking="6"]::before {
  background-image: url(../images/re/ranking_06.png);
}

.p-ranking__slide .splide__slide[data-ranking="7"]::before {
  background-image: url(../images/re/ranking_07.png);
}

.p-ranking__slide .splide__slide[data-ranking="8"]::before {
  background-image: url(../images/re/ranking_08.png);
}

/* 旅行記 */
.p-travel__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 48px;
}
@media (max-width: 768px) {
  .p-travel__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
  }
}

.p-travel__list .p-blog__item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 768px) {
  .p-travel__list .p-blog__item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    margin-bottom: 8px;
  }
}

/* 新着記事 */
.p-new__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 768px) {
  .p-new__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

/* 私たちについて */
.p-about {
  background-image: url(../images/re/about-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 142px 168px;
  background-color: transparent;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-about {
    padding-block: 40px;
    position: relative;
    background-image: none;
  }
}

@media (max-width: 768px) {
  .p-about::before {
    content: "";
    position: absolute;
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../images/re/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }
}

.p-about__contents {
  display: flex;
  align-items: center;
  gap: 8.4%;
}
@media (max-width: 768px) {
  .p-about__contents {
    flex-direction: column;
    gap: 48px;
  }
}

.p-about__img {
  flex: 1;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-about__img {
    flex: auto;
    width: 200px;
  }
}

.p-about__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-about__body {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .p-about__body {
    flex: auto;
    gap: 30px;
  }
}

.p-about__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 0;
  /* font-family: "Noto Sans JP"; */
}
@media (max-width: 768px) {
  .p-about__text {
    font-size: 12px;
  }
}

.p-about__splide {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  /* padding-block: 150px; */
}
@media (max-width: 768px) {
  .p-about__splide {
    position: sticky;
    /* top: 312px; */
    bottom: 40px;
    left: 0;
    transform: translate(0);
    padding-top: 40px;
    /* padding-top: 312px; */
  }
}

.p-about__splide__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .p-about__splide__img img {
    border-radius: 18px;
  }
}

/* ツォクトが選ばれる理由 */
.p-reason {
  margin-top: 200px;
}
@media (max-width: 768px) {
  .p-reason {
    margin-top: 0;
  }
}

.p-reason__wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  position: relative;
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fdffc5;
  border-radius: 20px;
}

.p-reason__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  gap: 8px;
}

.p-reason__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.1em;
}

.p-reason__text {
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.p-reason__slide {
  padding-bottom: 60px;
  position: static !important;
}
@media (max-width: 768px) {
  .p-reason__slide {
    padding-bottom: 40px;
  }
}

.p-reason__slide .splide__track {
  position: static !important;
}

.p-reason__slide .splide__pagination {
  bottom: 0;
  width: 100%;
  justify-content: center;
  gap: 16px;
  display: flex;
  position: absolute;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.p-reason__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  min-width: auto;
  margin: 0;
}

.p-reason__slide .splide__pagination__page.is-active {
  background-color: #044b98;
  transform: scale(1);
}

/* 記事詳細 */
.catname {
  border-radius: 4px;
  background: #e5edf5;
  color: #044b98;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 4px 10px;
}

@media only screen and (min-width: 960px) {
  #content {
    max-width: 1080px;
    padding-inline: 6%;
    box-sizing: content-box;
  }
}

@media only screen and (min-width: 960px) {
  main {
    padding-block: 80px;
    padding-inline: 0 48px;
  }
}

.entry-title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .entry-title {
    font-size: 24px;
  }
}

.entry-content .wp-block-image img {
  border-radius: 20px;
}

.entry-content p {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .entry-content p {
    font-size: 14px;
  }
}

/* 目次 */
#st_toc_container:not(.over_toc_content):not(.side_toc_content).st_toc_contracted,
.st_toc_container:not(.over_toc_content):not(.side_toc_content).st_toc_contracted,
#toc_container.contracted {
  padding: 30px;
  border-radius: 20px;
}

#st_toc_container:not(.over_toc_content):not(.side_toc_content),
.st_toc_container:not(.over_toc_content):not(.side_toc_content),
#toc_container {
  border-radius: 20px;
  border: none;
}

.entry-content .st_toc_hierarchical {
  padding: 0;
  background-color: #fafafa;
}

.entry-content h2.wp-block-heading {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 66px;
  position: relative;
  margin: 0;
}

.entry-content h2.wp-block-heading::before {
  content: "01";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100px;
  background: #e5edf5;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #044b98;
  text-align: center;
  font-family: Inter;
}

/* category.php */
.p-home__head-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.p-home__head-title {
  color: #333;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.p-home__head-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-home__head-wrap {
    gap: 16px;
    padding-inline: 5.33%;
  }
  .p-home__head-title {
    font-size: 24px;
  }
  .p-home__head-text {
    font-size: 12px;
  }
}
.p-sort__container {
  display: flex;
  margin-bottom: 24px;
  justify-content: flex-start;
}

.p-sort__btn {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding-block: 16px;
  padding-inline: 16px;
  border-radius: 0;
}

.p-sort__btn:nth-of-type(1) {
  position: relative;
}

.p-sort__btn:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 18px;
  background-color: #333;
}

.p-sort__btn.active {
  color: #333;
}

.loading {
  opacity: 0.5;
  pointer-events: none;
}

.p-load-more__button {
  width: 100%;
  padding: 24px 32px;
  border-radius: 10px;
  border: 2px solid #044b98;
  color: #044b98;
  font-size: 16px;
  font-weight: 700;
}

.p-load-more__text {
  position: relative;
  padding-right: 34px;
}

.p-load-more__text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/re/more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-white {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.p-category__wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/*  削除用 */
#wpadminbar {
  top: initial;
  bottom: 0;
}

body.active {
  overflow: hidden;
}

/* シングルページ */
.l-single {
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  gap: 40px;
  padding-block: 80px;
  box-sizing: content-box;
  padding-inline: 6%;
  margin-top: 96px;
}

.p-single {
  margin-right: 0;
  padding: 0;
  border: none !important;
  flex: 1;
  /* width: 65.18%;
  max-width: 704px; */
}

.entry-title {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
}

.catname {
  border-radius: 4px !important;
  background: #e5edf5 !important;
  color: #044b98 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  padding-inline: 10px !important;
  padding-block: 4px !important;
}

/* catnameのメディアクエリを分離 */
@media (max-width: 768px) {
  .catname {
    font-size: 8px;
    padding-inline: 4px;
    padding-block: 2px;
  }
}
.mainbox {
  counter-reset: mycounter;
}

.mainbox figure {
  margin-block: 40px !important;
  display: block !important;
  float: none !important;
  width: fit-content !important;
}

.wp-block-image .alignright {
  margin-left: auto !important;
}

.wp-block-image .alignleft {
  margin-right: auto !important;
}

.wp-element-caption {
  display: block !important;
}

.mainbox img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 115/86; */
  border-radius: 20px;
  object-fit: cover;
}

.mainbox p {
  color: #333 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP";
}

.mainbox h2.wp-block-heading {
  color: #333 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  font-family: "Noto Sans JP";
  /* padding-left: 66px !important; */
  background: none !important;
  border-top: none !important;
  padding-block: 36px 24px !important;
  padding-inline: 0 !important;
  margin-block: 40px !important;
  position: relative;
  border-bottom: 2px solid #044b98 !important;
}

/* .mainbox h2.wp-block-heading::before{
  counter-increment: mycounter;
  content: counter(mycounter, decimal-leading-zero) !important;
  position: absolute;
  left: 0 !important;
  top: 0;
  transform: translateY(0);
  color: #044B98 ;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 100px;
  background: #E5EDF5;
} */
.mainbox h3.wp-block-heading {
  border-radius: 10px;
  background: #fafafa !important;
  color: #333 !important;
  font-family: "Noto Sans JP";
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5 !important;
  padding-block: 6px !important;
  padding-left: 32px !important;
  padding-right: 16px !important;
  margin-block: 40px 30px !important;
  position: relative;
}

.mainbox h3.wp-block-heading::before {
  content: "" !important;
  position: absolute;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #044b98;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.sns.st-sns-singular {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 80px;
  width: fit-content;
}

.sns.st-sns-singular p {
  margin-bottom: 0;
  color: #044b98;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
}

.sns .facebook a {
  background-color: #1877f2;
}

.sns .share-copy a {
  background-color: #e5edf5;
  position: relative;
}

.sns .share-copy a::before {
  content: "" !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background-image: url(../images/re/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.st-author-box {
  border-radius: 20px;
  background: #f5faff;
  padding: 20px;
}

#st-tab-box {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.p-single__author dl {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-bottom: 0;
}

.p-single__author dt {
  flex: 0 0 24%;
  position: relative;
}

.p-single__author dd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}

.p-single__author dt::before {
  content: "";
  position: absolute;
  background-image: url(../images/re/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -20px;
  top: 0;
  width: 3px;
  height: 100%;
}

.p-single__author dt a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.p-single__author dt img {
  width: 100px;
  aspect-ratio: 1/1;
  height: auto;
}

#st-tab-box div dd {
  padding-left: 0;
}

.p-single__author-title {
  color: #67a4e8;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.57143;
  position: relative;
  margin-bottom: 0;
  padding-inline: 14px;
}

.p-single__author-title::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 1px;
  height: 17px;
  background: #67a4e8;
  transform: rotate(-20deg);
}

.p-single__author-title::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 2px;
  width: 1px;
  height: 17px;
  background: #67a4e8;
  transform: rotate(20deg);
}

.st-author-nickname {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.p-single__author-name {
  display: block !important;
}

.p-single__author-firstname {
  color: #044b98;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.57143;
  margin-bottom: 0;
  text-align: center;
}

.st-author-nickname {
  text-align: center;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px !important;
  font-weight: 700;
  line-height: 32px;
}

.st-author-description {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px !important;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.st-author-sns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-single__tag-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
}

.p-single__category {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-single__category a {
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #e5edf5;
  color: #044b98;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-single__tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-single__tags a {
  display: flex;
  padding-block: 4px;
  padding-inline: 20px 10px;
  align-items: flex-start;
  gap: 8px;
  color: #044b9b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid #044b9b;
  background: #fff;
  position: relative;
  font-family: "Noto Sans JP";
}

/* p-single__tags aのメディアクエリを分離 */
@media (max-width: 768px) {
  .p-single__tags a {
    font-size: 10px;
    padding-inline: 20px 10px;
  }
}
.p-single__tags a::before {
  content: "＃";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  font-size: 12px;
}

/* p-single__tags a::beforeのメディアクエリを分離 */
@media (max-width: 768px) {
  .p-single__tags a::before {
    font-size: 10px;
  }
}
.blogbox {
  margin-bottom: 16px;
}

.st-cardlink .kanren.st-cardbox.st-cardbox-ex,
.st-embed-cardlink .st-cardbox {
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  margin-block: 40px;
  padding: 0;
}

.st-cardlink .kanren.st-cardbox.st-cardbox-ex dl,
.st-embed-cardlink .st-cardbox dl {
  display: flex;
  align-items: stretch;
  align-self: stretch;
}

.st-embed-cardlink .st-cardbox::after {
  display: none;
}

.st-cardlink .kanren.st-cardbox.st-cardbox-ex dt,
.st-embed-cardlink .st-cardbox dt {
  flex: 1;
  /* width: 25.5%; */
  /* height: 100% !important; */
  height: auto !important;
  display: flex;
}

.st-cardlink .kanren.st-cardbox.st-cardbox-ex dt img,
.st-embed-cardlink .st-cardbox dt img {
  width: 100%;
  height: 100%; /* 親要素の高さいっぱいに */
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.st-cardlink .kanren.st-cardbox.st-cardbox-ex dd,
.st-embed-cardlink .st-cardbox dd {
  padding-left: 0;
  flex: 0 0 74.4%;
  padding: 10px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.st-cardlink .kanren.st-cardbox.st-cardbox-ex dd h5,
.st-embed-cardlink .st-cardbox dd h5 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.st-card-excerpt.smanone p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blogbox p {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  font-family: Inter;
  padding-left: 18px;
  position: relative;
}

.blogbox p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/re/clock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mainbox #st_toc_container {
  border: none !important;
  border-radius: 20px;
  background: #fafafa;
  padding: 30px;
  counter-reset: listcounter;
}

.mainbox #st_toc_container .st_toc_title,
.mainbox .st_toc_container .st_toc_title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 40px;
  padding-block: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainbox #st_toc_container .st_toc_title::before,
.mainbox .st_toc_container .st_toc_title::before {
  content: "";
  position: absolute;
  background-image: url(../images/re/list.svg);
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.st_toc_list ul {
  padding-left: 56px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 0 !important;
}

.st_toc_list ul li {
  position: relative;
  list-style-type: none !important;
  padding-left: 16px !important;
  padding-top: 0 !important;
}

.st_toc_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #044b98;
  border-radius: 100%;
}

.st_toc_list ul li a {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 !important;
}

.st_toc_list > li > a {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 10px !important;
  padding-inline: 0 !important;
  margin-block: 20px !important;
}

/* .st_toc_list > li > a::before{
  counter-increment: listcounter;
  content: counter(listcounter, decimal-leading-zero) !important;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
  background: #E5EDF5;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #044B98;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.333;
} */
.st_toc_toggle {
  font-size: 0 !important;
}

.st_toc_toggle a {
  font-size: 14px !important;
  color: #757575;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 32px;
  position: relative;
}

.st_toc_toggle a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/re/more.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.st_toc_contracted .st_toc_toggle a::after {
  background-image: url(../images/re/close.svg);
}

#side {
  width: 328px;
}

/* #sideのメディアクエリを分離 */
@media (max-width: 768px) {
  #side {
    display: none;
  }
}
.p-kanren {
  /* width: 100vw;
  margin: 0 calc(50% - 50vw); */
  background: #fafafa;
  padding-block: 80px;
  overflow: hidden;
}

.p-kanren__wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.p-kanren .p-kanren__splide {
  /* padding-inline: 12.5% 10%;
  width: 100vw;
  margin-inline: auto;
  max-width: 1440px; */
}

.p-kanren h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
}

.p-kanren h4::before {
  content: "";
  position: absolute;
  background-image: url(../images/re/book.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.p-kanren__splide .splide__slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-kanren__splide .splide__slide img {
  width: 100%;
  aspect-ratio: 134/89;
  object-fit: cover;
  height: auto;
  border-radius: 20px;
}

.p-kanren__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.p-kanren__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-kanren__title {
  margin-bottom: 0;
}

.p-kanren__title a {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 矢印のクリック範囲など */
.p-kanren__splide .splide__arrows {
  max-width: 1080px;
  width: 100%;
  position: absolute;
  top: -22%;
  left: 36%;
  transform: translateX(-50%);
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

/* p-kanren__splide .splide__arrowsのメディアクエリを分離 */
@media (max-width: 768px) {
  .p-kanren__splide .splide__arrows {
    top: -17%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    height: 40px;
  }
}
.p-kanren__splide .button {
  background-color: transparent; /* ボタンの背景を透明にする */
  height: 40px;
  transition: 0.2s;
  width: 40px;
  min-width: 40px;
  box-shadow: none;
  opacity: 1;
  position: initial;
  transform: translateY(0);
}

/* p-kanren__splide .buttonのメディアクエリを分離 */
@media (max-width: 768px) {
  .p-kanren__splide .button {
    height: 40px;
    width: 40px;
  }
}
.p-kanren__splide .splide__arrow--next {
  right: 0;
}

.p-kanren__splide .splide__arrow--prev {
  left: 0;
}

/* 矢印共通のスタイル */
.p-kanren__splide .button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}

/* p-kanren__splide .button::beforeのメディアクエリを分離 */
@media (max-width: 768px) {
  .p-kanren__splide .button::before {
    height: 40px;
    width: 40px;
  }
}
/* 前の矢印 */
.p-kanren__splide .prev::before {
  background-image: url(../images/re/slide-arrow_left.svg);
}

/* 次の矢印 */
.p-kanren__splide .next::before {
  background-image: url(../images/re/slide-arrow_right.svg);
}

.p-side__title {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  padding-left: 38px;
  position: relative;
  margin-bottom: 40px;
}

.p-side__title:not(:first-child) {
  margin-top: 80px;
}

.p-side__title::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.p-side__title.--must::before {
  background-image: url(../images/re/must.svg);
}

.p-side__title.--popular::before {
  background-image: url(../images/re/ranking-title.png);
}

.p-side__title.--info::before {
  background-image: url(../images/re/info.svg);
}

#side aside {
  float: none !important;
  width: 100% !important;
}

.p-side__category {
  border-radius: 20px;
  background-color: #ffffd4;
  padding: 40px 14px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-side__category h3 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
  margin-bottom: 0;
}

.p-side__category h3::before {
  content: "";
  position: absolute;
  background-image: url(../images/re/category-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-side__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
  margin-bottom: 0;
}

.p-side__category-item {
  width: 50%;
  padding-left: 42px;
  position: relative;
  display: flex;
  align-items: center;
}

.p-side__category-item::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.p-side__category-item:nth-child(1)::before {
  background-image: url(../images/re/icon-category01.png);
}

.p-side__category-item:nth-child(2)::before {
  background-image: url(../images/re/icon-category02.png);
}

.p-side__category-item:nth-child(3)::before {
  background-image: url(../images/re/icon-category03.png);
}

.p-side__category-item:nth-child(4)::before {
  background-image: url(../images/re/icon-category04.png);
}

.p-side__category-item:nth-child(5)::before {
  background-image: url(../images/re/icon-tag01.png);
}

.p-side__category-item:nth-child(6)::before {
  background-image: url(../images/re/icon-tag02.png);
}

.p-side__category-item:nth-child(7)::before {
  background-image: url(../images/re/icon-tag03.png);
}

.p-side__category-item:nth-child(8)::before {
  background-image: url(../images/re/icon-tag04.png);
}

.p-side__category-item:nth-child(9)::before {
  background-image: url(../images/re/icon-tag05.png);
}

.p-side__category-item:nth-child(10)::before {
  background-image: url(../images/re/icon-tag06.png);
}

.p-side__category-item:nth-child(11)::before {
  background-image: url(../images/re/icon-tag07.png);
}

.p-side__category-item:nth-child(12)::before {
  background-image: url(../images/re/icon-tag08.png);
}

.p-side__category-item:nth-child(13)::before {
  background-image: url(../images/re/icon-tag09.png);
}

.p-side__category-item:nth-child(14)::before {
  background-image: url(../images/re/icon-tag10.png);
}

.p-side__category-item:nth-child(2n)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 0;
  border-left: 1px dashed #5287c1;
}

.p-side__category-item span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  padding-block: 6px;
}

@media screen and (max-width: 990px) {
  .l-single {
    margin-top: 73px;
  }
}
/* スマートフォン用のメディアクエリ */
@media (max-width: 768px) {
  .l-single {
    padding-inline: 5.33%;
    padding-block: 40px;
  }
  .blogbox p {
    font-size: 10px;
  }
  .entry-title {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
  }
  .p-single__category a {
    font-size: 12px;
  }
  .mainbox p {
    font-size: 14px;
  }
  .mainbox #st_toc_container {
    padding: 30px 16px !important;
  }
  .mainbox #st_toc_container .st_toc_title {
    font-size: 20px;
  }
  .st_toc_toggle a {
    font-size: 12px;
  }
  .st_toc_list > li > a::before {
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .st_toc_list > li > a {
    padding-block: 0 !important;
    font-size: 16px;
  }
  .st_toc_list ul li a {
    font-size: 14px;
  }
  .mainbox h2.wp-block-heading {
    font-size: 20px !important;
  }
  .mainbox h2.wp-block-heading::before {
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mainbox h3.wp-block-heading {
    font-size: 18px !important;
  }
  .wp-block-list li {
    font-size: 14px !important;
  }
  .st-cardlink .kanren.st-cardbox.st-cardbox-ex dd,
  .st-embed-cardlink .st-cardbox dd {
    flex: 0 0 61%;
  }
  .st-cardlink .kanren.st-cardbox.st-cardbox-ex dd .st-cardbox-t,
  .st-embed-cardlink .st-cardbox dd .st-cardbox-t {
    font-size: 12px !important;
  }
  .sns.st-sns-singular {
    flex-direction: column;
    gap: 30px;
  }
  .sns.st-sns-singular p {
    font-size: 14px;
  }
  .post .sns ul {
    gap: 8px;
    justify-content: center;
  }
  .sns ul li {
    margin: 0 !important;
    width: 48px !important;
    height: 48px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sns li a {
    padding: 10px !important;
    width: 30px !important;
    height: 30px !important;
  }
  .p-single__author dl {
    flex-direction: column;
    gap: 20px;
  }
  .p-single__author dt {
    width: 100% !important;
    order: 1;
  }
  .p-single__author-title {
    font-size: 12px;
  }
  .p-single__author-firstname {
    font-size: 12px !important;
  }
  .st-author-nickname {
    font-size: 16px !important;
  }
  .p-single__author dd {
    display: contents;
  }
  .st-author-sns {
    order: 2;
    justify-content: center;
  }
  .st-author-description {
    order: 3;
    font-size: 12px !important;
    position: relative;
    margin-top: 20px;
  }
  .st-author-description::before {
    content: "";
    position: absolute;
    background-image: url(../images/re/line-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 50%;
    top: -20px;
    width: 100%;
    height: 6px;
    transform: translateX(50%);
  }
  .p-single__author dt::before {
    display: none;
  }
  .p-kanren {
    padding-block: 40px;
  }
  .p-kanren h4 {
    font-size: 24px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .p-kanren h4::before {
    width: 20px;
    height: 20px;
  }
  .kanren-date .c-date {
    font-size: 10px;
  }
  .p-kanren__title a {
    font-size: 14px;
  }
  .p-kanren .p-single__tags a {
    font-size: 10px;
    padding-inline: 18px 10px;
  }
}
@media (max-width: 769px) {
  .c-fixed-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #044b9b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 14px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .c-fixed-btn span {
    padding-right: 39px;
    position: relative;
  }
  .c-fixed-btn span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../images/re/white-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/* ヘッダー */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 0 clamp(0.625rem, -10.144rem + 16.83vw, 5rem);
  background-color: #fff;
  z-index: 10;
  transition: translate 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  /* overflow-y: clip; */
}

.p-header.active {
  background-color: #ffffd4;
}

.p-header.js-slide-up {
  translate: 0 -50%;
}

@media (max-width: 990px) {
  .p-header {
    height: 73px;
    overflow-y: visible;
  }
}
/* 固定ヘッダーが表示されたときのスタイル */
#js-header.is-show {
  top: 0; /* 隠していたヘッダーを表示 */
}

.p-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
}

@media (max-width: 990px) {
  /* .p-header__wrap {
    display: block;
  } */
}
.p-header__logo {
  display: flex;
  align-items: center;
  height: inherit;
  transition: transform 0.5s ease;
  transform-origin: left center;
}

.p-header__logo.js-slide-up {
  transform: translateY(20%) scale(0.6);
}

.p-header__logo a {
  display: block;
}

@media (max-width: 990px) {
  .p-header__logo img {
    width: 175px;
    height: 60px;
  }
}
.p-header__nav {
  display: flex;
  align-items: center;
  height: inherit;
  transition: transform 0.5s ease;
}

@media (max-width: 990px) {
  .p-header__nav {
    /* opacity: 0;
    visibility: hidden;
    flex-direction: column;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    height: calc(100svh - 73px);
    overflow-y: scroll;
    background-color: #fff; */
  }
}
@media screen and (min-width: 991px) {
  .p-header__nav.js-slide-up {
    transform: translateY(20%);
  }
}
/* .p-header__nav.active {
  opacity: 1;
  visibility: visible;
} */
.p-header__list {
  display: flex;
  align-items: center;
  height: inherit;
  margin-bottom: 0;
  gap: 16px;
}

@media (max-width: 990px) {
  .p-header__list {
    /* width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 16px;
    height: auto;
    padding-block: 24px;
    padding-inline: 24px;
    background-color: #ffffd4; */
  }
}
.p-header__item {
  height: inherit;
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__item.--tabitomo {
  position: relative;
}

.p-header__item a,
.p-header__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  height: 46px;
  border-radius: 100px;
}

@media (max-width: 768px) {
  .p-header__item.--tour {
    display: none;
  }
}
.p-header__item.--tour a {
  background: #044b9b;
  color: #fff;
  padding: 8px 16px;
}

.p-header__item.--tour a:hover {
  text-decoration: none;
}

.p-header__item.--article span {
  color: #044b98;
  padding: 8px 44px 8px 20px;
  border: 2px solid #044b98;
  position: relative;
  cursor: pointer;
}

@media (max-width: 769px) {
  .p-header__item.--article span {
    font-size: 14px;
    padding-block: 13px;
    padding-inline: 0 28px;
    border: none;
    border-radius: 0;
  }
}
.p-header__item.--article span:last-child {
  border: none;
}

.p-header__item.--article span:last-child,
.p-header__item.--article.active span:first-child {
  display: none;
}

.p-header__item.--article.active span:last-child,
.p-header__item.--article span:first-child {
  display: flex;
}

.p-header__item.--article span:hover {
  text-decoration: none;
}

.p-header__item.--article span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../images/re/icon-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 769px) {
  .p-header__item.--article span::before {
    right: 0;
  }
  .p-header__item.--article span:last-child {
    padding-block: 8px;
    padding-inline: 20px 44px;
  }
}
.p-header__item.--article.active span:last-child::before {
  background-image: url(../images/re/header-close.svg);
}

@media (max-width: 769px) {
  .p-header__item.--article.active span:last-child::before {
    right: 16px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 990px) {
  .p-header__item a {
    border-radius: 100px;
    border: 2px solid #044b9b;
    background: #fff;
    padding: 10px 16px;
    gap: 2px;
    color: #044b98;
    text-align: center;
    font-size: clamp(0.688rem, -0.813rem + 7.5vw, 0.875rem);
    justify-content: flex-start;
  }
}
/* フッター */
.p-footer {
  background-color: #fff;
  padding-block: 50px;
  border-top: 1px solid #dadada;
}

.l-footer__contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 990px) {
  .l-footer__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 30px;
  }
}
.p-footer__list {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-footer__list {
    gap: 16px;
  }
}
@media (max-width: 990px) {
  .p-footer__list:nth-of-type(1) {
    grid-column: 1/2;
  }
}
@media (max-width: 990px) and (max-width: 768px) {
  .p-footer__list:nth-of-type(1) {
    grid-column: 1/3;
  }
}
@media (max-width: 990px) {
  .p-footer__list:nth-of-type(2) {
    grid-column: 2/3;
  }
}
@media (max-width: 768px) {
  .p-footer__list:nth-of-type(2) {
    grid-column: 1/2;
  }
}
@media (max-width: 990px) {
  .p-footer__list:nth-of-type(3) {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .p-footer__list:nth-of-type(3) {
    grid-column: 2/3;
  }
}
.p-footer__link {
  color: #333;
  font-family: "Noto Sans";
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-footer__link.--bold {
  font-weight: 700;
  font-size: 16px;
}

.p-footer__link.--icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.p-footer__link.--in {
  padding-left: 18px;
  position: relative;
}

.p-footer__link.--gray {
  color: #757575;
  font-size: 12px;
}

@media (max-width: 768px) {
  .p-footer__link.--gray {
    font-size: 10px;
  }
}
.p-footer__link.--in::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background: #044b98;
}

.p-footer__icon-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px 40px;
}

@media (max-width: 768px) {
  .p-footer__icon-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-footer__link-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 990px) {
  .p-footer__link-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .p-footer__link-wrap {
    display: flex !important;
    flex-direction: column;
    margin-top: 40px;
  }
}
.p-footer__bottom {
  padding-block: 48px;
  background-color: #e5edf5;
  position: relative;
  z-index: 1;
}

.p-footer__bottom.--white {
  background-color: #fff;
}

@media (max-width: 768px) {
  .p-footer__link-wrap.bottom {
    display: none !important;
  }
}
.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.p-footer__bottom p {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .l-footer__bottom {
    flex-direction: column;
    gap: 30px;
  }
}
.p-footer__bottom-logo {
  display: block;
}

@media (max-width: 768px) {
  .p-footer__bottom-logo {
    width: 94%;
    order: 1;
  }
}
.p-footer__left {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

@media (max-width: 768px) {
  .p-footer__left {
    display: contents;
  }
}
.p-footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-footer__right.--white {
  justify-content: flex-end;
  align-items: flex-end;
  gap: 16px;
}

@media (max-width: 768px) {
  .p-footer__right {
    display: contents;
  }
}
@media (max-width: 768px) {
  .p-footer__mail {
    order: 5;
  }
}
.p-footer__btn-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-footer__btn-wrap {
    order: 3;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .p-footer__bottom-info {
    order: 2;
  }
}
.p-footer__bottom-info p,
.p-footer__bottom-info a {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mgen+ 1p";
}

.p-footer__bottom-info p span {
  font-weight: 500;
}

p.p-footer__bottom-tel span {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mgen+ 1p";
  display: inline-block;
  text-decoration: underline;
}

.p-footer__bottom-info p span.small {
  font-size: 16px;
}

.p-footer__bottom-sns {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .p-footer__bottom-sns {
    order: 4;
  }
}
.p-footer__bottom-sns p {
  color: #044b98;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  white-space: pre;
}

.p-footer__bottom-sns a {
  display: block;
}

@media (max-width: 768px) {
  .p-footer__tel-caption {
    color: #c62728;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: -6px;
  }
}
@media (max-width: 768px) {
  .p-footer__tel-caption span {
    font-family: Inter;
  }
}
.p-footer__caption {
  margin-bottom: 32px;
  max-width: 335px;
  margin-inline: auto;
  padding-block: 10px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  margin-inline: 0;
  padding-inline: 0;
}

@media (max-width: 768px) {
  .p-footer__caption {
    margin-bottom: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.p-footer__caption li {
  position: relative;
  padding-left: 14px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  list-style-type: none;
}

@media (max-width: 768px) {
  .p-footer__caption li {
    font-size: 12px;
  }
}
.p-footer__caption li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/* コピーライト */
.p-copyright {
  background-color: #044b98;
  padding-block: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-copyright {
    padding-block: 20px;
  }
}
.p-copyright small {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .p-copyright small {
    font-size: 10px;
  }
}
/* 検索 */
.p-search__wrap {
  position: fixed;
  top: 96px;
  left: 0;
  z-index: 200;
  width: 100%;
  height: calc(100vh - 96px);
  overflow-y: scroll;
  /* opacity: 0;
  visibility: hidden; */
  display: none;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 990px) {
  .p-search__wrap {
    top: 73px;
    height: calc(100vh - 73px);
  }
}
.p-search__wrap.active {
  /* opacity: 1;
  visibility: visible; */
  display: block;
}

.p-search {
  background-color: #ffffd4 !important;
}

.p-search__list {
  /* display: flex !important;
  gap: 27px !important;
  justify-content: center !important; */
}

@media (min-width: 769px) {
  .p-search__list {
    display: flex !important;
    gap: 27px !important;
    justify-content: center !important;
  }
}
.p-search__splide .splide__slide {
  flex-shrink: initial;
  flex: 1;
  max-width: 234px;
}

@media (max-width: 768px) {
  .p-search__splide .splide__slide {
    flex: auto;
    flex-shrink: 0;
    max-width: none;
  }
}
.search-custom-d {
  max-width: 705px;
  margin-inline: auto;
}

#searchform {
  border: 1px solid #757575;
  border-radius: 100px;
}

#searchform input[type=text] {
  /* color: #BDBDBD; */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

input#searchsubmit {
  color: transparent;
  width: 88px;
}

#searchform {
  position: relative;
}

#searchform::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(../images/re/search-form.svg);
}

#content-w {
  padding-top: 0 !important;
}

/* re.cssに追加するCSS */
/* タグ検索フォームの基本スタイル */
.classified-tag-search {
  background-color: #e5edf5;
  border-radius: 20px;
  display: flex;
  padding: 50px 0 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

@media (max-width: 768px) {
  .classified-tag-search {
    gap: 30px;
  }
}
.classified-tag-search-title {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .classified-tag-search-title {
    font-size: 24px;
  }
}
.classified-tag-search-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/re/icon-search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.classified-tag-search-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding-inline: 70px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .classified-tag-search-header {
    /* width: 93%; */
    padding-inline: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.classified-tag-search-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 768px) {
  .classified-tag-search-form {
    gap: 30px;
  }
}
.classified-filters-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.classified-filter {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-inline: 70px;
}

@media (max-width: 768px) {
  .classified-filter {
    padding-inline: 16px;
    flex-direction: column;
    gap: 16px;
  }
}
/* レスポンシブ対応のための隠しクラス */
@media (max-width: 768px) {
  .classified-filter-hidden-mobile {
    display: none;
  }
}
.classified-label {
  color: #044b98;
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 154px;
  margin: 0;
}

@media (max-width: 768px) {
  .classified-label {
    flex: auto;
    font-size: 16px;
  }
}
.classified-tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.classified-tag-filter {
  display: flex;
  padding-block: 8px;
  padding-inline: 30px 16px;
  align-items: flex-start;
  border-radius: 100px;
  border: 1px solid #044b9b;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .classified-tag-filter {
    padding-inline: 24px 16px;
  }
}
.classified-tag-label {
  color: #044b98;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 768px) {
  .classified-tag-label {
    font-size: 14px;
  }
}
.classified-tag-count {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 400;
}

@media (max-width: 768px) {
  .classified-tag-count {
    font-size: 11px;
  }
}
.classified-tag-filter::before {
  content: "#";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #044b98;
}

@media (max-width: 768px) {
  .classified-tag-filter::before {
    left: 12px;
  }
}
.classified-tag-filter:hover {
  background-color: #044b9b;
}

.classified-tag-filter:hover .classified-tag-label {
  color: #fff;
}

.classified-tag-filter:hover::before {
  color: #fff;
}

.classified-tag-filter.active {
  background-color: #044b9b;
}

.classified-tag-filter.active .classified-tag-label {
  color: #fff;
}

.classified-tag-filter.active::before {
  color: #fff;
}

/* アコーディオンコントロールのスタイル */
.classified-accordion-controls {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 769px) {
  .classified-accordion-controls {
    display: none;
  }
}
@media (max-width: 768px) {
  .classified-accordion-controls {
    display: flex !important;
  }
}
.classified-accordion-toggle {
  width: 87%;
  padding: 30px 32px;
  color: #044b98;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  outline: none !important;
  border-top: 2px solid #9fc3ea;
  border-bottom: 2px solid #9fc3ea;
}

@media (max-width: 768px) {
  .classified-accordion-toggle {
    padding: 20px 32px;
    font-size: 14px;
  }
}
.classified-accordion-toggle:hover {
  opacity: 0.8;
}

.classified-toggle-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.classified-toggle-icon.closed {
  background-image: url(../images/re/search-arrow-open.svg);
}

.classified-toggle-icon.open {
  background-image: url(../images/re/search-arrow-close.svg);
}

/* ボタンエリアのスタイル */
.classified-search-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 70px 50px;
}

@media (max-width: 768px) {
  .classified-search-button-container {
    padding: 0 16px 50px;
  }
}
.classified-selected-info {
  padding-inline: 70px;
}

@media (max-width: 768px) {
  .classified-selected-info {
    padding-inline: 16px;
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.classified-selected-info-container {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .classified-selected-info-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
/* 検索結果件数表示エリア */
.classified-selected-count {
  display: flex;
  align-items: center;
  flex: 0 0 160px;
}

@media (max-width: 768px) {
  .classified-selected-count {
    flex: auto;
  }
}
.post-count {
  color: #044b98;
  font-size: 14px;
  font-weight: 700;
}

.post-count-text {
  color: #044b98;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .post-count-text {
    font-size: 20px;
  }
}
.post-count-number {
  color: #c62728;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  padding-right: 2px;
}

.classified-selected-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.selected-tag-item {
  color: #044b98;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  position: relative;
}

@media (max-width: 768px) {
  .selected-tag-item {
    font-size: 12px;
    padding-left: 12px;
  }
}
.selected-tag-item::before {
  content: "＃";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.classified-result-count {
  color: #044b98;
  font-size: 14px;
  font-weight: 700;
}

.classified-result-count-number {
  color: #c62728;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .classified-result-count-number {
    font-size: 18px;
  }
}
/* 選択中のタグ表示エリア */
.classified-selected-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.classified-selected-tag {
  color: #044b9b;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 768px) {
  .classified-selected-tag {
    font-size: 14px;
  }
}
.classified-search-button {
  background-color: #c62728;
  color: #fff;
  border: 1px solid #c62728;
  border-radius: 100px;
  padding-block: 16px;
  padding-inline: 44px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  width: 100%;
  max-width: 335px;
  position: relative;
}

@media (max-width: 768px) {
  .classified-search-button {
    font-size: 14px;
  }
}
.classified-search-button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  background-image: url(../images/re/arrow-r.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}

.classified-search-button:hover {
  background-color: #c62728;
}

.classified-tag-search-all {
  border-radius: 100px;
  background: #044b98;
  border: 1px solid #044b98;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 8px;
  padding-inline: 16px 48px;
  position: relative;
}

@media (max-width: 768px) {
  .classified-tag-search-all {
    font-size: 14px;
  }
}
.classified-tag-search-all::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url(../images/re/arrow-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
}

.classified-tag-search-all:hover {
  background-color: #fff;
  color: #044b98;
  opacity: 1;
}

.classified-tag-search-all:hover::before {
  background-image: url(../images/re/arrow-b.svg);
}

/* タグ検索結果ページのスタイル */
.p-search__info {
  background: #e5edf5;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.p-search__count {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.p-search__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.p-search__tags-label {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.p-no-results {
  text-align: center;
  padding: 60px 20px;
  background: #e5edf5;
  border-radius: 8px;
}

.p-no-results h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.p-no-results p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.p-button {
  display: inline-block;
  background-color: #c62728;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.p-button:hover {
  background-color: #a51f20;
  color: white;
  text-decoration: none;
}

.p-search__result-count {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .p-search__info {
    padding: 15px;
    margin-bottom: 20px;
  }
  .p-search__count {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-search__tags {
    gap: 8px;
  }
  .p-no-results {
    padding: 40px 15px;
  }
  .p-no-results h2 {
    font-size: 20px;
  }
}/*# sourceMappingURL=re.css.map */