@charset "UTF-8";
body {
  /* 英数字はSF Pro → ヒラギノ → 游ゴシック → Segoe UI */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Yu Gothic", "游ゴシック", sans-serif;
}

@media (min-width: 1640px) {
  .container {
    max-width: 1640px;
  }
}
/* すべての .row に適用する */
.row {
  --bs-gutter-y: 40px;
}

/* すべての .wp-block-search__inside-wrapper に適用する */
.space {
  height: 120px;
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 1200px) {
  .space {
    height: 80px;
  }
}
.fig img {
  border-radius: 10px;
}

.wp-element-caption {
  text-align: center;
}

.btn-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 1.5em 2rem;
  border: 2px solid #106dbf;
  color: #106dbf;
  background: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px; /* 角丸不要なら 0 に */
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.06s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.06s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.06s ease;
}

.btn-download__icon {
  display: inline-block;
}

.btn-download:hover {
  background: #106dbf;
  color: #ffffff !important;
  border-color: #106dbf;
  -webkit-box-shadow: 0 4px 10px rgba(16, 109, 191, 0.25);
          box-shadow: 0 4px 10px rgba(16, 109, 191, 0.25);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.btn-download:active {
  background: #106dbf;
  border-color: #106dbf;
  -webkit-box-shadow: 0 2px 6px rgba(16, 109, 191, 0.2);
          box-shadow: 0 2px 6px rgba(16, 109, 191, 0.2);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  color: #fff;
}

.btn-download:focus-visible {
  outline: 3px solid rgba(16, 109, 191, 0.35);
  outline-offset: 2px;
}

/* ===== 関連リンクボタン ===== */
.link__btn {
  background-color: #106dbf;
  border-radius: 50px !important;
  margin-bottom: clamp(40px, 10vw, 100px);
}
.link__btn a {
  color: #ffffff !important;
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0.5rem 0;
}

/* ===== 関連リンクバナー ===== */
.link__connection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
  border: 2px solid #106dbf; /* メインカラー */
  border-radius: 5px; /* 角丸不要なら 0 に */
  background: #fff;
  color: #333333;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.06s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.06s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.06s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.06s ease;
  font-size: 14px;
  margin-bottom: 40px;
}

.link__connection > div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px; /* 画像用の幅 */
  height: 150px;
  background: #f5f5f5; /* ダミー背景、実際は画像に置換 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px !important;
  color: #999;
}
.link__connection > div:first-child img {
  width: auto;
  height: 100%;
}

.link__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.link__block__title {
  font-size: 22px !important;
  font-weight: 700;
  margin-bottom: 0.25em;
  color: #333333; /* リンク文字色固定 */
}

.link__connection p {
  margin: 0;
  font-size: 18px !important;
  color: #555;
}

.wp-block-search__inside-wrapper {
  border: 1px solid #cccccc;
}

.firstview {
  margin-top: clamp(80px, 6.25vw, 120px);
  margin-bottom: 130px;
  position: relative;
}
.firstview .firstview__fig--top {
  position: absolute;
  top: 46px;
  right: -188px;
}
.firstview .firstview__title {
  position: absolute;
  bottom: 100px;
  left: 155px;
}
.firstview .firstview__title h2 {
  font-size: 54px;
  color: #1a7fd8;
  text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
}
.firstview .firstview__fig--bottom {
  position: absolute;
  bottom: 70px;
  left: -158px;
}

.firstview__sp {
  display: none;
  position: relative;
  overflow-x: hidden;
}
.firstview__sp__inner {
  position: relative;
  overflow-x: hidden;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.firstview__sp .firstview__fig--top {
  position: absolute;
  top: 26px;
  right: -420px;
}
.firstview__sp .firstview__title {
  position: absolute;
  bottom: 63px;
  left: 36px;
}
.firstview__sp .firstview__title h2 {
  font-size: 24px;
  color: #1a7fd8;
  text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
}
.firstview__sp .firstview__fig--bottom {
  position: absolute;
  bottom: 20px;
  left: -280px;
}

/* スマートスライダー3全体に適用 */
.n2-section-smartslider {
  max-width: 100%;
  margin: 0 auto;
}

/* スライド単位（1枚ごとのエリア） */
.n2-ss-slide {
  position: relative;
}

/* テキストレイヤー（class名は編集画面で確認） */
/* ナビゲーション（ドット） */
.n2-ss-widget.n2-ss-control-bullet.n2-ow-all.n2-ss-control-bullet-horizontal {
  margin-top: 0px;
}

.n2-ss-slider .n2-ss-slider-controls-above {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.n2-ss-slider .n2-ss-slider-controls-below {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

#n2-ss-2 .nextend-bullet-bar .n2-bullet {
  background-color: #fff;
  border: 1px solid #094b86 !important;
  width: 11px;
  height: 11px;
  padding: 0;
}
#n2-ss-2 .nextend-bullet-bar .n2-bullet:hover {
  background: #094b86 !important;
  border: 1px solid #094b86 !important;
}
#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
  background: #094b86 !important;
  border: 1px solid #094b86 !important;
}

.n2-ss-control-bullet {
  background-color: #fff;
  border: 1px solid #094b86;
}

.n2-ss-control-bullet-active {
  background-color: #094b86;
}

/* 先に内部画像（SVG）を非表示に */
#n2-ss-2-arrow-previous img,
#n2-ss-2-arrow-next img {
  display: none !important;
}

/* 自作矢印画像を背景に指定 */
#n2-ss-2-arrow-previous {
  background-image: url("../images/arrow-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: transparent;
}

#n2-ss-2-arrow-next {
  background-image: url("../images/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .firstview {
    margin-top: 80px;
    display: none;
  }
  .firstview__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 80px auto 60px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .n2-ss-layer {
    font-size: 16px;
  }
  .n2-style .n2-button {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.single {
  margin-top: 180px;
}

@media screen and (max-width: 1200px) {
  .single {
    margin-top: 80px;
  }
  .n2-ss-slide {
    height: 60vh !important;
  }
}
.n2-ss-slider .n2-ss-slider-controls-below {
  padding: 20px 0;
}

.n2-ss-slider-2 {
  border-radius: 10px !important;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 120px;
  height: clamp(80px, 6.25vw, 120px);
  top: 0;
  left: 0;
  z-index: 99;
}
.header.active {
  -webkit-box-shadow: 0 0 7px rgba(0, 102, 255, 0.2);
          box-shadow: 0 0 7px rgba(0, 102, 255, 0.2);
}

.header__logo {
  z-index: 100;
  width: clamp(190px, 15.3645833333vw, 295px);
  margin-left: clamp(20px, 2.8645833333vw, 55px);
  margin-top: clamp(20px, 1.6666666667vw, 32px);
}
.header__logo img {
  width: 100%;
  height: auto;
}

.header__nav {
  margin-right: 40px;
  margin-left: auto;
  margin-top: 30px;
  font-weight: 600;
}
.header__nav .sub__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0;
}
.header__nav .sub__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.header__nav .sub__nav ul li {
  font-size: clamp(10px, 0.7291666667vw, 14px);
  padding: 0 0 0 1rem;
}
.header__nav .sub__nav ul li a {
  text-decoration: none;
  color: #333333;
}
.header__nav .sub__nav ul li a:hover {
  opacity: 0.6;
}
.header__nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__nav .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.header__nav .nav ul li {
  font-size: clamp(12px, 1.0416666667vw, 20px);
}
.header__nav .nav ul li::after {
  content: "/";
  color: #9b9b9b;
  padding: 0 1em;
}
.header__nav .nav ul li:last-child::after {
  content: "";
  display: none;
  padding: 0;
}
.header__nav .nav ul li a {
  text-decoration: none;
  color: #333333;
}
.header__nav .nav ul li a:hover {
  opacity: 0.6;
}

.header__searcharea {
  width: 260px;
  width: clamp(200px, 13.5416666667vw, 260px);
  height: 46px;
  border-radius: 100px;
  border: 1px solid #9b9b9b;
  margin-top: 39px;
  margin-top: clamp(8px, 2.03125vw, 39px);
}
.header__searcharea .search-input {
  height: 34px;
  margin-left: 14px;
  padding-top: 8px;
  border: none;
  width: calc(100% - 55px);
  background: transparent;
}
.header__searcharea .search-button {
  border: none;
  background-color: transparent;
  padding-top: 8px;
  padding-right: 10px;
}
.header__searcharea .custom-search-form input[type=search] {
  border: none;
  outline: none; /* フォーカス時の青い枠も消したい場合 */
  -webkit-box-shadow: none;
          box-shadow: none; /* 一部ブラウザで出る影も防ぐ */
  background-color: transparent; /* 任意 */
}

.header__hamburger--nav {
  margin-left: 80px;
  position: relative;
  z-index: 110;
}
.header__hamburger--nav--inner {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44px;
  height: 44px;
  z-index: 100;
  margin-top: clamp(8px, 2.2916666667vw, 44px);
  margin-right: clamp(0px, 1.8229166667vw, 35px);
}
.header__hamburger--nav--inner span {
  display: block;
  height: 2px;
  width: 24px;
  background-color: #333333;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header__hamburger--nav--inner span:nth-child(2) {
  width: 14px;
}
.header__hamburger--nav.active .header__hamburger--nav--inner {
  position: relative;
}
.header__hamburger--nav.active .header__hamburger--nav--inner span {
  rotate: 45deg;
  position: absolute;
  top: 17px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
}
.header__hamburger--nav.active .header__hamburger--nav--inner span:nth-child(2) {
  opacity: 0;
}
.header__hamburger--nav.active .header__hamburger--nav--inner span:nth-child(3) {
  rotate: -45deg;
  position: absolute;
  bottom: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sp__search {
  display: none;
}

@media screen and (max-width: 1680px) {
  .header__hamburger--nav {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .header__logo h1 {
    width: 100%;
  }
  .header__logo h1 img {
    width: 100%;
    height: auto;
  }
  .header__hamburger--nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 80px;
  }
  .header__logo {
    width: 190px;
    margin-top: 20px;
    margin-left: 18px;
  }
  .header__logo h1 {
    line-height: 0;
  }
  .header__nav {
    display: none;
  }
  .header__searcharea {
    display: none;
  }
  .header__hamburger--nav {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header__hamburger--nav--inner {
    margin-top: 16px;
  }
  .sp__search {
    display: block;
    margin-left: auto;
    margin-top: 20px;
  }
}
.menu {
  width: 100%;
  height: 100vh;
  background-color: #106dbf;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
}
.menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__inner ul {
  list-style: none;
}
.menu__inner ul li {
  font-size: 18px;
  margin-bottom: 10px;
  padding-right: 50px;
  background-image: url("../images/arrow-footer.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.menu__inner ul li.sub {
  font-size: 14px;
  margin-bottom: 14px;
}
.menu__inner ul li a {
  text-decoration: none;
  color: #ffffff;
}

.footer__slide__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 150px;
  font-size: 70px;
  color: #106dbf; /* 文字色は任意 */
  white-space: nowrap;
  font-weight: 500;
}

.footer__slide__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: slide-left 20s linear infinite;
          animation: slide-left 20s linear infinite; /* 20秒で一周 */
}

.footer__slide__track span {
  padding-right: 2rem; /* 間隔 */
}

/* アニメーション定義 */
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* テキスト1つ分だけ左に移動 */
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* テキスト1つ分だけ左に移動 */
  }
}
#footer {
  background-image: url("../images/footer__bk.png");
  background-repeat: no-repeat;
  padding-top: 110px;
  background-size: cover;
}

.footer {
  width: 100%;
  overflow-x: hidden;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav ul li a {
  text-decoration: none;
  font-size: 18px;
  line-height: 2.5;
  color: #ffffff;
  font-weight: 400;
  display: block;
  width: 100%;
  background-image: url("../images/arrow-footer.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.footer__nav ul li a span {
  font-size: 14px;
}
.footer__nav ul li a:hover {
  opacity: 0.6;
}

.footer__nav__sp {
  display: none;
}

.footer__bottom {
  margin-top: 480px;
}
.footer__bottom__address {
  font-size: 16px;
}
.footer__bottom__address strong {
  font-size: 20px;
  line-height: 2;
}
.footer__bottom h2 {
  max-width: 380px;
}
.footer__bottom h2 img {
  width: 100%;
  height: auto;
}
.footer__bottom .tel {
  font-size: 36px;
  margin-bottom: 0;
}
.footer__bottom .tel a {
  text-decoration: none;
  color: #094b86;
  font-weight: 500;
}
.footer__bottom .fax {
  font-size: 24px;
  color: #094b86;
}
.footer__bottom__sns {
  padding: 5px 55px;
}
.footer__bottom__sns ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom__sns ul img {
  max-height: 27px;
}
.footer__bottom small {
  font-size: 12px;
  padding-bottom: 30px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .footer__slide__text {
    font-size: 50px;
  }
  #footer {
    background-image: url("../images/sp__footer__menuarea--bk.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 110px;
    background-position: top;
  }
  .footer__nav__pc {
    display: none;
  }
  .footer__nav__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 55px;
  }
  .footer__nav__sp nav {
    width: 50%;
  }
  .footer__nav__sp nav ul {
    list-style: none;
    width: 100%;
    padding-left: 0;
  }
  .footer__nav__sp nav ul li {
    padding-left: 12px;
  }
  .footer__nav__sp nav ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 2.5;
    font-weight: 400;
    width: 100%;
    background-image: url("../images/arrow-footer.png");
    background-repeat: no-repeat;
    background-position: top 15px right 5px;
  }
  .footer__nav__sp nav ul li a span {
    font-size: 10px;
  }
  .nav__search--footer__sp {
    width: 80%;
    margin: 0 auto;
  }
  .footer__bottom {
    margin-top: 150px;
    text-align: center;
  }
  .footer__bottom h2 {
    max-width: 190px;
    margin: 0 auto 30px;
  }
  .footer__bottom p {
    margin-bottom: 30px;
  }
  .footer__bottom__address {
    font-size: 14px;
  }
  .footer__bottom__address strong {
    font-size: 16px;
    line-height: 2;
  }
  .footer__bottom .row {
    --bs-gutter-y: 0px;
  }
  .footer__bottom .tel {
    font-size: 24px;
    margin-bottom: 0;
  }
  .footer__bottom .tel a {
    text-decoration: none;
    color: #094b86;
    font-weight: 500;
  }
  .footer__bottom .fax {
    font-size: 16px;
    color: #094b86;
    margin-bottom: 0;
  }
  .footer__bottom__sns {
    padding: 5px 110px;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .footer__bottom__sns ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__bottom__sns ul img {
    max-height: 20px;
  }
  .footer__bottom small {
    font-size: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 992px) {
  #footer {
    background-size: cover;
    background-position: top;
    padding-top: 30px;
  }
  .footer__slide__text {
    font-size: 20px;
    height: 30px;
    padding-top: 10px;
  }
}
.totop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.toppage__sidebar {
  display: none;
}

.sidebar {
  letter-spacing: 1px;
  background-image: url("../images/sidebar__back.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 140px 0 220px;
  width: 100%;
  overflow-x: hidden;
}
.sidebar h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  aspect-ratio: 800/116;
  width: 100%;
  padding-top: 3rem;
}
.sidebar h2 span {
  font-size: 26px;
  font-weight: normal;
  margin-left: 1rem;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar a:hover {
  opacity: 0.6;
}

.sidebar__nav__icon--top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar__nav__icon--top ul li {
  width: 15%;
}
.sidebar__nav__icon--top ul li img {
  width: 100%;
  height: auto;
}

.sidebar__nav__btn--left ul li {
  margin-bottom: 1px;
}
.sidebar__nav__btn--left ul li.li__hukkou a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 800/246;
  width: 100%;
  max-width: 800px;
  background-color: #258ce6;
  color: #ffffff;
  text-decoration: none;
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
}
.sidebar__nav__btn--left ul li.li__hukkou span {
  font-size: 24px;
  font-weight: normal;
}
.sidebar__nav__btn--left ul li.li__hukkou span:last-child {
  font-size: 18px;
}
.sidebar__nav__btn--left ul li.li__eigyou a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 800/122;
  width: 100%;
  max-width: 800px;
  background-color: #106dbf;
  color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  background-image: url("../images/icon__7.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 33px;
}
.sidebar__nav__btn--left ul li.li__eigyou a span {
  font-size: 24px;
  margin-right: 1rem;
  font-weight: normal;
}
.sidebar__nav__btn--left ul li.li__qa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 800/122;
  width: 100%;
  max-width: 800px;
  background-color: #258ce6;
  color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  background-image: url("../images/icon__8.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 37px;
}
.sidebar__nav__btn--left ul li.li__qa a span {
  font-weight: normal;
  font-size: 24px;
  margin-right: 1rem;
}

.sidebar__nav__btn--right ul li {
  margin-bottom: 1px;
}
.sidebar__nav__btn--right ul li.li__shikamachi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 800/122;
  width: 100%;
  max-width: 800px;
  color: #258ce6;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  background-image: url("../images/icon__9.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 33px;
}
.sidebar__nav__btn--right ul li.li__shikamachi a span {
  font-weight: normal;
  font-size: 24px;
  margin-right: 1rem;
}
.sidebar__nav__btn--right ul li.li__news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 800/122;
  width: 100%;
  max-width: 800px;
  color: #258ce6;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 32px;
  background-image: url("../images/icon__10.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 33px;
}
.sidebar__nav__btn--right ul li.li__news a span {
  font-weight: normal;
  font-size: 24px;
  margin-right: 1rem;
}

.sidebar__nav__btn--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar__nav__btn--bottom--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns__block {
  width: 100%;
  aspect-ratio: 520/122;
  margin-right: 20px;
}
.sns__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 520/122;
  max-width: 520px;
  padding: 0 55px;
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
}

@media screen and (max-width: 1400px) {
  .sidebar h2 {
    padding-top: 1rem;
  }
  .sidebar .totop img {
    width: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar {
    letter-spacing: 1px;
    background-image: url("../images/sidebar__back__sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 50px 0 75px;
  }
  .sidebar h2 {
    font-size: 32px;
    font-weight: 500;
    padding-top: 25px;
    height: 80px;
  }
  .sidebar h2 span {
    font-size: 26px;
    font-weight: normal;
    margin-left: 0;
  }
  .sidebar__nav__icon--top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar__nav__icon--top ul li {
    width: 33.333333%;
  }
  .sidebar__nav__icon--top ul li img {
    width: 100%;
    height: auto;
  }
  .sidebar__nav__icon--top ul li:nth-child(1) img {
    border-radius: 5px 0 0 0;
  }
  .sidebar__nav__icon--top ul li:nth-child(3) img {
    border-radius: 0 5px 0 0;
  }
  .sidebar__nav {
    margin-top: 1px;
  }
  .sidebar__nav__btn--left ul li.li__hukkou a {
    aspect-ratio: 800/200;
    width: 100%;
    max-width: 1200px;
    font-size: 40px;
    border-radius: 0 0 5px 5px;
  }
  .sidebar__nav__btn--left ul li.li__hukkou span {
    font-size: 26px;
  }
  .sidebar__nav__btn--left ul li.li__hukkou span:last-child {
    font-size: 20px;
  }
  .sidebar__nav__btn--left ul li.li__eigyou a {
    aspect-ratio: 800/122;
    width: 100%;
    max-width: 1200px;
    font-size: 32px;
    background-position: center right 40px;
    background-size: 32px;
  }
  .sidebar__nav__btn--left ul li.li__eigyou a span {
    font-size: 24px;
  }
  .sidebar__nav__btn--left ul li.li__qa a {
    aspect-ratio: 800/122;
    max-width: 1200px;
    font-size: 32px;
    background-position: center right 40px;
    background-size: 36px;
  }
  .sidebar__nav__btn--left ul li.li__qa a span {
    font-weight: normal;
    font-size: 24px;
  }
  .sidebar__nav__btn--right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar__nav__btn--right ul li {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .sidebar__nav__btn--right ul li.li__shikamachi a {
    aspect-ratio: 800/244;
    width: 100%;
    max-width: 1200px;
    font-size: 28px;
    font-weight: 500;
    background-position: center right 40px;
    background-size: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 40px;
    border-right: 1px solid #106dbf;
    border-radius: 5px 0 0 5px;
  }
  .sidebar__nav__btn--right ul li.li__shikamachi a span {
    font-size: 24px;
  }
  .sidebar__nav__btn--right ul li.li__news a {
    aspect-ratio: 800/244;
    width: 100%;
    max-width: 1200px;
    font-size: 28px;
    font-weight: 600;
    background-position: center right 40px;
    background-size: 32px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 40px;
    border-right: 0 !important;
    border-radius: 0 5px 5px 0;
  }
  .sidebar__nav__btn--right ul li.li__news a span {
    font-size: 24px;
  }
  .sns__block {
    width: 100%;
    aspect-ratio: 520/122;
  }
  .sns__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 520/122;
    max-width: 270px;
    padding: 0 30px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
  }
  .sns__block ul li a img {
    max-height: 27px;
  }
}
@media screen and (max-width: 992px) {
  .toppage__sidebar {
    display: block;
    margin-bottom: 50px;
  }
  .toppage__sidebar #totop {
    display: none;
  }
  .toppage__sidebar__bottom {
    display: none;
  }
  .sidebar {
    letter-spacing: 1px;
    background-image: url("../images/sidebar__back__sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 75px;
  }
  .sidebar .totop img {
    width: 60px;
  }
  .sidebar h2 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 25px;
    height: 40px;
  }
  .sidebar h2 span {
    font-size: 13px;
    font-weight: normal;
    margin-left: 0;
  }
  .sidebar__nav__icon--top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sidebar__nav__icon--top ul li {
    width: 33.333333%;
  }
  .sidebar__nav__icon--top ul li img {
    width: 100%;
    height: auto;
  }
  .sidebar__nav__icon--top ul li:nth-child(1) img {
    border-radius: 5px 0 0 0;
  }
  .sidebar__nav__icon--top ul li:nth-child(3) img {
    border-radius: 0 5px 0 0;
  }
  .sidebar__nav {
    margin-top: 1px;
  }
  .sidebar__nav__btn--left ul li.li__hukkou a {
    aspect-ratio: 800/200;
    width: 100%;
    max-width: 1200px;
    font-size: 20px;
  }
  .sidebar__nav__btn--left ul li.li__hukkou span {
    font-size: 13px;
  }
  .sidebar__nav__btn--left ul li.li__hukkou span:last-child {
    font-size: 10px;
  }
  .sidebar__nav__btn--left ul li.li__eigyou a {
    aspect-ratio: 800/122;
    width: 100%;
    max-width: 1200px;
    font-size: 16px;
    background-position: center right 20px;
    background-size: 16px;
  }
  .sidebar__nav__btn--left ul li.li__eigyou a span {
    font-size: 12px;
  }
  .sidebar__nav__btn--left ul li.li__qa a {
    aspect-ratio: 800/122;
    max-width: 1200px;
    font-size: 16px;
    background-position: center right 20px;
    background-size: 18px;
  }
  .sidebar__nav__btn--left ul li.li__qa a span {
    font-weight: normal;
    font-size: 12px;
  }
  .sidebar__nav__btn--right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sidebar__nav__btn--right ul li {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .sidebar__nav__btn--right ul li.li__shikamachi a {
    aspect-ratio: 800/244;
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    font-weight: 600;
    background-position: center right 20px;
    background-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 20px;
    border-right: 1px solid #106dbf;
    border-radius: 5px 0 0 5px;
  }
  .sidebar__nav__btn--right ul li.li__shikamachi a span {
    font-size: 12px;
  }
  .sidebar__nav__btn--right ul li.li__news a {
    aspect-ratio: 800/244;
    width: 100%;
    max-width: 1200px;
    font-size: 14px;
    font-weight: 600;
    background-position: center right 20px;
    background-size: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-left: 20px;
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
  .sidebar__nav__btn--right ul li.li__news a span {
    font-size: 12px;
  }
  .sns__block {
    width: 100%;
    aspect-ratio: 520/122;
  }
  .sns__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    aspect-ratio: 520/122;
    max-width: 270px;
    padding: 0 30px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
  }
  .sns__block ul li a img {
    max-height: 27px;
  }
}
@media screen and (max-width: 430px) {
  .sidebar__nav__btn--right ul li.li__shikamachi a {
    font-size: 11px;
    padding-left: 10px;
  }
  .sidebar__nav__btn--right ul li.li__news a {
    font-size: 11px;
    padding-left: 10px;
  }
  .sidebar__nav__btn--right ul li.li__news a span {
    font-size: 12px;
  }
}
.single_page .furigana {
  font-size: clamp(12px, 1.25vw, 24px);
  color: #106dbf;
  margin-bottom: clamp(20px, 2.34375vw, 45px);
}
.single_page h1,
.single_page h2 {
  font-size: clamp(22px, 3.125vw, 60px);
  color: #106dbf;
  margin-bottom: 10px;
  font-weight: 600;
}
.single_page .content {
  margin-bottom: 70px;
}
.single_page .content a {
  color: #106dbf;
  text-decoration: none;
}
.single_page .content a:hover {
  opacity: 0.6;
}
.single_page .content strong {
  color: #106dbf;
  font-weight: 600;
}
.single_page .content h1,
.single_page .content h2 {
  font-size: clamp(22px, 3.125vw, 60px);
  color: #106dbf;
  margin-bottom: 10px;
  font-weight: 600;
}
.single_page .content h3 {
  font-size: clamp(22px, 1.875vw, 36px);
  color: #106dbf;
  line-height: 1.7;
  margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  font-weight: 600;
  margin-top: clamp(25px, 3.6458333333vw, 70px);
}
.single_page .content h3.table__title {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #333333;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 600;
}
.single_page .content h4,
.single_page .content h5,
.single_page .content h6 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #106dbf;
  line-height: 1.7;
  margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  font-weight: 600;
  margin-top: clamp(25px, 3.6458333333vw, 70px);
}
.single_page .content p {
  line-height: 2;
  font-size: clamp(18px, 1.25vw, 24px);
}
.single_page .content ul {
  margin: 30px 0;
}
.single_page .content ul li {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 2;
}
.single_page .content ol {
  margin: 30px 0;
}
.single_page .content ol li {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 2;
}
.single_page .content strong {
  font-weight: 600;
}
.single_page .content .page__table table {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.single_page .content .page__table table tr td {
  padding: 15px;
  border: 1px solid #d5d5d5;
}
.single_page .content .page__table table tr td:nth-child(3) {
  width: 9rem;
  text-align: center;
  padding: 0;
  background-color: #106dbf;
}
.single_page .content .page__table table tr td:nth-child(3) a {
  display: block;
  background-color: #106dbf;
  color: #f4f4f4;
  text-decoration: none;
}
.single_page .googlemap {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.single_page .googlemap iframe {
  border-radius: 10px;
  display: block;
  width: 100% !important;
  min-height: 400px;
  height: auto;
  border: 0;
}
.single_page__right {
  font-size: clamp(14px, 1.0416666667vw, 20px);
  margin-bottom: 70px;
}
.single_page__right .line__nami {
  width: 100%;
  margin-top: 20px;
}
.single_page__right .line__nami img {
  width: 100%;
  height: auto;
}
.single_page__right strong {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #106dbf;
  font-weight: 600;
}
.single_page__right .furigana {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  color: #106dbf;
}
.single_page__right .title {
  font-weight: 600;
  margin: 24px 0;
}

.table__wrapper {
  margin-top: clamp(30px, 3.6458333333vw, 70px);
  margin-bottom: clamp(30px, 3.6458333333vw, 70px);
}

table.table__information {
  width: 100%;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  margin-bottom: clamp(25px, 2.0833333333vw, 40px);
}
table.table__information tr td {
  padding: 1rem;
  border: 1px solid #cccccc;
}
table.table__information tr td:first-child {
  font-size: clamp(14px, 0.9375vw, 18px);
  background-color: #f9f9f9;
}

.table__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: clamp(30px, 3.6458333333vw, 70px);
  margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  background-color: #f9f9f9;
  padding: 20px 0;
  border-radius: 10px;
}
.table__icon .icon__group {
  width: 25%;
  text-align: center;
  margin-top: 15px;
}
.table__icon .icon__group img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}
.table__icon p {
  font-size: 12px;
}

.sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
}
.sns__icon img {
  height: clamp(30px, 2.1875vw, 42px);
  width: auto;
  margin-right: clamp(15px, 2.2916666667vw, 44px);
}

.category__back {
  margin-bottom: 70px;
}
.category__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 10px 40px 10px 17px;
  font-size: clamp(14px, 1.0416666667vw, 20px);
  font-weight: 500;
  background-color: #106dbf;
  color: #ffffff;
  border-radius: 40px;
  max-width: 200px;
}
.category__back a img {
  width: 7px;
  height: 12px;
  margin-right: 20px;
}

@media screen and (max-width: 992px) {
  .single_page {
    padding: 0 10px;
  }
  .single_page .table__icon .icon__group {
    width: 25%;
    padding: 6px;
    margin-top: 5px;
  }
  .single_page .table__icon .icon__group img {
    width: 80%;
  }
  .category__back {
    margin-bottom: 70px;
  }
  .category__back a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .category__back a img {
    width: 7px;
    height: 12px;
    margin-right: 20px;
  }
}
.fukkostory img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.fukkostory__back {
  margin-bottom: 70px;
}
.fukkostory__back a {
  border: #106dbf solid 1px;
  color: #106dbf;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fukkostory__back a:hover {
  background-color: #106dbf;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}

.wp-block-quote {
  margin: 1.5rem 0;
  padding: 20px;
  border-radius: 10px;
  background-color: #f2f4f5;
}
.wp-block-quote p {
  font-size: clamp(14px, 1.0416666667vw, 20px) !important;
}

.wp-block-table table thead {
  border: none;
}
.wp-block-table table tr:nth-child(even) {
  background-color: #fcfcfc;
}
.wp-block-table table tr th {
  background-color: #cee5f0;
  border: #cccccc solid 1px;
  border-right: #ebf5f6 solid 1px;
}
.wp-block-table table tr th:last-child {
  border-right: #cccccc solid 1px;
}
.wp-block-table table tr td {
  border: #cccccc solid 1px;
}

.page_page h1,
.page_page h2 {
  font-size: clamp(22px, 3.125vw, 60px);
  color: #106dbf;
  margin-bottom: 10px;
  font-weight: 600;
}
.page_page .content {
  margin-bottom: 70px;
}
.page_page .content a {
  color: #106dbf;
  text-decoration: none;
}
.page_page .content a:hover {
  opacity: 0.6;
}
.page_page .content strong {
  color: #106dbf;
  font-weight: 600;
}
.page_page .content h1,
.page_page .content h2 {
  font-size: clamp(22px, 3.125vw, 60px);
  color: #106dbf;
  margin-bottom: 10px;
  font-weight: 600;
}
.page_page .content h3 {
  font-size: clamp(22px, 1.875vw, 36px);
  color: #106dbf;
  line-height: 1.7;
  margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  font-weight: 600;
  margin-top: clamp(25px, 3.6458333333vw, 70px);
}
.page_page .content h3.table__title {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #333333;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 600;
}
.page_page .content h4,
.page_page .content h5,
.page_page .content h6 {
  font-size: clamp(18px, 1.875vw, 36px);
  color: #106dbf;
  line-height: 1.7;
  margin-bottom: clamp(25px, 2.0833333333vw, 40px);
  font-weight: 600;
  margin-top: clamp(25px, 3.6458333333vw, 70px);
}
.page_page .content p {
  line-height: 2;
  font-size: clamp(18px, 1.25vw, 24px);
}
.page_page .content ul {
  margin: 30px 0;
}
.page_page .content ul li {
  font-size: clamp(18px, 1.25vw, 24px);
}
.page_page .content strong {
  font-weight: 600;
}
.page_page .content .page__table table {
  font-size: clamp(12px, 0.9375vw, 18px);
}
.page_page .content .page__table table tr td {
  padding: 15px;
  border: 1px solid #d5d5d5;
}
.page_page .content .page__table table tr td:nth-child(3) {
  width: 9rem;
  text-align: center;
  padding: 0;
  background-color: #106dbf;
}
.page_page .content .page__table table tr td:nth-child(3) a {
  display: block;
  background-color: #106dbf;
  color: #f4f4f4;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .page_page {
    padding: 0 10px;
  }
  .page_page .content .page__table table tr td {
    padding: 15px;
    border-top: 1px solid #f4f4f4;
  }
  .page_page .content .page__table table tr td:nth-child(3) {
    width: 6rem;
  }
  .page_page .table__icon .icon__group {
    width: 25%;
    padding: 6px;
    margin-top: 5px;
  }
  .page_page .table__icon .icon__group img {
    width: 80%;
  }
  /* スクロール用ラッパー */
  .table-container {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e6edf3;
    border-radius: 10px;
    background: #fff;
    max-height: min(80vh, 100dvh - 140px);
  }
  /* テーブル基本 */
  .shika-table {
    margin: 0;
  }
  .shika-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 900px; /* スマホで横スクロール */
    color: #333333;
    font-size: clamp(13px, 2.6vw, 15px);
  }
  .shika-table thead th,
  .shika-table tbody td {
    border-bottom: 1px solid #e6edf3;
    padding: 10px 12px;
    vertical-align: middle;
    background: #fff;
    line-height: 1.5;
    word-break: break-word;
  }
  /* thead 固定 */
  .shika-table thead th {
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 1px 0 0 #e6edf3, 0 2px 0 -1px rgba(0, 0, 0, 0.03);
            box-shadow: 0 1px 0 0 #e6edf3, 0 2px 0 -1px rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    font-weight: 700;
    color: #0f3656;
  }
  /* 偶数行に薄い背景 */
  .shika-table tbody tr:nth-child(even) td {
    background: #eef5fb;
  }
  /* ホバー時 */
  /* 列幅調整 */
  /* リンク */
  /* 営業状況バッジ */
  /* スマホ用 */
}
@media screen and (max-width: 992px) and (hover: hover) {
  .shika-table tbody tr:hover td {
    background: #f4f8fd;
  }
}
@media screen and (max-width: 992px) {
  .shika-table td:nth-child(1),
  .shika-table th:nth-child(1) {
    width: 64px;
    text-align: right;
    white-space: nowrap;
    color: #6b7280;
  }
  .shika-table td:nth-child(2),
  .shika-table th:nth-child(2) {
    width: 110px;
    white-space: nowrap;
  }
  .shika-table td:nth-child(3),
  .shika-table th:nth-child(3) {
    min-width: 220px;
  }
  .shika-table td:nth-child(4),
  .shika-table th:nth-child(4) {
    width: 130px;
    white-space: nowrap;
    text-align: center;
  }
  .shika-table td:nth-child(5) {
    min-width: 260px;
    white-space: normal;
  }
  .shika-table td:nth-child(6),
  .shika-table td:nth-child(7) {
    white-space: nowrap;
    min-width: 160px;
  }
  .shika-table a {
    color: #106dbf;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .shika-table a:hover,
  .shika-table a:focus {
    text-decoration-thickness: 2px;
  }
  .status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92em;
    line-height: 1;
    border: 1px solid transparent;
    color: #fff;
  }
  .status.open {
    background: #16a34a; /* 緑 */
  }
  .status.conditional {
    background: #f59e0b; /* 橙 */
  }
  .status.closed {
    background: #ef4444; /* 赤 */
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .table-container {
    border-radius: 8px;
    /* 固定ヘッダ分差し引きたいなら調整 */
    /* max-height: calc(100dvh - 60px); */
  }
  .shika-table table {
    min-width: 780px;
  }
  .shika-table thead th {
    font-size: 0.95em;
  }
  .status {
    padding: 4px 8px;
  }
}
/* スクロール用ラッパー */
.table-container {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6edf3;
  border-radius: 10px;
  background: #fff;
  max-height: min(80vh, 100dvh - 140px);
}

/* テーブル基本 */
/* === ラッパー === */
/* === ラッパー === */
.table-container {
  position: relative;
  overflow: hidden; /* PCは横スクロールさせない */
  -webkit-overflow-scrolling: touch;
  border: 1px solid #e6edf3;
  border-radius: 0;
  background: #fff;
  max-height: none;
}

/* 1200px以下のみ横スクロール＆高さ制限 */
@media (max-width: 1200px) {
  .table-container {
    overflow: auto;
    max-height: min(80vh, 100dvh - 140px);
  }
}
/* === テーブル基礎 === */
.shika-table {
  margin: 0;
}

.shika-table table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse; /* 線は1本 */
  table-layout: fixed; /* PCで確実に収める */
  color: #333333;
  font-size: clamp(13px, 2.6vw, 15px);
}

/* 1200px以下のみ“横スクロール前提” */
@media (max-width: 1200px) {
  .shika-table table {
    min-width: 1000px; /* 値は好みで 900〜1200px */
    table-layout: auto; /* 可読性優先で戻す */
  }
}
.shika-table thead th,
.shika-table tbody td {
  padding: 10px 12px;
  vertical-align: middle;
  background: #fff;
  line-height: 1.5;
  border: 0;
  border-bottom: 1px solid #e6edf3; /* 行の境界は1本 */
  /* 折り返し強化（長い語・URL対策） */
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* thead 固定（影は消して二重線に見えないように） */
.shika-table thead th {
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff;
  white-space: nowrap;
  font-weight: 700;
  color: #0f3656;
  border-bottom: 2px solid #e6edf3;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

/* 交互行：薄いグレー #dddddd */
.shika-table tbody tr:nth-child(even) td {
  background: #f3f3f3;
}

.shika-table tbody tr:nth-child(odd) td {
  background: #ffffff;
}

/* ==== 列 調整（PCは詰める／SPは従来どおり） ==== */
/* No */
.shika-table td:nth-child(1),
.shika-table th:nth-child(1) {
  width: 56px;
  text-align: center;
  white-space: nowrap;
  color: #6b7280;
}

/* 区分 */
.shika-table td:nth-child(2),
.shika-table th:nth-child(2) {
  width: 100px;
}

/* 名称（固定幅をやめて折り返しで対応） */
.shika-table td:nth-child(3),
.shika-table th:nth-child(3) {
  /* no min-width on desktop */
}

/* 営業状況 */
.shika-table td:nth-child(4),
.shika-table th:nth-child(4) {
  width: 120px;
  text-align: center;
  font-weight: 700;
}

/* 備考・営業時間・定休日は折り返しで対応（PC） */
.shika-table td:nth-child(6),
.shika-table td:nth-child(7) {
  white-space: normal;
}

.shika-table td:nth-child(8) {
  font-size: 14px;
}

/* 1200px以下では時刻系を1行に収めて横幅節約 */
@media (max-width: 1200px) {
  .shika-table td:nth-child(6),
  .shika-table td:nth-child(7) {
    white-space: nowrap;
  }
  .shika-table td:nth-child(8) {
    font-size: 12px;
  }
}
/* リンク（メインカラー #106dbf）＋長URL折り */
.shika-table a {
  color: #106dbf;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
}

/* 営業状況バッジ */
.status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92em;
  line-height: 1;
  border: 1px solid transparent;
  color: #fff;
}

/* スマホ微調整 */
@media (max-width: 768px) {
  .shika-table thead th {
    font-size: 0.95em;
  }
  .status {
    padding: 4px 8px;
  }
}
.nav__search {
  width: 100%;
  height: 46px;
  border-radius: 100px;
  border: 1px solid #9b9b9b;
  margin-top: 8px;
  margin-top: clamp(8px, 0.4166666667vw, 8px);
}
.nav__search .search-input {
  height: 34px;
  margin-left: 14px;
  padding-top: 8px;
  border: none;
  width: calc(100% - 55px);
  background: transparent;
}
.nav__search .search-button {
  border: none;
  background-color: transparent;
  padding-top: 8px;
  padding-right: 10px;
}
.nav__search .custom-search-form input[type=search] {
  border: none;
  outline: none; /* フォーカス時の青い枠も消したい場合 */
  -webkit-box-shadow: none;
          box-shadow: none; /* 一部ブラウザで出る影も防ぐ */
  background-color: transparent; /* 任意 */
}

@media screen and (max-width: 1400px) {
  .nav__search {
    margin-top: 0;
  }
}
.sp__search--area {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 80px;
  left: 10%;
  width: 80%;
  padding: 20px 20px;
  height: 200px;
  margin: 0 auto;
  z-index: 98;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.sp__search--area.active {
  display: block;
}
.sp__search--area .custom-search-form-sp {
  width: 100%;
  border-radius: 100px;
  height: 40px;
  border: 1px solid #9b9b9b;
  padding: 6px 1rem;
}
.sp__search--area .custom-search-form-sp input[type=search] {
  width: 100%;
  border: none;
  outline: none; /* フォーカス時の青い枠も消したい場合 */
  -webkit-box-shadow: none;
          box-shadow: none; /* 一部ブラウザで出る影も防ぐ */
  background-color: transparent; /* 任意 */
}
.sp__search--area .search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; /* ボタン間の余白 */
  margin-top: 20px;
}
.sp__search--area .search-button-text,
.sp__search--area .clear-button {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
}
.sp__search--area .search-button-text {
  width: 70%;
  border-radius: 100px;
  background-color: #106dbf;
  color: #ffffff;
}
.sp__search--area .clear-button {
  width: 30%;
  border-radius: 100px;
  background-color: #fcfcfc;
}
.sp__search--area .search-close-btn {
  width: 50px;
  height: 50px;
  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;
  margin-left: auto;
  position: relative;
}
.sp__search--area .search-close-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #333333;
  margin-bottom: 9px;
  position: absolute;
  rotate: 45deg;
  top: 9px;
}
.sp__search--area .search-close-btn span:nth-child(2) {
  width: 24px;
  position: absolute;
  rotate: -45deg;
}

/*footerのサーチ*/
.custom-search-form-footer {
  width: 100%;
  height: 58px;
  border-radius: 100px;
  border: 1px solid #48b2e2;
  background-color: #fff;
  margin-top: 8px;
}
.custom-search-form-footer .search-input {
  height: 46px;
  margin-left: 14px;
  padding-top: 8px;
  border: none;
  width: calc(100% - 70px);
  background: transparent;
}
.custom-search-form-footer .search-button {
  border: none;
  background-color: transparent;
  padding-top: 8px;
  padding-right: 15px;
}
.custom-search-form-footer input[type=search] {
  border: none;
  outline: none; /* フォーカス時の青い枠も消したい場合 */
  -webkit-box-shadow: none;
          box-shadow: none; /* 一部ブラウザで出る影も防ぐ */
  background-color: transparent; /* 任意 */
}

@media screen and (max-width: 1200px) {
  .custom-search-form-footer {
    width: 100%;
    height: 39px;
    border-radius: 100px;
    border: 1px solid #48b2e2;
    background-color: #fff;
    margin-top: 20px;
  }
  .custom-search-form-footer .search-input {
    height: 30px;
    margin-left: 14px;
    padding-top: 8px;
    border: none;
    width: calc(100% - 55px);
    background: transparent;
  }
  .custom-search-form-footer .search-button {
    border: none;
    background-color: transparent;
    padding-top: 0;
    padding-right: 5px;
  }
  .custom-search-form-footer .search-button img {
    width: 20px;
    height: auto;
    margin-top: -4px;
  }
  .custom-search-form-footer input[type=search] {
    border: none;
    outline: none; /* フォーカス時の青い枠も消したい場合 */
    -webkit-box-shadow: none;
            box-shadow: none; /* 一部ブラウザで出る影も防ぐ */
    background-color: transparent; /* 任意 */
  }
}
.search__link {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  height: 100%;
  padding: 1.5rem;
}

.search__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
}

.search__meta {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 8px;
}

.search__excerpt {
  margin: 0;
  line-height: 1.7;
}

.category_page {
  padding: 0 20px;
  margin-bottom: 100px;
}
.category_page__label {
  display: block;
  text-align: center;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  color: #106dbf;
  margin-bottom: 6px;
  margin-top: 10px;
}
.category_page__title {
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.category_page__nami {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.category_page__nami.under {
  margin-bottom: 50px;
}
.category_page__nami img {
  width: 100%;
  height: auto;
}
.category_page .category_page-basic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category_page .category_page-basic .right__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.category_page .category_page-basic .right__box__inner a {
  text-decoration: none;
  color: #333333;
}
.category_page .category_page-basic .right__box .fig {
  width: 100%;
  height: auto;
}
.category_page .category_page-basic .right__box .fig img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.category_page .category_page-basic .right__box p {
  font-size: 22px;
  line-height: 1.8;
}
.category_page .category_page-basic .right__box p .icon__open {
  padding: 0 0 0.25em 6px;
}
@media screen and (max-width: 768px) {
  .category_page .category_page-basic .right__box {
    margin-top: 20px;
    padding: 0 30px;
  }
}
.category_page .category_page-news .right__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category_page .category_page-news .right__box__image {
  width: 180px;
}
.category_page .category_page-news .right__box__image img {
  width: 100%;
  height: auto;
}
.category_page .category_page-news .right__box__text {
  width: calc(100% - 220px);
  margin-bottom: 60px;
}
.category_page .category_page-news .right__box__text span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 200;
}
.category_page .category_page-news .right__box__text h2 {
  font-size: 30px;
  line-height: 1.6;
}
.category_page .category_page-news .right__box__text p {
  font-size: 22px;
  line-height: 1.8;
}
.category_page .category_page-news .right__box__text p a {
  text-decoration: none;
  color: #333333;
}
.category_page .category_page-news .right__box__text p .icon__open {
  padding: 0 0 0.25em 6px;
}
.category_page .category_page-news .right__box__member {
  display: none;
}
@media screen and (max-width: 768px) {
  .category_page .category_page-news .right__box {
    margin-top: 20px;
    padding: 0 30px;
  }
  .category_page .category_page-news .right__box__image {
    width: 120px;
    margin-right: 20px;
  }
  .category_page .category_page-news .right__box__inner {
    margin-top: 20px;
  }
  .category_page .category_page-news .right__box img {
    max-width: 120px;
    height: auto;
  }
  .category_page .category_page-news .right__box__text {
    width: calc(100% - 120px);
    margin-bottom: 10px;
  }
  .category_page .category_page-news .right__box__text span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .category_page .category_page-news .right__box__text h2 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .category_page .category_page-news .right__box__text p {
    font-size: 14px;
  }
  .category_page .category_page-news .right__box__text p a img {
    width: 16px;
  }
  .category_page .category_page-news .right__box__member {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #106dbf;
    background: none;
    text-align: center;
  }
  .category_page .category_page-news .right__box__member a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  .category_page .category_page-news .right__box__member a img {
    width: 12px;
    margin-left: 10px;
    margin-top: -4px;
  }
}
.category_page .category_page-fukkostory__fv {
  width: 100%;
  height: clamp(200px, 38.0208333333vw, 730px);
  line-height: 1;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("../images/hukko__main.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  margin-bottom: clamp(20px, 3vw, 100px);
}
.category_page .category_page-fukkostory .fig {
  margin-bottom: 40px;
}
.category_page .category_page-fukkostory .fig img {
  width: 100%;
  height: auto;
}
.category_page .category_page-fukkostory a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
.category_page .category_page-fukkostory a:hover {
  opacity: 0.6;
}
.category_page .category_page-fukkostory p {
  font-size: 24px;
  line-height: 2;
}
.category_page .category_page-fukkostory p img {
  margin-left: 0.5rem;
}
.category_page .category_page-fukkostory p.category_page__p {
  font-size: clamp(16px, 2.6vw, 24px);
  font-weight: 300;
  margin-bottom: clamp(20px, 5vw, 100px);
}
@media screen and (max-width: 992px) {
  .category_page .category_page-fukkostory .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  .category_page .category_page-fukkostory .fig {
    margin-bottom: 25px;
  }
  .category_page .category_page-fukkostory p {
    font-size: 12px;
  }
  .category_page .category_page-fukkostory p img {
    width: 12px;
    margin-top: -2px;
  }
}
.category_page .fukkostory__back {
  margin-top: clamp(20px, 3vw, 60px);
}
.category_page .fukkostory__back a {
  text-decoration: none !important;
}

.navigation.pagination {
  margin: 2.5rem 0;
  font-size: 14px;
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ボタン共通 */
.navigation.pagination .page-numbers {
  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: 2.5rem;
  height: 2.5rem;
  padding: 0 0.9rem;
  border-radius: 9999px; /* 丸ピル */
  border: 1px solid var(--pg-border, #e5e7eb);
  background: var(--pg-bg, #fff);
  color: var(--pg-fg, #333333);
  text-decoration: none;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.05s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, -webkit-transform 0.05s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.05s ease;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.05s ease, -webkit-transform 0.05s ease;
}

/* ホバー/フォーカス/アクティブ */
.navigation.pagination .page-numbers:hover {
  background: var(--pg-hover, #f3f4f6);
  border-color: var(--pg-hover-border, #d1d5db);
}

.navigation.pagination .page-numbers:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.navigation.pagination .page-numbers:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* 現在ページ */
.navigation.pagination .page-numbers.current {
  background: var(--pg-active, #333333);
  color: var(--pg-active-fg, #fff);
  border-color: var(--pg-active, #333333);
  cursor: default;
}

/* 省略記号 … */
.navigation.pagination .page-numbers.dots {
  background: transparent;
  border: none;
  min-width: auto;
  padding: 0 0.25rem;
  color: #6b7280;
}

/* 前/次（少し横長） */
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next {
  min-width: 3rem;
  padding: 0 1rem;
}

/* 簡易スタイル（必要なら調整） */
.cat-filter {
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
}

.cat-filter__group {
  margin-bottom: 16px;
}

.cat-filter__label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 14px;
}

.cat-filter__input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  height: 38px;
  padding: 0 10px;
}

.cat-filter__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 6px 0;
}

.cat-filter__submit {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 9999px;
  font-weight: 700;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
}

.cat-filter__submit:hover {
  opacity: 0.9;
}

.cat-meta .cat-reset {
  display: block;
  padding: 0.4em 0.8em;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  text-decoration: none;
  color: #333333;
  font-size: 12px;
}

.cat-meta .cat-reset:hover {
  background: #f3f4f6;
}

/* モバイルでのみトグルボタンを表示 */
.cat-filter-toggle {
  display: none;
  margin: 0 0 12px;
  padding: 10px 14px;
  border: 1px solid #111827;
  border-radius: 9999px;
  background: #111827;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  /* xl未満 */
  .cat-filter-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
/* オフキャンバス（左スライドイン） */
.cat-filter-offcanvas {
  position: static;
}

.cat-filter-close {
  display: none;
}

@media (max-width: 1199.98px) {
  .cat-filter-offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 86%;
    max-width: 360px;
    height: 100vh;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 16px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
    z-index: 1001;
  }
  .cat-filter-offcanvas.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .cat-filter-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    background: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }
  /* オーバーレイ */
  .cat-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    z-index: 1000;
  }
  .cat-filter-overlay.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  /* パネル表示中は背面スクロールを止める */
  body.no-scroll {
    overflow: hidden;
  }
}
.map__area {
  margin-top: clamp(40px, 3vw, 100px);
  margin-bottom: clamp(40px, 3vw, 100px);
}

#news__area {
  margin-bottom: 150px;
}
#news__area .left__box {
  background-color: #106dbf;
  height: 380px;
  border-radius: 10px;
  color: #ffffff;
  padding: 50px 45px;
  margin-bottom: 50px;
}
#news__area .left__box h1 {
  line-height: 1.52;
  font-size: 40px;
  font-weight: bold;
}
#news__area .left__box h1 span {
  display: none;
}
#news__area .left__box div {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 200;
}
#news__area .left__box__member {
  width: 80%;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 200;
  padding-bottom: 28px;
  padding-right: 40px;
  border-bottom: 1px solid #106dbf;
  background-image: url("../images/icon__open.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
#news__area .left__box__member a {
  display: block;
  text-decoration: none;
  color: #333333;
}
#news__area .right__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news__area .right__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news__area .right__box__image {
  width: 180px;
}
#news__area .right__box__image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#news__area .right__box__text {
  width: calc(100% - 220px);
  margin-bottom: 60px;
}
#news__area .right__box__text span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 200;
}
#news__area .right__box__text h2 {
  font-size: 24px;
  line-height: 1.6;
}
#news__area .right__box__text p {
  font-size: 18px;
  line-height: 1.8;
}
#news__area .right__box__text p .icon__open {
  padding: 0 0 0.25em 6px;
}
#news__area .right__box__text a {
  text-decoration: none;
  color: #333333;
}
#news__area .right__box__member {
  display: none;
}
#news__area .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  background-color: #106dbf;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  border-radius: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news__area .btn a .icon {
  position: relative;
  right: -7rem;
  margin-top: -7px;
}
#news__area .btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #news__area {
    margin-bottom: 100px;
  }
  #news__area .left__box {
    background-color: transparent;
    color: #333333;
    height: auto;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #news__area .left__box h1 {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px;
  }
  #news__area .left__box h1 br {
    display: none;
  }
  #news__area .left__box h1 span {
    display: inline-block;
  }
  #news__area .left__box div {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 200;
  }
  #news__area .left__box__member {
    display: none;
  }
  #news__area .right__box {
    margin-top: 20px;
    padding: 0 30px;
  }
  #news__area .right__box__image {
    width: 120px;
    margin-right: 20px;
  }
  #news__area .right__box__inner {
    margin-top: 20px;
  }
  #news__area .right__box img {
    max-width: 120px;
    height: auto;
  }
  #news__area .right__box__text {
    width: calc(100% - 120px);
    margin-bottom: 10px;
  }
  #news__area .right__box__text span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #news__area .right__box__text h2 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  #news__area .right__box__text p {
    font-size: 14px;
  }
  #news__area .right__box__text p a img {
    width: 16px;
  }
  #news__area .right__box__member {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
    padding-bottom: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #106dbf;
    background: none;
    text-align: center;
  }
  #news__area .right__box__member a {
    display: block;
    text-decoration: none;
    color: #333333;
  }
  #news__area .right__box__member a img {
    width: 12px;
    margin-left: 10px;
    margin-top: -4px;
  }
  #news__area .btn a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 50px;
  }
  #news__area .btn a .icon {
    position: static;
    margin-top: -2px;
    margin-left: 10px;
  }
  #news__area .btn a .icon img {
    width: 12px;
  }
}
#blog__area {
  margin-bottom: 150px;
}
#blog__area .left__box {
  background-color: #258ce6;
  height: 380px;
  border-radius: 10px;
  color: #ffffff;
  padding: 50px 45px;
  margin-bottom: 50px;
}
#blog__area .left__box h1 {
  line-height: 1.52;
  font-size: 40px;
  font-weight: bold;
}
#blog__area .left__box div {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 200;
}
#blog__area .left__box__member {
  width: 80%;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 200;
  padding-bottom: 28px;
  padding-right: 40px;
  border-bottom: 1px solid #258ce6;
  background-image: url("../images/icon__open.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
#blog__area .left__box__member a {
  display: block;
  text-decoration: none;
  color: #333333;
}
#blog__area .right__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#blog__area .right__box .row {
  width: 100%;
}
#blog__area .right__box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#blog__area .right__box__image {
  width: 180px;
}
#blog__area .right__box__image img {
  width: 100%;
  height: auto;
}
#blog__area .right__box__text {
  width: calc(100% - 220px);
  margin-bottom: 45px;
}
#blog__area .right__box__text span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 200;
}
#blog__area .right__box__text h2 {
  font-size: 24px;
  line-height: 1.6;
}
#blog__area .right__box__text h2 a {
  text-decoration: none;
  color: #333333;
}
#blog__area .btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  background-color: #258ce6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  border-radius: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#blog__area .btn a .icon {
  position: relative;
  right: -7rem;
  margin-top: -7px;
}
#blog__area .btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  #blog__area {
    margin-bottom: 100px;
  }
  #blog__area .left__box {
    background-color: transparent;
    color: #333333;
    height: auto;
    padding: 0 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #blog__area .left__box h1 {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px;
  }
  #blog__area .left__box div {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 200;
  }
  #blog__area .right__box {
    margin-top: 20px;
    padding: 0 30px;
  }
  #blog__area .right__box__image {
    width: 120px;
    margin-right: 20px;
  }
  #blog__area .right__box__inner {
    margin-top: 20px;
  }
  #blog__area .right__box img {
    max-width: 120px;
    height: auto;
  }
  #blog__area .right__box__text {
    width: calc(100% - 120px);
    margin-bottom: 10px;
  }
  #blog__area .right__box__text span {
    font-size: 14px;
    margin-bottom: 5px;
  }
  #blog__area .right__box__text h2 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  #blog__area .right__box__text p {
    font-size: 14px;
  }
  #blog__area .right__box__text p a img {
    width: 16px;
  }
  #blog__area .btn a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 50px;
  }
  #blog__area .btn a .icon {
    position: static;
    margin-top: -2px;
    margin-left: 10px;
  }
  #blog__area .btn a .icon img {
    width: 12px;
  }
}
#hukkou__area {
  margin-bottom: 150px;
  margin-top: 330px;
  position: relative;
}
#hukkou__area .left__box {
  background-image: url("../images/hukkou__back.png");
  background-size: cover;
  background-repeat: no-repeat;
  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;
  text-align: center;
  max-height: 100vh;
  border-radius: 10px;
}
#hukkou__area .left__box h1 {
  font-size: 60px;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.8;
}
#hukkou__area .left__box h1 span {
  font-size: 30px;
}
#hukkou__area .left__box h1 span:first-child {
  font-size: 26px;
  line-height: 2.6;
}
#hukkou__area .right__box {
  margin-bottom: 85px;
}
#hukkou__area .right__box .fig {
  margin-bottom: 40px;
}
#hukkou__area .right__box .fig img {
  width: 100%;
  height: auto;
}
#hukkou__area .right__box a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
#hukkou__area .right__box a:hover {
  opacity: 0.6;
}
#hukkou__area .right__box p {
  font-size: 24px;
  line-height: 1.7;
}
#hukkou__area .right__box p img {
  margin-left: 0.5rem;
}
#hukkou__area .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hukkou__area .btn a {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 135px;
  background-color: #106dbf;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
  border-radius: 68px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#hukkou__area .btn a .icon {
  position: relative;
  right: -7rem;
  margin-top: -7px;
}
#hukkou__area .btn a:hover {
  opacity: 0.6;
}
#hukkou__area .hukkou__back {
  position: absolute;
  top: -50px;
  right: 0;
  width: 33.33vw;
  border-radius: 10px 0 0 10px;
  height: 1200px;
  max-height: 1200px;
  background-color: #106dbf;
  z-index: -1;
}

@media screen and (max-width: 1400px) {
  #hukkou__area {
    margin-top: 0;
  }
  #hukkou__area .left__box {
    background-color: transparent;
    background-image: none;
  }
  #hukkou__area .left__box h1 {
    color: #333333;
  }
  #hukkou__area .hukkou__back {
    display: none;
  }
  #hukkou__area .btn a .icon {
    right: -4rem;
  }
}
@media screen and (max-width: 992px) {
  #hukkou__area .left__box {
    background-color: transparent;
    background-image: none;
  }
  #hukkou__area .left__box h1 {
    font-size: 32px;
    color: #333333;
    line-height: 0.8;
  }
  #hukkou__area .left__box h1 span {
    font-size: 16px;
  }
  #hukkou__area .left__box h1 span:first-child {
    font-size: 14px;
    line-height: 2.6;
  }
  #hukkou__area .right__box {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  #hukkou__area .right__box .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
  #hukkou__area .right__box .fig {
    margin-bottom: 25px;
  }
  #hukkou__area .right__box p {
    font-size: 12px;
  }
  #hukkou__area .right__box p img {
    width: 12px;
    margin-top: -2px;
  }
  #hukkou__area .hukkou__back {
    display: none;
  }
  #hukkou__area .btn a {
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 50px;
  }
  #hukkou__area .btn a .icon {
    position: static;
    margin-top: -2px;
    margin-left: 10px;
  }
  #hukkou__area .btn a .icon img {
    width: 12px;
  }
}
#about {
  margin-bottom: 70px;
}
#about h1 {
  font-weight: bold;
  color: #106dbf;
  font-size: clamp(24px, 1.875vw, 36px);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
#about .about__fig {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#about h2 {
  font-weight: bold;
  color: #106dbf;
  font-size: clamp(24px, 1.5625vw, 30px);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}
#about p {
  text-align: center;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 2;
  font-weight: 300;
  margin-bottom: 2em;
}

@media screen and (max-width: 992px) {
  #about {
    padding: 0 40px;
  }
  #about h1 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
  }
  #about .about__fig {
    margin-bottom: 40px;
  }
  #about h2 {
    font-size: 20px;
    text-align: left;
  }
  #about p {
    font-size: 16px;
    text-align: left;
  }
}
.custom-header-slider {
  width: 100%;
  max-width: 1200px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.custom-header-slider .swiper-slide img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination {
  bottom: 10px;
}/*# sourceMappingURL=main.css.map */