@charset "UTF-8";
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.3;
  color: #111;
  background: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

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

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

button {
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.section-head {
  margin-bottom: 2.5rem;
}

.section-head__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.section-head__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.section-head__eyebrow {
  margin: 5px auto 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #2f6df6;
  white-space: nowrap;
}

/* 追加：右端の番号 */
.section-head__no {
  margin: 0;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.6);
}

/* タイトル */
.section-head__title {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 3rem;
  font-weight: 700;
}

/* 追加：日本語の小見出し（画像の「・選ばれる理由」枠） */
.section-head__jp {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}

/* =========================================
   Breadcrumb（下層ページ共通）
========================================= */
.breadcrumb {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.25rem;
}

.breadcrumb__link {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.breadcrumb__link:hover {
  color: #333;
}

.breadcrumb__item[aria-current=page] {
  color: #333;
  font-weight: 500;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* =========================================
  Header (overlay on hero)
========================================= */
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65px;
  z-index: 100;
  /* iOS Safariでfixedが効くように */
  transform: translateZ(0);
  backface-visibility: hidden;
  background: transparent;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
  /* 透明時は白文字 */
}
.global-header .global-header__logo,
.global-header .global-nav__link {
  color: #fff;
}
.global-header .global-nav__link::after {
  background: #fff;
}
.global-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-width: 0; /* はみ出し防止 */
}
.global-header {
  /* スクロール後 */
}
.global-header.is-scrolled {
  background: linear-gradient(to bottom, rgba(19, 102, 255, 0.9) 0%, rgba(19, 102, 255, 0.55) 45%, rgba(19, 102, 255, 0.2) 70%, rgba(19, 102, 255, 0.05) 100%);
  backdrop-filter: blur(1px) saturate(120%);
  -webkit-backdrop-filter: blur(1px) saturate(120%);
  /* ナビの下線 */
}
.global-header.is-scrolled .global-nav__link::after {
  background: #fff;
}

.global-header__logo {
  text-decoration: none;
  width: 200px;
  flex-shrink: 0;
}

.global-nav {
  display: none;
}
@media (min-width: 768px) {
  .global-nav {
    display: block;
  }
}

.global-nav__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav__item {
  margin: 0;
}

.global-nav__link {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.global-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #333;
  transition: width 0.3s ease;
}
.global-nav__link:hover::after {
  width: 100%;
}

/* Top以外：PC時のヘッダーメニューを#333に */
@media (min-width: 768px) {
  body:not(.home) .global-header .global-nav__link {
    color: #333333;
  }
  body:not(.home) .global-header .global-nav__link::after {
    background: #333333;
  }
  body:not(.home) .global-header.is-scrolled .global-nav__link::after {
    background: #333333;
  }
}
/* トップ以外はロゴ画像を差し替え */
body:not(.home) .global-header__logo img {
  content: url("../assets/img/logo_wide_gray.png");
}

/* =============== */
/* Mobile Toggle */
/* =============== */
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  font-size: 0;
  line-height: 0;
}
.nav-toggle:active {
  transform: scale(0.98);
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

/* 中央(50%,50%)基準で3本作る */
.nav-toggle__lines {
  position: relative;
  width: 18px;
  height: 18px; /* 正方形にして中心基準を安定させる */
  display: block;
}

/* 3本の線（真ん中は要素本体、上下は疑似要素） */
.nav-toggle__lines,
.nav-toggle__lines::before,
.nav-toggle__lines::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

/* 上下をY方向にずらす */
.nav-toggle__lines::before {
  transform: translate(-50%, calc(-50% - 6px));
}

.nav-toggle__lines::after {
  transform: translate(-50%, calc(-50% + 6px));
}

/* 開いてる時：真ん中は透明、上下を回転して×へ（#header 基準で統一） */
#header.is-menu-open .nav-toggle__lines {
  background: transparent;
}

#header.is-menu-open .nav-toggle__lines::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#header.is-menu-open .nav-toggle__lines::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* =============== */
/* Drawer */
/* =============== */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 101;
  isolation: isolate;
  /* アニメ用（hiddenを外した瞬間の状態） */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* 開いた状態（JSで is-open 付与） */
.drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: pointer;
}

.drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(280px, 85vw);
  padding: 24px 20px;
  background: linear-gradient(to bottom, rgba(19, 102, 255, 0.98) 0%, rgba(10, 55, 140, 0.98) 50%, rgba(5, 30, 80, 0.98) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  overflow-y: auto;
  /* スライドイン */
  transform: translateX(12px);
  transition: transform 0.25s ease;
}

.drawer.is-open .drawer__panel {
  transform: translateX(0);
}

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  margin-top: -8px;
}

.drawer__title {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.9);
}

/* Closeボタンは文字×を捨てて線で作る */
.drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 0;
  line-height: 0;
}
.drawer__close:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* 中央基準で×（2本） */
.drawer__close-lines {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}

.drawer__close-lines::before,
.drawer__close-lines::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform-origin: center;
}

.drawer__close-lines::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__close-lines::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.drawer__link {
  position: relative;
  display: block;
  padding: 14px 0;
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 0.2s ease, opacity 0.2s ease;
}
.drawer__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.drawer__link:last-child {
  border-bottom: none;
}
.drawer__link:hover::after, .drawer__link:active::after {
  width: 24px;
}
.drawer__link:active {
  opacity: 0.85;
}

/* =========================
   Drawer Nav Animation
========================= */
/* 初期状態：見えない */
.drawer__link {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* 開いたら表示 */
.drawer.is-open .drawer__link {
  opacity: 1;
  transform: translateY(0);
}

/* 上から順にディレイ */
.drawer.is-open .drawer__link:nth-child(1) {
  transition-delay: 0.05s;
}

.drawer.is-open .drawer__link:nth-child(2) {
  transition-delay: 0.1s;
}

.drawer.is-open .drawer__link:nth-child(3) {
  transition-delay: 0.15s;
}

.drawer.is-open .drawer__link:nth-child(4) {
  transition-delay: 0.2s;
}

.drawer.is-open .drawer__link:nth-child(5) {
  transition-delay: 0.25s;
}

.drawer.is-open .drawer__link:nth-child(6) {
  transition-delay: 0.3s;
}

/* PCではドロワー不要 */
@media (min-width: 768px) {
  .drawer {
    display: none;
  }
}
.top-wrap {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.top-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
  /* テーマ相対パス: css/main.css から ../assets/img/ で画像を参照 */
  background-image: url("../assets/img/background/mist01.webp"), url("../assets/img/background/mist03.webp"), url("../assets/img/background/mist02.webp"), url("../assets/img/background/mist04.webp"), url("../assets/img/background/mist04.webp"), url("../assets/img/background/mist01.webp");
  background-repeat: no-repeat;
  background-position: 90% 3%, 5% 20%, 120% 32%, -30% 43%, 110% 78%, -20% 90%;
  background-size: 70vw, 40vw, 70vw, 80vw, 40vw, 70vw;
}
@media (max-width: 599.98px) {
  .top-wrap::before {
    background-position: 250% 3%, 5% 20%, 0% 28.5%, 10% 43%, 180% 81%, 80% 91%;
    background-size: 90vw, 150vw, 150vw, 150vw, 100vw, 150vw;
  }
}

.top-wrap > * {
  position: relative;
  z-index: 0;
}

/* =========================================
     C. 下部 CTA --下層ページ用--
  ========================================== */
.page-cta {
  padding-top: clamp(3rem, 10vw, 5rem);
  padding-bottom: clamp(3rem, 10vw, 5rem);
  text-align: center;
}

.page-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 1.5rem);
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
}
@media (min-width: 768px) {
  .page-cta__inner {
    flex-wrap: nowrap;
    justify-content: center;
    text-align: left;
  }
}

.page-cta__lead {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  margin: 20px 0 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.6);
}

.page-card__arrow {
  display: inline-block;
  width: 120px;
  height: 6px;
  background: url("../assets/img/icons/arrow_right.webp") no-repeat center;
  background-size: contain;
  position: relative;
  left: -50px;
  top: 17px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.page-cta__inner:hover .service-cta__arrow {
  transform: translateX(4px);
}

.page-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(200px, 30vw, 260px);
  height: clamp(48px, 6vw, 56px);
  padding-inline: clamp(1.5rem, 3vw, 2.5rem);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #fff;
  background: #1366ff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(19, 102, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.page-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(19, 102, 255, 0.4);
  background: #0d52cc;
}

.page-cta__note {
  margin: 20px 0 0;
  font-size: clamp(0.75rem, 1.5vw, 0.875rem);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.6);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
}

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  border: 0;
}
@media (max-width: 768px) {
  .hero__bg {
    width: 100%;
    height: 100%;
  }
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  mix-blend-mode: difference;
}

@media (max-width: 767px) {
  .hero {
    min-height: 100svh;
  }
  .hero__bg {
    width: 100vw;
    height: 100svh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.2);
  }
  .hero__inner {
    padding-top: 65px;
  }
}
.hero__title {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 1.5rem;
  }
}

.hero__title-line {
  display: inline-block;
  padding-left: 2em;
}

.hero__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s;
}
.hero__play:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hero__play-icon {
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 4px;
}

#root, #app {
  width: 100%;
  margin: 0;
  padding: 0;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  pointer-events: none;
}
.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__text {
  color: #454545;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  animation: loaderBlink 1.4s ease-in-out infinite;
}

@keyframes loaderBlink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.about {
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}

.about .container {
  max-width: 980px;
  position: relative;
  z-index: 1;
}

.about__bgtext {
  position: absolute;
  top: -130px;
  left: 50%;
  margin: 0;
  font-size: clamp(80px, 12vw, 240px);
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  transform: translateX(-50%) translateX(120px);
  transition: transform 1.2s ease-out, opacity 0.8s ease-out;
}
@media (max-width: 767px) {
  .about__bgtext {
    font-size: 3.5rem;
    letter-spacing: -0.02em;
    top: -80px;
  }
}

.about.is-visible .about__bgtext {
  opacity: 1;
  transform: translateX(-50%) translateX(0);
}

/* 動画：上段で中央に */
.about__video {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

.about__video-inner {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
  width: min(760px, 100%);
}

.about__video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

.about__play-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
}

.about__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* 下段：中央テキスト、右CTA */
.about__bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 1.5rem;
  max-width: 700px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .about__bottom {
    gap: 2.5rem;
  }
}

/* テキスト：左右中央 */
.about__text {
  margin: 0 auto;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
}
@media (min-width: 768px) {
  .about__text {
    font-size: 1rem;
  }
}

/* CTA：右寄せ */
.about__cta {
  justify-self: end;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 10px;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 1px;
  margin: 0;
  margin-right: -60px;
  background-color: #000000;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
}

.arrow::after {
  top: calc(50% + 1px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/* SP：縦並び（テキスト中央 / CTA右） */
@media (max-width: 767px) {
  .about__bottom {
    grid-template-columns: 1fr;
  }
  .about__cta {
    justify-self: end;
    width: 100%;
    margin-top: 1rem;
  }
}
.services {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.services__grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.services__item {
  margin: 0;
}

/* トップページ専用：.services 内でのみ有効（下層 service ページとの干渉防止） */
.services .service-card {
  position: relative;
  min-height: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
  .services .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  }
}
@media (max-width: 332px) {
  .services .service-card {
    min-height: 550px;
  }
}
.services {
  /* 背景写真 */
}
.services .service-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  transform: scale(1.03);
}
.services {
  /* 背景を薄くする（青い膜） */
}
.services .service-card__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 101, 248, 0.2);
}
.services {
  /* 中身の白パネル */
}
.services .service-card__inner {
  position: absolute;
  inset: 15px;
  padding: 56px 10px 22px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1px);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.services {
  /* 左上の丸アイコン */
}
.services .service-card__icon {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #cfe8ff;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.services .service-card__icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.services .service-card__eyebrow {
  margin: 26px 0 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4988c4;
}
.services .service-card__title {
  margin: 0 0 14px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #111;
  letter-spacing: 0.08em;
}
.services .service-card__lead {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 8px;
}
.services .service-card__desc {
  margin: 0 0 6px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
}
.services {
  /* タグ（下のピル） */
}
.services .service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: auto 0 0;
}
.services .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  background: #4988c4;
  color: #fff;
  box-shadow: 0 6px 14px rgba(47, 109, 246, 0.25);
}
.services .service-card__price-cta {
  margin-top: auto;
}
.services .service-card__price-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a5cff;
  text-decoration: none;
  padding-bottom: 1.5rem;
}
.services .service-card--film .service-card__bg {
  background-image: url("../assets/img/service01.webp");
}
.services .service-card--photo .service-card__bg {
  background-image: url("../assets/img/service02.webp");
}
.services .service-card--sns .service-card__bg {
  background-image: url("../assets/img/service03.webp");
}
.services .service-card--design .service-card__bg {
  background-image: url("../assets/img/service04.webp");
}
.services .service-card--modeling .service-card__bg {
  background-image: url("../assets/img/service05.webp");
}
.services .service-card--contact .service-card__bg {
  background-image: radial-gradient(520px 220px at 30% 25%, rgba(255, 255, 255, 0.35), transparent 60%), linear-gradient(135deg, #1b4fff, #071c3e);
}
.services .service-card--contact .service-card__bg::after {
  background: rgba(255, 255, 255, 0.08);
}
.services .service-card--contact .service-card__inner {
  background: rgba(120, 120, 120, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
}
.services .service-card--contact .service-card__title,
.services .service-card--contact .service-card__lead,
.services .service-card--contact .service-card__desc {
  color: rgba(255, 255, 255, 0.9);
}
.services .service-card--contact .service-card__eyebrow {
  color: rgba(210, 230, 255, 0.95);
}
.services .service-card__cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.92);
  color: #0a2e6a;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.services .service-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.98);
}
.services .service-card__note {
  margin: 10px 0 0;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.75);
}

.strength {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.strength__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.5rem;
  -moz-column-gap: 0;
       column-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .strength__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .strength__grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.strength-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.strength-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.strength-card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}
.strength-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
}

.strength-card__no {
  position: absolute;
  left: 14px;
  bottom: 10px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: clamp(2.25rem, 3.2vw, 3rem);
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.strength-card__title {
  margin: 1rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.strength-card__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.72);
  max-width: 320px;
  width: 100%;
}

/* ===== Process ===== */
.process {
  padding: 80px 0;
}

.process__list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 26px;
}

.process__item {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -45px;
  width: 8px;
  height: 40px;
  background: url("../assets/img/arrow_down.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .process__item:nth-child(1) {
    transform: translateX(-100px);
  }
  .process__item:nth-child(2) {
    transform: translateX(-70px);
  }
  .process__item:nth-child(3) {
    transform: translateX(-40px);
  }
  .process__item:nth-child(4) {
    transform: translateX(-10px);
  }
  .process__item:nth-child(5) {
    transform: translateX(20px);
  }
  .process__item:nth-child(6) {
    transform: translateX(50px);
  }
}
/* 本体カード */
.process-step {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: stretch;
  border: 1px solid rgba(45, 105, 210, 0.6);
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 左アイコン枠 */
.process-step__icon {
  display: grid;
  place-items: center;
  background: #eef1f4;
  border-right: 1px solid rgba(45, 105, 210, 0.25);
}
.process-step__icon img {
  width: 30px;
}

.process-step__svg {
  width: 26px;
  height: 26px;
  fill: rgba(45, 105, 210, 0.95);
}

/* 右の本文 */
.process-step__body {
  padding: 16px 18px;
}

.process-step__title {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #111;
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.process-step__num {
  font-weight: 800;
  letter-spacing: 0.02em;
}

.process-step__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.72);
}

/* Responsive */
@media (max-width: 640px) {
  .process {
    padding: 64px 0;
  }
  .process__list {
    gap: 18px;
  }
  .process__list::before {
    top: 12px;
    bottom: 12px;
  }
  .process-step {
    grid-template-columns: 64px 1fr;
    border-radius: 16px;
  }
  .process-step__body {
    padding: 14px 14px;
  }
  .process-step__title {
    font-size: 0.95rem;
  }
  .process-step__desc {
    font-size: 0.84rem;
  }
}
.works {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.works__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .works__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .works__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.works__item {
  margin: 0;
}

.work-card {
  background: #fff;
  overflow: hidden;
}

.work-card__link {
  display: grid;
  gap: 10px;
  padding: 0 0 14px;
  color: inherit;
  text-decoration: none;
}

.work-card__thumb {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
}
.work-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.01);
}

.work-card__title {
  margin: 0;
  padding: 0 14px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}

.work-card__tags {
  display: flex;
  gap: 8px;
  padding: 0 14px;
  flex-wrap: wrap;
}

.work-card__tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.work-card__tag.is-solid {
  background: #1f5fbf;
  color: #fff;
}

.work-card__tag.is-outline {
  background: #dcf2ff;
  border: 1px solid #1f5fbf;
  color: #1f5fbf;
}

.work-card__meta {
  margin: 0;
  padding: 0 14px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.65);
}

/* hover（控えめ） */
.work-card__link:hover .work-card__thumb img {
  transform: scale(1.06);
  transition: transform 0.35s ease;
}

.work-card__thumb img {
  transition: transform 0.35s ease;
}

.works__footer {
  margin-top: 3rem;
  text-align: center;
}

.works__view-all {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.works__view-all:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.blog-area {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .blog-area {
    padding-top: 0;
    margin-top: -40px;
  }
}

.blog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .blog__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog__item {
  margin: 0;
}

.blog-card {
  height: 100%;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.blog-card__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.3s;
}
.blog-card:hover .blog-card__thumb img {
  transform: scale(1.05);
}

.blog-card__title {
  margin: 1rem 1rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__date {
  display: inline-block;
  margin: 0 1rem 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}

.blog-card__category {
  display: inline-block;
  margin: 0 1rem 1rem;
  padding: 0.25rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgb(0, 0, 0);
}

.blog__footer {
  margin-top: 3rem;
  text-align: center;
}

.blog__view-all {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.blog__view-all:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.news {
  padding-top: 5rem;
  padding-bottom: 120px;
  position: relative;
}

.news > * {
  position: relative;
  z-index: 1;
}

.news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.news__item {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.news-item {
  display: grid;
  grid-template-columns: 120px 1fr; /* 左サムネ固定 + 右本文 */
  gap: 26px;
  padding: 22px 0;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.news-item__thumb {
  width: 120px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 2px; /* 角はほぼ四角 */
  background: #eee;
}
.news-item__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}

.news-item__body {
  min-width: 0; /* 長いタイトル折返し用 */
}

.news-item__date {
  display: inline-block;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
}

.news-item__title {
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.88);
  /* 画像っぽく、長いときは2行で省略（不要なら消してOK） */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* hover（控えめ） */
.news-item:hover .news-item__thumb img {
  transform: scale(1.06);
}

.news-item:hover .news-item__title {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* SP */
@media (max-width: 640px) {
  .news-item {
    grid-template-columns: 92px 1fr;
    gap: 14px;
    padding: 16px 0;
  }
  .news-item__thumb {
    width: 92px;
  }
  .news-item__title {
    font-size: 0.95rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.site-footer {
  color: rgba(255, 255, 255, 0.78);
  padding-block: clamp(28px, 4vw, 56px);
}

/* まずデフォルトはグラデ */
.site-footer {
  background: linear-gradient(to bottom, #246bdd 0%, #11388b 45%, #041a3f 100%);
}

/* 固定ページ・投稿はグラデ（明示しておく） */
body.page .site-footer,
body.single .site-footer,
body.blog .site-footer {
  background: linear-gradient(to bottom, #246bdd 0%, #11388b 45%, #041a3f 100%);
}

/* トップページだけ単色（詳細度で body.page より優先） */
body.home.page .site-footer {
  background: #020a1a;
}

/* トップが固定ページの場合のフォールバック（page-id-23 は body.page より後に書くので後勝ち） */
body.page-id-23 .site-footer {
  background: #020a1a;
}

.site-footer__inner {
  position: relative;
  display: grid;
  gap: 28px;
  align-items: center;
}
.site-footer__inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}
@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
  }
}

/* nav */
.site-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 56px;
  align-items: start;
}
@media (min-width: 768px) {
  .site-footer__nav {
    justify-self: start;
    gap: 18px 80px;
  }
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}
.site-footer__link:hover {
  color: rgba(255, 255, 255, 0.95);
}

/* vertical divider */
.site-footer__divider {
  display: none;
}
@media (min-width: 768px) {
  .site-footer__divider {
    display: block;
    width: 1px;
    height: 92px;
    background: rgba(255, 255, 255, 0.18);
  }
}

/* brand */
.site-footer__brand {
  text-align: left;
}
@media (min-width: 768px) {
  .site-footer__brand {
    justify-self: end;
    text-align: left;
  }
}

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.site-footer__logo img {
  height: 70px;
  width: auto;
  display: block;
  opacity: 0.95;
}

.site-footer__meta {
  margin-top: 12px;
  font-style: normal;
  font-size: 0.78rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer__tel,
.site-footer__mail {
  margin-top: 6px;
}
.site-footer__tel span,
.site-footer__mail span {
  margin-right: 10px;
  letter-spacing: 0.06em;
}
.site-footer__tel a,
.site-footer__mail a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}
.site-footer__tel a:hover,
.site-footer__mail a:hover {
  color: rgba(255, 255, 255, 0.98);
}

.philosophy {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 200px;
  overflow: hidden;
  z-index: 0;
}
.philosophy > .container {
  position: relative;
  z-index: 1;
}
.philosophy::before, .philosophy::after {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url("../assets/img/background/background-bom01.png") no-repeat center/contain;
  filter: saturate(1.05);
  opacity: 0;
}
.philosophy::before {
  top: 150px;
  right: 0;
  width: min(1200px, 110vw);
  aspect-ratio: 14/9;
  transform: translateX(8vw);
}
.philosophy::after {
  bottom: 0;
  left: -10px;
  width: min(950px, 100vw);
  aspect-ratio: 14/9;
  transform: scaleX(-1) translateX(-8vw);
  transform-origin: center;
}
.philosophy.is-revealed::before {
  animation: bg-in-right 900ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}
.philosophy.is-revealed::after {
  animation: bg-in-left 900ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
}
@media (max-width: 768px) {
  .philosophy::before {
    top: 20px;
    right: -100px;
    width: 130vw;
    aspect-ratio: 4/3;
    transform: translateX(10vw);
  }
  .philosophy::after {
    bottom: 130px;
    left: -100px;
    width: 150vw;
    aspect-ratio: 4/3;
    transform: scaleX(-1) scale(0.8) translateX(-10vw);
    transform-origin: center;
  }
  .philosophy.is-revealed::after {
    animation: bg-in-left-sp 900ms cubic-bezier(0.22, 1, 0.36, 1) 260ms forwards;
  }
}

/* 右から入る */
@keyframes bg-in-right {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 左から入る（反転を維持） */
@keyframes bg-in-left {
  to {
    transform: scaleX(-1) translateX(0);
    opacity: 1;
  }
}
/* SP：反転 + 縮小を維持したまま入る */
@keyframes bg-in-left-sp {
  to {
    transform: scaleX(-1) scale(0.8) translateX(0);
    opacity: 1;
  }
}
/* 動きを減らす設定の人にはアニメ無し */
@media (prefers-reduced-motion: reduce) {
  .philosophy::before,
  .philosophy::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .philosophy::after {
    transform: scaleX(-1) !important;
  }
}
.philosophy__tagline {
  margin: 0 0 4rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .philosophy__tagline {
    font-size: 1rem;
  }
}

.philosophy__grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 44px 0 64px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 768px) {
  .philosophy__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 26px;
    padding: 54px 42px 78px;
  }
}

.philosophy__item {
  position: relative;
  z-index: 1; /* 背景より上 */
}

/* Mission：左上にずらす */
@media (min-width: 768px) {
  .philosophy__item--mission {
    grid-column: 1/span 7;
    transform: translateY(-18px);
  }
  /* Vision：右寄せ＆少し下に */
  .philosophy__item--vision {
    grid-column: 6/span 7;
    transform: translateY(18px);
    justify-self: stretch;
    margin-top: 30px;
  }
  /* Value：下は横長 */
  .philosophy__item--value {
    grid-column: 1/span 7;
    margin-top: 50px;
  }
}
/* カード本体（白いパネル） */
.philosophy-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  padding: 22px 22px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* 見出し */
.philosophy-card__heading {
  margin: 0 0 10px;
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0.02em;
  /* ブルーの見出し */
  color: #2b66d9;
  /* mission, vision, valueの見出しに英字フォントを当てる */
  font-family: "Your Serif", serif;
}

.philosophy-card__lead {
  margin: 12px 0 10px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
  font-size: 1.25rem;
}

.philosophy-card__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.72);
}

/* Valueの箇条書き */
.philosophy-card__list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.philosophy-card__list li {
  position: relative;
  padding-left: 35px;
  color: rgb(0, 0, 0);
  line-height: 1.7;
  font-size: 1.2rem;
}
.philosophy-card__list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 2px solid #2b66d9;
  background: #BDE8F5;
  transform: translateY(-50%);
  padding-top: 4px;
}

/* Valueカードは背景の“下の青”が少し見えるように余白感を出す */
@media (min-width: 768px) {
  .philosophy__item--value .philosophy-card {
    max-width: 760px;
  }
}
.philosophy__closing {
  margin: 24px 60px 0 auto;
  padding-left: 6px;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: rgb(0, 0, 0);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.philosophy__closing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
@media (max-width: 767px) {
  .philosophy__closing {
    font-size: 25px;
    margin: 24px 0 0 auto;
  }
}

.philosophy__closing-blue {
  color: #2b66d9;
}

.sp-break {
  display: none;
}

@media (max-width: 767px) {
  .sp-break {
    display: block;
  }
}
.philosophy__to {
  position: relative;
}

/* スマホだけ「to」の前に空白3つ */
@media (max-width: 767px) {
  .philosophy__to::before {
    content: "   ";
  }
}
.gallery {
  padding-block: clamp(48px, 6vw, 96px);
  color: #fff;
  background-image: linear-gradient(#0e3496, #081843);
}

.gallery__header {
  margin-bottom: clamp(18px, 2.5vw, 28px);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.gallery__marquee {
  overflow: hidden;
  display: grid;
  gap: clamp(10px, 1.5vw, 14px);
}

.gallery__row {
  overflow: hidden;
}

.gallery__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: clamp(10px, 1.5vw, 14px);
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.gallery__item {
  flex: 0 0 auto;
  width: clamp(180px, 22vw, 260px);
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
}

.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 無限ループ（半分まで動かす） */
@media (prefers-reduced-motion: no-preference) {
  .gallery__row--bottom .gallery__track {
    animation: marquee-left 28s linear infinite;
  }
  /* 上段は逆方向にしたいので reverse */
  .gallery__row--top .gallery__track {
    animation: marquee-left 32s linear infinite reverse;
  }
}
@keyframes marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.contact {
  position: relative;
  padding-bottom: clamp(56px, 7vw, 112px);
  color: #fff;
  background-image: linear-gradient(to bottom, #081843 0%, #05132e 55%, #020a1a 100%);
  overflow: hidden;
}
.contact .section-head__eyebrow {
  color: #739cf5;
}
.contact .section-head__top {
  border-top: 1px solid #fff;
}
.contact .section-head__no, .contact .section-head__jp {
  color: #fff;
}

.contact::before,
.contact::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* 左下〜中央寄りのぼかし */
.contact::before {
  width: 520px;
  height: 520px;
  left: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(80, 140, 255, 0.55) 0%, rgba(80, 140, 255, 0) 60%);
}

/* 右上〜中央寄りのぼかし */
.contact::after {
  width: 460px;
  height: 460px;
  right: 160px;
  top: 0;
  background: radial-gradient(circle, rgba(60, 120, 255, 0.45) 0%, rgba(60, 120, 255, 0) 60%);
}

/* ===== body only ===== */
.contact__body {
  position: relative;
  text-align: center;
}

.contact__catch {
  margin: 0 0 18px;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.contact__text {
  margin: 0 auto 26px;
  width: min(540px, 92%);
  font-size: 0.95rem;
  line-height: 2;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .contact__text {
    font-size: 1rem;
  }
}

.contact__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: min(320px, 80%);
  padding: 16px 22px;
  border-radius: 10px;
  background: rgba(245, 247, 250, 0.92);
  color: #1B1C7C;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.contact__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.contact__ctaText {
  font-weight: 700;
  letter-spacing: 0.14em;
  font-size: 0.9rem;
}

.contact__ctaArrow {
  font-size: 1.05rem;
}

.contact__note {
  margin-top: 12px;
  font-size: 0.8rem;
  opacity: 0.8;
}

.contact__toTop {
  position: absolute;
  right: 14px;
  bottom: -6px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}
.contact__toTop:hover {
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 480px) {
  .contact__toTop {
    bottom: -60px;
  }
}
@media (min-width: 768px) {
  .contact__toTop {
    right: 18px;
  }
}

.contact__toTopIcon {
  width: 16px;
  height: 16px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
}

.search-page {
  /* 抜粋（検索結果カード内） */
}
.search-page .search-results__excerpt {
  margin: 0.5rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-page {
  /* 0件時エリア */
}
.search-page .search-results__empty {
  padding: 3rem 1.5rem;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.search-page .search-results__empty-message {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}
.search-page .search-results__empty-note {
  margin: 0 0 2rem;
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
}
.search-page .search-results__form {
  margin: 0 auto;
}
.search-page {
  /* the_posts_pagination() の出力を blog-pagination 風に整える */
}
.search-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
  list-style: none;
}
.search-page .pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
.search-page .pagination .page-numbers {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.search-page .pagination .page-numbers:hover {
  color: #1265d2;
  border-color: #1265d2;
}
.search-page .pagination .page-numbers.current {
  font-weight: 700;
  color: #fff;
  background: #1265d2;
  border-color: #1265d2;
  text-decoration: none;
  pointer-events: none;
}
.search-page .pagination .page-numbers.prev, .search-page .pagination .page-numbers.next {
  padding-left: 1rem;
  padding-right: 1rem;
}
.search-page .pagination .page-numbers.next {
  margin-left: 0.25rem;
  border-left: 1px solid #e0e0e0;
}

.company-page {
  position: relative;
  overflow: hidden;
  /* 背景レイヤー（film/photo と同じ思想） */
}
.company-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("../assets/img/background/back-veil01.png"), url("../assets/img/background/back-veil02.png");
  background-repeat: no-repeat;
  background-position: 100% 10%, 0% 98%;
  background-size: 110vw;
}
@media (max-width: 768px) {
  .company-page .service-page__bg {
    background-position: 100% 20%, 0% 100%;
  }
}
.company-page {
  /* コンテンツを背景より前面に */
}
.company-page > *:not(.service-page__bg) {
  position: relative;
  z-index: 1;
}
.company-page {
  /* =========================================
     ページヒーロー（旧 page-hero--company 用・互換）
  ========================================== */
}
.company-page .page-hero--company {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 768px) {
  .company-page .page-hero--company {
    min-height: 360px;
  }
}
@media (min-width: 1024px) {
  .company-page .page-hero--company {
    min-height: 420px;
  }
}
.company-page .page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../assets/img/philosophy_back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.company-page .page-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(19, 102, 255, 0.75) 0%, rgba(10, 55, 140, 0.6) 50%, rgba(5, 30, 80, 0.7) 100%);
}
.company-page .page-hero .container {
  position: relative;
  z-index: 1;
}
.company-page .page-hero__inner {
  padding-top: calc(65px + 2rem);
  padding-bottom: 2.5rem;
}
.company-page .page-hero__title {
  margin: 0 0 0.5rem;
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.company-page .page-hero__sub {
  margin: 20px 0 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.company-page .page-hero__sub-line {
  display: block;
}
.company-page {
  /* =========================================
     Section 01：Message / Section 02：会社概要
  ========================================== */
}
.company-page .company-section {
  padding-top: clamp(3.5rem, 8vw, 7rem);
  padding-bottom: clamp(3.5rem, 8vw, 7rem);
}
.company-page .company-section__head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.company-page .company-section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 0.6rem;
}
.company-page .company-section__label {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.company-page .company-section__no {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.5);
}
.company-page .company-section__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.company-page {
  /* Message 本文 */
}
.company-page .company-message__body {
  max-width: 720px;
  margin-left: 0;
}
.company-page .company-message_title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .company-page .company-message_title {
    font-size: 1.25rem;
  }
}
.company-page .company-message__text {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 2;
  color: #333;
}
.company-page .company-message__text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .company-page .company-message__text {
    font-size: 1rem;
  }
}
.company-page {
  /* ==============================
     Company Overview Table
  ================================ */
}
.company-page .company-overview__table-wrap {
  max-width: 980px;
  margin-inline: auto;
  margin-top: 80px;
}
.company-page .company-overview__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: transparent;
}
.company-page .company-overview__row {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
.company-page .company-overview__row:first-child {
  border-top: none;
}
.company-page .company-overview__th,
.company-page .company-overview__td {
  padding: clamp(28px, 4vw, 44px) clamp(18px, 3vw, 28px);
  vertical-align: middle;
  text-align: center;
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.04em;
}
.company-page .company-overview__th {
  width: 38%;
  font-weight: 500;
  border-right: 2px solid rgba(0, 0, 0, 0.28);
}
.company-page .company-overview__td {
  width: 62%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .company-page .company-overview__th,
  .company-page .company-overview__td {
    padding: 22px 14px;
    font-size: 0.95rem;
  }
}
.company-page {
  /* ==============================
     Company CTA
  ================================ */
}
.company-page .company-cta {
  padding-block: clamp(80px, 12vw, 160px);
  text-align: center;
}
.company-page .company-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .company-page .company-cta__inner {
    flex-direction: column;
  }
}
.company-page .company-cta__lead {
  margin-bottom: clamp(24px, 4vw, 40px);
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 10px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .company-page .company-cta__lead {
    margin-bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.company-page .company-cta__lead::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 10px;
  background-image: url("../assets/img/icons/arrow_right.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .company-page .company-cta__lead::after {
    display: none;
  }
}
.company-page .company-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 56px;
  padding-inline: 40px;
  margin-bottom: clamp(32px, 6vw, 56px);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-decoration: none;
  color: #fff;
  background: #1f4e8c;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.company-page .company-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  background: #183f73;
}
.company-page .company-cta__note {
  max-width: 560px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.65);
  display: block;
  margin: 0 auto;
}
.company-page .company-cta__note-sub {
  font-size: 0.95rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.65);
  display: block;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .company-page .company-cta {
    padding-block: 96px;
  }
  .company-page .company-cta__btn {
    min-width: 220px;
    height: 52px;
    font-size: 0.9rem;
  }
  .company-page .company-cta__note {
    font-size: 1.25rem;
  }
}

/* Companyページ：PC時のみヘッダーメニューを黒系に（他下層ページと同一） */
@media (min-width: 768px) {
  body.page-company .global-header .global-nav__link {
    color: #333;
  }
  body.page-company .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-company .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
/* =========================================
   Work カード共通コンポーネント（.c-work-grid / .c-work）
   film-page, service-page, photo-page で利用
========================================= */
.film-page .c-work-grid,
.service-page .c-work-grid,
.photo-page .c-work-grid,
.sns-page .c-work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .film-page .c-work-grid,
  .service-page .c-work-grid,
  .photo-page .c-work-grid,
  .sns-page .c-work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.film-page .c-work,
.service-page .c-work,
.photo-page .c-work,
.sns-page .c-work {
  list-style: none;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* 画像 */
}
.film-page .c-work__media,
.service-page .c-work__media,
.photo-page .c-work__media,
.sns-page .c-work__media {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.film-page .c-work__media img,
.service-page .c-work__media img,
.photo-page .c-work__media img,
.sns-page .c-work__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* 本文 */
}
.film-page .c-work__body,
.service-page .c-work__body,
.photo-page .c-work__body,
.sns-page .c-work__body {
  position: relative;
  padding: 18px 18px 20px;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* タイトル */
}
.film-page .c-work__title,
.service-page .c-work__title,
.photo-page .c-work__title,
.sns-page .c-work__title {
  margin: 10px 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #111;
}
.film-page .c-work__title._blue,
.service-page .c-work__title._blue,
.photo-page .c-work__title._blue,
.sns-page .c-work__title._blue {
  color: #1265D2;
  text-align: center;
  font-size: 1.5rem;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* 価格バッジ */
}
.film-page .c-work__price,
.service-page .c-work__price,
.photo-page .c-work__price,
.sns-page .c-work__price {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a5cff;
  background: rgba(26, 92, 255, 0.1);
  white-space: nowrap;
}
.film-page .c-work__price-number,
.service-page .c-work__price-number,
.photo-page .c-work__price-number,
.sns-page .c-work__price-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a5cff;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* 説明（上） */
}
.film-page .c-work__desc-top,
.service-page .c-work__desc-top,
.photo-page .c-work__desc-top,
.sns-page .c-work__desc-top {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
.film-page .c-work__desc-top._center,
.service-page .c-work__desc-top._center,
.photo-page .c-work__desc-top._center,
.sns-page .c-work__desc-top._center {
  text-align: center;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* 説明（下） */
}
.film-page .c-work__desc,
.service-page .c-work__desc,
.photo-page .c-work__desc,
.sns-page .c-work__desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.65);
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* ラベル（右下・「10枚～」等）※film の price と別パターン */
}
.film-page .c-work__label,
.service-page .c-work__label,
.photo-page .c-work__label,
.sns-page .c-work__label {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a5cff;
  background: rgba(26, 92, 255, 0.1);
  white-space: nowrap;
  border-radius: 6px;
}
.film-page .c-work__body:has(.c-work__label),
.service-page .c-work__body:has(.c-work__label),
.photo-page .c-work__body:has(.c-work__label),
.sns-page .c-work__body:has(.c-work__label) {
  padding-bottom: 2.5rem;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* YouTubeリンク */
}
.film-page .c-work__link,
.service-page .c-work__link,
.photo-page .c-work__link,
.sns-page .c-work__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 16px;
  font-size: 0.75rem;
  color: #c4302b;
  text-decoration: none;
  word-break: break-all;
  margin-top: auto;
  justify-content: center;
}
.film-page .c-work__link::before,
.service-page .c-work__link::before,
.photo-page .c-work__link::before,
.sns-page .c-work__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../assets/img/icons/mdi_youtube.png") no-repeat center/contain;
  flex-shrink: 0;
}
.film-page .c-work__link:hover,
.service-page .c-work__link:hover,
.photo-page .c-work__link:hover,
.sns-page .c-work__link:hover {
  text-decoration: underline;
}
.film-page,
.service-page,
.photo-page,
.sns-page {
  /* =========================================
     Solution 共通コンポーネント（.c-solution）
     film-solution / photo-strength の共通化
  ========================================== */
}
.film-page .c-solution,
.service-page .c-solution,
.photo-page .c-solution,
.sns-page .c-solution {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  position: relative;
  background: url("../assets/img/sub-page/sub-page-background.webp") center/200px 200px repeat;
}
.film-page .c-solution__items,
.service-page .c-solution__items,
.photo-page .c-solution__items,
.sns-page .c-solution__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.film-page .c-solution__item,
.service-page .c-solution__item,
.photo-page .c-solution__item,
.sns-page .c-solution__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}
.film-page .c-solution__item:not(:first-child),
.service-page .c-solution__item:not(:first-child),
.photo-page .c-solution__item:not(:first-child),
.sns-page .c-solution__item:not(:first-child) {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .film-page .c-solution__item,
  .service-page .c-solution__item,
  .photo-page .c-solution__item,
  .sns-page .c-solution__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
.film-page .c-solution__item:first-child,
.service-page .c-solution__item:first-child,
.photo-page .c-solution__item:first-child,
.sns-page .c-solution__item:first-child {
  border-top: none;
}
.film-page .c-solution__thumb,
.service-page .c-solution__thumb,
.photo-page .c-solution__thumb,
.sns-page .c-solution__thumb {
  flex-shrink: 0;
  width: 100%;
  max-width: 230px;
  aspect-ratio: 4.5/3;
  overflow: hidden;
  position: relative;
}
.film-page .c-solution__thumb img,
.service-page .c-solution__thumb img,
.photo-page .c-solution__thumb img,
.sns-page .c-solution__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.film-page .c-solution__thumb::after,
.service-page .c-solution__thumb::after,
.photo-page .c-solution__thumb::after,
.sns-page .c-solution__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}
.film-page .c-solution__no,
.service-page .c-solution__no,
.photo-page .c-solution__no,
.sns-page .c-solution__no {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 2;
}
.film-page .c-solution__body,
.service-page .c-solution__body,
.photo-page .c-solution__body,
.sns-page .c-solution__body {
  max-width: 800px;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  padding: 2rem;
  display: block;
  margin-left: 30px;
  position: relative;
}
.film-page .c-solution__body::before,
.service-page .c-solution__body::before,
.photo-page .c-solution__body::before,
.sns-page .c-solution__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 1.5px;
  height: 100%;
  background: #b4b4b4;
}
.film-page .c-solution__heading,
.service-page .c-solution__heading,
.photo-page .c-solution__heading,
.sns-page .c-solution__heading {
  margin: 0 0 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.film-page .c-solution__sub-text,
.service-page .c-solution__sub-text,
.photo-page .c-solution__sub-text,
.sns-page .c-solution__sub-text {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1C4D8D;
}
.film-page .c-solution__list,
.service-page .c-solution__list,
.photo-page .c-solution__list,
.sns-page .c-solution__list {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  padding-left: 30px;
  position: relative;
}
.film-page .c-solution__list::before,
.service-page .c-solution__list::before,
.photo-page .c-solution__list::before,
.sns-page .c-solution__list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
  width: 12px;
  height: 12px;
  background: url("../assets/img/icons/square01.png") no-repeat center/contain;
}
.film-page .c-solution__text,
.service-page .c-solution__text,
.photo-page .c-solution__text,
.sns-page .c-solution__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}

/* .font-bold：film/photo/sns 共通（c-solution 内で使用） */
.film-page .font-bold,
.photo-page .font-bold,
.sns-page .font-bold {
  font-weight: 700;
  color: #333;
}

/* =========================================
   A. Service Hero
========================================= */
.service-page .service-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f8f6f3;
  background: #f8f6f3 url("../assets/img/sub-page/sub-top-image.webp") center/cover no-repeat;
}
@media (min-width: 768px) {
  .service-page .service-hero {
    min-height: clamp(280px, 35vw, 380px);
  }
}
.service-page .service-hero .container {
  position: relative;
  z-index: 1;
}
.service-page .service-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.service-page .service-hero__lead {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.service-page {
  /* =========================================
     B. サービス一覧
  ========================================== */
}
.service-page .service-list {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .service-page .service-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-page .service-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
.service-page .service-list__item {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.service-page .service-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: clamp(1.25rem, 4vw, 2rem) 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
@media (min-width: 768px) {
  .service-page .service-card {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }
}
.service-page .service-card:hover .service-card__arrow {
  transform: translateX(4px);
}
.service-page .service-card:hover .service-card__title {
  color: #1366ff;
}
.service-page .service-card:hover .service-card__catch,
.service-page .service-card:hover .service-card__desc {
  opacity: 0.9;
}
.service-page .service-card__media {
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1;
  max-width: clamp(160px, 28vw, 240px);
  margin: 0 auto clamp(1rem, 2vw, 1.25rem);
  border: 4px solid #1265D2;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
@media (min-width: 768px) {
  .service-page .service-card__media {
    width: 120px;
    max-width: none;
    aspect-ratio: 1;
    margin: 0;
  }
}
.service-page .service-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1;
}
.service-page .service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/img/strength01.webp") center/cover no-repeat;
}
.service-page .service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/img/icons/service_page01.webp") center/55px no-repeat;
  pointer-events: none;
  z-index: 2;
}
.service-page .service-card__media._01::after {
  background: url("../assets/img/icons/service_page01.webp") center/55px no-repeat;
}
.service-page .service-card__media._02::after {
  background: url("../assets/img/icons/service_page02.webp") center/55px no-repeat;
}
.service-page .service-card__media._03::after {
  background: url("../assets/img/icons/service_page03.webp") center/55px no-repeat;
}
.service-page .service-card__media._04::after {
  background: url("../assets/img/icons/service_page04.webp") center/55px no-repeat;
}
.service-page .service-card__media._05::after {
  background: url("../assets/img/icons/service_page05.webp") center/65px no-repeat;
}
.service-page .service-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-page .service-card__body {
  flex: 1;
  min-width: 0;
}
.service-page .service-card__title {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  margin: 0 0 clamp(0.5rem, 1.5vw, 0.75rem);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: color 0.25s ease;
}
@media (max-width: 767px) {
  .service-page .service-card__title {
    font-size: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
    width: 120%;
  }
}
.service-page .service-card__arrow {
  display: inline-block;
  width: 120px;
  height: 6px;
  background: url("../assets/img/icons/arrow_right.webp") no-repeat center;
  background-size: contain;
  position: relative;
  left: -50px;
  top: 17px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.service-page .service-card__catch {
  margin: 0 0 clamp(0.5rem, 1vw, 0.75rem);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .service-page .service-card__catch {
    margin-top: 20px;
  }
}
.service-page .service-card__desc {
  margin: 0;
  font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
  padding-left: 20px;
}

/* =========================================
   フッター内 to top（Serviceページ用）
   ※フッターは .service-page 外のためルートで定義
========================================= */
.service-page-to-top {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  transition: color 0.25s ease;
}
.service-page-to-top:hover {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .service-page-to-top {
    position: static;
    margin-left: auto;
    margin-top: 0.5rem;
  }
}

.service-page-to-top__icon {
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
}

.service-page-to-top__text {
  text-transform: lowercase;
}

/* Serviceページのフッター：to top 用に relative */
body:has(.service-page) .site-footer__inner,
.site-footer__inner:has(.service-page-to-top) {
  position: relative;
  padding-top: 2.5rem;
}

/* =========================================
   Serviceページ：PC時のみヘッダーメニューを黒系に
   ※body.page-service でスコープ、SPは既存仕様のまま
========================================= */
@media (min-width: 768px) {
  body.page-service .global-header .global-nav__link {
    color: #333;
  }
  body.page-service .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-service .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
/* =========================================
   ページラッパー：背景レイヤー（film/photo と同じ思想）
========================================= */
.service-page {
  position: relative;
  overflow: hidden;
}
.service-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png");
  background-repeat: no-repeat;
  background-position: 100% 6%;
  background-size: 70vw;
}
@media (max-width: 768px) {
  .service-page .service-page__bg {
    background-position: 100% 6%;
    background-size: 100vw;
  }
}
.service-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist01.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 100vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .service-page .service-page__bg-mist {
    background-position: 40% 70%;
    background-size: 110% 80%;
  }
}

/* =========================================
   A. Hero / B. サービス一覧
========================================= */
.service-index {
  position: relative;
  overflow: hidden;
}
.service-index .service-index__hero {
  position: relative;
  min-height: clamp(180px, 35vw, 280px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f5f5f5;
  background-image: url("../assets/img/sub-page/sub-page-background.webp");
  background-repeat: repeat;
  background-size: 200px 200px;
  background-position: center;
}
.service-index .service-index__hero .container {
  position: relative;
  z-index: 1;
}
.service-index .service-index__hero-title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.service-index .service-index__hero-lead {
  margin: 0;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.service-index {
  /* =========================================
     B. サービス一覧
  ========================================== */
}
.service-index .service-index__list {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.service-index .service-index__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-index .service-index__item {
  margin: 0;
}
.service-index .service-index__arrow {
  position: relative;
}
.service-index .service-index__arrow::before {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -100px;
  width: 150px;
  height: 15px;
  background: url("../assets/img/icons/arrow_right.webp") no-repeat center/contain;
}
.service-index .service-index__link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: clamp(1.25rem, 4vw, 2rem) 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 768px) {
  .service-index .service-index__link {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }
}
.service-index .service-index__link:hover .service-index__arrow {
  transform: translateX(4px);
}
.service-index .service-index__link:hover .service-index__title {
  color: #1265d2;
}
.service-index .service-index__link:hover .service-index__catch,
.service-index .service-index__link:hover .service-index__text {
  opacity: 0.9;
}
.service-index .service-index__thumb {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  width: min(220px, 70vw);
  aspect-ratio: 1;
  margin-inline: auto;
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
  border: 6px solid #1265d2;
  overflow: hidden;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .service-index .service-index__thumb {
    width: clamp(160px, 22vw, 220px);
    margin: 0;
    margin-bottom: 0;
  }
}
.service-index .service-index__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 0;
}
.service-index .service-index__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.45);
  z-index: 1;
  pointer-events: none;
}
.service-index .service-index__icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 2;
}
.service-index .service-index__icon::before {
  content: "";
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1;
}
.service-index .service-index__icon._01::before {
  background: url("../assets/img/icons/service_page01.webp") no-repeat center/contain;
}
.service-index .service-index__icon._02::before {
  background: url("../assets/img/icons/service_page02.webp") no-repeat center/contain;
}
.service-index .service-index__icon._03::before {
  background: url("../assets/img/icons/service_page03.webp") no-repeat center/contain;
}
.service-index .service-index__icon._04::before {
  background: url("../assets/img/icons/service_page04.webp") no-repeat center/contain;
}
.service-index .service-index__icon._05::before {
  background: url("../assets/img/icons/service_page05.webp") no-repeat center/contain;
}
.service-index .service-index__content {
  flex: 1;
  min-width: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .service-index .service-index__content {
    text-align: left;
  }
}
.service-index .service-index__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: clamp(0.5rem, 1.5vw, 0.75rem);
}
@media (min-width: 768px) {
  .service-index .service-index__head {
    justify-content: flex-start;
  }
}
.service-index .service-index__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: color 0.25s ease;
}
.service-index .service-index__arrow {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  color: #1265d2;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.service-index .service-index__catch {
  margin: 1.5rem 0 clamp(0.5rem, 1vw, 0.75rem);
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease;
}
.service-index .service-index__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
}
.service-index .service-index__divider {
  margin: 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  opacity: 0.8;
}
.service-index {
  /* 最後のitemの直後のhrは非表示 */
}
.service-index .service-index__item:last-child .service-index__divider {
  display: none;
}

/* =========================================
   Service一覧ページ：フッター to top
   ※film-page-to-top を流用するため、footer の relative を有効化
========================================= */
body:has(main.service-index) .site-footer__inner {
  position: relative;
  padding-top: 2.5rem;
}

/* =========================================
   Service一覧ページ：PC時ヘッダーメニューを黒系に
   ※body.page-service は _service-page.scss で定義済み
========================================= */
.film-page {
  position: relative;
  overflow: hidden;
}
.film-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png"), url("../assets/img/background/background-bom01-flip.png");
  background-repeat: no-repeat;
  background-position: 100% 3%, -30% 98%;
  background-size: 80vw, 65vw;
}
.film-page .film-page > *:not(.service-page__bg) {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .film-page .service-page__bg {
    background-position: 100% 9%, 0% 93.5%;
    background-size: 130vw, 120vw;
  }
}
.film-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist01.webp"), url("../assets/img/background/mist04.webp");
  background-repeat: no-repeat;
  background-position: 100% 30%, 0% 90%;
  background-size: 100vw, 80vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .film-page .service-page__bg-mist {
    background-position: 110% 30%, 100% 87%;
    background-size: 110% 60%, 100vw;
  }
}
.film-page {
  /* =========================================
     introduction
  ========================================== */
}
.film-page .film-work-concept {
  margin-top: 40px;
}
.film-page .film-work-concept__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 56px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .film-page .film-work-concept__inner {
    padding: 20px;
  }
}
.film-page .film-work-concept__text {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .film-page .film-work-concept__text {
    text-align: left;
  }
}
.film-page {
  /* =========================================
     Works（映像参考）
  ========================================== */
}
.film-page .film-works {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.film-page .film-works__en {
  margin: 0 0 0.5rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #0066cc;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.film-page .film-works__sub {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.6);
}
.film-page {
  /* =========================================
     Worries
  ========================================== */
}
.film-page .film-worries {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.film-page .film-worries__title {
  width: 380px;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  padding: 15px 20px;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #333;
  text-align: center;
  background: url("../assets/img/sub-page/sub-title-image.jpg") no-repeat center center/cover;
  display: block;
}
.film-page .film-worries__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 3vw, 2rem);
  list-style: none;
  margin: 0 0 clamp(2.5rem, 6vw, 3.5rem);
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .film-page .film-worries__grid {
    grid-template-columns: 1fr;
  }
}
.film-page .film-worries__grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 1px;
  background: #838383;
}
@media (max-width: 768px) {
  .film-page .film-worries__grid::before {
    display: none;
  }
}
.film-page .film-worries__grid::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #838383;
}
@media (max-width: 768px) {
  .film-page .film-worries__grid::after {
    display: none;
  }
}
.film-page .film-worry-card {
  padding: clamp(1.5rem, 4vw, 2rem);
  text-align: center;
}
.film-page .film-worry-card__icon {
  margin-bottom: 1rem;
}
.film-page .film-worry-card__icon img {
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.film-page .film-worry-card__text {
  margin: 0;
  margin-top: 1.5rem;
  padding: 1.2em 1.6em;
  text-align: center;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  background: #f0f0f0;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  display: inline-block;
}
.film-page .film-worries__arrow-wrap {
  text-align: center;
}
.film-page .film-worries__arrow {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 80px;
}
.film-page .film-worries__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/img/icons/polygon01.webp") no-repeat center center/contain;
}
.film-page .film-worries__conclusion {
  margin: 0;
  font-size: 1.2rem;
  color: #000;
  font-weight: 700;
}
.film-page {
  /* =========================================
     PR VIDEO CAN BE USED FOR（活用シーン）
  ========================================== */
}
.film-page .film-uses {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.film-page .film-uses__en {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #0066cc;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.film-page .film-uses__sub {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  font-size: 0.9375rem;
  color: rgba(0, 0, 0, 0.6);
}
.film-page .film-uses__lead {
  margin: 4rem auto 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.film-page .film-uses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: clamp(22px, 3vw, 34px);
       column-gap: clamp(22px, 3vw, 34px);
  row-gap: clamp(40px, 6vw, 64px);
  justify-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(24px, 5vw, 40px);
}
@media (max-width: 900px) {
  .film-page .film-uses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .film-page .film-uses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: clamp(28px, 6vw, 40px);
  }
}
.film-page .film-use-card {
  width: min(180px, 100%);
  text-align: center;
}
.film-page .film-use-card__icon {
  position: relative;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 12px;
  border: 5px solid #1265d2;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(26, 92, 255, 0.06);
  /* 薄い写真っぽい背景（不要なら丸ごと消してOK） */
}
.film-page .film-use-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  transform: scale(1.02);
}
.film-page .film-use-card__icon img {
  position: relative;
  z-index: 1;
  width: 70px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.film-page .film-use-card__icon img.large {
  width: 100px;
}
.film-page .film-use-card__text {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .film-page .film-use-card__text {
    font-size: 1rem;
  }
}
.film-page .film-uses__note {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  background: url("../assets/img/sub-page/sub-page-background.webp") center/200px 200px repeat;
  border: 1px solid #e0e0e0;
}
.film-page .film-uses__note p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #000;
  text-align: center;
  font-weight: 500;
}
.film-page {
  /* =========================================
     Message
  ========================================== */
}
.film-page .film-message {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.film-page .film-message__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 1.2rem;
  line-height: 2;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .film-page .film-message__text {
    text-align: left;
    padding: 0;
    font-size: 1rem;
    margin-top: 0;
  }
}

/* =========================================
  フッター内 to top（Filmページ用）
  ※フッターは .film-page 外のためルートで定義
========================================= */
.film-page-to-top {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  transition: color 0.25s ease;
}
.film-page-to-top:hover {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .film-page-to-top {
    position: static;
    margin-left: auto;
    margin-top: 0.5rem;
  }
}

.film-page-to-top__icon {
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
}

.film-page-to-top__text {
  text-transform: lowercase;
}

/* Filmページのフッター：to top 用に relative */
body:has(.film-page) .site-footer__inner,
.site-footer__inner:has(.film-page-to-top) {
  position: relative;
  padding-top: 2.5rem;
}

/* Filmページ：PC時のみヘッダーメニューを黒系に（薄い背景のため） */
@media (min-width: 768px) {
  body.page-film .global-header .global-nav__link {
    color: #333;
  }
  body.page-film .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-film .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
/* =========================================
   Film Hero（下層ページ共通・背景画像は section の inline style で指定）
========================================== */
.film-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f8f6f3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .film-hero {
    min-height: clamp(280px, 35vw, 380px);
  }
}

.film-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
}

.film-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1400px) {
  .film-hero .container {
    padding-inline: 10rem;
  }
}
@media (max-width: 768px) {
  .film-hero .container {
    padding-left: 5.5rem;
  }
}

.film-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .film-hero__title {
    font-size: 1.9rem;
  }
}

.film-hero__lead {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.film-hero__title {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  /* 角度を共通化 */
  --slant-angle: -25deg;
  --bg: rgba(255, 255, 255, 0.9);
  --pad-x: 1.3em;
  --pad-y: 0.15em;
  --shift-x: -0.4em; /* ★左にずらす量 */
}
.film-hero__title::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--pad-y));
  bottom: calc(-1 * var(--pad-y));
  left: calc(-1 * var(--pad-x));
  right: calc(-1 * var(--pad-x));
  background: var(--bg);
  z-index: -1;
  /* ★位置 → 角度 の順で指定 */
  transform: translateX(var(--shift-x)) skewX(var(--slant-angle));
  transform-origin: center;
}

.film-hero__lead {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  /* 角度を共通化 */
  --slant-angle: -25deg;
  --bg: rgba(18,101,210,0.9);
  --pad-x: 2em;
  --pad-y: 0.5em;
  --shift-x: -0.4em;
}
.film-hero__lead::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--pad-y));
  bottom: calc(-1 * var(--pad-y));
  left: calc(-1 * var(--pad-x));
  right: calc(-1 * var(--pad-x));
  background: var(--bg);
  z-index: -1;
  /* ★位置 → 角度 の順で指定 */
  transform: translateX(var(--shift-x)) skewX(var(--slant-angle));
  transform-origin: center;
}

/* 斜めの四角3つ */
.film-hero__mark {
  --w: 18px; /* 1本の幅 */
  --h: 64px; /* 1本の高さ */
  --skew: -25deg; /* 斜め角度 */
  --gap: 8px; /* 3本の間隔 */
  position: relative;
  width: calc(var(--w) * 3 + var(--gap) * 2);
  height: var(--h);
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .film-hero__mark {
    --w: 12px; /* 横幅だけ細く */
  }
}
/* 1本目（濃い青） */
.film-hero__mark::before,
.film-hero__mark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--w);
  transform: skewX(var(--skew));
  border-radius: 1px;
}

/* 1本目 */
.film-hero__mark::before {
  left: -6rem;
  background: #35c8ff;
  top: -1rem;
  bottom: -1rem;
}
@media (max-width: 480px) {
  .film-hero__mark::before {
    left: -4.4rem;
    bottom: -0.5rem;
    top: -0.5rem;
  }
}

/* 3本目（薄い水色） */
.film-hero__mark::after {
  left: -1.25rem;
  background: #35c8ff;
  bottom: 0.5rem;
  top: -2.5rem;
}
@media (max-width: 480px) {
  .film-hero__mark::after {
    left: -0.8rem;
    top: -1.8rem;
  }
}

/* 2本目（真ん中）だけは span の中にもう1個作るのが確実 */
.film-hero__mark > i {
  position: absolute;
  top: -0.5em;
  bottom: -0.5em;
  left: -5rem;
  width: calc(var(--w) * 2);
  transform: skewX(var(--skew));
  background: #1C4D8D;
  border-radius: 1px;
  content: "";
}
@media (max-width: 480px) {
  .film-hero__mark > i {
    left: -3.6rem;
  }
}

@keyframes heroTextIn {
  from {
    margin-left: 30px; /* 左から */
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
.film-hero__title,
.film-hero__lead {
  opacity: 0; /* 初期非表示 */
  animation: heroTextIn 700ms ease-out forwards;
}

.film-hero__lead {
  animation-delay: 120ms; /* タイトルのあと */
}

@keyframes markDropIn {
  from {
    transform: translateY(-48px) skewX(var(--skew)); /* ★大きく上から */
    opacity: 0;
  }
  to {
    transform: translateY(0) skewX(var(--skew));
    opacity: 1;
  }
}
.film-hero__mark::before,
.film-hero__mark > i,
.film-hero__mark::after {
  opacity: 0;
  animation: markDropIn 700ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* 時間差を広げる */
.film-hero__mark::before {
  animation-delay: 120ms;
}

.film-hero__mark > i {
  animation-delay: 260ms;
}

.film-hero__mark::after {
  animation-delay: 400ms;
}

.photo-page {
  position: relative;
  overflow: hidden;
}
.photo-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png");
  background-repeat: no-repeat;
  background-position: 100% 58%;
  background-size: 80vw;
}
@media (max-width: 768px) {
  .photo-page .service-page__bg {
    background-position: 100% 60%;
    background-size: 130vw;
  }
}
.photo-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist01.webp"), url("../assets/img/background/mist02.webp");
  background-repeat: no-repeat;
  background-position: 100% 5%, 100% 100%;
  background-size: 100vw, 70vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .photo-page .service-page__bg-mist {
    background-position: 100% 5%, 0% 100%;
    background-size: 100vw, 160vw;
  }
}
.photo-page {
  /* =========================================
     Photo Hero（film-hero 踏襲）
  ========================================== */
}
.photo-page .photo-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f8f6f3;
  background: #f8f6f3 url("../assets/img/page-header/service-header02.webp") center/cover no-repeat;
}
@media (min-width: 768px) {
  .photo-page .photo-hero {
    min-height: clamp(280px, 35vw, 380px);
  }
}
.photo-page .photo-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
}
.photo-page .photo-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.photo-page .photo-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.photo-page .photo-hero__lead {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.photo-page .photo-hero__title,
.photo-page .photo-hero__lead {
  display: inline-block;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.25em 0.5em;
  line-height: 1.4;
}
.photo-page {
  /* =========================================
     (2) 写真撮影について（film-work-concept 踏襲）
  ========================================== */
}
.photo-page .photo-about {
  margin-top: 40px;
}
.photo-page .photo-about__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 56px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .photo-page .photo-about__inner {
    padding: 20px;
  }
}
.photo-page .photo-about__text {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 768px) {
  .photo-page .photo-about__text {
    text-align: left;
  }
}
.photo-page {
  /* =========================================
     (3) 写真参考（c-work-grid / c-work 共通コンポーネント使用）
  ========================================== */
}
.photo-page .photo-reference {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.photo-page {
  /* photo は 900px/520px で段階的にカラム変更 */
}
@media (min-width: 901px) {
  .photo-page .photo-reference .c-work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 521px) and (max-width: 900px) {
  .photo-page .photo-reference .c-work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .photo-page .photo-reference .c-work-grid {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
  }
}
.photo-page {
  /* =========================================
     (5) BUSINESS PHOTO
  ========================================== */
}
.photo-page .photo-business {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.photo-page .photo-business__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}
@media (min-width: 768px) {
  .photo-page .photo-business__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.photo-page .photo-business__media {
  flex: 1;
  min-width: 0;
}
.photo-page .photo-business__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-page .photo-business__content {
  flex: 1;
  min-width: 0;
}
.photo-page .photo-business__checklist {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.25rem 1.25rem 1.5rem;
  list-style: none;
  background: rgba(255, 255, 255, 0.5);
}
.photo-page .photo-business__checklist li {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.6;
  color: #000;
}
.photo-page .photo-business__checklist li::before {
  content: "・";
  position: absolute;
  left: -1rem;
  color: #0066cc;
  font-weight: 700;
}
.photo-page .photo-business__worries {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: #e3fffd;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.photo-page .photo-business__worries-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
}
.photo-page .photo-business__worries-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  padding-left: 30px;
  position: relative;
}
.photo-page .photo-business__worries-text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../assets/img/icons/square01.png") no-repeat center center/contain;
  transform: translateY(-50%) rotate(45deg);
}
.photo-page {
  /* =========================================
     (6) PERSONAL PHOTO
  ========================================== */
}
.photo-page .photo-personal {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: url("../assets/img/sub-page/sub-page-background.webp") center/200px 200px repeat;
}
.photo-page .photo-personal__block {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}
.photo-page .photo-personal__block:last-child {
  margin-bottom: 0;
}
.photo-page .photo-personal__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 3vw, 1.5rem);
}
@media (min-width: 768px) {
  .photo-page .photo-personal__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.photo-page .photo-personal__media {
  max-width: 400px;
  width: 100%;
}
.photo-page .photo-personal__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-page .photo-personal__content {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.photo-page .photo-personal__tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.85rem;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #0066cc;
  background: rgba(0, 102, 204, 0.1);
  border-radius: 4px;
}
.photo-page .photo-personal__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
  padding-left: 30px;
  position: relative;
}
.photo-page .photo-personal__text::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../assets/img/icons/square01.png") no-repeat center center/contain;
  transform: translateY(-50%) rotate(45deg);
}
.photo-page {
  /* =========================================
     (7) MESSAGE（film-message 踏襲）
  ========================================== */
}
.photo-page .photo-message {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.photo-page .photo-message__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 1.2rem;
  line-height: 2;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .photo-page .photo-message__text {
    text-align: left;
    padding: 0;
    font-size: 1rem;
    margin-top: 0;
  }
}

/* Photoページ：フッター to top 用（film と同一） */
body:has(.photo-page) .site-footer__inner,
.site-footer__inner:has(.film-page-to-top) {
  position: relative;
  padding-top: 2.5rem;
}

/* Photoページ：PC時のみヘッダーメニューを黒系に（薄い背景のため） */
@media (min-width: 768px) {
  body.page-photo .global-header .global-nav__link {
    color: #333;
  }
  body.page-photo .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-photo .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
.sns-page {
  position: relative;
  overflow: hidden;
}
.sns-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png"), url("../assets/img/background/background-bom01-flip.png");
  background-repeat: no-repeat;
  background-position: 100% 3%, -30% 100%;
  background-size: 80vw, 60vw;
}
@media (max-width: 768px) {
  .sns-page .service-page__bg {
    background-position: 100% 9%, 0% 93.5%;
    background-size: 130vw, 120vw;
  }
}
.sns-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist04.webp"), url("../assets/img/background/mist01.webp");
  background-repeat: no-repeat;
  background-position: 100% 15%, 100% 100%;
  background-size: 100vw, 100vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .sns-page .service-page__bg-mist {
    background-position: 100% 3%, 100% 100%;
    background-size: 120vw, 100vw;
  }
}
.sns-page {
  /* =========================================
     A. SNS Hero（film-hero / photo-hero 踏襲）
  ========================================== */
}
.sns-page .sns-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f8f6f3;
  background: #f8f6f3 url("../assets/img/page-header/service-header03.webp") center/cover no-repeat;
}
@media (min-width: 768px) {
  .sns-page .sns-hero {
    min-height: clamp(280px, 35vw, 380px);
  }
}
.sns-page .sns-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
}
.sns-page .sns-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sns-page .sns-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.sns-page .sns-hero__lead {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.sns-page .sns-hero__title,
.sns-page .sns-hero__lead {
  display: inline-block;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.25em 0.5em;
  line-height: 1.4;
}
.sns-page {
  /* =========================================
     B. SNS縦型映像について（photo-about 踏襲）
  ========================================== */
}
.sns-page .sns-about {
  margin-top: 40px;
}
.sns-page .sns-about__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 56px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .sns-page .sns-about__inner {
    padding: 20px;
  }
}
.sns-page .sns-about__text {
  margin: 0;
  font-size: 1.1rem;
  line-height: 2;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .sns-page .sns-about__text {
    text-align: left;
  }
}
.sns-page {
  /* =========================================
     C. こんな方におすすめ（チェック付き横長ボックス）
  ========================================== */
}
.sns-page .sns-recommend {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.sns-page .sns-recommend__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1rem);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.sns-page .sns-recommend__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(0.875rem, 2vw, 1.25rem) clamp(1.25rem, 3vw, 1.5rem);
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  min-height: 56px;
}
.sns-page .sns-recommend__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../assets/img/icons/square01.png") no-repeat center/contain;
  transform: rotate(45deg);
}
.sns-page .sns-recommend__text {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.65;
  color: #333;
  letter-spacing: 0.02em;
}
.sns-page {
  /* =========================================
     D. SNS縦型映像参考（c-work-grid 共通・余白のみ）
  ========================================== */
}
.sns-page .sns-reference {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
@media (min-width: 901px) {
  .sns-page .sns-reference .c-work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 521px) and (max-width: 900px) {
  .sns-page .sns-reference .c-work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .sns-page .sns-reference .c-work-grid {
    grid-template-columns: 1fr;
    gap: clamp(1rem, 3vw, 1.5rem);
  }
}
.sns-page {
  /* =========================================
     G. 安心・品質への取り組み
  ========================================== */
}
.sns-page .sns-quality {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.sns-page .sns-quality__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 740px;
  font-size: 1rem;
  line-height: 2;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .sns-page .sns-quality__text {
    text-align: left;
    padding: 0;
    font-size: 0.9375rem;
  }
}

/* =========================================
    F. VIDEO CAN BE USED FOR（film-uses 踏襲）
========================================== */
.sns-uses {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.sns-uses__lead {
  margin: 4rem auto 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.sns-uses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: clamp(22px, 3vw, 34px);
       column-gap: clamp(22px, 3vw, 34px);
  row-gap: clamp(40px, 6vw, 64px);
  justify-items: center;
  list-style: none;
  padding: 0;
  margin: 0 0 clamp(24px, 5vw, 40px);
}
@media (max-width: 900px) {
  .sns-uses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .sns-uses__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: clamp(28px, 6vw, 40px);
  }
}

.sns-use-card {
  width: min(180px, 100%);
  text-align: center;
}

.sns-use-card__icon {
  position: relative;
  width: 80%;
  aspect-ratio: 1/1;
  margin: 0 auto 12px;
  border: 5px solid #1265D2;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(26, 92, 255, 0.06);
}
.sns-use-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  transform: scale(1.02);
}
.sns-use-card__icon img {
  position: relative;
  z-index: 1;
  width: 70px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.sns-use-card__icon img.large {
  width: 100px;
}

.sns-use-card__text {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sns-use-card__text {
    font-size: 1rem;
  }
}

.sns-uses__note-text {
  margin: 0 auto clamp(1rem, 2vw, 1.25rem);
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 560px;
}

.sns-uses__note {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem;
  background: url("../assets/img/sub-page/sub-page-background.webp") center/200px 200px repeat;
  border: 1px solid #e0e0e0;
}
.sns-uses__note p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #000;
  text-align: center;
  font-weight: 500;
}

/* SNSページ：フッター to top 用（film/photo と同一） */
body:has(.sns-page) .site-footer__inner {
  position: relative;
  padding-top: 2.5rem;
}

/* SNSページ：PC時のみヘッダーメニューを黒系に */
@media (min-width: 768px) {
  body.page-sns .global-header .global-nav__link {
    color: #333;
  }
  body.page-sns .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-sns .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
.design-page {
  position: relative;
  overflow: hidden;
}
.design-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png"), url("../assets/img/background/background-bom01-flip.png");
  background-repeat: no-repeat;
  background-position: 100% 3%, -30% 95%;
  background-size: 80vw, 65vw;
}
@media (max-width: 768px) {
  .design-page .service-page__bg {
    background-position: 100% 3%, 0% 95%;
    background-size: 130vw, 120vw;
  }
}
.design-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist04.webp"), url("../assets/img/background/mist01.webp");
  background-repeat: no-repeat;
  background-position: 100% 30%, 100% 63%;
  background-size: 100vw, 100vw;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .design-page .service-page__bg-mist {
    background-position: 100% 35%, 100% 60%;
    background-size: 150vw, 100vw;
  }
}
.design-page {
  /* =========================================
     HERO
  ========================================== */
}
.design-page .design-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f8f6f3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .design-page .design-hero {
    min-height: clamp(280px, 35vw, 380px);
  }
}
.design-page .design-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
}
.design-page .design-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .design-page .design-hero .container {
    padding-left: 5.5rem;
  }
}
.design-page .design-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  --slant-angle: -25deg;
  --bg: rgba(255, 255, 255, 0.9);
  --pad-x: 1.3em;
  --pad-y: 0.15em;
  --shift-x: -0.4em;
}
.design-page .design-hero__title::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--pad-y));
  bottom: calc(-1 * var(--pad-y));
  left: calc(-1 * var(--pad-x));
  right: calc(-1 * var(--pad-x));
  background: var(--bg);
  z-index: -1;
  transform: translateX(var(--shift-x)) skewX(var(--slant-angle));
  transform-origin: center;
}
.design-page .design-hero__lead {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.02em;
  position: relative;
  display: inline-block;
  --slant-angle: -25deg;
  --bg: rgba(18, 101, 210, 0.9);
  --pad-x: 2em;
  --pad-y: 0.5em;
  --shift-x: -0.4em;
}
.design-page .design-hero__lead::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--pad-y));
  bottom: calc(-1 * var(--pad-y));
  left: calc(-1 * var(--pad-x));
  right: calc(-1 * var(--pad-x));
  background: var(--bg);
  z-index: -1;
  transform: translateX(var(--shift-x)) skewX(var(--slant-angle));
  transform-origin: center;
}
.design-page {
  /* 斜めの四角マーク（film-hero__mark 踏襲） */
}
.design-page .design-hero__mark {
  --w: 18px;
  --h: 64px;
  --skew: -25deg;
  --gap: 8px;
  position: relative;
  width: calc(var(--w) * 3 + var(--gap) * 2);
  height: var(--h);
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .design-page .design-hero__mark {
    --w: 12px;
  }
}
.design-page .design-hero__mark::before,
.design-page .design-hero__mark::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--w);
  transform: skewX(var(--skew));
  border-radius: 1px;
}
.design-page .design-hero__mark::before {
  left: -6rem;
  background: #35c8ff;
  top: -1rem;
  bottom: -1rem;
}
@media (max-width: 480px) {
  .design-page .design-hero__mark::before {
    left: -4.4rem;
    bottom: -0.5rem;
    top: -0.5rem;
  }
}
.design-page .design-hero__mark::after {
  left: -1.25rem;
  background: #35c8ff;
  bottom: 0.5rem;
  top: -2.5rem;
}
@media (max-width: 480px) {
  .design-page .design-hero__mark::after {
    left: -0.8rem;
    top: -1.8rem;
  }
}
.design-page .design-hero__mark > i {
  position: absolute;
  top: -0.5em;
  bottom: -0.5em;
  left: -5rem;
  width: calc(var(--w) * 2);
  transform: skewX(var(--skew));
  background: #1c4d8d;
  border-radius: 1px;
}
@media (max-width: 480px) {
  .design-page .design-hero__mark > i {
    left: -3.6rem;
  }
}
.design-page {
  /* =========================================
     INTRO
  ========================================== */
}
.design-page .design-intro {
  margin-top: 40px;
}
.design-page .design-intro__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(32px, 6vw, 56px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .design-page .design-intro__inner {
    padding: 20px;
  }
}
.design-page .design-intro__body {
  margin-top: 1.5rem;
}
.design-page .design-intro__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 2;
  color: rgba(0, 0, 0, 0.85);
}
@media (max-width: 768px) {
  .design-page .design-intro__text {
    text-align: left;
  }
}
.design-page .design-intro__text--accent {
  font-weight: 600;
  color: #333;
}
.design-page {
  /* =========================================
     SERVICE
  ========================================== */
}
.design-page .design-service {
  padding-top: clamp(3rem, 8vw, 5rem);
}
.design-page .design-service__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .design-page .design-service__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.design-page .design-service__item {
  position: relative;
  padding: 0.9rem 1.2rem 0.9rem 2.5rem;
  background: #f0f0f0;
  border-radius: 999px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.6;
}
.design-page .design-service__item::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: url("../assets/img/icons/square01.png") no-repeat center/contain;
}
.design-page .design-service__note {
  margin: 1.5rem auto 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.design-page .design-gallery {
  margin: 64px 0;
}
.design-page .design-gallery__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.design-page .design-gallery__item {
  aspect-ratio: 1/1;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.design-page .design-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.design-page .design-gallery__item:hover {
  transform: translateY(-4px);
}
@media (max-width: 1024px) {
  .design-page .design-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .design-page .design-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.design-page {
  /* =========================================
     FOR WHOM
  ========================================== */
}
.design-page .design-for-whom {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.design-page .design-for-whom__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2vw, 1rem);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.design-page .design-for-whom__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: clamp(0.875rem, 2vw, 1.25rem) clamp(1.25rem, 3vw, 1.5rem);
  background: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  min-height: 56px;
}
.design-page .design-for-whom__check {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("../assets/img/icons/square01.png") no-repeat center/contain;
  transform: rotate(45deg);
}
.design-page .design-for-whom__text {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.65;
  color: #333;
  letter-spacing: 0.02em;
}
.design-page {
  /* =========================================
     MESSAGE
  ========================================== */
}
.design-page .design-message {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
  text-align: center;
}
.design-page .design-message__body {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 760px;
  margin: 30px auto 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .design-page .design-message__body {
    text-align: left;
    padding: 0;
    margin-top: 0;
    background: none;
  }
}
.design-page .design-message__text {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 2;
  color: #333;
}
.design-page .design-message__text:last-child {
  margin-bottom: 0;
}
.design-page {
  /* =========================================
     CTA（見た目は共通 .page-cta に委譲）
  ========================================== */
}
.design-page .design-cta {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.section-line {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 2px solid #0066cc;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.contact-page {
  --accent-color: #1265d2;
  position: relative;
  overflow: hidden;
  /* 背景レイヤー（film/photo と同じ思想） */
}
.contact-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png");
  background-repeat: no-repeat;
  background-position: 100% 3%;
  background-size: 80vw;
}
@media (max-width: 768px) {
  .contact-page .service-page__bg {
    background-position: 100% 9%;
    background-size: 130vw;
  }
}
.contact-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist03.webp");
  background-repeat: no-repeat;
  background-position: 100% 95%;
  background-size: 100vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .contact-page .service-page__bg-mist {
    background-position: 100% 100%;
    background-size: 100vw;
  }
}
.contact-page {
  /* コンテンツを背景より前面に */
}
.contact-page > *:not(.service-page__bg, .service-page__bg-mist) {
  position: relative;
  z-index: 1;
}
.contact-page {
  /* =========================================
     Hero（film-hero 使用時は _film-page のスタイルを流用）
     以下は contact-hero 用（未使用時も互換のため残す）
  ========================================== */
}
.contact-page .contact-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f5f5f5;
  background-image: url("../assets/img/page-header/service-header06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-page .contact-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-page .contact-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.35);
}
.contact-page .contact-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.contact-page .contact-hero__lead {
  margin: 0;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.contact-page .contact-hero__title,
.contact-page .contact-hero__lead {
  display: inline-block;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.25em 0.5em;
  line-height: 1.4;
}
.contact-page {
  /* =========================================
     リード文
  ========================================== */
}
.contact-page .contact-lead {
  padding: clamp(1.5rem, 4vw, 2rem) 0;
  text-align: center;
}
.contact-page .contact-lead__text {
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.7);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
}
@media (max-width: 768px) {
  .contact-page .contact-lead__text {
    font-size: 1rem;
    font-weight: 400;
  }
}
.contact-page {
  /* =========================================
    Contact Form セクション（完成版）
  ========================================== */
}
.contact-page .contact-form-section {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}
.contact-page .contact-form-section .c-section-title {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}
.contact-page {
  /* 必須マーク（＊） */
}
.contact-page .contact-form__required {
  margin-left: 0.25em;
  font-size: 1.25em;
  color: #1265d2;
  vertical-align: baseline;
}
.contact-page {
  /* フォーム全体 */
}
.contact-page .contact-form {
  max-width: 860px;
  margin: 0 auto;
  /* カンプは上に罫線がある */
  border-top: 1px solid #ddd;
}
.contact-page {
  /* 1行（row） */
}
.contact-page .contact-form__row {
  /* 罫線で区切るので余白はここで管理 */
  margin: 0;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ddd;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .contact-page .contact-form__row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    width: 1px;
    background: #ddd;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-form__row {
    /* ラベル列 | 縦線 | 入力列 */
    grid-template-columns: 240px 1px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    padding: 1.75rem 0;
  }
}
.contact-page .contact-form__row {
  /* テキストエリア行（縦位置を上に） */
}
@media (min-width: 768px) {
  .contact-page .contact-form__row.contact-form__row--full {
    align-items: start;
  }
}
.contact-page {
  /* ラベル */
}
.contact-page .contact-form__label {
  margin: 0;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contact-page .contact-form__label {
    width: auto;
    padding-top: 0;
    text-align: center;
    justify-self: stretch;
  }
}
.contact-page {
  /* 入力側（右カラム） */
}
.contact-page .contact-form__field {
  min-width: 0;
}
@media (min-width: 768px) {
  .contact-page .contact-form__field {
    grid-column: 3;
    padding-left: 2.25rem;
  }
}
.contact-page {
  /* 共通入力 */
}
.contact-page .contact-form__input,
.contact-page .contact-form__select,
.contact-page .contact-form__textarea {
  width: min(520px, 100%);
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: #333;
  /* ★カンプは白い箱っぽい */
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-page .contact-form__input::-moz-placeholder, .contact-page .contact-form__select::-moz-placeholder, .contact-page .contact-form__textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-form__input::placeholder,
.contact-page .contact-form__select::placeholder,
.contact-page .contact-form__textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-form__input:focus,
.contact-page .contact-form__select:focus,
.contact-page .contact-form__textarea:focus {
  outline: none;
  border-color: #1265d2;
  box-shadow: 0 0 0 3px rgba(18, 101, 210, 0.12);
}
@media (min-width: 768px) {
  .contact-page .contact-form__input,
  .contact-page .contact-form__select,
  .contact-page .contact-form__textarea {
    justify-self: start;
  }
}
.contact-page {
  /* input/selectの高さ統一 */
}
.contact-page .contact-form__input,
.contact-page .contact-form__select {
  height: 48px;
}
.contact-page {
  /* select：▼アイコン */
}
.contact-page .contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 12px;
  padding-right: 2.75rem;
}
.contact-page {
  /* textarea */
}
.contact-page .contact-form__textarea {
  min-height: 220px;
  resize: vertical;
  padding: 1rem;
}
.contact-page {
  /* privacy */
}
.contact-page .contact-form__privacy {
  margin: clamp(2rem, 5vw, 3rem) 0 clamp(1.5rem, 4vw, 2rem);
  padding: 1.25rem 0 0;
}
.contact-page .contact-form__privacy-text {
  margin: 0;
  font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.02em;
  text-align: center;
}
.contact-page .contact-form__privacy-link {
  color: #1265d2;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.contact-page .contact-form__privacy-link:hover {
  opacity: 0.8;
}
.contact-page .contact-form__submit-wrap {
  text-align: center;
}
.contact-page {
  /* 既存CTAボタンと同一デザイン（.page-cta 外で使用するためここで定義） */
}
.contact-page .contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(240px, 40vw, 280px);
  height: clamp(48px, 6vw, 56px);
  padding-inline: clamp(1.5rem, 3vw, 2.5rem);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #fff;
  background: #1366ff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(19, 102, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.contact-page .contact-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(19, 102, 255, 0.4);
  background: #0d52cc;
}
.contact-page .wpcf7-response-output {
  margin-top: 32px;
  padding: 16px 20px;
  border-radius: 6px;
  background: rgba(19, 102, 255, 0.08);
  border: none;
  color: #1366ff;
  font-weight: 500;
  font-size: 1.25rem;
}

/* =========================================
   Contactページ：ヘッダーメニューを #333 に
========================================= */
@media (min-width: 768px) {
  body.page-contact .global-header .global-nav__link {
    color: #333;
  }
  body.page-contact .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-contact .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
.privacy-page {
  position: relative;
  overflow: hidden;
  /* =========================================
     Hero（contact と同じ薄いグレーのテクスチャ＋白フィルター）
  ========================================== */
}
.privacy-page .privacy-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f5f5f5;
  background-image: url("../assets/img/page-header/service-header06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.privacy-page .privacy-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.privacy-page .privacy-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.4);
}
.privacy-page .privacy-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.privacy-page .privacy-hero__lead {
  margin: 0;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.privacy-page {
  /* =========================================
     本文（ポリシー）
  ========================================== */
}
.privacy-page .privacy-content {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: clamp(5rem, 10vw, 7rem);
  background: #fff;
}
.privacy-page .privacy-content__inner {
  max-width: 900px;
  margin: 0 auto;
}
.privacy-page .privacy-content__h2 {
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
  font-size: clamp(1.5rem, 3.5vw, 1.875rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.privacy-page .privacy-content__intro {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.02em;
}
.privacy-page .privacy-content__h3 {
  margin: clamp(2rem, 4vw, 2.5rem) 0 clamp(1rem, 2vw, 1.25rem);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.privacy-page .privacy-content__h3:first-of-type {
  margin-top: 0;
}
.privacy-page .privacy-content__p {
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.02em;
}
.privacy-page .privacy-content__list {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  padding-left: 1.25em;
  list-style: none;
  font-size: clamp(0.9375rem, 1.5vw, 1rem);
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.02em;
}
.privacy-page .privacy-content__list li {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
.privacy-page .privacy-content__list li:last-child {
  margin-bottom: 0;
}
.privacy-page .privacy-content__list li::before {
  content: "・";
  position: absolute;
  left: -1em;
  color: #333;
}

/* プライバシーページ：ヘッダーメニューを #333333 に（薄いヒーロー背景のため） */
@media (min-width: 768px) {
  body.privacy-page .global-header .global-nav__link {
    color: #333333;
  }
  body.privacy-page .global-header .global-nav__link::after {
    background: #333333;
  }
  body.privacy-page .global-header.is-scrolled .global-nav__link::after {
    background: #333333;
  }
}
.blog-page {
  position: relative;
  overflow: hidden;
  /* 背景レイヤー（film/photo と同じ思想） */
}
.blog-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png");
  background-repeat: no-repeat;
  background-position: 100% 3%;
  background-size: 80vw;
}
@media (max-width: 768px) {
  .blog-page .service-page__bg {
    background-position: 100% 5%;
    background-size: 100vw;
  }
}
.blog-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist01.webp");
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 500px);
  background-size: 100vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .blog-page .service-page__bg-mist {
    background-image: url("../assets/img/background/mist04.webp"), url("../assets/img/background/mist01.webp");
    background-position: 100% 35%, 100% 100%;
    background-size: auto 100vh, 100vw;
  }
}
.blog-page {
  /* コンテンツを背景より前面に */
}
.blog-page > *:not(.service-page__bg, .service-page__bg-mist) {
  position: relative;
  z-index: 1;
}
.blog-page {
  /* =========================================
     Hero（film-hero 使用時は _film-page のスタイルを流用）
     以下は blog-hero 用（未使用時も互換のため残す）
  ========================================== */
}
.blog-page .blog-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f5f5f5;
  background-image: url("../assets/img/page-header/service-header06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-page .blog-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.blog-page .blog-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.4);
}
.blog-page .blog-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.blog-page .blog-hero__lead {
  margin: 0;
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.blog-page {
  /* =========================================
     Blog Index（検索 + タブ + 一覧 + ページネーション）
  ========================================== */
}
.blog-page .blog-index {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(5rem, 10vw, 7rem);
}
.blog-page {
  /* 検索バー */
}
.blog-page .blog-search {
  --accent-color: #1265d2;
  display: flex;
  max-width: 580px;
  margin: 0 auto clamp(2rem, 4vw, 2.5rem);
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  accent-color: var(--accent-color);
}
.blog-page .blog-search:focus-within {
  outline: 2px solid rgba(19, 102, 255, 0.5);
  outline-offset: 2px;
  border-color: #1265d2;
}
.blog-page .blog-search__input {
  flex: 1;
  min-width: 0;
  padding: clamp(0.75rem, 2vw, 1rem) 1rem;
  border: none;
  background: #fff;
  font-size: 1rem;
  color: #333;
}
.blog-page .blog-search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.blog-page .blog-search__input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.blog-page .blog-search__input:focus {
  outline: none;
}
.blog-page .blog-search__button {
  padding: clamp(0.75rem, 2vw, 1rem) 1.25rem;
  border: none;
  border-left: 1px solid #e0e0e0;
  background: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #333;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.blog-page .blog-search__button:hover {
  background: #f5f5f5;
  color: #1265d2;
}
.blog-page {
  /* タグ（カテゴリ）タブ */
}
.blog-page .blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  justify-content: flex-start;
}
@media (max-width: 599.98px) {
  .blog-page .blog-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
  }
  .blog-page .blog-tabs::-webkit-scrollbar {
    height: 4px;
  }
}
.blog-page .blog-tabs__tab {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.blog-page .blog-tabs__tab:hover {
  background: #f8f8f8;
  border-color: rgb(211.25, 211.25, 211.25);
}
.blog-page .blog-tabs__tab.is-active {
  background: #a8c5e8;
  border-color: #8ab5e0;
  color: #fff;
}
.blog-page {
  /* 記事一覧グリッド */
}
.blog-page .blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3rem) 0;
  list-style: none;
  margin: 0 0 clamp(3rem, 6vw, 4rem);
  padding: 0;
}
@media (min-width: 600px) {
  .blog-page .blog-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: clamp(1.5rem, 3vw, 2rem);
         column-gap: clamp(1.5rem, 3vw, 2rem);
  }
}
@media (min-width: 1024px) {
  .blog-page .blog-grid {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: clamp(2rem, 4vw, 2.5rem);
         column-gap: clamp(2rem, 4vw, 2.5rem);
  }
}
.blog-page .blog-card {
  position: relative;
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid #e0e0e0;
}
.blog-page .blog-card:last-child {
  border-bottom: none;
}
@media (min-width: 600px) {
  .blog-page .blog-card:nth-child(2n) {
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
}
@media (min-width: 1024px) {
  .blog-page .blog-card:nth-child(3n) {
    padding-bottom: clamp(1.5rem, 3vw, 2rem);
  }
  .blog-page .blog-card:nth-child(n+4) {
    padding-top: clamp(1.5rem, 3vw, 2rem);
  }
}
.blog-page .blog-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-page .blog-card__thumb {
  position: relative;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 16/9;
}
.blog-page .blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card__link:hover .blog-page .blog-card__thumb img {
  transform: scale(1.05);
}
.blog-page .blog-card__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card__link:hover .blog-page .blog-card__title {
  color: #1265d2;
}
.blog-page .blog-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.blog-page .blog-card__date {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
}
.blog-page .blog-card__tag {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  color: #333;
}
.blog-page {
  /* ページネーション */
}
.blog-page .blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}
.blog-page .blog-pagination__link,
.blog-page .blog-pagination__next {
  font-size: 0.9rem;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.blog-page .blog-pagination__link:hover,
.blog-page .blog-pagination__next:hover {
  color: #1265d2;
}
.blog-page .blog-pagination__link.is-current {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-page .blog-pagination__next {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid #e0e0e0;
  position: relative;
  padding-right: 1.25rem;
}
.blog-page .blog-pagination__next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ブログページ：ヘッダーメニューを #333333 に（薄いヒーロー背景のため） */
@media (min-width: 768px) {
  body.page-blog .global-header .global-nav__link {
    color: #333333;
  }
  body.page-blog .global-header .global-nav__link::after {
    background: #333333;
  }
  body.page-blog .global-header.is-scrolled .global-nav__link::after {
    background: #333333;
  }
}
.works-page {
  position: relative;
  overflow: hidden;
}
.works-page .service-page__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/background-bom01.png");
  background-repeat: no-repeat;
  background-position: 100% 3%;
  background-size: 80vw;
}
@media (max-width: 768px) {
  .works-page .service-page__bg {
    background-position: 100% 5%;
    background-size: 100vw;
  }
}
.works-page .service-page__bg-mist {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("../assets/img/background/mist01.webp");
  background-repeat: no-repeat;
  background-position: 100% calc(100% + 500px);
  background-size: 100vw;
  opacity: 0.4;
}
@media (max-width: 768px) {
  .works-page .service-page__bg-mist {
    background-image: url("../assets/img/background/mist04.webp"), url("../assets/img/background/mist01.webp");
    background-position: 100% 35%, 100% 100%;
    background-size: auto 100vh, 100vw;
  }
}
.works-page > *:not(.service-page__bg, .service-page__bg-mist) {
  position: relative;
  z-index: 1;
}

/* =========================================
   works-index（一覧・フィルタ・カード）
========================================= */
.works-index {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.works-index__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.works-index__filter-btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}
.works-index__filter-btn:hover {
  border-color: #1a5cff;
  color: #1a5cff;
}
.works-index__filter-btn.is-active {
  background: #1a5cff;
  border-color: #1a5cff;
  color: #fff;
}

.works-index__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .works-index__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .works-index__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.works-index__card {
  margin: 0;
}

.works-index__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.works-index__link:hover {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.works-index__link:hover .works-index__thumb img {
  transform: scale(1.06);
}

.works-index__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.works-index__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.works-index__body {
  padding: 18px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.works-index__category {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #1a5cff;
  background: rgba(26, 92, 255, 0.1);
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
}

.works-index__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #111;
  line-height: 1.4;
}

.works-index__desc {
  margin: 0 0 auto;
  font-size: 0.8rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.65);
}

.works-index__date {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
}

/* Worksページ：ヘッダーメニューを #333333 に（薄い背景のため） */
@media (min-width: 768px) {
  body.works-page .global-header .global-nav__link {
    color: #333333;
  }
  body.works-page .global-header .global-nav__link::after {
    background: #333333;
  }
  body.works-page .global-header.is-scrolled .global-nav__link::after {
    background: #333333;
  }
}
/* =========================================
   work-single（single-works.php：制作実績詳細）
   blog-article と同様の余白・レイアウト
========================================= */
.work-single {
  background: #fff;
  color: #333;
  padding-bottom: clamp(56px, 6vw, 88px);
}

.work-single__article {
  padding-top: clamp(28px, 4vw, 48px);
}

.work-single__inner {
  max-width: 920px;
  margin: 0 auto;
}

.work-single__head {
  margin-bottom: clamp(18px, 3vw, 28px);
}

.work-single__title {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.work-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}

.work-single__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 92, 255, 0.08);
  color: #1a5cff;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.work-single__thumb {
  margin: clamp(16px, 3vw, 24px) 0 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f5f8;
  width: 100%;
  height: 580px;
}
.work-single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.work-single__excerpt {
  margin-top: clamp(16px, 3vw, 24px);
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.65);
}
.work-single__excerpt p {
  margin: 0 0 0.8em;
}
.work-single__excerpt p:last-child {
  margin-bottom: 0;
}

.work-single__content {
  margin-top: clamp(22px, 4vw, 36px);
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.work-single__content > *:first-child {
  margin-top: 0;
}
.work-single__content p {
  margin: 0 0 1.2em;
}
.work-single__content h2, .work-single__content h3, .work-single__content h4 {
  margin: 1.8em 0 0.8em;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.work-single__content h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  padding-left: 12px;
  border-left: 3px solid rgba(26, 92, 255, 0.55);
}
.work-single__content h3 {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
}
.work-single__content a {
  color: #1a5cff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.work-single__content a:hover {
  opacity: 0.85;
}
.work-single__content ul, .work-single__content ol {
  padding-left: 1.25em;
  margin: 0 0 1.2em;
}
.work-single__content img {
  max-width: 100%;
  height: auto;
}

.work-single__pager {
  margin-top: clamp(26px, 4vw, 40px);
  padding-top: clamp(18px, 3vw, 24px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.work-single__pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: rgba(26, 92, 255, 0.08);
  color: #1a5cff;
}
.work-single__pager a:hover {
  background: rgba(26, 92, 255, 0.12);
}

.work-single__prev {
  justify-self: start;
}

.work-single__next {
  justify-self: end;
}

/* 制作実績一覧へ（ページ下部） */
.work-single__footer {
  margin-top: clamp(28px, 5vw, 44px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.work-single__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: min(100%, 280px);
  padding: 12px clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(0.9375rem, 1.8vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1a5cff;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.work-single__back::before {
  content: "←";
  margin-right: 0.5em;
  font-weight: 400;
}
.work-single__back:hover {
  background: rgba(26, 92, 255, 0.06);
  border-color: #1a5cff;
  box-shadow: 0 4px 12px rgba(26, 92, 255, 0.12);
  transform: translateY(-2px);
}

.work-single__video {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  margin-bottom: 2rem;
}

.work-single__video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* =========================================================
   Blog Single（single.php）
   ========================================================= */
.blog-single {
  background: #fff;
  color: #333;
  padding-bottom: clamp(56px, 6vw, 88px);
}

/* 記事本体 */
.blog-article {
  padding-top: clamp(28px, 4vw, 48px);
}

.blog-article__inner {
  max-width: 920px;
  margin: 0 auto;
}

/* タイトル周り */
.blog-article__head {
  margin-bottom: clamp(18px, 3vw, 28px);
}

.blog-article__title {
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}

.blog-article__tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(19, 102, 255, 0.08);
  color: #0b43b6;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

/* サムネ */
.blog-article__thumb {
  margin: clamp(16px, 3vw, 24px) 0 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f5f8;
  width: 100%;
  height: 420px;
}
.blog-article__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* 本文（ブロックエディタ想定） */
.blog-article__content {
  margin-top: clamp(22px, 4vw, 36px);
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
.blog-article__content > *:first-child {
  margin-top: 0;
}
.blog-article__content p {
  margin: 0 0 1.2em;
}
.blog-article__content h2, .blog-article__content h3, .blog-article__content h4 {
  margin: 1.8em 0 0.8em;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.blog-article__content h2 {
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  padding-left: 12px;
  border-left: 3px solid rgba(19, 102, 255, 0.55);
}
.blog-article__content h3 {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
}
.blog-article__content a {
  color: #1366ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.blog-article__content a:hover {
  opacity: 0.85;
}
.blog-article__content ul, .blog-article__content ol {
  padding-left: 1.25em;
  margin: 0 0 1.2em;
}
.blog-article__content blockquote {
  margin: 1.4em 0;
  padding: 14px 16px;
  border-left: 3px solid rgba(19, 102, 255, 0.35);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.75);
}
.blog-article__content blockquote p:last-child {
  margin-bottom: 0;
}
.blog-article__content figure {
  margin: 1.6em 0;
}
.blog-article__content img {
  max-width: 100%;
  height: auto;
}

/* 前後記事 */
.blog-article__pager {
  margin-top: clamp(26px, 4vw, 40px);
  padding-top: clamp(18px, 3vw, 24px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.blog-article__pager a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: rgba(19, 102, 255, 0.08);
  color: #0b43b6;
}
.blog-article__pager a:hover {
  background: rgba(19, 102, 255, 0.12);
}

.blog-article__prev {
  justify-self: start;
}

.blog-article__next {
  justify-self: end;
}

/* ブログ一覧へ（ページ下部） */
.blog-single__footer {
  margin-top: clamp(24px, 4vw, 48px);
  padding-top: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
}

.blog-single__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: min(420px, 100%);
  padding: 12px clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(0.9375rem, 1.8vw, 1rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #0b43b6;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.blog-single__back::before {
  content: "←";
  margin-right: 0.5em;
  font-weight: 400;
}
.blog-single__back:hover {
  background: rgba(19, 102, 255, 0.06);
  border-color: rgba(19, 102, 255, 0.4);
  box-shadow: 0 4px 12px rgba(19, 102, 255, 0.12);
  transform: translateY(-2px);
}

/* =========================================
   Work カード共通コンポーネント（.c-work-grid / .c-work）
   film-page, service-page, photo-page で利用
========================================= */
.film-page .c-work-grid,
.service-page .c-work-grid,
.photo-page .c-work-grid,
.sns-page .c-work-grid,
.design-page .c-work-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2rem);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .film-page .c-work-grid,
  .service-page .c-work-grid,
  .photo-page .c-work-grid,
  .sns-page .c-work-grid,
  .design-page .c-work-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.film-page .c-work,
.service-page .c-work,
.photo-page .c-work,
.sns-page .c-work,
.design-page .c-work {
  list-style: none;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* 画像 */
}
.film-page .c-work__media,
.service-page .c-work__media,
.photo-page .c-work__media,
.sns-page .c-work__media,
.design-page .c-work__media {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.film-page .c-work__media img,
.service-page .c-work__media img,
.photo-page .c-work__media img,
.sns-page .c-work__media img,
.design-page .c-work__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* 本文 */
}
.film-page .c-work__body,
.service-page .c-work__body,
.photo-page .c-work__body,
.sns-page .c-work__body,
.design-page .c-work__body {
  position: relative;
  padding: 18px 18px 20px;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* タイトル */
}
.film-page .c-work__title,
.service-page .c-work__title,
.photo-page .c-work__title,
.sns-page .c-work__title,
.design-page .c-work__title {
  margin: 10px 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #111;
}
.film-page .c-work__title._blue,
.service-page .c-work__title._blue,
.photo-page .c-work__title._blue,
.sns-page .c-work__title._blue,
.design-page .c-work__title._blue {
  color: #1265d2;
  text-align: center;
  font-size: 1.5rem;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* 価格バッジ */
}
.film-page .c-work__price,
.service-page .c-work__price,
.photo-page .c-work__price,
.sns-page .c-work__price,
.design-page .c-work__price {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a5cff;
  background: rgba(26, 92, 255, 0.1);
  white-space: nowrap;
}
.film-page .c-work__price-number,
.service-page .c-work__price-number,
.photo-page .c-work__price-number,
.sns-page .c-work__price-number,
.design-page .c-work__price-number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a5cff;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* 説明（上） */
}
.film-page .c-work__desc-top,
.service-page .c-work__desc-top,
.photo-page .c-work__desc-top,
.sns-page .c-work__desc-top,
.design-page .c-work__desc-top {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 700;
}
.film-page .c-work__desc-top._center,
.service-page .c-work__desc-top._center,
.photo-page .c-work__desc-top._center,
.sns-page .c-work__desc-top._center,
.design-page .c-work__desc-top._center {
  text-align: center;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* 説明（下） */
}
.film-page .c-work__desc,
.service-page .c-work__desc,
.photo-page .c-work__desc,
.sns-page .c-work__desc,
.design-page .c-work__desc {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.65);
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* ラベル（右下・「10枚～」等）※film の price と別パターン */
}
.film-page .c-work__label,
.service-page .c-work__label,
.photo-page .c-work__label,
.sns-page .c-work__label,
.design-page .c-work__label {
  position: absolute;
  bottom: 18px;
  right: 18px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a5cff;
  background: rgba(26, 92, 255, 0.1);
  white-space: nowrap;
  border-radius: 6px;
}
.film-page .c-work__body:has(.c-work__label),
.service-page .c-work__body:has(.c-work__label),
.photo-page .c-work__body:has(.c-work__label),
.sns-page .c-work__body:has(.c-work__label),
.design-page .c-work__body:has(.c-work__label) {
  padding-bottom: 2.5rem;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* YouTubeリンク */
}
.film-page .c-work__link,
.service-page .c-work__link,
.photo-page .c-work__link,
.sns-page .c-work__link,
.design-page .c-work__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px 16px;
  font-size: 0.75rem;
  color: #c4302b;
  text-decoration: none;
  word-break: break-all;
  margin-top: auto;
  justify-content: center;
}
.film-page .c-work__link::before,
.service-page .c-work__link::before,
.photo-page .c-work__link::before,
.sns-page .c-work__link::before,
.design-page .c-work__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../assets/img/icons/mdi_youtube.png") no-repeat center/contain;
  flex-shrink: 0;
}
.film-page .c-work__link:hover,
.service-page .c-work__link:hover,
.photo-page .c-work__link:hover,
.sns-page .c-work__link:hover,
.design-page .c-work__link:hover {
  text-decoration: underline;
}
.film-page .c-work__price_sns,
.service-page .c-work__price_sns,
.photo-page .c-work__price_sns,
.sns-page .c-work__price_sns,
.design-page .c-work__price_sns {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #ebab35;
  text-align: center;
  margin-top: -5px;
}
.film-page .c-work__price_sns .c-work__price-number_sns,
.service-page .c-work__price_sns .c-work__price-number_sns,
.photo-page .c-work__price_sns .c-work__price-number_sns,
.sns-page .c-work__price_sns .c-work__price-number_sns,
.design-page .c-work__price_sns .c-work__price-number_sns {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ebab35;
  text-align: center;
  margin-right: 4px;
}
.film-page .c-work__price_sns_note,
.service-page .c-work__price_sns_note,
.photo-page .c-work__price_sns_note,
.sns-page .c-work__price_sns_note,
.design-page .c-work__price_sns_note {
  font-size: 1rem;
  font-weight: 400;
  color: #6d6d6d;
  text-align: center;
  margin-top: 2px;
}
.film-page,
.service-page,
.photo-page,
.sns-page,
.design-page {
  /* =========================================
     Solution 共通コンポーネント（.c-solution）
     film-solution / photo-strength の共通化
  ========================================== */
}
.film-page .c-solution,
.service-page .c-solution,
.photo-page .c-solution,
.sns-page .c-solution,
.design-page .c-solution {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: url("../assets/img/sub-page/sub-page-background.webp") center/200px 200px repeat;
}
.film-page .c-solution .container,
.service-page .c-solution .container,
.photo-page .c-solution .container,
.sns-page .c-solution .container,
.design-page .c-solution .container {
  position: relative;
  z-index: 1;
}
.film-page .c-solution__items,
.service-page .c-solution__items,
.photo-page .c-solution__items,
.sns-page .c-solution__items,
.design-page .c-solution__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.film-page .c-solution__item,
.service-page .c-solution__item,
.photo-page .c-solution__item,
.sns-page .c-solution__item,
.design-page .c-solution__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0;
}
.film-page .c-solution__item:not(:first-child),
.service-page .c-solution__item:not(:first-child),
.photo-page .c-solution__item:not(:first-child),
.sns-page .c-solution__item:not(:first-child),
.design-page .c-solution__item:not(:first-child) {
  margin-top: 65px;
}
@media (min-width: 768px) {
  .film-page .c-solution__item,
  .service-page .c-solution__item,
  .photo-page .c-solution__item,
  .sns-page .c-solution__item,
  .design-page .c-solution__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}
.film-page .c-solution__item:first-child,
.service-page .c-solution__item:first-child,
.photo-page .c-solution__item:first-child,
.sns-page .c-solution__item:first-child,
.design-page .c-solution__item:first-child {
  border-top: none;
}
.film-page .c-solution__thumb,
.service-page .c-solution__thumb,
.photo-page .c-solution__thumb,
.sns-page .c-solution__thumb,
.design-page .c-solution__thumb {
  flex-shrink: 0;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 4.5/3;
  overflow: hidden;
  position: relative;
}
.film-page .c-solution__thumb img,
.service-page .c-solution__thumb img,
.photo-page .c-solution__thumb img,
.sns-page .c-solution__thumb img,
.design-page .c-solution__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.film-page .c-solution__thumb::after,
.service-page .c-solution__thumb::after,
.photo-page .c-solution__thumb::after,
.sns-page .c-solution__thumb::after,
.design-page .c-solution__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}
.film-page .c-solution__no,
.service-page .c-solution__no,
.photo-page .c-solution__no,
.sns-page .c-solution__no,
.design-page .c-solution__no {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 2;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS Mincho", serif;
}
.film-page .c-solution__body,
.service-page .c-solution__body,
.photo-page .c-solution__body,
.sns-page .c-solution__body,
.design-page .c-solution__body {
  max-width: 800px;
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  padding: 2rem;
  display: block;
  margin-left: 30px;
  position: relative;
}
.film-page .c-solution__body::before,
.service-page .c-solution__body::before,
.photo-page .c-solution__body::before,
.sns-page .c-solution__body::before,
.design-page .c-solution__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  width: 1.5px;
  height: 100%;
  background: #b4b4b4;
}
.film-page .c-solution__heading,
.service-page .c-solution__heading,
.photo-page .c-solution__heading,
.sns-page .c-solution__heading,
.design-page .c-solution__heading {
  margin: 0 0 0.75rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
@media (max-width: 767px) {
  .film-page .c-solution__heading,
  .service-page .c-solution__heading,
  .photo-page .c-solution__heading,
  .sns-page .c-solution__heading,
  .design-page .c-solution__heading {
    font-size: 1.3rem;
  }
}
.film-page .c-solution__sub-text,
.service-page .c-solution__sub-text,
.photo-page .c-solution__sub-text,
.sns-page .c-solution__sub-text,
.design-page .c-solution__sub-text {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c4d8d;
}
.film-page .c-solution__list,
.service-page .c-solution__list,
.photo-page .c-solution__list,
.sns-page .c-solution__list,
.design-page .c-solution__list {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  padding-left: 30px;
  position: relative;
}
.film-page .c-solution__list::before,
.service-page .c-solution__list::before,
.photo-page .c-solution__list::before,
.sns-page .c-solution__list::before,
.design-page .c-solution__list::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
  width: 12px;
  height: 12px;
  background: url("../assets/img/icons/square01.png") no-repeat center/contain;
}
.film-page .c-solution__text,
.service-page .c-solution__text,
.photo-page .c-solution__text,
.sns-page .c-solution__text,
.design-page .c-solution__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: #000;
}

/* .font-bold：film/photo/sns 共通（c-solution 内で使用） */
.film-page .font-bold,
.photo-page .font-bold,
.sns-page .font-bold {
  font-weight: 700;
  color: #333;
}

/* =========================================
   A. Service Hero
========================================= */
.service-page .service-hero {
  position: relative;
  min-height: clamp(200px, 40vw, 320px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: calc(65px + clamp(1.5rem, 4vw, 2.5rem));
  padding-bottom: clamp(2rem, 5vw, 3rem);
  background-color: #f8f6f3;
  background: #f8f6f3 url("../assets/img/sub-page/sub-top-image.webp") center/cover no-repeat;
}
@media (min-width: 768px) {
  .service-page .service-hero {
    min-height: clamp(280px, 35vw, 380px);
  }
}
.service-page .service-hero .container {
  position: relative;
  z-index: 1;
}
.service-page .service-hero__title {
  margin: 0 0 clamp(0.5rem, 1.5vw, 1rem);
  font-size: clamp(2.25rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.service-page .service-hero__lead {
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.service-page {
  /* =========================================
     B. サービス一覧
  ========================================== */
}
.service-page .service-list {
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: #fff;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  .service-page .service-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-page .service-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e0e0e0;
}
.service-page .service-list__item {
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.service-page .service-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: clamp(1.25rem, 4vw, 2rem) 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.25s ease;
}
@media (min-width: 768px) {
  .service-page .service-card {
    flex-direction: row;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }
}
.service-page .service-card:hover .service-card__arrow {
  transform: translateX(4px);
}
.service-page .service-card:hover .service-card__title {
  color: #1366ff;
}
.service-page .service-card:hover .service-card__catch,
.service-page .service-card:hover .service-card__desc {
  opacity: 0.9;
}
.service-page .service-card__media {
  flex-shrink: 0;
  width: 100px;
  aspect-ratio: 1;
  max-width: clamp(160px, 28vw, 240px);
  margin: 0 auto clamp(1rem, 2vw, 1.25rem);
  border: 4px solid #1265d2;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
@media (min-width: 768px) {
  .service-page .service-card__media {
    width: 120px;
    max-width: none;
    aspect-ratio: 1;
    margin: 0;
  }
}
.service-page .service-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
  z-index: 1;
}
.service-page .service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/img/strength01.webp") center/cover no-repeat;
}
.service-page .service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/img/icons/service_page01.webp") center/55px no-repeat;
  pointer-events: none;
  z-index: 2;
}
.service-page .service-card__media._01::after {
  background: url("../assets/img/icons/service_page01.webp") center/55px no-repeat;
}
.service-page .service-card__media._02::after {
  background: url("../assets/img/icons/service_page02.webp") center/55px no-repeat;
}
.service-page .service-card__media._03::after {
  background: url("../assets/img/icons/service_page03.webp") center/55px no-repeat;
}
.service-page .service-card__media._04::after {
  background: url("../assets/img/icons/service_page04.webp") center/55px no-repeat;
}
.service-page .service-card__media._05::after {
  background: url("../assets/img/icons/service_page05.webp") center/65px no-repeat;
}
.service-page .service-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.service-page .service-card__body {
  flex: 1;
  min-width: 0;
}
.service-page .service-card__title {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  margin: 0 0 clamp(0.5rem, 1.5vw, 0.75rem);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.02em;
  line-height: 1.3;
  transition: color 0.25s ease;
}
@media (max-width: 767px) {
  .service-page .service-card__title {
    font-size: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    text-align: center;
    width: 120%;
  }
}
.service-page .service-card__arrow {
  display: inline-block;
  width: 120px;
  height: 6px;
  background: url("../assets/img/icons/arrow_right.webp") no-repeat center;
  background-size: contain;
  position: relative;
  left: -50px;
  top: 17px;
  transform: translateX(0);
  transition: transform 0.25s ease;
}
.service-page .service-card__catch {
  margin: 0 0 clamp(0.5rem, 1vw, 0.75rem);
  font-size: clamp(0.875rem, 1.8vw, 1rem);
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  letter-spacing: 0.02em;
  transition: opacity 0.25s ease;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .service-page .service-card__catch {
    margin-top: 20px;
  }
}
.service-page .service-card__desc {
  margin: 0;
  font-size: clamp(0.8125rem, 1.6vw, 0.9375rem);
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s ease;
  padding-left: 20px;
}

/* =========================================
   フッター内 to top（Serviceページ用）
   ※フッターは .service-page 外のためルートで定義
========================================= */
.service-page-to-top {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  transition: color 0.25s ease;
}
.service-page-to-top:hover {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .service-page-to-top {
    position: static;
    margin-left: auto;
    margin-top: 0.5rem;
  }
}

.service-page-to-top__icon {
  width: 14px;
  height: 14px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transform: rotate(-45deg);
}

.service-page-to-top__text {
  text-transform: lowercase;
}

/* Serviceページのフッター：to top 用に relative */
body:has(.service-page) .site-footer__inner,
.site-footer__inner:has(.service-page-to-top) {
  position: relative;
  padding-top: 2.5rem;
}

/* =========================================
   Serviceページ：PC時のみヘッダーメニューを黒系に
   ※body.page-service でスコープ、SPは既存仕様のまま
========================================= */
@media (min-width: 768px) {
  body.page-service .global-header .global-nav__link {
    color: #333;
  }
  body.page-service .global-header .global-nav__link::after {
    background: #333;
  }
  body.page-service .global-header.is-scrolled .global-nav__link::after {
    background: #333;
  }
}
/* =====================================
   Scroll Reveal (共通)
===================================== */
/* 初期状態 */
.js-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

/* 表示状態 */
.js-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* 右から */
.js-reveal--right {
  transform: translateX(120px);
}

.c-section-title {
  text-align: center;
  margin: 0 auto 2rem;
  background-color: rgba(255, 255, 255, 0.5);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.5rem;
}

.c-section-title__text {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  z-index: 0;
  position: relative;
  display: block;
  /* 中の文字：青グラデーション */
  background: linear-gradient(to bottom, #2f80ff 0%, #1c5cff 50%, #09329b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .c-section-title__text {
    font-size: 1.8rem;
  }
}

.c-section-title__line {
  display: block;
  width: clamp(52px, 7vw, 88px);
  height: 6px;
  margin: 0.8rem auto 0;
  background: #17cbeb;
}

.section-title__sub {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #09329b;
  text-transform: uppercase;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: inline;
  }
}
.c-works__note {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  background-color: #f0f0f0;
  padding: 5px;
  max-width: 450px;
  margin-left: auto;
  text-align: center;
  border-radius: 10px;
}/*# sourceMappingURL=main.css.map */