@charset "UTF-8";
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* =============================================================================
	topics 詳細：ACF 本文モジュール（page_module / .fc-*）
	Figma「2605_フェアLPをCMS制作化」PC 49:97 / SP 49:99 準拠
	PC: min-width:1024px / SP: max-width:1023px（topics.scss と同じ流儀）
   ============================================================================= */
/* ---- 固定パーツ（newshead / MV / lead）------------------------------------ */
.blog_container .blog_side .list_wrap .top_link {
  display: none;
}

.st-Content:has(.blog_container) {
  overflow: visible;
  overflow-x: clip;
  overflow-y: visible;
}

@media print, screen and (max-width: 1023px) {
  [data-sc-pc] {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  [data-sc-sp] {
    display: none !important;
  }
}
.blog_single .fc-newshead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog_single .fc-newshead {
    gap: 15px;
  }
}
.blog_single .fc-newshead-date {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 2.2;
  font-weight: 500;
  color: #999;
}
@media only screen and (max-width: 1023px) {
  .blog_single .fc-newshead-date {
    font-size: 13px;
  }
}
.blog_single .fc-newshead-label {
  position: relative;
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #21377d;
}
@media only screen and (max-width: 1023px) {
  .blog_single .fc-newshead-label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.blog_single .fc-newshead-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #d9d9d9;
}
.blog_single .blog_single-heading.-catch {
  margin: 3px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.79;
  letter-spacing: 0.05em;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single .blog_single-heading.-catch {
    font-size: 18px;
    line-height: 1.67;
  }
}
.blog_single .fc-mv {
  width: 100%;
  max-width: 920px;
  aspect-ratio: 920/569;
}
@media only screen and (max-width: 1023px) {
  .blog_single .fc-mv {
    aspect-ratio: 375/232;
  }
}
.blog_single .fc-mv--square {
  aspect-ratio: 1/1;
}
.blog_single .fc-lead {
  margin-top: 50px;
  padding: 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.375;
  letter-spacing: 0.02em;
  color: #333333;
}
@media only screen and (max-width: 1023px) {
  .blog_single .fc-lead {
    margin-top: 30px;
    padding: 0 25px;
    line-height: 1.8;
  }
}

/* ---- モジュール共通 -------------------------------------------------------- */
.blog_single-contents.fc-modules {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.blog_single-contents.fc-modules {
  /* 画像トリミング枠（既存 .-of と併用） */
}
.blog_single-contents.fc-modules .fc-figure-img > img, .blog_single-contents.fc-modules .fc-photocomment-img > img, .blog_single-contents.fc-modules .fc-writer-avatar > img, .blog_single-contents.fc-modules .fc-access-map > img, .blog_single-contents.fc-modules .fc-slider-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog_single-contents.fc-modules {
  /* === 余白（スペーサー：大80(SP70)/中40/小20） ============================ */
}
.blog_single-contents.fc-modules .fc-spacer--lg {
  height: 80px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-spacer--lg {
    height: 70px;
  }
}
.blog_single-contents.fc-modules .fc-spacer--md {
  height: 40px;
}
.blog_single-contents.fc-modules .fc-spacer--sm {
  height: 20px;
}
.blog_single-contents.fc-modules {
  /* === 自由入力（ネスト） =================================================== */
}
.blog_single-contents.fc-modules .fc-free > * + * {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-free > * + * {
    margin-top: 20px;
  }
}
.blog_single-contents.fc-modules .fc-h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.7;
  color: #263779;
  padding-bottom: 20px;
  border-bottom: 1px solid #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-h2 {
    font-size: 18px;
  }
}
.blog_single-contents.fc-modules .fc-h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-h3 {
    font-size: 16px;
    line-height: 1.8;
  }
}
.blog_single-contents.fc-modules .fc-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #333333;
}
.blog_single-contents.fc-modules .fc-text p {
  margin: 0;
}
.blog_single-contents.fc-modules .fc-text p + p {
  margin-top: 1.5em;
}
.blog_single-contents.fc-modules .fc-text strong {
  font-weight: 600;
}
.blog_single-contents.fc-modules .fc-text a {
  color: #263779;
  text-decoration: underline;
}
.blog_single-contents.fc-modules .fc-text h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-text h2 {
    font-size: 18px;
  }
}
.blog_single-contents.fc-modules .fc-text h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.6;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-text h3 {
    font-size: 16px;
  }
}
.blog_single-contents.fc-modules .fc-text ul {
  list-style: none;
  padding: 0;
}
.blog_single-contents.fc-modules .fc-text ul li {
  position: relative;
  padding-left: 20px;
}
.blog_single-contents.fc-modules .fc-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #263779;
}
.blog_single-contents.fc-modules .fc-text ol {
  padding-left: 1.4em;
}
.blog_single-contents.fc-modules {
  /* 番号なしリスト */
}
.blog_single-contents.fc-modules .fc-ul {
  list-style: none;
  padding: 0;
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-ul {
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-ul li {
  position: relative;
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #4e4e4e;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-ul li {
    line-height: 1.6;
  }
}
.blog_single-contents.fc-modules .fc-ul li + li {
  margin-top: 5px;
}
.blog_single-contents.fc-modules .fc-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #caa846;
}
.blog_single-contents.fc-modules {
  /* 番号ありリスト */
}
.blog_single-contents.fc-modules .fc-ol {
  list-style: none;
  padding: 0;
  margin: 80px 0 0 0;
  counter-reset: fcol;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-ol {
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-ol li {
  position: relative;
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #4e4e4e;
  counter-increment: fcol;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-ol li {
    line-height: 1.6;
  }
}
.blog_single-contents.fc-modules .fc-ol li + li {
  margin-top: 5px;
}
.blog_single-contents.fc-modules .fc-ol li::before {
  content: counter(fcol) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  color: #caa846;
}
.blog_single-contents.fc-modules {
  /* テーブル（自由入力内） */
}
.blog_single-contents.fc-modules .fc-table {
  border-top: 1px solid #e0e0e0;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-table {
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog_single-contents.fc-modules .fc-table-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 20px;
  background: #f4f4f2;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #263779;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-table-term {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 11px 20px;
  }
}
.blog_single-contents.fc-modules .fc-table-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 20px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333333;
}
.blog_single-contents.fc-modules .fc-table-desc p {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-table-desc {
    padding: 10px;
    line-height: 1.7;
  }
}
.blog_single-contents.fc-modules {
  /* リンクボタン（自由入力内） */
}
.blog_single-contents.fc-modules .fc-link {
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-link {
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 12px 20px;
  background: #23377c;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.blog_single-contents.fc-modules .fc-link a::after {
  content: ">";
  font-size: 16px;
  line-height: 1;
}
@media (hover: hover) {
  .blog_single-contents.fc-modules .fc-link a:hover {
    opacity: 0.8;
  }
}
.blog_single-contents.fc-modules {
  /* === 見出しアイコン ======================================================= */
}
.blog_single-contents.fc-modules .fc-heading-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 80px;
  font-family: "Noto Serif JP", serif;
  -webkit-box-shadow: 5px 5px 0 0 #d4d8e7;
          box-shadow: 5px 5px 0 0 #d4d8e7;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-heading-icon {
    -webkit-box-shadow: 4px 4px 0 0 #d4d8e7;
            box-shadow: 4px 4px 0 0 #d4d8e7;
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-heading-icon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #263779;
  font-size: 17px;
  font-weight: 500;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-heading-icon-label {
    font-size: 13px;
    padding: 2px 12px;
  }
}
.blog_single-contents.fc-modules .fc-heading-icon-num {
  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;
  min-width: 40px;
  background: #263779;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-heading-icon-num {
    min-width: 32px;
    font-size: 16px;
    padding: 0 2px;
  }
}
.blog_single-contents.fc-modules {
  /* === 強調テキスト ========================================================= */
}
.blog_single-contents.fc-modules .fc-emphasis {
  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: 20px;
  margin-top: 100px;
  margin-bottom: -40px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333333;
}
.blog_single-contents.fc-modules .fc-emphasis::before, .blog_single-contents.fc-modules .fc-emphasis::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-emphasis::before, .blog_single-contents.fc-modules .fc-emphasis::after {
    -ms-flex-preferred-size: 24px;
        flex-basis: 24px;
    width: 24px;
    height: 32px;
  }
}
.blog_single-contents.fc-modules .fc-emphasis::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='38'%3E%3Cline x1='1' y1='1' x2='27' y2='37' stroke='%23333333' stroke-width='1'/%3E%3C/svg%3E");
}
.blog_single-contents.fc-modules .fc-emphasis::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='38'%3E%3Cline x1='1' y1='37' x2='27' y2='1' stroke='%23333333' stroke-width='1'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-emphasis {
    margin-top: 64px;
    font-size: 16px;
    line-height: 1.8;
    gap: 10px;
  }
}
.blog_single-contents.fc-modules {
  /* === ボタン（青/黄/TEL） ================================================== */
}
.blog_single-contents.fc-modules .fc-buttons {
  margin-top: 80px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-buttons {
    margin-top: 70px;
    gap: 10px;
  }
}
.blog_single-contents.fc-modules .fc-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: 15px;
  width: 380px;
  max-width: 100%;
  height: 90px;
  padding: 12px 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .blog_single-contents.fc-modules .fc-btn:hover {
    opacity: 0.85;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn {
    width: 295px;
    height: 60px;
    font-size: 16px;
    gap: 10px;
  }
}
.blog_single-contents.fc-modules .fc-btn--blue {
  background: #286eb4;
  position: relative;
}
.blog_single-contents.fc-modules .fc-btn--blue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(130.75deg, #FFFFFF 25.79%, #000000 86.48%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.blog_single-contents.fc-modules .fc-btn--yellow {
  background: #caa846;
  position: relative;
}
.blog_single-contents.fc-modules .fc-btn--yellow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(130.75deg, #FFFFFF 25.79%, #000000 86.48%);
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.blog_single-contents.fc-modules .fc-btn .fc-btn-arrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn .fc-btn-arrow {
    width: 17px;
    height: 17px;
  }
}
.blog_single-contents.fc-modules .fc-btn .fc-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 44%;
  width: 6px;
  height: 6px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn .fc-btn-arrow::before {
    width: 4px;
    height: 4px;
    border-width: 1px;
  }
}
.blog_single-contents.fc-modules .fc-btn--blue .fc-btn-arrow::before {
  border-color: #286eb4;
}
.blog_single-contents.fc-modules .fc-btn--yellow .fc-btn-arrow::before {
  border-color: #caa846;
}
.blog_single-contents.fc-modules .fc-btn--tel {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #98823c;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn--tel {
    pointer-events: auto;
  }
}
.blog_single-contents.fc-modules .fc-btn--tel .fc-btn-tel-sub {
  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;
  width: 100%;
  height: 31px;
  background: #98823c;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn--tel .fc-btn-tel-sub {
    min-height: 21px;
    font-size: 12px;
  }
}
.blog_single-contents.fc-modules .fc-btn--tel .fc-btn-tel-num {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #98823c;
  font-family: "Noto Serif JP", serif;
  font-size: 41px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn--tel .fc-btn-tel-num {
    font-size: 28px;
    line-height: 1.3;
  }
}
.blog_single-contents.fc-modules .fc-btn--tel .fc-btn-tel-num .small {
  font-size: 31px;
  padding-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-btn--tel .fc-btn-tel-num .small {
    font-size: 20px;
  }
}
.blog_single-contents.fc-modules {
  /* === 画像＋キャプション =================================================== */
}
.blog_single-contents.fc-modules .fc-figure {
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-figure {
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-figure .fc-figure-img {
  aspect-ratio: 840/519;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-figure .fc-figure-img {
    aspect-ratio: 351/217;
    width: calc(100vw - 24px);
    max-width: none;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.blog_single-contents.fc-modules .fc-caption {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0;
  color: #333333;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-caption {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.blog_single-contents.fc-modules .fc-figure2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-figure2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
    padding: 0 10px;
    gap: 40px;
  }
}
.blog_single-contents.fc-modules .fc-figure2-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin: 0;
}
.blog_single-contents.fc-modules .fc-figure2-item .fc-figure-img {
  aspect-ratio: 400/247;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-figure2-item .fc-figure-img {
    aspect-ratio: 305/189;
  }
}
.blog_single-contents.fc-modules {
  /* === スライド用画像セット ================================================= */
}
.blog_single-contents.fc-modules .fc-slider {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-slider {
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-slider::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 496px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-slider::after {
    width: 20px;
    height: 320px;
  }
}
.blog_single-contents.fc-modules .fc-slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.blog_single-contents.fc-modules .fc-slider-track::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-slider-track {
    gap: 20px;
  }
}
.blog_single-contents.fc-modules .fc-slider-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 350px;
  height: 496px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-slider-item {
    -ms-flex-preferred-size: 226px;
        flex-basis: 226px;
    width: 225px;
    height: 319px;
  }
}
.blog_single-contents.fc-modules .fc-slider-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog_single-contents.fc-modules .fc-slider-bar {
  position: relative;
  height: 5px;
  margin-top: 40px;
  background: #eeeeee;
  border-radius: 8px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-slider-bar {
    margin-top: 30px;
  }
}
.blog_single-contents.fc-modules .fc-slider-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  height: 15px;
  width: 64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3b4a87;
  border-radius: 12px;
  cursor: -webkit-grab;
  cursor: grab;
  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;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blog_single-contents.fc-modules .fc-slider-thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.blog_single-contents.fc-modules .fc-slider-thumb::before, .blog_single-contents.fc-modules .fc-slider-thumb::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.blog_single-contents.fc-modules .fc-slider-thumb::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.blog_single-contents.fc-modules .fc-slider-thumb::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.blog_single-contents.fc-modules {
  /* === 写真つきコメント ===================================================== */
}
.blog_single-contents.fc-modules .fc-photocomment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 80px;
  padding-bottom: 20px;
}
.blog_single-contents.fc-modules .fc-photocomment::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 40px;
  right: 0;
  bottom: 0;
  background: #e9ebf1;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-photocomment {
    display: block;
    padding: 20px 15px;
    margin-top: 70px;
    background: #e9ebf1;
  }
  .blog_single-contents.fc-modules .fc-photocomment::before {
    content: none;
  }
}
.blog_single-contents.fc-modules .fc-photocomment-img {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  aspect-ratio: 300/186;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-photocomment-img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    aspect-ratio: 295/183;
  }
}
.blog_single-contents.fc-modules .fc-photocomment-text {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0;
  color: #333333;
}
.blog_single-contents.fc-modules .fc-photocomment-text p {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-photocomment-text {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    margin: 15px 0 0;
    line-height: 1.8;
  }
}
.blog_single-contents.fc-modules {
  /* === 引用ボックス（飾り線で囲うだけ・非アコーディオン） ================== */
}
.blog_single-contents.fc-modules .fc-quote {
  position: relative;
  padding: 30px;
  margin-top: 80px;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-quote {
    padding: 20px 15px;
    margin-top: 70px;
  }
}
.blog_single-contents.fc-modules .fc-quote::before, .blog_single-contents.fc-modules .fc-quote::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 0 solid #23377c;
}
.blog_single-contents.fc-modules .fc-quote::before {
  top: -1px;
  left: -1px;
  border-top-width: 2px;
  border-left-width: 2px;
}
.blog_single-contents.fc-modules .fc-quote::after {
  bottom: -1px;
  right: -1px;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.blog_single-contents.fc-modules .fc-quote-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0;
  color: #333333;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-quote-text {
    line-height: 1.8;
  }
}
.blog_single-contents.fc-modules .fc-quote-text p {
  margin: 0;
}
.blog_single-contents.fc-modules {
  /* === ライター ============================================================= */
}
.blog_single-contents.fc-modules .fc-writer {
  position: relative;
  padding: 40px 30px;
  margin-top: 100px;
  background: #f4f4f2;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-writer {
    padding: 40px 16px 24px;
    margin-top: 90px;
  }
}
.blog_single-contents.fc-modules .fc-writer-label {
  position: absolute;
  top: -9px;
  left: 28px;
  font-family: "Meddon", cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #caa846;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-writer-label {
    left: 16px;
    top: -17px;
  }
}
.blog_single-contents.fc-modules .fc-writer-inner {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .blog_single-contents.fc-modules .fc-writer-inner {
    position: relative;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
    row-gap: 10px;
    min-height: 100px;
    padding-right: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-writer-inner {
    -ms-grid-columns: 1fr 16px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto 16px auto;
        grid-template-areas: "meta avatar" "bio bio";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
.blog_single-contents.fc-modules .fc-writer-meta {
  grid-area: meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
}
@media only screen and (min-width: 1024px) {
  .blog_single-contents.fc-modules .fc-writer-meta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-writer-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog_single-contents.fc-modules .fc-writer-role {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  color: #263779;
}
.blog_single-contents.fc-modules .fc-writer-name {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #263779;
}
.blog_single-contents.fc-modules .fc-writer-bio {
  grid-area: bio;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 0;
  color: #333333;
}
@media only screen and (min-width: 1024px) {
  .blog_single-contents.fc-modules .fc-writer-bio {
    line-height: 1.7;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: 2/1;
  }
}
.blog_single-contents.fc-modules .fc-writer-avatar {
  grid-area: avatar;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 1023px){
  .blog_single-contents.fc-modules .fc-writer-meta {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .blog_single-contents.fc-modules .fc-writer-bio {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .blog_single-contents.fc-modules .fc-writer-avatar {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_single-contents.fc-modules .fc-writer-avatar {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-writer-avatar {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    margin-top: -20px;
  }
}
.blog_single-contents.fc-modules {
  /* === セクション見出し（共通：英＋和） ==================================== */
}
.blog_single-contents.fc-modules .fc-sec-head {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  color: #263779;
  margin-bottom: 24px;
}
.blog_single-contents.fc-modules .fc-sec-head2 {
  text-align: center;
  margin-bottom: 18px;
}
.blog_single-contents.fc-modules .fc-sec-head2-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-sec-head2-en {
    font-size: 30px;
  }
}
.blog_single-contents.fc-modules .fc-sec-head2-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-sec-head2-ja {
    font-size: 16px;
  }
}
.blog_single-contents.fc-modules {
  /* === 概要表 =============================================================== */
}
.blog_single-contents.fc-modules .fc-overview {
  margin-top: 80px;
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-overview {
    margin-top: 70px;
    width: calc(100vw - 24px);
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  margin: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-overview .fc-deftable {
    gap: 0;
    margin: 30px 13px;
  }
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-overview .fc-deftable-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 20px;
  background: #e9ebf1;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #263779;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-overview .fc-deftable-term {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 11px 20px;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-overview .fc-deftable-desc {
    padding: 11px 20px;
  }
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-desc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-desc li {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #263779;
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-desc li + li {
  margin-top: 6px;
}
.blog_single-contents.fc-modules .fc-overview .fc-deftable-desc li::before {
  display: none;
}
.blog_single-contents.fc-modules .fc-overview .fc-sec-head {
  margin: 0;
  padding: 7.5px 30px;
  text-align: center;
  background: #405192;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-overview .fc-sec-head {
    font-size: 22px;
    line-height: 2.3;
    padding: 7.5px;
  }
}
.blog_single-contents.fc-modules {
  /* === FAQ表（Q帯＋A常時表示・非アコーディオン） ========================= */
}
.blog_single-contents.fc-modules .fc-faq {
  padding: 17px 40px 50px;
  margin-top: 80px;
  background: #f5f5f5;
  border-radius: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-faq {
    margin-top: 70px;
    margin-left: 50%;
    padding: 24px 16px;
    width: calc(100vw - 24px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.blog_single-contents.fc-modules .fc-faq .fc-sec-head2-en {
  font-family: "Meddon", cursive;
}
.blog_single-contents.fc-modules .fc-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.blog_single-contents.fc-modules .fc-faq-q, .blog_single-contents.fc-modules .fc-faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px 15px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-faq-q, .blog_single-contents.fc-modules .fc-faq-a {
    padding: 10px;
  }
}
.blog_single-contents.fc-modules .fc-faq-q {
  background: #e9ebf1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-faq-q {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.blog_single-contents.fc-modules .fc-faq-a {
  background: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog_single-contents.fc-modules .fc-faq-mark {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-faq-mark {
    font-size: 18px;
  }
}
.blog_single-contents.fc-modules .fc-faq-q-text {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #263779;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-faq-q-text {
    font-size: 16px;
  }
}
.blog_single-contents.fc-modules .fc-faq-a-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0;
  color: #333333;
}
.blog_single-contents.fc-modules .fc-faq-a-text p {
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-faq-a-text {
    line-height: 1.6;
  }
}
.blog_single-contents.fc-modules {
  /* === 特典表 =============================================================== */
}
.blog_single-contents.fc-modules .fc-benefit {
  position: relative;
  padding: 36px 40px 47px;
  margin-top: 80px;
  background: #e9ebf1;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit {
    padding: 24px 13px;
    margin-top: 70px;
    margin-left: 50%;
    width: calc(100vw - 24px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.blog_single-contents.fc-modules .fc-benefit::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #263779;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit::before {
    inset: 4px;
  }
}
.blog_single-contents.fc-modules .fc-benefit .fc-sec-head2 {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit .fc-sec-head2 {
    margin-bottom: 24px;
  }
}
.blog_single-contents.fc-modules .fc-benefit .fc-sec-head2-ja {
  font-size: 18px;
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit .fc-sec-head2-ja {
    font-size: 16px;
  }
}
.blog_single-contents.fc-modules .fc-benefit-body {
  position: relative;
  background: #fff;
  padding: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit-body {
    padding: 20px 10px;
  }
}
.blog_single-contents.fc-modules .fc-benefit-group + .fc-benefit-group {
  margin-top: 20px;
}
.blog_single-contents.fc-modules .fc-benefit-group-title {
  display: block;
  padding: 7px 20px;
  background: #263779;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit-group-title {
    padding: 8px 10px;
    line-height: 1;
  }
}
.blog_single-contents.fc-modules .fc-benefit-group-body {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #263779;
}
.blog_single-contents.fc-modules .fc-benefit-group-body p {
  margin: 0;
}
.blog_single-contents.fc-modules .fc-benefit-group-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_single-contents.fc-modules .fc-benefit-group-body li {
  position: relative;
  padding-left: 46px;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit-group-body li {
    padding-left: 36px;
    line-height: 1.7;
  }
}
.blog_single-contents.fc-modules .fc-benefit-group-body li::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0.6em;
  width: 13px;
  height: 13px;
  background: #caa846;
  border-radius: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-benefit-group-body li::before {
    left: 10px;
  }
}
.blog_single-contents.fc-modules {
  /* === アクセス ============================================================= */
}
.blog_single-contents.fc-modules .fc-access {
  padding: 40px;
  background-color: #4c5990;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-access {
    padding: 28px 16px;
  }
}
.blog_single-contents.fc-modules .fc-access .fc-sec-head2-en, .blog_single-contents.fc-modules .fc-access .fc-sec-head2-ja {
  color: #fff;
}
.blog_single-contents.fc-modules .fc-access-map {
  aspect-ratio: 760/473;
  overflow: hidden;
  background: #fff;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-access-map {
    aspect-ratio: 1/1;
  }
}
.blog_single-contents.fc-modules .fc-access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.blog_single-contents.fc-modules .fc-access-info {
  max-width: 610px;
  margin: 24px auto 0;
  text-align: center;
}
.blog_single-contents.fc-modules .fc-access-address {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-access-address {
    line-height: 1.8;
  }
}
.blog_single-contents.fc-modules .fc-access-note {
  margin-top: 16px;
  padding: 0 10px;
  border: 1px solid #a8a8a8;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules .fc-access-note {
    margin-top: 20px;
    padding: 10px;
    line-height: 1.6;
  }
}
.blog_single-contents.fc-modules.fc-access-fixed {
  margin-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents.fc-modules.fc-access-fixed {
    width: calc(100vw - 24px);
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* === ページナビゲーション（PREV / トピックスに戻る / NEXT） ============== */
.fc-pager {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px auto 20px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 591px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 1023px) {
  .fc-pager {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    max-width: 235px;
    margin-top: 45px;
  }
}
.fc-pager-back {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-width: 280px;
  min-height: 54px;
  padding: 8px 36px;
  background: #24377c;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .fc-pager-back:hover {
    opacity: 0.85;
  }
}
@media only screen and (max-width: 1023px) {
  .fc-pager-back {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: stretch;
        justify-self: stretch;
    min-width: 0;
    min-height: 45px;
    font-size: 12px;
    padding: 8px 20px;
  }
}
.fc-pager-prev, .fc-pager-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #333333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .fc-pager-prev:hover, .fc-pager-next:hover {
    opacity: 0.7;
  }
}
.fc-pager-prev::before, .fc-pager-prev::after, .fc-pager-next::before, .fc-pager-next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.fc-pager-prev {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-column-align: start;
      justify-self: start;
}
.fc-pager-prev::after {
  display: none;
}
.fc-pager-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 1023px) {
  .fc-pager-prev {
    -ms-grid-row: 2;
    grid-row: 2;
    margin-left: 22px;
  }
}
.fc-pager-next {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-column-align: end;
      justify-self: end;
}
.fc-pager-next::before {
  display: none;
}
.fc-pager-next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 1023px) {
  .fc-pager-next {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-right: 22px;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
body {
  background-color: #f4f4f2;
}
body.topics-single {
  background-color: #fff;
}

.-of {
  display: block;
  overflow: hidden;
}
.-of > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 16px;
  margin-right: 8px;
}

.-wrap_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.-wrap_link ~ .thumb img {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.3s;
  transition: transform 0.4s, opacity 0.3s, -webkit-transform 0.4s;
  will-change: transform;
}
@media (hover: hover) {
  .-wrap_link:hover ~ .thumb img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0.7;
  }
}

.-line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.-line_clamp.-line2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media only screen and (max-width: 1023px) {
  .-line_clamp.-line2 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.-line_clamp.-line3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media only screen and (max-width: 1023px) {
  .-line_clamp.-sp_line3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media only screen and (max-width: 1023px) {
  .-content_header {
    padding-top: 64px;
  }
}
.-content_header .-sec_tit {
  margin-top: 210px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .-content_header .-sec_tit {
    margin-top: 10px;
  }
}
.-content_header .-sec_tit .title span {
  display: block;
  text-align: center;
}
.-content_header .-sec_tit .title .-sub_txt {
  color: #21377d;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .-content_header .-sec_tit .title .-sub_txt {
    font-size: 30px;
    line-height: 1.9;
  }
}
.-content_header .-sec_tit .title .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .-content_header .-sec_tit .title .ja {
    font-size: 13px;
    line-height: 2.1;
    margin-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .st-Footer {
    margin-top: 100px;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  .blog_container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 80px auto 0;
    padding: 0 40px 0 60px;
    max-width: 1340px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 40px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_container.archive, .blog_container.detail {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_container.archive, .blog_container.detail {
    margin-top: 121px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_container.detail {
    -ms-grid-columns: auto 0 920px;
    grid-template-columns: auto 920px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .blog_side {
    width: 192px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_side {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_side .list_wrap {
    position: sticky;
    top: 150px;
  }
}
.blog_side .list_wrap .top_link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 22px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  padding: 9.5px 16px 9.5px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.blog_side .list_wrap .top_link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../asset/img/ico_btn_arrow02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (hover: hover) {
  .blog_side .list_wrap .top_link:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_side .list_wrap .top_link + .list {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list {
    padding-top: 64px;
    border-top: 1px solid #dcdcdc;
  }
}
.blog_side .list_wrap .list .item:not(:first-of-type) {
  margin-top: 40px;
}
.blog_side .list_wrap .list .item .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 2.1;
  letter-spacing: 0;
  color: #21377d;
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .title {
    font-size: 24px;
  }
}
.blog_side .list_wrap .list .item .category_wrap {
  margin-top: 16px;
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .category_wrap {
    margin-top: 16px;
  }
}
.blog_side .list_wrap .list .item .category_wrap .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.blog_side .list_wrap .list .item .category_wrap .category:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  margin-top: 14px;
  background-color: #21377d;
}
.blog_side .list_wrap .list .item .category_wrap .category:not(:first-of-type) {
  margin-top: 19px;
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .category_wrap .category:not(:first-of-type) {
    margin-top: 8px;
  }
}
.blog_side .list_wrap .list .item .category_wrap .category > a {
  color: #21377d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .category_wrap .category > a {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .blog_side .list_wrap .list .item .category_wrap .category > a:hover {
    color: #b0985a;
  }
}
.blog_side .list_wrap .list .item .category_wrap .category > a .ja {
  margin-top: -2px;
  font-size: 11px;
  line-height: 2;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #303030;
}
.blog_side .list_wrap .list .item .select_wrap {
  position: relative;
  margin-top: 16px;
  font-size: 14px;
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .select_wrap {
    margin-right: 16px;
  }
}
.blog_side .list_wrap .list .item .select_wrap:after {
  content: "";
  pointer-events: none;
  width: 5px;
  height: 9px;
  background-image: url(../../asset/img/ico_btn_arrow03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-100%);
          transform: rotate(90deg) translateX(-100%);
}
.blog_side .list_wrap .list .item .select_wrap select {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 15px;
  color: #666;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.blog_side .list_wrap .list .item .tag_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .blog_side .list_wrap .list .item .tag_wrap {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .tag_wrap {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
.blog_side .list_wrap .list .item .tag_wrap .tag > a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .blog_side .list_wrap .list .item .tag_wrap .tag > a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_side .list_wrap .list .item .tag_wrap .tag > a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.blog_side .list_wrap .list .item .tag_wrap .tag > a::before {
  content: "#";
}
@media (hover: hover) {
  .blog_side .list_wrap .list .item .tag_wrap .tag > a:hover {
    color: #21377d;
  }
}

@media only screen and (min-width: 1024px) {
  .blog_main {
    min-width: 700px;
  }
}

.blog_archives_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list {
    padding-inline: 12px;
    gap: 25px;
  }
}
.blog_archives_list .item {
  width: 320px;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item {
    width: 100%;
    padding: 13px;
  }
}
.blog_archives_list .item .link {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.blog_archives_list .item .link .text_box {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 16px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box {
    width: calc(100% - 105px);
    padding: 0 0 0 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.blog_archives_list .item .link .text_box .category_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_list .item .link .text_box .category_box {
    margin-top: 2px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .category_box {
    -webkit-column-gap: 11px;
       -moz-column-gap: 11px;
            column-gap: 11px;
  }
}
.blog_archives_list .item .link .text_box .category_box .category {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #21377d;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .category_box .category {
    font-size: 10px;
    line-height: 1.4;
  }
}
.blog_archives_list .item .link .text_box .-catch.-lv2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 2px;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .-catch.-lv2 {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 0;
  }
}
.blog_archives_list .item .link .text_box .data_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_list .item .link .text_box .data_wrap {
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .data_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog_archives_list .item .link .text_box .data_wrap .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 2.5;
  letter-spacing: 0;
  color: #999;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .data_wrap .date {
    font-size: 10px;
  }
}
.blog_archives_list .item .link .text_box .data_wrap .tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4px;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_list .item .link .text_box .data_wrap .tag_box {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .data_wrap .tag_box {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 8px;
  }
}
.blog_archives_list .item .link .text_box .data_wrap .tag_box .tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.blog_archives_list .item .link .text_box .data_wrap .tag_box .tag::before {
  content: "#";
}
@media only screen and (min-width: 1024px) {
  .blog_archives_list .item .link .text_box .data_wrap .tag_box .tag {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .text_box .data_wrap .tag_box .tag {
    font-size: 10px;
  }
}
.blog_archives_list .item .link .thumb {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_list .item .link .thumb {
    width: 320px;
    height: 198px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_list .item .link .thumb {
    width: 105px;
    height: 105px;
  }
}

@media only screen and (min-width: 1024px) {
  .blog_archives_archive {
    margin-top: 96px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_archives_archive + .blog_archives_pager {
    margin-top: 102px;
  }
}
.blog_archives_archive .archive_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #21377d;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_archive .archive_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive .archive_title {
    font-size: 18px;
  }
}
.blog_archives_archive .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_archive .list {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive .list {
    margin-top: 32px;
  }
}
.blog_archives_archive .list .item {
  width: 320px;
}
.blog_archives_archive .list .item .link {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive .list .item .link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.blog_archives_archive .list .item .link .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 380/250;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive .list .item .link .thumb {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.blog_archives_archive .list .item .link .text_box {
  padding: 16px 13px;
  background-color: #fff;
}
.blog_archives_archive .list .item .link .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_archive .list .item .link .title {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive .list .item .link .title {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.667;
    color: #303030;
    margin-top: 8px;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.blog_archives_archive .list .item .link .date {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 2.5;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_archive .list .item .link .date {
    font-size: 10px;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
.blog_archives_archive .list .item .link .category {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #21377d;
  margin-top: 2px;
}

.blog_archives_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .blog_archives_pager {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_archives_pager {
    margin-top: 64px;
    padding-inline: 24px;
  }
}
.blog_archives_pager .page-numbers {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  color: #4e4e4e;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
@media only screen and (max-width: 1023px) {
  .blog_archives_pager .page-numbers {
    min-width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.blog_archives_pager span.current {
  color: #fff;
  background-color: #21377d;
  border-color: #21377d;
}
.blog_archives_pager .dots {
  border-color: transparent;
  background-color: transparent;
}
.blog_archives_pager .prev img,
.blog_archives_pager .next img {
  width: 6px;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .blog_archives_pager .prev:hover img,
  .blog_archives_pager .next:hover img {
    opacity: 0.7;
  }
}
.blog_archives_pager .prev img {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (hover: hover) {
  .blog_archives_pager a.page-numbers:hover {
    color: #21377d;
    border-color: #21377d;
  }
}

@media only screen and (min-width: 1024px) {
  .blog_single {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single-box {
    padding: 0 12px;
  }
}
.blog_single-category {
  font-size: 16px;
  color: #21377d;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .blog_single-category {
    font-size: 14px;
  }
}
.blog_single-category > a {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (hover: hover) {
  .blog_single-category > a:hover {
    color: #b0985a;
  }
}
.blog_single-category + .blog_single-heading {
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-category + .blog_single-heading {
    margin-top: 16px;
  }
}
.blog_single-date_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-date_tags {
    display: block;
    margin-top: 16px;
  }
}
.blog_single-date {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .blog_single-date {
    font-size: 13px;
  }
}
.blog_single-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .blog_single-tags {
    margin-top: 24px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    font-size: 12px;
  }
}
.blog_single-tags > li > a {
  display: block;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.blog_single-tags > li > a::before {
  content: "#";
}
@media (hover: hover) {
  .blog_single-tags > li > a:hover {
    color: #21377d;
  }
}
.blog_single-eyecatch {
  width: 100%;
  margin-top: 32px;
}
.blog_single-contents {
  padding: 0 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #4e4e4e;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents {
    margin-top: 50px;
    padding: 0 25px;
    font-size: 14px;
  }
}
.blog_single-contents :where(p + *, * + p) {
  margin-top: 2em;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents :where(p + *, * + p) {
    margin-top: 1.9em;
  }
}
.blog_single-contents span[data-mce-p-src*=youtube] {
  display: block;
  width: 100%;
}
.blog_single-contents iframe[src*=youtube] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.blog_single-contents h2 {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #303030;
  padding-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents h2 {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}
.blog_single-contents h2 + p {
  margin-top: 24px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents h2 + p {
    margin-top: 16px;
  }
}
.blog_single-contents h3 {
  margin-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #21377d;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents h3 {
    margin-top: 10px;
  }
}
.blog_single-contents h3 + p {
  margin-top: 8px;
}
.blog_single-contents h4 {
  margin-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #303030;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents h4 {
    margin-top: 40px;
  }
}
.blog_single-contents h4 + p {
  margin-top: 8px;
}
.blog_single-contents strong {
  font-weight: 400;
}
.blog_single-contents img {
  display: block;
  width: 100%;
  height: auto;
}
.blog_single-contents p:not([class]) > img {
  display: inline-block;
}
.blog_single-contents a:not(.link-button) {
  color: #000;
  text-decoration: underline;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media (hover: hover) {
  .blog_single-contents a:not(.link-button):hover {
    text-decoration: none;
  }
}
.blog_single-contents blockquote {
  background-color: #f4f4f2;
  padding: 28px;
  margin: 40px 0 0;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents blockquote {
    padding: 20px;
    margin: 64px 8px 0;
  }
}
.blog_single-contents blockquote h3 {
  margin-top: 0;
}
.blog_single-contents blockquote p {
  margin-top: 1em;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents blockquote p {
    margin-top: 2em;
  }
}
.blog_single-contents blockquote *:first-child {
  margin-top: 0;
}
.blog_single-contents ol,
.blog_single-contents ul {
  margin-top: 50px;
}
.blog_single-contents ol li,
.blog_single-contents ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1.87;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents ol li,
  .blog_single-contents ul li {
    padding-right: 8px;
  }
}
.blog_single-contents ol li:before,
.blog_single-contents ul li:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog_single-contents ol {
  counter-reset: num;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents ol li {
    padding-left: 8px;
  }
}
.blog_single-contents ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: relative;
  top: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  color: #21377d;
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents ol li:before {
    font-size: 15px;
    letter-spacing: 0.04em;
    margin-right: 5px;
    top: -2px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents ul li {
    padding-left: 14px;
  }
}
.blog_single-contents ul li:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 14px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #21377d;
  margin-right: 15px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-contents ul li:before {
    margin-right: 10px;
    top: 9px;
  }
}
.blog_single-contents .wp-video {
  width: 100% !important;
}
.blog_single-contents video {
  width: 100% !important;
}
.blog_single-pager {
  margin: 90px 0 0;
  border-top: 1px solid #dcdcdc;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .blog_single-pager {
    margin: 0 auto;
    border: none;
  }
}
.blog_single-pager-inner {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-top: 87px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-pager-inner {
    padding-top: 80px;
  }
}
.blog_single-pager-back {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #303030;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .blog_single-pager-back:hover {
    opacity: 0.7;
  }
}
.blog_single-pager-prev, .blog_single-pager-next {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #303030;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.43;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 14px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  top: 87px;
}
@media only screen and (max-width: 1023px) {
  .blog_single-pager-prev, .blog_single-pager-next {
    top: 80px;
  }
}
.blog_single-pager-prev::before, .blog_single-pager-next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../../asset/img/ico_btn_arrow02.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (hover: hover) {
  .blog_single-pager-prev:hover, .blog_single-pager-next:hover {
    opacity: 0.7;
  }
}
.blog_single-pager-prev {
  left: -64px;
  -webkit-transform: translate(-100%, 50%);
          transform: translate(-100%, 50%);
}
@media only screen and (max-width: 1023px) {
  .blog_single-pager-prev {
    left: -20px;
  }
}
.blog_single-pager-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.blog_single-pager-next {
  right: -64px;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
}
@media only screen and (max-width: 1023px) {
  .blog_single-pager-next {
    right: -20px;
  }
}
.blog_single-pager-next::before {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.blog_single .layout-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-column {
    display: block;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog_single .layout-column_wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-column_wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-column-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.blog_single .layout-column-item-caption {
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 2.1;
  color: #565656;
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-column-item-caption {
    line-height: 1.8;
    font-size: 12.29px;
    margin-top: 12.29px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-column-item:has(+ .layout-column-item) .layout-column-item-caption {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-column-item:has(+ .layout-column-item) {
    padding: 0 16px;
  }
  .blog_single .layout-column-item:has(+ .layout-column-item) .layout-column-item-caption {
    padding: 0 8.9px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-column-item + .layout-column-item .layout-column-item-caption {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-column-item + .layout-column-item {
    padding: 0 16px;
    margin-top: 16px;
  }
  .blog_single .layout-column-item + .layout-column-item .layout-column-item-caption {
    padding: 0 8.9px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-column-item.vertical {
    padding: 0 16px;
  }
  .blog_single .layout-column-item.vertical .layout-column-item-caption {
    padding: 0 8.9px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-column-item.vertical .layout-column-item-img img {
    width: 45%;
    margin-inline: auto;
  }
}
.blog_single .layout-table {
  margin-top: 40px;
  border-top: 1px solid #dcdcdc;
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-table {
    margin: 60px 8px 0;
    border-top: none;
    border-bottom: 1px solid #4e4e4e;
  }
}
.blog_single .layout-table-item {
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-table-item {
    border-bottom: none;
  }
}
.blog_single .layout-table-item-heading, .blog_single .layout-table-item-contents {
  padding: 20px 18px;
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-table-item-heading, .blog_single .layout-table-item-contents {
    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;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-table-item-heading, .blog_single .layout-table-item-contents {
    padding: 14px 16px;
  }
}
.blog_single .layout-table-item-heading p, .blog_single .layout-table-item-contents p {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-table-item-heading p, .blog_single .layout-table-item-contents p {
    font-size: 13px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1024px) {
  .blog_single .layout-table-item-heading {
    padding-right: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 188px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-table-item-heading {
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #dcdcdc;
  }
}
.blog_single .layout-table-item-heading p {
  color: #303030 !important;
}
.blog_single .layout-link {
  margin: 40px auto 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .blog_single .layout-link {
    margin-top: 64px;
    padding-inline: 26px;
    max-width: 100%;
    display: block;
  }
}
.blog_single .layout-link > a {
  text-decoration: none;
  margin: 0 auto;
}
.blog_single .layout-link > a span {
  padding-right: 0;
}
.blog_single .layout-link [data-link-type="1"]:after {
  display: none;
}
/*# sourceMappingURL=topics.css.map */