.c-hero {
  position: relative;
}
.c-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.c-hero__inner {
  position: relative;
}
.c-hero__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
  color: #fff;
  line-height: 1;
  width: 100%;
}
.c-hero__title-subtext {
  font-size: 2.4rem;
  margin: 0 0 2rem;
  font-family: "Helvetica";
  font-weight: bold;
}
.c-hero__title-text {
  font-size: 4rem;
}
.c-hero__image > img {
  width: 100%;
  height: 46rem;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .c-hero__image > img {
    height: 30rem;
  }
}

.c-breadcrumb {
  margin: auto;
  display: flex;
  align-items: center;
  padding: 2.6rem 0 0;
  margin-bottom: 9.3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb {
    border-top: solid 0.5px #ffffff;
    background: #ffffff;
    color: #949399;
    text-align: left;
    display: block;
    margin: 0 auto 6rem;
    font-size: 12px;
    padding: 16px 18px 0;
  }
}
.c-breadcrumb__item {
  position: relative;
  display: inline;
}
.c-breadcrumb__item a {
  color: #949399;
}
.c-breadcrumb__item:first-child a {
  color: #103D82;
}
.c-breadcrumb__item:after {
  content: "|";
  margin: 0 2rem 0 2rem;
  font-size: 1rem;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  top: -0.15rem;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb__item:after {
    margin: 0 1rem;
  }
}
.c-breadcrumb__item:last-child:after {
  display: none;
  content: "";
}

.tag-list {
  margin: 0 auto 6rem;
}
.tag-list__item {
  display: inline-block;
  color: #212121;
  border-radius: 3px;
  border: 1px solid black;
  padding: 0.6rem 2.1rem;
  font-size: 1.8rem;
}
.tag-list__item + .tag-list__item {
  margin: 0 0 0 1.2rem;
}
.tag-list__item--current {
  color: #fff;
  background: #212121;
}

.articles__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem 6.4rem -2rem;
}
@media screen and (max-width: 750px) {
  .articles__list {
    display: block;
  }
}
.articles__item {
  flex: 0 0 50%;
  padding: 0 2rem;
  margin: 0 0 7rem;
  position: relative;
}
.articles__item:nth-of-type(1):before {
  content: "";
  position: absolute;
  width: 40vw;
  height: 34vw;
  z-index: -1;
  right: -59vw;
  top: -12rem;
  background-image: url(../../images/farm/cloud1.svg);
  background-size: 100%;
  background-position: 0rem top;
  background-repeat: no-repeat;
}
.articles__item:nth-of-type(3):before {
  content: "";
  position: absolute;
  width: 58vw;
  height: 55vw;
  z-index: -1;
  left: -33vw;
  top: -1.2vw;
  background-image: url(../../images/farm/cloud2.svg);
  background-size: 100%;
  background-position: 0rem top;
  background-repeat: no-repeat;
}
.articles__item:nth-of-type(5):before {
  content: "";
  position: absolute;
  width: 22vw;
  height: 22vw;
  z-index: -1;
  right: -53vw;
  bottom: -10vw;
  background-image: url(../../images/farm/cloud3.svg);
  background-size: 100%;
  background-position: 0rem top;
  background-repeat: no-repeat;
}
.articles__item:nth-of-type(7):before {
  content: "";
  position: absolute;
  width: 33vw;
  height: 27vw;
  z-index: -1;
  left: -22vw;
  bottom: -57%;
  background-image: url(../../images/farm/cloud4.svg);
  background-size: 100%;
  background-position: 0rem top;
  background-repeat: no-repeat;
}
.articles__pagenavi {
  padding: 0 0 15rem;
}

.c-articles-pagenavi {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-articles-pagenavi__item {
  font-size: 3.2rem;
  font-family: "Helvetica";
  color: #103D82;
  width: 6rem;
  border: 1px solid #103D82;
  font-size: 3.2rem;
  font-family: Helvetica;
}
.c-articles-pagenavi__item a, .c-articles-pagenavi__item span {
  display: block;
  padding: 0.7rem 0;
}
.c-articles-pagenavi__item + .c-articles-pagenavi__item {
  margin: 0 0 0 3rem;
}
.c-articles-pagenavi__item--current {
  background: #212121;
  color: #fff;
}

.navi {
  display: flex;
}
.navi__item {
  flex: 0 0 50%;
  text-align: center;
}

main {
  overflow: hidden;
  position: relative;
}
.farms-catch {
  text-align: center;
  color: #707070;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 4.7rem;
}
@media screen and (max-width: 750px) {
  .farms-catch {
    padding: 0 2rem;
  }
}
