/*
Theme Name: RISE AXIS for Lightning
Theme URI: https://example.com/
Description: 株式会社ライズアクシスのコーポレートサイト専用 Lightning 子テーマ
Author: RISE AXIS
Template: lightning
Version: 1.0.0
Text Domain: rise-axis-lightning
*/

/* ============================================================
   IMPORTANT
   親テーマ Lightning を先にインストールしてください。
   独自デザインのため Lightning スキンは「Plain」推奨です。
   ============================================================ */

/* ============================================================
   RISE AXIS CORPORATE SITE / V2
   Concept: QUIET PRECISION
   静かな先進性 × 丁寧なものづくり
   ============================================================ */

:root {
  --ivory: #f3f0e9;
  --paper: #faf8f3;
  --ink: #161d22;
  --muted: #72777b;

  --navy: #0c2137;
  --navy-2: #132e4a;
  --navy-soft: #29475f;

  --sand: #cbbda9;
  --gold: #aa8e6d;

  --line: rgba(22, 29, 34, .14);
  --line-dark: rgba(255, 255, 255, .18);

  --serif:
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Noto Serif JP",
    serif;

  --sans:
    "Avenir Next",
    "Helvetica Neue",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    "Noto Sans JP",
    sans-serif;

  --page-x: clamp(24px, 5vw, 88px);
  --section-y: clamp(100px, 12vw, 180px);
}


/* ------------------------------------------------------------
   RESET
   ------------------------------------------------------------ */

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

html {
  scroll-behavior: smooth;
  background: var(--ivory);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.9;
  letter-spacing: .045em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin-top: 0;
}

.section-shell {
  padding: var(--section-y) var(--page-x);
}


/* ------------------------------------------------------------
   HEADER
   ------------------------------------------------------------ */

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  background: rgba(243, 240, 233, .82);
  border-bottom: 1px solid rgba(22, 29, 34, .08);
  backdrop-filter: blur(18px);
}

.header-shell {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
}

.brand {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: var(--page-x);
}

.brand-name {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .21em;
}

.brand-note {
  padding-left: 22px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: .12em;
}

.global-nav {
  display: flex;
  gap: 28px;
  margin-right: 42px;
}

.global-nav a {
  position: relative;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .16em;
}

.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s ease;
}

.global-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-external {
  height: 100%;
  display: flex;
}

.header-external a {
  min-width: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  border-left: 1px solid rgba(255,255,255,.10);
  background: var(--navy);
  color: #fff;
  font-size: 11px;
}

.header-external a:last-child {
  background: var(--ink);
}

.header-external span {
  font-size: 14px;
}


/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */

.hero {
  position: relative;
  min-height: 100svh;
  padding-top: 84px;
  display: grid;
  grid-template-columns: 46% 54%;
  overflow: hidden;
  background: var(--paper);
}

.hero-axis {
  position: absolute;
  z-index: 4;
  top: 84px;
  left: 46%;
  bottom: 0;
  width: 1px;
  background:
    linear-gradient(
      to bottom,
      rgba(12,33,55,0),
      rgba(12,33,55,.27) 18%,
      rgba(12,33,55,.27) 82%,
      rgba(12,33,55,0)
    );
}

.hero-copy {
  position: relative;
  z-index: 5;
  min-height: calc(100svh - 84px);
  padding: clamp(90px, 11vh, 150px) clamp(40px, 6vw, 110px) 84px var(--page-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-kicker {
  margin-bottom: 38px;
  color: var(--navy-soft);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .24em;
}

.hero-kicker span {
  margin: 0 10px;
  opacity: .45;
}

.hero h1 {
  margin-bottom: 42px;
  font-family: var(--serif);
  font-size: clamp(52px, 6.8vw, 106px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: .06em;
}

.hero h1 span {
  display: inline-block;
  margin-left: .55em;
}

.hero-lead {
  max-width: 490px;
  margin-bottom: 58px;
  color: #4f575d;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 2.25;
}

.hero-meta {
  display: flex;
  gap: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
}

.hero-media {
  position: relative;
  min-height: calc(100svh - 84px);
  margin: 0;
  overflow: hidden;
  background: #dfd8ce;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(243,240,233,.22), transparent 24%),
    linear-gradient(180deg, transparent 60%, rgba(15,28,40,.12));
  pointer-events: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
  transition: transform 1.4s cubic-bezier(.2,.7,.2,1);
}

.hero-media:hover img {
  transform: scale(1.04);
}

.hero-media figcaption {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 34px;
  display: flex;
  gap: 18px;
  color: rgba(255,255,255,.92);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .22em;
}

.scroll-mark {
  position: absolute;
  z-index: 8;
  left: var(--page-x);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .2em;
}

.scroll-mark i {
  width: 46px;
  height: 1px;
  background: var(--ink);
}


/* ------------------------------------------------------------
   SECTION INDEX
   ------------------------------------------------------------ */

.section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 62px;
  color: var(--muted);
}

.section-index span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.section-index p {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .24em;
}

.section-index-light {
  color: rgba(255,255,255,.62);
}

.section-index-light span {
  border-color: rgba(255,255,255,.25);
}

.section-kicker {
  margin-bottom: 22px;
  color: var(--navy-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
}

.section-kicker-light {
  color: rgba(255,255,255,.58);
}


/* ------------------------------------------------------------
   ABOUT
   ------------------------------------------------------------ */

.about {
  display: grid;
  grid-template-columns: 18% 1fr;
  min-height: 760px;
  background: var(--ivory);
}

.about .section-index {
  align-self: start;
}

.about-main {
  max-width: 1120px;
}

.about h2 {
  margin-bottom: 76px;
  font-family: var(--serif);
  font-size: clamp(42px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: .055em;
}

.about h2 em,
.approach h2 em {
  color: var(--navy);
  font-style: normal;
}

.about-body {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(360px, 1.2fr);
  gap: clamp(56px, 9vw, 140px);
}

.about-intro {
  font-family: var(--serif);
  font-size: clamp(17px, 1.8vw, 23px);
  line-height: 2.05;
}

.about-copy {
  max-width: 620px;
  color: #565d61;
  font-size: 14px;
}

.about-copy p {
  margin-bottom: 28px;
}

.about-copy strong {
  color: var(--ink);
  font-weight: 600;
}


/* ------------------------------------------------------------
   BUSINESS
   ------------------------------------------------------------ */

.business {
  background: var(--navy);
  color: #fff;
}

.business-head {
  display: grid;
  grid-template-columns: 18% 1fr;
  padding-bottom: clamp(68px, 8vw, 112px);
}

.business-head h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .05em;
}

.business-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: minmax(430px, 52vw) minmax(390px, 42vw);
}

.business-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 420px;
}

.business-panel img {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}

.business-panel:hover img {
  transform: scale(1.035);
}

.business-ai {
  grid-row: 1 / 3;
}

.business-tomori,
.business-support {
  border-left: 1px solid rgba(255,255,255,.14);
}

.business-support {
  border-top: 1px solid rgba(255,255,255,.14);
}

.panel-overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.business-ai .panel-overlay {
  background:
    linear-gradient(180deg, rgba(5,18,32,.12), rgba(5,18,32,.84) 86%),
    linear-gradient(90deg, rgba(5,18,32,.48), transparent 60%);
}

.business-tomori .panel-overlay {
  background:
    linear-gradient(180deg, rgba(246,240,230,.08), rgba(225,214,199,.52) 55%, rgba(223,211,194,.88));
}

.business-support .panel-overlay {
  background:
    linear-gradient(180deg, rgba(20,24,27,.03), rgba(20,24,27,.72));
}

.panel-number {
  position: absolute;
  top: 32px;
  right: 34px;
  z-index: 2;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: .16em;
}

.business-tomori .panel-number {
  color: var(--ink);
}

.panel-content {
  position: absolute;
  z-index: 4;
  left: clamp(28px, 4vw, 64px);
  right: clamp(28px, 4vw, 64px);
  bottom: clamp(34px, 5vw, 74px);
  max-width: 610px;
}

.business-tomori .panel-content {
  color: var(--ink);
}

.panel-category {
  margin-bottom: 13px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .24em;
  opacity: .72;
}

.panel-content h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(31px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: .05em;
}

.business-tomori h3,
.business-support h3 {
  font-size: clamp(27px, 2.6vw, 40px);
}

.panel-content h3 small {
  font-size: .45em;
}

.panel-statement {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(17px, 1.7vw, 23px);
}

.panel-description {
  max-width: 520px;
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 2;
  opacity: .78;
}

.business-tomori .panel-description {
  opacity: .7;
}

.panel-link {
  width: min(100%, 310px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
}

.panel-link-dark {
  border-color: rgba(22,29,34,.35);
}

.panel-link i {
  font-style: normal;
  font-size: 14px;
  transition: transform .25s ease;
}

.panel-link:hover i {
  transform: translate(4px, -4px);
}

.closed-note {
  display: inline-block;
  margin-bottom: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.45);
  font-size: 7px;
  letter-spacing: .18em;
}

.closed-copy {
  margin-bottom: 0;
  font-size: 10px;
  opacity: .72;
}


/* ------------------------------------------------------------
   APPROACH
   ------------------------------------------------------------ */

.approach {
  background: var(--paper);
}

.approach-grid {
  display: grid;
  grid-template-columns: minmax(380px, .9fr) minmax(440px, 1.1fr);
  gap: clamp(54px, 8vw, 130px);
  align-items: center;
}

.approach-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
}

.approach-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.approach-media-label {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: var(--navy-soft);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .22em;
}

.approach h2 {
  margin-bottom: 38px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .05em;
}

.approach-copy > p:not(.section-kicker) {
  max-width: 590px;
  color: #596065;
  font-size: 14px;
}

.approach-lines {
  margin-top: 52px;
  border-top: 1px solid var(--line);
}

.approach-lines p {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(14px, 1.3vw, 18px);
}

.approach-lines span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
}


/* ------------------------------------------------------------
   PRINCIPLES
   ------------------------------------------------------------ */

.principles {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principles-inner {
  display: grid;
  grid-template-columns: 18% 1fr;
}

.principles-list {
  border-top: 1px solid var(--line);
}

.principles-list article {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 34px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left .35s ease;
}

.principles-list article:hover {
  padding-left: 18px;
}

.principle-num {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 28px;
}

.principle-en {
  margin-bottom: 4px;
  color: var(--navy-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
}

.principles h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 38px);
  font-weight: 400;
}

.principles-list article p:last-child {
  margin-bottom: 0;
  color: #62686c;
  font-size: 12px;
}


/* ------------------------------------------------------------
   COMPANY
   ------------------------------------------------------------ */

.company {
  display: grid;
  grid-template-columns: 18% 1fr;
  background: var(--paper);
}

.company-main {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(480px, 1.2fr);
  gap: clamp(64px, 9vw, 140px);
}

.company-title h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .06em;
}

.company-en {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .15em;
}

.company-list {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.company-list > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  border-bottom: 1px solid var(--line);
}

.company-list dt,
.company-list dd {
  padding: 22px 4px;
}

.company-list dt {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .12em;
}

.company-list dd {
  margin: 0;
  font-size: 13px;
}

.company-list dd span {
  display: block;
  margin-bottom: 4px;
}


/* ------------------------------------------------------------
   FOOTER
   ------------------------------------------------------------ */

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 92px var(--page-x) 28px;
  background: #091827;
  color: #fff;
}

.footer-axis {
  position: absolute;
  top: 0;
  left: 46%;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,.12);
}

.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  padding-bottom: 86px;
}

.footer-logo {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: .18em;
}

.footer-tagline {
  margin-bottom: 0;
  color: rgba(255,255,255,.52);
  font-family: var(--serif);
  font-size: 13px;
}

.footer-menu {
  display: grid;
  justify-items: end;
  gap: 30px;
}

.footer-menu nav,
.footer-external {
  display: flex;
  gap: 26px;
}

.footer-menu a {
  position: relative;
  font-size: 9px;
  letter-spacing: .16em;
  opacity: .68;
  transition: opacity .2s ease;
}

.footer-menu a:hover {
  opacity: 1;
}

.footer-external a {
  font-family: var(--serif);
  font-size: 13px;
}

.privacy {
  margin-top: 8px;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.footer-bottom p {
  margin-bottom: 0;
  color: rgba(255,255,255,.34);
  font-size: 7px;
  letter-spacing: .18em;
}


/* ------------------------------------------------------------
   RESPONSIVE / TABLET
   ------------------------------------------------------------ */

@media (max-width: 1080px) {

  .site-header {
    height: auto;
    position: sticky;
  }

  .header-shell {
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .brand {
    min-height: 72px;
  }

  .brand-note {
    display: none;
  }

  .global-nav {
    display: none;
  }

  .header-external a {
    min-width: 112px;
  }

  .hero {
    min-height: auto;
    padding-top: 0;
    grid-template-columns: 1fr;
  }

  .hero-axis {
    display: none;
  }

  .hero-copy {
    min-height: auto;
    padding: 110px var(--page-x) 88px;
  }

  .hero h1 span {
    margin-left: 0;
  }

  .hero-media {
    min-height: 62vw;
    max-height: 720px;
  }

  .scroll-mark {
    display: none;
  }

  .about,
  .business-head,
  .principles-inner,
  .company {
    grid-template-columns: 1fr;
  }

  .about .section-index,
  .business-head .section-index,
  .principles-inner .section-index,
  .company .section-index {
    margin-bottom: 46px;
  }

  .business-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 620px 520px;
  }

  .business-ai {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .business-tomori,
  .business-support {
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .business-tomori {
    border-left: none;
  }

  .approach-grid,
  .company-main {
    grid-template-columns: 1fr;
  }

  .approach-media {
    max-width: 760px;
  }

  .company-title {
    max-width: 520px;
  }

  .footer-axis {
    display: none;
  }

}


/* ------------------------------------------------------------
   RESPONSIVE / MOBILE
   ------------------------------------------------------------ */

@media (max-width: 680px) {

  :root {
    --page-x: 22px;
    --section-y: 92px;
  }

  .header-shell {
    grid-template-columns: 1fr;
  }

  .brand {
    min-height: 64px;
    justify-content: center;
    padding-left: 0;
  }

  .header-external {
    width: 100%;
    border-top: 1px solid var(--line);
  }

  .header-external a {
    flex: 1;
    min-height: 44px;
    padding: 0 14px;
    font-size: 10px;
  }

  .hero-copy {
    padding-top: 82px;
  }

  .hero-kicker {
    margin-bottom: 26px;
  }

  .hero h1 {
    margin-bottom: 32px;
    font-size: 49px;
  }

  .hero-lead br {
    display: none;
  }

  .hero-meta {
    gap: 18px;
  }

  .hero-media {
    min-height: 72vw;
  }

  .hero-media figcaption {
    right: 18px;
    bottom: 16px;
    gap: 10px;
  }

  .about h2,
  .business-head h2,
  .approach h2 {
    font-size: 38px;
  }

  .about h2 {
    margin-bottom: 48px;
  }

  .about-body {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-intro {
    font-size: 18px;
  }

  .business-layout {
    display: block;
  }

  .business-panel {
    min-height: 590px;
    border-left: none;
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .business-ai {
    min-height: 640px;
  }

  .panel-content {
    left: 24px;
    right: 24px;
    bottom: 32px;
  }

  .panel-content h3,
  .business-tomori h3,
  .business-support h3 {
    font-size: 34px;
  }

  .approach-grid {
    gap: 52px;
  }

  .approach-media {
    aspect-ratio: 1 / 1;
  }

  .approach-lines p {
    grid-template-columns: 34px 1fr;
  }

  .principles-list article {
    grid-template-columns: 64px 1fr;
    gap: 18px;
    padding: 34px 0;
  }

  .company-main {
    gap: 46px;
  }

  .company-list > div {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .company-list dt,
  .company-list dd {
    padding: 4px 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-bottom: 54px;
  }

  .footer-menu {
    justify-items: start;
  }

  .footer-menu nav,
  .footer-external {
    flex-direction: column;
    gap: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

}


/* ============================================================
   WORDPRESS / LIGHTNING INTEGRATION
   ============================================================ */

/* この専用ページではLightning由来の余白や最大幅の影響を受けない */
body.rise-axis-page {
  margin: 0;
  background: var(--ivory);
}

body.rise-axis-page .rise-axis-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

/* Gutenberg が付与する余白をリセット */
body.rise-axis-page .rise-axis-main > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* 子テーマ内画像をCSS背景として使用 */
.rise-axis-bg-hero {
  background-image: url("assets/hero-light-material.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rise-axis-bg-ai {
  background-image: url("assets/business-ai.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rise-axis-bg-tomori {
  background-image: url("assets/business-tomori.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rise-axis-bg-support {
  background-image: url("assets/business-support.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.rise-axis-bg-approach {
  background-image: url("assets/approach-network.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* V2のimg前提部分を背景画像運用に合わせて無効化 */
body.rise-axis-page .business-panel > img,
body.rise-axis-page .hero-media > img,
body.rise-axis-page .approach-media > img {
  display: none;
}

/* WordPress管理バー表示時に固定ヘッダーを下げる */
.admin-bar .rise-axis-custom-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .rise-axis-custom-header {
    top: 46px;
  }
}
