.main_txt01 {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.txt02 {
    font-family: fot-tsukuaoldmin-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
}
@media print, screen and (min-width: 960px) {
br.sp { display: none; }
br.pc { display: inline; }
	.main_txt01 {
    font-size: 1.7em;
}
}
@media screen and (max-width: 959px) {
br.sp { display: inline; }
br.pc { display: none; }
	.main_txt01 {
    font-size: 100%;
}
}
.full-map {
    padding: 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: -1.8rem;
}
.top #content {
    padding-top: 0em;
}
span.m_underline {
    text-decoration: underline;
    text-decoration-thickness: 10px;
    text-decoration-color: red;
    text-underline-offset: -2px;
}
div.wpcf7 {  padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:14px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; width: 97.5%; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
.wpcf7 .required { color: #f00;}
.wpcf7 .any{ color: #080;}
/* ========================================
   右下固定ロゴ(2026/05追加)
   ======================================== */
.fixed-logo {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: rgba(10, 10, 10, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 10px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.fixed-logo img {
  height: 56px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .fixed-logo {
    bottom: 16px;
    right: 16px;
    padding: 6px 12px;
  }
  .fixed-logo img {
    height: 18px;
  }
}
/* ========================================
   スマホで動画のテロップを切れさせない(2026/05追加)
   ======================================== */
@media (max-width: 768px) {
  .p-mainVisual__media video,
  .p-mainVisual video,
  .p-mainVisual__slide video {
    object-fit: contain !important;
    background: #000;
  }
}
/* ========================================
   SmartHR風カスタマイズ(2026/05追加)
   ======================================== */
/* ベース調整:行間と文字の余裕を確保 */
.entry-content {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
  line-height: 1.9;
}
/* H2見出し:装飾を消してミニマルに、左寄せ */
.entry-content h2 {
  text-align: left !important;
  border: none !important;
  background: none !important;
  padding: 0 0 16px 0 !important;
  margin-top: 80px !important;
  margin-bottom: 32px !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.6 !important;
  position: relative;
}
/* H2の下に短い赤線を追加 */
.entry-content h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #E84855;
  margin-top: 20px;
}
/* H2の上下の青いラインを完全に消す */
.entry-content h2::before {
  display: none !important;
}
/* H3も整える */
.entry-content h3 {
  text-align: left !important;
  border: none !important;
  background: none !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
}
/* 英字ラベル用のスタイル */
.eng-label,
.eng-label p {
  font-size: 11px !important;
  letter-spacing: 0.25em !important;
  color: #999999 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-bottom: 8px !important;
  text-align: left !important;
}
/* 引用ブロックを左縦線スタイルに */
.entry-content blockquote {
  background: none !important;
  border: none !important;
  border-left: 2px solid #DDDDDD !important;
  padding: 8px 0 8px 24px !important;
  margin: 32px 0 !important;
  font-style: normal !important;
  color: #555555;
  font-size: 15px;
  line-height: 2;
  border-radius: 0 !important;
}
.entry-content blockquote::before,
.entry-content blockquote::after {
  display: none !important;
}
/* 引用内のpタグも整える */
.entry-content blockquote p {
  margin-bottom: 0.5em;
  font-size: 15px;
  line-height: 2;
}
/* 強調(太字)の色を黒寄りに */
.entry-content strong,
.entry-content b {
  color: #23221F;
  font-weight: 500;
}
/* 区切り線を細く・薄く */
.entry-content hr {
  border: none !important;
  border-top: 1px solid #EEEEEE !important;
  margin: 64px 0 !important;
}
/* スクロールアニメーション(フェードアップ) */
.entry-content h2,
.entry-content h3,
.entry-content blockquote {
  animation: fadeUp 0.8s ease-out;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================
   H2見出しの青ライン強制削除(2026/05追加)
   ======================================== */
/* SWELLの見出し装飾を全パターン無効化 */
h2,
.post_content h2,
.entry-content h2,
article h2,
.l-mainContent h2,
.p-postList h2,
.swell-block h2,
.c-postContent h2 {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  background: none !important;
  background-color: transparent !important;
  padding: 0 0 16px 0 !important;
  text-align: left !important;
  font-weight: 500 !important;
  font-size: 28px !important;
  letter-spacing: 0.04em !important;
  line-height: 1.6 !important;
  margin-top: 80px !important;
  margin-bottom: 32px !important;
  position: relative;
}
/* H2の装飾用疑似要素も全て無効化 */
h2::before,
h2::after,
.post_content h2::before,
.entry-content h2::before {
  display: none !important;
  border: none !important;
  background: none !important;
  content: none !important;
}
/* 短い赤線だけ復活させる */
h2.has-text-color::after,
.entry-content h2::after,
.post_content h2::after {
  content: "" !important;
  display: block !important;
  width: 40px !important;
  height: 2px !important;
  background: #E84855 !important;
  margin-top: 20px !important;
  border: none !important;
  position: static !important;
}
/* 重要:H1のサイトタイトルなどには適用しない */
.l-header h2,
.c-pageTitle h2 {
  border: none !important;
  background: none !important;
}
/* ========================================
   引用ブロックの背景・枠を完全に消す(2026/05追加)
   ======================================== */
.entry-content blockquote,
.entry-content .wp-block-quote,
.post_content blockquote,
.post_content .wp-block-quote,
article blockquote,
blockquote.wp-block-quote {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-left: 2px solid #DDDDDD !important;
  border-radius: 0 !important;
  padding: 4px 0 4px 24px !important;
  margin: 32px 0 !important;
  box-shadow: none !important;
  font-style: normal !important;
  color: #555555 !important;
}
/* 引用の前後の装飾(「”」マークなど)を消す */
.entry-content blockquote::before,
.entry-content blockquote::after,
.post_content blockquote::before,
.post_content blockquote::after,
blockquote.wp-block-quote::before,
blockquote.wp-block-quote::after {
  display: none !important;
  content: none !important;
  background: none !important;
}
/* 引用内の段落のスタイル */
.entry-content blockquote p,
.post_content blockquote p,
blockquote.wp-block-quote p {
  font-size: 15px !important;
  line-height: 2 !important;
  margin: 0 !important;
  color: #555555 !important;
  background: none !important;
}
/* 引用の出典(cite)のスタイル */
.entry-content blockquote cite,
blockquote.wp-block-quote cite {
  display: none !important;
}
/* 強調(太字)の色を黒寄りに */
/* ========================================
   SERVICE Section - 職リク(2026/05追加)
   ======================================== */
.covalu-service-section {
  background: #FFFFFF;
  padding: 100px 0;
  font-family: 'Hiragino Sans', 'Yu Gothic', sans-serif;
}
.covalu-service-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 48px;
}
/* ヘッダー部分 */
.covalu-service-header {
  display: flex;
  gap: 48px;
  margin-bottom: 64px;
}
.covalu-service-label {
  flex: 0 0 120px;
}
.covalu-service-label-en {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.3em;
  margin-bottom: 6px;
  font-weight: 500;
}
.covalu-service-label-num {
  font-size: 11px;
  color: #E84855;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.covalu-service-headline {
  flex: 1;
}
.covalu-service-title {
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #23221F !important;
  line-height: 1.6 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 28px 0 !important;
  padding: 0 !important;
  text-align: left !important;
  border: none !important;
  background: none !important;
}
.covalu-service-title::before,
.covalu-service-title::after {
  display: none !important;
  content: none !important;
}
.covalu-service-accent {
  width: 32px;
  height: 2px;
  background: #E84855;
  margin-bottom: 28px;
}
.covalu-service-lead {
  font-size: 14px;
  color: #555;
  line-height: 2;
  max-width: 540px;
  margin: 0;
}
/* メインカード */
.covalu-service-card {
  max-width: 720px;
  margin: 0 auto;
  background: #FAFAF8;
  padding: 48px 44px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
}
.covalu-card-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 8px;
}
.covalu-card-num {
  font-size: 12px;
  color: #E84855;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.covalu-card-name {
  font-size: 24px;
  font-weight: 500;
  color: #23221F;
  letter-spacing: 0.02em;
}
.covalu-card-subtitle {
  font-size: 12px;
  color: #888;
  margin-bottom: 28px;
  letter-spacing: 0.08em;
}
.covalu-card-divider {
  width: 32px;
  height: 1px;
  background: #DDDDDD;
  margin-bottom: 28px;
}
.covalu-card-catch {
  font-size: 17px;
  color: #23221F;
  line-height: 1.8;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.covalu-card-description {
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 0 0 32px 0;
}
/* FLOWセクション */
.covalu-card-flow {
  border-top: 1px solid #EEEEEE;
  padding-top: 28px;
  margin-bottom: 28px;
}
.covalu-flow-label {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  font-weight: 500;
}
.covalu-flow-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.covalu-flow-item:last-child {
  margin-bottom: 0;
}
.covalu-flow-num {
  flex: 0 0 28px;
  font-size: 12px;
  color: #E84855;
  font-weight: 500;
  padding-top: 2px;
}
.covalu-flow-content {
  flex: 1;
}
.covalu-flow-title {
  font-size: 14px;
  color: #23221F;
  font-weight: 500;
  margin-bottom: 4px;
}
.covalu-flow-desc {
  font-size: 13px;
  color: #777;
  line-height: 1.8;
}
/* フッター部分 */
.covalu-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EEEEEE;
  padding-top: 24px;
}
.covalu-card-submessage {
  font-size: 13px;
  color: #888;
}
.covalu-card-link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #23221F !important;
  font-weight: 500;
  text-decoration: none !important;
  transition: gap 0.3s ease;
}
.covalu-card-link:hover {
  gap: 12px;
}
.covalu-card-arrow {
  color: #E84855;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .covalu-service-section {
    padding: 64px 0;
  }
  .covalu-service-inner {
    padding: 0 24px;
  }
  .covalu-service-header {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 48px;
  }
  .covalu-service-label {
    flex: none;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .covalu-service-label-en,
  .covalu-service-label-num {
    margin-bottom: 0;
  }
  .covalu-service-title {
    font-size: 20px !important;
  }
  .covalu-service-card {
    padding: 32px 24px;
  }
  .covalu-card-name {
    font-size: 20px;
  }
  .covalu-card-catch {
    font-size: 15px;
  }
  .covalu-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
/* ========================================
   サイト全体アニメーション(2026/05追加)
   ======================================== */
/* スクロールアニメーション基本設定 */
.fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-in-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* 段階的なディレイ(複数要素を順番に出現) */
.fade-in-element.delay-1 { transition-delay: 0.1s; }
.fade-in-element.delay-2 { transition-delay: 0.2s; }
.fade-in-element.delay-3 { transition-delay: 0.3s; }
.fade-in-element.delay-4 { transition-delay: 0.4s; }
.fade-in-element.delay-5 { transition-delay: 0.5s; }
/* H2見出しの行ごと出現 */
.entry-content h2,
.post_content h2,
.covalu-service-title {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.entry-content h2.is-visible,
.post_content h2.is-visible,
.covalu-service-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* 赤い線が伸びる */
.entry-content h2::after,
.post_content h2::after,
.covalu-service-accent,
.covalu-card-divider {
  width: 0 !important;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
}
.entry-content h2.is-visible::after,
.post_content h2.is-visible::after {
  width: 40px !important;
}
.covalu-service-accent.is-visible {
  width: 32px !important;
}
.covalu-card-divider.is-visible {
  width: 32px !important;
}
/* SERVICEセクション全体のフェードイン */
.covalu-service-header,
.covalu-service-card {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.covalu-service-header.is-visible,
.covalu-service-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.covalu-service-card.is-visible {
  transition-delay: 0.2s;
}
/* FLOW項目の段階出現 */
.covalu-flow-item {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.covalu-flow-item.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.covalu-flow-item:nth-child(2) { transition-delay: 0.5s; }
.covalu-flow-item:nth-child(3) { transition-delay: 0.6s; }
.covalu-flow-item:nth-child(4) { transition-delay: 0.7s; }
/* カードのホバー効果(浮き上がる) */
.covalu-service-card {
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.covalu-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(35, 34, 31, 0.08);
}
/* 矢印のホバー強化 */
.covalu-card-link {
  position: relative;
  transition: color 0.3s ease;
}
.covalu-card-arrow {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.covalu-card-link:hover .covalu-card-arrow {
  transform: translateX(6px);
}
/* 引用ブロックのフェードイン */
.entry-content blockquote,
.post_content blockquote {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
}
.entry-content blockquote.is-visible,
.post_content blockquote.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* 段落のフェードイン */
.entry-content p,
.post_content p {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.entry-content p.is-visible,
.post_content p.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/* 動きを減らしたいユーザーへの配慮 */
@media (prefers-reduced-motion: reduce) {
  .fade-in-element,
  .entry-content h2,
  .post_content h2,
  .covalu-service-title,
  .covalu-service-header,
  .covalu-service-card,
  .covalu-flow-item,
  .entry-content blockquote,
  .post_content blockquote,
  .entry-content p,
  .post_content p {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* ========================================
   カードのシャイン効果(最終版)
   ======================================== */
.covalu-service-card {
  position: relative;
  overflow: hidden;
}
.covalu-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(232, 72, 85, 0.35) 50%,
    transparent 100%
  );
  filter: blur(15px);
  transition: left 1s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1;
}
.covalu-service-card:hover::before {
  left: 125%;
}
.covalu-service-card > * {
  position: relative;
  z-index: 2;
}
/* ========================================
   ファーストビュー(SASAKI風・H-2e版)
   2026/05追加
   ======================================== */
/* Google Fonts読み込み */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Shippori+Mincho:wght@500;700;800&display=swap');
.covalu-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: -40px;
  background: #FFFFFF;
  overflow: hidden;
  font-family: 'Hiragino Sans', 'Yu Gothic', 'Noto Sans JP', sans-serif;
}
/* 背景の巨大英字 */
.covalu-hero-bg-text {
  position: absolute;
  top: 40px;
  right: -40px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(120px, 18vw, 220px);
  color: #1B3A8A;
  letter-spacing: -0.02em;
  line-height: 0.85;
  opacity: 0.04;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
}
/* 内側コンテナ */
.covalu-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 56px 80px;
  box-sizing: border-box;
}
/* ラベル(A NEW ERA OF RECRUITING) */
.covalu-hero-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 40px;
}
.covalu-hero-label-line {
  width: 40px;
  height: 1px;
  background: #E84855;
  display: inline-block;
}
.covalu-hero-label-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  color: #E84855;
  letter-spacing: 0.3em;
}
/* メイン見出し */
.covalu-hero-headline {
  font-family: 'Shippori Mincho', serif !important;
  font-size: clamp(28px, 4.5vw, 50px) !important;
  font-weight: 800 !important;
  color: #1B3A8A !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
  margin: 0 0 12px 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  text-align: left !important;
  font-feature-settings: 'palt' 1;
}
.covalu-hero-headline::before,
.covalu-hero-headline::after {
  display: none !important;
  content: none !important;
}
.covalu-hero-blue {
  color: #1B3A8A;
}
.covalu-hero-red {
  color: #E84855;
}
/* サブ見出し */
.covalu-hero-subhead {
  font-family: 'Shippori Mincho', serif;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  color: #555;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0 0 48px 0 !important;
}
/* 説明文 */
.covalu-hero-desc {
  font-size: 14px;
  color: #333;
  line-height: 2.2;
  max-width: 540px;
  margin: 0 0 48px 0 !important;
}
.covalu-hero-desc strong {
  color: #1B3A8A;
  font-weight: 500;
}
/* ボタン */
.covalu-hero-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.covalu-hero-btn-primary {
  background: #1B3A8A;
  color: #FFFFFF !important;
  padding: 18px 32px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid #1B3A8A;
}
.covalu-hero-btn-primary:hover {
  background: #0F2659;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(27, 58, 138, 0.2);
}
.covalu-hero-btn-secondary {
  border: 1px solid #1B3A8A;
  color: #1B3A8A !important;
  padding: 17px 32px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-decoration: none !important;
  display: inline-block;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.covalu-hero-btn-secondary:hover {
  background: #1B3A8A;
  color: #FFFFFF !important;
}
/* TRUSTED BY セクション(マーキー版) */
.covalu-hero-trust {
  background: #FAFAF8;
  padding: 24px 0;
  border-top: 0.5px solid #EEE;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}
.covalu-hero-trust-label {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  color: #888;
  letter-spacing: 0.3em;
  min-width: 100px;
  padding-left: 56px;
  flex-shrink: 0;
}
/* マーキーコンテナ */
.covalu-marquee {
  flex: 1;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 5%,
    #000 95%,
    transparent 100%
  );
}
/* マーキートラック(動く部分) */
.covalu-marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: covalu-marquee-scroll 30s linear infinite;
}
/* スクロールアニメーション */
@keyframes covalu-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ホバーで一時停止 */
.covalu-marquee:hover .covalu-marquee-track {
  animation-play-state: paused;
}
/* 仮ロゴ表示(後で画像に差し替え) */
.covalu-trust-logo {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}
.covalu-trust-logo.logo-1 {
  color: #444;
}
.covalu-trust-logo.logo-2 {
  color: #C32027;
}
.covalu-trust-logo.logo-3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: #1F5C3D;
}
.covalu-trust-logo.logo-4 {
  color: #0B4A78;
}
.covalu-trust-logo.logo-5 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  color: #B45309;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .covalu-hero {
    margin-top: -20px;
  }
  
  .covalu-hero-inner {
    padding: 60px 24px 48px;
  }
  
  .covalu-hero-label {
    margin-bottom: 24px;
  }
  
  .covalu-hero-headline {
    font-size: 28px !important;
  }
  
  .covalu-hero-subhead {
    font-size: 16px;
    margin-bottom: 32px !important;
  }
  
  .covalu-hero-desc {
    font-size: 13px;
    margin-bottom: 32px !important;
  }
  
  .covalu-hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .covalu-hero-btn-primary,
  .covalu-hero-btn-secondary {
    text-align: center;
  }
  
  .covalu-hero-trust {
    padding: 20px 0;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  
  .covalu-hero-trust-label {
    padding-left: 24px;
    min-width: auto;
  }
  
  .covalu-marquee {
    width: 100%;
  }
  
  .covalu-marquee-track {
    gap: 32px;
    animation-duration: 20s;
  }
  
  .covalu-trust-logo {
    font-size: 14px;
  }
  
  .covalu-trust-logo.logo-3,
  .covalu-trust-logo.logo-5 {
    font-size: 16px;
  }
  
  .covalu-hero-bg-text {
    font-size: 100px;
  }
}
/* マーキー強制適用(2026/05追加) */
.covalu-hero-trust {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  overflow: hidden !important;
}

.covalu-marquee {
  flex: 1 !important;
  overflow: hidden !important;
  position: relative !important;
}

.covalu-marquee-track {
  display: flex !important;
  flex-direction: row !important;
  gap: 60px !important;
  width: max-content !important;
  animation: covalu-marquee-scroll 30s linear infinite !important;
}

@keyframes covalu-marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.covalu-trust-logo {
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
/* デバッグ用:強制マーキー */
section.covalu-hero div.covalu-hero-trust {
  display: flex !important;
  flex-direction: row !important;
}
section.covalu-hero div.covalu-marquee-track {
  display: flex !important;
  flex-direction: row !important;
  animation: covalu-marquee-scroll 30s linear infinite !important;
}
/* CASE STORIES カードのホバー効果(2026/05追加) */
.covalu-case-stories a {
  position: relative;
}
.covalu-case-stories a:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(35, 34, 31, 0.08) !important;
  border-color: #1B3A8A !important;
}
/* WHY US セクション スマホ対応(2026/05追加) */
@media (max-width: 768px) {
  .covalu-whyus {
    padding: 80px 0 60px !important;
  }
  .covalu-whyus-inner {
    padding: 0 24px !important;
  }
  .covalu-whyus-item {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 36px 0 !important;
  }
  .covalu-whyus-item h3 {
    font-size: 20px !important;
  }
  .covalu-whyus-bg-text {
    font-size: 100px !important;
  }
}
/* FAQ セクション(2026/05追加) */
.covalu-faq-item summary::-webkit-details-marker {
  display: none;
}
.covalu-faq-item summary {
  -webkit-tap-highlight-color: transparent;
}
.covalu-faq-item summary:hover {
  background: #FAFAF8;
}
.covalu-faq-item[open] .covalu-faq-icon span:last-child {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.covalu-faq-item[open] summary {
  background: #FAFAF8;
  border-bottom: 1px solid #EEEEEE;
}

/* FAQ スマホ対応 */
@media (max-width: 768px) {
  .covalu-faq {
    padding: 80px 0 60px !important;
  }
  .covalu-faq-inner {
    padding: 0 24px !important;
  }
  .covalu-faq-item summary {
    padding: 20px 20px !important;
    gap: 16px !important;
  }
  .covalu-faq-item summary > div:nth-child(2) {
    font-size: 15px !important;
  }
  .covalu-faq-item > div {
    padding: 0 20px 20px 60px !important;
    font-size: 13px !important;
  }
  .covalu-faq-bg-text {
    font-size: 100px !important;
  }
}
/* CONTACT セクション(2026/05追加) */
.covalu-contact-btn-primary:hover {
  background: #FFFFFF !important;
  color: #1B3A8A !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(232, 72, 85, 0.3);
}
.covalu-contact a[href*="contact"]:hover {
  background: #1B3A8A !important;
  color: #FFFFFF !important;
  transform: translateY(-2px);
}

/* OTHER SERVICES セクション(2026/05追加) */
.covalu-other-card:hover {
  border-color: #1B3A8A !important;
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(35, 34, 31, 0.08);
}

/* CONTACT スマホ対応 */
@media (max-width: 768px) {
  .covalu-contact {
    padding: 80px 0 60px !important;
  }
  .covalu-contact-inner {
    padding: 0 24px !important;
  }
  .covalu-contact-main {
    padding: 40px 28px !important;
  }
  .covalu-contact-main h3 {
    font-size: 22px !important;
  }
  .covalu-contact-bg-text {
    font-size: 100px !important;
  }
  .covalu-other {
    padding: 80px 0 60px !important;
  }
  .covalu-other-inner {
    padding: 0 24px !important;
  }
  .covalu-other-card {
    padding: 32px 24px !important;
  }
  .covalu-other-card > div > div {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .covalu-other-bg-text {
    font-size: 100px !important;
  }
}
/* ========================================
   新HERO(2026/05/29追加) — 上書き
   ======================================== */

/* 新HEROの h1 を白に強制 */
.covalu-top-hero .covalu-hero-headline,
.covalu-top-hero .covalu-hero-headline > span {
  color: #FFFFFF !important;
}

/* アクセントカラー(赤)は維持 */
.covalu-top-hero .covalu-hero-headline .covalu-hero-accent {
  color: #E84855 !important;
}

/* 念のため SWELL のh1装飾を完全に殺す */
.covalu-top-hero .covalu-hero-headline {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.covalu-top-hero .covalu-hero-headline::before,
.covalu-top-hero .covalu-hero-headline::after {
  display: none !important;
  content: none !important;
}

/* 新HEROのサブコピーも白に強制(念のため) */
.covalu-top-hero .covalu-hero-sub-jp {
  color: #FFFFFF !important;
}
.covalu-top-hero .covalu-hero-sub-en {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* ========================================
   MESSAGE セクション(縦型動画版)
   2026/05/29追加 — 完成版
   ======================================== */

/* 新MESSAGEセクションのスタイル強制適用 */
.covalu-message {
  position: relative !important;
  background: #1B3A8A !important;
  padding: 140px 0 !important;
  overflow: hidden !important;
  color: #FFFFFF !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.covalu-message-bg-text {
  position: absolute !important;
  bottom: -40px !important;
  left: -30px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: clamp(140px, 22vw, 320px) !important;
  color: #FFFFFF !important;
  letter-spacing: -0.02em !important;
  line-height: 0.85 !important;
  opacity: 0.04 !important;
  white-space: nowrap !important;
  font-weight: 700 !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

/* 三角アクセント */
.covalu-message-deco {
  position: absolute !important;
  pointer-events: none !important;
  z-index: 2 !important;
  animation: covalu-msg-float 6s ease-in-out infinite !important;
}
.covalu-message-deco-1 { top: 12% !important; right: 8% !important; animation-delay: 0s !important; }
.covalu-message-deco-2 { top: 35% !important; left: 48% !important; animation-delay: 1.2s !important; }
.covalu-message-deco-3 { bottom: 18% !important; right: 30% !important; animation-delay: 2.4s !important; }
.covalu-message-deco-4 { top: 60% !important; left: 52% !important; animation-delay: 1.8s !important; }
.covalu-message-deco-5 { bottom: 10% !important; right: 5% !important; animation-delay: 3.0s !important; }
.covalu-message-deco-6 { top: 22% !important; right: 38% !important; animation-delay: 0.6s !important; }
.covalu-message-deco-7 { top: 75% !important; right: 42% !important; animation-delay: 2.0s !important; }

@keyframes covalu-msg-float {
  0%, 100% { transform: translate(0, 0) rotate(0); }
  50% { transform: translate(6px, -10px) rotate(15deg); }
}

.covalu-message-inner {
  position: relative !important;
  z-index: 3 !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0 56px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 80px !important;
  align-items: flex-start !important;
}

.covalu-message-text {
  padding-top: 40px !important;
}

.covalu-message-label {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin-bottom: 40px !important;
}
.covalu-message-label-num {
  background: #E84855 !important;
  color: #FFFFFF !important;
  padding: 6px 14px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
}
.covalu-message-label-text {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 12px !important;
  color: rgba(255,255,255,0.7) !important;
  letter-spacing: 0.3em !important;
  font-weight: 700 !important;
}

/* MESSAGE の h2 タイトル(SWELL装飾を完全に殺す) */
.covalu-message .covalu-message-title,
.covalu-message h2.covalu-message-title {
  font-family: 'Shippori Mincho', serif !important;
  font-size: clamp(32px, 4.5vw, 56px) !important;
  font-weight: 800 !important;
  color: #FFFFFF !important;
  line-height: 1.5 !important;
  margin: 0 0 48px 0 !important;
  letter-spacing: 0.02em !important;
  font-feature-settings: 'palt' 1 !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  text-align: left !important;
}
.covalu-message .covalu-message-title::before,
.covalu-message .covalu-message-title::after,
.covalu-message h2.covalu-message-title::before,
.covalu-message h2.covalu-message-title::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
  width: 0 !important;
  height: 0 !important;
}
.covalu-message .covalu-message-title em {
  color: #E84855 !important;
  font-style: normal !important;
}

/* 本文 */
.covalu-message .covalu-message-body {
  font-size: 15px !important;
  line-height: 2.4 !important;
  color: rgba(255,255,255,0.9) !important;
  max-width: 480px !important;
}
.covalu-message .covalu-message-body p {
  margin-bottom: 24px !important;
  color: rgba(255,255,255,0.9) !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* 動画エリア */
.covalu-message-photos {
  position: relative !important;
  min-height: 720px !important;
}
.covalu-message-photo {
  position: absolute !important;
  overflow: hidden !important;
  border: 4px solid #FFFFFF !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
  background: linear-gradient(135deg, #1B3A8A 0%, #0F2660 100%) !important;
}
.covalu-message-photo::after {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 32px !important;
  height: 32px !important;
  margin: -16px 0 0 -16px !important;
  border: 2px solid rgba(255,255,255,0.2) !important;
  border-top-color: #E84855 !important;
  border-radius: 50% !important;
  animation: covalu-loading 1s linear infinite !important;
  z-index: 1 !important;
}
@keyframes covalu-loading {
  to { transform: rotate(360deg); }
}
.covalu-message-photo:hover {
  transform: translateY(-8px) scale(1.02) !important;
  z-index: 10 !important;
}
.covalu-message-photo video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  filter: brightness(0.95) saturate(0.9) !important;
  position: relative !important;
  z-index: 2 !important;
}

.covalu-message-photo-1 {
  top: 0 !important;
  left: 0 !important;
  width: 220px !important;
  height: 380px !important;
  transform: rotate(-2deg) !important;
  z-index: 2 !important;
}
.covalu-message-photo-2 {
  top: 60px !important;
  right: 80px !important;
  width: 200px !important;
  height: 350px !important;
  transform: rotate(1.5deg) !important;
  z-index: 3 !important;
}
.covalu-message-photo-3 {
  bottom: 0 !important;
  left: 100px !important;
  width: 210px !important;
  height: 360px !important;
  transform: rotate(-1deg) !important;
  z-index: 1 !important;
}

.covalu-message-photo-caption {
  position: absolute !important;
  bottom: 16px !important;
  left: 16px !important;
  z-index: 5 !important;
  color: #FFFFFF !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.25em !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6) !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.covalu-message-photo-caption::before {
  content: '' !important;
  display: inline-block !important;
  width: 20px !important;
  height: 1px !important;
  background: #E84855 !important;
}

.covalu-message-photo-live {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 5 !important;
  background: rgba(232, 72, 85, 0.9) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  color: #FFFFFF !important;
  padding: 4px 10px !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.covalu-message-photo-live::before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  background: #FFFFFF !important;
  border-radius: 50% !important;
  animation: covalu-live-pulse 1.5s ease-in-out infinite !important;
}
@keyframes covalu-live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

/* MESSAGE スマホ対応 */
@media (max-width: 968px) {
  .covalu-message {
    padding: 80px 0 !important;
  }
  .covalu-message-inner {
    grid-template-columns: 1fr !important;
    gap: 60px !important;
    padding: 0 24px !important;
  }
  .covalu-message-text {
    padding-top: 0 !important;
  }
  .covalu-message-photos {
    min-height: 560px !important;
  }
  .covalu-message-photo-1 {
    top: 0 !important;
    left: 0 !important;
    width: 150px !important;
    height: 260px !important;
  }
  .covalu-message-photo-2 {
    top: 40px !important;
    left: 50% !important;
    right: auto !important;
    transform: rotate(1.5deg) translateX(-50%) !important;
    width: 145px !important;
    height: 250px !important;
  }
  .covalu-message-photo-3 {
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
    width: 150px !important;
    height: 260px !important;
  }
  .covalu-message .covalu-message-title {
    font-size: 28px !important;
    margin-bottom: 32px !important;
  }
  .covalu-message .covalu-message-body {
    font-size: 14px !important;
    line-height: 2.2 !important;
  }
}
/* ========================================
   OTHER SERVICES セクション(新デザイン版)
   2026/05/29追加
   ======================================== */

.covalu-other {
  background: #FAFAF8;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.covalu-other-bg-text {
  position: absolute;
  bottom: -40px;
  left: -30px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(140px, 22vw, 320px);
  color: #1B3A8A;
  letter-spacing: -0.02em;
  line-height: 0.85;
  opacity: 0.04;
  white-space: nowrap;
  font-weight: 700;
  pointer-events: none;
}
.covalu-other-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
  z-index: 2;
}

/* OTHER カード */
.covalu-other-card {
  display: block;
  background: #FFFFFF;
  padding: 56px 48px;
  border: 1px solid #EEEEEE;
  border-top: 3px solid #E84855;
  text-decoration: none !important;
  color: inherit !important;
  margin-top: 48px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.covalu-other-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(27, 58, 138, 0.12);
  border-color: #1B3A8A;
  border-top-color: #E84855;
}
.covalu-other-card-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #1B3A8A;
  color: #FFFFFF;
  padding: 8px 18px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.covalu-other-card-inner {
  margin-top: 32px;
}
.covalu-other-card-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 8px;
}
.covalu-other-card-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  color: #E84855;
  letter-spacing: 0.15em;
  font-weight: 700;
}
.covalu-other-card-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 26px;
  font-weight: 700;
  color: #1B3A8A;
  letter-spacing: 0.02em;
}
.covalu-other-card-en {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 11px;
  color: #888;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}
.covalu-other-card-divider {
  width: 40px;
  height: 2px;
  background: #E84855;
  margin-bottom: 28px;
}
.covalu-other-card-catch {
  font-family: 'Shippori Mincho', serif;
  font-size: 18px;
  color: #1B3A8A;
  line-height: 1.8;
  margin: 0 0 12px 0;
  font-weight: 700;
}
.covalu-other-card-desc {
  font-size: 14px;
  color: #555;
  line-height: 2;
  margin: 0 0 36px 0;
}

/* METHOD グリッド */
.covalu-other-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
.covalu-other-method {
  padding: 24px 20px;
  background: #FAFAF8;
  border-left: 2px solid #E84855;
}
.covalu-other-method-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 10px;
  color: #888;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  font-weight: 700;
}
.covalu-other-method-title {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  font-weight: 700;
  color: #1B3A8A;
  margin-bottom: 6px;
}
.covalu-other-method-desc {
  font-size: 11px;
  color: #666;
  line-height: 1.7;
}

/* 詳しく見るリンク */
.covalu-other-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #1B3A8A;
  font-weight: 700;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #1B3A8A;
  padding-bottom: 4px;
}
.covalu-other-card-arrow {
  color: #E84855;
  transition: transform 0.3s;
}
.covalu-other-card:hover .covalu-other-card-arrow {
  transform: translateX(6px);
}

/* スマホ */
@media (max-width: 768px) {
  .covalu-other {
    padding: 80px 0 !important;
  }
  .covalu-other-inner {
    padding: 0 24px !important;
  }
  .covalu-other-card {
    padding: 40px 28px !important;
  }
  .covalu-other-card-name {
    font-size: 22px !important;
  }
  .covalu-other-methods {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}