html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
button,
input,
textarea,
select {
  font-family: inherit;
}
.main {
  display: flex;
  flex-direction: column;
}
.hero {
  order: 1;
}
.vision {
  order: 2;
}
.service {
  order: 3;
}
.member {
  order: 4;
}
.company {
  order: 5;
}
.partner {
  order: 6;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (width <= 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* =============================================
   Section Header (Common)
   ============================================= */

.section-header {
  display: flex;
  flex-direction: column;
}
.section-header__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  margin-bottom: 1.13vw;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.07vw;
  font-weight: 700;
  line-height: 1.4;
}
.section-header__dot {
  display: block;
  flex-shrink: 0;
  width: 0.4vw;
  height: 0.4vw;
  background-color: #007ee5;
  border-radius: 50%;
}
.section-header__title {
  color: #242426;
  font-family: Figtree, "Noto Sans JP", sans-serif;
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media (width <= 767px) {
  .section-header__eyebrow {
    gap: 1.6vw;
    margin-bottom: 3.47vw;
    font-size: 3.73vw;
  }
  .section-header__dot {
    width: 1.6vw;
    height: 1.6vw;
  }
  .section-header__title {
    font-size: 9.87vw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
}

/* =============================================
   Hero Section
   ============================================= */

.hero {
  --hero-heading-top: min(51.27vw, calc(100vh - 14.5vw));
  --hero-news-top: calc(var(--hero-heading-top) + 7.26vw);

  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 80vw;
  margin: 0 auto;
  overflow: visible;
  background-color: #fff;
}

/* ----- Decorative Circles ----- */

.hero__circle {
  position: absolute;
  z-index: 2;
  border-radius: 66.6vw;
  pointer-events: none;
  transform-origin: center center;
  will-change: transform, opacity;
}
.hero__circle--dark-blue {
  top: -18vw;
  left: 10vw;
  width: 58.93vw;
  height: 23.33vw;
  background-color: #0a50ad;
  border-radius: 11.67vw;
  rotate: 45deg;
  transform-origin: 0% 50%;
}
.hero__circle--light-blue {
  top: 80vw;
  left: 34.4vw;
  width: 74vw;
  height: 23.33vw;
  background-color: #007ee5;
  border-radius: 11.67vw;
  rotate: 45deg;
  transform-origin: 100% 50%;
}
.hero__circle--gradient-sm {
  top: 63.31vw;
  left: 20.73vw;
  width: 20.71vw;
  height: 8.55vw;
  background: linear-gradient(
    90deg,
    rgb(232 236 245 / 0%) 0%,
    rgb(232 236 245 / 70%) 100%
  );
  border-radius: 4.27vw;
  backdrop-filter: blur(1vw);
  rotate: 45deg;
}
.hero__circle--gradient-lg {
  top: 8.18vw;
  left: 65.48vw;
  width: 32.46vw;
  height: 7.95vw;
  background: linear-gradient(
    90deg,
    rgb(232 236 245 / 0%) 0%,
    rgb(232 236 245 / 100%) 92%
  );
  border-radius: 3.98vw;
  rotate: 45deg;
}
.hero__circle--orange {
  z-index: 4;
  top: 76.53vw;
  left: 71.67vw;
  width: 17.53vw;
  height: 17.53vw;
  background-color: #ffd93d;
  border: 1.4vw solid #fff;
}
.hero__circle--cyan {
  z-index: 3;
  top: 74.79vw;
  left: 56.53vw;
  width: 3.49vw;
  height: 3.49vw;
  background-color: #0aafc2;
}

/* ----- Header ----- */

.hero__header {
  --hero-header-top: 1.67vw;
  --hero-header-side: 2.67vw;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: var(--hero-header-top) var(--hero-header-side) 0;
  pointer-events: none;
}
.hero__header-inner {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.hero__logo-card {
  position: fixed;
  top: var(--hero-header-top);
  left: var(--hero-header-side);
  z-index: 10;
  padding: 0.8vw 0.8vw 0.8vw 2.13vw;
  overflow: hidden;
  background-color: #fff;
  border: 0.07vw solid #eee;
  border-radius: 1.2vw;
  transition: 0.4s ease;
  pointer-events: auto;
}
.hero__logo-card-inner {
  display: flex;
  align-items: center;
  gap: 2.33vw;
}
.hero__logo-image {
  width: 13.27vw;
  height: 3.93vw;
  object-fit: contain;
}
.hero__nav-actions {
  display: flex;
  align-items: center;
  gap: 0.53vw;
}
.hero__hamburger {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 3.53vw;
  height: 3.53vw;
  padding: 0;
  background: none;
  border: 2px solid #0a50ad;
  border-radius: 0.67vw;
  cursor: pointer;
}
.hero__hamburger-icon {
  width: 3.53vw;
  height: 3.53vw;
}
.hero__hamburger span {
  position: absolute;
  left: 50%;
  width: 40%;
  height: 2px;
  background: #0a50ad;
  transform: translateX(-50%);
  transition: 0.3s;
}
.hero__hamburger span:nth-child(1) {
  top: 35%;
}
.hero__hamburger span:nth-child(2) {
  top: 50%;
}
.hero__hamburger span:nth-child(3) {
  top: 65%;
}
.hero__logo-card.is-open .hero__hamburger span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.hero__logo-card.is-open .hero__hamburger span:nth-child(2) {
  opacity: 0;
}
.hero__logo-card.is-open .hero__hamburger span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.hero__contact-btn {
  display: flex;
  align-items: center;
  gap: 1.33vw;
  padding: 1vw 1.67vw;
  background: none;
  border: 0.13vw solid #eee;
  border-radius: 0.67vw;
  color: #242426;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hero__contact-btn:hover {
  opacity: 0.7;
}
.hero__contact-text {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.07vw;
  font-weight: 700;
  line-height: 1.448;
}
.hero__contact-dot {
  display: block;
  width: 0.4vw;
  height: 0.4vw;
  background-color: #0a50ad;
  border-radius: 50%;
}
.hero__header-tagline {
  position: absolute;
  top: 0;
  right: 0;
  color: #242426;
  font-family: Figtree, sans-serif;
  font-size: 0.87vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
  pointer-events: auto;
}
.hero__menu-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.hero__logo-card.is-open .hero__menu-panel {
  max-height: 600px;
  opacity: 1;
}
.hero__menu-inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  padding: 2.13vw 2.13vw 0.67vw;
}
.hero__menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero__menu-col li {
  padding: 1.06vw 0;
  border-bottom: 1px solid #eee;
  font-size: 1.06vw;
  font-weight: 500;
  cursor: pointer;
}
.hero__menu-col li a {
  color: #242426;
  text-decoration: none;
}
.hero__menu-col li:last-child {
  border-bottom: none;
}
.hero__menu-col:last-child li:last-child {
  border-bottom: 1px solid #eee;
}

@media (width <= 768px) {
  .hero__menu-inner {
    gap: 0;
    grid-template-columns: 1fr;
    padding: 8.53vw 8.53vw 5.33vw;
  }
  .hero__menu-col li {
    padding: 3.2vw 0;
    font-size: 3.73vw;
  }
  .hero__menu-col li:last-child {
    border-bottom: 1px solid #eee;
  }
}

/* ----- Person Image ----- */

.hero__person {
  position: absolute;
  z-index: 3;
  top: 11.13vw;
  left: 29.47vw;
  width: 41.13vw;
  height: 41.13vw;
  filter: drop-shadow(2.67vw 2.67vw 4vw rgb(92 92 92 / 17%));
  transform-origin: center center;
  will-change: transform, opacity;
}
.hero__person-image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: contain;
}
.hero__person-image:first-child {
  opacity: 1;
}

/* ----- English Decorative Text ----- */

.hero__english-text {
  position: absolute;
  z-index: 1;
  top: 29.13vw;
  left: 0;
  width: 100%;
  overflow: hidden;
  color: #eaeaea;
  font-family: Figtree, sans-serif;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.3;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.hero__english-text-inner {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ----- Main Heading ----- */

.hero__heading {
  position: absolute;
  z-index: 5;
  top: var(--hero-heading-top);
  left: 2.67vw;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.13vw;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 0.01em currentColor;
}

/* ----- News Card ----- */

.hero__news-card {
  display: flex;
  position: absolute;
  z-index: 5;
  top: var(--hero-news-top);
  left: 71.33vw;
  flex-direction: column;
  gap: 0.27vw;
  width: 26.67vw;
  max-width: 26.67vw;
  padding: 1vw 1.33vw 1.13vw;
  background: #0084e5;
  border: 0.07vw solid rgb(238 238 238 / 40%);
  border-radius: 0.73vw;
  box-shadow: 0.33vw 0.33vw 1.33vw 0 rgb(40 51 82 / 25%);
  text-decoration: none;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(1.83vw);
}
.hero__news-card:hover {
  opacity: 0.85;
}
.hero__news-meta {
  display: flex;
  align-items: center;
  gap: 0.67vw;
  min-width: 0;
}
.hero__news-date {
  flex-shrink: 0;
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 0.87vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.hero__news-category {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.87vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hero__news-title {
  display: -webkit-box;
  max-width: 24vw;
  overflow: hidden;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (width >= 1501px) {
  .hero__header {
    --hero-header-top: 25px;
    --hero-header-side: calc((100vw - 1500px) / 2 + 40px);
  }

  .hero {
    --hero-header-top: 25px;
    --hero-header-side: calc((100vw - 1500px) / 2 + 40px);
    --hero-heading-top: min(769px, calc(100vh - 220px));
    --hero-news-top: calc(var(--hero-heading-top) + 109px);
    --hero-person-size: clamp(500px, calc(100vh - 390px), 590px);
    --hero-person-top: clamp(110px, 12vh, 150px);
    --hero-person-left: calc((100vw - 1500px) / 2 + 442px);

    height: 1200px;
  }
  .hero__circle--dark-blue {
    top: calc(var(--hero-person-top) - var(--hero-person-size) * 0.708);
    left: calc(var(--hero-person-left) - var(--hero-person-size) * 0.473);
    width: calc(var(--hero-person-size) * 1.433);
    height: calc(var(--hero-person-size) * 0.567);
    border-radius: calc(var(--hero-person-size) * 0.284);
  }
  .hero__circle--light-blue {
    top: calc(var(--hero-person-top) + var(--hero-person-size) * 1.674);
    left: calc(var(--hero-person-left) + var(--hero-person-size) * 0.119);
    width: calc(var(--hero-person-size) * 1.8);
    height: calc(var(--hero-person-size) * 0.567);
    border-radius: calc(var(--hero-person-size) * 0.284);
  }
  .hero__circle--gradient-sm {
    top: 950px;
    left: calc((100vw - 1500px) / 2 + 311px);
    width: 311px;
    height: 128px;
    border-radius: 64px;
  }
  .hero__circle--gradient-lg {
    top: 123px;
    left: calc((100vw - 1500px) / 2 + 982px);
    width: 487px;
    height: 119px;
    border-radius: 60px;
  }
  .hero__circle--orange {
    top: 1148px;
    left: calc((100vw - 1500px) / 2 + 1075px);
    width: 263px;
    height: 263px;
    border-width: 21px;
  }
  .hero__circle--cyan {
    top: 1122px;
    left: calc((100vw - 1500px) / 2 + 848px);
    width: 52px;
    height: 52px;
  }
  .hero__logo-card {
    padding: 12px 12px 12px 32px;
    border-width: 1px;
    border-radius: 18px;
  }
  .hero__logo-card-inner {
    gap: 35px;
  }
  .hero__logo-image {
    width: 199px;
    height: 59px;
  }
  .hero__nav-actions {
    gap: 8px;
  }
  .hero__hamburger {
    width: 53px;
    height: 53px;
    border-radius: 10px;
  }
  .hero__contact-btn {
    gap: 20px;
    padding: 15px 25px;
    border-radius: 10px;
  }
  .hero__contact-text {
    font-size: 16px;
  }
  .hero__contact-dot {
    width: 6px;
    height: 6px;
  }
  .hero__header-tagline {
    font-size: 13px;
  }
  .hero__person {
    top: var(--hero-person-top);
    left: var(--hero-person-left);
    width: var(--hero-person-size);
    height: var(--hero-person-size);
    filter: drop-shadow(40px 40px 60px rgb(92 92 92 / 17%));
  }
  .hero__english-text {
    top: calc(var(--hero-person-top) + var(--hero-person-size) * 0.47);
    font-size: 60px;
  }
  .hero__heading {
    left: calc((100vw - 1500px) / 2 + 40px);
    font-size: 62px;
  }
  .hero__news-card {
    left: calc((100vw - 1500px) / 2 + 1070px);
    gap: 4px;
    width: 400px;
    max-width: 400px;
    padding: 15px 20px 17px;
    border-width: 1px;
    border-radius: 11px;
    box-shadow: 5px 5px 20px 0 rgb(40 51 82 / 25%);
    backdrop-filter: blur(27.5px);
  }
  .hero__news-meta {
    gap: 10px;
  }
  .hero__news-date,
  .hero__news-category {
    font-size: 13px;
  }
  .hero__news-title {
    max-width: 360px;
    font-size: 15px;
  }
}

/* =============================================
   SP (Mobile) — max-width: 767px
   Base: 375px → vw = px / 375 * 100
   ============================================= */

@media (width <= 767px) {
  .hero {
    height: 180vw;
    overflow: visible;
  }

  /* ----- Decorative Capsules (SP: still capsule, 45deg) ----- */

  .hero__circle--dark-blue {
    top: -18vw;
    left: -22vw;
    width: 98vw;
    height: 37vw;
    border-radius: 999px;
    rotate: 45deg;
    transform-origin: 0% 50%;
  }
  .hero__circle--light-blue {
    top: 139vw;
    left: 37vw;
    width: 100vw;
    height: 37vw;
    border-radius: 999px;
    rotate: 45deg;
    transform-origin: 100% 50%;
  }
  .hero__circle--gradient-sm {
    top: 144.27vw;
    left: -6.67vw;
    width: 56.56vw;
    height: 23.36vw;
    border-radius: 11.68vw;
    backdrop-filter: blur(3vw);
    rotate: 45deg;
  }
  .hero__circle--gradient-lg {
    display: none;
  }
  .hero__circle--orange {
    z-index: 1;
    top: 168vw;
    left: 76vw;
    width: 22.67vw;
    height: 22.67vw;
    background-color: #ffd93d;
    border: 4vw solid #fff;
  }
  .hero__circle--cyan {
    top: 148vw;
    left: 47vw;
    width: 5.33vw;
    height: 5.33vw;
  }

  /* ----- Header ----- */

  .hero__header {
    padding: 4.2vw 5.33vw 0;
  }
  .hero__logo-card {
    top: 4.2vw;
    left: 5.33vw;
    width: 100%;
    max-width: 89.34vw;
    padding: 2.13vw 2.13vw 2.13vw 4.27vw;
    border: 1px solid #eee;
    border-radius: 3.2vw;
  }
  .hero__logo-card-inner {
    gap: 4vw;
  }
  .hero__logo-image {
    width: 36.5vw;
    height: 6.67vw;
  }
  .hero__nav-actions {
    gap: 1.6vw;
  }
  .hero__hamburger {
    width: 9.33vw;
    height: 9.33vw;
    border-width: 1px;
    border-radius: 2.67vw;
  }
  .hero__hamburger-icon {
    width: 9.33vw;
    height: 9.33vw;
  }
  .hero__contact-btn {
    gap: 2.4vw;
    padding: 2.4vw 4vw;
    border: 1px solid #eee;
    border-radius: 1.87vw;
    white-space: nowrap;
  }
  .hero__contact-text {
    font-size: 3.2vw;
    white-space: nowrap;
  }
  .hero__contact-dot {
    width: 1.6vw;
    height: 1.6vw;
  }
  .hero__header-tagline {
    display: none;
  }
  .hero__menu-col:last-child li:last-child {
    border-bottom: 1px solid #eee;
  }

  /* ----- Scroll Arrows (SP: hidden) ----- */

  .hero__arrows {
    display: none;
  }

  /* ----- Person Image ----- */

  .hero__person {
    top: 36.15vw;
    left: 15.61vw;
    width: 67.8vw;
    height: 67.8vw;
    filter: drop-shadow(10.67vw 10.67vw 16vw rgb(92 92 92 / 17%));
  }
  .hero__person-image {
    width: 100%;
    height: 100%;
  }

  /* ----- English Decorative Text ----- */

  .hero__english-text {
    top: 61.33vw;
    font-size: 10.67vw;
  }

  /* ----- Main Heading ----- */

  .hero__heading {
    top: min(116.53vw, calc(100svh - 26vw));
    left: 5.33vw;
    font-size: 6.93vw;
    text-shadow: none;
    -webkit-text-stroke: 0;
  }

  /* ----- News Card ----- */

  .hero__news-card {
    top: 141.07vw;
    right: 5.33vw;
    left: 5.33vw;
    gap: 0.53vw;
    width: auto;
    max-width: none;
    padding: 4vw 4.8vw 4.8vw;
    background: #0084e5;
    border: none;
    border-radius: 2.93vw;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero__news-date {
    color: #fff;
    font-size: 3.47vw;
  }
  .hero__news-category {
    color: #fff;
    font-size: 3.47vw;
  }
  .hero__news-title {
    max-width: none;
    color: #fff;
    font-size: 3.45vw;
  }
}

/* =============================================
   Vision Animation Section (About統合)
   ============================================= */

.vision {
  position: relative;
  background-color: #fff;
}
.vision__container {
  position: relative;
}

/* ── Left column (GSAP pinned) ── */
.vision__sticky {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  height: 100vh;
}
.vision__header {
  flex-shrink: 0;
}
.vision__sticky-body {
  display: flex;
  flex: 1;
  align-items: center;
}
.vision__vertical {
  display: flex;
  flex-shrink: 0;
}
.vision__vertical--sp {
  display: none;
}
.vision__vertical-col {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.1em;
  writing-mode: vertical-rl;
}
.vision__vertical-accent {
  color: #007ee5;
}
.vision__panel .section-header__eyebrow .section-header__dot {
  display: none;
}

/* ── Animation canvas ── */
.vision__canvas {
  display: flex;
  position: relative;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: #e8ecf5;
  border-radius: 1.33vw;
}
.vision__illustration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vision__rings {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
.vision__solid {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  background-color: #155fbe;
  border: solid #e8ecf5;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.vision__dot {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.5);
}
.vision__hex-svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ── Scrolling right column ── */
.vision__panels {
  position: relative;
}
.vision__panel {
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.vision__text {
  max-width: 100%;
}
.vision__desc {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}
.vision__panel .section-header__eyebrow {
  color: #007ee5;
}

/* ── PC ── */
@media (width >= 768px) {
  .vision__container {
    --vision-canvas-width: min(36.13vw, 542px, 46svh);
    --vision-canvas-height: calc(var(--vision-canvas-width) * 44.87 / 38.13);
    --vision-sticky-top: clamp(
      60px,
      calc((80svh - var(--vision-canvas-height)) / 2),
      280px
    );
    --vision-header-top: clamp(
      0px,
      calc(3.33vw - var(--vision-sticky-top) * 0.45),
      3.33vw
    );
    --vision-vertical-width: min(14.13vw, 212px);
    --vision-body-gap: clamp(48px, 4.4vw, 72px);
    --vision-text-gap: clamp(32px, 2.67vw, 44px);
    padding: 0 5.33vw;
  }
  .vision__header {
    padding-top: var(--vision-header-top);
  }
  .vision__sticky {
    left: 5.33vw;
    width: 58.67vw;
  }
  .vision__sticky-inner {
    position: absolute;
    top: var(--vision-sticky-top);
    left: 0;
    width: 100%;
  }
  .vision__sticky-body {
    align-items: flex-start;
    gap: var(--vision-body-gap);
  }
  .vision__vertical {
    width: var(--vision-vertical-width);
    gap: min(1.2vw, 18px);
  }
  .vision__vertical-col {
    font-size: min(3.73vw, 56px, 7svh);
  }
  .vision__canvas {
    width: var(--vision-canvas-width);
    height: auto;
    aspect-ratio: 38.13 / 44.87;
  }
  .vision__illustration {
    width: 78%;
    height: auto;
    aspect-ratio: 1;
  }
  .vision__solid {
    width: 17.7%;
    height: auto;
    aspect-ratio: 1;
    border-width: min(0.67vw, 10px);
  }
  .vision__dot {
    width: 14.2%;
    height: auto;
    aspect-ratio: 1;
  }
  .vision__hex-svg {
    width: 100%;
    height: 100%;
  }
  .vision__panels {
    padding: 0;
    margin-left: calc(
      var(--vision-vertical-width) + var(--vision-body-gap) +
        var(--vision-canvas-width) + var(--vision-text-gap)
    );
  }
  .vision__panel > .vision__canvas {
    display: none;
  }
  .vision__panel {
    box-sizing: border-box;
    min-height: 100vh;
    padding-top: 6.67vw;
    padding-bottom: 12vh;
  }
  .vision__panel:first-child {
    padding-top: min(17.33vw, 260px);
  }
  .vision__panel--mission {
    min-height: 118vh;
    padding-bottom: 16vh;
  }
  .vision__panel--future {
    min-height: 74vh;
    padding-bottom: min(6.67vw, 100px);
  }
  .vision__text {
    max-width: 100%;
  }
  .vision__panel .section-header__eyebrow {
    font-size: min(0.87vw, 15px);
  }
  .vision__panel .section-header__title {
    font-size: min(2.93vw, 44px);
    line-height: 1.2;
    letter-spacing: 0;
  }
  .vision__desc {
    margin-top: min(2vw, 30px);
    font-size: min(1vw, 15px);
    line-height: 1.7;
    letter-spacing: min(0.05em, 0.75px);
  }
}

@media (width >= 768px) and (height <= 1250px) {
  .vision__container {
    --vision-canvas-width: min(36.13vw, 542px, 46svh);
    --vision-canvas-height: calc(var(--vision-canvas-width) * 44.87 / 38.13);
    --vision-sticky-top: clamp(
      60px,
      calc((80svh - var(--vision-canvas-height)) / 2),
      240px
    );
    --vision-vertical-width: min(14.13vw, 212px);
    --vision-text-gap: clamp(32px, 2.67vw, 44px);
  }
  .vision__vertical-col {
    font-size: min(3.73vw, 56px, 7svh);
  }
}

@media (width >= 768px) and (width <= 1500px) and (height <= 860px) {
  .vision__container {
    --vision-sticky-top: clamp(
      115px,
      calc((80svh - var(--vision-canvas-height)) / 2),
      220px
    );
  }
  .vision__header {
    padding-top: 0;
    transform: translateY(-56px);
  }
}

@media (width >= 1501px) {
  .vision__container {
    --vision-canvas-width: 500px;
    --vision-canvas-height: calc(var(--vision-canvas-width) * 44.87 / 38.13);
    --vision-sticky-top: clamp(
      115px,
      calc((80svh - var(--vision-canvas-height)) / 2),
      280px
    );
    --vision-vertical-width: 212px;
    --vision-body-gap: 72px;
    --vision-text-gap: 44px;
    --vision-text-width: 580px;
    width: calc(
      var(--vision-vertical-width) + var(--vision-body-gap) +
        var(--vision-canvas-width) + var(--vision-text-gap) +
        var(--vision-text-width)
    );
    max-width: min(1420px, calc(100vw - 160px));
    padding: 0;
    margin: 0 auto;
  }
  .vision__header {
    padding-top: 0;
    transform: translateY(-36px);
  }
  .vision__sticky {
    left: 0;
    width: calc(
      var(--vision-vertical-width) + var(--vision-body-gap) +
        var(--vision-canvas-width)
    );
  }
  .vision__header .section-header__eyebrow {
    gap: 9px;
    margin-bottom: 17px;
    font-size: 16px;
  }
  .vision__header .section-header__dot {
    width: 6px;
    height: 6px;
  }
  .vision__header .section-header__title {
    font-size: 80px;
    letter-spacing: -1.6px;
  }
  .vision__sticky-body {
    gap: var(--vision-body-gap);
  }
  .vision__text {
    width: var(--vision-text-width);
  }
  .vision__panel:first-child {
    padding-top: 260px;
  }
  .vision__panel--mission {
    min-height: 1000px;
    padding-bottom: 130px;
  }
  .vision__panel--future {
    min-height: 620px;
    padding-bottom: 100px;
  }
}

@media (width >= 1501px) and (height <= 900px) {
  .vision__container {
    --vision-canvas-width: clamp(445px, 62svh, 500px);
    --vision-canvas-height: calc(var(--vision-canvas-width) * 44.87 / 38.13);
    --vision-sticky-top: clamp(
      115px,
      calc((80svh - var(--vision-canvas-height)) / 2),
      220px
    );
    --vision-body-gap: 56px;
    --vision-text-gap: 40px;
    --vision-text-width: calc(1080px - var(--vision-canvas-width));
  }
  .vision__sticky-body {
    gap: var(--vision-body-gap);
  }
  .vision__header {
    transform: translateY(-72px);
  }
  .vision__vertical-col {
    font-size: min(52px, 7svh);
  }
}

/* ── SP ── */
@media (width <= 767px) {
  .vision {
    background-color: #fff;
  }
  .vision__sticky-inner {
    display: contents;
  }
  .vision__container {
    display: grid;
    column-gap: 8.53vw;
    grid-template-columns: 62.13vw 1fr;
    padding: 0 5.33vw 18.67vw;
  }
  .vision__sticky {
    display: contents;
    position: static;
    left: auto;
    height: auto;
  }
  .vision__panels {
    display: flex;
    flex-direction: column;
    gap: 8vw;
    grid-row: 2;
    grid-column: 1;
    margin-top: 0;
    margin-left: 0;
  }
  .vision__header {
    grid-column: 1 / -1;
    margin-bottom: 8vw;
  }
  .vision__sticky-body {
    display: contents;
  }
  .vision__vertical--pc {
    display: none;
  }
  .vision__vertical--sp {
    display: flex;
    position: relative;
    align-self: start;
    justify-self: end;
    gap: 2.13vw;
    grid-row: 2;
    grid-column: 2;
  }
  .vision__vertical-col {
    font-size: 8vw;
  }
  .vision__canvas {
    width: 62.13vw;
    height: 62.4vw;
    border-radius: 1.6vw;
  }
  .vision__sticky-body > .vision__canvas {
    display: none;
  }
  .vision__panel > .vision__canvas {
    margin-bottom: 4.8vw;
  }
  .vision__illustration {
    width: 54vw;
    height: 54vw;
  }
  .vision__canvas--mission .vision__illustration {
    width: 50vw;
    height: 50vw;
  }
  .vision__solid {
    width: 11vw;
    height: 11vw;
    border-width: 1.33vw;
  }
  .vision__dot {
    width: 8.83vw;
    height: 8.83vw;
  }
  .vision__hex-svg {
    width: 100%;
    height: 100%;
  }
  .vision__panel {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .vision__panel .section-header__eyebrow {
    gap: 0;
    margin-bottom: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .vision__panel .section-header__dot {
    display: none;
  }
  .vision__panel .section-header__title {
    font-size: 5.87vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .vision__desc {
    margin-top: 2.67vw;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.16vw;
    text-align: justify;
  }
  .vision__header .section-header__eyebrow {
    gap: 1.6vw;
    margin-bottom: 2.13vw;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .vision__header .section-header__dot {
    width: 1.33vw;
    height: 1.33vw;
  }
  .vision__header .section-header__title {
    font-size: 9.07vw;
    line-height: 1;
    letter-spacing: -0.03em;
  }
}

/* =============================================
   Service Section
   ============================================= */

.service {
  background-color: #fff;
}
.service__inner {
  width: 100%;
  margin: 0 auto;
}
.service-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.service-card::before,
.service-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.service-card__content {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
}
.service-card__body {
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
.service-card__heading,
.service-card__copy {
  display: flex;
  flex-direction: column;
}
.service-card__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.service-card__meta,
.service-card__subtitle,
.service-card__lead,
.service-card__button-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.service-card__meta {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.service-card__number {
  display: block;
  font-family: Figtree, "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.service-card__status::before {
  content: "|";
  margin: 0 0.27vw;
}
.service-card__lead {
  font-weight: 700;
}
.service-card__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: justify;
}
.service-card__button {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}
.service-card__button--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.service-card__button-dot {
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
.service-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
.service-card--dark {
  background-color: #0a50ad;
}
.service-card--light {
  background-color: #007ee5;
}

.service__list {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.service-card__wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.service-card__wrap[data-service-index="0"] {
  z-index: 1;
}
.service-card__wrap[data-service-index="1"] {
  z-index: 2;
}

@media (width >= 768px) {
  .service__inner {
    padding: 6.67vw 1.87vw;
  }
  .service__header {
    max-width: 96.27vw;
    padding-left: 0;
    margin: 0 auto 3.33vw;
  }
  .service .section-header__eyebrow {
    gap: 0.47vw;
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .service .section-header__dot {
    width: 0.4vw;
    height: 0.4vw;
  }
  .service .section-header__title {
    font-size: 5.33vw;
    letter-spacing: -0.11vw;
  }
  .service__list {
    max-width: 100%;
    height: 42.13vw;
    gap: 0;
    margin: 0 auto;
    overflow: visible;
    border-radius: 1.33vw;
  }
  .service-card__wrap {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    will-change: transform;
  }
  .service-card {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 42.13vw;
    padding: 3.33vw 0;
    border-radius: 1.33vw;
  }
  .service-card__content {
    justify-content: space-between;
    align-items: center;
    gap: 3.33vw;
    max-width: 92.27vw;
    padding: 0 2.67vw 0 4vw;
    margin: 0 auto;
  }
  .service-card__body {
    flex: 1;
    gap: 2vw;
    min-width: 0;
  }
  .service-card__heading {
    gap: 0.4vw;
  }
  .service-card__copy {
    gap: 0;
  }
  .service-card__meta {
    margin-bottom: 0;
    font-size: 1.33vw;
    font-weight: 600;
    line-height: 1.4;
  }
  .service-card__title-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0.8vw;
    margin-bottom: 0;
  }
  .service-card__title {
    margin-bottom: 0;
    font-size: 4.27vw;
    line-height: 1.6;
    letter-spacing: 0.085vw;
  }
  .service-card__title-row .service-card__title,
  .service-card__title-row .service-card__subtitle {
    white-space: nowrap;
  }
  .service-card__subtitle {
    padding-bottom: 1.07vw;
    font-size: 1.33vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.027vw;
  }
  .service-card__lead {
    margin-bottom: 1vw;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.024vw;
  }
  .service-card__text {
    margin-bottom: 1.6vw;
    font-size: 0.93vw;
    line-height: 1.7;
    letter-spacing: 0.047vw;
  }
  .service-card__button {
    gap: 1.33vw;
    width: auto;
    padding: 0.93vw 1.6vw;
    margin-top: 0;
    margin-left: auto;
    border: 0.13vw solid #fff;
    border-radius: 0.53vw;
  }
  .service-card__button-text {
    font-size: 1.07vw;
    font-weight: 700;
    line-height: 1;
  }
  .service-card__button-dot {
    width: 0.4vw;
    height: 0.4vw;
  }
  .service-card__image {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 45vw;
    overflow: hidden;
    border-radius: 0.53vw;
  }
  .service-card--dark::before {
    background-image: url("../img/service-card-bg-dark-pc.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    inset: 0;
  }
  .service-card--dark::after {
    content: none;
  }
  .service-card--light::before {
    background-image: url("../img/service-card-bg-light-pc.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    inset: 0;
  }
  .service-card--light::after {
    content: none;
  }
}

@media (width <= 767px) {
  .service__inner {
    padding-bottom: 11.2vw;
  }
  .service__header {
    padding: 0 5.33vw;
    margin-bottom: 6.67vw;
  }
  .service .section-header__eyebrow {
    gap: 1.87vw;
    margin-bottom: 2.13vw;
    font-size: 3.47vw;
  }
  .service .section-header__dot {
    width: 1.6vw;
    height: 1.6vw;
  }
  .service .section-header__title {
    font-size: 9.07vw;
    letter-spacing: -0.18vw;
  }
  .service__list {
    display: flex;
    flex-direction: column;
    gap: 5.33vw;
    height: auto;
    padding: 0 5.33vw;
    overflow: visible;
  }
  .service-card__wrap {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .service-card {
    width: 100%;
    padding: 0;
    border-radius: 2.67vw;
    will-change: auto;
  }
  .service-card--dark {
    min-height: auto;
  }
  .service-card--light {
    min-height: auto;
  }
  .service-card__content {
    flex-direction: column;
    gap: 4vw;
    width: 100%;
    padding: 5.33vw;
    margin: 0;
  }
  .service-card__body {
    gap: 4vw;
    width: 100%;
    margin: 0;
  }
  .service-card__heading {
    gap: 1.6vw;
  }
  .service-card__copy {
    gap: 0;
    width: 100%;
    margin: 0;
  }
  .service-card__meta {
    margin-bottom: 0;
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1;
  }
  .service-card__title-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6vw;
    margin-bottom: 0;
  }
  .service-card__title {
    margin-bottom: 0;
    font-size: 7.47vw;
    line-height: 1.3;
    letter-spacing: 0.15vw;
  }
  .service-card__subtitle {
    margin-top: 0;
    font-size: 3.47vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06vw;
  }
  .service-card__lead {
    box-sizing: border-box;
    width: 100%;
    padding-left: 13.6vw;
    margin-bottom: 2.67vw;
    font-size: 4.27vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08vw;
  }
  .service-card__text {
    padding-left: 13.6vw;
    margin-bottom: 5.33vw;
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: 0.06vw;
  }
  .service-card__button {
    justify-content: flex-end;
    gap: 3.2vw;
    width: 36.6vw;
    padding: 2.67vw 5.33vw;
    margin-left: auto;
    border: 0.53vw solid #fff;
    border-radius: 2.13vw;
  }
  .service-card__button--disabled {
    justify-content: center;
    gap: 2.67vw;
    text-align: center;
  }
  .service-card__button-text {
    font-size: 3.73vw;
    font-weight: 700;
    line-height: 1;
  }
  .service-card__button-dot {
    width: 1.6vw;
    height: 1.6vw;
  }
  .service-card__image {
    order: -1;
    width: 100%;
    overflow: hidden;
    border-radius: 1.6vw;
  }
  .service-card--dark::before {
    background-image: url("../img/service-card-bg-dark-sp.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    inset: 0;
  }
  .service-card--dark::after {
    content: none;
  }
  .service-card--light::before {
    background-image: url("../img/service-card-bg-light-sp.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    inset: 0;
  }
  .service-card--light::after {
    content: none;
  }
}

/* =============================================
   Member Section
   ============================================= */

.member {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.member__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.member__header {
  position: relative;
  z-index: 3;
}
.member__shapes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.member__shape {
  position: absolute;
  border-radius: 999px;
  will-change: transform;
}
.member-card__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.member-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-card__name {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.member-card__role {
  color: #242426;
  font-family: Figtree, "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.member-card__bio {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
.member-card__link {
  align-items: center;
  color: #242426;
  text-decoration: none;
}
.member-card__plus {
  color: #0a50ad;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.member-card__link-text {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.member-card__detail[hidden] {
  display: none;
}
.member-modal[hidden] {
  display: none;
}
.member-modal {
  position: fixed;
  z-index: 100;
  inset: 0;
}
.member-modal__backdrop {
  position: absolute;
  background: rgb(36 36 38 / 55%);
  backdrop-filter: blur(1.07vw);
  inset: 0;
}
.member-modal__dialog {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.member-modal__title {
  display: flex;
  align-items: baseline;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.member-modal__name,
.member-modal__role {
  display: block;
}
.member-modal__text {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.member-modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: none;
  border: none;
}
.member-modal__close-icon {
  color: #0b50ae;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.member-modal__close-text {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* =============================================
     PC Layout
     ============================================= */

@media (width >= 768px) {
  .member__inner {
    display: flex;
    flex-direction: row;
    gap: 12.07vw;
    max-width: 100%;
    padding: 6.67vw 5.33vw;
  }
  .member__header {
    flex-shrink: 0;
    width: 20.6vw;
  }
  .footer__shapes {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 45vw;
    height: 18vw;
    pointer-events: none;
  }
  .footer__shape {
    position: absolute;
  }
  .member__shapes {
    z-index: 1;
    width: 98vw;
    height: 31.87vw;
    inset: 22.53vw auto auto -71.8vw;
  }
  .member__shape--orange {
    z-index: 1;
    top: 3.33vw;
    left: 23.67vw;
    width: 76.33vw;
    height: 12.87vw;
    background: #f16805;
  }
  .member__shape--blue {
    z-index: 2;
    top: 12.6vw;
    left: 23.67vw;
    width: 76.33vw;
    height: 12.87vw;
    background: #007ee5;
  }
  .member__shape--cyan {
    z-index: 3;
    top: 19.4vw;
    left: 8vw;
    width: 76.33vw;
    height: 12.8vw;
    background: #1aa6b7;
  }
  .member__shape--yellow {
    z-index: 4;
    top: 19.87vw;
    left: 86.67vw;
    width: 12.8vw;
    height: 12.8vw;
    background: #ffda3c;
    border: 1.07vw solid #fff;
    border-radius: 50%;
  }
  .member__list {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 2.67vw;
    width: 56.67vw;
  }
  .member-card {
    display: flex;
    align-items: flex-end;
    gap: 4vw;
  }
  .member-card__image-wrap {
    flex-shrink: 0;
    width: 12.53vw;
    height: 15vw;
    overflow: hidden;
    background-color: #ddd;
    border-radius: 0.27vw;
  }
  .member-card__body {
    display: flex;
    flex-direction: column;
    gap: 1.33vw;
    width: 40.13vw;
  }
  .member-card__heading {
    align-items: flex-end;
    gap: 0.8vw;
    margin-bottom: 0;
  }
  .member-card__name {
    font-size: 1.73vw;
    line-height: 1.6;
    letter-spacing: 0.03vw;
  }
  .member-card__role {
    padding-bottom: 0.33vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.93vw;
    line-height: 1.6;
    letter-spacing: 0.02vw;
  }
  .member-card__bio {
    width: 100%;
    max-width: none;
    font-size: 0.87vw;
    line-height: 1.7;
    letter-spacing: 0.04vw;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .pc {
    display: block;
  }
}

/* =============================================
     SP Layout
     ============================================= */

@media (width <= 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-flex;
  }
  .section-header__eyebrow {
    gap: 1.6vw;
    margin-bottom: 3.47vw;
    font-size: 3.73vw;
  }
  .section-header__dot {
    width: 1.6vw;
    height: 1.6vw;
  }
  .section-header__title {
    font-size: 9.87vw;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .member__inner {
    padding: 8vw 5.33vw 12vw;
  }
  .member__header {
    margin-bottom: 8vw;
  }
  .member__shapes {
    z-index: 1;
    width: 54.4vw;
    height: 36.8vw;
    inset: 6.4vw -14.67vw auto auto;
  }
  .member__shape--orange {
    z-index: 1;
    top: -6vw;
    right: 1vw;
    width: 41.6vw;
    height: 17.3vw;
    background-color: #f16805;
  }
  .member__shape--blue {
    z-index: 2;
    top: 3.2vw;
    right: 4.67vw;
    width: 53.33vw;
    height: 17.3vw;
    background-color: #007ee5;
  }
  .member__shape--cyan {
    z-index: 3;
    top: 9.73vw;
    right: 5.2vw;
    width: 35.2vw;
    height: 17.3vw;
    background-color: #1db1c5;
  }
  .member__shape--yellow {
    z-index: 4;
    top: 19.53vw;
    right: 32.2vw;
    width: 16vw;
    height: 16vw;
    background-color: #f2d33d;
    border: 1.33vw solid #fff;
    border-radius: 50%;
  }
  .member__list {
    display: flex;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 5.6vw;
  }
  .member-card {
    width: 41.87vw;
  }
  .member-card__image-wrap {
    width: 100%;
    overflow: hidden;
    background-color: #ddd;
    border-radius: 1.07vw;
    aspect-ratio: 157 / 188;
  }
  .member-card__body {
    display: flex;
    flex-direction: column;
    gap: 2.13vw;
    padding-top: 2.13vw;
  }
  .member-card__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .member-card__name {
    margin-bottom: 0;
    font-size: 4.27vw;
    line-height: 1.6;
    letter-spacing: 0.09vw;
  }
  .member-card__role {
    padding-bottom: 0.53vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06vw;
  }
  .member-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.8vw;
    padding: 0;
    background: none;
    border: none;
  }
  .member-card__plus {
    color: #0b50ae;
    font-size: 4.27vw;
    line-height: 1;
  }
  .member-card__link-text {
    font-size: 3.47vw;
    line-height: 1.4;
    letter-spacing: 0.07vw;
  }
  .member-card__detail {
    display: none;
  }
  .member-modal {
    justify-content: center;
    align-items: flex-start;
    padding: 21.33vw 6.4vw 0;
  }
  .member-modal:not([hidden]) {
    display: flex;
  }
  .member-modal__dialog {
    width: 89.3vw;
    max-height: calc(100vh - 32vw);
    padding: 9.53vw 6.67vw;
    overflow-y: auto;
    border-radius: 4.27vw;
    box-shadow: 0 2.13vw 5.33vw rgb(0 0 0 / 16%);
  }
  .member-modal__header {
    margin-bottom: 5.33vw;
  }
  .member-modal__title {
    gap: 3.2vw;
    font-size: inherit;
    line-height: 1.6;
    letter-spacing: 0.11vw;
  }
  .member-modal__name {
    flex: 0 0 auto;
    font-size: 4.8vw;
    line-height: 1.4;
    letter-spacing: 0.1vw;
  }
  .member-modal__role {
    min-width: 0;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06vw;
  }
  .member-modal__body {
    margin-bottom: 10.13vw;
  }
  .member-modal__text {
    font-size: 3.2vw;
    line-height: 1.9;
    letter-spacing: 0.04vw;
  }
  .member-modal__close {
    gap: 1.87vw;
    width: 100%;
  }
  .member-modal__close-icon {
    font-size: 5.33vw;
  }
  .member-modal__close-text {
    font-size: 4.27vw;
    line-height: 1.4;
    letter-spacing: 0.09vw;
  }
}

/* =============================================
   Company
   ============================================= */

.company {
  overflow: hidden;
  background-color: #fff;
}
.company__inner {
  position: relative;
  padding: 6.67vw 5.33vw;
}
.company__header {
  margin-bottom: 5.33vw;
}
.company__content {
  position: relative;
  min-height: 46.73vw;
}
.company__table {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 51.2vw;
  margin: 0;
}
.company__row {
  display: grid;
  gap: 1vw;
  align-items: stretch;
  grid-template-columns: 12.13vw 1fr;
  padding-bottom: 0;
}
.company__row + .company__row {
  margin-top: 3vw;
}
.company__label {
  flex-shrink: 0;
  width: 12.13vw;
  padding-bottom: 3vw;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.company__value {
  max-width: 38.07vw;
  padding-bottom: 3vw;
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  word-break: break-word;
}
.company__value--address {
  max-width: 38.07vw;
}
.company__visual {
  position: absolute;
  top: 0;
  right: -12vw;
  width: 53.33vw;
  height: 53.33vw;
  pointer-events: none;
}
.company__visual-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: company-ring-rotate 24s linear infinite;
  inset: 0;
  transform-origin: 50% 50%;
}
.company__visual-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 39.33vw;
  height: 39.33vw;
  overflow: hidden;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.company__visual-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}
.company__visual-dot {
  position: absolute;
  border-radius: 50%;
}
.company__visual-dot--purple {
  top: 7.6vw;
  left: 10.73vw;
  width: 6.07vw;
  height: 6.07vw;
  background-color: #6f42c1;
}
.company__visual-dot--green {
  bottom: 0.8vw;
  left: 13.53vw;
  width: 3vw;
  height: 3vw;
  background-color: #5cd7a5;
}
.company__visual-dot--pink {
  top: 0.67vw;
  left: 0.87vw;
  width: 2vw;
  height: 2vw;
  background-color: #ff8f89;
}
.company__visual-dot--yellow {
  right: 0;
  bottom: 7.13vw;
  width: 2vw;
  height: 2vw;
  background-color: #ffda3c;
}

@keyframes company-ring-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .company__visual-ring {
    animation: none;
  }
}

/* SP */
@media (width <= 767px) {
  .company__inner {
    display: flex;
    flex-direction: column;
    padding: 0 5.33vw;
  }
  .company__header {
    order: 2;
    margin-bottom: 10.67vw;
  }
  .company__content {
    order: 3;
    min-height: 0;
  }
  .company__table {
    width: 100%;
  }
  .company__row {
    gap: 4vw;
    grid-template-columns: 27.2vw 1fr;
    padding-bottom: 0;
  }
  .company__row + .company__row {
    margin-top: 6.67vw;
  }
  .company__label {
    width: 27.2vw;
    padding-bottom: 6.67vw;
    font-size: 4vw;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
  .company__value {
    max-width: 62.13vw;
    padding-bottom: 6.67vw;
    font-size: 4vw;
    line-height: 1.45;
    letter-spacing: 0.03em;
  }
  .company__visual {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    order: 1;
    width: 100%;
    height: 81.07vw;
    margin-bottom: 11.2vw;
  }
  .company__visual-ring {
    animation-duration: 24s;
  }
  .company__visual-photo {
    top: 50%;
    right: auto;
    left: 50%;
    width: 60vw;
    height: 60vw;
    transform: translate(-50%, -50%);
  }
  .company__visual-photo img {
    object-position: 52% 45%;
  }
  .company__visual-dot--purple {
    top: 23.47vw;
    left: 7.13vw;
    width: 11.73vw;
    height: 11.73vw;
  }
  .company__visual-dot--green {
    bottom: 2.13vw;
    left: 78.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .company__visual-dot--pink {
    top: 4.8vw;
    left: 15.47vw;
    width: 4.27vw;
    height: 4.27vw;
  }
  .company__visual-dot--yellow {
    right: 11.2vw;
    bottom: 18.67vw;
    width: 4.27vw;
    height: 4.27vw;
  }
}

/* =============================================
   Partner
   ============================================= */

.partner__inner {
  padding: 6.67vw 5.33vw;
}
.partner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.33vw;
}
.partner__title {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.partner__divider {
  display: block;
  width: 0.07vw;
  height: 4.13vw;
  background-color: #dcdcdc;
}
.partner__logo {
  display: block;
  width: 19.13vw;
  height: auto;
  object-fit: contain;
}

/* SP */
@media (width <= 767px) {
  .partner__inner {
    padding: 13.87vw 5.33vw 10.67vw;
  }
  .partner__content {
    flex-direction: column;
    gap: 0;
  }
  .partner__title {
    margin-bottom: 1.07vw;
    font-size: 4.27vw;
  }
  .partner__divider {
    display: none;
  }
  .partner__logo {
    width: 76.53vw;
  }
}

/* =============================================
   Footer
   ============================================= */

.footer {
  background-color: #f6f7f9;
}
.footer__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f6f7f9;
}
.footer__logo-link {
  display: inline-block;
  text-decoration: none;
}
.footer__logo {
  width: 100%;
  height: auto;
}
.footer__nav {
  display: grid;
}
.footer__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__nav-item {
  margin: 0;
}
.footer__nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #242426;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__external-icon {
  flex-shrink: 0;
  color: #bdbdbd;
}
.footer__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer__legal-link,
.footer__copyright {
  color: #8d8d8d;
  font-weight: 500;
}
.footer__legal-link {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.footer__copyright {
  font-family: Figtree, "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.footer__shapes {
  position: absolute;
  pointer-events: none;
}
.footer__shape {
  position: absolute;
  overflow: hidden;
  border-radius: 999px;
}
.footer__shape--yellow {
  overflow: hidden;
}

/* =============================================
     PC Layout
     ============================================= */

@media (width >= 768px) {
  .footer {
    padding: 0;
  }
  .footer__inner {
    display: grid;
    position: relative;
    align-items: flex-start;
    row-gap: 6.27vw;
    grid-template-areas:
      "brand nav"
      ". bottom";
    grid-template-columns: 1fr 27.49vw;
    min-height: 21.53vw;
    padding: 5.33vw 5.33vw 4vw;
    background-color: #f6f7f9;
  }
  .footer__brand {
    position: relative;
    z-index: 3;
    grid-area: brand;
  }
  .footer__logo {
    width: 21.19vw;
    height: auto;
  }
  .footer__nav {
    display: grid;
    position: relative;
    z-index: 3;
    justify-content: flex-start;
    column-gap: 2.07vw;
    grid-area: nav;
    grid-template-columns: 12.71vw 12.71vw;
    width: 27.49vw;
    margin-left: 0;
    justify-self: end;
  }
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    width: 12.71vw;
  }
  .footer__nav-item {
    border-bottom: 0.07vw solid #dcdcdc;
  }
  .footer__nav-link {
    min-height: 3.53vw;
    padding: 0;
    font-family: Figtree, "Noto Sans JP", sans-serif;
    font-size: 1.07vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02vw;
  }
  .footer__nav-link--external {
    font-family: Figtree, "Noto Sans JP", sans-serif;
    font-size: 1vw;
    font-weight: 600;
    letter-spacing: 0.03vw;
  }
  .footer__external-icon {
    width: 0.87vw;
    height: 0.87vw;
  }
  .footer__bottom {
    position: relative;
    z-index: 3;
    grid-area: bottom;
    width: max-content;
    min-height: 1.87vw;
    margin-top: 0;
    margin-left: 0;
    column-gap: 2.13vw;
    row-gap: 0.8vw;
    justify-self: end;
  }
  .footer__legal-link {
    font-size: 0.93vw;
    line-height: 1.7;
    letter-spacing: 0.05vw;
  }
  .footer__privacy {
    flex-shrink: 0;
  }
  .footer__copyright {
    font-size: 1.07vw;
    line-height: 1;
    letter-spacing: -0.02vw;
  }
  .footer__shapes {
    z-index: 1;
    bottom: 0;
    left: -2.07vw;
    width: 55.73vw;
    height: 24.87vw;
  }
  .footer__shape--orange {
    bottom: -4.4vw;
    left: 0;
    width: 24vw;
    height: 11.1vw;
    background-color: #f16805;
    transform: rotate(-45deg);
    transform-origin: center center;
  }
  .footer__shape--blue {
    bottom: -12.13vw;
    left: 25vw;
    width: 40.33vw;
    height: 11.1vw;
    background-color: #007ee5;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  .footer__shape--cyan {
    bottom: -12.47vw;
    left: 33.67vw;
    width: 22.53vw;
    height: 11.1vw;
    background-color: #1db1c5;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  .footer__shape--yellow {
    bottom: 8.73vw;
    left: 44.87vw;
    width: 10.1vw;
    height: 10.1vw;
    background-color: #f2d33d;
    border: 0.67vw solid #f6f7f9;
    border-radius: 50%;
  }
  .footer__shape--yellow::before {
    inset: calc(var(--footer-yellow-ring) * -1);
  }
}

/* =============================================
     SP Layout
     ============================================= */

@media (width <= 767px) {
  .footer {
    padding: 0;
  }
  .footer__inner {
    min-height: 166.67vw;
    padding: 12.8vw 5.33vw 0;
    background-color: #f6f7f9;
  }
  .footer__brand {
    position: relative;
    z-index: 3;
    margin-bottom: 12.8vw;
    text-align: center;
  }
  .footer__logo {
    width: 65.6vw;
    margin: 0 auto;
  }
  .footer__nav {
    position: relative;
    z-index: 3;
    column-gap: 4.27vw;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 8vw;
  }
  .footer__nav-list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .footer__nav-item {
    border-bottom: 0.27vw solid #dcdcdc;
  }
  .footer__nav-link {
    align-items: center;
    min-height: 14.13vw;
    padding: 0;
    font-family: Figtree, "Noto Sans JP", sans-serif;
    font-size: 3.73vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.09vw;
  }
  .footer__nav-link--external {
    font-size: 3.73vw;
    letter-spacing: 0;
  }
  .footer__external-icon {
    width: 3.47vw;
    height: 3.47vw;
  }
  .footer__bottom {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.2vw;
    margin-bottom: 14.4vw;
    text-align: center;
  }
  .footer__legal-link {
    font-size: 2.67vw;
    line-height: 1.7;
    letter-spacing: 0.17vw;
  }
  .footer__copyright {
    font-size: 2.67vw;
    line-height: 1;
    letter-spacing: -0.07vw;
  }
  .footer__shapes {
    z-index: 1;
    right: -4vw;
    bottom: 0;
    width: 88vw;
    height: 61.6vw;
  }
  .footer__shape--orange {
    bottom: -52.67vw;
    left: -35vw;
    width: 24.67vw;
    height: 109.67vw;
    background-color: #f16805;
    border-radius: 999px;
    transform: rotate(45deg);
  }
  .footer__shape--blue {
    bottom: -13.87vw;
    left: -2.93vw;
    width: 25.67vw;
    height: 108.6vw;
    background-color: #007ee5;
    border-radius: 999px;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  .footer__shape--cyan {
    bottom: -15.47vw;
    left: 21.2vw;
    width: 24.67vw;
    height: 51.8vw;
    background-color: #1db1c5;
    border-radius: 999px;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  .footer__shape--yellow {
    right: -0.67vw;
    bottom: 15.2vw;
    width: 24.67vw;
    height: 24.67vw;
    background-color: #f2d33d;
    border: 2.13vw solid #f6f7f9;
    border-radius: 50%;
  }
}

/* =============================================
   Large Screen Inner Width
   ============================================= */

@media (width >= 1501px) {
  .service__inner,
  .member__inner,
  .company__inner,
  .partner__inner,
  .footer__inner {
    box-sizing: border-box;
    width: 1500px;
    max-width: 100%;
    margin-inline: auto;
  }

  .service__inner {
    padding: 100px 28px;
  }
  .service__header {
    max-width: 1444px;
    margin-bottom: 50px;
  }
  .service .section-header__eyebrow {
    gap: 7px;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .service .section-header__dot {
    width: 6px;
    height: 6px;
  }
  .service .section-header__title {
    font-size: 80px;
    letter-spacing: -1.65px;
  }
  .service__list {
    height: 632px;
    gap: 0;
    overflow: visible;
    border-radius: 20px;
  }
  .service-card {
    min-height: 632px;
    padding: 50px 0;
    border-radius: 20px;
  }
  .service-card__content {
    gap: 50px;
    max-width: 1384px;
    padding: 0 40px 0 60px;
  }
  .service-card__body {
    gap: 30px;
  }
  .service-card__heading {
    gap: 6px;
  }
  .service-card__meta {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-card__title-row {
    gap: 12px;
  }
  .service-card__title {
    font-size: 64px;
    line-height: 1.6;
    letter-spacing: 1.28px;
  }
  .service-card__subtitle {
    padding-bottom: 16px;
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  .service-card__lead {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.36px;
  }
  .service-card__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.7px;
  }
  .service-card__button {
    gap: 20px;
    padding: 14px 24px;
    border-width: 2px;
    border-radius: 8px;
  }
  .service-card__button-text {
    font-size: 16px;
  }
  .service-card__button-dot {
    width: 6px;
    height: 6px;
  }
  .service-card__image {
    width: 675px;
    border-radius: 8px;
  }

  .member__inner {
    gap: 181px;
    padding: 100px 80px;
  }
  .member__header {
    width: 309px;
  }
  .member__shapes {
    width: 1470px;
    height: 478px;
    inset: 338px auto auto -1077px;
  }
  .member__shape--orange {
    top: 50px;
    left: 355px;
    width: 1145px;
    height: 193px;
  }
  .member__shape--blue {
    top: 189px;
    left: 355px;
    width: 1145px;
    height: 193px;
  }
  .member__shape--cyan {
    top: 291px;
    left: 120px;
    width: 1145px;
    height: 192px;
  }
  .member__shape--yellow {
    top: 298px;
    left: 1300px;
    width: 192px;
    height: 192px;
    border-width: 16px;
  }
  .member__list {
    gap: 40px;
    width: 850px;
  }
  .member-card {
    gap: 60px;
  }
  .member-card__image-wrap {
    width: 188px;
    height: 225px;
    border-radius: 4px;
  }
  .member-card__body {
    gap: 20px;
    width: 602px;
  }
  .member-card__heading {
    gap: 12px;
  }
  .member-card__name {
    font-size: 26px;
    letter-spacing: 0.45px;
  }
  .member-card__role {
    padding-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  .member-card__bio {
    font-size: 13px;
    letter-spacing: 0.6px;
  }

  .company__inner {
    padding: 100px 80px;
  }
  .company__header {
    margin-bottom: 80px;
  }
  .company__content {
    min-height: 701px;
  }
  .company__table {
    width: 768px;
  }
  .company__row {
    gap: 15px;
    grid-template-columns: 182px 1fr;
    padding-bottom: 0;
  }
  .company__row + .company__row {
    margin-top: 45px;
  }
  .company__label {
    width: 182px;
    padding-bottom: 45px;
    font-size: 18px;
  }
  .company__value,
  .company__value--address {
    max-width: 571px;
    padding-bottom: 45px;
    font-size: 18px;
  }
  .company__visual {
    right: -180px;
    width: 800px;
    height: 800px;
  }
  .company__visual-photo {
    width: 590px;
    height: 590px;
  }
  .company__visual-dot--purple {
    top: 114px;
    left: 161px;
    width: 91px;
    height: 91px;
  }
  .company__visual-dot--green {
    bottom: 12px;
    left: 203px;
    width: 45px;
    height: 45px;
  }
  .company__visual-dot--pink {
    top: 10px;
    left: 13px;
    width: 30px;
    height: 30px;
  }
  .company__visual-dot--yellow {
    bottom: 107px;
    width: 30px;
    height: 30px;
  }

  .partner__inner {
    padding: 6.67vw 5.33vw;
  }
  .partner__content {
    gap: 2.33vw;
  }
  .partner__title {
    font-size: 2vw;
  }
  .partner__divider {
    height: 4.13vw;
  }
  .partner__logo {
    width: 19.13vw;
  }

  .footer__inner {
    row-gap: 94px;
    grid-template-columns: 1fr 412px;
    min-height: 323px;
    padding: 80px 80px 60px;
  }
  .footer__logo {
    width: 318px;
  }
  .footer__nav {
    column-gap: 31px;
    grid-template-columns: 191px 191px;
    width: 412px;
  }
  .footer__nav-list {
    width: 191px;
  }
  .footer__nav-item {
    border-bottom-width: 1px;
  }
  .footer__nav-link {
    min-height: 53px;
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  .footer__nav-link--external {
    font-size: 15px;
    letter-spacing: 0.45px;
  }
  .footer__external-icon {
    width: 13px;
    height: 13px;
  }
  .footer__bottom {
    width: max-content;
    min-height: 28px;
    column-gap: 32px;
    row-gap: 12px;
  }
  .footer__legal-link {
    font-size: 14px;
    letter-spacing: 0.75px;
  }
  .footer__privacy {
    flex-shrink: 0;
  }
  .footer__copyright {
    font-size: 16px;
    letter-spacing: -0.3px;
  }
  .footer__shapes {
    left: -31px;
    width: 836px;
    height: 373px;
  }
  .footer__shape--orange {
    bottom: -66px;
    width: 360px;
    height: 167px;
  }
  .footer__shape--blue {
    bottom: -182px;
    left: 375px;
    width: 605px;
    height: 167px;
  }
  .footer__shape--cyan {
    bottom: -187px;
    left: 505px;
    width: 338px;
    height: 167px;
  }
  .footer__shape--yellow {
    bottom: 131px;
    left: 673px;
    width: 152px;
    height: 152px;
    border-width: 10px;
  }
}

/* =============================================
   Contact Header
   ============================================= */

.contact-header {
  background-color: #fff;
}
.contact-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact-header__tagline {
  color: #b3b3b3;
  font-family: Figtree, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  text-align: right;
}

@media (width >= 768px) {
  .contact-header__inner {
    padding: 1.67vw 2.67vw 0;
  }
  .contact-header__tagline {
    font-size: 0.73vw;
  }
}

@media (width <= 767px) {
  .contact-header__inner {
    padding: 4.2vw 5.33vw 0;
  }
  .contact-header .hero__logo-card {
    width: 100%;
  }
}

/* =============================================
   Contact Section
   ============================================= */

.contact {
  background-color: #fff;
}
.contact__inner {
  width: 100%;
  margin: 0 auto;
}
.contact__header {
  margin-bottom: 1.33vw;
}
.contact__desc {
  margin-top: 3.33vw;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* ── Form ── */

.contact-form__row {
  display: grid;
  align-items: center;
}
.contact-form .wpcf7-form {
  position: relative;
}
.contact-form .screen-reader-response {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form__field {
  min-width: 0;
}
.contact-form__chips {
  display: block;
  width: 100%;
}
.contact-form
  .wpcf7-form-control-wrap[data-name="category"]
  .wpcf7-form-control {
  display: grid;
  width: 100%;
  margin: 0;
  justify-content: start;
  align-items: start;
  grid-template-columns: repeat(2, max-content);
  gap: 1.2vw 1.6vw;
}
.contact-form .wpcf7-form-control.contact-form__chip-input {
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
}
.contact-form .wpcf7-form-control.contact-form__chip-input::before,
.contact-form .wpcf7-form-control.contact-form__chip-input::after {
  content: none;
}
.contact-form .wpcf7-list-item {
  display: block;
  margin: 0;
  min-width: 0;
}
.contact-form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.6vw;
  width: 100%;
}
.contact-form .wpcf7-list-item input[type="radio"] {
  position: relative;
  flex: 0 0 auto;
  width: 1.47vw;
  height: 1.47vw;
  margin: 0;
  border: 0.13vw solid #8f8f8f;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}
.contact-form .wpcf7-list-item input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background: #0b50ae;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.contact-form .wpcf7-list-item input[type="radio"]:checked {
  border-color: #0b50ae;
}
.contact-form .wpcf7-list-item input[type="radio"]:checked::before {
  opacity: 1;
}
.contact-form
  .wpcf7-list-item
  input[type="radio"].contact-form__chip-input::after {
  content: none;
}
.contact-form .wpcf7-list-item-label {
  display: block;
  min-width: 0;
  line-height: 1;
}
.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.53vw;
  color: #d92c2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.93vw;
  line-height: 1.6;
}
.contact-form .wpcf7-response-output {
  margin: 2vw auto 0;
  border: none;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1vw;
  line-height: 1.7;
  text-align: center;
}
.contact-form .wpcf7-spinner {
  display: none;
}
.contact-form__row--textarea {
  align-items: start;
}
.contact-form__label {
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.contact-form__input {
  width: 100%;
  background: #f6f7f9;
  border: none;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  transition: background-color 0.2s;
  outline: none;
}
.contact-form__input:focus {
  background-color: #eef0f3;
}
.contact-form__textarea {
  width: 100%;
  background: #f6f7f9;
  border: none;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  transition: background-color 0.2s;
  outline: none;
  resize: vertical;
}
.contact-form__textarea:focus {
  background-color: #eef0f3;
}
.contact-form__actions {
  display: flex;
  justify-content: center;
}
.contact-form__submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: 2px solid #eee;
  color: #242426;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.contact-form__submit:hover {
  background-color: #0a50ad;
  border-color: #0a50ad;
  color: #fff;
}
.contact-form__submit-text {
  display: block;
  flex: 0 0 auto;
  text-align: center;
}
.contact-form__submit-dot {
  display: block;
  flex: 0 0 auto;
  width: 0.4vw;
  min-width: 0.4vw;
  height: 0.4vw;
  min-height: 0.4vw;
  background-color: #0a50ad;
  border-radius: 50%;
}
.contact-form__submit:hover .contact-form__submit-dot {
  background-color: #fff;
}

/* ── PC ── */
@media (width >= 768px) {
  .contact__inner {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 53.33vw;
    padding: 13.87vw 5.33vw 6.67vw;
  }
  .contact-form::after {
    content: "";
    position: absolute;
    top: 0;
    left: -5.33vw;
    width: 1px;
    height: 100%;
    background: #e5e5e5;
  }
  .contact__header {
    grid-row: 1;
    grid-column: 1;
    width: 22.6vw;
    margin-bottom: 1vw;
  }
  .contact__desc {
    align-self: start;
    grid-row: 2;
    grid-column: 1;
    font-size: 1.07vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .contact-form {
    position: relative;
    grid-row: 1 / -1;
    grid-column: 2;
  }
  .contact-form .wpcf7-not-valid-tip {
    margin-top: 0.53vw;
    font-size: 0.93vw;
  }
  .contact-form .wpcf7-response-output {
    margin-top: 2vw;
    font-size: 1vw;
  }
  .contact-form
    .wpcf7-form-control-wrap[data-name="category"]
    .wpcf7-form-control {
    width: 23.87vw;
    grid-template-columns: 10.2vw 11.07vw;
    column-gap: 2.6vw;
    row-gap: 1.2vw;
  }
  .contact-form .wpcf7-list-item input[type="radio"] {
    width: 1.2vw;
    height: 1.2vw;
    border-width: 0.13vw;
  }
  .contact-form .wpcf7-list-item input[type="radio"]::before {
    width: 0.73vw;
    height: 0.73vw;
  }
  .contact-form .wpcf7-list-item-label {
    font-size: 1.07vw;
    font-weight: 500;
    letter-spacing: 0.053vw;
    line-height: 1;
    white-space: nowrap;
  }
  .contact-form__row:first-of-type {
    align-items: flex-start;
  }
  .contact .section-header__eyebrow {
    gap: 0.47vw;
    margin-bottom: 1vw;
    font-size: 1vw;
  }
  .contact .section-header__dot {
    width: 0.4vw;
    height: 0.4vw;
  }
  .contact .section-header__title {
    font-size: 5.33vw;
    letter-spacing: -0.02em;
  }
  .contact-form__row {
    gap: 0.8vw;
    grid-template-columns: 12.13vw 1fr;
    padding: 1vw 0;
  }
  .contact-form__label {
    font-size: 1.07vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .contact-form__input {
    box-sizing: border-box;
    height: 3.33vw;
    padding: 1vw 1.07vw;
    border-radius: 0.27vw;
    font-size: 1.07vw;
  }
  .contact-form__textarea {
    min-height: 13.33vw;
    padding: 1vw 1.07vw;
    border-radius: 0.27vw;
    font-size: 1.07vw;
  }
  .contact-form__actions {
    margin-top: 3.33vw;
  }
  .contact-form__submit {
    gap: 1.33vw;
    width: 17vw;
    padding: 1.27vw 1.67vw;
    border-radius: 0.67vw;
    font-size: 1.2vw;
  }
  .contact-form__submit-text {
    width: 11.67vw;
  }
  .contact-form__submit-dot {
    width: 0.4vw;
    min-width: 0.4vw;
    height: 0.4vw;
    min-height: 0.4vw;
  }
  .contact-form__row--textarea .contact-form__label {
    padding-top: 1vw;
  }
}

/* ── SP ── */
@media (width <= 767px) {
  .contact__inner {
    padding: 43.2vw 5.33vw 16vw;
  }
  .contact__header {
    margin-bottom: 2.67vw;
  }
  .contact .section-header__eyebrow {
    gap: 1.6vw;
    margin-bottom: 2.13vw;
    font-size: 3.2vw;
  }
  .contact .section-header__dot {
    width: 1.33vw;
    height: 1.33vw;
  }
  .contact .section-header__title {
    font-size: 9.07vw;
    letter-spacing: -0.02em;
  }
  .contact__desc {
    padding-bottom: 10.7vw;
    margin-top: 3.47vw;
    margin-bottom: 10.7vw;
    border-bottom: 1px solid #e5e5e5;
    font-size: 3.47vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .contact-form .wpcf7-not-valid-tip {
    margin-top: 1.6vw;
    font-size: 3.2vw;
  }
  .contact-form .wpcf7-response-output {
    margin-top: 5.33vw;
    font-size: 3.47vw;
  }
  .contact-form
    .wpcf7-form-control-wrap[data-name="category"]
    .wpcf7-form-control {
    width: 89.33vw;
    grid-template-columns: 40.8vw 44.27vw;
    column-gap: 3.2vw;
    row-gap: 5.33vw;
  }
  .contact-form .wpcf7-list-item input[type="radio"] {
    width: 4vw;
    height: 4vw;
    border-width: 0.27vw;
  }
  .contact-form .wpcf7-list-item input[type="radio"]::before {
    width: 2.4vw;
    height: 2.4vw;
  }
  .contact-form .wpcf7-list-item-label {
    font-size: 3.73vw;
    font-weight: 500;
    letter-spacing: 0.187vw;
    line-height: 1;
    white-space: nowrap;
  }
  .contact-form .wpcf7-list-item label {
    gap: 2.4vw;
  }
  .contact-form__row:first-of-type {
    align-items: flex-start;
  }
  .contact-form__row {
    gap: 2.13vw;
    grid-template-columns: 1fr;
    padding: 5.33vw 0;
  }
  .contact-form__label {
    font-size: 3.73vw;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .contact-form__input {
    box-sizing: border-box;
    height: 13.87vw;
    padding: 2.67vw 3.2vw;
    border-radius: 1.07vw;
    font-size: 3.73vw;
  }
  .contact-form__textarea {
    min-height: 32vw;
    padding: 2.67vw 3.2vw;
    border-radius: 1.07vw;
    font-size: 3.73vw;
  }
  .contact-form__actions {
    margin-top: 8vw;
  }
  .contact-form__submit {
    gap: 2.4vw;
    width: 44.5vw;
    padding: 3.73vw 5.33vw;
    border-radius: 2.13vw;
    font-size: 4.27vw;
  }
  .contact-form__submit-text {
    width: 29.6vw;
  }
  .contact-form__submit-dot {
    width: 1.33vw;
    min-width: 1.33vw;
    height: 1.33vw;
    min-height: 1.33vw;
  }
}
