@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* =========================
   デフォルト設定
========================= */
/*****フォント*****/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em !important;
}

/*****非表示系*****/
/*トップページ上余白削除*/
.top #content {
  padding-top: 0;
}

/*セクション間余白削除*/
.post_content > * {
  margin-bottom: 0;
}

.swell-block-fullWide + .swell-block-fullWide {
  margin-top: 0;
}

/*ブログパーツ上余白削除*/
.swell-block-fullWide:has(+ .p-blogParts) {
  margin-bottom: 0 !important;
}

/*reCAPTCHAロゴ削除*/
.grecaptcha-badge {
  visibility: hidden;
}

/*スマホ時非表示*/
@media (max-width: 599px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 600px) {
  .sp-only {
    display: none;
  }
}
/*スマホ時検索ボタンボタン非表示*/
.l-header__customBtn.sp_ {
  display: none;
}

/*フッター上余白削除*/
.l-content {
  margin-bottom: 0 !important;
}

/*****トップ遷移ボタン *****/
.p-fixBtnWrap {
  display: none;
}

/* 角丸 */
#pagetop {
  border-radius: 0.5rem !important;
}

/* ホバー */
@media (min-width: 960px) {
  .hov-bg-main:hover {
    background-image: linear-gradient(90deg, var(--color_main), var(--color_link)) !important;
    color: #fff !important;
    border: none;
  }
}
/***** ページャー *****/
/* 角丸 */
.page-numbers {
  border-radius: 0.5rem !important;
}

/*
========================================
見出し・段落余白

使用例：
.c-heading--md {
  margin-bottom: var(--space-md);
}
========================================
*/
:root {
  --space-2xs: 0.4rem;
  --space-xs: 0.6rem;
  --space-sm: 0.8rem;
  --space-md: 1.0rem;
  --space-lg: 1.4rem;
  --space-xl: 2.0rem;
  --space-2xl: 2.8rem;
}

/*
========================================
角丸

使用例：
.u-radius {
  border-radius: var(--radius);
}
========================================
*/
:root {
  --radius: 4px;
}

/*
========================================
影

使用例：
.u-shadow {
  box-shadow: var(--shadow);
}
========================================
*/
:root {
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

:root {
  /*----------------------------------------------------------
  // 見出しフォントサイズ設定 2xs → 2xl
  ----------------------------------------------------------*/
  --fs-h-2xs: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  --lh-h-2xs: 1.8;
  --fs-h-xs: clamp(1.125rem, 0.993rem + 0.56vw, 1.375rem);
  --lh-h-xs: 1.7;
  --fs-h-sm: clamp(1.25rem, 1.074rem + 0.75vw, 1.5rem) ;
  --lh-h-sm: 1.6;
  --fs-h-md: clamp(1.5rem, 1.148rem + 1.5vw, 2rem);
  --lh-h-md: 1.5;
  --fs-h-lg: clamp(1.75rem, 1.398rem + 1.5vw, 2.5rem) ;
  --lh-h-lg: 1.4;
  --fs-h-xl: clamp(2rem, 1.472rem + 2.25vw, 3rem);
  --lh-h-xl: 1.3;
  --fs-h-2xl: clamp(2.5rem, 1.796rem + 3vw, 4rem);
  --lh-h-2xl: 1.2;
  /*----------------------------------------------------------
  // 本文フォントサイズ設定 2xs → 2xl
  ----------------------------------------------------------*/
  --fs-t-2xs: clamp(0.6875rem, 0.6655rem + 0.09vw, 0.75rem);
  --lh-t-2xs: 2.0;
  --fs-t-xs: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) ;
  --lh-t-xs: 2.0;
  --fs-t-sm: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem);
  --lh-t-sm: 1.9;
  --fs-t-md: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem) ;
  --lh-t-md: 1.9;
  --fs-t-lg: clamp(0.9375rem, 0.8495rem + 0.38vw, 1.125rem);
  --lh-t-lg: 1.8;
  --fs-t-xl: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  --lh-t-xl: 1.8;
  --fs-t-2xl: clamp(1.125rem, 1.037rem + 0.38vw, 1.375rem);
  --lh-t-2xl: 1.7;
}

/***** メニュー *****/
/* テキスト */
.l-footer .menu-item a {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
}

/*横並び*/
.w-footer__box .c-widget .menu {
  display: flex;
  flex-wrap: wrap;
}

/* 文字の途中で改行しない */
.w-footer__box .c-widget .menu .menu-item {
  white-space: nowrap;
}

/*下線非表示*/
.w-footer__box .c-widget .menu .menu-item a {
  border: none !important;
}

/*アイコン非表示*/
.w-footer__box .c-widget .menu .menu-item a:before {
  display: none;
}

/*ホバー背景色変化なし*/
.w-footer__box .c-widget .menu .menu-item a:hover {
  background-color: inherit;
}

/***** ロゴ *****/
.c-widget.widget_media_image img {
  max-width: 300px !important;
}

/***** フッター余白 *****/
.l-footer__widgetArea {
  padding: 3em 0 1em !important;
}

/***** コピーライト *****/
.l-footer .copyright {
  font-size: clamp(0.625rem, 0.581rem + 0.19vw, 0.75rem) !important;
  font-weight: 400 !important;
  padding: 0 1em;
  opacity: 0.75;
  padding-inline: clamp(0.5rem, 0.323943662rem + 0.7511737089vw, 1rem);
}

/***** メニュー *****/
/*余白*/
.c-gnav > .menu-item > a {
  padding: 0 12px;
}

/*テキスト*/
.ttl {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
  font-weight: 500 !important;
  letter-spacing: 0.075em !important;
}

/* ホバー時下線細く*/
.c-gnav a::after {
  height: 1px;
}

/* サブメニュー */
.c-gnav .sub-menu .ttl {
  color: var(--color_main) !important;
}

/* =========================
   ウィジェット
========================= */
/* ウィジェット間余白 */
.c-widget + .c-widget {
  margin-top: 1em !important;
}

/* テキスト */
.textwidget {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
}

/***** フッター前 *****/
.w-beforeFooter {
  margin: 0;
}

/*****投稿リスト***/
/*見出し*/
.p-postList__title {
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem) !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
}

/*段落*/
.p-postList__meta {
  font-size: clamp(0.625rem, 0.581rem + 0.19vw, 0.75rem) !important;
  line-height: 2 !important;
  font-weight: 400 !important;
}

/*サムネイル*/
.p-postList__thumb.c-postThumb {
  border-radius: 0 !important;
}

.u-obf-cover {
  object-fit: contain;
}

.icon-posted:before {
  display: none;
}

/* post-list pc-col4 */
@media (min-width: 1020px) {
  .-sidebar-off .-type-card.-pc-col4 .p-postList__item,
  .-sidebar-off .-type-thumb.-pc-col4 .p-postList__item {
    width: 25%;
    padding: 0 0.75em;
  }
}
@media (min-width: 1320px) {
  .-sidebar-on .-type-card.-pc-col4 .p-postList__item,
  .-sidebar-on .-type-thumb.-pc-col4 .p-postList__item {
    width: 25%;
    padding: 0 0.75em;
  }
}
/***** SNSアイコンリスト *****/
/* リスト */
.c-icon-list {
  display: flex;
  justify-content: flex-start !important;
  gap: 1rem;
}

/* アイテム */
.c-icon-list__item {
  background: #f9f9f9;
  padding: 0.25rem 1.25rem 0.25rem 1rem;
  transition: 0.3s ease;
}

/* リンク */
.c-icon-list__link {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  transition: 0.3s ease;
}

/* ホバー */
.c-icon-list__item:hover {
  background-image: linear-gradient(90deg, var(--color_main), var(--color_link)) !important;
  transition: 0.3s eaase;
}

.c-icon-list__item:hover .c-icon-list__link {
  color: #fff;
  transition: 0.3s ease;
}

.c-heading {
  margin: 0 0 0.75em !important;
  letter-spacing: 0.1em;
}

/*
Heading size classes

font-size と line-height を
サイズ（xs〜xl）に応じて自動生成する。
*/
.c-heading--2xs {
  font-size: var(--fs-h-2xs) !important;
  line-height: var(--lh-h-2xs) !important;
}

.c-heading--xs {
  font-size: var(--fs-h-xs) !important;
  line-height: var(--lh-h-xs) !important;
}

.c-heading--sm {
  font-size: var(--fs-h-sm) !important;
  line-height: var(--lh-h-sm) !important;
}

.c-heading--md {
  font-size: var(--fs-h-md) !important;
  line-height: var(--lh-h-md) !important;
}

.c-heading--lg {
  font-size: var(--fs-h-lg) !important;
  line-height: var(--lh-h-lg) !important;
}

.c-heading--xl {
  font-size: var(--fs-h-xl) !important;
  line-height: var(--lh-h-xl) !important;
}

.c-heading--2xl {
  font-size: var(--fs-h-2xl) !important;
  line-height: var(--lh-h-2xl) !important;
}

.c-text {
  margin: 0 0 0.75em !important;
}

.c-text--2xs {
  font-size: var(--fs-t-2xs) !important;
  line-height: var(--lh-t-2xs) !important;
}

.c-text--xs {
  font-size: var(--fs-t-xs) !important;
  line-height: var(--lh-t-xs) !important;
}

.c-text--sm {
  font-size: var(--fs-t-sm) !important;
  line-height: var(--lh-t-sm) !important;
}

.c-text--md {
  font-size: var(--fs-t-md) !important;
  line-height: var(--lh-t-md) !important;
}

.c-text--lg {
  font-size: var(--fs-t-lg) !important;
  line-height: var(--lh-t-lg) !important;
}

.c-text--xl {
  font-size: var(--fs-t-xl) !important;
  line-height: var(--lh-t-xl) !important;
}

.c-text--2xl {
  font-size: var(--fs-t-2xl) !important;
  line-height: var(--lh-t-2xl) !important;
}

/***** 区切り *****/
.wp-block-separator {
  margin: 1.5rem 0 !important;
}

/*****カラム*****/
@media (max-width: 599px) {
  .wp-block-columns {
    gap: 1rem !important;
    margin-bottom: 1rem;
  }
}
/***** スマホ開閉メニュー *****/
/* タイトルバー */
.c-widget__title.-spmenu {
  display: none;
}

/* アイコン */
.c-gnav .sub-menu a:before, .c-listMenu a:before {
  display: none;
}

/* テキスト */
.c-listMenu a {
  font-weight: 500;
}

/* ボタン */
.p-spMenu .wp-block-button__link {
  color: #fff;
}

/* プライバシーポリシー関連メニュー */
.p-spMenu .c-listMenu:last-of-type a {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
  opacity: 0.7;
  border-bottom: none;
}

/*****ボタン*****/
/*ラッパー*/
.wp-block-buttons {
  margin-top: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
}

/*横幅*/
.wp-block-button {
  transition: 0.5s ease;
}

@media (min-width: 600px) {
  .wp-block-button {
    max-width: 320px !important;
  }
}
/*リンク*/
.wp-block-button__link {
  display: block;
  font-size: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem);
  background-color: inherit;
  padding: 0.75rem 1.75rem;
  margin-bottom: 0 !important;
  border: 1px solid transparent;
  border-radius: var(--radius, 1rem);
  transition: 0.5s ease;
  white-space: nowrap;
  text-align: center;
}

@media (max-width: 599px) {
  .wp-block-button__link {
    padding: 1rem 1.5rem;
  }
}
/*ホバー*/
.wp-block-button:hover {
  background: linear-gradient(90deg, #fff, #fff) !important;
}

.wp-block-button:hover .wp-block-button__link {
  border: 1px solid var(--color_main) !important;
  color: var(--color_main) !important;
  transition: 0.5s ease;
}

/*****カード*****/
/*要素間*/
.c-sectionCards {
  gap: 0 !important;
}

@media (max-width: 599px) {
  .c-sectionCards {
    gap: 1.5rem !important;
  }
}
/*要素*/
.c-sectionCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  padding: 3rem 1rem !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

@media (max-width: 599px) {
  .c-sectionCard {
    padding: 2rem 0.5rem !important;
  }
}
/*リンク*/
.c-bannerLink img {
  transition: 0.3s;
}

/*ホバー*/
.c-bannerLink:hover img {
  opacity: 0.6;
}

/*****バナーリンク*****/
/*画像*/
.c-bannerLink__figure {
  max-height: 280px;
}

/*見出し*/
.c-bannerLink__title {
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.375rem) !important;
  font-weight: 500;
}

/*段落*/
.c-bannerLink__description {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem) !important;
}

/*****ステップ*****/
/* 上の枠線 */
.swell-block-step__item:first-of-type {
  border-top: none !important;
}

/* 下の枠線 */
.swell-block-step__item:last-of-type {
  border-bottom: none !important;
}

/* 数字 */
@media (max-width: 599px) {
  .swell-block-step__number {
    width: 24px;
    height: 24px;
  }
}
/* 見出し */
.swell-block-step__title {
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem) !important;
  color: var(--color_main) !important;
  font-weight: 500 !important;
}

/* 見出し下余白 */
.swell-block-step__title br {
  display: none;
}

/* 段落 */
.swell-block-step__body {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem) !important;
}

/*****テーブル*****/
/*見出し*/
.wp-block-table th {
  font-size: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem) !important;
  font-weight: 500 !important;
  padding-block: 1em;
}

/*段落*/
.wp-block-table td {
  font-size: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem) !important;
  font-weight: 500 !important;
  padding-block: 1em;
}

.c-section-divider {
  background: linear-gradient(to right, var(--color_deep01), var(--color_main));
  width: 40px;
  height: 2px;
  margin: 20px 0 40px;
}

.c-tabList__button {
  font-size: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem);
}

/***** リンクリスト *****/
/* gap */
.swell-block-linkList {
  gap: 1em;
}

/* text */
.swell-block-linkList__link {
  padding: 0.5em 1em;
}

/* 各入力欄 */
.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]), .wpcf7 select, .wpcf7 textarea {
  background: #fff !important;
  width: 100%;
  padding: 1rem !important;
  margin-top: 1rem;
}

.wpcf7 input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus-visible, .wpcf7 select:focus-visible, .wpcf7 textarea:focus-visible {
  outline: 1px solid #cacaca;
}

/* 送信ボタン */
.wpcf7-submit {
  display: block;
  font-size: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem);
  background: var(--color_main) !important;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0.75rem 1.75rem;
  margin-top: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
  margin-bottom: 0 !important;
  margin-inline: auto;
  border: 1px solid transparent;
  border-radius: var(--radius, 1rem);
  transition: 0.5s ease !important;
  white-space: nowrap;
  text-align: center;
  min-width: 320px;
}

@media (max-width: 599px) {
  .wpcf7-submit {
    padding: 1rem 1.5rem;
  }
}
/*ホバー*/
.wpcf7-submit:hover {
  background: #fff !important;
  border: 1px solid var(--color_main) !important;
  color: var(--color_main) !important;
  transition: 0.5s ease !important;
}

/* 各フォーム行の区切り */
.form-group {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* チェックボックスのグリッド */
.inquiry-grid {
  margin-bottom: 2rem;
}

.inquiry-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  column-gap: 32px;
  row-gap: 16px;
}

.inquiry-grid .wpcf7-list-item {
  margin: 0;
}

.inquiry-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.7;
}

.inquiry-grid input[type=checkbox] {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .inquiry-grid .wpcf7-form-control {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}
@media (max-width: 480px) {
  .inquiry-grid .wpcf7-form-control {
    grid-template-columns: 1fr;
  }
}
/* 区切り線調整 */
.checkbox {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

p:has(.privacy-policy-heading), p:has(.redirect) {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

/* プライバシーポリシー */
.policy-box {
  max-height: 240px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-block: 1rem;
}

.policy-box p {
  font-size: clamp(0.8125rem, 0.7685rem + 0.19vw, 0.9375rem);
  margin-block: 2em;
}

/* 送信ボタン */
.button-wrap {
  text-align: center;
  margin-top: 2rem;
}

.wpcf7-submit:hover {
  opacity: 0.8;
  transition: 0.2s;
}

/* 完了メッセージ非表示 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/* ボーダー非表示 */
.privacy-policy-text {
  border-bottom: none !important;
}

.confirmation-text {
  border-bottom: none !important;
}

/* resize機能停止 */
textarea {
  resize: none;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top-mv {
  position: relative;
}

.p-top-mv__news-bar-wrapper {
  margin-top: clamp(4rem, 2.5915492958rem + 6.0093896714vw, 8rem);
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top-news__post-lists-wrapper {
  margin-top: clamp(2rem, 1.6478873239rem + 1.5023474178vw, 3rem);
}

/* セクション余白 */
.category .l-mainContent__inner {
  padding-block: clamp(3rem, 2.648rem + 1.5vw, 4rem);
}

/***** カテゴリー一覧 *****/
.category .c-pageTitle__subTitle {
  display: none;
}

.category .c-pageTitle {
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem) !important;
  color: var(--color_main) !important;
  font-weight: 500;
  letter-spacing: 0.1em !important;
  line-height: 1.6 !important;
  border-bottom: none !important;
  display: flex;
  justify-content: center;
}

.category .c-pageTitle__inner {
  border-bottom: none !important;
  padding: 0 !important;
  position: relative;
}

/* SWELLのデフォルトアイコンを非表示 */
.category .c-pageTitle__icon {
  display: none !important;
}

/* セクション余白 */
.tag .l-mainContent__inner {
  padding-block: clamp(3rem, 2.648rem + 1.5vw, 4rem);
}

/***** タグ一覧 *****/
.tag .c-pageTitle__subTitle {
  display: none;
}

.tag .c-pageTitle {
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem) !important;
  color: var(--color_main) !important;
  font-weight: 500;
  letter-spacing: 0.1em !important;
  line-height: 1.6 !important;
  border-bottom: none !important;
  display: flex;
  justify-content: center;
}

.tag .c-pageTitle__inner {
  border-bottom: none !important;
  padding: 0 !important;
  position: relative;
}

/* SWELLのデフォルトアイコンを非表示 */
.tag .c-pageTitle__icon {
  display: none !important;
}

/* =========================
   投稿個別ページ
========================= */
/* セクション余白 */
.single .l-mainContent__inner {
  padding-block: clamp(3rem, 2.648rem + 1.5vw, 4rem);
}

/* 見出し */
.single .c-postTitle__ttl {
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem) !important;
  font-weight: 500;
  letter-spacing: 0.1em !important;
  line-height: 1.6 !important;
}

/* 画像 */
.single .wp-block-image img {
  width: 100%;
  margin-block: 2rem;
}

/* パンくず */
.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: inline-flex !important;
}

/* 関連記事タイトル */
.l-articleBottom__title.c-secTitle {
  font-size: clamp(1rem, 0.912rem + 0.38vw, 1.25rem);
  font-weight: 500;
}

/* =========================
   投稿一覧・カテゴリー一覧ページ
========================= */
/* セクション余白 */
.blog .p-homeContent.l-parent {
  padding-block: clamp(3rem, 2.648rem + 1.5vw, 4rem);
}

/* ページタイトル */
.blog .c-pageTitle {
  font-size: clamp(1rem, 0.648rem + 1.5vw, 2rem) !important;
  color: var(--color_main) !important;
  font-weight: 500;
  letter-spacing: 0.1em !important;
  line-height: 1.6 !important;
}

.blog .c-pageTitle__inner {
  padding: 0 !important;
  text-align: center;
}

/* =========================
   404ページ
========================= */
/* =========================
  アニメーション
========================= */
/***** フェード *****/
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 2s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ==================================
  追加バリエーション (スタイリッシュ)
  共通イージング: cubic-bezier(0.22, 1, 0.36, 1) (高級感のある自然なカーブ)
   ================================== */
/***** ふんわりとピントが合う *****/
.reveal-blur {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-blur.is-in {
  opacity: 1;
  filter: blur(0);
}

/***** 控えめにフワッと広がる *****/
.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-scale.is-in {
  opacity: 1;
  transform: scale(1);
}

/***** 洗練されたスライドアップ *****/
.reveal-slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-slide-up.is-in {
  opacity: 1;
  transform: translateY(0);
}

/***** 左右からのスライド *****/
.reveal-slide-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-slide-left.is-in {
  opacity: 1;
  transform: translateX(0);
}

.reveal-slide-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-slide-right.is-in {
  opacity: 1;
  transform: translateX(0);
}

/***** シュッとワイプ (左から右にマスクが外れる) *****/
.reveal-clip {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: opacity 0.4s ease, clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1); /* キレのあるイージング */
}

.reveal-clip.is-in {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

/* ==================================
  ホバーアニメーション (Hover Effects)
   ================================== */
/***** 写真の奥への沈み込み ＆ 微拡大 (.hover-sink) *****/
.hover-sink {
  display: block;
  overflow: hidden;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.hover-sink img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  height: auto;
  display: block;
}

.hover-sink:hover {
  transform: translateY(2px); /* 少し奥に沈むような感覚 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* 影を落として質感を出す */
}

.hover-sink:hover img {
  transform: scale(1.05); /* 写真だけ少しフワッと拡大 */
}

/***** アンダーラインホバー (.hover-underline) *****/
.hover-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.hover-underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hover-underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* ==================================
  インフィニット & ロード (Infinite & Load)
   ================================== */
/***** テキストマーキー (.marquee) *****/
.marquee-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.marquee-content {
  display: flex;
  padding-right: 2em; /* 文字の間の余白 */
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/***** ゆっくりフワフワ浮遊 (.float-slow) *****/
.float-slow {
  animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/***** ゆっくり回転 (.rotate-slow) *****/
.rotate-slow {
  animation: rotating 15s linear infinite;
  display: inline-block;
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/***** ページロードのスタイリッシュワイプ (.load-wipe) *****/
/* ページロード時に上に向かって消える幕 */
.load-wipe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #222; /* サイトに合わせて色は変更 */
  z-index: 9999;
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transform-origin: top;
}

.load-wipe.is-loaded {
  transform: scaleY(0);
}

/***** 順番に一文字ずつスライドアップ *****/
.typo-slide-up .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.typo-slide-up.is-in .ch {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .typo-slide-up .ch {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/***** ランダムに一文字ずつフェード *****/
/* 改行維持 */
.typo-reveal .ch {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.6em);
  filter: blur(2px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.7, 0.22, 1), transform 0.9s cubic-bezier(0.22, 0.7, 0.22, 1), filter 0.9s cubic-bezier(0.22, 0.7, 0.22, 1);
}

/* ------------------------------
  表示トリガー状態
  .is-in が付いたらアニメ開始
   ------------------------------ */
.typo-reveal.is-in .ch {
  opacity: 1; /* 表示 */
  transform: translateY(0); /* 元の位置へ */
  filter: blur(0); /* くっきり */
}

/* ------------------------------
  アニメーションが苦手な人向け配慮
  OS設定で motion を減らす指定がある場合
   ------------------------------ */
@media (prefers-reduced-motion: reduce) {
  .typo-reveal .ch {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
/* 角丸ユーティリティ
 *
 * 使用例:
 * <div class="u-radius u-radius-md">四隅に角丸</div>
 * <div class="u-radius-top u-radius-lg">上だけ角丸</div>
 * <img class="u-radius-circle">円形</div>
 */
.u-radius {
  border-radius: var(--radius, 1rem);
}

.u-radius img {
  border-radius: var(--radius, 1rem);
}

.u-radius-top {
  border-top-left-radius: var(--radius, 1rem);
  border-top-right-radius: var(--radius, 1rem);
}

.u-radius-bottom {
  border-bottom-left-radius: var(--radius, 1rem);
  border-bottom-right-radius: var(--radius, 1rem);
}

.u-radius-left {
  border-top-left-radius: var(--radius, 1rem);
  border-bottom-left-radius: var(--radius, 1rem);
}

.u-radius-right {
  border-top-right-radius: var(--radius, 1rem);
  border-bottom-right-radius: var(--radius, 1rem);
}

.u-radius-circle {
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.u-radius-none {
  border-radius: 0;
}

/* サイズ: u-radius-{size} で --radius を上書き */
.u-radius-xs {
  --radius: 4px;
}

.u-radius-sm {
  --radius: 8px;
}

.u-radius-md {
  --radius: 16px;
}

.u-radius-lg {
  --radius: 32px;
}

.u-radius-xl {
  --radius: 48px;
}

/* ボックスシャドウユーティリティ
 *
 * 使用例:
 * <div class="u-shadow u-shadow-md">影あり</div>
 * <div class="u-shadow-none">影なし</div>
 */
.u-shadow {
  box-shadow: var(--shadow);
}

.u-shadow-none {
  box-shadow: none;
}

/* サイズ: u-shadow-{size} で --shadow を上書き */
.u-shadow-sm {
  --shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.u-shadow-md {
  --shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.u-shadow-lg {
  --shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* テキスト */
.u-font-shadow-white {
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6);
}

.u-font-shadow-black {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/********** 枠線 **********/
/***** デフォルト *****/
/* 全方向 */
.u-border {
  border: 1px solid var(--color_main);
  padding: 0.25rem;
}

/* 上のみ */
.u-border-top {
  border-top: 1px solid var(--color_main);
  padding-top: 0.25rem;
}

/* 下のみ */
.u-border-bottom {
  border-bottom: 1px solid var(--color_main);
  padding-bottom: 0.25rem;
}

/* 左のみ */
.u-border-left {
  border-left: 1px solid var(--color_main);
  padding-left: 0.25rem;
}

/* 右のみ */
.u-border-right {
  border-right: 1px solid var(--color_main);
  padding-right: 0.25rem;
}

/* 枠線の太さ */
.u-border-05 {
  border-width: 0.5px;
}

.u-border-1 {
  border-width: 1px;
}

.u-border-2 {
  border-width: 2px;
}

.u-border-3 {
  border-width: 3px;
}

/* スタイル */
.u-border-solid {
  border-style: solid;
}

.u-border-dashed {
  border-style: dashed;
}

.u-border-dotted {
  border-style: dotted;
}

/* カラー */
.u-border-sub {
  border-color: var(--color_deep01) !important;
}

.u-border-accent-01 {
  border-color: var(--color_deep02) !important;
}

.u-border-accent-02 {
  border-color: var(--color_deep03) !important;
}

.u-border-white {
  border-color: #fff;
}

.u-border-black {
  border-color: #333;
}

.u-border-gray {
  border-color: #C7C7C7;
}

.u-border-light-gray {
  border-color: #E5E5E5 !important;
}

/***** グラデーション *****/
/* 背景 */
.u-bg-gradation {
  background-image: linear-gradient(90deg, var(--color_main), var(--color_link)) !important;
}

/* テキスト */
.u-text-gradation {
  display: inline-block;
  background: linear-gradient(90deg, var(--color_main), var(--color_link)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* 拡大 */
.u-hover-expand {
  transition: transform 0.6s ease;
}
@media (hover: hover) {
  .u-hover-expand:hover {
    transform: scale(1.01);
  }
}

/* 透過 */
.u-hover-opacity-60 {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .u-hover-opacity-60:hover {
    opacity: 0.6;
  }
}

.u-hover-opacity-70 {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .u-hover-opacity-70:hover {
    opacity: 0.7;
  }
}

.u-hover-opacity-80 {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .u-hover-opacity-80:hover {
    opacity: 0.8;
  }
}

.u-hover-opacity-90 {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .u-hover-opacity-90:hover {
    opacity: 0.9;
  }
}

/***** ボタンサイズ *****/
/* 小さいボタン */
.u-button-sm.wp-block-button {
  max-width: 280px !important;
}

.u-button-sm .wp-block-button__link {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
  padding: 0.5rem 1.25rem !important;
}

@media (max-width: 599px) {
  .u-button-sm .wp-block-button__link {
    padding: 0.5rem 1rem !important;
  }
}
/***** ボタン *****/
/* ボタン：白 */
.u-button-white .wp-block-button__link {
  background-color: #fff !important;
  color: var(--color_main);
}

.u-button-white:hover .wp-block-button__link {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: var(--color_main) !important;
  transition: 0.5s ease;
}

/* ボタン：メインカラー */
.u-button-main .wp-block-button__link {
  background-color: var(--color_main) !important;
  color: #fff !important;
}

.u-button-main:hover .wp-block-button__link {
  color: var(--color_main) !important;
  border: 1px solid var(--color_main) !important;
  background: #fff !important;
  transition: 0.5s ease;
}

/* ボタン：サブカラー */
.u-button-sub .wp-block-button__link {
  background-color: var(--color_deep01) !important;
  color: #fff !important;
}

.u-button-sub:hover .wp-block-button__link {
  color: var(--color_deep01) !important;
  border: 1px solid var(--color_deep01) !important;
  background: #fff !important;
  transition: 0.5s ease;
}

/* ボタン：アクセントカラー1 */
.u-button-accent-01 .wp-block-button__link {
  background-color: var(--color_deep02) !important;
  color: #fff !important;
}

.u-button-accent-01:hover .wp-block-button__link {
  color: var(--color_deep02) !important;
  border: 1px solid var(--color_deep02) !important;
  background: #fff !important;
  transition: 0.5s ease;
}

/* ボタン：アクセントカラー2 */
.u-button-accent-02 .wp-block-button__link {
  background-color: var(--color_deep03) !important;
  color: #fff !important;
}

.u-button-accent-02:hover .wp-block-button__link {
  color: var(--color_deep03) !important;
  border: 1px solid var(--color_deep03) !important;
  background: #fff !important;
  transition: 0.5s ease;
}

/* ボタン：LINE */
.u-button-line .wp-block-button__link {
  background-color: var(--color_deep04) !important;
  color: #fff !important;
}

.u-button-line:hover .wp-block-button__link {
  color: var(--color_deep04) !important;
  border: 1px solid var(--color_deep04) !important;
  background: #fff !important;
  transition: 0.5s ease;
}

/* ボタン：footer */
.u-button-footer .wp-block-button__link {
  background: #fff !important;
  color: var(--color_footer_bg) !important;
}

.u-button-footer:hover .wp-block-button__link {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: var(--color_footer_bg) !important;
  transition: 0.5s ease;
}

/***** display*****/
.u-display-none {
  display: none;
}

.u-display-block {
  display: block;
}

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

/* 中央配置（横方向） */
.u-margin-inline-auto {
  margin-inline: auto;
}

/***** position *****/
.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-position-fixed {
  position: fixed !important;
}

.u-position-sticky {
  position: sticky !important;
}

/* 中心配置 */
.u-position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/***** z-index *****/
.u-z-index-1 {
  z-index: 1 !important;
}

.u-z-index-2 {
  z-index: 1 !important;
}

.u-z-index-10 {
  z-index: 10 !important;
}

.u-z-index-100 {
  z-index: 100 !important;
}

.u-z-index-1000 {
  z-index: 1000 !important;
}

/***** 構造 *****/
/* インラインテキスト用 */
.u-bg-text {
  padding: 0.15em 0.65em;
}

/* 見出しインライン用 */
.u-bg-heading {
  padding: 0.35em 1.35em;
  margin-bottom: 1.5em !important;
}

/* ブロック全幅用 */
.u-bg-block {
  padding: 1.5em 2em;
  display: block;
}

/***** カラー *****/
.u-bg-white {
  background: #fff;
  color: var(--color_main);
}

.u-bg-black {
  background: #111;
  color: #fff;
}

.u-bg-red {
  background: #ce1d1d;
  color: #fff;
}

.u-bg-gray {
  background: #767676;
  color: #fff;
}

.u-bg-gray-light {
  background: #f5f5f5;
  color: var(--color_main);
}

.u-bg-main {
  background: var(--color_main);
  color: #fff;
}

.u-bg-sub {
  background: var(--color_deep01);
  color: #fff;
}

.u-bg-accent-01 {
  background: var(--color_deep02);
  color: #fff;
}

.u-bg-accent-02 {
  background: var(--color_deep03);
  color: #fff;
}

/***** フォント *****/
/* サブフォント */
.u-sub-font {
  font-family: "Outfit", sans-serif;
}

/* カラー */
.u-text-color {
  color: var(--color_text);
}

.u-main-color {
  color: var(--color_main);
}

.u-sub-color {
  color: var(--color_deep01);
}

.u-accent-color-01 {
  color: var(--color_deep02);
}

.u-accent-color-02 {
  color: var(--color_deep03);
}

.u-accent-color-03 {
  color: var(--color_deep04);
}

.u-critical-color {
  color: #CE1D1D;
}

/* 太さ */
.u-font-weight-300 {
  font-weight: 300 !important;
}

.u-font-weight-400 {
  font-weight: 400 !important;
}

.u-font-weight-500 {
  font-weight: 500 !important;
}

.u-font-weight-600 {
  font-weight: 600 !important;
}

.u-font-weight-700 {
  font-weight: 700 !important;
}

/* 行間 */
.u-line-height-sm {
  line-height: 1.4 !important;
}

.u-line-height-md {
  line-height: 1.6 !important;
}

.u-line-height-lg {
  line-height: 1.8 !important;
}

.u-line-height-xl {
  line-height: 2 !important;
}

/***** text-align *****/
/* left */
.u-text-align-left {
  text-align: left;
}

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

/* right */
.u-text-align-right {
  text-align: right;
}

/***** vertical-align *****/
.u-vertical-align-top {
  vertical-align: top !important;
}

.u-vertical-align-middle {
  vertical-align: middle !important;
}

.u-vertical-align-bottom {
  vertical-align: bottom !important;
}

.u-vertical-align-baseline {
  vertical-align: baseline !important;
}

/***** 文字間 *****/
.u-letter-spacing-md {
  letter-spacing: 0.05em !important;
}

.u-letter-spacing-lg {
  letter-spacing: 0.1em !important;
}

.u-letter-spacing-xl {
  letter-spacing: 0.2em !important;
}

.u-letter-spacing-2xl {
  letter-spacing: 0.3em !important;
}

/********** 余白 **********/
/***** スペース定義 *****/
.u-space-0 {
  --space:0rem;
}

.u-space-05 {
  --space:clamp(0.25rem,1vw,0.5rem);
}

.u-space-1 {
  --space:clamp(0.5rem,2vw,1rem);
}

.u-space-2 {
  --space:clamp(1rem,4vw,2rem);
}

.u-space-3 {
  --space:clamp(1.5rem,6vw,3rem);
}

/***** マージン *****/
/* 全方向 */
.u-margin {
  margin: var(--space) !important;
}

/* 左右 */
.u-margin-inline {
  margin-inline: var(--space) !important;
}

/* 上下 */
.u-margin-block {
  margin-block: var(--space) !important;
}

/* 左 */
.u-margin-inline-start {
  margin-inline-start: var(--space) !important;
}

/* 右 */
.u-margin-inline-end {
  margin-inline-end: var(--space) !important;
}

/* 上 */
.u-margin-block-start {
  margin-block-start: var(--space) !important;
}

/* 下 */
.u-margin-block-end {
  margin-block-end: var(--space) !important;
}

/***** パディング *****/
/* 全方向 */
.u-padding {
  padding: var(--space) !important;
}

/* 左右 */
.u-padding-inline {
  padding-inline: var(--space) !important;
}

/* 上下 */
.u-padding-block {
  padding-block: var(--space) !important;
}

/* 左 */
.u-padding-inline-start {
  padding-inline-start: var(--space) !important;
}

/* 右 */
.u-padding-inline-end {
  padding-inline-end: var(--space) !important;
}

/* 上 */
.u-padding-block-start {
  padding-block-start: var(--space) !important;
}

/* 下 */
.u-padding-block-end {
  padding-block-end: var(--space) !important;
}

/***** ギャップ *****/
/* 行・列 */
.u-gap {
  gap: var(--space) !important;
}

/* 行 */
.u-row-gap {
  row-gap: var(--space) !important;
}

/* 列 */
.u-column-gap {
  column-gap: var(--space) !important;
}

@media (min-width: 600px) {
  .u-max-width-50 {
    max-width: 50%;
  }
  .u-max-width-60 {
    max-width: 60%;
  }
  .u-max-width-70 {
    max-width: 70%;
  }
  .u-max-width-75 {
    max-width: 75%;
  }
  .u-max-width-80 {
    max-width: 80%;
  }
  .u-max-width-85 {
    max-width: 85%;
  }
  .u-max-width-90 {
    max-width: 90%;
  }
  .u-max-width-95 {
    max-width: 95%;
  }
}
/* バッジユーティリティ
 *
 * 使用例:
 * 親グループに u-has-badge、バッジにしたいブロックに u-badge を付与する。
 *
 * <!-- 右上（デフォルト） -->
 * <div class="u-has-badge">
 *   <p class="u-badge">即日対応可能</p>
 * </div>
 *
 * <!-- 角への方向指定あり -->
 * <div class="u-has-badge">
 *   <p class="u-badge u-badge-br">右下</p>
 *   <p class="u-badge u-badge-bl">左下</p>
 *   <p class="u-badge u-badge-tr">右上</p>
 *   <p class="u-badge u-badge-tl">左上</p>
 * </div>
 *
 * <!-- 辺の中央への方向指定あり -->
 * <div class="u-has-badge">
 *   <p class="u-badge u-badge-tc">上辺中央</p>
 *   <p class="u-badge u-badge-bc">下辺中央</p>
 *   <p class="u-badge u-badge-rc">右辺中央</p>
 *   <p class="u-badge u-badge-lc">左辺中央</p>
 * </div>
 */
/* 親グループ */
.u-has-badge {
  position: relative;
}

/* バッジブロック */
.u-badge {
  position: absolute;
  background: var(--color_main);
  border-radius: var(--radius, 1rem);
  color: #fff;
  padding: 0.25rem 0.75rem;
}

/* 方向指定なし → デフォルトは右上 */
.u-badge:not([class*=u-badge-]) {
  top: -16px;
  right: -16px;
}

.u-badge-br {
  bottom: -16px;
  right: -16px;
}

.u-badge-bl {
  bottom: -16px;
  left: -16px;
}

.u-badge-tr {
  top: -16px;
  right: -16px;
}

.u-badge-tl {
  top: -16px;
  left: -16px;
}

/* 辺の中央 */
.u-badge-tc {
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.u-badge-bc {
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.u-badge-rc {
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}

.u-badge-lc {
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

/* 案件固有CSS */
@media (max-width: 599px) {
  .u-badge-rc {
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
  }
}

/*# sourceMappingURL=style.css.map */
