.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: 3.6rem;
}
.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.png);
  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;
}

p {
  font-size: 1.8rem;
  line-height: 1.67;
  color: #707070;
}
@media screen and (max-width: 750px) {
  p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 750px) {
  main {
    position: relative;
    top: -8rem;
    margin-bottom: -8rem;
  }
}

@media screen and (max-width: 750px) {
  .c-breadcrumb {
    background: transparent;
    border: 0;
    color: #fff;
    margin-bottom: 1.2rem;
  }
  .c-breadcrumb .c-breadcrumb__item:first-child a {
    color: #fff;
  }
  .c-breadcrumb a {
    color: #fff;
  }
}

.farm-detail-subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  color: #103D82;
  line-height: 1.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail-subtitle {
    font-size: 2rem;
  }
}

.farm-detail-title {
  font-size: 3.6rem;
  line-height: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .farm-detail-title {
    font-size: 2.4rem;
    line-height: 3.5rem;
    margin-bottom: 2.4rem;
  }
}

.farm-detail {
  font-size: 1.8rem;
  line-height: 1.67;
}

.farm-detail__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__head {
    flex-wrap: wrap-reverse;
    margin-bottom: 0;
  }
}
.farm-detail__head-title {
  margin-bottom: 3rem;
}
.farm-detail__head-catch {
  margin-bottom: 3rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__head-catch {
    font-size: 2rem;
    line-height: 3.5rem;
    margin-bottom: 2.5rem;
  }
  .farm-detail__head-catch br {
    display: none;
  }
}
.farm-detail__head-text {
  line-height: 1.8;
  color: #707070;
}
@media screen and (max-width: 750px) {
  .farm-detail__head-text {
    margin-bottom: 3rem;
  }
}
.farm-detail__head-left {
  flex: 1 0 50.4rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__head-left {
    flex: 0 0 100%;
  }
}
.farm-detail__head-right {
  flex: 0 0 40rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__head-right {
    flex: 0 0 100%;
    margin-bottom: 3rem;
  }
}

.farm-detail__card {
  position: relative;
  top: -23rem;
  margin-bottom: -21rem;
  border-radius: 6px;
  width: 40rem;
  min-height: 43rem;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 750px) {
  .farm-detail__card {
    top: 0;
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}
.farm-detail__card-head {
  position: relative;
  padding: 7.7rem 0 2rem;
  margin: 0 30px;
  border-bottom: #707070 solid 1px;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-head {
    margin: 0 30px;
    padding: 5.5rem 0 1.5rem;
  }
}
.farm-detail__card-foot {
  padding: 2.6rem 3rem 4.6rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-foot {
    padding: 2.5rem 30px 3.5rem;
  }
}
.farm-detail__card-foot-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-foot-items {
    font-size: 1.4rem;
  }
}
.farm-detail__card-foot-item {
  border-radius: 3px;
  border: solid 1px;
  display: inline-block;
  padding: 0.2rem 1.5rem;
  margin: 0 0.5rem 1rem;
}
.farm-detail__card-no {
  position: absolute;
  top: 2.5rem;
  left: -40px;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-no {
    position: absolute;
    top: 1.9rem;
    left: -40px;
    font-size: 1.2rem;
  }
}
.farm-detail__card-title {
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-title {
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
  }
}
.farm-detail__card-ruby {
  font-size: 1.4rem;
  font-weight: bold;
  color: #103D82;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-ruby {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.farm-detail__card-name {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-name {
    font-size: 2.4rem;
    margin-bottom: 0.7rem;
  }
}
.farm-detail__card-text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #707070;
}
.farm-detail__card-table {
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-table {
    font-size: 1.4rem;
    /* display: flex; */
    margin-bottom: 0;
  }
}
.farm-detail__card-table dl {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-table dl {
    flex: 0 0 60%;
  }
}
.farm-detail__card-table dl + dl {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-table dl + dl {
    /* flex: 0 0 40%; */
  }
}
.farm-detail__card-table dt {
  text-align: center;
  background-color: #212121;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 1rem;
  min-width: 10rem;
}
.farm-detail__card-table dl:last-child dt {
  font-size: 1rem;
  line-height: 3.1rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-table dl:last-child dt {
    font-size: 1rem;
    line-height: 2.3rem;
  }
  .farm-detail__card-table dt {
    /* max-width: 5rem; */
    /* padding: 0.25rem 0; */
  }
}
.farm-detail__card-table dd {
  padding-left: 1rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__card-table dd {
  }
}

.farm-detail__links {
  background-color: #103D82;
  padding: 4rem 0 4.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__links {
    padding: 2.4rem 0 1.2rem;
  }
}
.farm-detail__links-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .farm-detail__links-inner {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.farm-detail__links-inner > * {
  flex: 0 0 32.25%;
  max-width: 32.25%;
  border-radius: 6px;
}
@media screen and (max-width: 750px) {
  .farm-detail__links-inner > * {
    flex: 0 0 48.25%;
    max-width: 48.25%;
  }
}
.farm-detail__links-inner > * > img {
  width: 32.9rem;
  height: 19.6rem;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .farm-detail__links-inner > * > img {
    width: 16.6rem;
    height: 9.8rem;
  }
}

.farm-detail__link {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .farm-detail__link {
    margin-bottom: 1.5rem;
  }
}
.farm-detail__link::after {
  border-radius: 6px;
  content: "";
  background-color: rgba(33, 33, 33, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.farm-detail__link .box {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .farm-detail__link .box img {
    width: 1.2rem;
  }
}
.farm-detail__link .t1 {
  font-size: 3rem;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .farm-detail__link .t1 {
    font-size: 1.6rem;
  }
}
.farm-detail__link .t2 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__link .t2 {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
  }
}
.farm-detail__link .triangle {
  width: 2.2rem;
  height: 2.2rem;
  border: solid 1px;
  display: block;
  margin: auto;
}

.farm-detail__interview {
  background-image: url(../../images/farm/farmbg1a.svg);
  padding-top: 9.4rem;
  background-size: 140rem;
  background-position: top 10rem center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview {
    background-image: url("../../images/farm/farmbg1asp.svg");
    background-position: top 9rem center;
    padding-top: 4.2rem;
    background-size: 47.3rem;
  }
}
.farm-detail__interview-head {
  padding-bottom: 13rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-head {
    padding-bottom: 6rem;
  }
}
.farm-detail__interview-head-subtitle {
  margin-bottom: 1.5rem;
}
.farm-detail__interview-head-title {
  margin-bottom: 4rem;
}
.farm-detail__interview-head-text {
  color: #707070;
  margin-bottom: 4rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-head-text {
    max-width: 28rem;
    margin: 0 auto 5rem;
  }
}
.farm-detail__interview-head-video iframe {
  width: 83.4rem;
  height: 44.3rem;
}
.farm-detail__interview-head-video .wp-video {
  width: 83.4rem !important;
  height: 44.3rem !important;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-head-video .wp-video {
    width: 100% !important;
    height: 100% !important;
    padding: 0 1.6rem;
  }
}
.farm-detail__interview-content {
  background-color: #F2F2F2;
  padding: 14.5rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content {
    padding: 7rem 0 6rem;
  }
}
.farm-detail__interview-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 6rem;
  border: solid 150px transparent;
  border-top: 60px #fff solid;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content::before {
    border: solid 70px transparent;
    border-top: 35px #fff solid;
  }
}
.farm-detail__interview-content-item {
  display: flex;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item {
    display: block;
  }
}
.farm-detail__interview-content-item + .farm-detail__interview-content-item {
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item + .farm-detail__interview-content-item {
    margin-top: 4rem;
  }
}
.farm-detail__interview-content-item:nth-child(even) {
  flex-direction: row-reverse;
}
.farm-detail__interview-content-item-body {
  flex: 0 0 60%;
  max-width: 60%;
  background-color: #fff;
  padding: 3.3rem 4rem 5rem 3.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item-body {
    max-width: 100%;
    padding: 3rem 1.5rem 4rem;
  }
}
.farm-detail__interview-content-item-title {
  font-size: 3.2rem;
  line-height: 4.3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item-title {
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 2.6rem;
  }
}
.farm-detail__interview-content-item-question {
  display: flex;
  color: #707070;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item-question {
    margin-bottom: 2.8rem;
  }
}
.farm-detail__interview-content-item-question::before {
  font-family: "Helvetica";
  padding-right: 1.7rem;
  font-size: 3.2rem;
  font-weight: bold;
  color: #212121;
  transform: translate(0, -1rem);
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item-question::before {
    font-size: 2.8rem;
  }
}
.farm-detail__interview-content-item-answer {
  display: flex;
  color: #707070;
}
.farm-detail__interview-content-item-answer::before {
  font-family: "Helvetica";
  transform: translate(0, -1rem);
  padding-right: 1.7rem;
  content: "A.";
  font-size: 3.2rem;
  font-weight: bold;
  color: #FF3300;
}
.farm-detail__interview-content-item-figure {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 750px) {
  .farm-detail__interview-content-item-figure {
    max-width: 100%;
  }
}
.farm-detail__interview-content-item-figure img {
  width: 40rem;
  height: 100%;
  object-fit: cover;
}

.farm-detail__visual img {
  width: 100%;
  height: 52.7rem;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .farm-detail__visual img {
    height: 12.8rem;
  }
}

.farm-detail__machines {
  padding: 10rem 0 0;
  background-image: url(../../images/farm/farmbg2a.svg);
  background-size: 35.6rem;
  background-position: top 50rem right -6rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines {
    padding: 6.2rem 0 0;
    background-image: url("../../images/farm/farmbg2asp.svg");
    background-position: top 13rem right -4rem;
    background-size: 20.4rem;
  }
}
.farm-detail__machines-head {
  text-align: center;
}
.farm-detail__machines-subtitle {
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-subtitle {
    margin-bottom: 2rem;
  }
}
.farm-detail__machines-title {
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-title {
    margin-bottom: 4rem;
  }
}
.farm-detail__machines-content + .farm-detail__machines-content {
  margin-top: 3.5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content + .farm-detail__machines-content {
    margin-top: 6.4rem;
  }
}
.farm-detail__machines-content-head {
  display: flex;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content-head {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column-reverse;
  }
}
.farm-detail__machines-content-figure {
  flex: 0 0 45%;
  max-width: 45%;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content-figure {
    max-width: 100%;
  }
}
.farm-detail__machines-content-figure img {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content-figure img {
    height: 20.8rem;
  }
}
.farm-detail__machines-content-body {
  flex: 0 0 55%;
  max-width: 55%;
  padding-left: 5rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content-body {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 3.3rem;
  }
}
.farm-detail__machines-content-body p {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content-body p {
    font-size: 1.4rem;
  }
}
.farm-detail__machines-content-body-title {
  font-size: 3.2rem;
  line-height: 1;
  color: #103D82;
  font-weight: bold;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__machines-content-body-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.farm-detail__machines-content-item {
  display: flex;
  min-height: 17rem;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
.farm-detail__machines-content-item + .farm-detail__machines-content-item {
  margin-top: 4rem;
}
.farm-detail__machines-content-item-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.farm-detail__machines-content-item-text {
  font-size: 1.6rem;
}
.farm-detail__machines-content-item-left {
  background-color: #103D82;
  text-align: center;
  color: #fff;
  flex: 0 0 15%;
  max-width: 15%;
  font-size: 2.4rem;
  padding-top: 3rem;
}
.farm-detail__machines-content-item-left span {
  line-height: 1;
  font-size: 8rem;
  display: block;
  font-style: italic;
  color: #FFD300;
  font-family: "Noto Sans";
  margin-top: -0.5rem;
}
.farm-detail__machines-content-item-left span::before {
  color: #fff;
  content: "0";
}
.farm-detail__machines-content-item-right {
  align-self: center;
  flex: 0 0 85%;
  max-width: 85%;
  padding-left: 3.6rem;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 750px) {
  .farm-detail__vr-content-box-left + .farm-detail__vr-content-box-right {
    margin-top: 4.2rem;
  }
}

.farm-detail__vr {
  padding-top: 14rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr {
    padding-top: 7.75rem;
  }
}
.farm-detail__vr-head {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-head {
    margin-bottom: 7rem;
  }
}
.farm-detail__vr-content {
  background-image: url("../../images/farm/farm-detail-foot-bg.png");
  height: 50.3rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content {
    height: 100%;
    padding-bottom: 5rem;
  }
}
.farm-detail__vr-content-title {
  text-align: center;
  color: #fff;
  width: 87.7rem;
  height: 7.4rem;
  line-height: 7.4rem;
  background: #103D82;
  margin: auto;
  font-size: 2.8rem;
  font-weight: bold;
  border-radius: 30px;
  transform: translate(0, -50%);
  position: relative;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content-title {
    border-radius: 35px;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 1rem 0;
  }
}
.farm-detail__vr-content-title::after {
  position: absolute;
  content: "";
  border: solid 8px transparent;
  border-top: solid 25px #103D82;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content-title::after {
    border: solid 15px transparent;
    border-top: solid 30px #103D82;
  }
}
.farm-detail__vr-content-text {
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 5rem;
  margin-top: -1rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content-text {
    margin-top: 0.5rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.farm-detail__vr-content-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 14rem 4.6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content-box {
    padding: 5rem 1.5rem 6rem;
    display: block;
  }
}
.farm-detail__vr-content-box a {
  border-radius: 6px;
  color: #fff;
  display: block;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}
.farm-detail__vr-content-box-left {
  width: 35.4rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content-box-left {
    width: 100%;
  }
}
.farm-detail__vr-content-box-left-button {
  background-color: #103D82;
}
.farm-detail__vr-content-box-right {
  width: 32.6rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .farm-detail__vr-content-box-right {
    width: 100%;
  }
}
.farm-detail__vr-content-box-right-button {
  background-color: #FF3300;
}
.farm-detail__vr-title {
  margin-bottom: 5rem;
}
.farm-detail__vr-subtitle {
  margin-bottom: 2.4rem;
}


.farm-detail__machines {
  position: relative;
}
.machines-cta{

}
.machines-cta{
  opacity: 0;
  position: fixed;
  right: -1rem;
  bottom: 10.5rem;
  z-index: 9999;
  margin-left: auto;
  background: #00a6ff;
  padding: 0;
  display: block;
  color: #fff;
  text-align: center;
  transition: .4s;
  border-radius: 100%;
  font-size: 1.8rem;
  text-align: center;
  padding: 4.4rem 0 0;
  width: 15rem;
  height: 15.1rem;
}
.machines-cta.is-fixed {
  opacity: 1;
  transform: translate();
}
@media screen and (max-width: 750px) {
  .machines-cta{
    bottom: auto;
    top: 0;
    width: 100%;
    border-radius: 0;
    left: 0;
    right: auto;
    height: auto;
    padding: 1.5rem 0;
    /* font-size: 1.2rem; */
    margin-bottom: 4rem;
    transform: translate(0 , -100%);
    /* background-color: rgb(16,61,130,.9); */
    background-color: rgb(0,166,255, .8);
  }
  .machines-cta::after{
    content: "";
    border: solid 10px transparent;
    border-right-color: #fff;
    content: "";
    border: solid 9px transparent;
    border-left: #fff solid 9px;
    display: inline-block;
    /* margin: -0.5rem 0 0; */
    transform: translate(1.4rem, 0.3rem);
  }
  .machines-cta.is-fixed {
    opacity: 1;
    transform: none;
  }
  .machines-cta br{
    display: none;
  }
}