@media screen and (max-width: 768px) {
}
.l-business-list {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-business-list {
    margin-bottom: 30px;
  }
}
.l-message {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-message {
    margin-bottom: 60px;
  }
}
.l-works {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-works {
    margin-bottom: 70px;
  }
}
.l-agritech {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .l-agritech {
    margin-bottom: 70px;
  }
}
.business-list__title {
  text-align: center;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'light';
  font-weight: 300;
  padding-bottom: 40px;
  letter-spacing: 0.1em;
  color: #009d80;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .business-list__title {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.business-list__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.2;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .business-list__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .business-list__text {
    padding-bottom: 20px;
  }
}
.business-list__button {
  text-align: center;
}
.message {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .message {
    display: block;
  }
}
.message__figure {
  width: 50%;
  max-height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message__figure {
    width: 100%;
  }
}
.message__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.message__inner {
  width: 50%;
  max-width: 600px;
  margin-left: 6.076134699853587%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .message__inner {
    width: 100%;
    margin: 0;
  }
}
.message__title {
  position: relative;
  padding-left: 112px;
  color: #009d80;
  font-family: 'Poppins', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .message__title {
    padding-left: 62px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
}
.message__title::before,
.message__title::after {
  content: '';
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message__title::before {
  width: 100px;
  background-color: #009d80;
}
@media screen and (max-width: 768px) {
  .message__title::before {
    width: 50px;
  }
}
.message__title::after {
  width: 20px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .message__title::after {
    content: none;
  }
}
.message__detail {
  padding-left: 112px;
}
@media screen and (max-width: 768px) {
  .message__detail {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
.message__copy {
  font-size: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'light';
  font-weight: 300;
  color: #009d80;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .message__copy {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}
.message__name {
  font-size: 'm';
  font-size: 1.6rem;
  color: #009d80;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .message__name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .message__name {
    padding-bottom: 25px;
  }
}
.message__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .message__text {
    line-height: 2;
  }
}
.works__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .works__list {
    margin-top: 0;
    display: block;
  }
}
.works__item {
  width: calc(calc(100% - 1px) / 2);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .works__item {
    width: 49.95%;
  }
}
@media screen and (max-width: 768px) {
  .works__item {
    width: 100%;
  }
  .works__item:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.works__item:nth-of-type(n+3) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .works__item:nth-of-type(n+3) {
    margin-top: 25px;
  }
}
.works__figure {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works__figure {
    height: auto;
  }
}
.works__figure--bg {
  position: relative;
}
.works__figure--bg::after {
  content: "";
  background: url("../images/business/consulting/works03_2.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 250px;
  height: 190px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1120px) {
  .works__figure--bg::after {
    width: 36.603221083455345%;
    height: 0px;
    padding-bottom: 27.81844802342606%;
    top: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .works__figure--bg {
    background: #d0e6f2;
  }
  .works__figure--bg2 {
    background: #daeff8;
  }
  .works__figure--bg3 {
    background: #fff;
  }
}
.works__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1366px) {
  .works__image--bg {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .works__image--bg2 {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
  }
  .works__image--bg3 {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 1120px) {
  .works__image--bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right -40px top 50%;
    object-position: right -40px top 50%;
  }
  .works__image--bg2 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right -30px top 50%;
    object-position: right -30px top 50%;
  }
}
.works__figure--bg2 {
  position: relative;
}
.works__figure--bg2::after {
  content: "";
  background: url("../images/business/consulting/works04_2.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
  width: 250px;
  height: 190px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 1120px) {
  .works__figure--bg2::after {
    width: 36.603221083455345%;
    height: 0px;
    padding-bottom: 27.81844802342606%;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .works__figure--bg2::after {
    background: url("../images/business/consulting/works04_2.jpg") 50% 50% no-repeat;
    background-size: 166.66666666666669% auto;
    background-position: right 0px top 50%;
    width: 21.96193265007321%;
    height: 0px;
    padding-bottom: 27.81844802342606%;
  }
}
@media screen and (max-width: 768px) {
  .works__figure--bg2::after {
    background: url("../images/business/consulting/works04_2.jpg") 50% 50% no-repeat;
    background-size: 100% auto;
    background-position: right 50% top 50%;
    width: 36.603221083455345%;
    height: 0px;
    padding-bottom: 27.81844802342606%;
  }
}
@media screen and (max-width: 768px) {
  .works__image--bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .works__image--bg2 {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.works__detail {
  padding: 40px 7.320644216691069% 0;
}
@media screen and (max-width: 768px) {
  .works__detail {
    padding: 20px 20px 0;
  }
}
.works__title {
  font-size: 'l';
  font-size: 2rem;
  color: #009d80;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .works__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .works__title {
    padding-bottom: 20px;
  }
}
.works__copy {
  font-size: 'm';
  font-size: 1.6rem;
  color: #009d80;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .works__copy {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .works__copy {
    padding-bottom: 15px;
  }
}
.works__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .works__text {
    font-size: 1.3rem;
  }
}
.works__button {
  padding-top: 25px;
  text-align: center;
}
.works__button > .btn {
  width: 280px;
}
.agritech__cont {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .agritech__cont {
    margin-bottom: 60px;
  }
}
.agritech__title {
  text-align: center;
  position: relative;
  padding-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .agritech__title {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
.agritech__title::before,
.agritech__title::after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.agritech__title::before {
  height: 20px;
  background-color: #000;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .agritech__title::before {
    content: none;
  }
}
.agritech__title::after {
  height: 80px;
  background-color: #009d80;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .agritech__title::after {
    height: 50px;
  }
}
.agritech__title__num {
  color: #009d80;
  font-family: 'Poppins', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .agritech__title__num {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
}
.agritech__title__text {
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'light';
  font-weight: 300;
  font-size: 3rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .agritech__title__text {
    font-size: 2rem;
  }
}
.agritech-intro {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .agritech-intro {
    margin-bottom: 60px;
  }
}
.agritech-intro__copy {
  font-size: 'l';
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .agritech-intro__copy {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-intro__copy {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.agritech-intro__logo {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .agritech-intro__logo {
    margin-bottom: 40px;
  }
}
.agritech-intro__logo > img {
  width: 530px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .agritech-intro__logo > img {
    width: 82vw;
  }
}
.agritech-intro__logo > span {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  color: #009d80;
  display: block;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .agritech-intro__logo > span {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}
.agritech-intro__movie {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .agritech-intro__movie {
    margin-bottom: 40px;
  }
}
.agritech-intro__movie > video {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
}
.agritech-intro__content01,
.agritech-intro__content02 {
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1065.446559297218px) {
  .agritech-intro__content01,
  .agritech-intro__content02 {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .agritech-intro__content01,
  .agritech-intro__content02 {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .agritech-intro__content01,
  .agritech-intro__content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.agritech-intro__content01__figure > img,
.agritech-intro__content02__figure > img {
  width: 100%;
  height: auto;
}
.agritech-intro__content01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .agritech-intro__content01 {
    margin-bottom: 30px;
  }
}
.agritech-intro__content01__figure {
  width: 400px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .agritech-intro__content01__figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.agritech-intro__content01__text {
  font-size: 'm';
  font-size: 1.6rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .agritech-intro__content01__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-intro__content01__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    line-height: 2.2;
    font-size: 's';
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .agritech-intro__content01__text {
    font-size: 1.3rem;
  }
}
.agritech-intro__content02 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.agritech-intro__content02__figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 600px;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .agritech-intro__content02__figure {
    width: 100%;
    margin: 0;
  }
}
.agritech-intro__content02__text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #009d80;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .agritech-intro__content02__text {
    font-size: 'm';
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .agritech-intro__content02__text {
    font-size: 1.5rem;
  }
}
.agritech-system__title {
  color: #009d80;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'light';
  font-weight: 300;
  letter-spacing: 0.16em;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .agritech-system__title {
    margin-bottom: 30px;
  }
}
.agritech-system__title--sub {
  font-size: 'l';
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #009d80;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .agritech-system__title--sub {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__title--sub {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.agritech-system__title--main {
  font-size: 2.8rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .agritech-system__title--main {
    font-size: 1.8rem;
  }
}
.agritech-system__flex {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 897.2181551976574px) {
  .agritech-system__flex {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .agritech-system__flex {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__flex__image {
    margin: 0 auto;
    text-align: center;
  }
}
.agritech-system__flex__image:first-of-type {
  width: 45.75%;
}
@media screen and (max-width: 768px) {
  .agritech-system__flex__image:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 70vw;
  }
}
.agritech-system__flex__image:last-of-type {
  width: 52.5%;
}
@media screen and (max-width: 768px) {
  .agritech-system__flex__image:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80vw;
  }
}
.agritech-system__flex__image > img {
  width: 100%;
  height: auto;
}
.agritech-system__cont {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 897.2181551976574px) {
  .agritech-system__cont {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .agritech-system__cont {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__cont {
    margin-top: 50px;
  }
}
.agritech-system__hybrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .agritech-system__hybrid {
    display: block;
    margin-bottom: 30px;
  }
}
.agritech-system__hybrid__logo {
  width: 38.75%;
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .agritech-system__hybrid__logo {
    width: 100%;
  }
}
.agritech-system__hybrid__detail {
  width: 53.75%;
}
@media screen and (max-width: 768px) {
  .agritech-system__hybrid__detail {
    width: 100%;
    margin-top: 30px;
  }
}
.agritech-system__hybrid__detail__copy {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .agritech-system__hybrid__detail__copy {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.agritech-system__hybrid__detail__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .agritech-system__hybrid__detail__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__hybrid__detail__text {
    line-height: 2;
  }
}
.agritech-system__flow {
  display: block;
  font-size: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .agritech-system__flow {
    margin-bottom: 50px;
  }
}
.agritech-system__flow__item {
  width: 28.749999999999996%;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .agritech-system__flow__item {
    width: 30.666666666666664%;
  }
}
.agritech-system__flow__item:not(:first-of-type) {
  margin-left: 6.875000000000001%;
}
@media screen and (max-width: 768px) {
  .agritech-system__flow__item:not(:first-of-type) {
    margin-left: 4%;
  }
}
.agritech-system__flow__item:not(:first-of-type)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #009d80;
  position: absolute;
  top: 50%;
  left: -14%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .agritech-system__flow__item:not(:first-of-type)::after {
    border-width: 6px 0 6px 12px;
    left: -13%;
  }
}
.agritech-system__flow__item > img {
  width: 100%;
  height: auto;
}
.agritech-system__tech__copy {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .agritech-system__tech__copy {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
.agritech-system__tech__image {
  background-color: #fff;
  text-align: center;
  padding: 40px 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .agritech-system__tech__image {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.agritech-system__tech__image > img {
  width: 100%;
  height: auto;
}
.agritech-system__tech__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .agritech-system__tech__text {
    font-size: 1.3rem;
  }
}
.agritech-system__bms {
  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: 768px) {
  .agritech-system__bms {
    display: block;
  }
}
.agritech-system__bms__image {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .agritech-system__bms__image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.agritech-system__bms__image > img {
  width: 100%;
  height: auto;
}
.agritech-system__bms__detail {
  width: 53.75%;
}
@media screen and (max-width: 768px) {
  .agritech-system__bms__detail {
    width: 100%;
  }
}
.agritech-system__bms__detail__copy {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .agritech-system__bms__detail__copy {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.agritech-system__bms__detail__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .agritech-system__bms__detail__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__bms__detail__text {
    line-height: 2;
  }
}
.agritech-system__management__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__flex {
    margin-bottom: 30px;
  }
}
.agritech-system__management__flex__item {
  background-color: #fff;
  width: 30%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__flex__item {
    width: 32%;
    padding: 15px;
  }
}
.agritech-system__management__flex__item:nth-of-type(1) > img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__flex__item:nth-of-type(1) > img {
    width: 90%;
  }
}
.agritech-system__management__flex__item:nth-of-type(2) > img {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__flex__item:nth-of-type(2) > img {
    width: 88%;
  }
}
.agritech-system__management__flex__item:nth-of-type(3) > img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__flex__item:nth-of-type(3) > img {
    width: 90%;
  }
}
.agritech-system__management__copy {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__copy {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
.agritech-system__management__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .agritech-system__management__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-system__management__text {
    line-height: 2;
  }
}
.agritech-merit {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 897.2181551976574px) {
  .agritech-merit {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .agritech-merit {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .agritech-merit {
    display: block;
  }
}
.agritech-merit__item {
  width: 47%;
  background-color: #fff;
  padding: 55px 35px 45px;
  position: relative;
}
.agritech-merit__item:nth-of-type(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .agritech-merit__item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .agritech-merit__item {
    width: 100%;
    padding: 30px 20px 20px;
    margin-top: 30px;
  }
  .agritech-merit__item:first-of-type {
    margin-top: 40px;
  }
}
.agritech-merit__item__num {
  width: 46px;
  height: 52px;
  background: url("../images/business/agritech/hexagon.svg") 50% 50% no-repeat;
  background-size: 100% auto;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 52px;
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .agritech-merit__item__num {
    width: 36px;
    height: 42px;
    font-size: 1.5rem;
    line-height: 43px;
  }
}
.agritech-merit__item__copy {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .agritech-merit__item__copy {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.agritech-merit__item__text {
  font-size: 's';
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .agritech-merit__item__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-merit__item__text {
    line-height: 2;
  }
}
.agritech-sdgs {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 897.2181551976574px) {
  .agritech-sdgs {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .agritech-sdgs {
    width: 92vw;
  }
}
.agritech-sdgs__cont {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__cont {
    padding: 25px 20px;
  }
}
.agritech-sdgs__copy {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #009d80;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__copy {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.agritech-sdgs__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.agritech-sdgs__logo > figure {
  height: auto;
}
.agritech-sdgs__logo > figure:first-of-type {
  width: 120px;
  margin-right: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__logo > figure:first-of-type {
    width: 32%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.agritech-sdgs__logo > figure:first-of-type::before,
.agritech-sdgs__logo > figure:first-of-type::after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  right: -70px;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__logo > figure:first-of-type::before,
  .agritech-sdgs__logo > figure:first-of-type::after {
    width: 36px;
    left: 50%;
    top: auto;
    bottom: -45%;
  }
}
.agritech-sdgs__logo > figure:first-of-type::before {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__logo > figure:first-of-type::before {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg);
  }
}
.agritech-sdgs__logo > figure:first-of-type::after {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__logo > figure:first-of-type::after {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
  }
}
.agritech-sdgs__logo > figure:last-of-type {
  width: 314px;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__logo > figure:last-of-type {
    width: 80%;
  }
}
.agritech-sdgs__logo > figure > img {
  width: 100%;
  height: auto;
}
.agritech-sdgs__list__item {
  padding: 30px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__list__item {
    padding: 16px 10px;
  }
}
.agritech-sdgs__list__item > p {
  font-size: 'm';
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__list__item > p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .agritech-sdgs__list__item > p {
    font-size: 's';
    font-size: 1.4rem;
  }
}
.agritech-sdgs__list__item > p::before {
  content: '笳�';
  color: #009d80;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .agritech-sdgs__list__item > p {
    font-size: 1.3rem;
  }
}
.agritech-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .agritech-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.agritech-about__map,
.agritech-about__detail {
  width: 50%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .agritech-about__map,
  .agritech-about__detail {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .agritech-about__map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 300px;
  }
}
.agritech-about__detail {
  background-color: #fff;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10vw;
}
@media screen and (max-width: 768px) {
  .agritech-about__detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px 20px;
  }
}
.agritech-about__detail__logo {
  width: 80%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .agritech-about__detail__logo {
    width: 70%;
    margin-bottom: 25px;
  }
}
.agritech-about__detail__logo > img {
  width: 100%;
  height: auto;
}
.agritech-about__detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.agritech-about__detail__list > dt,
.agritech-about__detail__list dd {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .agritech-about__detail__list > dt,
  .agritech-about__detail__list dd {
    font-size: 's';
    font-size: 1.4rem;
  }
}
.agritech-about__detail__list > dt:nth-of-type(n+2),
.agritech-about__detail__list dd:nth-of-type(n+2) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .agritech-about__detail__list > dt,
  .agritech-about__detail__list dd {
    font-size: 1.3rem;
  }
}
.agritech-about__detail__list > dt {
  width: 20%;
}
.agritech-about__detail__list > dd {
  width: 80%;
}