@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.875rem, 0.831rem + 0.19vw, 1rem) !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;
}

/*****最新の投稿***/
/*見出し*/
.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;
}

/***** 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;
}

/***** ローディング画面表示 *****/
.loader-overlay {
  background-color: #ffffff !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* ローディング中にクリックを無効化 */
  transition: opacity 1s ease;
}

/* 画像 */
.loader-overlay img {
  width: 360px; /* PCのロゴ画像のサイズ */
  opacity: 0;
  transform: scale(0.9); /* 初期状態は少し小さく */
  animation: logoFadeZoom 2.5s ease-out forwards, logoFadeOut 2.5s 2.5s ease-out forwards; /* ロゴのフェードインとフェードアウトアニメーション */
}

@media screen and (max-width: 959px) {
  .loader-overlay img {
    width: 240px !important; /* スマホのロゴ画像のサイズ */
  }
}
/* ローディング画面全体のフェードアウトアニメーション */
@keyframes overlayFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* ロゴのズームインとフェードインのアニメーション */
@keyframes logoFadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.9); /* 少し小さい状態から始める */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* 徐々にフェードインしながら元のサイズに */
  }
}
/* ロゴがフェードアウトのアニメーション */
@keyframes logoFadeOut {
  0% {
    opacity: 1;
    transform: scale(1); /* フェードアウト前の状態を維持 */
  }
  100% {
    opacity: 0;
    transform: scale(1); /* 少し大きくしてふわっと消える */
  }
}
/*****ボタン*****/
/*ラッパー*/
.wp-block-buttons {
  margin-top: clamp(1rem, 0.472rem + 2.25vw, 2rem);
}

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

@media (min-width: 600px) {
  .wp-block-button {
    max-width: 360px !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;
}

@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(0.875rem, 0.743rem + 0.56vw, 1.25rem) !important;
}

/*段落*/
.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.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
  font-weight: 500 !important;
}

/*段落*/
.wp-block-table td {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem) !important;
  font-weight: 400 !important;
}

/*スクロールヒント*/
.js-scrollable table {
  white-space: nowrap;
}

/* テキストが長い場合はアイコン幅も調整 */
.js-scrollable .scroll-hint-icon {
  width: 200px;
  left: calc(50% - 100px);
}

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

/* デザイン調整 */
.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 .wpcf7-submit {
  background: var(--color_main) !important;
  color: #FFF;
  border: none;
  border-radius: 8px;
  padding: 1rem 2rem;
  min-width: 300px;
  display: block;
  margin: 3em auto;
  letter-spacing: 1px;
}

/* 必須項目 */
.wpcf7 span.required {
  color: #ce1d1d;
  display: inline-block;
  margin-left: 3px;
}

/* 各フォーム行の区切り線 */
/* フォント設定 */
.wpcf7 form p {
  letter-spacing: 1px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

/* チェックボックスのグリッド */
.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-bottom: 2rem !important;
}

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

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

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

.button-wrap p {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem) !important;
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  line-height: 2 !important;
}

.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-mainVisual__textLayer.l-parent.l-container.u-ta-c {
  color: unset !important;
  text-shadow: none !important;
}

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

/***** カテゴリー一覧 *****/
.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: 600;
  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;
}

.category .c-pageTitle__inner::before {
  content: "\f02b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -1.25em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
}

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

/* 見出し */
.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 .post_content p {
  font-size: clamp(0.75rem, 0.662rem + 0.38vw, 1rem) !important;
  line-height: 1.9 !important;
}

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

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

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

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

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

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

/***** ランダムに一文字ずつフェード *****/
/* 改行維持 */
.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%;
}

.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-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-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-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;
  display: inline-block;
}

/* 見出しインライン用 */
.u-bg-heading {
  padding: 0.35em 1.35em;
  display: inline-block;
  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-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-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-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;
}

/***** 文字間 *****/
.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%;
  }
}

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