/* T Accelerator 案件固有スタイル。styles.css / script.js は封印ファイルのため編集しない。 */

:root {
  --mold-version: 9;
  --ink: #0b2b59;
  --muted: #5c7290;
  --paper: #f8fbff;
  --soft: #eaf3fb;
  --line: rgba(23, 79, 138, 0.14);
  --gold: #1f80e0;
  --motion-accent: #67d5f7;
  --cta-gradient: linear-gradient(90deg, #1286de 0%, #55b7f2 50%, #1f80e0 100%);
  --radius-panel: 24px 0 24px 0;
  --radius-media: 40px 0 40px 0;
  --radius-control: 8px 0 8px 0;
  --radius-small: 4px 0 4px 0;
  --radius-button: 8px;
  --radius-footer-logo: 4px;
  --shadow: 0 28px 80px rgba(13, 58, 110, 0.13);
  --content-max: 1180px;
  --lh-body: 1.9;
  --lh-display: 1.38;
  --ls-en: 0.06em;
  --ls-body: 0.02em;
  --ls-display: 0.01em;
  --fw-strong: 700;
  --fw-body: 400;
  --fw-display: 700;
  --font-en: "Jost", sans-serif;
  --font-body: "Noto Sans JP", sans-serif;
  --font-display: "Zen Kaku Gothic New", sans-serif;
}

html {
  scroll-padding-top: 82px;
}

body {
  color: var(--ink);
  background: #fff;
}

.site-header {
  height: clamp(72px, 5.15vw, 86px);
  padding: 0 clamp(28px, 3.3vw, 56px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(23, 79, 138, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  gap: 10px;
}

.brand__logo {
  display: block;
  width: clamp(180px, 17vw, 236px);
  height: auto;
}

.brand__mark {
  width: 36px;
  height: 36px;
  color: #0e62b7;
}

.brand__text {
  color: #103764;
  font-size: clamp(1.08rem, 1.35vw, 1.42rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.nav {
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.93vw, 0.96rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.nav a:last-child {
  min-width: 132px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-block: 0;
  padding-inline: 22px;
  color: #fff;
  background: var(--cta-gradient);
  border-radius: var(--radius-button);
  box-shadow: 0 10px 24px rgba(11, 52, 111, 0.16);
  transition: background-color 0.3s ease;
}

.nav a:last-child:hover,
.nav a:last-child:focus-visible {
  color: #fff;
  background-color: #1286de;
  background-size: 0 1px;
  box-shadow: 0 10px 24px rgba(11, 52, 111, 0.16);
}

.nav-overlay__close {
  display: none;
}

.hero {
  --hero-transition-height: clamp(41px, 4.25vw, 66px);
  min-height: 0;
  height: 100vh;
  height: 100svh;
  aspect-ratio: auto;
  padding-top: clamp(72px, 5.15vw, 86px);
  background: #f8fbff;
}

.hero__bg {
  display: none;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: clamp(72px, 5.15vw, 86px);
  right: auto;
  bottom: var(--hero-transition-height);
  left: 0;
  width: 52%;
  background: linear-gradient(90deg, #fff 0%, rgba(250, 252, 255, 0.99) 73%, rgba(249, 252, 255, 0.78) 87%, rgba(249, 252, 255, 0) 100%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--hero-transition-height);
  background: #fff;
  box-shadow: 0 -1px 0 rgba(31, 128, 224, 0.1);
  pointer-events: none;
}

.hero__stage {
  height: 100%;
  min-height: 0;
}

.hero__ambient {
  display: none;
}

.hero__photo-wrap {
  position: absolute;
  z-index: 1;
  top: calc(-1 * clamp(72px, 5.15vw, 86px));
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  width: 58%;
  height: calc(100% + clamp(72px, 5.15vw, 86px));
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  transform: none !important;
  will-change: auto;
}

.hero__photo-wrap picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform: scale(1);
  transition: transform 4s cubic-bezier(0.4, 0, 0.2, 1) 0.12s;
  will-change: transform;
}

.is-loaded .hero__photo-wrap picture {
  transform: scale(1.02);
}

.hero__photo-wrap::after {
  display: none;
}

.hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 82vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  animation: none !important;
}

.hero__copy {
  --hero-content-gap: clamp(24px, 2.1vw, 34px);
  --hero-action-gap: calc(var(--hero-content-gap) + clamp(10px, 1vw, 12px));
  z-index: 3;
  inset: 0 auto auto 0;
  width: 50%;
  height: 100%;
  justify-content: flex-start;
  padding-top: clamp(126px, 12.5vw, 209px);
  padding-left: clamp(38px, 8.25vw, 138px);
}

.hero h1 {
  margin: 0;
  color: #0a2d5c;
  font-size: clamp(2.85rem, 3.85vw, 4.05rem);
  font-weight: var(--fw-display);
  letter-spacing: 0.09em;
  line-height: 1.38;
}

.hero__head[data-reveal="clip"] {
  transform: translateY(14px);
}

.hero__head[data-reveal="clip"].is-visible {
  transform: none;
}

.hero__copy [data-reveal].is-visible {
  transform: none;
}

.hero__lead {
  margin: var(--hero-content-gap) 0 0;
  color: #5b7392;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  line-height: 1.95;
  letter-spacing: 0.05em;
}

.hero__actions {
  display: block;
  margin-top: var(--hero-action-gap);
}

.hero__actions .btn {
  width: clamp(218px, 15.6vw, 260px);
  min-height: clamp(52px, 3.6vw, 60px);
  padding-inline: 30px;
  border: 0;
  border-radius: var(--radius-button);
  background: var(--cta-gradient);
  box-shadow: 0 16px 32px rgba(11, 52, 111, 0.18);
  font-size: clamp(0.88rem, 0.98vw, 1rem);
  letter-spacing: 0.08em;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: calc(var(--hero-transition-height) - clamp(11px, 1vw, 15px));
  gap: 9px;
  padding: 8px 16px 0;
  background: transparent;
  color: #496987;
  translate: -50% 0;
  font-family: var(--font-en);
  font-size: clamp(0.68rem, 0.72vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.16em;
}

.scroll-cue__line {
  position: relative;
  width: 1px;
  height: clamp(22px, 2vw, 30px);
  overflow: hidden;
  background: rgba(31, 128, 224, 0.22);
}

.scroll-cue__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46%;
  background: #1f80e0;
  animation: scrollCueFlow 1.8s ease-in-out infinite;
}

@keyframes scrollCueFlow {
  0% {
    opacity: 0;
    translate: 0 -120%;
  }
  22%, 72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: 0 220%;
  }
}

.section {
  background: #fff;
}

.ghost {
  color: rgba(11, 43, 89, 0.075);
  font-weight: 600;
  letter-spacing: -0.04em;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition:
    opacity 0.7s ease,
    clip-path 1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, clip-path;
}

.ghost--from-right {
  clip-path: inset(0 0 0 100%);
}

.ghost.is-ghost-visible,
.ghost.is-visible {
  opacity: 1;
  clip-path: inset(0);
}

.ghost__char {
  color: inherit;
}

.ghost.is-ghost-visible .ghost__char,
.ghost.is-visible .ghost__char {
  color: inherit;
}

.section-title__char {
  color: var(--motion-accent);
  transition: color 0.5s ease calc(0.28s + var(--title-char-index) * 0.035s);
}

.js-section-title.is-title-color-visible .section-title__char {
  color: inherit;
}

.eyebrow {
  margin-bottom: 18px;
  color: #1f80e0;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.eyebrow::before {
  width: 22px;
  background: #69b9f1;
}

.section__head {
  position: relative;
  z-index: 1;
}

.section__head h2,
.contact h2 {
  color: #0b2b59;
  font-size: clamp(2rem, 3.15vw, 3.15rem);
  letter-spacing: 0.025em;
  line-height: 1.52;
}

.p-business {
  padding-bottom: clamp(100px, 11vw, 164px);
}

.p-business__head {
  max-width: 740px;
}

.p-business__lead {
  max-width: 720px;
  margin-top: 26px;
  font-size: clamp(0.94rem, 1.05vw, 1.08rem);
}

.p-business-main {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.18fr);
  min-height: 520px;
  margin-top: clamp(54px, 6.2vw, 92px);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31, 128, 224, 0.12);
  border-radius: var(--radius-panel);
  box-shadow: none;
}

.p-business-main__img {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.p-business-main__img::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--motion-accent);
  scale: 0.4;
  transition: scale 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0s);
  transform-origin: center;
}

.p-business-main__img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #edf6fe;
  clip-path: inset(100%);
  scale: 1.4;
  transition:
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    scale 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0s) + 0.35s);
  transform-origin: 50% 10%;
  will-change: clip-path, scale;
}

.p-business-main.is-visible .p-business-main__img::before {
  scale: 1;
}

.p-business-main.is-visible .p-business-main__img img {
  clip-path: inset(0%);
  scale: 1;
}

.p-business-main__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.6vw, 66px);
  background: #fff;
}

.p-business-main__label {
  margin: 0;
  color: #1f80e0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-business-main__num,
.p-owned-card__num {
  margin: 22px 0 0;
  color: #8cccf7;
  font-family: var(--font-en);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.p-business-main__num {
  margin-top: 0;
}

.p-business-main__title {
  margin: 8px 0 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
  line-height: 1.45;
}

.p-business-main__text {
  margin: 24px 0 0;
  color: #5c7290;
  font-size: 0.94rem;
  line-height: 2;
}

.p-business-main__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.p-business-main__tags li {
  padding: 6px 12px;
  color: #316b9f;
  background: #edf6fe;
  border: 1px solid rgba(31, 128, 224, 0.14);
  border-radius: 999px;
  font-size: 0.76rem;
}

.p-business-main__link,
.p-owned-card__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 52px;
  margin-top: 30px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--radius-button);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-business-main__link span,
.p-owned-card__link span {
  margin-left: 12px;
}

.p-owned {
  margin-top: clamp(78px, 8vw, 122px);
}

.p-owned__head h3 {
  margin: 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
}

.p-owned__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(42px, 5vw, 72px);
  margin-top: 0;
}

.p-owned-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 1.18fr);
  min-height: 520px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(31, 128, 224, 0.12);
  border-radius: var(--radius-panel);
  box-shadow: none;
}

.p-owned-card__img {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.p-owned-card__img::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--motion-accent);
  scale: 0.4;
  transition: scale 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0s);
  transform-origin: center;
}

.p-owned-card__img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #edf6fe;
  clip-path: inset(100%);
  scale: 1.4;
  transition:
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    scale 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0s) + 0.35s);
  transform-origin: 50% 10%;
  will-change: clip-path, scale;
}

.p-owned-card.is-visible .p-owned-card__img::before {
  scale: 1;
}

.p-owned-card.is-visible .p-owned-card__img img {
  clip-path: inset(0%);
  scale: 1;
}

.p-owned-card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.6vw, 66px);
  background: #fff;
}

.p-owned-card__num {
  margin-top: 0;
}

.p-owned-card__title {
  margin: 8px 0 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.4vw, 2.55rem);
  line-height: 1.45;
}

.p-owned-card__text {
  margin: 24px 0 0;
  color: #5c7290;
  font-size: 0.94rem;
  line-height: 2;
}

.p-business-facts {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
}

.p-business-facts div {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(31, 128, 224, 0.13);
}

.p-business-facts div:last-child {
  border-bottom: 1px solid rgba(31, 128, 224, 0.13);
}

.p-business-facts dt {
  color: #6a809b;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.65;
}

.p-business-facts dd {
  margin: 0;
  color: #234f7d;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.65;
}

.p-business-facts dd strong {
  margin-right: 3px;
  color: #0e62b7;
  font-family: var(--font-en);
  font-size: 1.55rem;
  line-height: 1;
}

.p-business-facts dd small {
  display: block;
  margin-top: 4px;
  color: #70859f;
  font-size: 0.68rem;
  font-weight: 400;
}

.p-business-facts dd b {
  color: #0e62b7;
}

.p-business-title-list {
  margin: 20px 0 0;
  color: #5c7290;
  font-size: 0.76rem;
  line-height: 1.8;
}

.p-business-title-list span {
  display: block;
  margin-bottom: 5px;
  color: #316b9f;
  font-size: 0.72rem;
  font-weight: 700;
}

.p-business-reference-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
}

.p-business-reference-links a {
  color: #0e62b7;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(14, 98, 183, 0.3);
  text-underline-offset: 4px;
}

.p-representative {
  background: linear-gradient(180deg, #fff, #f6faff);
}

.p-representative__body {
  display: grid;
  grid-template-columns: minmax(240px, 0.76fr) 1.24fr;
  gap: clamp(50px, 8vw, 124px);
  align-items: center;
  margin-top: clamp(48px, 5.5vw, 82px);
  padding-top: clamp(34px, 4vw, 58px);
  border-top: 1px solid var(--line);
}

.p-representative__img {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0b223c;
  border-radius: var(--radius-media);
  box-shadow: 0 24px 58px rgba(6, 36, 71, 0.16);
}

.p-representative__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 29%;
}

.c-image-reveal {
  position: relative;
  background: transparent;
}

.c-image-reveal::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--motion-accent);
  scale: 0.4;
  transition: scale 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--reveal-delay, 0s);
  transform-origin: center;
}

.c-image-reveal img {
  position: relative;
  z-index: 1;
  clip-path: inset(100%);
  scale: 1.4;
  transition:
    clip-path 0.9s cubic-bezier(0.16, 1, 0.3, 1),
    scale 1.15s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: calc(var(--reveal-delay, 0s) + 0.35s);
  transform-origin: 50% 10%;
  will-change: clip-path, scale;
}

.c-image-reveal.is-visible::before {
  scale: 1;
}

.c-image-reveal.is-visible img {
  clip-path: inset(0%);
  scale: 1;
}

.p-representative__content {
  display: grid;
  gap: clamp(30px, 4vw, 52px);
}

.p-representative__name {
  display: grid;
  gap: 12px;
}

.p-representative__name span {
  color: #5c7290;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
}

.p-representative__name strong {
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 2.55vw, 2.65rem);
  letter-spacing: 0.08em;
}

.p-representative__name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.p-representative__sns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-representative__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #c5d8ed;
  border-radius: 50%;
  background: #fff;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.p-representative__sns a:hover,
.p-representative__sns a:focus-visible {
  border-color: #159ae8;
  background: #eef8ff;
}

.p-representative__sns .p-representative__sns-link--x,
.p-representative__sns .p-representative__sns-link--x:hover,
.p-representative__sns .p-representative__sns-link--x:focus-visible {
  border-color: transparent;
}

.p-representative__sns .p-representative__sns-link--facebook {
  border-color: transparent;
  background: transparent;
}

.p-representative__sns .p-representative__sns-link--facebook:hover,
.p-representative__sns .p-representative__sns-link--facebook:focus-visible {
  border-color: #c5d8ed;
  background: #eef8ff;
}

.p-representative__sns img {
  display: block;
  width: 18px;
  height: 18px;
}

.p-representative__sns .p-representative__sns-link--facebook img {
  width: 30px;
  height: 30px;
}

.p-representative__profile {
  display: grid;
  gap: 14px;
}

.p-representative__profile > p {
  margin: 0;
  color: #5c7290;
  font-size: clamp(0.9rem, 0.96vw, 1rem);
  line-height: 1.95;
}

.p-representative__private {
  margin-top: 8px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 2px solid #65b5ec;
}

.p-representative__private p,
.p-representative__private ul {
  margin: 0;
  color: #5c7290;
  font-size: clamp(0.94rem, 0.96vw, 1rem);
  line-height: 1.85;
}

.p-representative__private ul {
  margin-top: 8px;
  padding-left: 1.2em;
}

.p-company {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(52px, 8vw, 124px);
  background: #f3f8fd;
}

.p-company .section__head h2 {
  font-size: clamp(1.8rem, 2.55vw, 2.55rem);
}

.p-company__table {
  margin: 0;
  border-top: 1px solid rgba(23, 79, 138, 0.16);
}

.p-company__table div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(23, 79, 138, 0.16);
}

.p-company__table dt {
  color: #316b9f;
  font-weight: 700;
}

.p-company__table dd {
  margin: 0;
  color: #365a7d;
  line-height: 1.8;
}

.p-company__map {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
}

.p-company__map iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 34vw, 460px);
  border: 0;
  border-radius: var(--radius-media);
  box-shadow: 0 22px 54px rgba(6, 36, 71, 0.12);
}

.p-company__map a {
  justify-self: end;
  color: #0e62b7;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-company__map-label {
  position: absolute;
  top: calc(50% - 28px);
  left: 50%;
  display: grid;
  gap: 6px;
  min-width: min(320px, calc(100% - 40px));
  padding: 18px 22px;
  color: #0b2b59;
  text-align: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 79, 138, 0.14);
  border-radius: var(--radius-small);
  box-shadow: 0 14px 38px rgba(6, 36, 71, 0.16);
  translate: -50% -50%;
  pointer-events: none;
}

.p-company__map-label strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.p-company__map-label span {
  color: #5c7290;
  font-size: 0.82rem;
}

.contact {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(52px, 7vw, 104px);
  background: linear-gradient(135deg, #072955 0%, #0c4f91 100%);
}

.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 31, 68, 0.97), rgba(7, 54, 104, 0.9) 58%, rgba(7, 54, 104, 0.55));
  pointer-events: none;
}

.contact > *:not(.contact__bg):not(.ghost) {
  position: relative;
  z-index: 2;
}

.contact__bg {
  width: 54%;
  opacity: 0.22;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 32%);
  mask-image: linear-gradient(90deg, transparent, #000 32%);
}

.contact .ghost {
  z-index: 1;
  color: rgba(255, 255, 255, 0.085);
}

.contact .ghost.is-ghost-visible .ghost__char,
.contact .ghost.is-visible .ghost__char {
  color: rgba(255, 255, 255, 0.085);
}

.contact .eyebrow,
.contact .access dt {
  color: #8ed5ff;
}

.contact h2 {
  color: #fff;
  font-size: clamp(1.9rem, 2.7vw, 2.75rem);
}

.p-contact-form {
  padding: clamp(28px, 3.2vw, 46px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-panel);
  backdrop-filter: blur(12px);
}

.p-contact-form label {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 500;
}

.p-contact-form input,
.p-contact-form textarea,
.p-contact-form select {
  display: block;
  width: 100%;
  min-height: 50px;
  margin: 0 0 20px;
  padding: 13px 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-small);
  font: inherit;
}

.p-contact-form textarea {
  min-height: 130px;
  margin-bottom: 10px;
  resize: vertical;
}

.p-contact-form select option {
  color: #0b2b59;
}

.contact .btn {
  min-width: 210px;
  margin-top: 10px;
  color: #fff;
  background: var(--cta-gradient);
  border: 0;
  border-radius: var(--radius-button);
}

.footer {
  background: #061d3a;
}

.footer__logo {
  display: block;
  width: min(280px, 72vw);
  height: auto;
  padding: 10px 14px;
  background: #fff;
  border-radius: var(--radius-footer-logo);
}

.footer strong {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.footer__nav {
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.footer__sns a {
  color: #79c8fa;
}

.footer__sns a[aria-label="代表者Xを開く"],
.footer__sns a[aria-label="代表者Xを開く"]:hover,
.footer__sns a[aria-label="代表者Xを開く"]:focus-visible,
.footer__sns a[aria-label="代表者Facebookを開く"],
.footer__sns a[aria-label="代表者Facebookを開く"]:hover,
.footer__sns a[aria-label="代表者Facebookを開く"]:focus-visible {
  border: 0;
}

.footer__sns img {
  display: block;
  width: 19px;
  height: 19px;
  filter: brightness(0) invert(1);
}

.footer__sns .footer__sns-icon--facebook {
  width: 26px;
  height: 26px;
  filter: none;
}

.page-top {
  position: fixed;
  z-index: 70;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: rgba(6, 29, 58, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(6, 29, 58, 0.22);
  backdrop-filter: blur(12px);
  transition: background-color 0.3s ease;
}

.page-top svg {
  width: 21px;
  height: 21px;
}

@media (hover: hover) {
  .page-top:hover {
    background: #1286de;
  }
}

.sticky-cta {
  background: var(--cta-gradient);
}

.nav a[aria-current="page"],
.footer__nav a[aria-current="page"] {
  color: var(--gold);
  background-size: 100% 1px;
}

.lower-page {
  padding-top: clamp(72px, 5.15vw, 86px);
  background: #f8fbff;
}

.page-hero {
  position: relative;
  display: grid;
  gap: 24px;
  min-height: clamp(300px, 32vw, 430px);
  align-content: end;
  padding: clamp(92px, 11vw, 150px) max(20px, calc((100vw - var(--content-max)) / 2)) clamp(58px, 7vw, 94px);
  overflow: hidden;
  background: linear-gradient(135deg, #f8fbff 0%, #e8f4fd 58%, #dceffd 100%);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -42%;
  width: min(56vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(31, 128, 224, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(31, 128, 224, 0.04), 0 0 0 112px rgba(31, 128, 224, 0.025);
  pointer-events: none;
}

.breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #5c7290;
  font-size: 0.78rem;
}

.breadcrumb a {
  color: #0e62b7;
}

.page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin: 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.page-hero--index h1 {
  font-size: clamp(2.35rem, 4.2vw, 4rem);
}

.page-hero--article h1 {
  font-size: clamp(2.15rem, 3.8vw, 3.75rem);
  line-height: 1.4;
}

.page-hero__lead {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: #5c7290;
  line-height: 1.9;
}

.news-list,
.article-wrap {
  width: min(var(--content-max), calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(76px, 9vw, 132px);
}

.lower-page > .news-list {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(96px, 11vw, 160px) var(--pad-x);
  background: #fff;
}

.lower-page > .news-list .news-card {
  display: block;
  padding: 0;
  border-bottom: 0;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-card {
  height: 100%;
}

.news-card > a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 79, 138, 0.12);
  border-radius: var(--radius-panel);
  box-shadow: none;
}

.news-card__img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eaf3fb;
}

.news-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__body {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
}

.news-card time,
.article-header time {
  color: #316b9f;
  font-family: var(--font-en);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.news-card h2,
.news-card h3 {
  margin: 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 1.35vw, 1.35rem);
  line-height: 1.65;
}

.p-home-news {
  overflow: hidden;
  background: #fff;
}

.p-home-news__head {
  max-width: 720px;
}

.p-home-news__grid {
  margin-top: clamp(42px, 5vw, 68px);
}

.p-home-news__actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 4vw, 52px);
}

.p-home-news__link {
  min-width: min(100%, 290px);
  border-radius: var(--radius-button);
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  letter-spacing: 0.08em;
}

.p-home-news__link > span {
  margin-left: 0.8em;
  transition: transform 0.35s var(--ease-out-expo);
}

.p-home-news__link:hover > span,
.p-home-news__link:focus-visible > span {
  transform: translateX(5px);
}

.news-card__more {
  position: relative;
  align-self: end;
  justify-self: start;
  margin-top: 8px;
  padding-bottom: 4px;
  color: #0e62b7;
  font-size: 0.84rem;
  font-weight: 700;
}

.news-card__more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
}

.article-wrap {
  width: min(900px, calc(100% - 40px));
}

.article-header {
  display: grid;
  gap: 22px;
}

.article-header h1 {
  margin: 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.3vw, 4rem);
  line-height: 1.42;
}

.article-media {
  margin: clamp(42px, 6vw, 72px) 0 0;
  overflow: hidden;
  background: #eaf3fb;
  border-radius: 0;
}

.article-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: cover;
}

.article-body {
  display: grid;
  gap: 24px;
  margin-top: clamp(42px, 6vw, 72px);
  color: #365a7d;
  font-size: clamp(0.96rem, 1.08vw, 1.08rem);
  line-height: 2.05;
}

.article-body p {
  margin: 0;
}

.article-body h2 {
  margin: 28px 0 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.article-body a {
  color: #0e62b7;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.policy-wrap {
  width: min(960px, calc(100% - 40px));
}

.policy-body {
  gap: 0;
  margin-top: 0;
}

.policy-body > p:first-child {
  padding: clamp(28px, 4vw, 42px);
  color: #244d73;
  background: #edf7ff;
  border-left: 3px solid #49b9ee;
}

.policy-body section {
  padding-top: clamp(42px, 5vw, 64px);
}

.policy-body section + section {
  margin-top: clamp(36px, 4vw, 52px);
  border-top: 1px solid rgba(23, 79, 138, 0.14);
}

.policy-body h2 {
  margin: 0 0 20px;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  line-height: 1.55;
}

.policy-body ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 1.4em;
}

.policy-body ul + p {
  margin-top: 18px;
}

.policy-table-wrap {
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid rgba(23, 79, 138, 0.16);
  border-radius: var(--radius-panel);
  background: #fff;
}

.policy-table-wrap:focus-visible {
  outline: 2px solid #49b9ee;
  outline-offset: 3px;
}

.policy-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.7;
}

.policy-table th,
.policy-table td {
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(23, 79, 138, 0.12);
}

.policy-table th {
  color: #0b2b59;
  font-weight: 700;
  background: #eaf5fe;
}

.policy-table tbody tr:last-child td {
  border-bottom: 0;
}

.policy-contact {
  margin: 0;
  padding: clamp(24px, 3vw, 34px);
  font-style: normal;
  background: #f2f8fd;
  border-radius: var(--radius-panel);
}

.policy-date {
  margin-top: clamp(52px, 7vw, 84px) !important;
  color: #5c7290;
  text-align: right;
}

.thanks-wrap {
  width: min(900px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: clamp(76px, 9vw, 132px);
}

.thanks-box {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(44px, 7vw, 82px) clamp(24px, 6vw, 72px);
  color: #365a7d;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(23, 79, 138, 0.14);
  border-radius: var(--radius-panel);
  box-shadow: 0 24px 64px rgba(11, 62, 118, 0.08);
}

.thanks-box .eyebrow {
  margin: 0;
  color: #1286de;
}

.thanks-box h2 {
  margin: 0;
  color: #0b2b59;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.5;
}

.thanks-box > p:not(.eyebrow) {
  margin: 0;
  line-height: 2;
}

.thanks-box .btn {
  min-width: min(100%, 280px);
  margin-top: 10px;
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(52px, 7vw, 84px);
  color: #0e62b7;
  font-weight: 700;
}

.lower-cta {
  display: grid;
  justify-items: center;
  gap: 24px;
  padding: clamp(76px, 9vw, 120px) 20px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #072955 0%, #0c4f91 100%);
}

.lower-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.lower-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.lower-cta .btn {
  margin-top: 8px;
  color: #fff;
  background: var(--cta-gradient);
  border: 0;
  border-radius: var(--radius-button);
}

/* 全ページの共通CTAは、水色系グラデーションが横へ切り替わるホバー表現に揃える。 */
.btn.btn--primary,
.nav a:last-child,
.sticky-cta {
  color: #fff;
  background: var(--cta-gradient);
  background-color: #1f80e0;
  background-position: 0 0;
  background-size: 200% 100%;
  border-color: transparent;
  transition: background-position 0.45s var(--ease-out-expo), color 0.35s var(--ease-out-expo), border-color 0.35s var(--ease-out-expo);
}

.btn.btn--primary:hover,
.btn.btn--primary:focus-visible,
.nav a:last-child:hover,
.nav a:last-child:focus-visible,
.sticky-cta:hover,
.sticky-cta:focus-visible {
  color: #fff;
  background-position: 100% 0;
  background-size: 200% 100%;
}

.btn.btn--primary::before {
  display: none;
}

/* 本文内のボタンは「お知らせ一覧を見る」のデザインへ統一する。 */
main .btn.btn--primary {
  min-width: min(100%, 290px);
  min-height: clamp(48px, 3.8vw, 64px);
  padding: 0 clamp(44px, 4vw, 66px);
  border: 0;
  border-radius: var(--radius-button);
  box-shadow: none;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

main .btn.btn--primary > span[aria-hidden="true"] {
  margin-left: 0.8em;
  transition: transform 0.35s var(--ease-out-expo);
}

main .btn.btn--primary:hover > span[aria-hidden="true"],
main .btn.btn--primary:focus-visible > span[aria-hidden="true"] {
  transform: translateX(5px);
}

.sticky-cta {
  border-radius: var(--radius-button);
  transition: opacity 0.45s var(--ease-out-expo), transform 0.45s var(--ease-out-expo), background-position 0.45s var(--ease-out-expo);
}

.btn {
  border-radius: var(--radius-button);
  transition: background 0.35s var(--ease-out-expo), color 0.35s var(--ease-out-expo), border-color 0.35s var(--ease-out-expo);
}

.btn:hover,
.btn:focus-visible {
  transform: none;
  box-shadow: none;
}

.footer__sns a:hover,
.footer__sns a:focus-visible {
  transform: none;
}

@media (hover: hover) {
  .p-business-main__link:hover,
  .p-business-main__link:focus-visible,
  .p-owned-card__link:hover,
  .p-owned-card__link:focus-visible {
    color: #fff;
  }

  .news-card > a:hover,
  .news-card > a:focus-visible {
    translate: none;
    box-shadow: none;
  }

  .news-card__img img,
  .news-card__more::after {
    transition: transform 0.65s var(--ease-out-expo);
  }

  .news-card > a:hover .news-card__img img,
  .news-card > a:focus-visible .news-card__img img {
    transform: scale(1.06);
  }

  .news-card > a:hover .news-card__more::after,
  .news-card > a:focus-visible .news-card__more::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
}

@media (max-width: 1040px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    height: 72px;
    padding-inline: 24px;
  }

  .nav-overlay {
    background: rgba(247, 251, 255, 0.99);
  }

  .nav-overlay__close {
    position: absolute;
    top: 14px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 6px 4px;
    color: #0b2b59;
    background: transparent;
    border: 0;
    font-family: var(--font-body);
    font-size: 0.84rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    cursor: pointer;
  }

  .nav-overlay__close span:first-child {
    font-family: var(--font-en);
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
  }

  .nav-overlay__close:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 4px;
  }

  .nav-overlay nav {
    color: #0b2b59;
    font-family: var(--font-display);
  }

  .hero {
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    padding-top: 72px;
    background: linear-gradient(155deg, #fff 0%, #edf7ff 72%, #e8f3fb 100%);
  }

  .hero__bg {
    display: none;
  }

  .hero::before {
    display: none;
  }

  .hero::after {
    display: none;
  }

  .hero__stage {
    display: flex;
    min-height: 0;
    height: auto;
  }

  .hero__copy {
    position: static;
    order: -1;
    width: auto;
    height: auto;
    padding: clamp(58px, 9vw, 90px) 7vw clamp(44px, 7vw, 68px);
  }

  .hero h1 {
    font-size: clamp(2.7rem, 7.5vw, 4.7rem);
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__photo-wrap {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    aspect-ratio: 972 / 734;
    margin: 0;
    overflow: hidden;
  }

  .hero__photo-wrap picture {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
  }

  .hero__ambient {
    display: none;
  }

  .hero__photo-wrap::after {
    display: none;
  }

  .hero__photo {
    position: static;
    width: 100%;
    height: 104%;
    object-fit: cover;
    object-position: 58% top;
  }

  .scroll-cue {
    position: static;
    padding: 17px 0 24px;
    translate: none;
    background: #fff;
    border-top: 1px solid rgba(31, 128, 224, 0.1);
  }

  .p-business-main,
  .p-owned-card {
    grid-template-columns: 1fr;
  }

  .p-business-main__img,
  .p-owned-card__img {
    min-height: 0;
  }

  .p-business-main__img img,
  .p-owned-card__img img {
    height: auto;
    aspect-ratio: auto;
  }

  .p-representative__body,
  .p-company {
    grid-template-columns: 1fr;
  }

  .p-representative__body {
    gap: 34px;
  }

  .page-top {
    right: 16px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    width: 48px;
    height: 48px;
  }

  .p-company {
    gap: 42px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {
  :root {
    --radius-panel: 18px 0 18px 0;
    --radius-media: 28px 0 28px 0;
  }

  .brand__mark {
    width: 30px;
    height: 30px;
  }

  .brand__text {
    font-size: 1rem;
  }

  .brand__logo {
    width: min(190px, 58vw);
  }

  .hero__copy {
    padding: 50px 20px 40px;
  }

  .hero h1 {
    font-size: clamp(2.15rem, 9.4vw, 2.95rem);
    line-height: 1.48;
  }

  .hero__lead {
    margin-top: var(--hero-content-gap);
    font-size: 0.92rem;
  }

  .hero__actions {
    margin-top: var(--hero-action-gap);
  }

  .hero__actions .btn {
    width: min(100%, 260px);
  }

  .section,
  .contact,
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lower-page > .news-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section__head h2,
  .contact h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }

  .p-business-main,
  .p-owned-card {
    min-height: 0;
    border-radius: var(--radius-panel);
  }

  .p-business-main__body,
  .p-owned-card__body {
    padding: 30px 22px 34px;
  }

  .p-company__table div {
    grid-template-columns: 92px 1fr;
    gap: 18px;
    padding: 20px 0;
  }

  .p-company__map iframe {
    height: 320px;
    border-radius: var(--radius-media);
  }

  .page-hero {
    min-height: 300px;
    padding: 76px 20px 54px;
  }

  .page-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.5rem);
  }

  .page-hero--index h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  .page-hero--article h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
    line-height: 1.45;
  }

  .article-header h1 {
    font-size: clamp(1.8rem, 8.6vw, 2.65rem);
  }

  .contact {
    gap: 44px;
  }

  .access div {
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }

  .p-contact-form {
    padding: 24px 18px;
  }

  .contact .btn {
    width: 100%;
  }

  .footer__nav {
    justify-content: center;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero__ambient {
    display: none;
  }

  .hero__photo-wrap {
    transform: none !important;
  }

  .hero__photo-wrap picture {
    transform: none !important;
  }

  .hero__photo-wrap::after {
    animation: none !important;
    transform: scaleX(0) !important;
  }

  .ghost,
  .ghost--from-right,
  .ghost.is-ghost-visible,
  .ghost.is-visible {
    opacity: 1 !important;
    clip-path: none !important;
  }

  .ghost__char,
  .ghost.is-ghost-visible .ghost__char,
  .ghost.is-visible .ghost__char {
    color: rgba(11, 43, 89, 0.075) !important;
  }

  .contact .ghost__char,
  .contact .ghost.is-ghost-visible .ghost__char,
  .contact .ghost.is-visible .ghost__char {
    color: rgba(255, 255, 255, 0.085) !important;
  }

  .section-title__char,
  .js-section-title.is-title-color-visible .section-title__char {
    color: inherit !important;
    transition: none !important;
  }

  .scroll-cue__line::after {
    opacity: 1;
    translate: 0;
    animation: none !important;
  }

  .p-business-main__img,
  .p-owned-card__img,
  .c-image-reveal {
    background: transparent;
  }

  .c-image-reveal {
    opacity: 1 !important;
    transform: none !important;
  }

  .p-business-main__img::before,
  .p-owned-card__img::before,
  .c-image-reveal::before {
    display: none;
  }

  .p-business-main__img img,
  .p-owned-card__img img,
  .c-image-reveal img {
    clip-path: none !important;
    scale: 1 !important;
  }

  .news-card > a:hover .news-card__img img,
  .news-card > a:focus-visible .news-card__img img {
    transform: none !important;
  }
}

body.no-motion .hero__photo-wrap picture {
  transform: none !important;
}

body.no-motion .ghost {
  opacity: 1;
  clip-path: none;
}

body.no-motion .section-title__char {
  color: inherit;
  transition: none;
}

body.no-motion .news-card > a:hover .news-card__img img,
body.no-motion .news-card > a:focus-visible .news-card__img img {
  transform: none !important;
}

body.no-motion .scroll-cue__line::after {
  opacity: 1;
  translate: 0;
  animation: none;
}

body.no-motion .p-business-main__img,
body.no-motion .p-owned-card__img,
body.no-motion .c-image-reveal {
  background: transparent;
}

body.no-motion .c-image-reveal {
  opacity: 1;
  transform: none;
}

body.no-motion .p-business-main__img::before,
body.no-motion .p-owned-card__img::before,
body.no-motion .c-image-reveal::before {
  display: none;
}

body.no-motion .p-business-main__img img,
body.no-motion .p-owned-card__img img,
body.no-motion .c-image-reveal img {
  clip-path: none;
  scale: 1;
}
