@charset "UTF-8";
/* ----------------------------------------------------
** 基本設定
** ---------------------------------------------------- */
/* Google font */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;600;700;900&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ベース設定
** ------------------------------------------- */
* {
  font-family: "Noto Sans JP", sans-serif;
}

/* クラス「enable-smooth」がついている時だけ有効にする */
html.enable-smooth {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 60px;
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/* -------------------------------------------------------------------------
** ヘッダースタイル（サイトヘッダー）
** ------------------------------------------------------------------------- */
/* コンタクトボタンスタイル */
.nav-contact > .c-gnav__a {
  margin-left: 20px;
  background-color: #003b90;
  color: #fff;
}
.nav-contact > .c-gnav__a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.nav-contact > .c-gnav__a span::before {
  display: inline-block; /* または block */
  width: 1em; /* font-size と合わせる */
  height: 1em; /* font-size と合わせる */
  line-height: 1; /* 文字としての高さを制御 */
  text-align: center;
  vertical-align: middle;
  font-family: "Material Symbols Outlined";
  content: "mail";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.nav-contact > .c-gnav__a:hover {
  background-color: rgb(0, 69.4479166667, 169.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* グローバルメニュー
** ---------------------------------------------- */
.l-header {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.l-headerUnder {
  /* 左寄せ */
}
.l-headerUnder .c-gnav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  /* メニューの左右の余白 */
}
.l-headerUnder .c-gnav > .menu-item > a {
  padding: 1.25rem 1rem;
}
.l-headerUnder .c-gnav > .menu-item > a:hover {
  color: #fff;
  background-color: rgb(0, 69.4479166667, 169.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-gnav__li > .c-gnav__a:hover {
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* スマートフォン表示時のヘッダースタイル
** ---------------------------------------------- */
@media not all and (min-width: 1000px) {
  /* 1. ヘッダー全体のレイアウト調整 */
  .l-header__body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
  }
  /* ヘッダーレイアウトのグリッド設定を上書き */
  .l-header[data-btns=rr-rl] .l-header__body {
        grid-template-areas: "center menu";
    --ark-drawerW: 60px;
    -ms-grid-columns: 1fr var(--ark-drawerW);
    grid-template-columns: 1fr var(--ark-drawerW);
  }
  /* ロゴの配置調整 */
  .l-header[data-logo=left] .l-header__logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 16px;
  }
  /* メニューボタンのコンテナ（.l-header__drawerBtn） */
  .l-header__drawerBtn {
    width: 100%;
    height: 100%;
  }
  /* 5. メニューボタン本体（.c-iconBtn） */
  .l-header__drawerBtn .c-iconBtn {
    background-color: #003b90;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  /* アイコン（.c-iconBtn__icon） */
  .l-header__drawerBtn .c-iconBtn__icon {
    font-size: 22px;
    height: 22px;
    width: 22px;
  }
  /* 「MENU」テキストを疑似要素で追加 */
  .l-header__drawerBtn .c-iconBtn::after {
    content: "MENU";
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
  }
  /* 8. メニューを開いた（opened）状態のボタンスタイル */
  [data-drawer=opened] .l-header__drawerBtn .c-iconBtn {
    /* 開いた時も色を維持する */
    background-color: #003b90;
    color: #ffffff;
  }
}
.p-drawer {
  background-color: #003b90;
}

/* -------------------------------------------------------------------------
** ページの見出しスタイル
** ------------------------------------------------------------------------- */
/* フロントページ
** ------------------------------------------------ */
/* フロントページの各セクションの見出し2 */
body.home .ark-block-heading .ark-block-heading__main {
  color: #001871;
  font-size: clamp(28px, 1.75rem + (1vw - 3.75px) * 2.0356, 36px);
}
body.home .ark-block-heading .ark-block-heading__line:before {
  height: 6px;
  width: 160px;
  background-color: #00a0df;
}
body.home {
  /* CTAエリアの見出し */
}
body.home #cta .ark-block-heading .ark-block-heading__main {
  color: #fff;
}
body.home {
  /* CSR活動のサブタイトル */
}
body.home .csr .ark-block-heading .ark-block-heading__sub {
  font-size: 2rem;
  font-weight: 500;
  color: #1aa705;
}

/* -------------------------------------------------------------------------
** フッターナビ
** ------------------------------------------------------------------------- */
.w-before-footer.l-container {
  max-width: inherit;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
}
@media (max-width: 1024px) {
  .w-before-footer.l-container {
    display: none;
  }
}

.foot-navi__wrapp {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot-navi__wrapp .foot-id {
  width: 300px;
}

.foot-navi__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4rem;
  margin-top: 0;
  font-size: 0.875rem;
}
.foot-navi__menu .widget.widget_nav_menu {
  margin-top: 0;
}

/* 指定したメニューのサブメニューを強制的に表示 */
.u-force-open-child .sub-menu {
  display: block !important; /* 強制表示 */
  height: auto !important; /* 高さを確保 */
  opacity: 1 !important; /* 透明度を解除 */
  visibility: visible !important;
  margin-left: 1em; /* 階層がわかるように少しインデント（お好みで） */
}

/* アコーディオンの開閉ボタン（矢印）を非表示にする */
/* Arkheの仕様に合わせて調整していますが、ボタンが残る場合は教えてください */
.u-force-open-child button,
.u-force-open-child .c-accordion__btn,
.u-force-open-child .p-widget_nav_menu__toggle {
  display: none !important;
}

/* -------------------------------------------------------------------------
** ページヘッダースタイル
** ------------------------------------------------------------------------- */
.p-topArea {
  min-height: initial;
  text-align: initial;
}
.p-topArea.-noimg {
  background-color: #fff;
}

.p-topArea__body {
  color: #003b90;
}

.c-pageTitle__main {
  font-size: clamp(30px, 1.875rem + (1vw - 3.6px) * 4.1667, 40px);
}

.c-pageTitle__sub {
  max-width: 65%;
  font-style: normal;
}
.c-pageTitle__sub:before, .c-pageTitle__sub:after {
  content: none;
}
@media (max-width: 768px) {
  .c-pageTitle__sub {
    max-width: 100%;
  }
}

/* -------------------------------------------------------------------------
** ページメインコンテナ
** ------------------------------------------------------------------------- */
/* コンテナ上下のマージンを削除 */
.l-content__body {
  margin-top: 3rem;
}

/* ---------------------------------------------------------
** フロントページスタイル
** --------------------------------------------------------- */
/* 各セクションのボタンサイズ等
** ------------------------------------------------ */
body.home .about-bg .ark-block-button__link {
  padding: 1rem clamp(48px, 3rem + (1vw - 3.6px) * 7.8431, 80px);
  gap: 1.5rem;
}
body.home .next-era .ark-block-button__link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 1.5rem;
  letter-spacing: 5px;
  font-size: 24px;
}
body.home .btn-core-resilience,
body.home .btn-resilience-diag {
  font-size: clamp(14px, 0.875rem + (1vw - 3.6px) * 0.9804, 18px);
}
body.home .btn-core-resilience .ark-block-button__link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
}
body.home .btn-resilience-diag .ark-block-button__link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
}

/* ヒーロースライダー
** ------------------------------------------------ */
.first-container {
  background-color: #f2e6e9;
}
.first-container > .ark-block-section__body {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.swiper {
  width: 100%;
  height: 70vh;
  min-height: calc(22.5rem + (1vw - 3.6px) * 17.9104);
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.slide-content-wrapp {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.slide-content-wrapp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-catch-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.slide-catch {
  line-height: 1.5;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}

.slide-main-catch {
  font-weight: bold;
  color: #fff;
  font-size: calc(1.75rem + (1vw - 3.6px) * 3.1841);
  font-size: clamp(1rem, 3vw, 2rem);
  text-shadow: 1px 1px 2px black;
}

.slide-sub-catch {
  color: #fff;
  text-align: center;
  font-size: calc(1.125rem + (1vw - 3.6px) * 2.1891);
  line-height: 1.3;
  font-weight: 600;
  text-shadow: 1px 1px 2px black;
}

/* アニメーションのキーフレーム設定 */
@-webkit-keyframes fade-text {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-text {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* テキストのアニメーション設定 */
.swiper-slide-active .slide-catch-wrapp {
  -webkit-animation-name: fade-text;
          animation-name: fade-text;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 66px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  opacity: 0.5;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* フロントページお知らせエリア
** ------------------------------------------------ */
.front-news {
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.front-news__inner {
  max-width: 1024px;
  margin: -50px auto 0;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #fff;
}

.front-news__header {
  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;
  margin-bottom: 10px;
}

.front-news__ttl {
  font-size: 1.125rem;
}

.front-news__link-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0073ae;
  border-radius: 5px;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}
.front-news__link-btn:hover {
  background-color: rgb(0, 81.2931034483, 123);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.front-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.front-news__item {
  margin-bottom: 12px;
}
.front-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  gap: 20px;
  text-decoration: none;
}

.front-news__date {
  font-size: 0.875rem;
  color: #555;
}

.front-news__title {
  list-style: 1.2;
}
.front-news__title:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0073ae;
  font-weight: 500;
}

/* ビジネスガードとはエリア
** ------------------------------------------------ */
figure.img_aig-products a {
  position: relative;
  display: block;
}

figure.img_aig-products a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  /* 下からの距離 */
  right: 10px;
  /* 右からの距離 */
  width: 36px;
  /* アイコンの背景サイズ */
  height: 36px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='white'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M15 3l2.3 2.3-2.89 2.87 1.42 1.42L18.7 6.7 21 9V3h-6zM3 9l2.3-2.3 2.87 2.89 1.42-1.42L6.7 5.3 9 3H3v6zm6 12l-2.3-2.3 2.89-2.87-1.42-1.42L5.3 17.3 3 15v6h6zm12-6l-2.3 2.3-2.87-2.89-1.42 1.42 2.89 2.87L15 21h6v-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  /* 丸くする（四角くしたい場合は 4px などに変更） */
  pointer-events: none;
  /* アイコンをクリックしてもリンクが反応するように */
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

figure.img_aig-products a:hover::after {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/* ビジネスガード商品リストエリア
** ------------------------------------------------ */
.bg-product {
  border: solid 1px #496d84;
}
.bg-product h3 {
  color: #111e40;
}
.bg-product__list .ark-block-container {
  border: solid 2px #496d84;
}
.bg-product__list .ark-block-container p {
  font-weight: 500;
  text-align: center;
}
.bg-product .risk-01 {
  border-color: #8399b4;
}
.bg-product .risk-01 p {
  color: #466d9c;
}
.bg-product .risk-02 {
  border-color: #a775a5;
}
.bg-product .risk-02 p {
  color: #8e428b;
}
.bg-product .risk-03 {
  border-color: #008281;
}
.bg-product .risk-03 p {
  color: #3f8181;
}
.bg-product .risk-04 {
  border-color: #8399b4;
}
.bg-product .risk-04 p {
  color: #466d9c;
}

/* 事業継続力支援エリア
** ------------------------------------------------ */
.resilience {
  color: #000;
  text-align: justify;
}
.resilience .sme-catch {
  margin-bottom: 24px;
  line-height: 1.5;
  color: #003b90;
  font-size: clamp(26px, 1.625rem + (1vw - 3.6px) * 7.1429, 36px);
  font-weight: bold;
}
.resilience .sme-subcatch {
  margin-bottom: 24px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
  color: #003b90;
}

/* SME Resilienceエリア
** ------------------------------------------------ */
.sme-resilience .sme-resilience-wrapp {
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.sme-resilience .sme-resilience-wrapp h3.wp-block-heading {
  line-height: 1.1;
  color: #001871;
  font-size: 36px;
}
.sme-resilience .sme-resilience-wrapp h3.wp-block-heading span {
  font-size: 18px;
}
.sme-resilience .sme-resilience-wrapp h4.wp-block-heading {
  position: relative;
  padding: 0.5em 0.7em 0.4em 0;
  border-bottom: 3px solid #0073ae;
  color: #003890;
}
.sme-resilience .sme-resilience-wrapp h4.wp-block-heading::before, .sme-resilience .sme-resilience-wrapp h4.wp-block-heading::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.sme-resilience .sme-resilience-wrapp h4.wp-block-heading::before {
  background-color: #0073ae;
}
.sme-resilience .sme-resilience-wrapp h4.wp-block-heading::after {
  bottom: -11px;
  background-color: #fff;
}
.sme-resilience .sp-graph {
  display: none;
}
@media (max-width: 768px) {
  .sme-resilience .sp-graph {
    display: block;
  }
  .sme-resilience .pc-graph {
    display: none;
  }
}

/* -------------------------------------------------------------------------
** ビジネスガード歩みページ(bg-history)
** ------------------------------------------------------------------------- */
/* 親要素（summary）の設定 */
.ark-block-accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 中身をFlexboxレイアウトにする */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; /* 内容を左寄せにする（元が両端揃えの場合の対策） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 垂直方向を中央揃えにする */
}

/* アイコンの設定 */
.ark-block-accordion__icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; /* ★重要：表示順序を一番最初にする */
  margin-right: 10px; /* アイコンと文字の間に余白を作る */
  margin-left: 0; /* 元々あった左側の余白を消す */
}

/* -------------------------------------------------------------------------
** レジリエンス簡易診断ページ(resilience-diag)
** ------------------------------------------------------------------------- */
body.resilience-diag {
  /* セクションマージン */
}
body.resilience-diag section {
  margin-top: 4rem;
}
body.resilience-diag section:last-of-type {
  margin-bottom: 4rem;
}
body.resilience-diag {
  /* 見出し2 */
}
body.resilience-diag h2.wp-block-heading {
  line-height: 1.2;
  color: #001871;
  font-size: clamp(30px, 1.875rem + (1vw - 3.6px) * 1.4706, 36px);
}
body.resilience-diag h2.wp-block-heading span {
  font-size: clamp(21px, 1.3125rem + (1vw - 3.6px) * 0.7353, 24px);
}
body.resilience-diag {
  /* 見出し3 */
}
body.resilience-diag h3.wp-block-heading {
  position: relative;
  padding: 0.5em 0 0.4em;
  border-bottom: 3px solid #0073ae;
  color: #003890;
}
body.resilience-diag h3.wp-block-heading::before, body.resilience-diag h3.wp-block-heading::after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
body.resilience-diag h3.wp-block-heading::before {
  background-color: #0073ae;
}
body.resilience-diag h3.wp-block-heading::after {
  bottom: -11px;
  background-color: #fff;
}
body.resilience-diag {
  /* 診断受付フォーム
  ** ---------------------------------------------- */
  /* ===== モーダル全体（背景） ===== */
}
body.resilience-diag .cf7-modal {
  position: fixed;
  inset: 0; /* top, right, bottom, left: 0 */
  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;
  background: rgba(0, 0, 0, 0.4); /* グレーのオーバーレイ */
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
body.resilience-diag .cf7-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
body.resilience-diag {
  /* モーダル表示中は背景スクロール禁止 */
}
body.resilience-diag body.cf7-modal-open {
  overflow: hidden;
}
body.resilience-diag {
  /* ===== モーダルの白い箱 ===== */
}
body.resilience-diag .cf7-modal__inner {
  position: relative;
  background: #ffffff;
  max-width: 640px;
  width: calc(100% - 40px);
  padding: 32px 40px 36px;
  border-radius: 16px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  max-height: 90vh;
  overflow: auto;
}
body.resilience-diag {
  /* スマホ調整 */
}
@media (max-width: 599px) {
  body.resilience-diag .cf7-modal__inner {
    padding: 24px 20px 28px;
    width: calc(100% - 24px);
  }
}
body.resilience-diag {
  /* ===== × ボタン（右上の丸いボタン） ===== */
}
body.resilience-diag .cf7-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #004c97; /* 濃いめのブルー */
  background: #ffffff;
  color: #004c97;
  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: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}
body.resilience-diag {
  /* ホバー時少し濃く */
}
body.resilience-diag .cf7-modal__close:hover {
  background: #004c97;
  color: #ffffff;
}
body.resilience-diag {
  /* ===== タイトル（フォーム先頭の見出し） ===== */
}
body.resilience-diag .cf7-modal__inner h2:first-child,
body.resilience-diag .cf7-modal__title,
body.resilience-diag .c-formTitle {
  margin-top: 8px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #004c97;
}
body.resilience-diag {
  /* スマホ時タイトル位置調整 */
}
@media (max-width: 768px) {
  body.resilience-diag .c-formTitle {
    margin-top: 2rem;
    text-align: left;
  }
}
body.resilience-diag {
  /* ===== CF7 内のレイアウト ===== */
  /* p はほぼ使っていないが念のため */
}
body.resilience-diag .cf7-modal__inner .wpcf7-form p {
  margin: 0 0 18px;
}
body.resilience-diag {
  /* ラベル（汎用） */
}
body.resilience-diag .cf7-modal__inner .wpcf7-form label {
  font-weight: 700;
  font-size: 14px;
}
body.resilience-diag {
  /* CF7 の required マーク対策用 */
}
body.resilience-diag .cf7-modal__inner .wpcf7-form .required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 6px;
  font-size: 11px;
  background: #d51f26; /* 赤 */
  color: #ffffff;
  border-radius: 2px;
}
body.resilience-diag {
  /* テキスト・セレクト・テキストエリア共通 */
}
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-text,
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-select,
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 10px 12px;
  font-size: 14px;
}
body.resilience-diag {
  /* フォーカス時 */
}
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-text:focus,
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-select:focus,
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-textarea:focus {
  outline: none;
  border-color: #004c97;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 76, 151, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 76, 151, 0.15);
}
body.resilience-diag {
  /* セレクトの▼が被らないように右側余白を少し広く */
}
body.resilience-diag .cf7-modal__inner .wpcf7-form-control.wpcf7-select {
  padding-right: 32px;
}
body.resilience-diag {
  /* ===== 送信ボタン（「送信・診断する」） ===== */
}
body.resilience-diag .cf7-modal__inner .wpcf7-submit {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  border: none;
  background: #004c97;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
body.resilience-diag .cf7-modal__inner .wpcf7-submit:hover {
  background: #00366e;
}
body.resilience-diag {
  /* ----------------------------------------------------------
     診断受付フォーム 各行レイアウト
  ---------------------------------------------------------- */
}
body.resilience-diag .c-formRow {
  margin-top: 1.5rem;
  margin-bottom: 10px;
}
body.resilience-diag .c-formField {
  display: block;
}
body.resilience-diag {
  /* ラベルテキスト */
}
body.resilience-diag .c-formLabel {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
}
body.resilience-diag {
  /* 「必須」バッジ */
}
body.resilience-diag .c-formReq {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  font-size: 11px;
  background: #d51f26;
  color: #ffffff;
  border-radius: 2px;
  font-weight: normal;
}
body.resilience-diag {
  /* インプットとの間隔 */
}
body.resilience-diag .c-formInput {
  margin-top: 12px;
}
body.resilience-diag {
  /* ----------------------------------------------------------
     会員 / 非会員 ラジオボタンの横並び
  ---------------------------------------------------------- */
}
body.resilience-diag .c-formInlineGroup--membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 4px;
}
body.resilience-diag .c-formInlineItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
}
body.resilience-diag #hojin-select-pref {
  display: block;
  max-width: 300px;
}
body.resilience-diag {
  /* ----------------------------------------------------------
     会員用 / 非会員用フィールドの表示制御（ここが超重要）
  ---------------------------------------------------------- */
  /* 初期状態では両方 & 法人会ブロックを非表示（1カ所だけで定義） */
}
body.resilience-diag #member-fields,
body.resilience-diag #nonmember-fields,
body.resilience-diag #houjinkai-block {
  display: none;
}
body.resilience-diag {
  /* JS が表示させるときにつけるクラス */
}
body.resilience-diag #member-fields.is-visible,
body.resilience-diag #nonmember-fields.is-visible,
body.resilience-diag #houjinkai-block.is-visible {
  display: block !important;
}
body.resilience-diag #nonmember-fields .nomember-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
body.resilience-diag #nonmember-fields .nomember-wrapp .c-formRow:first-of-type {
  max-width: 160px;
}
@media (max-width: 670px) {
  body.resilience-diag #nonmember-fields .nomember-wrapp {
    display: block;
  }
  body.resilience-diag #nonmember-fields .nomember-wrapp .c-formRow:first-child {
    max-width: inherit;
  }
}
body.resilience-diag {
  /* ----------------------------------------------------------
     CF7 hidden フィールド（法人会の実値を送る用）
  ---------------------------------------------------------- */
}
body.resilience-diag .cf7-hidden-field {
  display: none !important;
}

.c-formError {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #d51f26;
}

/* 法人会選択ブロックのレイアウト調整
   (ラベルとセレクトボックスを縦並びにする) */
/* ラベル部分をブロック要素にして改行させる */
#houjinkai-block .c-formLabel {
  display: block; /* 横並び解除 */
  width: 100%; /* 横幅いっぱい */
  margin-bottom: 8px; /* リストボックスとの間の余白 */
  line-height: 1.4; /* 長い文章になった時の行間調整 */
}

/* 必須マークの位置調整（必要であれば） */
#houjinkai-block .c-formReq {
  margin-left: 6px;
  vertical-align: middle;
}

/* リストボックス自体の調整 */
#houjinkai-block select {
  display: block;
  width: 100%; /* 横幅いっぱいに広げる（お好みで調整可） */
  max-width: 400px; /* 広がりすぎないように制限（お好みで） */
  margin-top: 4px;
}

/* ==============================================
   CF7: 送信成功メッセージ（緑の枠）を非表示にする設定
   ※リダイレクトするため、メッセージを一瞬でも見せないようにする
   ============================================== */
/* フォームに .sent クラスがついた時（送信成功時）のメッセージ枠を消す */
.cf7-modal form.sent .wpcf7-response-output {
  display: none !important;
}

/* 念のため、成功ステータスのクラス自体も非表示対象にする（旧仕様対応） */
.cf7-modal .wpcf7-mail-sent-ok {
  display: none !important;
}

/* -------------------------------------------------------------------------
** MORINOプロジェクトページ(morino-project)
** ------------------------------------------------------------------------- */
body.morino-project #top_title_area {
  background-color: #f0fdf4;
}
body.morino-project #top_title_area .c-pageTitle__main,
body.morino-project #top_title_area .c-pageTitle__sub {
  color: #fff;
  text-shadow: 0 0 5px #228b22;
}
body.morino-project .l-content__body {
  margin-top: 0;
}
body.morino-project .circle .ark-block-container {
  max-width: 960px;
  margin: clamp(1px, 0.0625rem + (1vw - 3.6px) * 7.598, 32px) auto;
}
body.morino-project .circle-content .ark-block-container {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body.morino-project .circle-content .ark-block-container .has-text-align-center {
  margin-top: 0;
}
body.morino-project .circle-content .ark-block-container .has-text-align-center span {
  font-size: clamp(32px, 2rem + (1vw - 3.6px) * 2.4096, 48px);
  font-weight: bold;
  color: #228b22;
}

/* -------------------------------------------------------------------------
** MORINOプロジェクト活動履歴ページ(mori-activities)
** ------------------------------------------------------------------------- */
body.mori-activities .l-content__body {
  margin-bottom: 2rem;
}
body.mori-activities #top_title_area {
  background-color: #f0fdf4;
}
body.mori-activities #top_title_area .c-pageTitle__main,
body.mori-activities #top_title_area .c-pageTitle__sub {
  color: #fff;
  text-shadow: 0 0 5px #228b22;
}
body.mori-activities .mori-activities {
  --arkb-body-padding--left: 32px;
  --arkb-shape-size: 16px;
  padding-left: 12px;
}
body.mori-activities .mori-timeline__item {
  margin: 0;
  padding: 0.5rem 0 3rem var(--arkb-body-padding--left);
  position: relative;
}
body.mori-activities .mori-timeline__item:before {
  border-left: 2px solid #86bf86;
  content: "";
  display: block;
  height: 100%;
  left: calc(var(--arkb-shape-size) / 2 - 1px);
  position: absolute;
  top: 0;
}
body.mori-activities .mori-timeline__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
body.mori-activities .mori-timeline__shape {
  background-color: #fff;
  border: 2px solid;
  border-radius: 50%;
  color: #228b22;
  display: block;
  height: 20px;
  left: -34px;
  position: absolute;
  width: 20px;
}
body.mori-activities .mori-timeline__date {
  color: #228b22;
  font-size: 0.875rem;
  font-weight: bold;
}
body.mori-activities .mori-timeline__title {
  margin-top: 0.5rem;
  color: #000;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: bold;
}
body.mori-activities .mori-timeline__body {
  margin-top: 1rem;
}
body.mori-activities .mori-timeline__body .mori-timeline__overview {
  font-size: 0.95rem;
  color: #333;
}
body.mori-activities .mori-timeline__body .mori-timeline__sanka {
  color: #000;
  font-weight: bold;
}
body.mori-activities .mori-gallery {
  margin-top: 1rem;
}
body.mori-activities .mori-timeline__others {
  margin-top: 1rem;
}
body.mori-activities {
  /* サイドバー
  ** ------------------------------------ */
}
body.mori-activities .mori-year-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.mori-activities .mori-year-archive li {
  margin: 0;
  border-bottom: 1px dotted #ccc; /* ▼点線の区切りを追加 */
}
body.mori-activities .mori-year-archive li:last-child {
  border-bottom: none; /* 最後の項目だけ線を消す */
}
body.mori-activities .mori-year-archive li a {
  display: block;
  padding: 10px 12px;
  border-left: 4px solid transparent;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.mori-activities .mori-year-archive li.is-current a {
  border-left-color: #228b22; /* Arkheの青に合わせる */
  background: #f3f7fb;
  color: #228b22;
  font-weight: bold;
}
body.mori-activities .mori-year-archive li a:hover {
  background: #f5f5f5;
}

/* -------------------------------------------------------------------------
** 映像集ページ(video-collection)
** ------------------------------------------------------------------------- */
body.video-collection .heading-sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0.7em;
  line-height: 1;
  background-color: #003890;
  color: #ffffff;
  font-weight: 500;
}
body.video-collection .heading-sec-title::before {
  display: inline-block;
  width: 5px;
  height: 1.5em;
  margin-right: 0.5em;
  background-color: #ffffff;
  content: "";
}
body.video-collection .picup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}
body.video-collection .picup-list .picup-list__item {
  width: calc((100% - 40px) / 2);
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
body.video-collection .picup-list .picup-list__item:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.video-collection .picup-list .picup-list__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
body.video-collection .picup-list .picup-list__fg {
  position: relative;
}
body.video-collection .picup-list .picup-list__fg .picup-list__time {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 0.5em;
  font-size: 0.75rem;
}
body.video-collection .picup-list .picup-list__body {
  padding: 0.75rem;
}
body.video-collection .picup-list .picup-list__body .video-category {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #00a0df;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
body.video-collection .picup-list .picup-list__body .picup-list__title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}
body.video-collection .picup-list .picup-list__body .picup-list__desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #555;
}
@media (max-width: 768px) {
  body.video-collection .picup-list {
    display: block;
  }
  body.video-collection .picup-list .picup-list__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

/* 映像アーカイブ
  ** ----------------------------------------------- */
.all-video-list {
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.video-archive_item {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.75rem;
}
.video-archive_item:hover {
  background-color: #fbfbfb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-archive__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.video-archive__meta .video-archive__category {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #00a0df;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
.video-archive__meta .video-time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}

.video-archive__title {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.video-archive__title a {
  color: #000;
  text-decoration: none;
}
.video-archive__title a:hover {
  color: #003890;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-archive__desc {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #555;
}

.video-play {
  margin-top: 0.5rem;
}
.video-play__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1.25rem;
  border-radius: 50px;
  border: solid 2px #003890;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: #fff;
  color: #003890;
}
.video-play__link:hover {
  background-color: #003890;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* すべての動画一覧を見るボタン
** ----------------------------------------------- */
.video-archive__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}
.video-archive__more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 1.25rem;
  border-radius: 50px;
  border: solid 2px #003890;
  font-size: 0.875rem;
  text-decoration: none;
  background-color: #fff;
  color: #003890;
}
.video-archive__more a:hover {
  background-color: #003890;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 映像アーカイブ関連のサイドバー
  ** ----------------------------------------------- */
.widget_video_sidebar {
  padding: 1.8rem 1.6rem;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 2.5rem;
}

/* =========================
   1) 検索エリア
   ========================= */
.video-search-form {
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px dashed #d3d3d3; /* ← 検索とカテゴリを分ける境界線 */
}

.video-search-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  /* サイドバー幅312pxでも横並びが潰れないように */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.video-search-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}

/* ▼ 検索ボタンの文字が縦組みにならないように調整 */
.video-search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.55rem 0.9rem;
  background: #003b90;
  color: #fff;
  border-radius: 6px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap; /* 文字を1行に固定 */
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb; /* 念のため横書きに強制 */
  text-orientation: mixed;
  line-height: 1.2;
}

/* =========================
   2) カテゴリエリア
   ========================= */
.widget_video_sidebar .c-widget__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 2px solid #0073ae;
  padding-bottom: 0.4rem;
}

/* カテゴリリスト */
.video-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-cat-list__item {
  margin-bottom: 0.75rem;
}

.video-cat-list__item a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: 0.95rem;
  text-decoration: none;
  -webkit-transition: background 0.2s, border-color 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, border-color 0.2s, -webkit-transform 0.1s;
  transition: background 0.2s, border-color 0.2s, transform 0.1s;
  transition: background 0.2s, border-color 0.2s, transform 0.1s, -webkit-transform 0.1s;
}

.video-cat-list__item a:hover {
  background: #eef6ff;
  border-color: #003b90;
  font-weight: 500;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

/* -------------------------------------------------------------------------
** 4つのコアレジリエンスページ
** ------------------------------------------------------------------------- */
body.core-resilience .l-content__body {
  margin-bottom: 0;
}
body.core-resilience {
  /* タブメニュー */
}
body.core-resilience .arkb-tabList li .arkb-tabList__button {
  border: none;
  border-radius: 6px 6px 0 0;
}
body.core-resilience .arkb-tabList li .arkb-tabList__button:hover {
  font-weight: bold;
}
body.core-resilience .arkb-tabList li .arkb-tabList__button[aria-selected=true] {
  font-weight: bold;
}
body.core-resilience .arkb-tabList li:nth-child(1) .arkb-tabList__button {
  background-color: #cce9ff;
}
body.core-resilience .arkb-tabList li:nth-child(1) .arkb-tabList__button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0061af;
  color: #fff;
  border-bottom: none;
}
body.core-resilience .arkb-tabList li:nth-child(1) .arkb-tabList__button[aria-selected=true] {
  background-color: #0061af;
  color: #fff;
}
body.core-resilience .arkb-tabList li:nth-child(2) .arkb-tabList__button {
  background-color: #feedcb;
}
body.core-resilience .arkb-tabList li:nth-child(2) .arkb-tabList__button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #feb62a;
  color: #fff;
  border-bottom: none;
}
body.core-resilience .arkb-tabList li:nth-child(2) .arkb-tabList__button[aria-selected=true] {
  background-color: #feb62a;
  color: #fff;
}
body.core-resilience .arkb-tabList li:nth-child(3) .arkb-tabList__button {
  background-color: #c8faf9;
}
body.core-resilience .arkb-tabList li:nth-child(3) .arkb-tabList__button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #00afad;
  color: #fff;
  border-bottom: none;
}
body.core-resilience .arkb-tabList li:nth-child(3) .arkb-tabList__button[aria-selected=true] {
  background-color: #00afad;
  color: #fff;
}
body.core-resilience .arkb-tabList li:nth-child(4) .arkb-tabList__button {
  background-color: #ccd7ff;
}
body.core-resilience .arkb-tabList li:nth-child(4) .arkb-tabList__button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #001870;
  color: #fff;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
}
body.core-resilience .arkb-tabList li:nth-child(4) .arkb-tabList__button[aria-selected=true] {
  border-radius: 6px 6px 0 0;
  background-color: #001870;
  color: #fff;
}
body.core-resilience {
  /* タブコンテンツ */
}
body.core-resilience .arkb-tabBody {
  padding: 0;
}
body.core-resilience .arkb-tabBody .wp-block-group {
  padding: clamp(16px, 1rem + (1vw - 3.6px) * 3.9216, 32px);
  border-width: 2px;
  border-style: solid;
  border-radius: 0 0 10px 10px;
}
body.core-resilience .arkb-tabBody .health-gr {
  border-color: #0061af;
}
body.core-resilience .arkb-tabBody .nature-gr {
  border-color: #feb62a;
}
body.core-resilience .arkb-tabBody .cyber-gr {
  border-color: #00afad;
}
body.core-resilience .arkb-tabBody .compensation-gr {
  border-color: #001870;
}
body.core-resilience {
  /* コンテンツの見出し */
}
body.core-resilience h2.wp-block-heading {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 0.5em 0 0.4em;
  border-bottom: 3px solid #2589d0;
  color: #001871;
  font-size: clamp(24px, 1.5rem + (1vw - 3.6px) * 3.3333, 32px);
  line-height: 1.1;
}
body.core-resilience h2.wp-block-heading span {
  font-size: 18px;
  font-weight: 500;
}
body.core-resilience h2.wp-block-heading:before, body.core-resilience h2.wp-block-heading:after {
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
body.core-resilience h2.wp-block-heading:before {
  background-color: #2589d0;
}
body.core-resilience h2.wp-block-heading:after {
  bottom: -11px;
  background-color: #fff;
}
body.core-resilience .health-gr h2.wp-block-heading {
  border-color: #0061af;
}
body.core-resilience .health-gr h2.wp-block-heading:before {
  background-color: #0061af;
}
body.core-resilience .nature-gr h2.wp-block-heading {
  border-color: #feb62a;
}
body.core-resilience .nature-gr h2.wp-block-heading:before {
  background-color: #feb62a;
}
body.core-resilience .cyber-gr h2.wp-block-heading {
  border-color: #00afad;
}
body.core-resilience .cyber-gr h2.wp-block-heading:before {
  background-color: #00afad;
}
body.core-resilience .compensation-gr h2.wp-block-heading {
  border-color: #001870;
}
body.core-resilience .compensation-gr h2.wp-block-heading:before {
  background-color: #001870;
}
body.core-resilience {
  /* 通知エリア */
}
body.core-resilience .health-stronger {
  border: 2px solid #0061af;
  border-radius: 6px;
}
body.core-resilience .health-stronger > .ark-block-notice__head {
  padding: 0.75rem;
  background-color: #0061af;
}
body.core-resilience .nature-stronger {
  border: 2px solid #feb62a;
  border-radius: 6px;
}
body.core-resilience .nature-stronger > .ark-block-notice__head {
  padding: 0.75rem;
  background-color: #feb62a;
}

/* 事務局ツールリンクボタン
** ----------------------------------------------------- */
.offce-btn {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.offce-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 2rem;
  color: #666;
  background-color: #efefef;
  border: solid 1px #999;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
}
.offce-btn a:hover {
  background-color: #ddd;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ===== Design 7: Speech Bubble Style ===== */
.tools__tab-container {
  margin-bottom: 4rem;
}

.tools__tab-container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 768px) {
  .tools__tab-container > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tools__tab-container > ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 16px;
  font-size: clamp(12px, 0.75rem + (1vw - 3.6px) * 0.9804, 16px);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #e8f4fd;
  color: #003b90;
  position: relative;
  border-radius: 10px 10px 0 0;
  border: solid 1px #2589d0;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .tools__tab-container > ul li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-bottom: 4px;
    width: calc(50% - 4px);
    border-radius: 0 0 0 0;
  }
}

.tools__tab-container > ul li:last-child {
  margin-right: 0;
}

.tools__tab-container > ul li.selected {
  color: #fff;
  border-color: #001871;
  background: #001871;
  -webkit-box-shadow: 0 -4px 12px rgba(25, 118, 210, 0.3);
          box-shadow: 0 -4px 12px rgba(25, 118, 210, 0.3);
  z-index: 2;
}

.tools__tab-container ul li.selected::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #001871;
}
@media (max-width: 768px) {
  .tools__tab-container ul li.selected::after {
    display: none;
  }
}

.tools__tab-container > ul li:not(.selected):hover {
  background: #bbdefb;
  color: #1565c0;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-weight: 500;
  border-color: #001871;
}

.tools__tab-container > ul .tab-menu01 {
  background-color: #dbeafe;
  color: #1e40af;
}
.tools__tab-container > ul .tab-menu01:not(.selected):hover {
  background: #bfdbfe;
}
.tools__tab-container > ul .tab-menu01.selected {
  border-color: #2563eb;
  background-color: #2563eb;
  color: #fff;
}
.tools__tab-container > ul .tab-menu01.selected::after {
  border-top-color: #2563eb;
}
.tools__tab-container > ul .tab-menu02 {
  background-color: #ccfbf1;
  color: #115e59;
}
.tools__tab-container > ul .tab-menu02:not(.selected):hover {
  background: #99f6e4;
}
.tools__tab-container > ul .tab-menu02.selected {
  border-color: #0d9488;
  background-color: #0d9488;
  color: #fff;
}
.tools__tab-container > ul .tab-menu02.selected::after {
  border-top-color: #0d9488;
}
.tools__tab-container > ul .tab-menu03 {
  background-color: #e0e7ff;
  color: #3730a3;
}
.tools__tab-container > ul .tab-menu03:not(.selected):hover {
  background-color: #bbdefb;
}
.tools__tab-container > ul .tab-menu03.selected {
  border-color: #4f46e5;
  background-color: #4f46e5;
  color: #fff;
}
.tools__tab-container > ul .tab-menu03.selected::after {
  border-top-color: #4f46e5;
}
.tools__tab-container > ul .tab-menu04 {
  background-color: #ffe4e6;
  color: #9f1239;
}
.tools__tab-container > ul .tab-menu04:not(.selected):hover {
  background-color: #fecdd3;
}
.tools__tab-container > ul .tab-menu04.selected {
  border-color: #e11d48;
  background-color: #e11d48;
  color: #fff;
}
.tools__tab-container > ul .tab-menu04.selected::after {
  border-top-color: #e11d48;
}

.tools__tab-container .tab-content {
  display: none;
  padding: clamp(1rem, 1rem + (1vw - 0.225rem) * 3.9216, 2rem);
  min-height: 150px;
  background: #fff;
  border: 2px solid #001871;
  border-top: none;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
          box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
  position: relative;
}

.tools__tab-container .tab-content.selected {
  display: block;
  -webkit-animation: bubbleIn 0.3s ease;
          animation: bubbleIn 0.3s ease;
}

@-webkit-keyframes bubbleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-10px);
            transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes bubbleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(-10px);
            transform: scale(0.95) translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
#tab-1.selected {
  border-color: #2563eb;
  border-top: solid 2px #2563eb;
}

#tab-2.selected {
  border-color: #0d9488;
  border-top: solid 2px #0d9488;
}

#tab-3.selected {
  border-color: #4f46e5;
  border-top: solid 2px #4f46e5;
}

#tab-4.selected {
  border-color: #e11d48;
  border-top: solid 2px #e11d48;
}

/* 各タブコンテンツ共通
** ----------------------------------------------------- */
.tab-content__main {
  margin-top: 2rem;
}

.tab-content__title {
  font-size: clamp(28px, 1.75rem + (1vw - 3.6px) * 0.9804, 32px);
  border-bottom: 3px solid #e3e3e3;
}
.tab-content__title > span {
  display: inline-block;
  position: relative;
  padding: 0 0.4em 0.2em;
  color: #003890;
}
.tab-content__title > span::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2589d0;
  content: "";
}

.tab-content__lead {
  margin-top: 1.5rem;
}
.tab-content__lead p {
  margin-bottom: 0.5rem;
}
.tab-content__lead p:last-of-type {
  margin-bottom: 0;
}

.tab-content__btn {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-content__btnlink {
  display: inline-block;
  padding: 0.75rem 2rem;
  color: #fff;
  background-color: #001871;
  font-weight: 500;
  text-decoration: none;
}

/* BGタイムズコンテンツ
** ----------------------------------------------------- */
.bgtimes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1rem, 1rem + (1vw - 0.225rem) * 3.9216, 2rem);
  list-style: none;
  margin-top: 2rem;
  padding: 0;
}
.bgtimes__list img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .bgtimes__list {
    display: block;
  }
}

.bgtimes__item {
  max-width: calc((100% - 96px) / 4);
  padding: clamp(1rem, 1rem + (1vw - 0.225rem) * 0.9804, 1.25rem);
  -webkit-box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
          box-shadow: 0 4px 12px rgba(25, 118, 210, 0.2);
}
.bgtimes__item > a {
  text-decoration: none;
  color: #000;
}
.bgtimes__item:hover {
  background-color: #e8f4fd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .bgtimes__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 768px) {
  .bgtimes__item {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.bgtimes__title {
  text-align: center;
  font-weight: 500;
}

.bgtimes__linkbtn {
  margin-top: 0.5rem;
  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;
}
.bgtimes__linkbtn span {
  display: inline-block;
  padding: 0.25rem 1.25rem;
  border: solid 1px #001871;
  border-radius: 30px;
  color: #001871;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
.bgtimes__linkbtn span:hover {
  background-color: #001871;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 公益共済セミナータブ内
** ---------------------------------------------- */
.tools-seminar__summary-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
}
.tools-seminar__summary-wrapp .tab-content__lead {
  margin-top: 0;
}
.tools-seminar__summary-wrapp .tab-content__lead p {
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .tools-seminar__summary-wrapp {
    display: initial;
  }
  .tools-seminar__summary-wrapp .tab-content__lead {
    margin-top: 2rem;
  }
}
.tools-seminar__figgrp {
  margin-top: 0;
}
.tools-seminar__figgrp figure {
  width: 220px;
}
@media (max-width: 900px) {
  .tools-seminar__figgrp {
    display: block;
    margin-top: 2rem;
  }
  .tools-seminar__figgrp figure {
    width: 100%;
  }
}
.tools-seminar__summary {
  position: relative;
}
.tools-seminar__btn, .tools-seminar__btn-sp {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 900px) {
  .tools-seminar__btn, .tools-seminar__btn-sp {
    position: inherit;
  }
}
@media (max-width: 900px) {
  .tools-seminar__btn {
    display: none;
  }
}
.tools-seminar__btn-sp {
  display: none;
}
@media (max-width: 900px) {
  .tools-seminar__btn-sp {
    margin-top: 1rem;
    display: block;
  }
}
.tools-seminar__btnlink {
  display: inline-block;
}
.tools-seminar__btninner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0.75rem 1.5rem;
  border: solid 1px #001871;
  border-radius: 8px;
  color: #001871;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.tools-seminar__btninner:hover {
  background-color: #001871;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tools-seminar__btninner:hover .material-symbols-outlined:first-of-type {
  color: #fff;
}
.tools-seminar__btninner .material-symbols-outlined:first-of-type {
  color: #b30b00;
}
.tools-seminar__container {
  margin-top: 3rem;
}
.tools-seminar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 900px) {
  .tools-seminar__content {
    display: block;
  }
}
.tools-seminar__list {
  width: calc((100% - 3rem) / 3);
}
@media (max-width: 900px) {
  .tools-seminar__list {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.tools-seminar__janre {
  padding: 1rem;
  text-align: center;
  border-radius: 8px 8px 0 0;
  background-color: #999;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}
.tools-seminar__itemlist {
  list-style: none;
  padding: 1.5rem 1rem;
  border: solid 1px #999;
  border-radius: 0 0 8px 8px;
  background-color: #efefef;
}
.tools-seminar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 8px;
}
.tools-seminar__item:last-child {
  margin-bottom: 0;
}
.tools-seminar__itemicon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #666;
  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;
}
.tools-seminar__itemicon svg {
  color: #fff;
}
.tools-seminar__itemdt {
  font-weight: bold;
  font-size: 1.125rem;
}
.tools-seminar__itemdd {
  font-size: 0.875rem;
  color: #666;
}
.tools-seminar__list.janre-01 .tools-seminar__janre {
  background-color: #000099;
}
.tools-seminar__list.janre-01 .tools-seminar__itemlist {
  border-color: #000099;
  background-color: rgba(0, 0, 153, 0.2);
}
.tools-seminar__list.janre-01 .tools-seminar__itemicon {
  background-color: rgba(0, 0, 153, 0.5);
}
.tools-seminar__list.janre-02 .tools-seminar__janre {
  background-color: #002060;
}
.tools-seminar__list.janre-02 .tools-seminar__itemlist {
  border-color: #002060;
  background-color: rgba(0, 32, 96, 0.2);
}
.tools-seminar__list.janre-02 .tools-seminar__itemicon {
  background-color: rgba(0, 32, 96, 0.5);
}
.tools-seminar__list.janre-03 .tools-seminar__janre {
  background-color: #c00000;
}
.tools-seminar__list.janre-03 .tools-seminar__itemlist {
  border-color: #c00000;
  background-color: rgba(192, 0, 0, 0.2);
}
.tools-seminar__list.janre-03 .tools-seminar__itemicon {
  background-color: rgba(192, 0, 0, 0.5);
}

/* ツール紹介の各記事
** ----------------------------------------------------- */
.tools-post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1024px) {
  .tools-post__list {
    display: block;
  }
}

.tools-post__item {
  width: calc((100% - 32px) / 2);
  border: solid 1px #e3e3e3;
}
@media (max-width: 1024px) {
  .tools-post__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.tools-post__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  color: initial;
}
.tools-post__link:hover {
  background-color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tools-post__figure {
  aspect-ratio: 210/297;
  width: 120px;
}
.tools-post__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tools-post__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tools-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}

.tools-post__category {
  padding: 4px 6px;
  line-height: 1.2;
  background-color: #bbdefb;
  color: #001871;
}

.tools-post__title {
  margin-top: 0.25rem;
  font-size: 1.125rem;
}

.tools-post__lead1 {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}

.tools-post__lead2 {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
}

.tools-post__download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  padding: 6px 16px;
  border: solid 1px #001871;
  border-radius: 30px;
  line-height: 1;
  color: #001871;
  font-size: 0.875rem;
}
.tools-post__download:hover {
  background-color: #001871;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ツール関連ページ（固定ページ用）
** ---------------------------------------------- */
.suptools__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  border: solid 1px #e3e3e3;
}
.suptools__item:hover {
  background-color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .suptools__item {
    display: block;
  }
}
.suptools__imglink {
  width: 160px;
  display: block;
  aspect-ratio: 210/297;
}
.suptools__imglink figure {
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
}
.suptools__imglink img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suptools__imglink img:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .suptools__imglink {
    width: 100%;
  }
}
.suptools__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.suptools__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
}
.suptools__category {
  padding: 4px 6px;
  line-height: 1.2;
  font-size: 0.75rem;
  background-color: #bbdefb;
  color: #001871;
}
.suptools__title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
}
.suptools__title a {
  color: initial;
  text-decoration: none;
}
.suptools__title a:hover {
  color: #001871;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.suptools__lead {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.suptools__btn {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suptools__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.5rem;
  color: #001871;
  background-color: #fff;
  border: solid 1px #001871;
  border-radius: 50px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
}
.suptools__btn a:hover {
  background-color: #001871;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ツール関連ページのサイドバー
** ---------------------------------------------- */
.office-search-form {
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px dashed #d3d3d3;
  /* ← 検索とカテゴリを分ける境界線 */
}
.office-search-form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
  /* サイドバー幅312pxでも横並びが潰れないように */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.office-search-form__field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding: 0.55rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.office-search-form__submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.55rem 0.9rem;
  background: #003b90;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.office-search-form__submit:hover {
  background: #002350;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.widget_office_sidebar {
  padding: 1.8rem 1.6rem;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  margin-bottom: 2.5rem;
}
.widget_office_sidebar .c-widget__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-bottom: 2px solid #0073ae;
  padding-bottom: 0.4rem;
}

.office-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.office-cat-list__item {
  margin-bottom: 0.75rem;
}
.office-cat-list__item a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #000;
  text-decoration: none;
}
.office-cat-list__item a:hover {
  background-color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.office-cat-list .cat-item {
  margin-bottom: 0.75rem;
}
.office-cat-list .cat-item a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3;
  color: #000;
  text-decoration: none;
}
.office-cat-list .cat-item a:hover {
  background-color: #fafafa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 事務局ツールパスワードフォーム
** ---------------------------------------------- */
/* オーバーレイ */
.secretariat-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9990;
}

.secretariat-modal-overlay.is-open {
  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;
}

/* モーダル本体 */
.secretariat-modal {
  background: #fff;
  max-width: 480px;
  width: 90%;
  padding: 24px 24px 28px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.secretariat-modal.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 閉じるボタン */
.secretariat-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

/* タイトルやテキスト */
.secretariat-modal__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.secretariat-modal__text {
  font-size: 14px;
  margin-bottom: 16px;
}

/* フォーム */
.secretariat-modal__label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.secretariat-modal__input {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.secretariat-modal__error {
  color: #c00;
  font-size: 13px;
  margin-bottom: 8px;
}

.secretariat-modal__submit {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: none;
  background: #0060a8;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

/* ボタン */
.secretariat-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #0060a8;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.secretariat-btn:hover {
  opacity: 0.9;
}

/* ツール紹介ページへ戻るボタン
** ----------------------------------------------------- */
.btn_to-tools {
  display: block;
  padding: 1rem;
  background-color: #003b90;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn_to-tools:hover {
  background-color: rgb(0, 48.5520833333, 118.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}