@charset "UTF-8";

/*
Theme Name: wisknow_hp
Description: A WordPress theme for your sites.
Version: 1.0.0
 */

:root {
  --color-bg: #ffffff;
  --color-text: #111827;
  --color-primary: #2563eb;
  --color-primary-foreground: #ffffff;
  --color-border: #e5e7eb;
  --color-accent: #f97316;
  --color-muted: #6b7280;

  --font-sans:
    "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  --radius: 0.5rem;
}

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

html {
  color-scheme: light;
}

body:where(:not(.wk-lp)) {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(body:not(.wk-lp)) a {
  color: var(--color-primary);
  text-decoration: none;
}

:where(body:not(.wk-lp)) a:hover {
  text-decoration: underline;
}

:where(body:not(.wk-lp)) img {
  max-width: 100%;
  height: auto;
  display: block;
}

:where(body:not(.wk-lp)) h1,
:where(body:not(.wk-lp)) h2,
:where(body:not(.wk-lp)) h3,
:where(body:not(.wk-lp)) h4,
:where(body:not(.wk-lp)) h5,
:where(body:not(.wk-lp)) h6 {
  line-height: 1.25;
  margin: 0 0 1rem 0;
}

:where(body:not(.wk-lp)) p {
  margin: 0 0 1rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-primary-foreground);
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}

.btn:hover {
  background: transparent;
  color: var(--color-primary);
}

body:where(:not(.wk-lp)) {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

:where(body:not(.wk-lp)) header,
:where(body:not(.wk-lp)) footer {
  background: var(--color-bg);
}

:where(body:not(.wk-lp)) header {
  border-bottom: 1px solid var(--color-border);
}

:where(body:not(.wk-lp)) footer {
  border-top: 1px solid var(--color-border);
  padding: 2rem 0;
  margin-top: auto;
}

.main-content {
  flex: 1 1 auto;
}

.wrap {
  width: 100%;
}

.page-content {
  padding: 2.5rem 0;
}

.container {
  width: min(1100px, calc(100% - 2rem));
  margin-inline: auto;
}

:root {
  --wk-charcoal: #251e1c;
  --wk-purple: #853c71; /* Wisdom(実践知) */
  --wk-gold: #cc8f34; /* 知の重なり=新たな価値 */
  --wk-yellow: #f5d800; /* Knowledge(形式知) */
  --wk-bg: #0a0a0c;
  --wk-text: #f4f2ef;
}
html {
  scroll-behavior: smooth;
}
body.wk-lp {
  background: var(--wk-bg);
  color: var(--wk-text);
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body.wk-lp ::selection {
  background: rgba(133, 60, 113, 0.2);
  color: var(--wk-text);
}

#particlesBg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

#cinematic {
  height: 820vh;
  position: relative;
  z-index: 1;
}
#pinStage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#bgLayer {
  position: absolute;
  inset: -10% 0;
  z-index: 2;
  background:
    radial-gradient(70% 55% at 50% 42%, rgba(133, 60, 113, 0.28), transparent 70%),
    radial-gradient(40% 35% at 50% 45%, rgba(245, 216, 0, 0.07), transparent 70%);
}
#petalCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.85;
  pointer-events: none;
}
#gradeWash {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  mix-blend-mode: screen;
  background:
    radial-gradient(60% 50% at 18% 22%, rgba(133, 60, 113, 0.38), transparent 62%),
    radial-gradient(48% 42% at 82% 72%, rgba(245, 216, 0, 0.14), transparent 62%),
    radial-gradient(42% 40% at 62% 28%, rgba(204, 143, 52, 0.16), transparent 66%);
}
#lbTop,
#lbBot {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: #000;
  z-index: 20;
  pointer-events: none;
}
#lbTop {
  top: 0;
}
#lbBot {
  bottom: 0;
}

.bracket {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 30;
  border-color: rgba(244, 242, 239, 0.35);
  pointer-events: none;
}
.bracket-tl {
  top: 9vh;
  left: 4vw;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: inherit;
}
.bracket-tr {
  top: 9vh;
  right: 4vw;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: inherit;
}
.bracket-bl {
  bottom: 9vh;
  left: 4vw;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: inherit;
}
.bracket-br {
  bottom: 9vh;
  right: 4vw;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: inherit;
}

.beat {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 6vw;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, transform;
}
.beat .beat-kicker {
  font-size: clamp(0.62rem, 0.9vw, 0.8rem);
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: rgba(245, 216, 0, 0.85);
  margin-bottom: 1.4rem;
  font-weight: 500;
}
.beat .beat-kicker.pill {
  letter-spacing: 0.3em;
  padding: 0.35rem 1rem;
  border-radius: 9999px;
  font-weight: 700;
}
.beat .beat-kicker.pill-wisdom {
  background: #853c71;
  color: #f4f2ef;
}
.beat .beat-kicker.pill-knowledge {
  background: #f5d800;
  color: #251e1c;
}
.beat .beat-kicker.pill-circulation {
  background: #cc8f34;
  color: #251e1c;
}
.beat h2 {
  font-size: clamp(2rem, 5.8vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
  text-shadow: 0 0 44px rgba(10, 10, 12, 0.75);
}
.beat .beat-sub {
  margin-top: 1.6rem;
  max-width: 46rem;
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  line-height: 1.9;
  color: rgba(244, 242, 239, 0.82);
  font-weight: 400;
}

#hud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9.5vh;
  z-index: 45;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  pointer-events: none;
}
#timelineTrack {
  width: min(46vw, 420px);
  height: 2px;
  background: rgba(244, 242, 239, 0.16);
  overflow: hidden;
  border-radius: 2px;
}
#timelineFill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--wk-purple), var(--wk-gold), var(--wk-yellow));
}
#timeLabel {
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  color: rgba(244, 242, 239, 0.6);
  font-variant-numeric: tabular-nums;
}
#hudDots {
  display: flex;
  gap: 0.55rem;
}
.hud-dot {
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  background: rgba(244, 242, 239, 0.22);
  transition:
    background 0.3s,
    transform 0.3s;
}
.hud-dot.active {
  background: var(--wk-yellow);
  transform: scale(1.5);
}

.reveal-line {
  overflow: hidden;
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}
.reveal-line .rl-inner {
  display: block;
  will-change: transform;
}

.fade-card {
  transform-style: preserve-3d;
  transition: box-shadow 0.4s ease;
  will-change: transform;
}
.fade-card:hover {
  box-shadow: 0 24px 70px -24px rgba(133, 60, 113, 0.55);
}
.card-img {
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease;
  will-change: transform;
}
.fade-card:hover .card-img {
  transform: scale(1.06);
}

.u-link {
  position: relative;
}
.u-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--wk-yellow);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.u-link:hover::after {
  transform: scaleX(1);
}
.hu {
  position: relative;
  padding-bottom: 0.35rem;
}
.hu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--wk-purple), var(--wk-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hu:hover::after {
  transform: scaleX(1);
}

.cta-glow {
  transition:
    box-shadow 0.4s ease,
    background-color 0.3s ease,
    border-color 0.3s ease;
}
.cta-glow:hover {
  box-shadow:
    0 0 34px rgba(204, 143, 52, 0.55),
    0 0 10px rgba(204, 143, 52, 0.35);
  border-color: var(--wk-gold);
}

#noema-manifesto {
  background:
    radial-gradient(46% 40% at 14% 18%, rgba(133, 60, 113, 0.1), transparent 62%),
    radial-gradient(40% 36% at 86% 30%, rgba(245, 216, 0, 0.12), transparent 60%),
    radial-gradient(44% 44% at 60% 90%, rgba(204, 143, 52, 0.12), transparent 64%), rgba(244, 239, 231, 0.92);
  color: #050505;
}
.m-word {
  opacity: 0.12;
  display: inline-block;
}
#missionCopy {
  font-size: clamp(2.2rem, 7vw, 6.25rem);
  line-height: 1.1;
  color: #050505;
}
@media (max-width: 767px) {
  #missionCopy {
    font-size: 55px;
  }
  #missionCopy .m-word {
    display: inline;
  }
}

#noema-board {
  background: rgba(239, 233, 223, 0.92);
  color: #050505;
  position: relative;
  overflow: hidden;
}
#manifestoLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 122vw;
  max-width: none;
  height: auto;
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
#companyInfo .info-row {
  display: grid;
  grid-template-columns: clamp(96px, 18vw, 160px) 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(5, 5, 5, 0.1);
}
#companyInfo .info-row:first-child {
  border-top: 1px solid rgba(5, 5, 5, 0.1);
}
#companyInfo dt {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: rgba(5, 5, 5, 0.55);
  padding-top: 0.15rem;
}
#companyInfo dd {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #050505;
}

.kicker {
  font-size: clamp(0.62rem, 0.85vw, 0.78rem);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 600;
}
.h-section {
  font-size: clamp(2rem, 4.6vw, 3.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  padding: 0.32rem 0.75rem;
  border-radius: 9999px;
  border: 1px solid rgba(244, 242, 239, 0.3);
  background: rgba(37, 30, 28, 0.6);
  backdrop-filter: blur(6px);
}

/* displayはaのみ指定(buttonに指定するとTailwindのhidden/md:hidden等に勝ってしまうため) */
body.wk-lp nav a,
body.wk-lp nav button,
body.wk-lp footer a {
  will-change: transform;
  transition: color 0.3s ease;
}
body.wk-lp nav a,
body.wk-lp footer a {
  display: inline-block;
}
.logo-plate {
  display: inline-flex;
  align-items: center;
  background: #f4f2ef;
  border-radius: 0.5rem;
  padding: 0.35rem 0.65rem;
}
#scrollHint {
  position: absolute;
  bottom: 2.6vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 45;
  font-size: 0.6rem;
  letter-spacing: 0.4em;
  color: rgba(244, 242, 239, 0.5);
  pointer-events: none;
}

#menuToggle {
  position: relative;
  z-index: 70;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  #menuToggle {
    display: none;
  }
}
#menuToggle .menu-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #f4f2ef;
  border-radius: 1px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
#menuToggle.open .menu-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
#menuToggle.open .menu-bar:nth-child(2) {
  opacity: 0;
}
#menuToggle.open .menu-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
#mobileMenu {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  z-index: 65;
  background: rgba(10, 10, 12, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(244, 242, 239, 0.08);
  padding: 1.25rem 1.25rem 1.75rem;
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}
#mobileMenu.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 768px) {
  #mobileMenu {
    display: none;
  }
}

#knotModel {
  position: relative;
  width: 100%;
  height: clamp(360px, 42vw, 520px);
}
.knot-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(230px, 28vw, 340px);
  height: clamp(230px, 28vw, 340px);
  border-radius: 9999px;
  mix-blend-mode: screen;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.72rem, 1.1vw, 0.92rem);
  letter-spacing: 0.28em;
  font-weight: 700;
}
.knot-w {
  transform: translate(calc(-50% - clamp(80px, 9vw, 110px)), -50%);
  justify-content: flex-start;
  padding-left: calc(clamp(230px, 28vw, 340px) / 2 - 14% - 4.5 * clamp(0.72rem, 1.1vw, 0.92rem));
  padding-right: 0;
  background: radial-gradient(circle at 50% 50%, rgba(133, 60, 113, 0.55), rgba(133, 60, 113, 0.12) 70%);
  border: 1px solid rgba(133, 60, 113, 0.8);
  color: #c98fb9;
}
.knot-k {
  transform: translate(calc(-50% + clamp(80px, 9vw, 110px)), -50%);
  padding-left: 34%;
  padding-right: 6%;
  background: radial-gradient(circle at 50% 50%, rgba(245, 216, 0, 0.34), rgba(245, 216, 0, 0.07) 70%);
  border: 1px solid rgba(245, 216, 0, 0.75);
  color: #f5d800;
}
#knotModel:hover .knot-w {
  transform: translate(calc(-50% - clamp(52px, 6vw, 76px)), -50%);
}
#knotModel:hover .knot-k {
  transform: translate(calc(-50% + clamp(52px, 6vw, 76px)), -50%);
}
#knotOverlap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(150px, 18vw, 220px);
  height: clamp(150px, 18vw, 220px);
  border-radius: 9999px;
  background: radial-gradient(circle at 50% 50%, rgba(204, 143, 52, 0.75), rgba(204, 143, 52, 0) 72%);
  mix-blend-mode: screen;
  opacity: 0.45;
  filter: blur(2px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
#knotModel:hover #knotOverlap {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.22);
}
#knotLabel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(0.66rem, 1vw, 0.82rem);
  letter-spacing: 0.3em;
  font-weight: 700;
  color: var(--wk-gold);
  pointer-events: none;
  white-space: nowrap;
  text-shadow: 0 0 16px rgba(10, 10, 12, 0.9);
}

#archDiagram {
  position: relative;
}
#archLines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.arch-line {
  fill: none;
  stroke: rgba(244, 242, 239, 0.22);
  stroke-width: 1;
  stroke-dasharray: 5 6;
  animation: archFlow 3.2s linear infinite;
  transition: stroke 0.3s ease;
}
.arch-line-active {
  stroke: var(--wk-gold);
  stroke-width: 1.6;
}
@keyframes archFlow {
  to {
    stroke-dashoffset: -44;
  }
}
.arch-node {
  position: relative;
  z-index: 10;
  border: 1px solid rgba(244, 242, 239, 0.14);
  background: rgba(37, 30, 28, 0.78);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 1.1rem 1.4rem;
  text-align: center;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.4s ease;
  cursor: default;
}
.arch-node:hover {
  transform: translateY(-5px);
  border-color: var(--wk-gold);
  box-shadow: 0 14px 40px -10px rgba(204, 143, 52, 0.5);
}
.arch-tag {
  font-size: 0.58rem;
  letter-spacing: 0.32em;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

/* ==== 共通ヘッダー/フッター(全ページ・Tailwind非依存) ==== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: rgba(10, 10, 12, 0.55);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(244, 242, 239, 0.08);
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-nav {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-nav__logo {
  flex-shrink: 0;
}
.site-logo-img {
  height: 1.5rem;
  width: auto;
  display: block;
}
.site-nav__links {
  display: none;
}
.site-nav__link {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: rgba(244, 242, 239, 0.7);
  text-decoration: none;
}
.site-nav__link:hover {
  color: #f5d800;
  text-decoration: none;
}
.site-contact-btn {
  display: none;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  color: #f4f2ef;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 1px solid #853c71;
  background-color: rgba(133, 60, 113, 0.25);
  cursor: pointer;
  font-family: inherit;
}
.site-contact-btn:hover {
  background-color: rgba(133, 60, 113, 0.5);
}
.mobile-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  color: rgba(244, 242, 239, 0.85);
}
.mobile-menu__link {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(244, 242, 239, 0.1);
  color: inherit;
  text-decoration: none;
}
.mobile-menu__link:hover {
  text-decoration: none;
}
.mobile-menu__link:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .site-nav {
    padding: 0 2rem;
  }
  .site-nav__links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
  }
  .site-contact-btn {
    display: block;
  }
}

.site-footer {
  margin-top: 6rem;
  padding: 0;
  border-top: 1px solid rgba(244, 242, 239, 0.12);
  background: #0a0a0c;
  font-family: "Inter", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
body.wk-lp .site-footer {
  background: transparent; /* LPは背後の粒子を透過表示 */
}
.site-footer__grid {
  max-width: 80rem;
  margin: 0 auto;
  padding: 3.5rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.site-footer__address {
  margin: 1.25rem 0 0;
  font-size: 0.78rem;
  line-height: 1.75rem;
  color: rgba(244, 242, 239, 0.55);
}
.site-footer__col {
  font-size: 0.78rem;
  line-height: 2rem;
}
.site-footer__heading {
  margin: 0 0 0.75rem;
  font-size: 0.64rem;
  letter-spacing: 0.3em;
  color: rgba(244, 242, 239, 0.4);
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  color: rgba(244, 242, 239, 0.7);
}
.site-footer__link {
  color: inherit;
  text-decoration: none;
}
.site-footer__link:hover {
  color: #f5d800;
  text-decoration: none;
}
.site-footer__text {
  margin: 0;
  color: rgba(244, 242, 239, 0.55);
}
.site-footer__bottom-inner {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  color: rgba(244, 242, 239, 0.4);
}
@media (min-width: 768px) {
  .site-footer {
    margin-top: 8rem;
  }
  .site-footer__grid {
    padding: 3.5rem 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .site-footer__bottom-inner {
    flex-direction: row;
    padding: 1.5rem 2rem;
  }
}

/* ============================================================
   電子公告(IR)ページ -- page/ir.php (Template Name: 電子公告(IR))
   フロントページ以外はTailwind CDN非読込のため素のCSSで記述
   ============================================================ */
body.page-template-ir {
  background: #0a0a0c;
  color: #f4f2ef;
}

.ir-page {
  min-height: 60vh;
  padding: 7rem 1.25rem 4rem;
}

.ir-page__inner {
  max-width: 720px;
  margin: 0 auto;
}

.ir-page__company {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  color: rgba(244, 242, 239, 0.6);
}

.ir-page__title {
  margin: 0 0 2.5rem;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #f4f2ef;
  border-bottom: 1px solid rgba(244, 242, 239, 0.16);
}

.ir-page__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ir-page__item {
  border-bottom: 1px solid rgba(244, 242, 239, 0.1);
}

.ir-page__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.25rem;
  color: rgba(244, 242, 239, 0.85);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ir-page__link:hover,
.ir-page__link:focus {
  color: #f5d800;
  text-decoration: none;
}

.ir-page__name {
  font-size: 0.95rem;
  line-height: 1.6;
  word-break: break-all;
}

.ir-page__badge {
  flex-shrink: 0;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(244, 242, 239, 0.25);
  border-radius: 999px;
  color: rgba(244, 242, 239, 0.55);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.ir-page__link:hover .ir-page__badge,
.ir-page__link:focus .ir-page__badge {
  border-color: rgba(245, 216, 0, 0.5);
  color: #f5d800;
}

.ir-page__empty {
  margin: 0;
  padding: 2rem 0;
  color: rgba(244, 242, 239, 0.6);
}
