main section:not(.mv) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section:not(.mv) .inner {
  display: flex;
  width: 90%;
}
main section:not(.mv) .inner hgroup {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section:not(.mv) .inner hgroup {
    gap: 8px 0;
  }
}
main section:not(.mv) .inner hgroup p {
  line-height: 1;
  color: var(--bc-gray);
}
main section:not(.mv) .inner hgroup h2 {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main section:not(.mv) .inner hgroup h2 {
    line-height: 1.4;
  }
}
main section:not(.mv) .inner .txt p {
  text-align: justify;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  main section:not(.mv) .inner .txt p {
    line-height: 1.8;
  }
}
main section:not(.mv).initiative01, main section:not(.mv).initiative02 {
  position: relative;
}
main section:not(.mv).initiative01::before, main section:not(.mv).initiative02::before {
  content: "";
  max-width: 600px;
  width: 100%;
  aspect-ratio: 60/11;
  background-color: #f5f5f5;
  -webkit-mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern02.svg);
          mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/pattern02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 120px;
}
@media screen and (min-width: 769px) {
  main section:not(.mv).initiative01::before, main section:not(.mv).initiative02::before {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative01::before, main section:not(.mv).initiative02::before {
    width: 60%;
    top: 80px;
    right: 0;
  }
}
main section:not(.mv).initiative01 .inner, main section:not(.mv).initiative02 .inner {
  gap: 24px 5%;
  justify-content: space-between;
  max-width: 1200px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative01 .inner, main section:not(.mv).initiative02 .inner {
    flex-direction: column;
    margin-bottom: 38px;
  }
}
main section:not(.mv).initiative01 .inner hgroup h2, main section:not(.mv).initiative02 .inner hgroup h2 {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative01 .inner hgroup h2, main section:not(.mv).initiative02 .inner hgroup h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  main section:not(.mv).initiative01 .inner .txt, main section:not(.mv).initiative02 .inner .txt {
    max-width: 550px;
    width: 50%;
  }
}
main section:not(.mv).initiative01 {
  margin: 160px 0 200px;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative01 {
    margin: 54px 0 92px;
  }
}
main section:not(.mv).initiative01 .imgWrap {
  width: 100%;
  height: clamp(280px, 35vw, 520px);
}
main section:not(.mv).initiative01 .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section:not(.mv).initiative02 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative02 {
    margin-bottom: 56px;
  }
}
main section:not(.mv).initiative02 .slider {
  max-width: calc(100% - (100% - 1200px) / 2);
  width: 95%;
  margin: 0 0 0 auto;
}
main section:not(.mv).initiative02 .slider ul {
  display: flex;
  gap: 0 10px;
}
main section:not(.mv).initiative02 .slider ul li {
  width: calc((100% - 30px) / 4);
}
main section:not(.mv).initiative03 {
  padding: 150px 0;
  background: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/initiative/img/initiative03_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative03 {
    padding: 54px 0 68px;
  }
}
main section:not(.mv).initiative03 .inner {
  flex-direction: column;
  gap: 70px 0;
  max-width: 640px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative03 .inner {
    gap: 42px 0;
  }
}
main section:not(.mv).initiative03 .inner hgroup {
  align-items: center;
}
main section:not(.mv).initiative03 .inner hgroup h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative03 .inner hgroup h2 {
    font-size: 28px;
  }
}
main section:not(.mv).initiative03 .inner .txt {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  main section:not(.mv).initiative03 .inner .txt {
    gap: 14px 0;
  }
}