.union .roots-intro {
  width: fit-content;
  margin: auto;
}

.union .roots-intro .roots-intro__jp {
  text-align: right;
}

.union-message {
  position: relative;
  overflow: hidden;
  padding: clamp(60px, 15vw, 300px) clamp(20px, 10.42vw, 200px);
}
.union-message__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.union-message__inner {
  position: relative;
  z-index: 1;
  max-width: 588px;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.6vw, 50px);
  color: #ffffff;
}
.union-message__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.5625vw, 1.875rem);
  letter-spacing: 0.128em;
  line-height: 1.5;
}
.union-message__body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: -0.022em;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}
.union-message__body > p + p {
  margin-top: 1.6em;
}

.union-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(16px, 1.56vw, 30px);
  padding: clamp(6px, 0.52vw, 10px) clamp(20px, 2vw, 40px);
  background: #ffffff;
  color: #029b79;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  letter-spacing: 0.128em;
  line-height: 1.5;
  width: 100%;
}
.union-badge--green {
  background: #029b79;
  color: #ffffff;
}

.union-badge[data-anim=band-reveal] {
  background: transparent;
  text-align: center;
}

html.kp-anim-ready .union-badge[data-anim=band-reveal]::before {
  background: #ffffff;
}

html.kp-anim-ready .union-badge--green[data-anim=band-reveal]::before {
  background: #029b79;
}

.union-table {
  margin: 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: clamp(12px, 1.56vw, 30px);
  row-gap: 0;
}
.union-table__row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  gap: clamp(12px, 1.56vw, 30px);
  padding: clamp(16px, 1.56vw, 30px) 0 clamp(12px, 1.04vw, 20px);
}
@media screen and (max-width: 1024px) {
  .union-table__row {
    display: flex;
    flex-direction: column;
  }
}
.union-table__line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.union-table__label {
  flex: 0 0 clamp(80px, 10.42vw, 200px);
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  letter-spacing: 0.128em;
  line-height: 1.6;
}
.union-table__value {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 0.94vw, 1.125rem);
  letter-spacing: 0.128em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .union-table__row {
    flex-direction: column;
    gap: clamp(2px, 1vw, 6px);
  }
  .union-table__label {
    flex: none;
  }
}

.union-map {
  display: block;
  margin-top: clamp(10px, 1vw, 16px);
  aspect-ratio: 16/6;
  background: #d3d3d3;
}
.union-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.union-info {
  background: #029b79;
  padding: clamp(40px, 5.21vw, 100px) clamp(20px, 5vw, 80px);
  color: #ffffff;
}
.union-info__inner {
  display: flex;
  gap: clamp(30px, 3.8vw, 73px);
  align-items: stretch;
  max-width: 1520px;
  margin-inline: auto;
}
.union-info__main {
  flex: 1 1 0;
  min-width: 0;
}
.union-info__img {
  max-width: 723px;
  width: 50%;
  overflow: hidden;
}
.union-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.union-info .union-table__line {
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .union-info__inner {
    flex-direction: column;
  }
  .union-info__img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 352/252;
    order: -1;
  }
}

.union-history {
  background: #ffffff;
  padding: clamp(40px, 5.21vw, 100px) clamp(20px, 5vw, 80px);
  color: #029b79;
}
.union-history__inner {
  display: flex;
  gap: clamp(30px, 3.8vw, 73px);
  align-items: flex-start;
  max-width: 1520px;
  margin-inline: auto;
}
.union-history__img {
  max-width: 724px;
  width: 55%;
  overflow: hidden;
}
.union-history__img img {
  width: 100%;
  height: auto;
  display: block;
}
.union-history__main {
  flex: 1 1 0;
  min-width: 0;
}
.union-history .union-table__line {
  background: #029b79;
}
@media screen and (max-width: 1024px) {
  .union-history__main {
    width: 100%;
  }
  .union-history__inner {
    flex-direction: column;
  }
  .union-history__img {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 352/252;
    margin-inline: auto;
  }
}
