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

/*==================================
* Animation Mixin
==================================*/
/*==================================
* Pseudo Element Mixin
* 疑似要素（::before / ::after）用の共通スタイルをまとめる
* 使用例:
* @include pseudo-element(before, $top: 0, $left: 0) { ... }
==================================*/
/*==================================
* Color Variables
* 色に関する基本変数定義
* 命名形式: $color-[用途]
==================================*/
/*==================================
* Media Query Breakpoints
* ブレークポイント一覧
* 画面サイズやレイアウト切り替えに使用
==================================*/
/*==================================
* Flex Utilities
* フレックスボックス + ブレークポイント切替
==================================*/
.u-flex--md, .p-archive-list, .p-review__block, .p-transaction-flow__step, .p-banner-link, .c-mobile-menu__banner, .l-footer__banner, .p-copyright__inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .u-flex--md, .p-archive-list, .p-review__block, .p-transaction-flow__step, .p-banner-link, .c-mobile-menu__banner, .l-footer__banner, .p-copyright__inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.u-flex--lr, .p-corporate-reason__block__inner, .p-product-values__list, .p-product-awards-cards, .p-product-license-cards, .c-image-text-block-03, .l-footer__content-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .u-flex--lr, .p-corporate-reason__block__inner, .p-product-values__list, .p-product-awards-cards, .p-product-license-cards, .c-image-text-block-03, .l-footer__content-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

/*==================================
* font-size
==================================*/
.u-font-size--sm, .c-details-list dl, .c-news-content__title, .c-news-content__notinfo p, .c-post-links__all a, .c-breadcrumb, .p-copyright, .l-header__li > a {
  font-size: clamp(14px, 1.8vw, 16px);
}

.u-font-size--md, .p-privacy-content h3, .p-product-category-title, .p-about-title {
  font-size: clamp(16px, 2.5vw, 19px);
}

.u-font-size--lr, .p-corporate-reason__text h3, .c-image-text-block-03__text h4 {
  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);
}

.u-font--mincho {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-font--en {
  font-family: "Nerko One", cursive;
}

.u-text--center {
  text-align: center;
}

.u-underline {
  text-decoration: underline;
}

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

.u-pb--md, .p-product-awards__inner, .p-product-license__inner, .l-hero-sub {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-pb--md, .p-product-awards__inner, .p-product-license__inner, .l-hero-sub {
    padding-bottom: 60px !important;
  }
}

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

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

/*==================================
* Padding Top
==================================*/
.u-pt--md, .p-product-awards__inner, .p-product-license__inner, .l-footer__content {
  padding-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-pt--md, .p-product-awards__inner, .p-product-license__inner, .l-footer__content {
    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 {
  padding-top: 80px !important;
}
@media screen and (min-width: 960px) {
  .u-pt--lg {
    padding-top: 120px !important;
  }
}

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

.u-mb--md, .p-privacy-block, .p-contact-form-02__note, .p-archive-list, .p-review__block, .p-corporate-reason__block, .p-corporate-appeal-feature__item, .p-corporate-terms-feature__item, .p-product-top-content__image, .p-product-category__text, .p-product-category-title, .p-about-title, .p-about-content__block, .p-about-access__map, .c-news-content__lists, .c-post-links {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--md, .p-privacy-block, .p-contact-form-02__note, .p-archive-list, .p-review__block, .p-corporate-reason__block, .p-corporate-appeal-feature__item, .p-corporate-terms-feature__item, .p-product-top-content__image, .p-product-category__text, .p-product-category-title, .p-about-title, .p-about-content__block, .p-about-access__map, .c-news-content__lists, .c-post-links {
    margin-bottom: 60px !important;
  }
}

.u-mb--lr, .p-contact-thanks h2, .p-contact-404 h2, .p-review__title, .c-details-list {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--lr, .p-contact-thanks h2, .p-contact-404 h2, .p-review__title, .c-details-list {
    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-privacy-content, .p-contact-form-02__note, .wp-pagenavi, .c-wp-pagenavi {
  margin-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--md, .p-privacy-content, .p-contact-form-02__note, .wp-pagenavi, .c-wp-pagenavi {
    margin-top: 60px !important;
  }
}

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

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

/*==================================
* Content Width Utility
==================================*/
.u-content-width, .c-breadcrumb__inner, .l-section__container, .l-hero-sub__inner {
  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 {
  display: none;
}
@media screen and (min-width: 480px) {
  .u-show-sm {
    display: block;
  }
}

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

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

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

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

.u-hidden-lr {
  display: block;
}
@media screen and (min-width: 820px) {
  .u-hidden-lr {
    display: none;
  }
}

.u-hidden-lg {
  display: block;
}
@media screen and (min-width: 960px) {
  .u-hidden-lg {
    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(20px);
}

.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 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
}
.u-appear.inview .u-appear__item {
  opacity: 1;
  transform: none;
}
.u-appear.inview .u-appear__item:nth-child(1) {
  transition-delay: 0.1s;
}
.u-appear.inview .u-appear__item:nth-child(2) {
  transition-delay: 0.2s;
}
.u-appear.inview .u-appear__item:nth-child(3) {
  transition-delay: 0.3s;
}
.u-appear.inview .u-appear__item:nth-child(4) {
  transition-delay: 0.4s;
}
.u-appear.inview .u-appear__item:nth-child(5) {
  transition-delay: 0.5s;
}
.u-appear.inview .u-appear__item:nth-child(6) {
  transition-delay: 0.6s;
}
.u-appear.inview .u-appear__item:nth-child(7) {
  transition-delay: 0.7s;
}
.u-appear.inview .u-appear__item:nth-child(8) {
  transition-delay: 0.8s;
}
.u-appear.inview .u-appear__item:nth-child(9) {
  transition-delay: 0.9s;
}
.u-appear.inview .u-appear__item:nth-child(10) {
  transition-delay: 1s;
}

/*==================================
* 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;
  overflow: hidden;
}
.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;
}
.u-border-text__mask {
  position: relative;
  display: block;
  line-height: 0;
}
.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;
}
.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-fluid-shape
 * 装飾目的のアニメーション要素に使用。
 * 幅と高さを設定し、背景色とアニメーションを適用。
 * 
 *  シェイプ作成サイト
 *  https://9elements.github.io/fancy-border-radius/
 */
.u-fluid-shape {
  animation-name: fluidrotate;
  animation-duration: 30s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  overflow: hidden;
}
.u-fluid-shape img {
  width: 100%;
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 2000;
}
@media screen and (min-width: 1280px) {
  .l-header {
    height: 100px;
  }
}
.l-header.triggered {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0 28px -3px rgba(102, 102, 102, 0.5);
  transition: all 0.3s ease;
}
.l-header__inner {
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.l-header__nav {
  text-align: center;
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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%;
  display: flex;
  align-items: center;
}
.l-header__li > a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 14px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
}
.l-header__li > a:hover {
  color: #F8C2C2;
}
.l-header__li.current-menu-item > a, .l-header__li.current-menu-parent > a {
  color: #F8C2C2;
}
.l-header .logo img {
  padding: 6px;
  width: 180px;
}
@media screen and (min-width: 1280px) {
  .l-header .logo img {
    width: 300px;
  }
}

.l-footer__content {
  background-color: #E6F4FF;
}
.l-footer__content-inner {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}
.l-footer__content-left {
  flex-basis: 35%;
}
.l-footer__content-right {
  flex-basis: 65%;
}
.l-footer__info {
  margin: 30px auto;
  width: 90%;
}
.l-footer__info-data {
  line-height: 1.2;
  margin-bottom: 10px;
}
.l-footer__info-data-tel {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 820px) {
  .l-footer__info-data-tel {
    font-size: 23px;
    line-height: 1.2;
  }
}
.l-footer__logo {
  max-width: 250px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .l-footer__logo {
    margin: 0;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__contact {
  text-align: center;
  margin: 40px auto;
  display: none;
}
@media screen and (min-width: 820px) {
  .l-footer__contact {
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.l-footer__contact-button {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .l-footer__contact-button {
    margin: 0;
  }
}
.l-footer__contact-button a {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
  background-color: #333;
  position: relative;
}
.l-footer__contact-button a:hover {
  background-color: #ddd;
}
.l-footer__contact-button a img {
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.l-footer__nav {
  margin: 20px auto;
  display: none;
}
@media screen and (min-width: 820px) {
  .l-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.l-footer__ul {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 820px) {
  .l-footer__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.l-footer__li a {
  color: #333;
  text-decoration: none;
  padding: 10px 0;
  display: inline-block;
  transition: 0.3s;
}
@media screen and (min-width: 820px) {
  .l-footer__li a {
    padding: 10px;
  }
}
.l-footer__li a:hover {
  color: #F8C2C2;
}
.l-footer__banner {
  gap: 10px;
  margin-top: 20px;
  display: none;
}
@media screen and (min-width: 820px) {
  .l-footer__banner {
    display: flex;
    justify-content: flex-end;
  }
}
.l-footer__banner-button {
  flex-basis: 30%;
}
.l-footer__banner-button a {
  position: relative;
}
.l-footer__banner-button a img {
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.p-copyright {
  text-align: center;
  margin-top: 50px;
  padding: 30px 0;
  color: #fff;
  background-color: #0067B6;
}
.p-copyright__inner {
  justify-content: space-between;
}
.p-copyright__left {
  flex-basis: 40%;
}
.p-copyright__left a {
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
}
.p-copyright__left a:hover {
  opacity: 0.7;
}
.p-copyright__right {
  flex-basis: 40%;
}

#page-top {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 90px;
  background: #0067B6;
  opacity: 0.8;
  z-index: 900;
  border-radius: 50px;
}
@media screen and (min-width: 600px) {
  #page-top {
    bottom: 5%;
  }
}
#page-top > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 99px;
}
#page-top > a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-left-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  top: 17px;
}

.l-hero {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 1280px) {
  .l-hero {
    padding-top: 100px;
  }
}
.l-hero__inner {
  background: #FFFCF1;
}
.l-hero__title {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 1000;
  width: 100%;
}
.l-hero__title h2 {
  font-weight: 900;
  color: #fff;
  font-size: clamp(25px, 4vw, 50px);
}
.l-hero__image {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-hero__image {
    border-radius: 0 0 40px 40px;
  }
}
@media screen and (min-width: 820px) {
  .l-hero__image {
    border-radius: 0 0 60px 60px;
  }
}
.l-hero__image--small {
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 820px) {
  .l-hero__image--small {
    display: none;
  }
}
.l-hero__image--large {
  display: none;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 820px) {
  .l-hero__image--large {
    display: block;
  }
}

.l-hero-sub {
  padding-top: 50px;
  background-color: #FFFCF1;
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .l-hero-sub {
    padding-top: 100px;
    margin-top: 100px;
  }
}
.l-hero-sub__inner h2 {
  text-transform: uppercase;
  font-size: clamp(25px, 4vw, 38px);
  margin-bottom: 0;
  display: block;
  font-weight: 800;
  color: #333;
  position: relative;
  padding-top: 10px;
  line-height: 1.4;
}
.l-hero-sub__inner span {
  display: block;
  font-size: clamp(16px, 2vw, 20px);
  color: #0067B6;
  font-weight: 800;
}

.swiper {
  overflow: visible !important;
}

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

/*==================================
* Section
==================================*/
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 960px) {
  .l-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.l-section--gray {
  background: #f5f5f5;
}

.l-section--yellow {
  background: #FFFCF1;
}

.l-section--blue {
  background: #F2FAFF;
}

.c-breadcrumb {
  color: #535353;
  background-color: #FFFCF1;
}
.c-breadcrumb__inner {
  padding: 10px 0 10px 0;
}
@media screen and (min-width: 960px) {
  .c-breadcrumb__inner {
    padding: 30px 0 30px 0;
  }
}
.c-breadcrumb__inner i {
  margin: 0 10px;
}
.c-breadcrumb__inner a {
  color: #535353;
  text-decoration: none;
}

.c-button {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0067B6;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #0067B6;
  border-radius: 50px;
  padding: 10px 25px;
}
.c-button.float:hover {
  background-color: #eee;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.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-arrow-button {
  width: 150px;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  padding: 0 0.5em;
  padding-bottom: 5px;
  box-sizing: border-box;
  color: #0067B6;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1em;
  text-decoration: none;
  transition: 0.5s ease-out;
}
.c-arrow-button:hover::before {
  left: 10px;
}
.c-arrow-button:hover::after {
  right: -11px;
}
.c-arrow-button::before {
  content: "";
  width: 100%;
  height: 1.5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #0067B6;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.c-arrow-button::after {
  content: "";
  width: 10px;
  height: 1.5px;
  position: absolute;
  bottom: 3px;
  right: -1px;
  background-color: #0067B6;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.c-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1500;
  padding-bottom: 0;
  background-color: #E6F4FF;
  transition: height 0.5s ease;
}
.c-mobile-menu__inner {
  height: 100%;
  overflow-y: auto;
}
.c-mobile-menu__button {
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #fff;
  transform: translateY(-50%);
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  width: 42px;
  height: 42px;
  border-radius: 99%;
}
@media screen and (min-width: 1280px) {
  .c-mobile-menu__button {
    display: none;
  }
}
.c-mobile-menu__button span {
  background-color: #333;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  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;
  border-bottom: 1px dotted #fff;
}
.c-mobile-menu__item > a:hover {
  color: #0067B6;
  background-color: #fff;
}
.c-mobile-menu__item > a:hover::after {
  background-image: url("../images/arrow-right.svg");
}
.c-mobile-menu__item > a::after {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
}
.c-mobile-menu--open .c-mobile-menu {
  height: 100%;
  padding-bottom: 80px;
  padding-top: 50px;
}
.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: #333;
}
.c-mobile-menu--open .c-mobile-menu__button > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) rotate(135deg);
}
.c-mobile-menu--open .c-mobile-menu__button > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-15px) scaleX(0);
}
.c-mobile-menu--open .c-mobile-menu__button > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}
.c-mobile-menu__contact-button {
  max-width: 300px;
  margin: 3em auto;
  width: 100%;
  text-align: center;
}
.c-mobile-menu__contact-button a {
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
  background-color: #333;
  position: relative;
}
.c-mobile-menu__contact-button a:hover {
  background-color: #ddd;
}
.c-mobile-menu__contact-button a img {
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
.c-mobile-menu__banner {
  margin-top: 20px;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.c-mobile-menu__banner-button {
  flex-basis: 30%;
  margin-bottom: 10px;
}
.c-mobile-menu__banner-button a {
  position: relative;
}
.c-mobile-menu__banner-button a img {
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.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-post-links {
  list-style: none;
  padding: 0;
  position: relative;
  margin-top: 30px;
  line-height: 1;
}
.c-post-links > div {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
.c-post-links__all {
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.c-post-links__all a {
  text-decoration: none;
}
.c-post-links__link-prev {
  position: relative;
  float: left;
}
.c-post-links__link-prev > a {
  position: relative;
  justify-content: flex-end;
  padding-right: 30px;
}
.c-post-links__link-next {
  float: right;
  position: relative;
  border-left: 1px solid #dbdbdb;
}
.c-post-links__link-next > a {
  position: relative;
  justify-content: flex-start;
  padding-left: 30px;
}
.c-post-links__link-prev, .c-post-links__link-next {
  width: 50%;
}
.c-post-links__link-prev > a, .c-post-links__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-news-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}
@media screen and (min-width: 600px) {
  .c-news-content {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-news-content {
    padding: 40px 50px;
  }
}
.c-news-content__lists {
  padding: 0;
}
.c-news-content__list {
  width: 100%;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px dashed #ccc;
}
.c-news-content__link {
  color: #333;
  text-decoration: none;
}
.c-news-content__head {
  flex-basis: 35%;
}
.c-news-content__head > time {
  font-weight: 600;
  min-width: 100px;
  display: inline-block;
  color: #0067B6;
}
@media screen and (min-width: 960px) {
  .c-news-content__head > time {
    margin-right: 30px;
  }
}
.c-news-content__title {
  font-weight: 600;
  position: relative;
  padding-right: 10px;
  flex-basis: 100%;
}
@media screen and (min-width: 960px) {
  .c-news-content__title {
    flex-basis: 65%;
  }
}
.c-news-content__title::after {
  content: "";
  background-image: url("../images/arrow-right.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1em;
  width: 1em;
}
.c-news-content__categories {
  min-width: 55px;
  font-size: 10px;
  font-weight: 600;
  margin-right: 6px;
  padding: 2px 4px;
  border-radius: 2px;
  flex-basis: 18%;
  display: inline-block;
}
.c-news-content__category {
  list-style-type: none;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  background-color: #333333;
  padding: 2px 4px;
  width: 70px;
  display: inline-block;
  color: white;
}
.c-news-content__button {
  text-align: right;
}
.c-news-content__notinfo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.c-news-content__notinfo p {
  font-weight: 600;
}

.c-news-content-02 {
  overflow: hidden;
}
.c-news-content-02 ul {
  list-style: none;
  padding: 0;
}
.c-news-content-02__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 2em 1.4em;
}
@media screen and (min-width: 600px) {
  .c-news-content-02__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .c-news-content-02__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-news-content-02__list {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.c-news-content-02__list a {
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
.c-news-content-02__desc-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
}
.c-news-content-02__desc-meta time {
  position: relative;
  padding-left: 1.3em;
}
.c-news-content-02__desc-meta time::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.c-news-content-02__category {
  padding: 0;
  list-style: none;
}
.c-news-content-02__category li {
  position: relative;
  padding-left: 1.3em;
}
.c-news-content-02__category li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_folder.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.c-news-content-02__desc {
  padding: 10px;
  background-color: #fff;
}
.c-news-content-02__image {
  width: 100%;
  height: 200px;
  transform: none;
}
@media screen and (min-width: 960px) {
  .c-news-content-02__image {
    height: 250px;
  }
}
.c-news-content-02__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.c-news-content-02__title {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.c-news-content-02__excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.c-news-content-02__notinfo {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-news-content-02__button {
  text-align: right;
  margin-top: 2em;
  padding-right: 1em;
}
.c-news-content-02__button a {
  width: 230px;
}

.c-section-title h2, .c-section-title h3, .c-section-title h4, .c-section-title h5 {
  text-transform: uppercase;
  font-size: clamp(22px, 2vw, 30px);
  margin-bottom: 0;
  display: block;
  font-weight: 800;
  color: #333;
  position: relative;
  padding-top: 10px;
  line-height: 1.4;
}
.c-section-title h2 > span, .c-section-title h3 > span, .c-section-title h4 > span, .c-section-title h5 > span {
  font-size: 0.6em;
  margin-left: 1em;
}
.c-section-title > span {
  display: block;
  font-size: clamp(14px, 2vw, 15px);
  color: #0067B6;
  font-weight: 800;
}

.c-section-title-02 h2 {
  text-align: center;
  color: #0067B6;
}
.c-section-title-02 h2 span {
  position: relative;
}
.c-section-title-02 h2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5em;
  width: 2em;
  height: 2px;
  background-color: #0067B6;
}

/*
* 見出し文字カラー設定
==================================*/
.c-title--white {
  color: #fff !important;
}

.c-image-text-block-03 {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 820px) {
  .c-image-text-block-03 {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 820px) {
  .c-image-text-block-03--row-reverse {
    flex-direction: row-reverse;
  }
}
.c-image-text-block-03__image {
  flex-basis: 36%;
}
.c-image-text-block-03__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 10px;
}
.c-image-text-block-03__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding: 1em;
}
.c-image-text-block-03__text span {
  color: #0067B6;
  font-size: clamp(14px, 1.8vw, 16px);
  font-weight: 600;
}
.c-image-text-block-03__text h4 {
  position: relative;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
.c-image-text-block-03__text h4::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -0.5em;
  height: 1em;
  width: 3px;
  background-color: #E6F4FF;
}
.c-image-text-block-03__text p {
  text-align: justify;
}

.c-details-list {
  display: block;
}
@media screen and (min-width: 600px) {
  .c-details-list {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
}
.c-details-list dl {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-details-list dl {
    display: contents;
  }
}
.c-details-list dd {
  padding: 20px 20px;
}
.c-details-list dd:nth-child(1) {
  text-align: left;
  padding: 20px 20px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .c-details-list dd:nth-child(1) {
    padding-right: 10px;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media screen and (min-width: 600px) {
  .c-details-list dd {
    border-bottom: 1px solid #e2e2e2;
  }
}

.p-banner-link {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.p-banner-link__list {
  flex-basis: 50%;
  width: 100%;
  position: relative;
}
.p-banner-link__list:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
}
.p-banner-link__list:nth-child(1) a {
  border-radius: 10px 10px 0 0;
}
.p-banner-link__list:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ccc;
}
@media screen and (min-width: 600px) {
  .p-banner-link__list:nth-child(2)::before {
    left: auto;
    right: 0;
    height: 70%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
  }
}
@media screen and (min-width: 600px) {
  .p-banner-link__list:nth-child(2) a {
    border-radius: 0 0 0 10px;
  }
}
.p-banner-link__list:nth-child(3) a {
  border-radius: 0 0 10px 10px;
}
.p-banner-link__list a {
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  color: #333;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
  transition: transform 0.3s;
}
@media screen and (min-width: 820px) {
  .p-banner-link__list a {
    padding: 40px 20px;
  }
}
.p-banner-link__list a:hover img {
  transform: scale(1.1);
}
.p-banner-link__list img {
  height: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .p-banner-link__list img {
    height: 50px;
  }
}
@media screen and (min-width: 600px) {
  .p-banner-link__list:first-child {
    flex-basis: 100%;
  }
  .p-banner-link__list:first-child::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ccc;
  }
}

.p-review-banner {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
.p-review-banner a {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
.p-review-banner a:hover {
  opacity: 0.8;
}
.p-review-banner img {
  width: 100%;
}

#l-main-content {
  position: relative;
}

.background-dot {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  animation: float-up 10s ease-in-out infinite;
  will-change: transform;
  display: none;
}
@media screen and (min-width: 1500px) {
  .background-dot {
    display: block;
  }
}

@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);
  }
}
.p-bg-blue-after {
  position: relative;
}
.p-bg-blue-after::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f2faff;
  border-radius: 0 0 40px 40px;
  display: block;
}
@media screen and (min-width: 820px) {
  .p-bg-blue-after::after {
    border-radius: 0 0 60px 60px;
  }
}

.p-bg-blue-before {
  position: relative;
}
.p-bg-blue-before::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f2faff;
  border-radius: 40px 40px 0 0;
  display: block;
}
@media screen and (min-width: 820px) {
  .p-bg-blue-before::before {
    border-radius: 60px 60px 0 0;
  }
}

.p-about-title {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1em;
}
.p-about-title span {
  color: #0067B6;
  margin-right: 1em;
  position: relative;
  font-weight: 800;
}
.p-about-title span::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 4px;
  height: 0.8em;
  width: 2px;
  background-color: #333;
}

.p-about-content__block h3 {
  color: #0067B6;
  font-size: clamp(20px, 3vw, 28px);
}
.p-about-content__text {
  margin-top: 8px;
}
.p-about-content__text ul {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}
.p-about-content__text p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #333;
}
.p-about-content__text p:last-child {
  margin-bottom: 0;
}
.p-about-content__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  color: #666;
  gap: 12px;
}
.p-about-content__footer p {
  font-weight: bold;
}

.p-about-profile__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 0;
}
.p-about-profile__image {
  flex-basis: 49%;
}
@media screen and (min-width: 600px) {
  .p-about-profile__image {
    flex-basis: 33%;
  }
}
.p-about-profile__image img {
  border-radius: 10px;
}

.p-about-access__map {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 600px) {
  .p-about-access__map {
    height: 400px;
  }
}
.p-about-access__map iframe {
  width: 100%;
  height: 100%;
}

.p-product-top-content__image img {
  width: 100%;
  border-radius: 10px;
}

.p-product-values {
  text-align: center;
  padding: 40px 0;
  background-color: #fefdf6;
}
.p-product-values h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0063b1;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .p-product-values h3 {
    font-size: 24px;
  }
}
.p-product-values__list {
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.p-product-values__list li {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px 32px;
  font-size: 16px;
  color: #0063b1;
  border: 2px solid #e0e8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: border-color 0.3s;
  width: 100%;
  flex-basis: 48%;
}
@media screen and (min-width: 960px) {
  .p-product-values__list li {
    flex-basis: 32%;
    min-width: 240px;
    font-size: 18px;
  }
}

.p-product-awards {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
}
@media screen and (min-width: 820px) {
  .p-product-awards {
    padding: 4em;
  }
}
.p-product-awards__image-01 {
  max-width: 500px;
  margin: 2em auto;
}
.p-product-awards__image-01 img {
  margin: 0 auto;
}
.p-product-awards__image-02 {
  text-align: center;
  max-width: 300px;
  margin: 4em auto;
}
.p-product-awards__image-02 img {
  margin: 0 auto;
}
.p-product-awards__text {
  display: flex;
  justify-content: center;
}

.p-product-awards-cards {
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
}

.p-product-awards-card {
  width: 100%;
  padding: 32px 10px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: box-shadow 0.3s;
  flex-basis: 47%;
}
.p-product-awards-card__image {
  max-width: 240px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 24px;
}
.p-product-awards-card__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-product-awards-card__meta {
  line-height: 1.7;
  margin-bottom: 12px;
}
.p-product-awards-card__product {
  font-weight: bold;
  color: #111;
  margin-bottom: 16px;
}
.p-product-awards-card__button {
  max-width: 250px;
  margin: 0 auto;
}
.p-product-awards-card__button a {
  position: relative;
}
.p-product-awards-card__button a img {
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.p-product-license {
  background-color: #fff;
  padding: 1em;
  border-radius: 10px;
}
@media screen and (min-width: 820px) {
  .p-product-license {
    padding: 4em;
  }
}
.p-product-license__image-01 {
  max-width: 500px;
  margin: 2em auto;
}
.p-product-license__image-01 img {
  margin: 0 auto;
}
.p-product-license__image-02 {
  text-align: center;
  max-width: 300px;
  margin: 4em auto;
}
.p-product-license__image-02 img {
  margin: 0 auto;
}
.p-product-license__text {
  display: flex;
  justify-content: center;
}

.p-product-license-cards {
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 900px;
}

.p-product-license-card {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: box-shadow 0.3s;
  flex-basis: 47%;
}
.p-product-license-card__image {
  margin: 0 auto;
  width: 100%;
}
.p-product-license-card__image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-product-category__box-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-product-category__box-list li {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s;
}
.p-product-category__box-list li:hover {
  transform: translateY(-4px);
}
.p-product-category__box-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.p-product-category__box-list li img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}
.p-product-category__box-list li p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-product-category-title {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1em;
}
.p-product-category-title span {
  color: #0067B6;
  margin-right: 1em;
  position: relative;
  font-weight: 800;
}
.p-product-category-title span::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 7px;
  height: 0.8em;
  width: 2px;
  background-color: #333;
}

.p-corporate-reason__block__inner {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (min-width: 820px) {
  .p-corporate-reason__block__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
    padding: 20px 30px;
  }
}
.p-corporate-reason__image {
  flex-basis: 40%;
  width: 40%;
}
.p-corporate-reason__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 10px;
}
.p-corporate-reason__image__max-image img {
  max-width: 250px;
  margin: 0 auto;
}
.p-corporate-reason__text {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  padding: 1em;
}
.p-corporate-reason__text h3 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.p-corporate-reason__text p {
  text-align: justify;
}
.p-corporate-reason__text p span {
  color: #0067B6;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
}
.p-corporate-reason__button {
  max-width: 200px;
  margin: 0 auto;
}
.p-corporate-reason__button a {
  position: relative;
}
.p-corporate-reason__button a img {
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.p-corporate-reason-list {
  max-width: 500px;
  margin: 30px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0;
}
@media screen and (min-width: 820px) {
  .p-corporate-reason-list {
    max-width: 900px;
    margin: 40px auto 80px;
  }
}
.p-corporate-reason-list li {
  width: calc(50% - 0.75rem);
  flex-basis: 45%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #f8b9bb;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 820px) {
  .p-corporate-reason-list li {
    width: calc(25% - 1rem);
    font-size: 1.1rem;
    flex-basis: 22%;
  }
}

.p-corporate-appeal-feature h3 {
  color: #0067B6;
  font-size: clamp(16px, 2.5vw, 19px);
  margin-bottom: 10px;
}

.p-corporate-terms-feature h3 {
  font-size: clamp(16px, 2.5vw, 19px);
  margin-bottom: 10px;
}

.p-transaction-flow {
  background-color: #f0f9ff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.p-transaction-flow__title {
  text-align: center;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
  color: #fff;
  background-color: #0072ce;
  padding: 1.5em;
  border-radius: 6px 6px 0 0;
  margin-bottom: 2em;
}
.p-transaction-flow__steps {
  list-style: none;
  padding: 1em;
}
.p-transaction-flow__step {
  background-color: #fff;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  align-items: center;
}
.p-transaction-flow__step-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
  flex-basis: 20%;
}
.p-transaction-flow__step-header span {
  font-weight: bold;
  flex-shrink: 0;
  width: 80px;
}
.p-transaction-flow__step-text {
  flex: 1;
  color: #555;
  margin-top: 0.5rem;
  line-height: 1.6;
}
.p-transaction-flow__step-text strong {
  font-weight: bold;
  font-size: clamp(16px, 2.5vw, 19px);
  color: #333;
  margin-bottom: 10px;
}
.p-transaction-flow__arrow {
  text-align: center;
  font-size: 1.5rem;
  color: #0067B6;
  margin: 0.5rem 0;
}

.p-corporate-faq-feature {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  padding: 1.5em;
}
@media screen and (min-width: 820px) {
  .p-corporate-faq-feature {
    padding: 4em 2em;
  }
}
.p-corporate-faq-feature__item {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-corporate-faq-feature__item {
    margin-top: 60px;
  }
}
.p-corporate-faq-feature h3 {
  font-size: clamp(16px, 2.5vw, 19px);
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}

.p-review__title {
  font-size: clamp(18px, 4vw, 34px);
  text-align: center;
}
.p-review__block {
  gap: 16px;
}
@media screen and (min-width: 960px) {
  .p-review__block {
    gap: 24px;
  }
}
.p-review__icon {
  flex-shrink: 0;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-review__icon {
    margin: 0;
  }
}
.p-review__icon img {
  width: 100px;
  height: 100px;
  display: block;
}
.p-review__desc {
  flex: 1;
}
.p-review__desc h3 {
  color: #0067B6;
  font-size: clamp(20px, 3vw, 28px);
}
.p-review__text {
  margin-top: 8px;
}
.p-review__text p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #333;
}
.p-review__text p:last-child {
  margin-bottom: 0;
}
.p-review__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  color: #666;
  gap: 12px;
}
.p-review__footer time {
  font-style: normal;
}
.p-review__footer span {
  font-weight: bold;
}

/*年別アーカイブ-------*/
.p-archive-list {
  gap: 0.2em;
}
@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;
}

.p-news-content ul {
  list-style: none;
}
.p-news-content__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 2em 1.4em;
}
@media screen and (min-width: 600px) {
  .p-news-content__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-news-content__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-news-content__list {
  background-color: #fff;
  border-radius: 10px 0 10px 0;
}
.p-news-content__list a {
  text-decoration: none;
  color: #333;
}
.p-news-content__desc-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
}
.p-news-content__desc-meta time {
  position: relative;
  padding-left: 1.3em;
}
.p-news-content__desc-meta time::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.p-news-content__category {
  padding: 0;
  list-style: none;
}
.p-news-content__category li {
  position: relative;
  padding-left: 1.3em;
}
.p-news-content__category li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_folder.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.p-news-content__desc {
  padding: 10px;
}
.p-news-content__image {
  width: 100%;
  height: 200px;
  transform: none;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 960px) {
  .p-news-content__image {
    height: 250px;
  }
}
.p-news-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.p-news-content__title {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.p-news-content__excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.p-news-content__notinfo {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

.p-news-title {
  padding: 3em 0 1em;
  color: #333;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 1em;
}
.p-news-title h3 {
  line-height: 1.4;
  font-size: clamp(19px, 3vw, 30px);
}

.p-news-article__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.p-news-article__header {
  padding: 3em 0 1em;
  color: #333;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 1em;
}
.p-news-article__header img {
  display: inline-block;
  width: 18px;
}
.p-news-article__body {
  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%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.p-news-article__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin: 0 auto;
}

.p-single-page-nav {
  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%;
    top: 10px;
    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%);
  background-image: url("../images/arrow-right.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(-180deg);
  background-image: url("../images/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.p-contact-text {
  max-width: 900px;
  width: 90%;
  margin: 0px auto;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.p-contact-text a {
  color: #0067B6;
}
.p-contact-text span {
  color: rgb(208, 0, 0);
}

.p-contact-message {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
.p-contact-message h3 {
  text-align: center;
  font-size: clamp(22px, 3vw, 30px);
}
.p-contact-message__desc {
  text-align: justify;
}
@media screen and (min-width: 820px) {
  .p-contact-message__desc {
    text-align: center;
  }
}
.p-contact-message .p-label--must {
  color: rgb(208, 0, 0);
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 10px;
  letter-spacing: 2px;
  margin-right: 0.5em;
}

.p-contact-tel {
  background-color: #F8C2C2;
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}
.p-contact-tel__lead {
  font-size: clamp(18px, 3vw, 25px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-contact-tel__phone {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.08em;
}
.p-contact-tel__phone a {
  color: inherit;
  text-decoration: none;
  margin-bottom: 0.3em;
  display: inline-block;
}
.p-contact-tel__open {
  font-size: clamp(14px, 2vw, 16px);
}

.p-contact-form-02 .p-form-group {
  padding: 10px;
}
@media screen and (min-width: 820px) {
  .p-contact-form-02 .p-form-group {
    padding: 30px 10px;
    position: relative;
  }
}
.p-contact-form-02 .p-form-group .p-input-radio {
  width: auto;
}
.p-contact-form-02 .p-form-group label {
  padding: 10px 10px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  font-size: clamp(14px, 2vw, 16px);
}
@media screen and (min-width: 820px) {
  .p-contact-form-02 .p-form-group label {
    flex-basis: 28%;
  }
}
.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 #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  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 textarea {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  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-group__start-date, .p-contact-form-02 .p-form-group__end-date {
  flex: 1;
  position: relative;
}
.p-contact-form-02 .p-form-group__start-date::after, .p-contact-form-02 .p-form-group__end-date::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 22px;
  width: 1em;
  height: 1em;
  background-image: url("../images/icon_calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-contact-form-02 .p-label--must {
  color: 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: rgb(208, 0, 0);
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 10px;
  letter-spacing: 2px;
}
.p-contact-form-02__note a {
  color: #F8C2C2;
}

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

.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__btn {
  text-align: center;
}

.p-contact-thanks {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 820px) {
  .p-contact-thanks {
    height: 60vh;
  }
}
.p-contact-thanks h2 {
  font-size: clamp(35px, 4vw, 60px);
  text-align: center;
}
.p-contact-thanks h2 > span {
  font-size: clamp(14px, 2vw, 16px);
}
.p-contact-thanks__btn {
  text-align: center;
}

.p-privacy-content {
  max-width: 800px;
  margin: 0 auto;
}
.p-privacy-content h2 {
  display: flex;
  justify-content: center;
}
.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/icon-tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  transform: rotate(136deg);
}
.p-privacy-content ul {
  padding: 0;
  padding-left: 1em;
  list-style: none;
  margin-bottom: 20px;
}
.p-privacy-content address {
  font-style: normal;
}

.p-privacy-block p {
  margin-bottom: 10px;
  text-align: justify;
}
.p-privacy-block:last-child {
  margin-bottom: 0 !important;
}
.p-privacy-block__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.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 #ccc;
  padding-bottom: 16px;
}
.p-sitemap__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #0067B6;
  margin-bottom: 12px;
}
.p-sitemap__heading a {
  color: #0067B6;
  text-decoration: none;
}
.p-sitemap__heading a:hover {
  opacity: 0.7;
}
.p-sitemap__heading .p-sitemap__icon {
  transform: rotate(136deg);
  height: 15px;
  width: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  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;
}/*# sourceMappingURL=layout.css.map */