.visible_lg {
  display: block !important;
}

.visible_xs {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .visible_lg {
    display: none !important;
  }
  .visible_xs {
    display: block !important;
  }
}
.c-inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 20px;
}
.backBroundcircle-1 {
  border-radius: 50%;
  width: 492px;
  height: 492px;
  background-image: radial-gradient(circle, rgba(115, 192, 251, 0.4) 0%, rgb(255, 255, 255) 70%);
  z-index: -1;
  top: 140px;
  left: 125px;
}

@media screen and (max-width: 769px) {
  .backBroundcircle-1 {
    width: 344px;
    height: 344px;
    top: 260px;
    left: -86px;
  }
}
.backBroundcircle-2 {
  border-radius: 50%;
  width: 886px;
  height: 886px;
  background-image: radial-gradient(circle, rgba(158, 255, 247, 0.3) 0%, rgb(255, 255, 255) 80%);
  z-index: -1;
  top: 535px;
  right: -443px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-2 {
    width: 520px;
    height: 520px;
    top: 700px;
    right: -260px;
  }
}
.backBroundcircle-3 {
  border-radius: 50%;
  width: 886px;
  height: 886px;
  background-image: radial-gradient(circle, rgba(158, 255, 247, 0.3) 0%, rgb(255, 255, 255) 80%);
  z-index: -1;
  top: 1435px;
  left: -443px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-3 {
    width: 520px;
    height: 520px;
    top: 1660px;
    left: -260px;
  }
}
.backBroundcircle-4 {
  border-radius: 50%;
  width: 492px;
  height: 492px;
  background-image: radial-gradient(circle, rgba(115, 192, 251, 0.3) 0%, rgb(255, 255, 255) 70%);
  z-index: -1;
  top: 2435px;
  right: -246px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-4 {
    width: 344px;
    height: 344px;
    top: 3100px;
    right: -186px;
  }
}
.main-visual {
  padding: 35px 50px 45px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .main-visual {
    padding: 0;
  }
}
.main-visual img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .main-visual img {
    border-radius: 0;
  }
}
.main-visual__title {
  margin-top: -80px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  .main-visual__title {
    padding: 20px 20px 35px;
    margin-top: -35px;
  }
}

.system {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .system {
    display: block;
    margin-bottom: 0;
    padding-bottom: 80px;
  }
}
.system .backBroundcircle-1 {
  position: absolute;
  width: 700px;
  height: 700px;
  left: 10px;
  top: 20px;
}
@media (max-width: 768px) {
  .system .backBroundcircle-1 {
    position: absolute;
    width: 450px;
    height: 500px;
    left: -200px;
    top: -20px;
  }
}
.system .backBroundcircle-2 {
  position: absolute;
  width: 700px;
  height: 700px;
  right: 10px;
  top: 100px;
}
@media (max-width: 768px) {
  .system .backBroundcircle-2 {
    position: absolute;
    width: 350px;
    height: 500px;
    right: -180px;
    bottom: -180px;
  }
}
.system__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 40px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .system__text {
    text-align: left;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
.system__image {
  width: 830px;
  text-align: center;
}
@media (max-width: 768px) {
  .system__image {
    max-width: 100%;
  }
}

.about {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .about {
    background-color: #f8f9fa;
    margin-bottom: 80px;
  }
}
.about__container {
  text-align: center;
  background-color: #f8f9fa;
  padding: 70px 40px 40px;
  font-size: 28px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about__container {
    padding: 35px 0;
  }
}
.about__container__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about__container__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about__container__content {
  position: relative;
  width: 100%;
}
.about__container__content__circle {
  position: relative;
  max-width: 435px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about__container__content__circle {
    display: block;
    margin-bottom: 20px;
    max-width: 240px;
  }
}
@media (max-width: 768px) {
  .about__container__content__circle__step {
    position: static;
  }
}
.about__container__content__circle__step__item {
  position: absolute;
  width: 290px;
  height: 190px;
  background: #fff;
  padding: 22px;
  border-radius: 8px;
  text-align: left;
}
@media (max-width: 768px) {
  .about__container__content__circle__step__item {
    position: static;
    margin-bottom: 12px;
    width: 100%;
    padding: 20px;
    height: auto;
  }
}
.about__container__content__circle__step__item:nth-child(1) {
  top: 15px;
  right: 0;
}
.about__container__content__circle__step__item:nth-child(2) {
  bottom: 15px;
  right: 0;
}
.about__container__content__circle__step__item:nth-child(3) {
  bottom: 15px;
  left: 0;
}
.about__container__content__circle__step__item:nth-child(4) {
  top: 15px;
  left: 0;
}
.about__container__content__circle__step__item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .about__container__content__circle__step__item__top {
    margin-bottom: 12px;
  }
}
.about__container__content__circle__step__item__top__number {
  width: 43px;
}
.about__container__content__circle__step__item__top__text p {
  color: #0068b7;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.about__container__content__circle__step__item__bottom {
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .about__container__content__circle__step__item__bottom {
    font-size: 14px;
  }
}

.video {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .video {
    margin-bottom: 0;
  }
}
.video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 755px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .video iframe {
    max-width: 350px;
    border-radius: 6px;
  }
}

.farming {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .farming {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.farming .backBroundcircle-2 {
  position: absolute;
  width: 800px;
  height: 800px;
  right: -220px;
  top: 0;
}
@media (max-width: 768px) {
  .farming .backBroundcircle-2 {
    position: absolute;
    width: 500px;
    height: 500px;
    right: -150px;
    top: -30px;
  }
}
.farming .backBroundcircle-1 {
  position: absolute;
  width: 800px;
  height: 800px;
  left: -100px;
}
@media (max-width: 768px) {
  .farming .backBroundcircle-1 {
    width: 600px;
    height: 600px;
    top: 750px;
    left: -200px;
  }
}
.farming__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  gap: 60px;
}
@media (max-width: 768px) {
  .farming__panel {
    gap: 0;
    margin-bottom: 60px;
  }
}
.farming__panel__media {
  max-width: 545px;
}
.farming__panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 535px;
}
.farming__panel__content__heading {
  line-height: 47px;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .farming__panel__content__heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .farming__panel__content__media {
    margin-bottom: 30px;
  }
}
.farming__panel__content__text {
  line-height: 37px;
}
.farming__panel__content__text:nth-of-type(1) {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .farming__panel__content__text {
    list-height: 30px;
  }
  .farming__panel__content__text:nth-of-type(1) {
    margin-bottom: -1px;
  }
}
@media (max-width: 768px) {
  .farming__features .backBroundcircle-1 {
    display: none;
  }
}
.farming__features__title {
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .farming__features__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.farming__features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .farming__features__content {
    display: block;
  }
}
.farming__features__content__block {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #000;
  width: 356px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .farming__features__content__block {
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
  }
  .farming__features__content__block:nth-child(2) {
    height: 110px;
  }
}
.farming__features__content__block__text {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .farming__features__content__block__text {
    font-size: 18px;
  }
}

.sdgsAqua {
  background-color: #f7f8f9;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sdgsAqua {
    margin-bottom: 0;
  }
}
.sdgsAqua__container {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .sdgsAqua__container {
    padding: 60px 0;
  }
}
.sdgsAqua__container__title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sdgsAqua__container__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.sdgsAqua__container__desc {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .sdgsAqua__container__desc {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.sdgsAqua__container__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .sdgsAqua__container__layout {
    row-gap: 12px;
  }
}
.sdgsAqua__container__layout__box {
  width: 355px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (max-width: 768px) {
  .sdgsAqua__container__layout__box {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .sdgsAqua__container__layout__box__theme {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sdgsAqua__container__layout__box__theme__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sdgsAqua__container__layout__box__theme__image {
    margin-right: 15px;
  }
}
.sdgsAqua__container__layout__box__theme__image img {
  width: 110px;
}
@media (max-width: 768px) {
  .sdgsAqua__container__layout__box__theme__image img {
    width: 75px;
  }
}
.sdgsAqua__container__layout__box__theme__title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .sdgsAqua__container__layout__box__theme__title {
    font-size: 16px;
  }
}
.sdgsAqua__container__layout__box__text {
  line-height: 2;
}

.bottomLink {
  padding-top: 70px;
}
.bottomLink > img {
  margin-bottom: 50px;
  display: block;
}
.bottomLink__itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottomLink__itemContainer__item {
  width: 23.5%;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item {
    width: 47%;
    margin-bottom: 25px;
  }
}
.bottomLink__itemContainer__item a {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item a {
    font-size: 16px;
  }
}
.bottomLink__itemContainer__item__img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item__img {
    border-radius: 6px;
  }
}
.bottomLink__itemContainer__item__text {
  margin-top: 10px;
}