@charset "UTF-8";

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.page-hero-lead h2,
.sec-title-ja {
  font-weight: 700;
}

.declaration-section {
  padding: 60px 5% 190px;
}
.declaration-lead {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #002842;
  margin-bottom: 2.4em;
}
.declaration-body p {
  font-size: 0.92rem;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #444;
  margin-bottom: 2em;
}
.declaration-body p:last-child {
  margin-bottom: 0;
}

.group-diagram {
  max-width: 1200px;
  margin: 140px auto 0;
  text-align: center;
}
.group-diagram-label {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #002842;
  margin-bottom: 22px;
}
.group-diagram-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.group-node {
  width: 200px;
}
.group-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #002842;
  background-color: #002842;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #fff;
  transition: box-shadow 0.5s var(--e-quint, ease);
}
.group-node:hover .group-circle {
  box-shadow: 0 12px 32px rgba(0, 40, 66, 0.18);
}
.group-role {
  margin-top: 18px;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #002842;
}
.group-cross {
  flex-shrink: 0;
  width: 30px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-cross svg {
  width: 30px;
  height: 30px;
  display: block;
  overflow: visible;
}
.group-cross line {
  stroke: #002842;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  stroke-linecap: square;
}

.strength-section {
  padding: 0 5% 190px;
}
.strength-card {
  max-width: 1520px;
  margin: 0 auto;
  background-color: #eef1f4;
  border-radius: 28px;
  padding: 120px clamp(30px, 5vw, 80px) 130px;
  text-align: center;
}
.strength-stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 1.4vw, 22px);
  padding: 10px 0 4px;
  margin-bottom: 70px;
  text-align: center;
}
.stat-laurel {
  flex-shrink: 0;
  width: clamp(52px, 5.6vw, 78px);
  margin: 0 -4px;
  line-height: 0;
}
.stat-laurel svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.stat-laurel-r svg {
  transform: scaleX(-1);
}
.stat-body {
  padding: 0;
}
.stat-label {
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  font-weight: bold;
  letter-spacing: 0.16em;
  color: #002842;
  line-height: 1.4;
}
.stat-value {
  margin: 10px 0 12px;
  line-height: 1;
}
.stat-num {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 4.4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #b8912f;
  background-image: linear-gradient(100deg, #a97c2f 0%, #e3c37a 36%, #c8a253 62%, #8f6522 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-note {
  font-size: 0.7rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #8a8378;
}
.strength-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
  text-align: left;
}
.strength-head .sec-title-ja {
  flex-shrink: 0;
}
.strength-lead {
  width: min(50%, 520px);
  font-size: 0.88rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #444;
  padding-top: 6px;
}
.strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px clamp(30px, 4vw, 70px);
}
.strength-item {
  text-align: center;
}
.strength-circle {
  width: min(200px, 70%);
  aspect-ratio: 1 / 1;
  margin: 0 auto 32px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.strength-circle img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  display: block;
}
.strength-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #002842;
  margin-bottom: 22px;
}
.strength-item p {
  font-size: 0.82rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #4a5560;
  text-align: left;
}

.mvv-section {
  position: relative;
  padding: 160px 5% 280px;
  overflow: hidden;
}
.mvv-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.mvv-deco-in {
  display: block;
  width: 100%;
}
.mvv-deco img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  background-color: #e9edf1;
  opacity: 0.55;
}
.mvv-deco-1 { width: 30vw; max-width: 420px; top: 230px;    right: 10%; }
.mvv-deco-2 { width: 25vw; max-width: 350px; top: 34%;      left: -5%;  }
.mvv-deco-3 { width: 26vw; max-width: 360px; top: 64%;      left: 15%;  }
.mvv-deco-4 { width: 28vw; max-width: 400px; bottom: 150px; right: 2%;  }
.mvv-section .sec-inner {
  position: relative;
  z-index: 1;
}
.mvv-catch {
  margin-bottom: 3.4em;
}
.mvv-catch h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #002842;
  line-height: 1.4;
}
.mvv-catch p {
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #002842;
  line-height: 1.5;
  margin-top: 6px;
}
.mvv-message p {
  font-size: 0.95rem;
  line-height: 2.3;
  letter-spacing: 0.06em;
  color: #333;
  margin-bottom: 2.4em;
}
.mvv-blocks {
  margin-top: 6.5em;
}
.mvv-block {
  margin-bottom: 5.5em;
}
.mvv-block:last-child {
  margin-bottom: 0;
}
.mvv-block h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #002842;
  margin-bottom: 1.1em;
  border-top: 1px solid #002842;
  display: inline-block;
  padding-top: 30px;
}
.mvv-block h4 .sub {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 0.85rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  margin-left: 1.2em;
}
.mvv-block > p {
  font-size: 0.95rem;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #333;
}
.mvv-goals {
  list-style: none;
  margin-top: 1.8em;

}
.mvv-goals li {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #002842;
  margin-bottom: 0.5em;
}

.values-list {
  list-style: none;
  margin-top: 2.4em;

}
.values-list li {
  display: grid;
  grid-template-columns: 8.5em 7em 1fr;
  align-items: baseline;
  gap: 0 14px;
  padding: 2em 0;
  border-bottom: 1px solid #e4e8ec;
}
.values-list li:first-child {
  border-top: 1px solid #e4e8ec;
}
.values-key {
  font-size: 0.95rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #002842;
  white-space: nowrap;
}
.values-key .initial {
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  color: #bf9c46;
  margin-right: 2px;
}
.values-name {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #002842;
  white-space: nowrap;
}
.values-desc {
  font-size: 0.8rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #5a6672;
}

@media screen and (max-width: 1100px) {
  .strength-head {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 60px;
  }
  .strength-lead {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .declaration-section {
    padding: 40px 20px 120px;
  }
  .group-diagram {
    margin-top: 90px;
  }
  .group-diagram-row {
    gap: 14px;
  }
  .group-node {
    width: 130px;
  }
  .group-circle {
    width: 130px;
    height: 130px;
    padding: 12px;
    font-size: 0.65rem;
    line-height: 1.6;
  }
  .group-cross {
    width: 22px;
    height: 130px;
  }
  .group-cross svg {
    width: 22px;
    height: 22px;
  }

  .strength-section {
    padding: 0 20px 120px;
  }
  .strength-card {
    border-radius: 18px;
    padding: 70px 24px 80px;
  }
  .strength-stat {
    display: flex;
    width: 100%;
    gap: 6px;
    padding: 30px 14px 26px;
    margin-bottom: 48px;
  }
  .stat-laurel {
    width: 40px;
  }
  .stat-label {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
  .stat-num {
    font-size: 2.2rem;
  }
  .stat-note {
    font-size: 0.62rem;
  }
  .strength-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .strength-circle {
    width: 160px;
  }

  .mvv-section {
    padding: 110px 20px 170px;
  }
  .mvv-deco-1 { width: 55vw; top: 130px;    right: -14%; }
  .mvv-deco-2 { width: 50vw; top: 34%;      left: -20%;  }
  .mvv-deco-3 { width: 48vw; top: 64%;      left: 28%;   }
  .mvv-deco-4 { width: 54vw; bottom: 100px; right: -16%; }
  .mvv-goals,
  .values-list {
    padding-left: 0;
  }
  .values-list li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 1em 0;
  }
}

.strength-stat .stat-num {
  font-variant-numeric: tabular-nums;
}

.js-motion .group-cross.rv {
  transform: translateY(0) rotate(-90deg) scale(0.6);
}
.js-motion .group-cross.rv.is-in {
  transform: rotate(0) scale(1);
  transition:
    opacity 0.7s var(--e-quint) var(--d),
    transform 0.9s var(--e-expo) var(--d);
}

.js-motion .mvv-deco-in.rv {
  transition:
    opacity 1.5s var(--e-quint) var(--d),
    transform 1.8s var(--e-expo) var(--d);
}

.mvv-deco img {
  animation: decoFloat 14s ease-in-out infinite alternate;
}
.mvv-deco-2 img { animation-duration: 17s; animation-delay: -4s; }
.mvv-deco-3 img { animation-duration: 20s; animation-delay: -8s; }
.mvv-deco-4 img { animation-duration: 16s; animation-delay: -11s; }
@keyframes decoFloat {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(0, -22px, 0) scale(1.04); }
}

.js-motion .strength-stat .stat-laurel {
  opacity: 0;
  transform: scale(0.8) translateY(10px);
  transition:
    opacity 0.8s var(--e-quint) 0.3s,
    transform 1s var(--e-expo) 0.3s;
}
.js-motion .strength-stat.is-in .stat-laurel {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .mvv-deco img { animation: none !important; }
  .mvv-deco { transform: none !important; }
  .js-motion .mvv-deco-in { opacity: 1 !important; transform: none !important; }
  .js-motion .strength-stat .stat-laurel {
    opacity: 1 !important;
    transform: none !important;
  }
}
