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

/*==================================
* 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-front-work, .p-front-brand-grid, .p-works-link, .p-work-article-link, .c-faq__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .u-flex--md, .p-front-work, .p-front-brand-grid, .p-works-link, .p-work-article-link, .c-faq__content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.u-flex--lr, .p-front-brand-message, .p-front-voice, .p-front-contact, .p-interview-block, .p-house-flow-info__block--2col, .p-house-flow-info__inner--2col, .p-concept-kikaku__block, .c-form tr, .c-image-text-block-03, .l-footer__content-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 820px) {
  .u-flex--lr, .p-front-brand-message, .p-front-voice, .p-front-contact, .p-interview-block, .p-house-flow-info__block--2col, .p-house-flow-info__inner--2col, .p-concept-kikaku__block, .c-form tr, .c-image-text-block-03, .l-footer__content-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

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

/*==================================
* font-family
==================================*/
.u-font--gothic {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.u-font--sans {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.02em;
}

.u-font--mincho, .p-concept-message__text {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.02em;
}

.u-font--serif, .p-casa-brandhouse-message__text h3 {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  letter-spacing: 0.02em;
}

.u-font--notosans, .p-house-flow-info__title, .p-concept-message__text em, .p-concept__title h2, .c-faq summary {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
}

/*==================================
* font-size
==================================*/
.u-font-size--sm, .p-front-voice__button, .c-form__privacy, .c-details-list dl, .c-post-links__all a, .c-button {
  font-size: clamp(14px, 1.8vw, 16px);
}

.u-font-size--md, .c-legal-content h3 {
  font-size: clamp(16px, 2.5vw, 19px);
}

.u-font-size--lr {
  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-text-marker {
  background: linear-gradient(transparent 70%, #FFF799 70%);
}

.u-text-marker--orange {
  background: linear-gradient(transparent 75%, #ffbf7f 75%);
}

.u-text-marker--pink {
  background: linear-gradient(transparent 10%, #F7CCD6 10%);
  font-weight: 600;
}

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

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

.u-pb--lr, .p-interview-article, .p-news-article {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-pb--lr, .p-interview-article, .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, .l-footer__content {
  padding-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-pt--md, .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-work-image-area, .c-section-title-03, .c-wp-pagenavi {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--sm, .p-work-image-area, .c-section-title-03, .c-wp-pagenavi {
    margin-bottom: 25px !important;
  }
}

.u-mb--md, .p-interview-article__header, .p-work-article__header, .p-news-article__header, .p-message__text, .p-about-banner__image, .p-about__head, .p-casa-brandhouse-message__image, .c-form, .c-form__privacy, .c-form__privacy__text, .c-legal-content .c-legal-block, .c-post-links {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--md, .p-interview-article__header, .p-work-article__header, .p-news-article__header, .p-message__text, .p-about-banner__image, .p-about__head, .p-casa-brandhouse-message__image, .c-form, .c-form__privacy, .c-form__privacy__text, .c-legal-content .c-legal-block, .c-post-links {
    margin-bottom: 60px !important;
  }
}

.u-mb--lr, .p-front-brand__text, .p-interview-block, .p-contact-404 h1, .p-contact-thanks h1, .p-youtube-banner, .c-faq, .c-image-text-block-03 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--lr, .p-front-brand__text, .p-interview-block, .p-contact-404 h1, .p-contact-thanks h1, .p-youtube-banner, .c-faq, .c-image-text-block-03 {
    margin-bottom: 100px !important;
  }
}

.u-mb--lg, .p-house-flow-info__block--2col .p-house-flow-info, .p-house-flow-info-image, .p-about__block {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 960px) {
  .u-mb--lg, .p-house-flow-info__block--2col .p-house-flow-info, .p-house-flow-info-image, .p-about__block {
    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-front-brand-message, .p-interview-article__body, .p-news-article__button, .wp-pagenavi, .p-house-flow-info-image, .p-concept__button, .p-spec, .p-casa-brandhouse-message__image, .c-form__privacy__text, .c-legal-content, .c-wp-pagenavi {
  margin-top: 30px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--md, .p-front-brand-message, .p-interview-article__body, .p-news-article__button, .wp-pagenavi, .p-house-flow-info-image, .p-concept__button, .p-spec, .p-casa-brandhouse-message__image, .c-form__privacy__text, .c-legal-content, .c-wp-pagenavi {
    margin-top: 60px !important;
  }
}

.u-mt--lr, .p-company-profile-map, .p-works-link, .p-work-article-link, .p-contact-404, .p-contact-404__btn, .p-contact-thanks, .p-contact-thanks__button, .c-post-slider-01__button {
  margin-top: 60px !important;
}
@media screen and (min-width: 960px) {
  .u-mt--lr, .p-company-profile-map, .p-works-link, .p-work-article-link, .p-contact-404, .p-contact-404__btn, .p-contact-thanks, .p-contact-thanks__button, .c-post-slider-01__button {
    margin-top: 100px !important;
  }
}

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

/*==================================
* Content Width Utility
==================================*/
.u-content-width, .c-breadcrumb__inner, .l-section__container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

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

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

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

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

/*==================================
* Display Utilities
* 表示/非表示制御
==================================*/
.u-show-sm {
  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;
  }
}
/* ==================================================
* 枠線が伸びて現れるアニメーション定義
*
* `.u-line`, `.u-line2` によって上下左右に線を描画し、
* 順を追ってアニメーション表示されます。
*
* 使用例：
* <div class="u-line">
*   <div class="u-line2">
*       <div class="u-lineinappear">枠線が伸びて出現</div>
*   </div>
*</div>
*
* アニメーション内容：
* - 上 → 右 → 下 → 左 の順に線が描画される
* - 最後に内側の要素がフェードイン
*
*主に注目させたい文章やテキストに使用する
================================================== */
.u-line {
  position: relative;
}

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

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

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

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

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

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

.is-inview .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>
 ================================================== */
.is-inview .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;
}
.is-inview .u-bgextend__content {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.is-inview .u-bgextend--lr::before, .is-inview .u-bgextend--rl::before, .is-inview .u-bgextend--du::before, .is-inview .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);
}
.is-inview .u-bgextend--lr::before {
  animation-name: bgLRextendAnime;
}
.is-inview .u-bgextend--rl::before {
  animation-name: bgRLextendAnime;
}
.is-inview .u-bgextend--du::before {
  animation-name: bgDUextendAnime;
}
.is-inview .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 u-stagger__delay-time--02">0.2秒後に表示</div>
<div class="u-stagger-fade-up u-stagger__delay-time--04">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-action-zoom-in {
  display: block;
}
.u-action-zoom-in__mask {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.u-action-zoom-in__mask img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.u-action-zoom-in__mask:hover img {
  transform: scale(1.2);
}

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

.u-action-zoom-rotate {
  display: block;
}
.u-action-zoom-rotate__mask {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.u-action-zoom-rotate__mask img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.u-action-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-action-zoom-text {
  position: relative;
}
.u-action-zoom-text__mask {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.u-action-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-action-zoom-text img {
  transition: 0.3s ease-in-out;
  filter: blur(0);
}
.u-action-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-action-zoom-text:hover .u-action-zoom-text__mask::before {
  opacity: 1;
}
.u-action-zoom-text:hover .u-action-zoom-text__cap {
  opacity: 1;
}
.u-action-zoom-text--in:hover img {
  transform: scale(1.2);
  filter: blur(2px);
}
.u-action-zoom-text--out img {
  transform: scale(1.2);
}
.u-action-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;
  height: 100%;
  width: 100%;
}
.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-text-random-anime span {
  opacity: 0;
}

.is-inview .u-text-random-anime span {
  animation: text_randomanime_on 0.5s ease-out forwards;
}

@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.is-inview .u-text-random-anime span:nth-child(2n) {
  animation-delay: 0.5s;
}

.is-inview .u-text-random-anime span:nth-child(3n+1) {
  animation-delay: 0.15s;
}

/*==================================
 流れるテキスト
===================================*/
.u-slide-in {
  overflow: hidden;
  display: inline-block;
}
.u-slide-in__inner {
  display: inline-block;
}

/*左右のアニメーション*/
.u-left-anime,
.u-right-anime,
.u-up-anime,
.u-down-anime {
  opacity: 0;
}

.is-inview .js-slide-anime-left-right {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is-inview .js-slide-anime-down-up {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.is-inview .js-slide-anime-right-left {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is-inview .js-slide-anime-up-down {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*==================================
 くるくる回るテキスト
===================================*/
.u-roll-text--active .u-roll-text__char {
  transition-property: opacity, transform;
  transform: rotateY(360deg);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.u-roll-text__char {
  display: inline-block;
}

/*==================================
 ブラーテキスト
===================================*/
.u-blur-text {
  opacity: 0;
}

.u-blur-text--active {
  animation-name: uBlurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes uBlurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/*==================================
 タイピングーテキスト
===================================*/
.u-text-typing__char {
  display: none;
}

/* タイピングカーソル */
.u-text-typing::after {
  content: "|";
  animation: uTypingAnime 0.8s ease infinite;
}

@keyframes uTypingAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*==================================
 1文字ずつ出現テキスト
===================================*/
.u-each-text__char {
  opacity: 0;
}

.u-each-text.u-each-text--appear .u-each-text__char {
  animation: uTextAnimeOn 1s ease-out forwards;
}

@keyframes uTextAnimeOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================
背景色が伸びて出現
===================================*/
.u-bg-extend {
  animation-name: uBgExtendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@keyframes uBgExtendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 子要素フェードイン */
.u-bg-appear {
  animation-name: uBgExtendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes uBgExtendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 左から右伸びる背景アニメーション */
.u-bg-extend--lr::before {
  animation-name: uBgLrExtendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
}

@keyframes uBgLrExtendAnime {
  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);
  }
}
/* 右から左伸びる背景アニメーション */
.u-bg-extend--rl::before {
  animation-name: uBgRlExtendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
}

@keyframes uBgRlExtendAnime {
  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);
  }
}
.u-bg-extend--tb::before,
.u-bg-extend--bt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* 上から下 */
.u-bg-extend--tb::before {
  transform-origin: top;
  transform: scaleY(0);
  animation-name: uBgTbExtendAnime;
}

@keyframes uBgTbExtendAnime {
  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);
  }
}
/* 下から上 */
.u-bg-extend--bt::before {
  transform-origin: bottom;
  transform: scaleY(0);
  animation-name: uBgBtExtendAnime;
}

@keyframes uBgBtExtendAnime {
  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);
  }
}
/* トリガークラス初期状態は透明に */
.js-bg-appear-trigger,
.js-bg-extend-trigger {
  opacity: 0;
}

/*==================================
 ほのかに光るテキスト
===================================*/
.u-glow-text__char {
  opacity: 0;
}

/* アニメーションで透過を0から1に変化させtext-shadowをつける */
.u-glow-text.u-glow-text--glow .u-glow-text__char {
  animation: cGlowTextOn 1s ease-out forwards;
}

@keyframes cGlowTextOn {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
/* ==========================================================================
   流体シェイプアニメーションユーティリティ
   ========================================================================= */
/**
 * .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: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  background-color: transparent;
  transform: translateY(0);
  transition: all 0.6s ease-in-out, background-color 0.8s ease-in-out 0.3s;
  z-index: 2000;
}
@media screen and (min-width: 1280px) {
  .l-header {
    height: 150px;
  }
}
.l-header .l-header__sns-icons--trigger {
  display: none;
}
.l-header .l-header__sns-icons--triggered {
  display: flex;
}
.l-header .l-header__logo--trigger {
  display: none;
}
.l-header .l-header__logo--triggered {
  display: inline-block;
}
.l-header__inner {
  margin: 0 auto;
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.l-header__nav {
  text-align: center;
  position: relative;
  right: 60px;
}
@media screen and (min-width: 1280px) {
  .l-header__nav {
    position: static;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-header__ul {
  display: none;
  height: 100%;
  align-items: center;
  list-style: none;
  padding: 0;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .l-header__ul {
    display: flex;
  }
}
.l-header__li {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.l-header__li > a {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 9px;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
@media screen and (min-width: 1400px) {
  .l-header__li > a {
    font-size: 16px;
  }
}
.l-header__li > a:hover {
  opacity: 0.6;
}
.l-header__li.current-menu-item > a, .l-header__li.current-menu-parent > a {
  color: #CCCC99;
}
.l-header__li .sub-menu {
  position: absolute;
  left: -10%;
  top: 60px;
  z-index: 100;
  background: rgb(255, 255, 255);
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  display: none;
  padding: 0;
  list-style: none;
  box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.5);
  padding: 15px 5px;
}
.l-header__li .sub-menu li {
  display: flex;
  border-bottom: 1px dashed #c8c8c8;
}
.l-header__li .sub-menu li > a {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 10px;
  text-align: left;
  text-decoration: none;
  color: #000;
  position: relative;
}
.l-header__li .sub-menu li > a:hover {
  font-weight: 600;
  background-color: #f5f5f5;
  border-bottom: 1px solid #F1EFE2;
}
.l-header__li .sub-menu li > a::before {
  position: absolute;
  content: "";
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 10px;
}
.l-header__li.js-has-sub > a {
  cursor: default;
  pointer-events: auto;
}
.l-header__logo img {
  height: 60px;
  padding: 5px;
}
@media screen and (min-width: 1280px) {
  .l-header__logo img {
    display: none !important;
  }
}
.l-header__sns-icons {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-left: 10px;
}
@media screen and (min-width: 820px) {
  .l-header__sns-icons {
    justify-content: flex-start;
  }
}
.l-header__sns-icons li {
  width: 20px;
  height: 20px;
}
.l-header__sns-icons li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header.triggered {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.l-header.triggered .c-mobile-menu__button span {
  background-color: #333;
}
@media screen and (min-width: 1280px) {
  .l-header.triggered {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0 28px -3px rgba(102, 102, 102, 0.5);
    height: 100px;
  }
  .l-header.triggered .l-header__li::after {
    border-right: 1px solid #333;
  }
  .l-header.triggered .l-header__li:last-child::after {
    border-right: none;
  }
  .l-header.triggered a {
    color: #333;
  }
}
.l-header.is-hidden {
  transform: translateY(-100%);
}

.p-front-page .l-header .l-header__sns-icons--trigger {
  display: flex;
}
.p-front-page .l-header .l-header__sns-icons--triggered {
  display: none;
}
.p-front-page .l-header .l-header__logo--trigger {
  display: inline-block;
}
.p-front-page .l-header .l-header__logo--triggered {
  display: none;
}
.p-front-page .l-header__li::after {
  border-right: 1px solid #fff;
}
.p-front-page .l-header__li:last-child::after {
  border-right: none;
}
.p-front-page .l-header__li > a {
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .p-front-page .l-header__li > a {
    font-size: 16px;
    padding: 5px 10px;
  }
}
.p-front-page .l-header__li > a:hover {
  color: #F1EFE2;
}
.p-front-page .l-header .c-mobile-menu__button > span {
  background-color: #fff;
}
.p-front-page .l-header.triggered {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.p-front-page .l-header.triggered .c-mobile-menu__button span {
  background-color: #333;
}
@media screen and (min-width: 1280px) {
  .p-front-page .l-header.triggered {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0 28px -3px rgba(102, 102, 102, 0.5);
  }
  .p-front-page .l-header.triggered .l-header__li::after {
    border-right: 1px solid #333;
  }
  .p-front-page .l-header.triggered .l-header__li:last-child::after {
    border-right: none;
  }
  .p-front-page .l-header.triggered a {
    color: #333;
  }
}
.p-front-page .l-header.triggered .l-header__sns-icons--trigger {
  display: none;
}
.p-front-page .l-header.triggered .l-header__sns-icons--triggered {
  display: flex;
}
.p-front-page .l-header.triggered .l-header__logo--trigger {
  display: none;
}
.p-front-page .l-header.triggered .l-header__logo--triggered {
  display: inline-block;
}

.l-footer__content {
  background-color: #F1EFE2;
  padding-bottom: 30px;
}
.l-footer__content-inner {
  width: 90%;
  margin: 0 auto 50px;
  max-width: 1300px;
  gap: 50px 0 0;
}
@media screen and (min-width: 1400px) {
  .l-footer__content-inner {
    gap: 0 40px;
  }
}
.l-footer__content-left {
  flex-basis: 40%;
}
@media screen and (min-width: 1400px) {
  .l-footer__content-left {
    flex-basis: 30%;
    gap: 20px;
    position: relative;
  }
}
.l-footer__content-right {
  flex-basis: 60%;
}
@media screen and (min-width: 1400px) {
  .l-footer__content-right {
    display: flex;
    flex: 1;
    align-items: center;
  }
}
.l-footer__info {
  margin: 30px auto 20px;
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .l-footer__info {
    margin: 60px auto 30px;
    width: 100%;
    text-align: left;
  }
}
.l-footer__info__title {
  font-weight: 600;
  font-size: clamp(17px, 3vw, 20px);
  line-height: 1.2;
}
.l-footer__info__address {
  font-size: clamp(14px, 3vw, 16px);
}
.l-footer__info__tel {
  line-height: 1;
  margin-top: 10px;
}
.l-footer__info__tel a {
  color: #333;
  text-decoration: none;
  font-size: clamp(28px, 4vw, 33px);
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
}
.l-footer__info__tel a span {
  font-size: 0.8em;
}
.l-footer__info__tel a:hover {
  opacity: 0.7;
}
.l-footer__info__time {
  line-height: 1.2;
  font-size: 13px;
}
.l-footer__sns-icons {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (min-width: 820px) {
  .l-footer__sns-icons {
    justify-content: flex-start;
  }
}
.l-footer__sns-icons li {
  width: 30px;
  height: 30px;
}
.l-footer__sns-icons li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__sns-icons li a {
  text-decoration: none;
}
.l-footer__sns-icons li a:hover {
  opacity: 0.7;
}
.l-footer__logo {
  max-width: 130px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .l-footer__logo {
    max-width: 150px;
    margin: 0;
  }
}

.l-footer-nav {
  width: 100%;
}
.l-footer-nav ul {
  list-style: none;
  padding: 0;
}
.l-footer-nav__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 40px 20px;
}
.l-footer-nav__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-footer-nav__group-list, .l-footer-nav__child-list, .l-footer-nav__grandchild-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.l-footer-nav__child-item a, .l-footer-nav__grandchild-item a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.l-footer-nav__child-item a:hover, .l-footer-nav__grandchild-item a:hover {
  text-decoration: underline;
}
.l-footer-nav__child-item span, .l-footer-nav__grandchild-item span {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.l-footer-nav__grandchild-list {
  padding-left: 1em !important;
  position: relative;
}
.l-footer-nav__grandchild-list::before {
  content: "";
  height: 123px;
  border: 0.5px solid #333;
  position: absolute;
  top: 10px;
  left: 7px;
}
.l-footer-nav__item {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.l-footer-nav__item a {
  text-decoration: none;
  color: #333;
}
.l-footer-nav__item a:hover {
  opacity: 0.7;
}
.l-footer-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 10px;
  width: 10px;
  background-color: #535353;
}
.l-footer-nav__heading {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
  padding-left: 1em;
}
.l-footer-nav__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 10px;
  width: 10px;
  background-color: #535353;
}

.copyright {
  text-align: center;
  margin-top: 30px auto 0;
  font-size: 13px;
}
@media screen and (min-width: 820px) {
  .copyright {
    width: 90%;
    text-align: right;
  }
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 90px;
  background: #333;
  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: 15px;
  height: 20px;
  background-image: url("../images/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
}
#page-top:hover {
  background-color: rgba(51, 51, 51, 0.8);
}

.l-hero {
  overflow: hidden;
  position: relative;
}
.l-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  color: #fff;
  font-size: clamp(20px, 3vw, 30px);
  text-align: center;
}
.l-hero__title img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .l-hero__title img {
    max-width: 200px;
  }
}
.l-hero__title h1 {
  margin-top: 1em;
  font-weight: 600;
  font-size: clamp(25px, 3.5vw, 40px);
}
.l-hero__slide {
  width: 100%;
  height: 100vh;
  position: relative;
}
.l-hero__slide picture {
  width: 100%;
  height: 100%;
  display: block;
}
.l-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 7s ease;
}
.swiper-slide-active .l-hero__image {
  transform: scale(1.1);
}
.swiper-slide-next .l-hero__image, .swiper-slide-prev .l-hero__image {
  transform: scale(1);
}

.swiper {
  overflow: visible !important;
}

.swiper-slide-active > img {
  transform: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  top: 40%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.5em;
  font-weight: bold;
  color: #333;
}

/*==================================
* 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--beige {
  background: #F1EFE2;
}

.c-breadcrumb {
  color: #333;
  font-size: 13px;
}
.c-breadcrumb__inner {
  padding: 20px 0 20px 0;
}
@media screen and (min-width: 960px) {
  .c-breadcrumb__inner {
    padding: 50px 0 30px 0;
  }
}
.c-breadcrumb__inner i {
  margin: 0 10px;
}
.c-breadcrumb__inner a {
  color: #333;
  text-decoration: none;
}
.c-breadcrumb__inner .current-item {
  font-weight: 600;
}
.c-breadcrumb__inner a.post-page {
  cursor: default !important;
}

.c-breadcrumb a[href=""] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.c-button {
  min-width: 250px;
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  padding: 13px 20px;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  background-color: #F1EFE2;
}
.c-button.float:hover {
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.c-button.filled {
  background-color: #333;
  color: #fff;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.c-button.filled:hover {
  background-color: #fff;
  color: #333;
  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 #333;
  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: #333;
  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 {
  border: 1px solid #333;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  padding: 13px 35px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 1em;
  text-decoration: none;
  transition: 0.5s ease-out;
}
.c-arrow-button::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  right: 15px;
  background-image: url("../images/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.c-arrow-button:hover::after {
  right: 10px;
}

.c-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 2100;
  padding-bottom: 0;
  background: #f1f1f1;
  transition: height 0.5s ease;
}
@media screen and (min-width: 1280px) {
  .c-mobile-menu {
    display: none;
  }
}
.c-mobile-menu__logo {
  height: 70px;
  padding: 10px;
}
.c-mobile-menu__logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-mobile-menu__inner {
  height: 100%;
  overflow-y: auto;
}
.c-mobile-menu__button {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  width: 64px;
  height: 64px;
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .c-mobile-menu__button {
    display: none;
  }
}
.c-mobile-menu__button span {
  background-color: #333;
  width: 25px;
  height: 1px;
  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;
  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 10px 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 solid #333;
}
.c-mobile-menu__item > a:hover {
  overflow: 0.6;
  background-color: #fff;
}
.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__sub-menu {
  display: none;
  padding: 0;
}
.c-mobile-menu__sub-menu li {
  list-style: none;
}
.c-mobile-menu__sub-menu li > a {
  font-size: clamp(14px, 3vw, 15px);
  font-weight: normal;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px 10px 8px 50px;
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
}
.c-mobile-menu__sub-menu li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-sub-color.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-mobile-menu__sub-menu li > a:hover {
  color: #D1CCA2;
}
.c-mobile-menu__utility {
  margin: 20px 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.c-mobile-menu__utility a {
  text-decoration: none;
  color: #333;
}
.c-mobile-menu__sns-icons {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.c-mobile-menu__sns-icons li {
  width: 30px;
  height: 30px;
}
.c-mobile-menu__sns-icons li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.is-menu-open .c-mobile-menu {
  height: 100%;
  padding-bottom: 100px;
}
.is-menu-open .c-mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}
.is-menu-open .c-mobile-menu__item {
  transform: none;
  opacity: 1;
}
.is-menu-open .c-mobile-menu__item:nth-child(1) {
  transition-delay: 0.07s;
}
.is-menu-open .c-mobile-menu__item:nth-child(2) {
  transition-delay: 0.14s;
}
.is-menu-open .c-mobile-menu__item:nth-child(3) {
  transition-delay: 0.21s;
}
.is-menu-open .c-mobile-menu__item:nth-child(4) {
  transition-delay: 0.28s;
}
.is-menu-open .c-mobile-menu__item:nth-child(5) {
  transition-delay: 0.35s;
}
.is-menu-open .c-mobile-menu__item:nth-child(6) {
  transition-delay: 0.42s;
}
.is-menu-open .c-mobile-menu__item:nth-child(7) {
  transition-delay: 0.49s;
}
.is-menu-open .c-mobile-menu__item:nth-child(8) {
  transition-delay: 0.56s;
}
.is-menu-open .c-mobile-menu__item:nth-child(9) {
  transition-delay: 0.63s;
}
.is-menu-open .c-mobile-menu__item:nth-child(10) {
  transition-delay: 0.7s;
}
.is-menu-open .c-mobile-menu__item:nth-child(11) {
  transition-delay: 0.77s;
}
.is-menu-open .c-mobile-menu__item:nth-child(12) {
  transition-delay: 0.84s;
}
.is-menu-open .c-mobile-menu__item:nth-child(13) {
  transition-delay: 0.91s;
}
.is-menu-open .c-mobile-menu__item:nth-child(14) {
  transition-delay: 0.98s;
}
.is-menu-open .c-mobile-menu__item:nth-child(15) {
  transition-delay: 1.05s;
}
.is-menu-open .c-mobile-menu__item:nth-child(16) {
  transition-delay: 1.12s;
}
.is-menu-open .c-mobile-menu__item:nth-child(17) {
  transition-delay: 1.19s;
}
.is-menu-open .c-mobile-menu__item:nth-child(18) {
  transition-delay: 1.26s;
}
.is-menu-open .c-mobile-menu__item:nth-child(19) {
  transition-delay: 1.33s;
}
.is-menu-open .c-mobile-menu__item:nth-child(20) {
  transition-delay: 1.4s;
}
.is-menu-open .c-mobile-menu__button {
  background-color: #666666;
}
.is-menu-open .c-mobile-menu__button > span {
  background-color: #fff;
}
.is-menu-open .c-mobile-menu__button > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(3px) rotate(135deg);
}
.is-menu-open .c-mobile-menu__button > span:nth-child(2) {
  transition-delay: 140ms;
  transform: translateY(-3px) rotate(-135deg);
}

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

.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-main-title {
  font-size: clamp(25px, 4vw, 40px);
}

.c-sub-title {
  font-size: clamp(16px, 2.5vw, 19px);
}

.c-section-title {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(40px, 6vw, 70px);
}

.c-section-title-02 {
  text-align: center;
  margin-bottom: 2em;
}
.c-section-title-02 h1,
.c-section-title-02 h2 {
  display: inline-block;
  font-size: clamp(23px, 3vw, 33px);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.01px;
}
.c-section-title-02 p {
  font-weight: 500;
  font-size: 0.8em;
}

.c-section-title-03 h2,
.c-section-title-03 h3 {
  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.2;
}
.c-section-title-03 span {
  display: block;
  font-size: clamp(12px, 2vw, 14px);
  color: #CCCC99;
  font-weight: 600;
}

.c-section-title-04 {
  text-align: center;
  margin-bottom: 2em;
}
.c-section-title-04 h1,
.c-section-title-04 h2 {
  display: inline-block;
  font-size: clamp(23px, 3vw, 33px);
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-section-title-04 p {
  font-weight: 500;
  font-size: 0.8em;
}

.c-banner-col2-01 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .c-banner-col2-01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-banner-col2-01__item {
  height: 200px;
}
@media screen and (min-width: 600px) {
  .c-banner-col2-01__item {
    height: 300px;
  }
}
.c-banner-col2-01__item:hover .c-banner-col2-01__img {
  filter: blur(5px);
  transition: 0.2s ease-in-out;
}
.c-banner-col2-01__hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.c-banner-col2-01__hover:hover .c-banner-col2-01__overlay {
  background-color: rgba(204, 204, 153, 0.3);
}
.c-banner-col2-01__hover:hover .c-banner-col2-01__line {
  box-shadow: 0 0 5px #fff;
  opacity: 1;
  transition: 0.3s 0.7s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-banner-col2-01__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-banner-col2-01__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}
.c-banner-col2-01__title {
  padding: 1em 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: clamp(18px, 3vw, 24px);
  transform: translateY(45px);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  letter-spacing: 1px;
  transform: translateY(-50%);
  top: 50%;
  width: 300px;
  height: 100px;
  aspect-ratio: 3/1;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-banner-col2-01__line {
  border: 1px solid #fff;
  opacity: 0;
  display: inline-block;
  transition: none;
  margin: 0;
  border: none;
  font-size: clamp(14px, 2vw, 16px);
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 0;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-banner-col2-01__line span {
  margin-top: 100px;
  background-color: #fff;
  padding: 0.5em 1em;
  display: inline-block;
  color: #333;
  min-width: 200px;
  border-radius: 5px;
  transition: 0.3s;
}
.c-banner-col2-01__line span:hover {
  background-color: #eee;
  color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.c-image-text-block-03 {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 40px 20px;
  padding: 10px;
  border-radius: 10px;
}
.c-image-text-block-03:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 820px) {
  .c-image-text-block-03 {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
    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: 38%;
}
.c-image-text-block-03__image img {
  width: 100%;
  display: block;
}
.c-image-text-block-03__image--3col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 5px;
}
.c-image-text-block-03__image--3col img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-image-text-block-03__image--3col img:nth-child(1) {
  grid-column: 1/span 2;
  height: 200px;
}
.c-image-text-block-03__image--3col img:nth-child(2) {
  grid-column: 1;
}
.c-image-text-block-03__image--3col img:nth-child(3) {
  grid-column: 2;
}
.c-image-text-block-03__title {
  position: relative;
  padding-left: 2em;
}
.c-image-text-block-03__title::before {
  position: absolute;
  bottom: 3px;
  left: -0.1em;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1;
}
.c-image-text-block-03__title--1::before {
  content: "1.";
}
.c-image-text-block-03__title--2::before {
  content: "2.";
}
.c-image-text-block-03__title--3::before {
  content: "3.";
}
.c-image-text-block-03__title--4::before {
  content: "4.";
}
.c-image-text-block-03__title--5::before {
  content: "5.";
}
.c-image-text-block-03__title h3 {
  line-height: 1.4;
  margin-bottom: 1em;
  font-size: clamp(18px, 2.2vw, 24px);
  padding-left: 0.3em;
}
.c-image-text-block-03__text {
  flex: 1;
  line-height: 1.7;
}
.c-image-text-block-03__text p {
  text-align: justify;
}
.c-image-text-block-03__text p span {
  font-size: 0.9em;
}

.c-details-list {
  display: block;
  border-top: 2px solid #adadad;
}
@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: 5px 20px;
}
.c-details-list dd:nth-child(1) {
  text-align: left;
  padding: 5px 20px;
  font-weight: 700;
  border-bottom: 1px solid #D1CCA2;
  font-size: clamp(15px, 1.5vw, 17px);
}
@media screen and (min-width: 600px) {
  .c-details-list dd:nth-child(1) {
    padding: 20px;
    padding-right: 10px;
  }
}
.c-details-list dd:nth-child(1) span {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 600px) {
  .c-details-list dd {
    padding: 20px;
    border-bottom: 1px solid #adadad;
  }
}

.c-post-slider-01__inner {
  position: relative;
}
.c-post-slider-01__content {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .c-post-slider-01__content {
    width: 90%;
    max-width: 1200px;
  }
}
.c-post-slider-01__arrows {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 960px) {
  .c-post-slider-01__arrows {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
}
.c-post-slider-01__arrows .swiper-button-prev,
.c-post-slider-01__arrows .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: auto;
  border: 0.5px solid #333;
  width: 1.5em;
  height: 1.5em;
}
.c-post-slider-01__arrows .swiper-button-prev::after,
.c-post-slider-01__arrows .swiper-button-next::after {
  font-size: 7px;
  color: #000;
}
.c-post-slider-01__arrows .swiper-button-prev {
  left: 0;
}
@media screen and (min-width: 960px) {
  .c-post-slider-01__arrows .swiper-button-prev {
    left: -3%;
  }
}
.c-post-slider-01__arrows .swiper-button-next {
  right: 0;
}
@media screen and (min-width: 960px) {
  .c-post-slider-01__arrows .swiper-button-next {
    right: -3%;
  }
}
.c-post-slider-01__arrows.is-hidden {
  display: none;
}
.c-post-slider-01__lists {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px 0;
}
@media screen and (min-width: 960px) {
  .c-post-slider-01__lists {
    gap: 25px 10px;
  }
}
.c-post-slider-01__lists.is-slider {
  flex-wrap: nowrap;
  gap: 0;
  flex-direction: row;
}
.c-post-slider-01__lists.is-slider .c-post-slider-01__list {
  flex-basis: auto;
}
.c-post-slider-01__list {
  flex-basis: 50%;
}
@media screen and (min-width: 960px) {
  .c-post-slider-01__list {
    flex-basis: 32%;
  }
}
@media screen and (min-width: 1280px) {
  .c-post-slider-01__list {
    flex-basis: 24%;
  }
}
.c-post-slider-01__list a {
  text-decoration: none;
  color: #333;
}
.c-post-slider-01__desc-meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 13px;
  gap: 0 5px;
}
.c-post-slider-01__desc-meta time {
  position: relative;
  padding-left: 1.3em;
  line-height: 1.2;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .c-post-slider-01__desc-meta time {
    width: auto;
  }
}
.c-post-slider-01__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: 2px;
}
.c-post-slider-01__category {
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.c-post-slider-01__category li {
  position: relative;
  padding-left: 1.3em;
  font-size: 14px;
}
.c-post-slider-01__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: 2px;
}
.c-post-slider-01__desc {
  padding: 10px 5px;
}
.c-post-slider-01__image {
  width: 100%;
  height: auto;
  transform: none;
  background-color: #F1EFE2;
  aspect-ratio: 3/2;
}
.c-post-slider-01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-post-slider-01__title {
  font-weight: 500;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .c-post-slider-01__title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.c-post-slider-01__button {
  text-align: center;
}
.c-post-slider-01__not-info {
  text-align: center;
  padding: 50px 0;
}

.c-legal-content {
  max-width: 900px;
  margin: 0 auto;
}
.c-legal-content .c-legal-block > p {
  margin-bottom: 20px;
  text-align: justify;
}
.c-legal-content .c-legal-block:last-child {
  margin-bottom: 0 !important;
}
.c-legal-content ul, .c-legal-content ol {
  padding: 0;
  padding-left: 1.3em;
  margin-bottom: 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
}
.c-legal-content address {
  font-style: normal;
}
.c-legal-content address p span {
  font-size: 14px;
}

.c-form-content {
  max-width: 1080px;
  margin: 0 auto;
}
.c-form-content h3 {
  text-align: center;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  margin-bottom: 1em;
}
.c-form-content .must {
  font-weight: 700;
  font-size: 12px;
}
.c-form-content__note {
  color: rgb(198, 1, 1);
  text-align: right;
}

/* Contact Form7 */
.c-form {
  box-sizing: border-box;
  font-size: clamp(13px, 2vw, 15px);
  width: 100%;
}
.c-form input,
.c-form textarea {
  width: 100%;
  border: none;
  background-color: #F8F8F8;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.c-form select {
  border: none;
  background-color: #F8F8F8;
  border: 1px solid #ddd;
  padding: 12px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.c-form tr {
  border-bottom: 2px dotted #ddd;
}
@media screen and (min-width: 820px) {
  .c-form tr {
    justify-content: space-between;
    align-items: center;
  }
}
.c-form th {
  padding: 10px 10px;
  font-weight: bold;
  flex-basis: 28%;
  color: #333;
  height: -webkit-fill-available;
  height: auto;
}
@media screen and (min-width: 820px) {
  .c-form th {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 820px) {
  .c-form th.c-form-textarea {
    min-height: 130px;
  }
}
.c-form th > p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-form th {
    margin-bottom: 0;
  }
}
.c-form td {
  flex-basis: 70%;
  padding: 10px 0;
}
@media screen and (min-width: 820px) {
  .c-form td {
    padding: 0;
  }
}
.c-form td.c-form-flex p {
  display: flex;
  justify-content: space-between;
}
.c-form td.c-form-flex p span {
  flex-basis: 49%;
}
.c-form td.c-form-flex--date p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-form td.c-form-flex--date p span {
  flex-basis: 100%;
}
@media screen and (min-width: 960px) {
  .c-form td.c-form-flex--date p span {
    flex-basis: 40%;
  }
}
.c-form td.c-form-flex--date p span:first-child {
  width: 100px;
  flex-basis: 100px;
}
.c-form td.c-form-radio .wpcf7-form-control {
  width: 100%;
  display: inline-block;
}
.c-form td.c-form-radio .wpcf7-form-control .wpcf7-list-item {
  color: #333;
  width: 100%;
}
@media screen and (min-width: 820px) {
  .c-form td.c-form-radio .wpcf7-form-control .wpcf7-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .c-form td.c-form-radio .wpcf7-form-control .wpcf7-list-item {
    width: 30%;
  }
}
.c-form td.c-form-radio input {
  width: auto;
}
.c-form td.c-form-age input {
  width: auto;
}
.c-form td.c-from-checkbox .wpcf7-checkbox {
  text-align: center;
}
.c-form .must {
  color: #c60101;
  margin-left: 5px;
}
.c-form .optional {
  margin-left: 5px;
  color: #333;
}
.c-form .optional,
.c-form .must {
  font-weight: 700;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 10px;
  letter-spacing: 2px;
}
.c-form .wpcf7-list-item {
  margin-left: 0;
}
.c-form__privacy {
  color: #333;
}
.c-form__privacy a {
  color: #333;
}

.c-form__privacy-check {
  background-color: #F1EFE2;
  border: 1px solid #ddd;
  padding: 20px 5px;
  text-align: center;
  margin: 10px auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.c-form__button {
  text-align: center;
}
.c-form__button input {
  padding: 30px 20px;
  width: 100%;
  max-width: 400px;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .c-form__button input {
    width: 70%;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    transition: 0.3s;
  }
}

.wpcf7-spinner {
  display: none;
}

/* ラジオボタン本体は隠す（アクセシビリティ配慮版） */
.wpcf7 input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* ラベルの調整 */
.wpcf7 .wpcf7-list-item label {
  position: relative;
  padding-left: 24px; /* ボックスの分だけ余白 */
  cursor: pointer;
  margin-right: 15px;
}

/* 枠線 */
.wpcf7 .wpcf7-list-item label::before {
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  background-color: #FDFBF0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* チェック時のアイコン */
.wpcf7 .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  width: 16px;
  height: 14px;
  background: url("../images/radio-check.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  opacity: 1;
}

.c-faq h3 {
  text-align: center;
  font-size: clamp(20px, 2.5vw, 25px);
  margin-bottom: 1em;
}
.c-faq summary {
  background-color: #D1CCA2;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 1px 1px 1px 0 rgb(241, 241, 241);
  padding: 25px 30px 25px 10px;
  position: relative;
  list-style: none;
  transition: 0.3s;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .c-faq summary {
    padding: 25px 30px 25px 30px;
  }
}
.c-faq summary span {
  font-size: 1.3em;
}
.c-faq summary::before {
  width: 18px;
  background-color: #000000;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 42px;
  height: 1px;
  z-index: 10;
}
.c-faq summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 42px;
  height: 20px;
  width: 20px;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #000000;
  transform: rotate(-90deg);
  transition: all 0.5s 0s ease;
}
.c-faq details {
  margin-bottom: 10px;
  position: relative;
  transition: 0.3s;
}
.c-faq details .c-faq__content {
  padding: 25px 10px 25px 10px;
  opacity: 0;
  background-color: #fff;
}
@media screen and (min-width: 600px) {
  .c-faq details .c-faq__content {
    padding: 25px 20px 25px 26px;
  }
}
.c-faq details[open] .c-faq__content {
  opacity: 1;
}
.c-faq details[open] summary {
  border-bottom: 2px solid #535353;
  background-color: #F1EFE2;
  padding: 25px 30px 10px 10px;
}
@media screen and (min-width: 600px) {
  .c-faq details[open] summary {
    padding: 25px 30px 10px 30px;
  }
}
.c-faq details[open] summary::after {
  transform: rotate(0);
}
.c-faq__content {
  justify-content: space-between;
  gap: 20px;
}
.c-faq__image {
  flex-basis: 30%;
  width: 90%;
  margin: 0 auto;
}
.c-faq__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.c-faq__image--01 img {
  width: 80%;
}
.c-faq__image--05 img {
  width: 80%;
}
.c-faq__image--06 img {
  width: 75%;
}
.c-faq__text {
  flex: 1;
}
.c-faq__button {
  flex-basis: 100%;
  text-align: center;
}
.c-faq__button .c-button {
  background-color: #F1EF99;
}

.p-casa-brandhouse-links {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}
.p-casa-brandhouse-links ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .p-casa-brandhouse-links ul {
    justify-content: flex-end;
  }
}
.p-casa-brandhouse-links li {
  position: relative;
  flex-basis: auto;
  text-align: center;
  min-width: 150px;
}
.p-casa-brandhouse-links li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  border-right: 1px solid #333;
  height: 10px;
}
.p-casa-brandhouse-links li:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  border-left: 1px solid #333;
  height: 10px;
}
.p-casa-brandhouse-links li:nth-child(3):before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  border-left: 1px solid #333;
  height: 10px;
}
@media screen and (min-width: 480px) {
  .p-casa-brandhouse-links li:nth-child(3):before {
    border-left: none;
  }
}
.p-casa-brandhouse-links li a {
  text-decoration: none;
  color: #999999;
  padding: 5px 10px;
  font-weight: 500;
}
.p-casa-brandhouse-links li.is-active a {
  color: #333;
}

.p-casa-brandhouse-message h1 {
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
}
.p-casa-brandhouse-message__image img {
  width: 100%;
  height: auto;
}
.p-casa-brandhouse-message__text h3 {
  margin-bottom: 1em;
  font-size: clamp(20px, 3vw, 23px);
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .p-casa-brandhouse-message__text h3 {
    text-align: center;
  }
}
.p-casa-brandhouse-message__text p {
  margin-bottom: 2em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .p-casa-brandhouse-message__text p {
    text-align: center;
    line-height: 2;
  }
}

.p-youtube-banner {
  background-color: #282828;
  width: 300px;
  max-width: 90%;
  margin: 0 auto;
}
.p-youtube-banner a {
  text-decoration: none;
  padding: 1em 2em;
  display: block;
}
.p-youtube-banner a:hover {
  opacity: 0.8;
}
.p-youtube-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p-youtube-banner__text {
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
}
.p-youtube-banner__image {
  flex-basis: 40px;
}

.p-about-banner__inner {
  position: relative;
}
.p-about-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: #fff;
  font-weight: 600;
  font-size: clamp(17px, 3vw, 27px);
  justify-content: center;
}
.p-about-banner h1 img {
  width: 300px;
  margin-right: 10px;
}
.p-about-banner__image img {
  width: 100%;
  height: auto;
}
.p-about-banner h3 {
  text-align: center;
  font-size: clamp(17px, 3vw, 23px);
}

.p-about__block:last-child {
  margin-bottom: 0 !important;
}
.p-about__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: clamp(25px, 4vw, 40px);
}
.p-about__number {
  font-weight: 200;
  line-height: 1;
  display: inline-block;
  font-size: 1.6em;
  letter-spacing: 0;
}
.p-about__head__text {
  display: flex;
  flex-direction: column;
}
.p-about__label {
  font-size: 0.4em;
  color: #666;
  line-height: 1;
  letter-spacing: 0.01px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.p-about__title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1em;
  letter-spacing: 0.01px;
  font-family: "Open Sans", sans-serif;
}
.p-about__body__title {
  text-align: center;
  font-size: clamp(18px, 3vw, 23px);
  font-weight: 900;
  margin-bottom: 1em;
}
.p-about__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .p-about__body p {
    text-align: center;
  }
}

.p-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-spec__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 24px;
}
.p-spec__label {
  display: inline-block;
  padding: 4px 12px;
  margin-right: 16px;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.about_quality .p-spec__label {
  width: 74px;
  text-align: center;
}
.about_equipment .p-spec__label {
  width: 105px;
  text-align: center;
}
.about_energy .p-spec__label {
  width: 105px;
  text-align: center;
}

.p-spec__text {
  font-size: 14px;
  line-height: 1.8;
}

.p-concept-message__title {
  margin-bottom: 2em;
}
.p-concept-message__title h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-weight: 800;
  font-size: clamp(17px, 3vw, 27px);
}
.p-concept-message__title h1 img {
  width: 300px;
  margin-right: 10px;
}
.p-concept-message__text {
  display: flex;
  justify-content: center;
  font-size: clamp(20px, 3vw, 25px);
}
@media screen and (min-width: 600px) {
  .p-concept-message__text {
    text-align: center;
  }
}
.p-concept-message__text em {
  font-style: normal;
  font-weight: 700;
  padding: 0 8px;
  display: inline-block;
}

.p-concept__title {
  text-align: center;
  margin-bottom: 2em;
}
.p-concept__title h2 {
  padding: 0.5em;
  background-color: #f1efe2;
  display: inline-block;
  border: 1px solid #666666;
  font-size: clamp(17px, 2.5vw, 19px);
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}
.p-concept__title h2 span {
  letter-spacing: 1.8px;
}
.p-concept__read {
  text-align: center;
}
.p-concept__button {
  text-align: center;
}

.p-concept-kikaku__block {
  justify-content: space-between;
}
@media screen and (min-width: 960px) {
  .p-concept-kikaku__block--01 {
    align-items: flex-end;
  }
}
.p-concept-kikaku__image {
  aspect-ratio: 4/5;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .p-concept-kikaku__image {
    margin: 0;
    height: auto;
    flex-basis: 45%;
    aspect-ratio: 1/2;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-kikaku__image {
    aspect-ratio: 2/3;
  }
}
.p-concept-kikaku__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.p-concept-kikaku__text {
  flex-basis: 50%;
  position: relative;
}
.p-concept-kikaku__text h3 {
  color: #dadacc;
  font-size: clamp(40px, 4vw, 50px);
  font-weight: 600;
}
.p-concept-kikaku__text h4 {
  font-size: clamp(18px, 3.5vw, 23px);
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .p-concept-kikaku__text__content {
    position: absolute;
  }
}
.p-concept-kikaku__text__content--01 {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (min-width: 820px) {
  .p-concept-kikaku__text__content--01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-kikaku__text__content--01 {
    bottom: 200px;
  }
}
.p-concept-kikaku__text__content--02 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .p-concept-kikaku__text__content--02 {
    bottom: -200px;
  }
}
.p-concept-kikaku__text__content--03 {
  margin-top: 20px;
}
@media screen and (min-width: 820px) {
  .p-concept-kikaku__text__content--03 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-concept-kikaku__text__content--03 {
    bottom: 100px;
  }
}

.p-concept-chumon__text {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
@media screen and (min-width: 820px) {
  .p-concept-chumon__text {
    margin-top: 4em;
    text-align: center;
  }
}

.p-house-flow-intro__text {
  border: 1px solid #333;
  padding: 30px 10px 10px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-house-flow-intro__text {
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 820px) {
  .p-house-flow-intro__text {
    padding: 50px 40px;
  }
}
.p-house-flow-intro__text h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(20px, 3vw, 28px);
  width: -moz-max-content;
  width: max-content;
}
.p-house-flow-intro__text h3 span {
  background-color: #fff;
  padding: 0 10px;
}

.p-house-flow-info {
  flex-basis: 47%;
}
.p-house-flow-info__block--2col {
  justify-content: space-between;
}
@media screen and (min-width: 820px) {
  .p-house-flow-info__block--2col .p-house-flow-info {
    margin-bottom: 0;
  }
}
.p-house-flow-info__block--2col .p-house-flow-info:last-child {
  margin-bottom: 0 !important;
}
.p-house-flow-info__title {
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
  margin-bottom: 2em;
  color: #3366cc;
  font-weight: 600;
}
.p-house-flow-info__title-02 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
.p-house-flow-info__title-02--blue h3 {
  color: #3366cc;
}
.p-house-flow-info__title-02 h3 {
  font-size: clamp(17px, 3vw, 25px);
  font-weight: 600;
  line-height: 1.5;
  flex: 1;
}
.p-house-flow-info__title-02 span {
  background-color: #3366cc;
  color: #fff;
  padding: 0 8px;
  font-size: 1em;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100px;
  font-weight: 600;
}
.p-house-flow-info__inner--2col {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.p-house-flow-info__inner--2col .p-house-flow-info__text {
  margin-bottom: 0;
}
.p-house-flow-info__text {
  flex-basis: 55%;
  margin-bottom: 4em;
}
.p-house-flow-info__image {
  flex: 1;
  max-width: 400px;
  margin: 0 auto;
}

.p-house-flow-info-image {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
.p-house-flow-info-image img {
  width: 100%;
}

.p-message {
  max-width: 900px;
  margin: 0 auto;
}
.p-message__name {
  text-align: right;
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 500;
}
.p-message__name span {
  font-size: 0.7em;
  margin-right: 5px;
}

.p-overview {
  max-width: 1080px;
  margin: 0 auto;
}

.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 h1 {
  font-size: clamp(35px, 4vw, 60px);
  text-align: center;
}
.p-contact-thanks h1 > span {
  font-size: clamp(14px, 2vw, 16px);
}
.p-contact-thanks__button {
  text-align: center;
}

.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 h1 {
  font-size: clamp(6em, 6vw, 9em);
  text-align: center;
  line-height: 0.6em;
}
.p-contact-404 h1 span {
  font-size: clamp(18px, 2vw, 25px);
}
.p-contact-404__btn {
  text-align: center;
}

.p-news-content__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  list-style: none;
  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 a {
  text-decoration: none;
  color: #333;
}
.p-news-content__desc-meta {
  display: flex;
  margin-top: 10px;
  font-size: 13px;
  gap: 5px;
}
.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 0;
}
.p-news-content__address-info {
  font-weight: 600;
  font-size: 14px;
}
.p-news-content__image {
  width: 100%;
  height: 200px;
  transform: none;
  background-color: #F1EFE2;
}
@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;
}
.p-news-content__title {
  font-weight: 600;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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__button {
  text-align: center;
}
.p-news-content__notinfo {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*ページナビ-----------*/
.wp-pagenavi {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a {
  color: #333;
  padding: 5px 5px;
  border: none !important;
}
.wp-pagenavi .pages {
  /* 左の表記 */
  margin-right: 20px;
  display: none;
}
.wp-pagenavi span.current {
  color: #fff;
  border: none;
  position: relative;
  background-color: #333;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 1px solid #999 !important;
  line-height: 1;
}
.wp-pagenavi .extend {
  display: none;
}

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

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

.p-news-article__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.p-news-article__header {
  padding: 3em 0 1em;
}
.p-news-article__date {
  line-height: 1.2;
  text-align: right;
  display: block;
  font-size: 14px;
}
.p-news-article__title {
  line-height: 1.4;
  font-size: clamp(19px, 3vw, 30px);
  text-align: center;
}
.p-news-article__body {
  min-height: 300px;
}
.p-news-article__body p,
.p-news-article__body ul {
  margin-bottom: 1em;
}
.p-news-article__body img {
  margin: 30px 0;
}
.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-news-article__button {
  text-align: center;
}
.p-news-article__button .c-arrow-button {
  font-size: 13px;
}

.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;
}
.p-single-page-nav__button .c-button {
  background-color: #fff;
  min-width: 250px;
  position: relative;
}
.p-single-page-nav__button .c-button.float:hover {
  background-color: #F1EFE2;
}
@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;
}

@media screen and (min-width: 600px) {
  .p-work-image-area {
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-work-image-area__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-work-image-area__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-work-image-area__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  width: 10px;
  height: 10px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  .p-work-image-area__arrow {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
  }
}
.p-work-image-area__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-work-image-area__arrow--prev {
  left: 11%;
}
.p-work-image-area__arrow--prev::before {
  background-image: url("../images/icon-arrow-left.svg");
}
.p-work-image-area__arrow--next {
  right: 11%;
}
.p-work-image-area__arrow--next::before {
  background-image: url("../images/icon-arrow-right.svg");
}

.p-work-thumbnail {
  margin: 0 auto;
  width: 80%;
}
.p-work-thumbnail__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-work-thumbnail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-work-thumbnail__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  background-color: transparent;
  border: none;
  width: 10px;
  height: 10px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 820px) {
  .p-work-thumbnail__arrow {
    width: 30px;
    height: 30px;
  }
}
.p-work-thumbnail__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-work-thumbnail__arrow--prev {
  left: -40px;
}
.p-work-thumbnail__arrow--prev::before {
  background-image: url("../images/icon-arrow-left.svg");
}
.p-work-thumbnail__arrow--next {
  right: -40px;
}
.p-work-thumbnail__arrow--next::before {
  background-image: url("../images/icon-arrow-right.svg");
}

.slick-slider .slick-slide {
  margin: 0 0.1em;
}

.slick-slider .slick-list {
  margin: 0 0.1em;
}

.slick-next {
  right: 11% !important;
  width: 50px;
  height: 50px;
}

.slick-prev {
  left: 11% !important;
  width: 50px;
  height: 50px;
}

.slick-arrow {
  z-index: 2 !important;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px !important;
  }
}

.p-work-article {
  max-width: 800px;
  margin: 0 auto;
}
.p-work-article__title {
  margin-bottom: 2em;
}
.p-work-article__meta p {
  display: inline;
  line-height: 1;
  padding: 0 5px;
}
.p-work-article__meta__inner {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  display: inline-block;
  line-height: 1;
}
.p-work-article__client-info {
  font-size: clamp(16px, 2.5vw, 19px);
  font-weight: 600;
}
.p-work-article__date {
  display: block !important;
}
.p-work-article__body p,
.p-work-article__body ul {
  margin-bottom: 2em;
}

.p-work-article-link {
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.p-work-article-link__button .c-button {
  background-color: #fff;
  min-width: 250px;
  position: relative;
}
.p-work-article-link__button .c-button.float:hover {
  background-color: #F1EFE2;
}
.p-work-article-link__button .c-button::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%) rotate(90deg);
  right: 20px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.p-staff-content__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  list-style: none;
  gap: 2em 5.2em;
}
@media screen and (min-width: 600px) {
  .p-staff-content__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-staff-content__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-staff-content__list {
  display: flex;
  flex-direction: column;
}
.p-staff-content__list a {
  text-decoration: none;
  color: #333;
}
.p-staff-content__desc {
  padding: 10px;
}
.p-staff-content__image {
  width: 100%;
  transform: none;
  background-color: #F1EFE2;
  aspect-ratio: 31/30;
}
.p-staff-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-staff-content__images {
  width: 100%;
  transform: none;
  background-color: #F1EFE2;
  aspect-ratio: 388/375;
}
.p-staff-content__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-staff-content__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.p-staff-content__title {
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
.p-staff-content__title p {
  font-weight: 600;
  line-height: 0.5em;
  font-size: clamp(1.2em, 2.5vw, 1.3em);
}
.p-staff-content__title span {
  font-size: 0.75em;
  letter-spacing: normal;
}
.p-staff-content__excerpt {
  flex-grow: 1;
}
.p-staff-content__excerpt p {
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;*/
  line-height: 1.5;
  text-align: justify;
  letter-spacing: normal;
  font-size: clamp(14px, 2.5vw, 16px);
  margin-bottom: 0.5em;
  flex-grow: 1;
}
.p-staff-content__hobby {
  margin-top: auto;
  border-top: 1px solid #999;
  padding-top: 0.5em;
}
.p-staff-content__hobby p {
  font-size: 0.8125em;
  letter-spacing: normal;
}
.p-staff-content__hobby span {
  font-weight: 600;
}
.p-staff-content__button {
  text-align: center;
}
.p-staff-content__notinfo {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (min-width: 960px) {
  .p-staff-content__list--featured-text {
    grid-column: span 2;
  }
  .p-staff-content__list--featured-text .p-staff-content__desc {
    margin-left: -3em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* 下寄せ */
  }
  /* flex-growを無効化 */
  .p-staff-content__list--featured-text .p-staff-content__excerpt {
    flex-grow: 0; /* これを追加 */
  }
  .p-staff-content__list--featured-text .p-staff-content__excerpt p {
    flex-grow: 0; /* これも追加 */
  }
  /* 趣味のmargin-top: autoを無効化 */
  .p-staff-content__list--featured-text .p-staff-content__hobby {
    margin-top: 0; /* autoを打ち消す */
  }
}


.p-interview-content {
  max-width: 1000px;
  margin: 0 auto;
}
.p-interview-content__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  list-style: none;
  gap: 2em 2em;
}
@media screen and (min-width: 600px) {
  .p-interview-content__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-interview-content__list a {
  text-decoration: none;
  color: #333;
}
.p-interview-content__desc-meta {
  margin-top: 10px;
  text-align: center;
}
.p-interview-content__desc {
  padding: 10px;
}
.p-interview-content__image {
  width: 100%;
  height: 200px;
  transform: none;
  background-color: #F1EFE2;
}
@media screen and (min-width: 960px) {
  .p-interview-content__image {
    height: 300px;
  }
}
.p-interview-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview-content__title {
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: center;
}
.p-interview-content__button {
  text-align: center;
}
.p-interview-content__notinfo {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-works-content {
  max-width: 1000px;
  margin: 0 auto;
}
.p-works-content__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  list-style: none;
  gap: 2em 2em;
}
@media screen and (min-width: 600px) {
  .p-works-content__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .p-works-content__lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-works-content__list a {
  text-decoration: none;
  color: #333;
}
.p-works-content__desc-meta {
  text-align: center;
}
.p-works-content__floor {
  padding-bottom: 3px;
  border-bottom: 1px solid #999999;
}
.p-works-content__type {
  padding-bottom: 3px;
  border-bottom: 1px solid #999999;
}
.p-works-content__desc {
  padding: 10px 0;
}
.p-works-content__image {
  width: 100%;
  aspect-ratio: 4/3;
  transform: none;
  background-color: #F1EFE2;
}
.p-works-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works-content__title {
  font-weight: 600;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #999999;
}
.p-works-content__button {
  text-align: center;
}
.p-works-content__notinfo {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-works-link {
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.p-works-link__button .c-button {
  background-color: #fff;
  min-width: 250px;
  position: relative;
}
.p-works-link__button .c-button.float:hover {
  background-color: #F1EFE2;
}
.p-works-link__button .c-button::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-40%) rotate(90deg);
  right: 20px;
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-works-link__button.is-active .c-button {
  background-color: #535353;
  color: #fff;
}
.p-works-link__button.is-active .c-button:hover {
  color: #333;
}
.p-works-link__button.is-active .c-button::after {
  background-image: url("../images/arrow-white.svg") !important;
}

.p-interview-article__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}
.p-interview-article__header {
  padding: 3em 0 1em;
}
.p-interview-article__date {
  line-height: 1.2;
  text-align: right;
  display: block;
  font-size: 14px;
}
.p-interview-article__desc-meta {
  margin-top: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.p-interview-article__desc-meta p {
  display: inline;
  padding: 0 5px;
}
.p-interview-article__number {
  text-align: center;
  font-weight: 800;
  display: inline-block;
  width: 100%;
}
.p-interview-article__title {
  line-height: 1.4;
  font-size: clamp(19px, 3vw, 30px);
  text-align: center;
}
.p-interview-article__body {
  min-height: 300px;
}
.p-interview-article__body p,
.p-interview-article__body ul {
  margin-bottom: 1em;
}
.p-interview-article__body img {
  margin: 30px 0;
}
.p-interview-article__image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
}
.p-interview-article__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.p-interview-block {
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 40px 20px;
  border-radius: 10px;
}
.p-interview-block:last-child {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 820px) {
  .p-interview-block {
    flex-direction: row;
    align-items: stretch;
    gap: 30px;
  }
}
@media screen and (min-width: 820px) {
  .p-interview-block--row-reverse {
    flex-direction: row-reverse;
  }
}
.p-interview-block__image {
  flex-basis: 40%;
}
.p-interview-block__image img {
  width: 100%;
  display: block;
}
.p-interview-block__image--3col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 5px;
}
.p-interview-block__image--3col img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-interview-block__image--3col img:nth-child(1) {
  grid-column: 1/span 2;
  height: 200px;
}
.p-interview-block__image--3col img:nth-child(2) {
  grid-column: 1;
}
.p-interview-block__image--3col img:nth-child(3) {
  grid-column: 2;
}
.p-interview-block__title {
  position: relative;
  color: #FF9900;
}
.p-interview-block__title::before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 2em;
  line-height: 1;
}
.p-interview-block__title--1::before {
  content: "1.";
}
.p-interview-block__title--2::before {
  content: "2.";
}
.p-interview-block__title--3::before {
  content: "3.";
}
.p-interview-block__title--4::before {
  content: "4.";
}
.p-interview-block__title--5::before {
  content: "5.";
}
.p-interview-block__title h3 {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: clamp(18px, 3vw, 23px);
}
.p-interview-block__text {
  flex: 1;
  line-height: 1.6;
}
.p-interview-block__text p {
  text-align: justify;
}
.p-interview-block__text p span {
  font-size: 0.9em;
}

.p-front-about__title {
  color: #cccc99;
  font-size: clamp(28px, 4vw, 50px);
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.2;
}
.p-front-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "image" "text-image";
  gap: 2em;
  align-items: flex-end;
}
@media screen and (min-width: 960px) {
  .p-front-about__inner {
    grid-template-columns: 58% 38%;
    grid-template-areas: "image text" "image text-image";
    gap: 1em;
  }
}
.p-front-about__image {
  grid-area: image;
}
.p-front-about__image img {
  width: 100%;
  height: auto;
}
.p-front-about__text {
  grid-area: text;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p-front-about__text {
    text-align: left;
  }
}
.p-front-about__text h3 {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 500;
  margin-bottom: 10px;
}
.p-front-about__text-image {
  grid-area: text-image;
}
.p-front-about__text-image img {
  width: 100%;
  height: auto;
}
.p-front-about__bottom {
  padding: 30px 0;
  text-align: center;
}
.p-front-about__bottom p {
  margin-bottom: 10px;
}
.p-front-about__bottom h3 {
  margin-bottom: 10px;
  font-size: clamp(19px, 3vw, 24px);
}
.p-front-about__button {
  text-align: center;
}
.p-front-about__button .c-button {
  background-color: #fff;
}
.p-front-about__button .c-button:hover {
  background-color: #F1EFE2;
}

.p-section-bg {
  height: 300px;
}
@media screen and (min-width: 960px) {
  .p-section-bg {
    height: 500px;
  }
}
.p-section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 60%;
     object-position: center 60%;
}

.p-para-outer {
  position: relative;
  overflow: hidden;
  height: auto;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 960px) {
  .p-para-outer {
    height: 500px;
    aspect-ratio: auto;
  }
}

.p-para-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-para-fixed {
    background-attachment: fixed;
  }
}
.p-para-fixed--01 {
  background-image: url("../images/section-bg-01.jpg");
}
.p-para-fixed--02 {
  background-image: url("../images/section-bg-02.jpg");
}

.p-front-work {
  gap: 50px 0;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.p-front-work__box {
  flex-basis: 48%;
}
.p-front-work__box a {
  text-decoration: none;
  color: #333;
}
.p-front-work h3 {
  margin-top: 10px;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: clamp(15px, 1.8vw, 17px);
}
.p-front-work__button {
  text-align: center;
  margin-top: 30px;
}

.p-front-brand-message__text {
  margin-bottom: 40px;
  flex-basis: 49%;
}
.p-front-brand-message__text h3 {
  font-size: clamp(30px, 4vw, 45px);
  width: 80%;
  max-width: 400px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.p-front-brand-message__text h3 span {
  display: block;
  text-align: right;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 23px);
}
.p-front-brand-message__image {
  flex-basis: 49%;
}
@media screen and (min-width: 820px) {
  .p-front-brand-message__image {
    position: relative;
    bottom: 90px;
  }
}

.p-front-brand__text {
  padding: 30px 0;
}
.p-front-brand__text h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 3vw, 25px);
  text-align: center;
}
.p-front-brand__text h3 span {
  letter-spacing: 0.3em;
}
.p-front-brand__text p {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-front-brand__text p {
    text-align: center;
  }
}

.p-front-brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 0;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 820px) {
  .p-front-brand-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 100px 0;
  }
}
.p-front-brand-grid__link {
  text-decoration: none;
  color: #333;
}
.p-front-brand-grid__link:hover img {
  transform: scale(1.02);
}
.p-front-brand-grid__image {
  width: 100%;
  margin: 0 auto;
  height: 200px;
}
.p-front-brand-grid__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.p-front-brand-grid__text {
  text-align: center;
}
.p-front-brand-grid__wrapper {
  position: relative;
}
.p-front-brand-grid__flame {
  position: absolute;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  top: -13%;
  left: 20px;
  bottom: 8%;
  right: 20px;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 820px) {
  .p-front-brand-grid__flame {
    top: -13%;
    left: 7%;
    bottom: 8%;
    right: 7%;
  }
}
@media screen and (min-width: 960px) {
  .p-front-brand-grid__flame {
    top: -13%;
    left: 11%;
    bottom: 8%;
    right: 11%;
  }
}
.p-front-brand-grid__effect {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
}
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-top::before,
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-top::after,
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-bottom::before,
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-bottom::after {
  width: 50%;
}
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-left::before,
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-left::after,
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-right::before,
.p-front-brand-grid__effect.is-active .p-front-brand-grid__line-right::after {
  height: 50%;
}
.p-front-brand-grid__line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.p-front-brand-grid__line::before, .p-front-brand-grid__line::after {
  content: "";
  position: absolute;
  transition: all 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
  transform: translateZ(0);
  background-color: #494949;
  z-index: 3;
}
.p-front-brand-grid__line-top::before {
  height: 1px;
  width: 0;
  top: 0;
  right: 0;
}
.p-front-brand-grid__line-top::after {
  height: 1px;
  width: 0;
  top: 0;
  left: 0;
}
.p-front-brand-grid__line-left::before {
  width: 1px;
  height: 0;
  bottom: 0;
  left: 0;
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}
.p-front-brand-grid__line-left::after {
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  transition: all 400ms 100ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}
.p-front-brand-grid__line-right::before {
  width: 1px;
  height: 0;
  bottom: 0;
  right: 0;
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}
.p-front-brand-grid__line-right::after {
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
  transition: all 400ms 400ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}
.p-front-brand-grid__line-bottom::before {
  height: 1px;
  width: 0;
  bottom: 0;
  right: 0;
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}
.p-front-brand-grid__line-bottom::after {
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: all 400ms 300ms cubic-bezier(0.66, 0.18, 0.13, 0.94);
}

.p-model-house__lists {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.p-model-house__box {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.p-model-house__box a {
  text-decoration: none;
  color: #333;
}
.p-model-house h3 {
  margin-top: 10px;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: clamp(15px, 1.8vw, 17px);
}
.p-model-house__link.is-disabled {
  cursor: default;
  pointer-events: none;
}

.p-front-voice {
  justify-content: space-between;
}
.p-front-voice__block {
  background-color: #F1EFE2;
  flex-basis: 49%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  min-height: 200px;
}
@media screen and (min-width: 820px) {
  .p-front-voice__block {
    padding: 40px 30px;
  }
}
.p-front-voice__block h3 {
  margin-bottom: 20px;
}
.p-front-voice__link {
  text-align: center;
  margin-bottom: 10px;
  transition: 0.3s;
}
.p-front-voice__link:last-child {
  margin-bottom: 0;
}
.p-front-voice__link:hover {
  background-color: #fff;
}
.p-front-voice__button {
  min-width: 300px;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  padding: 13px 35px;
  cursor: pointer;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.p-front-contact {
  justify-content: space-between;
  gap: 10px;
}
.p-front-contact__block {
  flex-basis: 49%;
}
.p-front-contact__link {
  background-color: #F1EFE2;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .p-front-contact__link {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-front-contact__image {
  aspect-ratio: 1/1;
}
@media screen and (min-width: 600px) {
  .p-front-contact__image {
    flex-basis: 40%;
    height: auto;
  }
}
.p-front-contact__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-front-contact__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  min-height: 200px;
}
.p-front-contact__button {
  text-align: center;
}
.p-front-contact__button .c-button {
  min-width: auto;
}

.p-company-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (min-width: 820px) {
  .p-company-profile {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}
.p-company-profile .c-button {
  width: 100%;
  background-color: #fff;
  min-width: auto;
}
.p-company-profile .c-button:hover {
  background-color: #F1EFE2;
}

.p-company-profile-map iframe {
  width: 100%;
  height: 300px;
  display: block;
}

.is-disabled {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}

.l-footer .is-disabled {
  opacity: 0.5;
}

.p-status-comingsoon {
  text-align: center;
  margin-top: 8px;
}
.p-status-comingsoon p {
  color: #333;
  font-weight: 500;
}/*# sourceMappingURL=layout.css.map */