.pageMv__text-wrapper {
  margin-top: 2.5rem;
}
.pageMv__texts-lg {
  font-family: var(--familyZenOldMincho);
  font-size: clamp(1.75rem, 1.657rem + 0.38vw, 2rem);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.08rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.bg-gradation-wrapper {
  padding-top: 4.25rem;
}
.contentsColumn__container {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 6.5%;
  position: relative;
  padding-left: 5.56%;
}

section {
  padding-block: 6.25rem;
}
.section__contents {
  display: grid;
  gap: 4rem;
  margin-top: 5rem;
}
.section__text {
  text-align: justify;
  font-size: var(--16);
  line-height: 240%;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .pageMv {
    height: 36.78125rem;
  }
  .pageMv__container {
    margin-top: 3rem;
  }
  .pageMv__title-jp {
    margin-top: 1rem;
  }
  .pageMv__texts {
    padding-top: 0;
    text-align: center;
  }
  .pageMv__text-wrapper {
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: -7rem;
    left: 0;
    padding-right: var(--padding-side);
    padding-left: var(--padding-side);
  }

  section {
    padding-block: 4rem;
  }
  
  .section__contents {
    margin-top: 2.5rem;
    gap: 2.5rem;
  }
  .bg-gradation-wrapper {
    padding-top: 5rem;
    padding-bottom: 8rem;
    margin-top: 7.5rem;
  }
  .section__text {
    line-height: 2.2;
  }
}

/* サイドバー */
.contentsColumn__aside {
  display: block;
  height: fit-content;
  position: sticky;
  top: 140px;
  flex: 0 0 16rem;
  padding-top: 6rem;
}
.aside__link {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--13);
  font-family: var(--familyNotoSans);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.0325rem;
  padding: 0.75rem 1rem;
  position: relative;
  display: block;
}
.aside__link::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.5rem;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.js-scroll-changeColor.is-active {
  color: #fff;
}
.js-scroll-changeColor.is-active::before {
  background-color: rgba(255, 255, 255, 1);
}

/* 右コンテンツ */
.contentsColumn__right {
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .contentsColumn__aside {
    flex: unset;
    width: fit-content;
  }
}

@media screen and (max-width: 767px) {
  .contentsColumn__container {
    display: block;
    padding-left: var(--padding-side);
  }
  .contentsColumn__aside {
    width: 100%;
    position: static;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-block: 2rem;
  }
  .aside__link {
    width: fit-content;
    margin-left: 1rem;
    padding: 0.5rem 1rem;
  }
}

/* ==================== */
/* 数字で見る セクション */
/* ==================== */
.numbers {
  margin-top: 0.75rem;
}

.system__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5rem;
  padding-block: 1.375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.systemCard {
  display: grid;
  place-items: center;
  padding: 2.5rem 1rem 3rem 1rem;
}
.systemCard:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.systemCard__flex {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-top: 1rem;
}
.systemCard__title {
  font-size: var(--16);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08rem;
}
.systemCard:first-of-type .systemCard__title {
  text-align: center;
}
.systemCard__number {
  color: #fff;
  font-size: var(--48);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12rem;
}
.systemCard__unit {
  color: #fff;
  font-size: var(--16);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.04rem;
}
.system__notes {
  font-family: var(--familyNotoSans);
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-size: var(--12);
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.167;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .system {
    margin-top: 0;
    margin-bottom: 5rem;
  }
  .system__contents {
    margin-top: 2.5rem;
  }
  .system__cards {
    grid-template-columns: 1fr 1fr;
    padding-block: 0.875rem;
    margin-top: 2.75rem;
    padding-bottom: 0;
  }
  .systemCard {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
  }
  .systemCard:nth-of-type(1) {
    height: 9.0625rem;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }
  .systemCard:nth-of-type(2) {
    height: 9.0625rem;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    border-right: none;
  }
  .systemCard:nth-of-type(3) {
    height: 9.1875rem;
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 1rem;
  }
  .system__notes {
    margin-top: 1rem;
  }
}

/* ==================== */
/*  環境への取り組み */
/* ==================== */
.environment {
  overflow: hidden;
}
.environment__flex {
  display: flex;
  align-items: flex-start;
  gap: 9.26%;
  margin-top: 1rem;
}
.controlCard__image {
  position: sticky;
  top: 140px;
}
.environment__figure {
  position: sticky;
  top: 10rem;
  flex: 0 1 49.074%;

  img {
    width: 100%;
  }
}
.environment__details {
  flex: 1;
}
.environment__figure-outside {
  animation: rotation 30s linear infinite;
}
.environment__figure-inner {
  position: absolute;
  inset: 0;
  transform: scale(0.75);
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.environment-details__title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.11rem;
}
.environment-details__title:not(:first-of-type) {
  margin-top: 4rem;
}
.environment-details__text {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--familyNotoSans);
  font-size: var(--13);
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.065rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .environment__flex {
    display: block;
  }
  .environment .section__contents {
    gap: 1.5rem;
  }
  .environment__figure {
    position: relative;
    top: auto;
  }
  .environment__figure-inner {
    transform: scale(0.76);
  }
  .environment__details {
    margin-top: 2.5rem;
  }
  .environment-details__title {
    font-size: 1.25rem;
  }
  .environment-details__text {
    margin-top: 1rem;
    line-height: 2.2;
  }
  .environment-details__title:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
/* ==================== */
/*  農家とともに、80年 セクション */
/* ==================== */
.timeline__lists {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.timeline__list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.timeline__year {
  display: block;
  color: #fff;
  text-align: center;
  font-size: var(--18);
  font-weight: 400;
  letter-spacing: 0.045rem;
  line-height: 0.08em;
  height: 1.625rem;
}
.timeline__dotted {
  display: block;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.timeline__dotted::before {
  content: "";
  background-color: #fff;
  width: 0.25rem;
  height: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.timeline__dotted::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 4rem;
  position: absolute;
  top: 1rem;
  left: 48%;
  transform: translateX(50%);
}
.timeline__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--14);
  font-family: var(--familyNotoSans);
  margin-top: 4rem;
  letter-spacing: 0.3em;
  font-feature-settings: 'vert' on;
}
.timeline__text .yoko {
  -ms-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  text-orientation: upright;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}

.farmer__cards {
  display: flex;
  align-items: stretch;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.farmerCard {
  flex: 1;
}
.farmerCard__image {
  width: fit-content;
}
.farmerCard__title {
  font-size: var(--20);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-top: 2rem;
}
.farmerCard__text {
  font-family: var(--familyNotoSans);
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--13);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.4;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .farmer {
    padding-top: 4rem;
  }
  .farmer .section__contents {
    gap: 1rem;
  }
  .timeline__text {
    line-height: 1.15;
    font-size: 0.6875rem;
  }
  .timeline__year {
    font-size: 0.75rem;
    line-height: 120%;
  }
  .farmer__cards {
    flex-direction: column;
    margin-top: 1rem;
  }
  .farmerCard__image img {
    width: 100%;
  }
  .farmerCard__title {
    margin-top: 1.5rem;
  }
  .farmerCard__text {
    margin-top: 0.5rem;
    line-height: 2.2;
  }
}

/* ==================== */
/*  地域とともに */
/* ==================== */
.community__grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1rem;
}
@media screen and (max-width: 1080px) {
  .community .section__contents {
    gap: 1rem;
  }
  .community__grid {
    grid-template-columns: 1fr;
  }
}
/* ==================== */
/*  これからの取り組み セクション */
/* ==================== */
.future {
  padding-bottom: 5rem;
}
.future__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 1rem;
}
.futureDetails__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.1rem;
}
.futureDetails__text {
  font-family: var(--familyNotoSans);
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--13);
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.065rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .future {
    padding-bottom: 0;
  }
  .future .section__contents {
    gap: 1rem;
  }
  .future__flex {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .futureDetails__title {
    font-size: 1.125rem;
  }
  .futureDetails__text {
    line-height: 2.2;
  }
}