@charset "UTF-8";
/*==================================
* Base Typography - body
* サイト全体のベーステキスト設定
* フォント、サイズ、行間、字間を整える
==================================*/
body {
  font-family: "Noto Sans JP", serif;
  font-size: clamp(15px, 2vw, 17px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #333;
}

/*==================================
* Animation Mixin
* 使用例:
* @include animation(fade-in, 0.8s, ease-in-out);
==================================*/
/*==================================
* Pseudo Element Mixin
* 疑似要素（::before / ::after）用の共通スタイルをまとめる
* 使用例:
* @include pseudo-element(before, $top: 0, $left: 0) { ... }
==================================*/
/*==================================
* Color Variables
* 色に関する基本変数定義
* 命名形式: $color-[用途]
==================================*/
/*==================================
* Media Query Breakpoints
* ブレークポイント一覧
* 画面サイズやレイアウト切り替えに使用
==================================*/
/*==================================
* 画像拡大
==================================*/
.u-hover-zoom {
  overflow: hidden;
}
.u-hover-zoom img {
  transition: transform 0.3s ease;
}
.u-hover-zoom:hover img {
  transform: scale(1.05);
}

/*==================================
* Flex Utilities
* フレックスボックス + ブレークポイント切替
==================================*/
.u-flex--md, .p-archive-list, .p-fee-nav, .p-contact-telephone, .p-benefit__item, .p-facility-media__inner, .c-timeline__item, .c-flow__item, .c-description-columns__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .u-flex--md, .p-archive-list, .p-fee-nav, .p-contact-telephone, .p-benefit__item, .p-facility-media__inner, .c-timeline__item, .c-flow__item, .c-description-columns__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.u-flex--lr, .c-facility-card__status-detail, .l-footer__bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .u-flex--lr, .c-facility-card__status-detail, .l-footer__bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.u-flex--lg, .c-news-cate__ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .u-flex--lg, .c-news-cate__ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.u-flex--xl, .p-facility-media-2col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .u-flex--xl, .p-facility-media-2col {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/*==================================
* font-size
==================================*/
.u-font-size--sm, .p-voice-faq summary, .c-faq summary, .c-postLinks__all a, .c-breadcrumb, .l-sidebar__item > a span {
  font-size: clamp(14px, 1.8vw, 16px);
}

.u-font-size--md, .p-benefit__title h4, .p-privacy-content h3, .l-footer__parent-menu, .l-sidebar__item > a {
  font-size: clamp(16px, 2.5vw, 19px);
}

.u-font-size--lr, .c-text-content-01__title {
  font-size: clamp(20px, 3vw, 28px);
}

.u-font-size--lg {
  font-size: clamp(23px, 3.5vw, 36px);
}

.u-font-size--xl {
  font-size: clamp(25px, 4vw, 40px);
}

/*==================================
* Padding Bottom
==================================*/
.u-pb--sm {
  padding-bottom: 16px !important;
}

.u-pb--md, .l-footer__content {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-pb--md, .l-footer__content {
    padding-bottom: 60px !important;
  }
}

.u-pb--lr, .p-news-article, .p-recruit-entry {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-pb--lr, .p-news-article, .p-recruit-entry {
    padding-bottom: 100px !important;
  }
}

.u-pb--lg, .l-section {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .u-pb--lg, .l-section {
    padding-bottom: 120px !important;
  }
}

/*==================================
* Padding Top
==================================*/
.u-pt--md, .l-footer__inner {
  padding-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-pt--md, .l-footer__inner {
    padding-top: 60px !important;
  }
}

.u-pt--lr {
  padding-top: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-pt--lr {
    padding-top: 100px !important;
  }
}

.u-pt--lg, .l-section {
  padding-top: 80px !important;
}
@media screen and (min-width: 960px) {
  .u-pt--lg, .l-section {
    padding-top: 120px !important;
  }
}

/*==================================
* Margin Bottom
==================================*/
.u-mb--sm, .p-sitemap__group, .p-voice__read, .p-privacy-content h3, .c-wp-pagenavi {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--sm, .p-sitemap__group, .p-voice__read, .p-privacy-content h3, .c-wp-pagenavi {
    margin-bottom: 25px !important;
  }
}

.u-mb--md, .p-single-page-nav__button, .p-archive-list, .p-public-documents__desc, .p-fee-structure__note, .p-benefit__read, .p-license__read, .p-voice-faq__desc, .p-privacy-content .privacy-block, .c-care-fee__block, .c-section-title, .c-content-title, .c-news-content__lists, .c-postLinks, .c-news-cate {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--md, .p-single-page-nav__button, .p-archive-list, .p-public-documents__desc, .p-fee-structure__note, .p-benefit__read, .p-license__read, .p-voice-faq__desc, .p-privacy-content .privacy-block, .c-care-fee__block, .c-section-title, .c-content-title, .c-news-content__lists, .c-postLinks, .c-news-cate {
    margin-bottom: 60px !important;
  }
}

.u-mb--lr, .p-contact-404 h2, .p-contact-thanks h2, .p-voice-faq, .p-facility__not-content h3, .c-faq {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--lr, .p-contact-404 h2, .p-contact-thanks h2, .p-voice-faq, .p-facility__not-content h3, .c-faq {
    margin-bottom: 100px !important;
  }
}

.u-mb--lg {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--lg {
    margin-bottom: 120px !important;
  }
}

/*==================================
* Margin Top
==================================*/
.u-mt--sm {
  margin-top: 16px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--sm {
    margin-top: 25px !important;
  }
}

.u-mt--md, .p-link-button, .wp-pagenavi, .p-fee-structure__note, .p-benefit__read, .p-license__read, .p-voice__read, .p-facility-message__button, .p-facility-map, .c-wp-pagenavi {
  margin-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--md, .p-link-button, .wp-pagenavi, .p-fee-structure__note, .p-benefit__read, .p-license__read, .p-voice__read, .p-facility-message__button, .p-facility-map, .c-wp-pagenavi {
    margin-top: 60px !important;
  }
}

.u-mt--lr, .p-contact-404, .p-contact-404__button, .p-contact-thanks, .p-contact-thanks__btn, .p-thanks-telephone, .c-content-title {
  margin-top: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--lr, .p-contact-404, .p-contact-404__button, .p-contact-thanks, .p-contact-thanks__btn, .p-thanks-telephone, .c-content-title {
    margin-top: 100px !important;
  }
}

.u-mt--lg {
  margin-top: 80px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--lg {
    margin-top: 120px !important;
  }
}

/*==================================
* Content Width Utility
==================================*/
.u-content-width, .p-recruit-entry, .l-footer__content, .l-footer__bottom, .l-section__container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

/*==================================
* Reset Spacing Utilities
==================================*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

/*==================================
* Display Utilities
* 表示/非表示制御
==================================*/
.u-show-sm-only {
  display: block;
}
@media screen and (min-width: 600px) {
  .u-show-sm-only {
    display: none;
  }
}

.u-show-md-up {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-show-md-up {
    display: block;
  }
}

.u-show-lg-up {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-show-lg-up {
    display: block;
  }
}

.u-show-md-down {
  display: block;
}
@media screen and (min-width: 600px) {
  .u-show-md-down {
    display: none;
  }
}

.u-show-lg-down {
  display: block;
}
@media screen and (min-width: 960px) {
  .u-show-lg-down {
    display: none;
  }
}

/*==================================
* Appear Animation Utilities
* 要素のスクロール出現アニメーション制御
* .u-appear に .inview クラスを付与すると
* .u-appear__item がアニメーションで表示される
* .u-appear--[direction] を併用して方向指定可能
* direction: up / down / left / right
==================================*/
/* アニメーション方向別：モディファイア形式で展開 */
.u-appear--up .u-appear__item {
  transform: translateY(40px);
}

.u-appear--down .u-appear__item {
  transform: translateY(-10px);
}

.u-appear--left .u-appear__item {
  transform: translateX(40px);
}

.u-appear--right .u-appear__item {
  transform: translateX(-40px);
}

/* ベーススタイル（共通） */
.u-appear__item {
  transition: all 1.2s;
  transition-delay: 1.2s;
  opacity: 0;
}
.u-appear.inview .u-appear__item {
  opacity: 1;
  transform: none;
}
.u-appear.inview .u-appear__item:nth-child(1) {
  transition-delay: 0.3s;
}
.u-appear.inview .u-appear__item:nth-child(2) {
  transition-delay: 0.6s;
}
.u-appear.inview .u-appear__item:nth-child(3) {
  transition-delay: 0.9s;
}
.u-appear.inview .u-appear__item:nth-child(4) {
  transition-delay: 1.2s;
}
.u-appear.inview .u-appear__item:nth-child(5) {
  transition-delay: 1.5s;
}
.u-appear.inview .u-appear__item:nth-child(6) {
  transition-delay: 1.8s;
}
.u-appear.inview .u-appear__item:nth-child(7) {
  transition-delay: 2.1s;
}
.u-appear.inview .u-appear__item:nth-child(8) {
  transition-delay: 2.4s;
}
.u-appear.inview .u-appear__item:nth-child(9) {
  transition-delay: 2.7s;
}
.u-appear.inview .u-appear__item:nth-child(10) {
  transition-delay: 3s;
}

/*==================================
* Fade Animation Utilities
* スクロール時に要素を段階的に表示するアニメーション
*
* 使用方法:
* ・アニメーションさせたい要素に以下のクラスを付与
*     .u-fade-in         // フェードイン（移動なし）
*     .u-fade-up         // 下から上へ
*     .u-fade-down       // 上から下へ
*     .u-fade-left       // 右から左へ
*     .u-fade-right      // 左から右へ
*
* ・親または任意のタイミングで .is-inview を追加
*     → .is-inview が付与された瞬間にアニメーション開始
*     → 各要素は nth-child に応じて遅延表示される
*
* 例:
* <ul class="c-list is-inview">
*     <li class="c-list__item u-fade-up">アイテム1</li>
*     <li class="c-list__item u-fade-up">アイテム2</li>
*     <li class="c-list__item u-fade-up">アイテム3</li>
* </ul>
*
* 備考:
* アニメーション時間や方向はSCSS変数で調整可能。
* .is-inview クラスはJSでスクロール検出時に付与。
==================================*/
/* ベース：初期非表示 */
.u-fade-in,
.u-fade-up,
.u-fade-down,
.u-fade-left,
.u-fade-right {
  opacity: 0;
}

/* 各方向の transform 初期値 */
.u-fade-in {
  transform: none;
}

.u-fade-up {
  transform: translateY(100px);
}

.u-fade-down {
  transform: translateY(-100px);
}

.u-fade-left {
  transform: translateX(-100px);
}

.u-fade-right {
  transform: translateX(100px);
}

/* アニメーション定義 */
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* .is-inview + nth-child で段階表示 */
.is-inview .u-fade-in:nth-child(1),
.is-inview .u-fade-up:nth-child(1),
.is-inview .u-fade-down:nth-child(1),
.is-inview .u-fade-left:nth-child(1),
.is-inview .u-fade-right:nth-child(1) {
  animation-delay: 0.3s;
}

.is-inview .u-fade-in:nth-child(2),
.is-inview .u-fade-up:nth-child(2),
.is-inview .u-fade-down:nth-child(2),
.is-inview .u-fade-left:nth-child(2),
.is-inview .u-fade-right:nth-child(2) {
  animation-delay: 0.6s;
}

.is-inview .u-fade-in:nth-child(3),
.is-inview .u-fade-up:nth-child(3),
.is-inview .u-fade-down:nth-child(3),
.is-inview .u-fade-left:nth-child(3),
.is-inview .u-fade-right:nth-child(3) {
  animation-delay: 0.9s;
}

.is-inview .u-fade-in:nth-child(4),
.is-inview .u-fade-up:nth-child(4),
.is-inview .u-fade-down:nth-child(4),
.is-inview .u-fade-left:nth-child(4),
.is-inview .u-fade-right:nth-child(4) {
  animation-delay: 1.2s;
}

.is-inview .u-fade-in:nth-child(5),
.is-inview .u-fade-up:nth-child(5),
.is-inview .u-fade-down:nth-child(5),
.is-inview .u-fade-left:nth-child(5),
.is-inview .u-fade-right:nth-child(5) {
  animation-delay: 1.5s;
}

.is-inview .u-fade-in:nth-child(6),
.is-inview .u-fade-up:nth-child(6),
.is-inview .u-fade-down:nth-child(6),
.is-inview .u-fade-left:nth-child(6),
.is-inview .u-fade-right:nth-child(6) {
  animation-delay: 1.8s;
}

.is-inview .u-fade-in:nth-child(7),
.is-inview .u-fade-up:nth-child(7),
.is-inview .u-fade-down:nth-child(7),
.is-inview .u-fade-left:nth-child(7),
.is-inview .u-fade-right:nth-child(7) {
  animation-delay: 2.1s;
}

.is-inview .u-fade-in:nth-child(8),
.is-inview .u-fade-up:nth-child(8),
.is-inview .u-fade-down:nth-child(8),
.is-inview .u-fade-left:nth-child(8),
.is-inview .u-fade-right:nth-child(8) {
  animation-delay: 2.4s;
}

.is-inview .u-fade-in:nth-child(9),
.is-inview .u-fade-up:nth-child(9),
.is-inview .u-fade-down:nth-child(9),
.is-inview .u-fade-left:nth-child(9),
.is-inview .u-fade-right:nth-child(9) {
  animation-delay: 2.7s;
}

.is-inview .u-fade-in:nth-child(10),
.is-inview .u-fade-up:nth-child(10),
.is-inview .u-fade-down:nth-child(10),
.is-inview .u-fade-left:nth-child(10),
.is-inview .u-fade-right:nth-child(10) {
  animation-delay: 3s;
}

.is-inview .u-fade-in:nth-child(11),
.is-inview .u-fade-up:nth-child(11),
.is-inview .u-fade-down:nth-child(11),
.is-inview .u-fade-left:nth-child(11),
.is-inview .u-fade-right:nth-child(11) {
  animation-delay: 3.3s;
}

.is-inview .u-fade-in:nth-child(12),
.is-inview .u-fade-up:nth-child(12),
.is-inview .u-fade-down:nth-child(12),
.is-inview .u-fade-left:nth-child(12),
.is-inview .u-fade-right:nth-child(12) {
  animation-delay: 3.6s;
}

.is-inview .u-fade-in:nth-child(13),
.is-inview .u-fade-up:nth-child(13),
.is-inview .u-fade-down:nth-child(13),
.is-inview .u-fade-left:nth-child(13),
.is-inview .u-fade-right:nth-child(13) {
  animation-delay: 3.9s;
}

.is-inview .u-fade-in:nth-child(14),
.is-inview .u-fade-up:nth-child(14),
.is-inview .u-fade-down:nth-child(14),
.is-inview .u-fade-left:nth-child(14),
.is-inview .u-fade-right:nth-child(14) {
  animation-delay: 4.2s;
}

.is-inview .u-fade-in:nth-child(15),
.is-inview .u-fade-up:nth-child(15),
.is-inview .u-fade-down:nth-child(15),
.is-inview .u-fade-left:nth-child(15),
.is-inview .u-fade-right:nth-child(15) {
  animation-delay: 4.5s;
}

.is-inview .u-fade-in:nth-child(16),
.is-inview .u-fade-up:nth-child(16),
.is-inview .u-fade-down:nth-child(16),
.is-inview .u-fade-left:nth-child(16),
.is-inview .u-fade-right:nth-child(16) {
  animation-delay: 4.8s;
}

.is-inview .u-fade-in:nth-child(17),
.is-inview .u-fade-up:nth-child(17),
.is-inview .u-fade-down:nth-child(17),
.is-inview .u-fade-left:nth-child(17),
.is-inview .u-fade-right:nth-child(17) {
  animation-delay: 5.1s;
}

.is-inview .u-fade-in:nth-child(18),
.is-inview .u-fade-up:nth-child(18),
.is-inview .u-fade-down:nth-child(18),
.is-inview .u-fade-left:nth-child(18),
.is-inview .u-fade-right:nth-child(18) {
  animation-delay: 5.4s;
}

.is-inview .u-fade-in:nth-child(19),
.is-inview .u-fade-up:nth-child(19),
.is-inview .u-fade-down:nth-child(19),
.is-inview .u-fade-left:nth-child(19),
.is-inview .u-fade-right:nth-child(19) {
  animation-delay: 5.7s;
}

.is-inview .u-fade-in:nth-child(20),
.is-inview .u-fade-up:nth-child(20),
.is-inview .u-fade-down:nth-child(20),
.is-inview .u-fade-left:nth-child(20),
.is-inview .u-fade-right:nth-child(20) {
  animation-delay: 6s;
}

.is-inview .u-fade-in:nth-child(21),
.is-inview .u-fade-up:nth-child(21),
.is-inview .u-fade-down:nth-child(21),
.is-inview .u-fade-left:nth-child(21),
.is-inview .u-fade-right:nth-child(21) {
  animation-delay: 6.3s;
}

.is-inview .u-fade-in:nth-child(22),
.is-inview .u-fade-up:nth-child(22),
.is-inview .u-fade-down:nth-child(22),
.is-inview .u-fade-left:nth-child(22),
.is-inview .u-fade-right:nth-child(22) {
  animation-delay: 6.6s;
}

.is-inview .u-fade-in:nth-child(23),
.is-inview .u-fade-up:nth-child(23),
.is-inview .u-fade-down:nth-child(23),
.is-inview .u-fade-left:nth-child(23),
.is-inview .u-fade-right:nth-child(23) {
  animation-delay: 6.9s;
}

.is-inview .u-fade-in:nth-child(24),
.is-inview .u-fade-up:nth-child(24),
.is-inview .u-fade-down:nth-child(24),
.is-inview .u-fade-left:nth-child(24),
.is-inview .u-fade-right:nth-child(24) {
  animation-delay: 7.2s;
}

.is-inview .u-fade-in:nth-child(25),
.is-inview .u-fade-up:nth-child(25),
.is-inview .u-fade-down:nth-child(25),
.is-inview .u-fade-left:nth-child(25),
.is-inview .u-fade-right:nth-child(25) {
  animation-delay: 7.5s;
}

.is-inview .u-fade-in:nth-child(26),
.is-inview .u-fade-up:nth-child(26),
.is-inview .u-fade-down:nth-child(26),
.is-inview .u-fade-left:nth-child(26),
.is-inview .u-fade-right:nth-child(26) {
  animation-delay: 7.8s;
}

.is-inview .u-fade-in:nth-child(27),
.is-inview .u-fade-up:nth-child(27),
.is-inview .u-fade-down:nth-child(27),
.is-inview .u-fade-left:nth-child(27),
.is-inview .u-fade-right:nth-child(27) {
  animation-delay: 8.1s;
}

.is-inview .u-fade-in:nth-child(28),
.is-inview .u-fade-up:nth-child(28),
.is-inview .u-fade-down:nth-child(28),
.is-inview .u-fade-left:nth-child(28),
.is-inview .u-fade-right:nth-child(28) {
  animation-delay: 8.4s;
}

.is-inview .u-fade-in:nth-child(29),
.is-inview .u-fade-up:nth-child(29),
.is-inview .u-fade-down:nth-child(29),
.is-inview .u-fade-left:nth-child(29),
.is-inview .u-fade-right:nth-child(29) {
  animation-delay: 8.7s;
}

.is-inview .u-fade-in:nth-child(30),
.is-inview .u-fade-up:nth-child(30),
.is-inview .u-fade-down:nth-child(30),
.is-inview .u-fade-left:nth-child(30),
.is-inview .u-fade-right:nth-child(30) {
  animation-delay: 9s;
}

.is-inview .u-fade-in {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview .u-fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview .u-fade-down {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview .u-fade-left {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview .u-fade-right {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/*==================================
* ぱたっと
==================================*/
.u-flip {
  transform: translate3d(0, 0, 0);
}

/* 共通：初期状態 */
.u-flip-down,
.u-flip-left,
.u-flip-left-top,
.u-flip-right,
.u-flip-right-top {
  opacity: 0;
}

/* 各初期 transform 状態 */
.u-flip-down {
  transform: perspective(2500px) rotateX(100deg);
}

.u-flip-left {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  perspective-origin: left center;
}

.u-flip-left-top {
  transform: translate(-20px, 80px) rotate(-15deg);
}

.u-flip-right {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  perspective-origin: right center;
}

.u-flip-right-top {
  transform: translate(-20px, 80px) rotate(25deg);
}

/* is-inview時のアニメーション */
.is-inview.u-flip-down {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-flip-left {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-flip-left-top {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-flip-right {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-flip-right-top {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* キーフレーム定義 */
@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    transform: translate(0, 1px) rotate(0deg);
    opacity: 1;
  }
}
/* 初期状態（共通） */
.u-rotate-x,
.u-rotate-y,
.u-rotate-left-z,
.u-rotate-right-z {
  opacity: 0;
}

/* 表示時にアニメーションを付与 */
.is-inview.u-rotate-x {
  opacity: 1;
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-rotate-y {
  opacity: 1;
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-rotate-left-z {
  opacity: 1;
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

.is-inview.u-rotate-right-z {
  opacity: 1;
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* キーフレーム定義 */
@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
  }
  to {
    transform: rotateX(-360deg);
  }
}
@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(-360deg);
  }
}
@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(360deg);
  }
}
/*==================================================
拡大アニメーション：zoomIn
==================================================*/
.u-zoom-in {
  transform: scale(0.6);
}

.is-inview.u-zoom-in {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
/*==================================================
縮小アニメーション：zoomOut
==================================================*/
.u-zoom-out {
  transform: scale(1.2);
}

.is-inview.u-zoom-out {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
/*==================================================
ぼかしアニメーション：blur
==================================================*/
.u-blur-anime {
  filter: blur(10px);
  transform: scale(1.02);
}

.is-inview.u-blur-anime {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
/*==================================================
スムースアニメーション：smooth
==================================================*/
.u-smooth {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  opacity: 0;
}

.is-inview.u-smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* ==================================================
* 枠線が伸びて現れるアニメーション定義
*
* `.line`, `.line2` によって上下左右に線を描画し、
* 順を追ってアニメーション表示されます。
*
* 使用例：
* <div class="line">
*   <div class="line2">
*       <div class="lineinappear">枠線が伸びて出現</div>
*   </div>
*</div>
*
* アニメーション内容：
* - 上 → 右 → 下 → 左 の順に線が描画される
* - 最後に内側の要素がフェードイン
================================================== */
.u-line {
  position: relative;
}

.u-line::before,
.u-line::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
}

.u-line2::before,
.u-line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
}

.u-line::before {
  top: 0;
  left: 0;
  animation: lineAnime 0.5s linear 0s forwards;
}

.u-line2::before {
  top: 0;
  right: 0;
  animation: lineAnime2 0.5s linear 0.5s forwards;
}

.u-line::after {
  bottom: 0;
  right: 0;
  animation: lineAnime 0.5s linear 1s forwards;
}

.u-line2::after {
  bottom: 0;
  left: 0;
  animation: lineAnime2 0.5s linear 1.5s forwards;
}

.u-line .u-lineinappear {
  animation: lineInnerAnime 0.5s linear 1.5s forwards;
  opacity: 0;
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
 * 背景色がスライドして現れるアニメーション定義
 *
 * `.u-bgextend` を基点に、`:before` 疑似要素で
 * 背景色がスライドしながら表示される演出を行います。
 *
 * `.u-bgextend--lr`（左→右）  
 * `.u-bgextend--rl`（右→左）  
 * `.u-bgextend--du`（下→上）  
 * `.u-bgextend--ud`（上→下）
 * 方向は上記のモディファイアで制御。
 *
 * `.u-bgextend__content` を中に配置することで、
 * 背景アニメーション後に遅れてコンテンツが表示されます。
 *
 * 使用例：
 * <div class="u-bgextend u-bgextend--lr">
 *   <div class="u-bgextend__content">テキスト</div>
 * </div>
 ================================================== */
.u-bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.u-bgextend__content {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.u-bgextend--lr::before, .u-bgextend--rl::before, .u-bgextend--du::before, .u-bgextend--ud::before {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(74, 111, 180, 0.8);
}
.u-bgextend--lr::before {
  animation-name: bgLRextendAnime;
}
.u-bgextend--rl::before {
  animation-name: bgRLextendAnime;
}
.u-bgextend--du::before {
  animation-name: bgDUextendAnime;
}
.u-bgextend--ud::before {
  animation-name: bgUDextendAnime;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }
  50% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: left;
  }
  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}
@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: top;
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top;
    transform: scaleY(1);
  }
  50.001% {
    transform-origin: bottom;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/*==================================================
順番にふわっと表示されるアニメーション（stagger）

要素に `fadeUp` クラスを付けると、下からふわっと表示されるアニメーションが適用されます。
さらに `.delay-timeXX` クラスを併用することで、順番にずらして表示することができます。

使用例：
<div class="u-stagger-fade-up">即時表示</div>
<div class="u-stagger-fade-up delay-time02">0.2秒後に表示</div>
<div class="u-stagger-fade-up delay-time04">0.4秒後に表示</div>

このファイルでは、アニメーションの定義および `delay-timeXX` ユーティリティクラスをまとめています。
==================================================*/
/* 初期状態（共通） */
.u-stagger__fade-up {
  opacity: 0;
  transform: translateY(100px);
}

/* inview時にアニメーション適用 */
.is-inview.u-stagger__fade-up {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

/* 遅延クラス（必要に応じて） */
.u-stagger__delay-time--02 {
  animation-delay: 0.2s;
}

.u-stagger__delay-time--04 {
  animation-delay: 0.4s;
}

/* キーフレーム */
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-zoom-in {
  display: block;
}
.u-zoom-in__mask {
  display: block;
  overflow: hidden;
  line-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.u-zoom-in__mask img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.u-zoom-in__mask:hover img {
  transform: scale(1.2);
}

.u-zoom-out {
  display: block;
}
.u-zoom-out__mask {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.u-zoom-out__mask img {
  width: 100%;
  height: auto;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.u-zoom-out__mask:hover img {
  transform: scale(1);
}

.u-zoom-rotate {
  display: block;
}
.u-zoom-rotate__mask {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.u-zoom-rotate__mask img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.u-zoom-rotate__mask:hover img {
  transform: rotate(5deg) scale(1.2);
}

.u-blur-action {
  display: block;
}
.u-blur-action__mask {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.u-blur-action__mask img {
  width: 100%;
  height: auto;
  filter: none;
  transition: filter 0.3s ease-in-out;
}
.u-blur-action__mask:hover img {
  filter: blur(3px);
}

.u-opacity-action {
  display: block;
}
.u-opacity-action a:hover img {
  opacity: 0.8;
}
.u-opacity-action img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.u-grayscale-action {
  display: block;
}
.u-grayscale-action a:hover img {
  filter: grayscale(0);
}
.u-grayscale-action img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.u-sepia-action {
  display: block;
}
.u-sepia-action a:hover img {
  filter: sepia(0);
}
.u-sepia-action img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(100%);
  transition: filter 0.3s ease-in-out;
}

.u-shine-action {
  display: block;
}
.u-shine-action__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.u-shine-action__mask::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  left: -75%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.u-shine-action__mask:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.u-circle-action {
  display: block;
}
.u-circle-action__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.u-circle-action__mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  opacity: 0;
}
.u-circle-action__mask:hover::before {
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.u-bg-slide-text {
  position: relative;
}
.u-bg-slide-text__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.u-bg-slide-text__mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.u-bg-slide-text__mask img {
  width: 100%;
  height: auto;
  display: block;
}
.u-bg-slide-text__cap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transition: 0.5s ease-in-out;
  text-align: center;
}
.u-bg-slide-text:hover .u-bg-slide-text__cap {
  opacity: 1;
}
.u-bg-slide-text--up .u-bg-slide-text__mask::before {
  transform: translateY(100%);
}
.u-bg-slide-text--down .u-bg-slide-text__mask::before {
  transform: translateY(-100%);
}
.u-bg-slide-text--left .u-bg-slide-text__mask::before {
  transform: translateX(-100%);
}
.u-bg-slide-text--right .u-bg-slide-text__mask::before {
  transform: translateX(100%);
}
.u-bg-slide-text--up:hover .u-bg-slide-text__mask::before, .u-bg-slide-text--down:hover .u-bg-slide-text__mask::before, .u-bg-slide-text--left:hover .u-bg-slide-text__mask::before, .u-bg-slide-text--right:hover .u-bg-slide-text__mask::before {
  opacity: 1;
  transform: translate(0, 0);
}

.u-bg-expand-text {
  position: relative;
}
.u-bg-expand-text__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.u-bg-expand-text__mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.u-bg-expand-text__mask img {
  width: 100%;
  height: auto;
  display: block;
}
.u-bg-expand-text__cap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transition: 0.5s ease-in-out;
  text-align: center;
}
.u-bg-expand-text:hover .u-bg-expand-text__cap {
  opacity: 1;
}
.u-bg-expand-text--vertical .u-bg-expand-text__mask::before {
  transform: scale(1, 0);
}
.u-bg-expand-text--vertical:hover .u-bg-expand-text__mask::before {
  transform: scale(1, 1);
}
.u-bg-expand-text--horizontal .u-bg-expand-text__mask::before {
  transform: scale(0, 1);
}
.u-bg-expand-text--horizontal:hover .u-bg-expand-text__mask::before {
  transform: scale(1, 1);
}

.u-flip-text a {
  position: relative;
  display: block;
}
.u-flip-text img {
  transition: all 0.35s ease;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}
.u-flip-text__cap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease;
}
.u-flip-text--x a:hover img {
  transform: rotateX(-180deg);
  opacity: 0;
}
.u-flip-text--x .u-flip-text__cap {
  transform: rotateX(90deg);
  transform-origin: 0% 50%;
}
.u-flip-text--x a:hover .u-flip-text__cap {
  transform: rotateX(0);
  opacity: 1;
  transition-delay: 0.15s;
}
.u-flip-text--y a:hover img {
  transform: rotateY(-180deg);
  opacity: 0;
}
.u-flip-text--y .u-flip-text__cap {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}
.u-flip-text--y a:hover .u-flip-text__cap {
  transform: rotateY(0);
  opacity: 1;
  transition-delay: 0.15s;
}

.u-twist-text a {
  position: relative;
  display: block;
}
.u-twist-text img {
  transition: all 0.35s ease;
  backface-visibility: hidden;
  width: 100%;
  height: auto;
}
.u-twist-text__cap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.35s ease;
}
.u-twist-text--inward a:hover img {
  transform: rotate3d(-1, 1, 0, 100deg);
  opacity: 0;
}
.u-twist-text--inward .u-twist-text__cap {
  transform: rotate3d(1, -1, 0, 100deg);
}
.u-twist-text--inward a:hover .u-twist-text__cap {
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
  transition-delay: 0.15s;
}
.u-twist-text--outward a:hover img {
  transform: rotate3d(-1, -1, 0, 100deg);
  opacity: 0;
}
.u-twist-text--outward .u-twist-text__cap {
  transform: rotate3d(1, 1, 0, 100deg);
}
.u-twist-text--outward a:hover .u-twist-text__cap {
  transform: rotate3d(0, 0, 0, 0deg);
  opacity: 1;
  transition-delay: 0.15s;
}

.u-zoom-text {
  position: relative;
}
.u-zoom-text__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.u-zoom-text__mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.u-zoom-text img {
  transition: 0.3s ease-in-out;
  filter: blur(0);
}
.u-zoom-text__cap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.u-zoom-text:hover .u-zoom-text__mask::before {
  opacity: 1;
}
.u-zoom-text:hover .u-zoom-text__cap {
  opacity: 1;
}
.u-zoom-text--in:hover img {
  transform: scale(1.2);
  filter: blur(2px);
}
.u-zoom-text--out img {
  transform: scale(1.2);
}
.u-zoom-text--out:hover img {
  transform: scale(1);
  filter: blur(2px);
}

.u-opacity-gradient-text {
  position: relative;
}
.u-opacity-gradient-text__mask {
  position: relative;
  display: block;
  line-height: 0;
}
.u-opacity-gradient-text__mask::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(88, 182, 211, 0.6), rgba(229, 93, 135, 0.6));
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.u-opacity-gradient-text img {
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.u-opacity-gradient-text__cap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.u-opacity-gradient-text:hover img {
  opacity: 0.6;
}
.u-opacity-gradient-text:hover .u-opacity-gradient-text__mask::before {
  opacity: 1;
}
.u-opacity-gradient-text:hover .u-opacity-gradient-text__cap {
  opacity: 1;
}

.u-border-text {
  position: relative;
  overflow: hidden;
}
.u-border-text__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.u-border-text__mask::before, .u-border-text__mask::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 2.5%;
  bottom: 4%;
  left: 2.5%;
  z-index: 3;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.u-border-text__mask::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.u-border-text__mask::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.u-border-text img {
  display: block;
  width: 100%;
  height: auto;
}
.u-border-text__cap {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transition: 0.5s ease-in-out;
  width: 90%;
  text-align: center;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
}
.u-border-text:hover .u-border-text__mask::before, .u-border-text:hover .u-border-text__mask::after {
  opacity: 1;
  transform: scale(1);
}
.u-border-text:hover .u-border-text__cap {
  opacity: 1;
}
.u-border-text:hover::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: none;
}

.swiper {
  overflow: visible !important;
}

.swiper-slide-active > img {
  transform: none;
}
.swiper-slide-active .hero__title {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.swiper-button-next,
.swiper-button-prev {
  width: 2em;
  height: 2em;
  background-color: rgba(26, 78, 154, 0.7);
  border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.5em;
  font-weight: 900;
  color: #fff;
}

/*==================================
* Section
==================================*/
.l-section--gray {
  background-color: rgba(230, 230, 230, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
}

.l-section--green {
  background-color: #f1f9f6;
}

.l-section--yellow {
  background-color: #fbf9ee;
}

.l-header-2column-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .l-header-2column-sp {
    display: none;
  }
}
.l-header-2column-sp.triggered {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0 28px -3px rgba(102, 102, 102, 0.5);
}
.l-header-2column-sp__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.l-header-2column-sp .logo {
  flex-basis: 180px;
  height: 100%;
}
.l-header-2column-sp .logo > a {
  text-decoration: none;
  height: 100%;
}
.l-header-2column-sp .logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
}

.l-sidebar {
  width: 250px;
  border-right: 1px solid #ddd;
  height: 100%;
  left: 0;
  line-height: 1.5;
  position: fixed;
  top: 0;
  z-index: 6000;
  background-color: #fff;
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-sidebar {
    display: inline-block;
  }
}
.l-sidebar__inner {
  height: 100vh;
  background: #fff;
}
.l-sidebar .logo {
  padding: 50px 10px;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 270px;
  background-color: #fff;
}
.l-sidebar .logo a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.l-sidebar .logo img {
  margin: 0 auto;
  height: 100%;
}
.l-sidebar__nav {
  max-height: 100vh;
  overflow-y: auto;
  padding-top: calc(4.34028vw + 180.55556px);
}
.l-sidebar__list {
  list-style: none;
  padding: 2em 0;
}
.l-sidebar__item > a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px 10px 20px 2em;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  width: 100%;
  color: #333;
  position: relative;
  transition: 0.3s;
}
.l-sidebar__item > a::after {
  content: "";
  background-image: url("../images/arrow_green.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  transform: rotate(90deg);
}
.l-sidebar__item > a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  height: 1em;
  width: 1em;
}
.l-sidebar__item > a span {
  display: block;
}
@media screen and (min-width: 1280px) {
  .l-sidebar__item > a {
    font-size: 16px;
  }
}
.l-sidebar__item > a:hover {
  color: #51BA56;
}
.l-sidebar__item:nth-of-type(1) > a::before {
  background-image: url("../images/menu-mark--01.png");
}
.l-sidebar__item:nth-of-type(2) > a::before {
  background-image: url("../images/menu-mark--02.png");
}
.l-sidebar__item:nth-of-type(3) > a::before {
  background-image: url("../images/menu-mark--03.png");
}
.l-sidebar__item:nth-of-type(4) > a::before {
  background-image: url("../images/menu-mark--04.png");
}
.l-sidebar__item:nth-of-type(5) > a::before {
  background-image: url("../images/menu-mark--05.png");
}
.l-sidebar__item:nth-of-type(6) > a::before {
  background-image: url("../images/menu-mark--06.png");
}
.l-sidebar__item.current-menu-item a, .l-sidebar__item.current-menu-parent a {
  color: #000;
}
.l-sidebar__sub-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  font-weight: 500;
  padding: 15vh 40px 60px 40px;
  list-style: none;
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.2);
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
  z-index: -1;
  max-height: 100vh;
  overflow-y: auto;
}
.l-sidebar__sub-menu.is-active {
  transform: translateX(250px);
  opacity: 1;
  background-color: #fcfaf2;
}
.l-sidebar__sub-menu-close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #333;
}
.l-sidebar__sub-menu-close:hover {
  color: #c00;
}
.l-sidebar__sub-menu h3 {
  font-size: clamp(20px, 3vw, 25px);
  margin-bottom: 1em;
}
.l-sidebar__sub-menu-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
}
.l-sidebar__sub-menu-inner.is-2-column {
  grid-template-columns: repeat(2, 1fr);
}
.l-sidebar__sub-menu-block p {
  font-size: clamp(18px, 2vw, 20px);
  margin-bottom: 0.5em;
  font-weight: bold;
}
.l-sidebar__sub-menu-list {
  padding: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  list-style: none;
}
.l-sidebar__sub-menu-list li a {
  text-align: left;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0.3em;
  padding-left: 1em;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: clamp(15px, 2vw, 17px);
}
.l-sidebar__sub-menu-list li a:hover {
  font-weight: 600;
  color: #51BA56;
}
.l-sidebar__sub-menu-list li a::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  top: 10px;
  left: -0.5em;
  transform: rotate(-90deg);
}
.l-sidebar__cover {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  cursor: pointer;
}
.l-sidebar__cover.is-active {
  pointer-events: auto;
  opacity: 1;
}

.l-hero-01 {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-hero-01__inner {
  position: relative;
}
.l-hero-01__image {
  width: 100%;
}
.l-hero-01__title {
  position: absolute;
  bottom: 5%;
  left: 3%;
  max-width: 600px;
  width: 90%;
  z-index: 300;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .l-hero-01__title {
    bottom: 10%;
  }
}

.l-hero-sub {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-height: 800px;
  margin: 0 auto;
}
.l-hero-sub__inner {
  position: relative;
}
.l-hero-sub__title {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(calc(-50% + 40px));
  font-size: clamp(1.4em, 3vw, 2em);
  z-index: 300;
  color: #fff;
  line-height: 1.1;
}
.l-hero-sub__sub-title {
  font-size: 0.8em;
  background-color: rgba(74, 111, 180, 0.8);
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px 6px 5px;
}
.l-hero-sub__main-title span {
  display: inline-block;
  background-color: rgba(74, 111, 180, 0.8);
  line-height: 1;
  vertical-align: middle;
  padding: 2px 5px 6px 5px;
}
.l-hero-sub img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 30%;
     object-position: 0 30%;
}

#l-content-2column {
  overflow: hidden;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  #l-content-2column {
    margin-left: 250px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 10000;
  transition: 0.8s;
}
.l-header.triggered {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0 28px -3px rgba(102, 102, 102, 0.5);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.l-header__nav {
  height: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-header__nav {
    display: flex;
    align-items: center;
  }
}
.l-header__ul {
  height: 100%;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%;
}
.l-header__li {
  height: 100%;
  position: relative;
}
.l-header__li > a {
  color: #000;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .l-header__li > a {
    min-width: 130px;
    font-size: 16px;
  }
}
.l-header__li > a:hover {
  background: #fff;
  color: #51BA56;
}
.l-header__li > a > span {
  font-size: 12px;
}
.l-header__li:last-child > a {
  background: #51BA56;
  border-radius: 0 0 0 10px;
  color: #fff;
  transition: 0.3s;
}
.l-header__li:last-child > a:hover {
  background: #fff;
  color: #51BA56;
}
.l-header__li .sub-menu {
  position: absolute;
  left: 0;
  top: 68px;
  z-index: 100;
  background: rgb(255, 255, 255);
  width: 200px;
  font-weight: 500;
  display: none;
  padding: 0;
  list-style: none;
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.5);
  border-radius: 5px;
  padding: 15px 5px;
}
.l-header__li .sub-menu li {
  display: flex;
  border-bottom: 1px dashed #c8c8c8;
}
.l-header__li .sub-menu li > a {
  width: 100%;
  height: 100%;
  padding: 10px 35px 10px 10px;
  text-align: left;
  text-decoration: none;
  color: #000;
  position: relative;
}
.l-header__li .sub-menu li > a:hover {
  color: #51BA56;
  font-weight: 600;
}
.l-header__li .sub-menu li > a::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.l-header .logo {
  flex-basis: 44%;
  margin-left: 3%;
  max-width: 200px;
}
.l-header .logo > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.l-header .logo__img {
  padding: 6px;
  width: 30px;
}
@media screen and (min-width: 960px) {
  .l-header .logo__img {
    width: 45px;
  }
}

.l-footer {
  background-color: #2EB98A;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding-bottom: 0;
  }
}
.l-footer__illust {
  position: absolute;
  bottom: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.l-footer__illust img {
  width: clamp(100px, 7vw, 400px);
}
.l-footer__menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.l-footer__parent-menu {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 8px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
.l-footer__sub-menu {
  padding: 0;
  list-style: none;
}
.l-footer__sub-menu a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
.l-footer__contact-btn {
  text-align: center;
}
.l-footer__contact-btn span {
  position: relative;
}
.l-footer__contact-btn span::after {
  content: "";
  background-image: url("../images/mail-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  height: 0.8em;
  width: 1em;
}
.l-footer__bottom {
  justify-content: space-between;
  padding: 1em 0;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (min-width: 820px) {
  .l-footer__bottom {
    flex-direction: row-reverse;
  }
}
.l-footer__copyright {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .l-footer__copyright {
    text-align: left;
  }
}
.l-footer__bottom__link {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.l-footer__bottom__link a {
  color: #fff;
  text-decoration: none;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 1000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
}
#page-top a {
  display: block;
}
#page-top img {
  width: 50px; /* お好みで調整 */
  height: auto;
}
#page-top::after {
  position: absolute;
  content: "PAGETOP";
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.c-breadcrumb {
  color: #51BA56;
  background-color: #F8F8F8;
}
.c-breadcrumb__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
  padding: 10px 0 10px 0;
}
@media screen and (min-width: 960px) {
  .c-breadcrumb__inner {
    padding: 20px 0 20px 0;
  }
}
.c-breadcrumb__inner i {
  margin: 0 10px;
}
.c-breadcrumb__inner a {
  color: #aaa;
  text-decoration: none;
}

.c-button {
  position: relative;
  width: 300px;
  background-color: #51BA56;
  border: 1px solid #fff;
  padding: 15px 35px;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.c-button::after {
  content: "";
  background-image: url("../images/arrow-white--02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  height: 1.5em;
  width: 1.5em;
}
.c-button.float:hover {
  background-color: #a3a3a3;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.c-button.filled {
  background-color: #000;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.c-button.filled:hover {
  background-color: #fff;
  color: #000;
  box-shadow: none;
}
.c-button.shadow {
  box-shadow: none;
}
.c-button.shadow:hover {
  transform: translate(-0.3px, -0.3px);
  box-shadow: 2px 2px 4px 0 rgba(46, 88, 149, 0.6);
}
.c-button.solid {
  box-shadow: 2px 2px 0 0 #000;
  border-radius: 7px;
}
.c-button.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.c-button.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-button.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.c-button.slide-bg:hover {
  color: #fff;
}
.c-button.slide-bg:hover::before {
  transform: none;
}

.c-button--02 {
  position: relative;
  width: 300px;
  background-color: #1A4E9A;
  border: 1px solid #fff;
  padding: 15px 35px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.c-button--02::after {
  content: "";
  background-image: url("../images/arrow-white.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 15px;
  width: 15px;
}
.c-button--02.float:hover {
  background-color: #a3a3a3;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.c-button--02.filled {
  background-color: #000;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.c-button--02.filled:hover {
  background-color: #fff;
  color: #000;
  box-shadow: none;
}
.c-button--02.shadow {
  box-shadow: none;
}
.c-button--02.shadow:hover {
  transform: translate(-0.3px, -0.3px);
  box-shadow: 2px 2px 4px 0 rgba(46, 88, 149, 0.6);
}
.c-button--02.solid {
  box-shadow: 2px 2px 0 0 #000;
  border-radius: 7px;
}
.c-button--02.solid:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
.c-button--02.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.c-button--02.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.c-button--02.slide-bg:hover {
  color: #fff;
}
.c-button--02.slide-bg:hover::before {
  transform: none;
}

.c-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1500;
  margin-top: 60px;
  padding-bottom: 0;
  background-color: #f2f2f2;
  transition: height 0.5s ease;
}
.c-mobile-menu__inner {
  height: 100%;
  overflow-y: auto;
}
.c-mobile-menu__button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #51BA56;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .c-mobile-menu__button {
    display: none;
  }
}
.c-mobile-menu__button span {
  background-color: #fff;
  width: 31px;
  height: 2px;
  display: block;
  margin-bottom: 7px;
  transition: transform 0.7s;
}
.c-mobile-menu__button span:last-child {
  margin-bottom: 0;
}
.c-mobile-menu__button p {
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.c-mobile-menu__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
  z-index: 200;
}
.c-mobile-menu__main {
  padding: 30px 0 20px;
  perspective: 2000px;
  transform-style: preserve-3d;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-mobile-menu__item {
  display: block;
  transform: translate3d(0, 0, -1000px);
  opacity: 0;
}
.c-mobile-menu__item > a {
  display: block;
  padding: 1em 1em 1em 2.5em;
  color: #333;
  text-decoration: none;
  font-size: clamp(16px, 3vw, 19px);
  font-weight: 600;
  position: relative;
}
.c-mobile-menu__item > a:hover {
  color: #51BA56;
  background-color: #fff;
}
.c-mobile-menu__item > a::after {
  content: "";
  background-image: url("../images/arrow_green.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(90deg);
}
.c-mobile-menu__item > a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  width: 1em;
  height: 1em;
}
.c-mobile-menu__item .c-sub-menu {
  display: none;
  padding: 0;
}
.c-mobile-menu__item .c-sub-menu li {
  list-style: none;
}
.c-mobile-menu__item .c-sub-menu li > a {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: normal;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px 10px 8px 50px;
}
.c-mobile-menu__item .c-sub-menu li > a:hover {
  color: #51BA56;
  background-color: #fff;
}
.c-mobile-menu__item:nth-of-type(1) > a::before {
  background-image: url("../images/menu-mark--01.png");
}
.c-mobile-menu__item:nth-of-type(2) > a::before {
  background-image: url("../images/menu-mark--02.png");
}
.c-mobile-menu__item:nth-of-type(3) > a::before {
  background-image: url("../images/menu-mark--03.png");
}
.c-mobile-menu__item:nth-of-type(4) > a::before {
  background-image: url("../images/menu-mark--04.png");
}
.c-mobile-menu__item:nth-of-type(5) > a::before {
  background-image: url("../images/menu-mark--05.png");
}
.c-mobile-menu__item:nth-of-type(6) > a::before {
  background-image: url("../images/menu-mark--06.png");
}
.c-mobile-menu__item:nth-of-type(7) > a::before {
  background-image: url("../images/menu-mark--07.png");
}
.c-mobile-menu__item:nth-of-type(8) > a::before {
  background-image: url("../images/menu-mark--08.png");
}
.c-mobile-menu--open .c-mobile-menu {
  height: 100%;
  padding-bottom: 80px;
}
.c-mobile-menu--open .c-mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.c-mobile-menu--open .c-mobile-menu__item {
  transform: none;
  opacity: 1;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(1) {
  transition-delay: 0.07s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(2) {
  transition-delay: 0.14s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(3) {
  transition-delay: 0.21s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(4) {
  transition-delay: 0.28s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(6) {
  transition-delay: 0.42s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(7) {
  transition-delay: 0.49s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(8) {
  transition-delay: 0.56s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(9) {
  transition-delay: 0.63s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(10) {
  transition-delay: 0.7s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(11) {
  transition-delay: 0.77s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(12) {
  transition-delay: 0.84s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(13) {
  transition-delay: 0.91s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(14) {
  transition-delay: 0.98s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(15) {
  transition-delay: 1.05s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(16) {
  transition-delay: 1.12s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(17) {
  transition-delay: 1.19s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(18) {
  transition-delay: 1.26s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(19) {
  transition-delay: 1.33s;
}
.c-mobile-menu--open .c-mobile-menu__item:nth-child(20) {
  transition-delay: 1.4s;
}
.c-mobile-menu--open .c-mobile-menu__button > span {
  background-color: #fff;
}
.c-mobile-menu--open .c-mobile-menu__button > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(9px) rotate(135deg);
}
.c-mobile-menu--open .c-mobile-menu__button > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.c-mobile-menu--open .c-mobile-menu__button > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-9px) rotate(-135deg);
}

.c-disabled-link > a {
  position: relative;
}
.c-disabled-link > a::after {
  content: "";
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3em;
  height: 1.3em;
}
.c-disabled-link--open > a::after {
  content: "";
  background-image: url("../images/minus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-wp-pagenavi {
  padding: 20px 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .c-wp-pagenavi {
    font-size: 14px;
  }
}
.c-wp-pagenavi > a {
  border-radius: 20px;
}
.c-wp-pagenavi .pages {
  /* 左の表記 */
  margin-right: 20px;
  display: none;
}
.c-wp-pagenavi span.current {
  color: #fff;
  border-radius: 20px;
  border: none;
}
.c-wp-pagenavi .previouspostslink, .c-wp-pagenavi .nextpostslink {
  display: none;
}
.c-wp-pagenavi .first, .c-wp-pagenavi .extend {
  margin-right: 10px;
}

.c-wp-pagenavi .current,
.c-wp-pagenavi a.page {
  /* ボタン */
  display: inline-block;
  width: 30px;
  height: 30px;
  display: inline-grid;
  align-content: center;
  text-align: center;
  font-weight: 900;
}

.c-wp-pagenavi a.page:hover {
  /* マウスオーバー */
  color: #000;
}

.c-news-cate {
  padding: 20px;
}
@media screen and (min-width: 960px) {
  .c-news-cate {
    padding: 30px 50px;
  }
}
.c-news-cate > p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f07c";
}
.c-news-cate__ul {
  list-style: none;
  padding: 0;
  justify-content: space-between;
}
.c-news-cate__ul li {
  flex-basis: 49%;
}
.c-news-cate__ul li a {
  width: 100%;
  padding: 15px 10px;
  font-size: 14px;
}
@media screen and (min-width: 370px) {
  .c-news-cate__ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .c-news-cate__ul li a {
    padding: 20px 10px;
    font-size: 20px;
  }
}
.c-news-cate__ul li a span:nth-child(2) {
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: 100;
}
@media screen and (min-width: 600px) {
  .c-news-cate__ul li a span:nth-child(2) {
    margin-left: 10px;
  }
}
.c-news-cate__ul li:nth-child(2) {
  margin-right: 0;
}
.c-news-cate__ul li.current > a {
  color: #fff;
  font-weight: 600;
}

.c-postLinks {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 30px;
  line-height: 1;
}
.c-postLinks > div {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.c-postLinks__all {
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.c-postLinks__all a {
  text-decoration: none;
}
.c-postLinks__all a::after {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  margin-left: 5px;
}
.c-postLinks__link-prev {
  position: relative;
  float: left;
}
.c-postLinks__link-prev > a {
  position: relative;
  justify-content: flex-end;
  padding-right: 30px;
}
.c-postLinks__link-prev > a::after {
  content: "\f061";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  position: absolute;
  left: 0px;
  transform: rotate(180deg);
}
.c-postLinks__link-next {
  float: right;
  position: relative;
  border-left: 1px solid #dbdbdb;
}
.c-postLinks__link-next > a {
  position: relative;
  justify-content: flex-start;
  padding-left: 30px;
}
.c-postLinks__link-next > a::after {
  content: "\f061";
  font-family: "Font Awesome 5 free";
  font-weight: 600;
  position: absolute;
  right: 0px;
}
.c-postLinks__link-prev, .c-postLinks__link-next {
  width: 50%;
}
.c-postLinks__link-prev > a, .c-postLinks__link-next > a {
  font-size: 14px;
  padding: 5px 5px 5px;
  text-decoration: none;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  height: 30px;
}

.c-facility-grid__tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .c-facility-grid__tab-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-facility-grid__tab-item {
  padding: 12px 20px;
  background-color: #ccc;
  cursor: pointer;
  font-size: clamp(14px, 2vw, 15px);
  text-align: center;
  font-weight: 600;
}
.c-facility-grid__tab-item--active {
  border-top: 2px solid #4caf50;
  background-color: #fff !important;
  color: #333;
}
.c-facility-grid__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em 0.5em;
}
@media screen and (min-width: 600px) {
  .c-facility-grid__block {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-facility-card {
  border-radius: 8px;
}
.c-facility-card__image {
  position: relative;
  margin-bottom: 10px;
  border-radius: 10px;
  transform: none;
}
.c-facility-card__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.c-facility-card__title {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: clamp(16px, 2vw, 19px);
  font-weight: bold;
  padding: 10px;
  color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.c-facility-card__title--blue {
  background-color: rgba(42, 93, 176, 0.8);
}
.c-facility-card__title--green {
  background-color: rgba(76, 175, 80, 0.8);
}
.c-facility-card__title--yellow {
  background-color: rgba(251, 192, 45, 0.8);
}
.c-facility-card__title--red {
  background-color: rgba(229, 57, 53, 0.8);
}
.c-facility-card__status, .c-facility-card__status-total {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fff;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.c-facility-card__status-label {
  font-weight: bold;
}
.c-facility-card__status-value {
  font-weight: bold;
  color: #2a5db0;
}
.c-facility-card__status-value.is-full {
  color: #d93025;
}
.c-facility-card__status-detail {
  justify-content: center;
  border-radius: 10px;
  gap: 0.5em;
}
.c-facility-card__status-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  flex-basis: 48%;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.c-facility-card__status-detail--single, .c-facility-card__status--single {
  font-size: clamp(16px, 3vw, 24px);
}
.c-facility-card__status-detail--single {
  max-width: 600px;
  margin: 0 auto;
}
.c-facility-card__status-detail--single .c-facility-card__status-row {
  width: 100%;
  max-width: none;
  margin: none;
}
.c-facility-card__button a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: #1A4E9A;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.c-facility-card__button a:hover {
  background-color: rgba(30, 66, 128, 0.5);
}
.c-facility-card__flex {
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (min-width: 1280px) {
  .c-facility-card__flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.c-facility-card__status, .c-facility-card__button {
  flex-basis: 49%;
}

.c-news-content__lists {
  list-style: none;
  padding: 0;
}
.c-news-content__list {
  background-color: rgba(247, 247, 247, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  border-radius: 8px;
  transition: background-color 0.3s;
  margin-bottom: 2px;
}
.c-news-content__list:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.5);
}
.c-news-content__list:hover {
  background-color: rgba(239, 234, 38, 0.2);
}
.c-news-content__link {
  display: block;
  padding: 16px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.c-news-content__link::after {
  content: "";
  background-image: url("../images/arrow--02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  height: 1.5em;
  width: 1.5em;
}
.c-news-content__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  margin-bottom: 8px;
}
.c-news-content__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.c-news-content__category {
  list-style: none;
  font-size: 13px;
  padding: 2px 10px;
  border: 1px solid #b8b8b8;
  border-radius: 20px;
  white-space: nowrap;
  line-height: 1;
  color: #999;
}
.c-news-content__date {
  font-size: 13px;
  color: #666;
}
.c-news-content__title {
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  color: #004b93;
  line-height: 1.6;
}
.c-news-content__button {
  text-align: center;
  margin-top: 20px;
}
.c-news-content__notinfo {
  padding: 20px;
  text-align: center;
  color: #999;
}

.c-section-title {
  font-size: clamp(18px, 4vw, 30px);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.c-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 6px; /* ドットの太さ */
  background-image: radial-gradient(#333 2px, transparent 2px);
  background-size: 10px 6px; /* 10pxごとにドットを繰り返す */
  background-repeat: repeat-x;
}
.c-section-title span {
  position: relative;
}
.c-section-title span::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 20px;
  background-image: url("../images/title-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.c-section-title span::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 20px;
  background-image: url("../images/title-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: -70px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.c-content-title {
  font-size: clamp(17px, 3vw, 23px);
  text-align: center;
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.c-content-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5em;
  width: 30%;
  max-width: 40px;
  height: 6px; /* ドットの太さ */
  background-image: radial-gradient(#333 2px, transparent 2px);
  background-size: 10px 6px; /* 10pxごとにドットを繰り返す */
  background-repeat: repeat-x;
}

.c-text-content-01 {
  max-width: 900px;
  margin: 0 auto;
}
.c-text-content-01__title {
  text-align: center;
  margin-bottom: 1em;
}
.c-text-content-01__sub-title {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: clamp(17px, 3vw, 24px);
}
.c-text-content-01__desc {
  text-align: justify;
}
.c-text-content-01 ol {
  margin: 2em 0;
}

.c-info-table {
  display: grid;
  border: 1px solid rgba(204, 204, 204, 0.3);
}
.c-info-table__item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
@media screen and (min-width: 600px) {
  .c-info-table__item {
    flex-direction: row;
  }
}
.c-info-table__item:last-child {
  border-bottom: none;
}
.c-info-table__label {
  font-weight: bold;
  color: #333;
  width: 100%;
  background-color: rgba(248, 248, 248, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 1em;
}
@media screen and (min-width: 600px) {
  .c-info-table__label {
    width: 200px;
    padding: 2em;
  }
}
.c-info-table__value {
  flex: 1;
  color: #555;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media screen and (min-width: 600px) {
  .c-info-table__value {
    padding: 2em;
  }
}

.c-info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-info-list__section {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.c-info-list__section-title {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  margin-bottom: 8px;
}
.c-info-list__item {
  display: flex;
  flex-direction: column;
}
.c-info-list__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: left;
}
@media screen and (min-width: 600px) {
  .c-info-list__row {
    flex-direction: row;
    gap: 16px;
  }
}
.c-info-list__label {
  font-weight: bold;
  color: #555;
  line-height: 1;
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .c-info-list__label {
    line-height: 1.8;
    width: 60px;
  }
}
.c-info-list__value {
  color: #333;
  word-break: break-word;
}

.c-image-text-block-03 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 600px) {
  .c-image-text-block-03 {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.c-image-text-block-03__image {
  flex: 0 0 40%;
}
.c-image-text-block-03__image img {
  width: 100%;
  height: auto;
  display: block;
}
.c-image-text-block-03__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.c-post-slider-01 {
  overflow: hidden;
}
.c-post-slider-01__lists {
  list-style: none;
  padding: 0;
}
.c-post-slider-01__list {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-post-slider-01__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-post-slider-01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  border-radius: 10px;
}
.c-post-slider-01__notinfo {
  padding: 20px;
  text-align: center;
  color: #999;
}

.c-description-columns {
  padding: 40px 20px;
}
.c-description-columns__inner {
  gap: 1em;
}
.c-description-columns__column {
  flex-basis: 48%;
  background-color: rgba(230, 230, 230, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  padding: 1em;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .c-description-columns__column {
    padding: 1.5em;
  }
}
.c-description-columns__title {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: bold;
  margin-bottom: 16px;
}
.c-description-columns__title span {
  font-size: 0.6em;
}
.c-description-columns__text {
  line-height: 1.8;
}
.c-description-columns__list {
  margin: 0;
  padding-left: 1em;
}

.c-flow {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-flow__item {
  padding: 24px 20px;
  border: 1px solid rgba(200, 217, 229, 0.3);
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 820px) {
  .c-flow__item {
    padding: 0;
  }
}
.c-flow__term {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 135, 193, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  padding: 8px 16px;
  margin-bottom: 12px;
  border-radius: 4px;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .c-flow__term {
    margin-bottom: 0;
    flex-basis: 20%;
    border-radius: 4px 0 0 4px;
    padding: 2em 1em;
    display: flex;
    align-items: center;
    flex-basis: 23%;
    min-width: 193px;
  }
}
.c-flow__desc {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  border-radius: 0px 4px 4px 0;
}
@media screen and (min-width: 820px) {
  .c-flow__desc {
    font-size: 15px;
    flex: 1;
    padding: 2em;
  }
}
.c-flow__arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #4fa7cc;
  margin: 1em 0;
}

.c-faq h3 {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 25px);
  margin-bottom: 0.5em;
}
.c-faq details {
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.c-faq details::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 10px;
  transform: rotate(180deg);
}
.c-faq details div {
  padding: 25px 20px 25px 20px;
  opacity: 0;
  border-bottom: 2px dotted #888888;
}
.c-faq details div img {
  margin: 1em 0;
  border-radius: 10px;
}
.c-faq details[open] {
  padding-bottom: 20px;
}
.c-faq details[open]::after {
  transform: rotate(0deg);
}
.c-faq details[open] div {
  opacity: 1;
}
.c-faq summary {
  background-color: rgba(230, 230, 230, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  padding: 25px 30px 25px 30px;
  border-radius: 10px;
  position: relative;
  list-style: none;
}

.c-timeline {
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
}
.c-timeline__inner {
  position: relative;
}
.c-timeline__inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  background-color: #ccc;
}
@media screen and (min-width: 600px) {
  .c-timeline__inner::before {
    left: 60px;
  }
}
.c-timeline__item {
  position: relative;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .c-timeline__item {
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.c-timeline__time {
  flex-shrink: 0;
  width: 120px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px 0;
  font-weight: bold;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.c-timeline__content {
  margin-left: 20px;
  margin-right: 20px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.8;
  border-radius: 8px;
  width: 95%;
  background-color: rgba(230, 230, 230, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
}
@media screen and (min-width: 820px) {
  .c-timeline__content {
    width: 80%;
  }
}

.c-fixed-banner {
  display: none;
  position: fixed;
  transition: all 0.3s ease;
  z-index: 100;
}
.c-fixed-banner--right {
  top: 70%;
  transform: translateY(-50%);
  right: -80px;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1280px) {
  .c-fixed-banner--right {
    display: block;
  }
}
.c-fixed-banner--right.is-inview {
  right: 0;
}
.c-fixed-banner--right .c-fixed-banner__inner {
  transform-origin: top right;
}
.c-fixed-banner--right .c-fixed-banner__inner a {
  display: inline-block;
  color: #fff;
  background-color: #1A4E9A;
  padding: 2em 0.8em;
  text-decoration: none;
  letter-spacing: 6px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px 0 0 10px;
  border: solid 2px #fff;
  min-height: 260px;
  transition: 0.3s;
}
.c-fixed-banner--right .c-fixed-banner__inner a span {
  position: relative;
  margin-top: 1em;
}
.c-fixed-banner--right .c-fixed-banner__inner a span::after {
  content: "";
  background-image: url("../images/mail-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  height: 0.8em;
  width: 1em;
}
.c-fixed-banner--right .c-fixed-banner__inner a:hover {
  background-color: #a3a3a3;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.c-fixed-banner--bottom {
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  top: auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .c-fixed-banner--bottom {
    display: none;
  }
}
.c-fixed-banner--bottom.is-inview {
  bottom: 0;
}
.c-fixed-banner--bottom .c-fixed-banner__inner {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #fff;
}
.c-fixed-banner--bottom .c-fixed-banner__contact {
  flex-basis: 50%;
  background-color: #1A4E9A;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  font-weight: bold;
}
.c-fixed-banner--bottom .c-fixed-banner__contact span {
  position: relative;
  margin-left: 1em;
}
.c-fixed-banner--bottom .c-fixed-banner__contact span::after {
  content: "";
  background-image: url("../images/mail-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(calc(-50% + 3px));
  height: 0.8em;
  width: 1em;
}
.c-fixed-banner--bottom .c-fixed-banner__tel {
  flex-basis: 50%;
  background-color: #6a3c1d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1em;
  font-weight: bold;
}
.c-fixed-banner--bottom .c-fixed-banner__tel span {
  position: relative;
  margin-left: 1em;
}
.c-fixed-banner--bottom .c-fixed-banner__tel span::after {
  content: "";
  background-image: url("../images/tel-mark.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.5em;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  height: 1.3em;
  width: 1em;
}

.c-care-fee__block {
  background-color: #f5f5f5;
  padding: 2em 1em;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0px rgba(17, 4, 7, 0.2);
}
@media screen and (min-width: 960px) {
  .c-care-fee__block {
    padding: 3em;
  }
}
.c-care-fee__desc {
  text-align: justify;
  max-width: 900px;
  margin: 2em auto;
}
.c-care-fee__desc p {
  margin-bottom: 5px;
}
.c-care-fee__title {
  font-size: clamp(17px, 2vw, 22px);
  margin-bottom: 0.5em;
  position: relative;
  margin-left: 1.5em;
}
.c-care-fee__title::after {
  content: "";
  position: absolute;
  left: -1em;
  top: 10px;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50px;
  background-color: #1A4E9A;
}
.c-care-fee__table-note {
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .c-care-fee__table-note {
    display: none;
  }
}
.c-care-fee__table-scroll {
  overflow: auto;
  white-space: nowrap;
}
.c-care-fee__button {
  margin-top: 2em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
.c-care-fee__pdf-link {
  margin: 2em auto 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.c-care-fee__pdf-item {
  width: 100%;
  max-width: 430px;
}
.c-care-fee__pdf-item a {
  position: relative;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 10px;
  border-bottom: 0.5px solid #1A4E9A;
  display: inline-block;
  width: 100%;
  font-size: clamp(15px, 2vw, 16px);
}
.c-care-fee__pdf-item a::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  top: 10px;
  right: 0;
  transform: rotate(-90deg);
}

.c-fee-table-01 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.1);
  background-color: #fff;
}
.c-fee-table-01__heading {
  background-color: #51BA56;
  color: #fff;
  font-size: 15px;
  border: 1px solid #e7fbc5;
  padding: 0.6em 0.3em;
  line-height: 1.3;
}
.c-fee-table-01__label {
  padding: 0.6em 0.3em;
  text-align: center;
  background-color: #e7fbc5;
  font-weight: 500;
  font-size: 15px;
}
.c-fee-table-01__data {
  padding: 0.6em 0.3em;
  text-align: center;
  border: 1px solid #e7fbc5;
  font-weight: 500;
  font-size: 15px;
}

.c-fee-table-02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.1);
  background-color: #fff;
}
.c-fee-table-02__heading {
  background-color: #51BA56;
  color: #fff;
  font-size: 15px;
  border: 1px solid #e7fbc5;
  padding: 0.6em 0.3em;
  line-height: 1.3;
}
.c-fee-table-02__label {
  padding: 0.6em 0.3em;
  text-align: center;
  background-color: #e7fbc5;
  font-weight: 500;
  font-size: 15px;
}
.c-fee-table-02__data {
  padding: 0.6em 0.3em;
  text-align: center;
  border: 1px solid #e7fbc5;
  font-size: 15px;
}

.c-fee-table-03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-shadow: 0px 0px 11px 0px rgba(17, 4, 7, 0.1);
  background-color: #fff;
}
.c-fee-table-03__heading {
  background-color: #51BA56;
  color: #fff;
  font-size: 15px;
  border: 1px solid #e7fbc5;
  padding: 0.6em 0.3em;
  line-height: 1.3;
}
.c-fee-table-03__label {
  padding: 0.6em 0.3em;
  text-align: center;
  background-color: #e7fbc5;
  font-weight: 500;
  font-size: 15px;
}
.c-fee-table-03__data {
  padding: 0.6em 0.3em;
  text-align: center;
  border: 1px solid #e7fbc5;
  font-size: 15px;
}

.c-video {
  max-width: 800px;
  margin: 0 auto;
}
.c-video__frame {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}
.c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.c-video iframe {
  pointer-events: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  transition-property: opacity, visibility;
}

.p-privacy-content {
  max-width: 800px;
  margin: 0 auto;
}
.p-privacy-content .privacy-block > p {
  margin-bottom: 10px;
  text-align: justify;
}
.p-privacy-content h3 {
  position: relative;
  padding-left: 30px;
}
.p-privacy-content h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  background-image: url("../images/privacy-policy__tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  transform: rotate(136deg);
}
.p-privacy-content ul {
  padding: 0;
  list-style: none;
}
.p-privacy-content address {
  font-style: normal;
}

.c-hero-video {
  position: relative;
  height: 100vh;
  text-align: center;
  color: #fff;
  background: url("../img/movie.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.c-hero-video__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  z-index: 10;
}
.c-hero-video__loading.is-hidden {
  display: none;
}
.c-hero-video__area {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
}
.c-hero-video__area.is-visible {
  animation: fadeIn 0.5s forwards;
}
.c-hero-video__youtube {
  height: 56.25vw;
}
.c-hero-video__mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-hero-video__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#js-anchor-spacer {
  height: 0;
}

.p-anchor-wrapper {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow-x: auto;
  background-color: #fff;
  position: relative;
}
.p-anchor-wrapper.is-fixed {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .p-anchor-wrapper.is-fixed {
    top: 0;
    margin-left: 250px;
    width: calc(100% - 250px);
  }
}

.p-anchor-nav {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 1500px;
  list-style: none;
  padding: 1em 1em;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-anchor-nav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-anchor-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, max-content));
    width: 100%;
  }
}
.p-anchor-nav li {
  flex: 0 0 auto;
}
@media screen and (min-width: 1280px) {
  .p-anchor-nav li {
    flex: unset;
  }
}
.p-anchor-nav li a {
  display: block;
  padding: 5px 6px;
  text-decoration: none;
  color: #aaa;
  font-size: clamp(14px, 2vw, 15px);
  text-align: center;
  position: relative;
  transition: 0.2s ease;
}
.p-anchor-nav li a:hover {
  color: #51BA56;
  font-weight: bold;
}
.p-anchor-nav li a.is-active {
  color: #51BA56;
  font-weight: bold;
}
.p-anchor-nav li a span {
  position: relative;
}
.p-anchor-nav__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}

.p-facility-message__body {
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 600px) {
  .p-facility-message__body {
    grid-template-columns: 200px 1fr;
    align-items: start;
    gap: 1em 2em;
  }
}
.p-facility-message__img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
.p-facility-message__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-facility-message__title {
  font-size: clamp(19px, 3vw, 24px);
  font-weight: bold;
  margin-bottom: 16px;
}
.p-facility-message__text {
  line-height: 1.8;
  text-align: justify;
}
.p-facility-message__greeting {
  font-weight: bold;
  font-size: clamp(17px, 3vw, 21px);
  text-align: center;
}
.p-facility-message__greeting span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 4px;
}
@media screen and (min-width: 600px) {
  .p-facility-message__greeting {
    text-align: left;
    margin-top: 0;
  }
}
.p-facility-message__button {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-facility-message__img {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .p-facility-message__title {
    grid-column: 2;
    grid-row: 1;
  }
  .p-facility-message__text {
    grid-column: 2;
    grid-row: 2;
  }
}

.p-facility-map {
  width: 100%;
  height: 300px;
  border: 1px solid #ccc;
}
.p-facility-map iframe {
  width: 100%;
  height: 100%;
}

.p-facility-media {
  padding: 40px 20px;
}
.p-facility-media__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2em;
}
.p-facility-media__text {
  flex-basis: 50%;
}
.p-facility-media__title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  margin-bottom: 5px;
}
.p-facility-media__title--dot, .p-facility-media__title--dot-green, .p-facility-media__title--dot-yellow, .p-facility-media__title--dot-blue {
  padding-left: 20px;
  position: relative;
}
.p-facility-media__title--dot::before, .p-facility-media__title--dot-green::before, .p-facility-media__title--dot-yellow::before, .p-facility-media__title--dot-blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
}
.p-facility-media__title--dot-blue::before {
  background-color: #007bff;
}
.p-facility-media__title--dot-yellow::before {
  background-color: #efea26;
}
.p-facility-media__title--dot-green::before {
  background-color: #a7d850;
}
.p-facility-media__description {
  line-height: 1.6;
  text-align: justify;
}
.p-facility-media__image {
  flex: 1;
  width: 100%;
  max-width: 600px;
}
.p-facility-media__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.p-facility-media-2col {
  justify-content: space-between;
  gap: 2em 0;
}
.p-facility-media-2col__block {
  flex-basis: 49%;
  background-color: rgba(230, 230, 230, 0.3);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  padding: 1em;
  border-radius: 10px;
}
.p-facility-media-2col__block .p-facility-media__inner {
  align-items: flex-start;
  gap: 1em;
}
.p-facility-media-2col__block .p-facility-media__title {
  line-height: 1;
  margin-bottom: 10px;
}
.p-facility-media-2col__block .p-facility-media__text {
  flex-basis: 67%;
}
.p-facility-media-2col__block .p-facility-media__description {
  font-size: clamp(14px, 2vw, 16px);
}
.p-facility-media-2col__block--flex-basis100 {
  flex-basis: 100%;
}

.p-facility-description {
  padding: 40px 20px;
  position: relative;
}
.p-facility-description::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5em;
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#a7d850 2px, transparent 2px);
  background-size: 10px 6px;
  background-repeat: repeat-x;
}
.p-facility-description__title {
  font-size: clamp(20px, 2vw, 22px);
  font-weight: bold;
  margin-bottom: 16px;
}

.p-facility-document-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-facility-document-links {
    grid-template-columns: 1fr 1fr;
  }
}
.p-facility-document-links__item {
  border-bottom: 1px solid #1a3c74;
}
.p-facility-document-links__item a img {
  width: 18px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .p-facility-document-links__item a img {
    width: 23px;
  }
}
.p-facility-document-links__link {
  display: flex;
  gap: 0.5em;
  width: 100%;
  padding: 12px 0;
  padding-right: 1em;
  text-decoration: none;
  color: #000;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  position: relative;
  transition: color 0.3s;
}
.p-facility-document-links__link:hover {
  color: #1a3c74;
}
.p-facility-document-links__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 20px;
}

.fc-view-harness {
  height: 470px !important;
}
@media screen and (min-width: 600px) {
  .fc-view-harness {
    height: 550px !important;
  }
}

.fc-event-title-container {
  text-align: center;
}

.fc-toolbar-title {
  font-size: clamp(18px, 2vw, 20px) !important;
}

.fc .fc-event-title {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.fc-daygrid-event {
  padding: 2px 0;
}

.fc-h-event .fc-event-main-frame {
  line-height: 1;
}

.p-availability-calendar-note {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: clamp(14px, 2vw, 16px);
  margin-top: 1em;
}
@media screen and (min-width: 820px) {
  .p-availability-calendar-note {
    display: none;
  }
}
.p-availability-calendar-note p {
  margin-right: 1em;
}
.p-availability-calendar-note p span {
  padding: 3px;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-flex;
  line-height: 1;
  width: 1.8em;
  height: 1.8em;
  justify-content: center;
  align-items: center;
}
.p-availability-calendar-note p .available {
  background-color: #28a745;
}
.p-availability-calendar-note p .limited {
  background-color: #ffc107;
}
.p-availability-calendar-note p .unavailable {
  background-color: #dc3545;
}
.p-availability-calendar-note p .holiday {
  background-color: #007bff;
}

@media screen and (min-width: 600px) {
  .fc .fc-event-title {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
  .fc-daygrid-event {
    padding: 4px 6px;
  }
}
.p-last-updated {
  font-size: 12px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 5px 8px;
  line-height: 1;
  display: inline-block;
}

.background-dots-wrapper {
  position: relative;
}

.background-dots-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.background-dot {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  animation: float-up 10s ease-in-out infinite;
  will-change: transform;
}

@keyframes float-up {
  0% {
    transform: translate(0px, 0px) scale(1) rotate(0deg);
  }
  25% {
    transform: translate(10px, -8px) scale(1.05) rotate(2deg);
  }
  50% {
    transform: translate(-8px, 10px) scale(0.98) rotate(-2deg);
  }
  75% {
    transform: translate(6px, -6px) scale(1.03) rotate(1deg);
  }
  100% {
    transform: translate(0px, 0px) scale(1) rotate(0deg);
  }
}
/* 左寄せ（1列空ける） */
.wp-block-gallery.align-left::after {
  content: "";
  display: block;
  width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
}

/* 中央寄せ（2列分スペース） */
.wp-block-gallery.align-center::after {
  content: "";
  display: block;
  width: calc(66.66% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667 / 2);
}

.wp-block-gallery.wp-block-gallery-1 {
  gap: 0 !important;
}

.p-facility__not-content {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-facility__not-content h3 {
  font-size: clamp(2em, 2vw, 3em);
  text-align: center;
  line-height: 2;
}
.p-facility__not-content h3 span {
  font-size: clamp(18px, 2vw, 25px);
}

/* ギャラリーブロック全体をグリッド表示に */
.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

/* 各画像ブロックのマージン調整 */
.wp-block-gallery .wp-block-image {
  margin: 0;
}

/* .u-border-text 内の img にもサイズ制御を適用 */
.wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4/3; /* 縦横比：必要に応じて 1 / 1 や 16 / 9 に変更可 */
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about-policy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 800px;
  margin: 3em auto 0;
}
.p-about-policy h3 {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 25px);
}
.p-about-policy__item {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 16px 20px;
}
.p-about-policy__number {
  position: relative;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 16px;
}
.p-about-policy__number::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.p-about-policy__number--01::after {
  background-image: url("../images/about__policy-number--01.png");
}
.p-about-policy__number--02::after {
  background-image: url("../images/about__policy-number--02.png");
}
.p-about-policy__number--03::after {
  background-image: url("../images/about__policy-number--03.png");
}
.p-about-policy__text {
  line-height: 1.8;
  font-weight: 500;
}

.p-recruit-entry__desc {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.p-recruit-entry__button {
  text-align: center;
}

.p-benefit__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-benefit__item {
  gap: 20px;
  border-bottom: 1px solid #B7B7B7;
  padding-bottom: 2em;
}
.p-benefit__content {
  flex: 1;
}
.p-benefit__title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  flex-basis: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media screen and (min-width: 600px) {
  .p-benefit__title {
    justify-content: flex-start;
  }
}
.p-benefit__title h4 {
  display: inline;
}
.p-benefit__title img {
  display: inline;
  width: 50px;
}
.p-benefit__description {
  padding-left: 20px;
  list-style: disc;
  font-size: 14px;
  color: #555;
}
.p-benefit__description li + li {
  margin-top: 4px;
}
.p-benefit__read {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.p-benefit__read h3 {
  font-size: clamp(17px, 3vw, 24px);
  margin-bottom: 1em;
}

.p-license__read {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.p-license__read h3 {
  font-size: clamp(17px, 3vw, 24px);
  margin-bottom: 1em;
}
.p-license__box {
  border-radius: 8px;
  text-align: center;
  border: 1px solid #6ed187;
  padding-bottom: 1em;
  max-width: 900px;
  margin: 0 auto;
}
.p-license__box__title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  background-color: #6ed187;
  padding: 1em;
}
.p-license__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, max-content));
  gap: 16px;
  padding: 1em;
  justify-content: center;
}
.p-license__cell {
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 24px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  line-height: 1.6;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-voice__read {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.p-voice__read h3 {
  font-size: clamp(17px, 3vw, 24px);
}

.p-voice-faq details {
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.p-voice-faq details::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 13px;
  width: 10px;
  transform: rotate(180deg);
}
.p-voice-faq details[open] {
  padding-bottom: 20px;
}
.p-voice-faq details[open]::after {
  transform: rotate(0deg);
}
.p-voice-faq details[open] div {
  opacity: 1;
}
.p-voice-faq summary {
  background-color: rgba(230, 230, 230, 0.6);
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  padding: 25px 30px 25px 30px;
  border-radius: 10px;
  position: relative;
  list-style: none;
}
.p-voice-faq__content {
  padding: 25px 20px 25px 20px;
  opacity: 0;
  border-bottom: 2px dotted #888888;
}
.p-voice-faq__desc h4 {
  margin-bottom: 0.5em;
  font-size: clamp(16px, 2.5vw, 19px);
}
.p-voice-faq__desc p {
  text-align: justify;
}
.p-voice-faq__profile {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 20px;
}
.p-voice-faq__profile__image {
  flex-basis: 10%;
  min-width: 50px;
}
.p-voice-faq__profile__info {
  flex: 1;
}
.p-voice-faq__profile__name {
  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 19px);
}

.p-contact-telephone {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
  gap: 0.7em;
}
.p-contact-telephone__box {
  flex-basis: 49%;
}
.p-contact-telephone__box a {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 1em;
  text-align: center;
  transition: 0.3s;
}
.p-contact-telephone__box a:hover {
  background-color: #eee;
}
@media screen and (min-width: 600px) {
  .p-contact-telephone__box a {
    pointer-events: none;
  }
}
.p-contact-telephone__box h3 {
  font-size: clamp(16px, 2vw, 18px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.p-contact-telephone__box h4 {
  font-size: clamp(22px, 2vw, 25px);
  color: #1A4E9A;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.p-contact-telephone__box h4::after {
  content: "";
  background-image: url("../images/contact__tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  height: 1em;
  width: 1em;
}
.p-contact-telephone__box p {
  padding: 2px 10px;
  font-size: 14px;
}

.p-contact-form-02 .p-form-group {
  padding: 10px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 820px) {
  .p-contact-form-02 .p-form-group {
    display: flex;
    gap: 1em;
    align-items: center;
    border-bottom: 2px dotted #fff;
    position: relative;
  }
}
.p-contact-form-02 .p-form-group label {
  padding: 10px 10px;
  font-weight: bold;
  display: inline-block;
  background-color: #f5f5f5;
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (min-width: 820px) {
  .p-contact-form-02 .p-form-group label {
    padding: 30px 0 30px 20px;
    flex-basis: 28%;
    min-width: 250px;
  }
}
.p-contact-form-02 .p-form-group label span {
  display: inline-block;
}
.p-contact-form-02 .p-form-group select,
.p-contact-form-02 .p-form-group input {
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  box-shadow: none;
  color: #333;
  flex: none;
  font-size: 15px;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.4;
  opacity: 1;
  padding: 20px 20px 20px 20px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  flex: 1;
}
.p-contact-form-02 .p-form-group .p-input-checkbox,
.p-contact-form-02 .p-form-group .p-input-radio {
  width: auto;
}
.p-contact-form-02 .p-form-group textarea {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  box-shadow: none;
  color: #333;
  flex: none;
  font-size: 15px;
  font-weight: 400;
  height: 280px;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1.75;
  opacity: 1;
  padding: 20px 20px 20px 20px;
  text-align: left;
  text-shadow: none;
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 820px) {
  .p-contact-form-02 .p-form-group .error {
    position: absolute;
    bottom: 0;
    flex-basis: 100%;
  }
}
.p-contact-form-02 .p-form-checkbox label {
  display: inline;
}
.p-contact-form-02 .p-label--must {
  background: rgb(208, 0, 0);
}
.p-contact-form-02 .p-label--optional {
  background: #adacac;
}
.p-contact-form-02 .p-label--optional,
.p-contact-form-02 .p-label--must {
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 10px;
  letter-spacing: 2px;
}
.p-contact-form-02 .p-label--text {
  margin-right: 10px;
}

.p-submit-button {
  text-align: center;
  margin-bottom: 20px;
}
.p-submit-button input {
  background-color: #1A4E9A;
  color: #fff;
  padding: 1em 2em;
  border: none;
  border-radius: 10px;
  min-width: 200px;
}

.p-contact-form-02__note {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-contact-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-contact-thanks h2 {
  font-size: clamp(35px, 4vw, 60px);
  text-align: center;
  color: #51BA56;
}
.p-contact-thanks h2 > span {
  font-size: clamp(14px, 2vw, 16px);
}
.p-contact-thanks__desc {
  max-width: 1080px;
}
.p-contact-thanks__btn {
  text-align: center;
}

.p-thanks-telephone {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.p-thanks-telephone a {
  width: 100%;
  background-color: #fff;
  display: inline-block;
  text-decoration: none;
  color: #333;
  padding: 1em;
  text-align: center;
  border: 3px solid #ccc;
}
.p-thanks-telephone h3 {
  font-size: clamp(16px, 2vw, 18px);
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.p-thanks-telephone h4 {
  font-size: clamp(22px, 2vw, 25px);
  color: #1A4E9A;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.p-thanks-telephone h4::after {
  content: "";
  background-image: url("../images/contact__tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  height: 1em;
  width: 1em;
}
.p-thanks-telephone p {
  padding: 2px 10px;
  font-size: 14px;
}

.p-fee-nav {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  gap: 1em;
}
.p-fee-nav a {
  border: 1px solid #535353;
  text-decoration: none;
  padding: 1em 2em;
  color: #333;
  flex-basis: 48%;
  border-radius: 50px;
}
@media screen and (min-width: 960px) {
  .p-fee-nav a {
    padding: 1em;
    width: 300px;
    flex-basis: 31%;
  }
}
.p-fee-nav a.slide-bg {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}
.p-fee-nav a.slide-bg::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1A4E9A;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}
.p-fee-nav a.slide-bg:hover {
  color: #fff;
}
.p-fee-nav a.slide-bg:hover::before {
  transform: none;
}
.p-fee-nav a.slide-bg:hover::after {
  background-image: url("../images/arrow-white.svg");
}
.p-fee-nav a::after {
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 0.7em;
  width: 0.7em;
}

.p-fee-structure__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.p-fee-structure__note h3 {
  font-size: clamp(17px, 3vw, 24px);
}
.p-fee-structure__read {
  font-size: clamp(16px, 2.5vw, 28px);
  padding: 2em 0.5em;
  text-align: center;
}
.p-fee-structure__read em {
  font-size: 2em;
  font-style: normal;
  color: #1A4E9A;
  line-height: 1;
}
.p-fee-structure__box {
  border-radius: 8px;
  border: 1px solid #6ed187;
  padding-bottom: 1em;
}
.p-fee-structure__desc {
  padding: 1em;
}
@media screen and (min-width: 960px) {
  .p-fee-structure__desc {
    padding: 1em 2em;
  }
}
.p-fee-structure__desc p {
  text-align: justify;
}
.p-fee-structure__desc ul {
  padding: 1em;
}
.p-fee-structure__title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
  background-color: #6ed187;
  padding: 1em;
}
@media screen and (min-width: 960px) {
  .p-fee-structure__title {
    text-align: center;
  }
}
.p-fee-structure__items {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 16px;
  padding: 1em;
  align-items: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-fee-structure__items::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 820px) {
  .p-fee-structure__items {
    justify-content: center;
  }
}
.p-fee-structure__item {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 24px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  line-height: 1.6;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-fee-structure__label {
  color: #1A4E9A;
}
.p-fee-structure__operator {
  font-size: 20px;
  font-weight: bold;
  color: #111;
}

.p-public-documents__desc {
  display: flex;
  justify-content: center;
}
.p-public-documents__button {
  display: flex;
  justify-content: center;
}

.p-sitemap__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 600px) {
  .p-sitemap__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sitemap__category {
  border-bottom: 1px solid #cce0ff;
  padding-bottom: 16px;
}
.p-sitemap__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #51BA56;
  margin-bottom: 12px;
}
.p-sitemap__heading a {
  color: #51BA56;
  text-decoration: none;
}
.p-sitemap__heading a:hover {
  opacity: 0.7;
}
.p-sitemap__heading .p-sitemap__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.p-sitemap__subheading {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.p-sitemap__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-sitemap__item {
  font-size: 14px;
  margin-bottom: 4px;
}
.p-sitemap__item a {
  color: #333;
  text-decoration: none;
}
.p-sitemap__item a:hover {
  text-decoration: underline;
}

.p-contact-404 {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 820px) {
  .p-contact-404 {
    height: 60vh;
  }
}
.p-contact-404 h2 {
  font-size: clamp(6em, 6vw, 10em);
  text-align: center;
  line-height: 0.6em;
}
.p-contact-404 h2 span {
  font-size: clamp(18px, 2vw, 25px);
}
.p-contact-404__button {
  text-align: center;
}

/*年別アーカイブ-------*/
.p-archive-list {
  gap: 0.2rem;
}
@media screen and (min-width: 600px) {
  .p-archive-list {
    justify-content: flex-end;
  }
}
.p-archive-list__inner {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-archive-list__inner {
    width: 30%;
    max-width: 200px;
  }
}
.p-archive-list__select {
  font-size: 13px;
  border: none;
  border: 1px solid #535353;
  padding: 1em 1.5em;
  border-radius: 5px;
  width: 100%;
  color: #535353;
}

/*ページナビ-----------*/
.wp-pagenavi {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a {
  color: #333;
  padding: 5px 5px;
  border: none !important;
}
.wp-pagenavi .pages {
  /* 左の表記 */
  margin-right: 20px;
  display: none;
}
.wp-pagenavi span.current {
  color: #51BA56;
  border: none;
  position: relative;
}
.wp-pagenavi span.current::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #51BA56;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: none;
}
.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .current,
.wp-pagenavi a {
  /* ボタン */
  display: inline-block;
  border: none;
  width: 30px;
  height: 30px;
  display: inline-grid;
  text-align: center;
  font-weight: 900;
}

.wp-pagenavi a:hover {
  /* マウスオーバー */
  color: #51BA56;
}

.p-news-article {
  background-color: #f5f5f5;
}
.p-news-article__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.p-news-article__header {
  padding: 3em 0 1em;
  color: #333;
}
.p-news-article__header img {
  display: inline-block;
  width: 18px;
}
.p-news-article__body {
  background-color: #fff;
  border-radius: 10px;
  padding: 2em 5%;
  min-height: 300px;
}
.p-news-article__body p,
.p-news-article__body ul,
.p-news-article__body img {
  margin-bottom: 1em;
}
.p-news-article__date {
  line-height: 1.2;
  font-weight: 900;
}
.p-news-article__title {
  line-height: 1.4;
  font-size: clamp(19px, 3vw, 30px);
}
.p-news-article__thumb {
  width: 100%;
  margin-bottom: 1em;
}
.p-news-article__thumb img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.p-news-pdf {
  display: flex;
  flex-direction: column;
}
.p-news-pdf a {
  max-width: 360px;
  border: 1px solid #535353;
  display: inline-block;
  width: 100%;
  width: 100%;
  margin: 0 auto;
}
.p-news-pdf a img {
  width: 100%;
  height: auto;
}
.p-news-pdf p {
  margin-top: 1em;
  text-align: center;
  font-size: 12px;
}

.p-single-page-nav {
  background-color: #f5f5f5;
  height: 10em;
}
@media screen and (min-width: 820px) {
  .p-single-page-nav {
    position: relative;
  }
}
.p-single-page-nav__button {
  text-align: center;
}
@media screen and (min-width: 820px) {
  .p-single-page-nav__button {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*シングルページのページ送り*/
.p-post-links {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
  list-style: none;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 820px) {
  .p-post-links {
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-post-links a {
  color: #333;
  text-decoration: none;
}

.p-post-link {
  flex-basis: 50%;
  font-size: clamp(13px, 2vw, 16px);
  display: flex;
  font-weight: bold;
  align-items: center;
}
.p-post-link a {
  padding: 0.5em 1em;
}
@media screen and (min-width: 600px) {
  .p-post-link a {
    padding: 1em 2em;
  }
}

.p-post-link-next {
  text-align: right;
  justify-content: flex-end;
}
.p-post-link-next a {
  position: relative;
}
.p-post-link-next a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.p-post-link-prev a {
  position: relative;
}
.p-post-link-prev a::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.p-banner-image {
  height: 200px;
  border-radius: 15px;
}
@media screen and (min-width: 600px) {
  .p-banner-image {
    height: 300px;
  }
}
@media screen and (min-width: 960px) {
  .p-banner-image {
    height: 400px;
  }
}
.p-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.p-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5em;
  max-width: 600px;
  margin: 2em auto;
}
.p-link-list__item {
  flex-basis: 48%;
}
.p-link-list__item a {
  position: relative;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 5px;
  border-bottom: 0.5px solid #1A4E9A;
  display: inline-block;
  width: 100%;
  font-size: clamp(15px, 2vw, 17px);
}
.p-link-list__item a::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  top: 10px;
  right: 0;
  transform: rotate(-90deg);
}

.p-link-text {
  margin: 2em auto;
}
.p-link-text__item {
  max-width: 300px;
  margin: 0 auto;
}
.p-link-text__item a {
  position: relative;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 3px 5px;
  border-bottom: 0.5px solid #1A4E9A;
  display: inline-block;
  width: 100%;
  font-size: clamp(15px, 2vw, 17px);
}
.p-link-text__item a::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow-yellow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  top: 10px;
  right: 0;
  transform: rotate(-90deg);
}

.p-link-button {
  text-align: center;
}/*# sourceMappingURL=layout.css.map */