@charset "UTF-8";
/* =======================
	base
==========================*/
html {
  box-sizing: border-box;
  height: 100%;
  font-family: YakuHanJP, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #030000;
  line-height: 1.8;
  font-weight: 500;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  box-sizing: border-box;
  height: 100%;
  font-family: YakuHanJP, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #030000;
  line-height: 1.8;
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

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

.custom-gap p + p {
  margin-top: 1em; /* 1行分の余白 */
}

/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

img {
  border-style: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
button,
optgroup,
select {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

.font-en {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1 !important;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
}
.font-en.bold {
  font-weight: 700;
}

/* =======================
	foundation
==========================*/
/* =======================
	foundation
==========================*/
.br-PC {
  display: none;
}

.sp-only {
  display: inline;
}

.pc-only {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (min-width: 767px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: inline;
  }
  .br-PC {
    display: block;
  }
  .br-SP {
    display: none;
  }
  .center_PC {
    text-align: center;
  }
}
.under_line {
  text-decoration: underline;
}

/* hover */
a:not(.no-dim):hover,
a:not(.no-dim):focus-visible {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.site-nav .menu.menu-pc .menu-item > a:hover,
a.footer__nav-pagetop {
  opacity: 1;
}

a[href^=tel],
a[href^=fax] {
  text-decoration: none !important;
  color: inherit;
  /* iOS Safari 用のベンダープレフィックス */
  -webkit-text-decoration: none;
}

.scroll-hint-icon {
  width: 136px; /* アイコン自体の横幅 */
  height: 90px; /* アイコン自体の縦幅 */
}

.scroll-hint-text {
  white-space: nowrap; /* 横スクロールできる旨を１行で表示 */
}

/* =======================
	foundation
==========================*/
/* ========== Offcanvas Toggle ========== */
.nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2003;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: auto;
  background: #030000;
}
.nav-toggle .nav-icon--menu {
  display: block;
}
.nav-toggle .nav-icon--close {
  display: none;
}
@media (min-width: 960px) {
  .nav-toggle {
    width: 70px;
    height: 70px;
  }
}

/* 開いた時：白い正方形の中に × と CLOSE（縦並び） */
.nav-toggle[aria-expanded=true] {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav-toggle[aria-expanded=true] .nav-icon--menu {
  display: none;
}
.nav-toggle[aria-expanded=true] .nav-icon--close {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #000;
  margin-bottom: 4px;
}
@media (min-width: 960px) {
  .nav-toggle[aria-expanded=true] .nav-icon--close {
    font-size: 34px;
  }
}
.nav-toggle[aria-expanded=true]::after {
  content: "CLOSE";
  font-size: 11px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.06em;
  color: #000;
  line-height: 1;
}

/* ========== Offcanvas Panel ========== */
.offcanvas {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(86vw, 360px);
  transform: translateX(100%);
  transition: transform 0.35s ease, visibility 0s linear 0.35s;
  will-change: transform;
  background: #000;
  color: #fff;
  z-index: 2002;
  outline: none;
  visibility: hidden;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent; /* iOSの灰色ハイライト無効 */
  /* 開いた状態（JSで aria-hidden を切り替え） */
  /* ===== TOPBAR ===== */
  /* ==== 言語トグル（新実装） ==== */
  /* ===== BODY（メニュー） ===== */
  /* ===== FOOTER（左下SNS） ===== */
}
.offcanvas[aria-hidden=false] {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.35s ease; /* 表示時は遅延なし */
}
@media (min-width: 960px) {
  .offcanvas {
    width: min(88vw, 760px);
  }
}
.offcanvas__inner {
  height: 100%;
  overflow: auto;
  padding: 20px 16px 28px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(16px, 2.4vw, 24px);
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .offcanvas__inner {
    padding: 28px 40px 32px;
    gap: 28px;
  }
}
.offcanvas__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
}
.offcanvas__langToggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  min-height: 36px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: transparent;
  user-select: none;
  color: #fff;
  /* PCだけホバーでうっすら反転 */
}
@media (hover: hover) and (pointer: fine) {
  .offcanvas__langToggle:hover, .offcanvas__langToggle:focus-within {
    background: #030000; /* 変数が無ければ #000 に置き換え */
    outline: none;
  }
}
.offcanvas__langToggle .slash {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
  line-height: 1;
}
.offcanvas__langBtn {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 0.25rem;
  padding: 0.125rem 0.125rem;
  color: rgba(255, 255, 255, 0.6); /* 非アクティブ（薄い白） */
  transition: color 0.2s ease, opacity 0.2s ease;
}
.offcanvas__langBtn:focus {
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .offcanvas__langBtn:hover, .offcanvas__langBtn:focus-visible {
    color: #fff; /* ホバーで白 */
  }
}
.offcanvas__langBtn.is-current {
  color: #fff; /* アクティブ（真っ白） */
  pointer-events: none; /* 押せない */
  cursor: default;
}
.offcanvas__nav {
  margin-top: 16px;
}
.offcanvas__list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* SP：縦積み */
  display: grid;
  gap: 24px;
  /* PC：Columns */
  /* PC：列配置 */
}
@media (min-width: 960px) {
  .offcanvas__list {
    display: block;
    column-count: 2;
    column-gap: 56px;
    column-fill: auto;
  }
}
.offcanvas__list > li {
  line-height: 1.2;
  /* ===== TOP配下（NEWS / MESSAGE / GALLERY / ABOUT） ===== */
  /* PC：分断回避＆縦間隔 */
}
.offcanvas__list > li a {
  text-decoration: none;
  color: #fff; /* 文字は常に白 */
  opacity: 1; /* 実機での“薄い”を防止 */
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  /* タップ/フォーカス時も白のまま */
  /* ホバーはPCだけ薄く（必要なら） */
}
.offcanvas__list > li a:active, .offcanvas__list > li a:focus {
  color: #fff;
  opacity: 1;
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  .offcanvas__list > li a:hover .nav-en, .offcanvas__list > li a:focus-visible .nav-en {
    text-decoration: underline;
  }
}
.offcanvas__list > li .nav-en {
  display: block;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: clamp(18px, 2.2vw, 22px);
}
@media (min-width: 960px) {
  .offcanvas__list > li .nav-en {
    font-size: 22px;
  }
}
.offcanvas__list > li .nav-ja {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}
.offcanvas__list > li > ul {
  margin-top: 14px;
  margin-left: 20px;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
  --dash-indent: 22px;
}
.offcanvas__list > li > ul li .nav-en {
  position: relative;
  padding-left: var(--dash-indent);
  font-size: clamp(16px, 2vw, 18px);
}
.offcanvas__list > li > ul li .nav-en::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: 700;
}
.offcanvas__list > li > ul li .nav-ja {
  margin-top: 4px;
  font-size: 12px;
  padding-left: var(--dash-indent);
}
@media (min-width: 960px) {
  .offcanvas__list > li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: block;
    width: 100%;
    margin: 0 0 32px;
  }
}
@media (min-width: 960px) {
  .offcanvas__list > li:first-child {
    break-after: column;
    -webkit-column-break-after: column;
    margin-bottom: 0;
  }
  .offcanvas__list > li:nth-child(2) {
    break-before: column;
    -webkit-column-break-before: column;
  }
}
.offcanvas__sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
@media (min-width: 960px) {
  .offcanvas__sns {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.offcanvas__sns li a {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  transition: transform 0.15s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  /* PCだけホバー上げ */
}
@media (hover: hover) and (pointer: fine) {
  .offcanvas__sns li a:hover, .offcanvas__sns li a:focus-visible {
    transform: translateY(-2px);
    background: #161616;
    outline: none;
  }
}

/* ========== Overlay ========== */
.offcanvas-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s steps(1, end);
}

/* ========== Open / Close States ========== */
html.is-offcanvas-open body {
  overflow: hidden;
}
html.is-offcanvas-open .offcanvas {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
  transition: transform 0.35s ease;
}
html.is-offcanvas-open .offcanvas-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ★ 閉じアニメ中だけ可視のまま右へスライドアウト */
.offcanvas.is-closing {
  transform: translateX(100%);
  visibility: visible;
  pointer-events: none;
  transition: transform 0.35s ease;
}

/* 無効リンク */
.offcanvas__nav a.is-disabled,
.offcanvas__nav a[aria-disabled=true] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
}

/* ====== グローバルの“hoverで薄くする”はPCだけに限定 ====== */
/* 既存の a:hover 薄化が実機に残り続ける問題の根治策 */
@media (hover: hover) and (pointer: fine) {
  a:not(.no-dim):not([aria-disabled=true]):hover,
  a:not(.no-dim):not([aria-disabled=true]):focus-visible {
    opacity: 0.7;
  }
}
/* クリック不能スタイル */
.offcanvas__langCombo.is-disabled,
.offcanvas__langCombo[aria-disabled=true] {
  pointer-events: none;
  cursor: default;
}

/* 見た目はそのまま（グローバルhover薄化の影響除外） */
.offcanvas__langCombo,
.offcanvas__langCombo:hover,
.offcanvas__langCombo:focus,
.offcanvas__langCombo:focus-visible {
  color: inherit;
  opacity: 1;
  text-decoration: none;
}

/* =======================
	foundation
==========================*/
.footer_2026 {
  background: #030000;
  height: auto;
}

/* =======================
	foundation
==========================*/
/* Skip link: 視覚的に隠すがフォーカスで表示 */
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 3000; /* nav-toggle(2003)やoffcanvas(2002)より上 */
  padding: 10px 14px;
  background: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  /* 視覚的に隠す（スクリーンリーダーには見える） */
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* フォーカス時に出現（:focus-visible 対応） */
.skip-link:focus,
.skip-link:focus-visible {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  overflow: visible;
  white-space: normal;
}

/* 言語トグル用の :lang 非表示解除（既存ルールの上書き） */
html[lang=en] .skip-link [lang=ja],
html[lang=ja] .skip-link [lang=en] {
  display: inline !important;
}

html[lang=en] :lang(ja) {
  display: none !important;
}

html[lang=en] .footer_2026 :lang(ja) {
  display: none !important;
}

html[lang=ja] .footer_2026 :lang(en) {
  display: none !important;
}

html[lang=ja] .breadcrumb :lang(en) {
  display: none !important;
}

html[lang=en] .offcanvas__langToggle a[lang=ja],
html[lang=ja] .offcanvas__langToggle a[lang=en] {
  display: inline-flex !important; /* a要素なら inline-flex が自然 */
  opacity: 1 !important; /* 念のため薄くならないように */
  visibility: visible !important;
}

main {
  color: #030000;
}

@media screen and (max-width: 1099px) {
  section {
    padding: 0;
  }
}
.l-content {
  padding: 0 0 5rem;
}
.l-content.__80 {
  padding: 5rem 0;
}

.l-container1010 {
  width: 87.2%;
  max-width: 1010px;
  margin: 0 auto;
}
.l-container1010__100 {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .l-content {
    padding: 0 0 2.5rem;
  }
  .l-content.__100 {
    padding: 6.25rem 0 5rem;
  }
}
/* =======================
	foundation
==========================*/
/* 見出し */
.c-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 30px;
  }
}
.c-title.border-none {
  border: none;
  margin: 0;
}
.c-title._reverse {
  flex-direction: column-reverse;
  align-items: center;
  gap: 0;
  margin-bottom: 30px;
  border-bottom: none;
}

.c-heading {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}
.c-heading._black {
  color: #030000;
}
.c-heading.text-left {
  text-align: justify;
}

.c-heading_sub {
  color: #fff;
}

/* =======================
	foundation
==========================*/
/* =======================
   Page Title
========================== */
.page-header {
  background: #000;
  padding: 24px 0;
}

/* =======================
	foundation
==========================*/
.breadcrumb {
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  padding: 0.625rem 0;
  margin: 0;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.breadcrumb__list .breadcrumb__listItem {
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
.breadcrumb__list .breadcrumb__listItem a {
  color: #030000;
  font-weight: 700;
}

.breadcrumb li:not(:last-of-type)::after {
  color: #030000;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  position: relative;
  top: -1px;
}

.breadcrumb__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.375rem;
}

.breadcrumb a {
  display: inline-flex;
  align-items: center; /* アイコンとテキストを縦方向で揃える */
}

/* =======================
	foundation
==========================*/
.btn {
  /* サイズ系 */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 1.5rem;
  white-space: nowrap;
  width: 100%;
  max-width: 260px;
  margin: 3em auto;
  /* 角・枠 */
  --radius: 40px;
  --bw: 2px;
  border-radius: var(--radius);
  border: var(--bw) solid transparent; /* 透明の枠を用意 */
  /* 内側の塗りと外側(枠)のグラデを二重背景で重ねる */
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #c33895 0%, #e83688 20%, #ee7960 50%, #f9fa13 100%) border-box;
  text-decoration: none;
  line-height: 1;
  color: #030000 !important; /* 文字色 */
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

/* =======================
	foundation
==========================*/
/* カードコンポーネント */
.c-cards_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.c-cards {
  display: block;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 380px;
}
.c-cards.__case-study {
  padding: 1.25rem 0;
  max-width: 496px;
}

.c-card__image {
  width: 100%;
  aspect-ratio: 4/3;
}
.c-card__image.__case-study {
  text-align: center;
}
.c-card__image.__case-study img {
  border-radius: 4px;
  width: 84%;
  margin: 0 auto;
}

.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  text-align: center;
}

.c-card__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.911rem + 1.07vw, 1.875rem);
}
.c-card__title.__case-study {
  font-size: 24px;
}

.c-card__text.__case-study {
  font-size: 18px;
  max-width: 456px;
  margin: 0 auto 0.625rem;
  padding: 0 20px;
}

@media screen and (min-width: 767px) {
  .c-cards_bgGreen::after {
    top: calc(50% + 1rem);
    max-width: 960px;
    margin: 0 auto;
    height: 17rem;
    left: 50%;
    right: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    transform: translateX(-50%);
  }
  .c-cards_bgGreen.__case-study {
    margin: 5rem auto 0;
  }
  .c-cards_bgGreen.__case-study::after {
    top: calc(50% + 10rem);
    max-width: 1100px;
    height: 18rem;
  }
  .c-cards_bgGreen.__scene::after {
    top: calc(50% + 4rem);
    max-width: 1000px;
    height: 12rem;
  }
  .c-cards_wrapper {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 2.5rem;
  }
  .c-cards {
    width: calc((100% - 1.5rem) / 2);
    flex: none;
  }
  .c-cards.__case-study {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 1.25rem 0;
    max-width: 496px;
  }
  .c-card__content.__case-study {
    flex: 0 0 auto;
    height: 6rem;
    padding: 1rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-btn_wrapper {
    margin-top: auto;
    gap: 0;
    padding: 0 20px;
  }
  .l-btn_wrapper .btn.card_btn {
    max-width: inherit;
  }
  .c-card__text.__case-study {
    font-size: 18px;
    max-width: inherit;
    margin-bottom: 10px;
  }
}
/*
video-cards
---------------*/
.c-video__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 402px;
  margin: 0 auto;
}

.c-video__card {
  width: calc(100% - 4px);
  max-width: 402px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
}

.c-video__title {
  font-size: 1.25rem;
  line-height: 1.3em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.c-videoWrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 4px;
}
.c-videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.c-video__desc {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 1.5;
}

html.is-safari .c-cards_bgGreen::after {
  top: calc(50% - 7rem) !important;
}

html.is-safari .c-cards_bgGreen.__case-study::after {
  top: calc(50% - 2rem) !important;
}

html.is-safari .c-cards_bgGreen.__scene::after {
  top: calc(50% - 1.5rem) !important;
}

@media screen and (min-width: 769px) {
  html.is-safari .c-cards_bgGreen::after {
    /* タブ以上（Chrome の calc(50%+1rem) を上書き） */
    top: calc(50% - 2rem) !important;
    left: 50%;
  }
  html.is-safari .c-cards_bgGreen.__case-study::after {
    top: calc(50% + 8rem) !important;
    left: 50%;
  }
  html.is-safari .c-cards_bgGreen.__scene::after {
    top: calc(50% + 4rem) !important;
    left: 50%;
  }
}
@media screen and (min-width: 767px) {
  /* タブレット以上で切り替え */
  /* ── 常に３列 ── */
  .c-video__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1326px;
    margin: 0 auto;
  }
  /* ── タイトル固定（デフォルト） ── */
  .c-video__title {
    display: grid;
    place-content: center;
    font-size: 1.25rem;
    line-height: 1.3em;
    text-align: center;
    /* 「上下の余白」を中に取りたいなら padding-block のほうが安定します */
    padding-block: 8px;
    height: calc(2.6em + 16px); /* 2行分＋上下 padding 合計 */
    overflow: hidden;
  }
  /* ── 3行以上のとき .multi-line をつけたら auto に ── */
  .c-video__cards.multi-line .c-video__title {
    height: auto;
    overflow: visible;
    /* padding-block はそのまま残るので、上下の余白もちゃんとつきます */
    min-height: calc(2.6em + 16px);
  }
}
/* =======================
	pages
==========================*/
/* =======================
	foundation
==========================*/
/*==================
hero
==================*/
/* キービジュアル全幅 */
.kv {
  display: block;
}
.kv img,
.kv source {
  width: 100%;
  height: auto;
  display: block;
}

/*==================
banner-section
==================*/
.banner-area {
  padding-top: 5rem;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .banner-area {
    padding-top: 2.5rem;
  }
}

/*==================
news-top
==================*/
.parts-img-1.slidein.is-active {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.parts-img-1 {
  position: absolute;
  top: -43px;
  left: -69px;
  width: 120px;
  opacity: 0;
}

@media screen and (max-width: 1099px) {
  .parts-img-1 {
    top: -43px;
    left: -26px;
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .parts-img-1 {
    top: -41px;
    left: -10px;
    width: 48px;
  }
}
.news-top {
  background: #fff;
}

.news-top__inner {
  background: #0a0a0a;
  color: #fff;
  border-radius: 16px;
  padding: 49px 20px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .news-top__inner {
    padding: 98px 75px;
  }
}

/* リスト */
.news-top_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-top_item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-top_item__link {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: start;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 767px) {
  .news-top_item__link {
    flex-direction: row;
    align-items: center;
  }
}

.news-top_item__thumb {
  width: 65px;
  height: 55px;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .news-top_item__thumb {
    width: 162px;
    height: 96px;
  }
}
.news-top_item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  background: #222;
}

.news-top_item__body {
  flex: 1 1 0%;
  min-width: 0;
  display: grid;
}

.news-top_item__body > * {
  margin: 0;
}

.news-top_item__date {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .news-top_item__date {
    font-size: 18px;
  }
}

.news-top_item__title {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .news-top_item__title {
    margin-top: 0.6rem;
  }
}

.news-top_item__desc {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
  width: 100%; /* 必須 */
  white-space: nowrap; /* 1行に */
  overflow: hidden; /* はみ出し隠す */
  text-overflow: ellipsis; /* ... を付ける */
}

/* 左上のダイヤ装飾 */
/*==================
archive
==================*/
.bg-gray {
  background: #efefef;
}

.archive-wrapper {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .archive-wrapper {
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 767px) {
  .banner {
    width: calc((100% - 40px) / 3);
  }
}

/* =======================
	foundation
==========================*/
/* =======================
  News page
==========================*/
#news-page .news-list-wrap {
  width: min(940px, 92%);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 40px) 0;
}
#news-page .news-card {
  position: relative;
  background: #fff;
  border: 1px solid #030000;
  border-radius: 16px;
  padding: 42px 20px 58px;
  margin: 0 auto clamp(40px, 6vw, 64px);
}
#news-page .news-card__head {
  margin-bottom: clamp(12px, 2.4vw, 16px);
}
#news-page .news-card__date {
  display: inline-block;
  font-size: clamp(12px, 1.8vw, 14px);
  color: #fff;
  background: #030000;
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 4px 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#news-page .news-card__title {
  margin-top: 10px;
  font-size: clamp(18px, 2.8vw, 22px);
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 18px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #c33895 0%, #e83688 20%, #ee7960 50%, #f9fa13 100%);
  border-image-slice: 1;
}
#news-page .news-card__body {
  line-height: 1.9;
  font-size: 14px;
}
#news-page .news-card__body p + p {
  margin-top: 1em;
}
#news-page .news-card__body h3,
#news-page .news-card__body h4,
#news-page .news-card__body h5 {
  margin: 1.6em 0 0.6em;
  font-weight: 700;
  line-height: 1.5;
}
#news-page .news-card__body ul,
#news-page .news-card__body ol {
  margin: 0.8em 0 1.2em;
}
#news-page .news-card__body a {
  text-decoration: underline;
}
#news-page .news-card__body a.underline-none {
  text-decoration: none;
}
#news-page .news-card__body figure {
  margin: 1.75rem 0;
}
#news-page .news-card__body figure img {
  max-width: 100%;
  height: auto;
  display: block;
}
#news-page .news-card__body figure figcaption {
  margin-top: 0.4em;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}

.news-card__parts {
  position: absolute;
  pointer-events: none;
  z-index: 2; /* 本文より上、見出し装飾よりは下げたい時は1に */
  /* 初期は非表示（アニメ用） */
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
  will-change: opacity, transform;
}

.news-card__parts.is-active,
.is-active.news-card__parts {
  opacity: 1;
  transform: none;
}

/* 右上：少し外側へはみ出させる */
.parts--rt {
  top: -32px;
  right: -24px;
}

/* 左下：少し外側へはみ出させる */
.parts--lb {
  left: -18px;
  bottom: -26px;
  /* 左下からスッと上がる感じにしたければ初期を下方向へ */
  transform: translateY(24px);
}

.mark-list {
  list-style: none; /* デフォルトの黒丸は消す */
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.mark-list li {
  position: relative;
  padding-left: 1.2em; /* マーク分のスペース */
  margin: 1rem 0 0;
}
.mark-list li::before {
  content: "・"; /* マークを入れる */
  position: absolute;
  left: 0;
  top: 0;
}

.note-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.note-list li {
  position: relative;
  padding-left: 1.2em;
  margin: 1rem 0 0;
}
.note-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.news-card__text {
  padding-bottom: 40px;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #c33895 0%, #e83688 20%, #ee7960 50%, #f9fa13 100%);
  border-image-slice: 1;
  margin-bottom: 40px;
}
.news-card__text p {
  line-height: 1.6;
}

.news-section dl dt {
  margin-top: 1rem;
}
.news-section dl dd {
  display: inline;
  border-bottom: 1px solid #030000;
  letter-spacing: 0;
  word-break: break-all;
  overflow-wrap: anywhere;
  line-break: anywhere;
}

.parts-img-8 {
  position: absolute;
  top: -91px;
  right: -49px;
  width: 226px;
  animation: poyopoyo 2s ease-out infinite;
}

@media screen and (max-width: 1099px) {
  .parts-img-8 {
    top: -32px;
    right: -21px;
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .parts-img-8 {
    top: -34px;
    right: -16px;
    width: 94px;
  }
}
.parts-img-3 {
  position: absolute;
  bottom: -40px;
  left: -49px;
  width: 134px;
  opacity: 0;
}

@media screen and (max-width: 1099px) {
  .parts-img-3 {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .parts-img-3 {
    bottom: -19px;
    left: -14px;
    width: 57px;
  }
}
@keyframes poyoyon-sp {
  0% {
    left: -10%;
    opacity: 0;
  }
  100% {
    left: 0%;
  }
  70%, 100% {
    opacity: 1;
  }
}
@keyframes poyoyon {
  0% {
    left: -10%;
    transform: translateX(-10%);
    opacity: 0;
  }
  100% {
    left: 0%;
    transform: translateX(0%);
  }
  70%, 100% {
    opacity: 1;
  }
}
.parts-img-3.slidein.is-active {
  animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
}

@media screen and (max-width: 600px) {
  .parts-img-3.slidein.is-active {
    animation: poyoyon-sp 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  }
}