@charset "UTF-8";
:root {
  --screen-height:100vh; }

/*********************************************************************
 * Hover Scale系.
 *********************************************************************/
@-webkit-keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }
@keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }

@-webkit-keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@-webkit-keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

@keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

/*********************************************************************
 * Bounce系.
 *********************************************************************/
@-webkit-keyframes bounce-delay {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  79% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  83% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95); }
  86% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  89% {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98); }
  92% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes bounce-delay {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  79% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  83% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95); }
  86% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  89% {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98); }
  92% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@-webkit-keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@-webkit-keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-arrow-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@keyframes bounce-arrow-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@-webkit-keyframes top-current-position {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); } }

@keyframes top-current-position {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); } }

@-webkit-keyframes top-current-position-sp {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); } }

@keyframes top-current-position-sp {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); } }

@-webkit-keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); }
  50% {
    -webkit-transform: translate3d(-2.5vw, 0, 0);
            transform: translate3d(-2.5vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); } }

@keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); }
  50% {
    -webkit-transform: translate3d(-2.5vw, 0, 0);
            transform: translate3d(-2.5vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); } }

@-webkit-keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20px, 0);
            transform: translate3d(-50%, -20px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); } }

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20px, 0);
            transform: translate3d(-50%, -20px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); } }

@-webkit-keyframes wrong-anim {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes wrong-anim {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/************************************************
 * カードモーダル
 ************************************************/
.smartAgri-modal {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10020;
  overflow-y: auto; }
  @media screen and (min-width: 813px) {
    .smartAgri-modal {
      min-width: 980px; } }
  .smartAgri-modal_close {
    width: 16.26667vw;
    height: 16.26667vw;
    position: fixed;
    top: 4vw;
    right: 4vw;
    z-index: 2; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_close {
        width: 61px;
        height: 61px;
        top: 37px;
        right: 29px; } }
  .smartAgri-modal_cont-wrap {
    margin: 21.86667vw 0; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_cont-wrap {
        width: calc(1110 / 1366 * 100%);
        min-width: 920px;
        max-width: 1110px;
        margin: 40px auto; } }
  .smartAgri-modal_cont {
    width: 92vw;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8.53333vw;
    overflow: hidden;
    padding: 10.66667vw 8.53333vw 14.93333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_cont {
        width: 100%;
        border-radius: 32px;
        padding: 64px calc(64 / 1200 * 100%) 80px; } }
  @media screen and (min-width: 813px) {
    .smartAgri-modal_cont-inner {
      padding: 0 calc(36 / 1072 * 100%); } }
  .smartAgri-modal_ttl {
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0;
    color: #00A8A9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8.53333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_ttl {
        font-size: 40px;
        line-height: 1;
        display: block;
        margin-bottom: 48px; } }
    .smartAgri-modal_ttl > span {
      font-size: 4vw; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_ttl > span {
          font-size: 24px; } }
  .smartAgri-modal_head-ttl {
    font-size: 5.33333vw;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_head-ttl {
        font-size: 24px; } }
  .smartAgri-modal_head-txt {
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    margin-top: 4.26667vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_head-txt {
        font-size: 17px;
        margin-top: 16px; } }
  .smartAgri-modal_head-list {
    margin-top: 6.4vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_head-list {
        margin-top: 16px; } }
  .smartAgri-modal_body-img {
    margin-top: 6.4vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_body-img {
        margin-top: 24px; } }
    .smartAgri-modal_body-img img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  .smartAgri-modal_body-list {
    margin-top: 8.53333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_body-list {
        margin-top: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .smartAgri-modal_body-list dl {
      margin-bottom: 10.66667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_body-list dl {
          width: calc((1000 / 80) / 3 * 100%);
          margin-bottom: 0;
          margin-right: calc(40 / 1000 * 100%); } }
      .smartAgri-modal_body-list dl:last-of-type {
        margin-bottom: 0; }
        @media screen and (min-width: 813px) {
          .smartAgri-modal_body-list dl:last-of-type {
            margin-right: 0; } }
      .smartAgri-modal_body-list dl dt {
        font-size: 4.8vw;
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: 0;
        margin-bottom: 2.13333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri-modal_body-list dl dt {
            font-size: 20px;
            margin-bottom: 16px; } }
        .smartAgri-modal_body-list dl dt > div {
          margin-bottom: 2.66667vw; }
          @media screen and (min-width: 813px) {
            .smartAgri-modal_body-list dl dt > div {
              margin-bottom: 16px; } }
          .smartAgri-modal_body-list dl dt > div > span {
            display: inline-block;
            padding: 0.61333vw 2.18667vw;
            border-radius: 2.13333vw;
            font-family: "Montserrat", sans-serif;
            font-size: 2.93333vw;
            font-weight: 700;
            color: #fff;
            background-color: #00A8A9;
            position: relative; }
            @media screen and (min-width: 813px) {
              .smartAgri-modal_body-list dl dt > div > span {
                padding: 2px 8.5px;
                border-radius: 8px;
                font-size: 14px; } }
            .smartAgri-modal_body-list dl dt > div > span::after {
              content: "";
              display: block;
              background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/modal/point-arrow.svg");
              background-size: 2.66667vw 2.4vw;
              background-repeat: no-repeat;
              background-position: center top;
              width: 2.66667vw;
              height: 2.4vw;
              display: block;
              position: relative;
              position: absolute;
              bottom: -1.6vw;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%); }
              @media screen and (min-width: 813px) {
                .smartAgri-modal_body-list dl dt > div > span::after {
                  background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/modal/point-arrow.svg");
                  background-size: 10px 9px;
                  background-repeat: no-repeat;
                  background-position: center top;
                  width: 10px;
                  height: 9px;
                  display: block;
                  position: relative;
                  position: absolute;
                  bottom: -6px; } }
      .smartAgri-modal_body-list dl dd > div img {
        width: 100%;
        height: auto;
        vertical-align: top; }
      .smartAgri-modal_body-list dl dd > p {
        font-size: 3.46667vw;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0;
        margin-top: 2.13333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri-modal_body-list dl dd > p {
            font-size: 15px;
            margin-top: 16px; } }
  .smartAgri-modal_foot {
    margin-top: 6.4vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_foot {
        margin-top: 24px; } }
    .smartAgri-modal_foot-ttl {
      font-size: 5.33333vw;
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 0;
      margin-bottom: 2.13333vw; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_foot-ttl {
          font-size: 24px;
          margin-bottom: 8px; } }
    .smartAgri-modal_foot-txt {
      font-size: 4vw;
      font-weight: 500;
      line-height: 1.6;
      letter-spacing: 0; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_foot-txt {
          font-size: 17px; } }
    .smartAgri-modal_foot-list {
      margin-top: 4.26667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_foot-list {
          margin-top: 16px; } }
  .smartAgri-modal_btn {
    margin-top: 12.8vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_btn {
        margin-top: 64px; } }
    .smartAgri-modal_btn.disabled a {
      background-color: gray;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      pointer-events: none;
      opacity: .5; }
    .smartAgri-modal_btn .module-arrow-button-01 {
      display: block;
      width: 100%;
      font-size: 3.46667vw;
      font-weight: 600;
      line-height: 1.2;
      letter-spacing: 0;
      color: #fff;
      text-align: left;
      background-color: #00A8A9;
      border-radius: 9.33333vw;
      padding: 4.4vw 9.86667vw 4.4vw 6.4vw;
      margin: 0 auto;
      position: relative; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_btn .module-arrow-button-01 {
          -webkit-transition: background-color .3s;
          transition: background-color .3s; } }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_btn .module-arrow-button-01:hover {
          background-color: #077A81; } }
      @media screen and (min-width: 813px) {
        .smartAgri-modal_btn .module-arrow-button-01 {
          width: auto;
          min-width: calc(545 / 1000 * 100%);
          font-size: 18px;
          text-align: center;
          border-radius: 35px;
          padding: 21.5px 120px; } }
      .smartAgri-modal_btn .module-arrow-button-01 + .smartAgri-modal_btn .module-arrow-button-01 {
        margin-top: 5.33333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri-modal_btn .module-arrow-button-01 + .smartAgri-modal_btn .module-arrow-button-01 {
            margin-top: 0;
            margin-left: 20px; } }
      .smartAgri-modal_btn .module-arrow-button-01::after {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_transparent_01.svg");
        background-size: 5.33333vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 5.33333vw;
        height: 5.33333vw;
        display: block;
        position: relative;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 3.2vw;
        margin: auto; }
        @media screen and (min-width: 813px) {
          .smartAgri-modal_btn .module-arrow-button-01::after {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_transparent_01.svg");
            background-size: 18px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 18px;
            height: 18px;
            display: block;
            position: relative;
            position: absolute;
            right: 26px; } }
  .smartAgri-modal_ksas-btn {
    width: 100%;
    margin: 10.66667vw auto 0; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal_ksas-btn {
        width: calc(545 / 1000 * 100%);
        margin: 32px auto 0; } }
    .smartAgri-modal_ksas-btn a {
      display: block; }
  .smartAgri-modal .smartAgri-modal_module-small {
    display: inline-block;
    font-size: 2.66667vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    color: #999;
    padding-left: 3.73333vw;
    margin-top: 2.13333vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal .smartAgri-modal_module-small {
        font-size: 12px;
        padding-left: 16px;
        margin-top: 8px; } }
    .smartAgri-modal .smartAgri-modal_module-small::before {
      content: "※";
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
  .smartAgri-modal .smartAgri-modal_module-list dl {
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 2.13333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri-modal .smartAgri-modal_module-list dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 8px; } }
    .smartAgri-modal .smartAgri-modal_module-list dl:last-of-type {
      margin-bottom: 0; }
    .smartAgri-modal .smartAgri-modal_module-list dl dt {
      font-size: 3.73333vw;
      background-color: #E5E5E5;
      border-radius: 2.13333vw 2.13333vw 0 0;
      padding: 2.13333vw 4.26667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal .smartAgri-modal_module-list dl dt {
          width: calc(200 / 1000 * 100%);
          font-size: 17px;
          border-radius: 16px 0 0 16px;
          padding: 16px 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .smartAgri-modal .smartAgri-modal_module-list dl dd {
      font-size: 3.46667vw;
      background-color: #F5F5F5;
      border-radius: 0 0 2.13333vw 2.13333vw;
      padding: 3.2vw 4.26667vw 4.26667vw;
      margin-top: 0.53333vw; }
      @media screen and (min-width: 813px) {
        .smartAgri-modal .smartAgri-modal_module-list dl dd {
          width: calc(800 / 1000 * 100%);
          font-size: 17px;
          border-radius: 0 16px 16px 0;
          padding: 16px 24px;
          margin-top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-left: solid 2px #fff; } }

/************************************************************************
 * Tech css
 *************************************************************************/
body {
  background: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg_illust_top_01_sp.jpg") no-repeat center 16vw/contain; }
  @media screen and (min-width: 813px) {
    body {
      background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg_illust_top_01_pc.jpg");
      background-position-y: top;
      background-size: 1366px auto; } }
  @media screen and (min-width: 1366px) {
    body {
      background-size: contain; } }

.global-container::before {
  content: "";
  background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-head-01_sp.svg");
  background-size: 100vw 233.33333vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: 233.33333vw;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 813px) {
    .global-container::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-head-01_pc.svg");
      background-size: 2560px 769px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 2560px;
      height: 769px;
      display: block;
      position: relative;
      position: absolute;
      top: 43px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.global-container::after {
  content: "";
  background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-foot-06_sp.svg");
  background-size: 100vw 31.73333vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: 31.73333vw;
  display: block;
  position: relative;
  position: absolute;
  bottom: 48vw;
  left: 0; }
  @media screen and (min-width: 813px) {
    .global-container::after {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-foot-06_pc.svg");
      background-size: 3411px 378px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 3411px;
      height: 378px;
      display: block;
      position: relative;
      position: absolute;
      bottom: 153px;
      left: calc(50% + 300px);
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.is-Night .global-container::before {
  background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-head-01-night_sp.svg");
  background-size: 100vw 233.33333vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: 233.33333vw;
  display: block;
  position: relative;
  position: absolute;
  top: 36.53333vw; }
  @media screen and (min-width: 813px) {
    .is-Night .global-container::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-head-01-night_pc.svg");
      background-size: 2560px 769px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 2560px;
      height: 769px;
      display: block;
      position: relative;
      position: absolute;
      top: 23px; } }

.is-Night .global-container::after {
  background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-foot-03-night_sp.svg");
  background-size: 100vw 31.73333vw;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100vw;
  height: 31.73333vw;
  display: block;
  position: relative;
  position: absolute; }
  @media screen and (min-width: 813px) {
    .is-Night .global-container::after {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-wave-foot-03-night_pc.svg");
      background-size: 3411px 378px;
      background-repeat: no-repeat;
      background-position: center top;
      width: 3411px;
      height: 378px;
      display: block;
      position: relative;
      position: absolute; } }

.smartAgri {
  position: relative; }

.smartAgri_anchor-button {
  margin-bottom: 4vw; }
  @media screen and (min-width: 813px) {
    .smartAgri_anchor-button {
      margin-bottom: 65px; } }
  .smartAgri_anchor-button .module-anchor-button {
    margin-bottom: 0; }

.smartAgri_cloud {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .smartAgri_cloud {
      width: calc(1110 / 1366 * 100%); } }
  .is-Night .smartAgri_cloud {
    display: none; }
  .smartAgri_cloud li {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .smartAgri_cloud .cloud-01 {
    width: 29.86667vw;
    top: 17.33333vw;
    left: calc(50% - 50.13333vw); }
    @media screen and (min-width: 813px) {
      .smartAgri_cloud .cloud-01 {
        display: block;
        width: 216px;
        top: 0;
        left: calc(50% - 683px); } }
  .smartAgri_cloud .cloud-02 {
    width: 55.2vw;
    top: -0.53333vw;
    left: calc(50% + 46.66667vw); }
    @media screen and (min-width: 813px) {
      .smartAgri_cloud .cloud-02 {
        width: 262px;
        top: -130px;
        left: calc(50% + 212px); } }
  .smartAgri_cloud .cloud-03 {
    width: 39.73333vw;
    top: 182.66667vw;
    left: calc(50% + 53.6vw); }
    @media screen and (min-width: 813px) {
      .smartAgri_cloud .cloud-03 {
        width: 231px;
        top: -33px;
        left: calc(50% + 716px); } }
  .smartAgri_cloud .cloud-04 {
    display: none; }
    @media screen and (min-width: 813px) {
      .smartAgri_cloud .cloud-04 {
        display: block;
        width: 144px;
        top: 602px;
        left: calc(50% + 537px); } }

.smartAgri_firework {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  display: none; }
  @media screen and (min-width: 813px) {
    .smartAgri_firework {
      width: calc(1193 / 1366 * 100%); } }
  .is-Night .smartAgri_firework {
    display: block; }
  .smartAgri_firework li {
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }
    .smartAgri_firework li img {
      width: 100%;
      height: auto; }
  .smartAgri_firework .firework-01 {
    width: 35.73333vw;
    top: -4.26667vw;
    left: calc(50% + 29.33333vw); }
    @media screen and (min-width: 813px) {
      .smartAgri_firework .firework-01 {
        width: 195px;
        top: -142px;
        left: calc(50% + 405px); } }
  .smartAgri_firework .firework-02 {
    width: 28.26667vw;
    top: 10.13333vw;
    left: calc(50% - 49.86667vw); }
    @media screen and (min-width: 813px) {
      .smartAgri_firework .firework-02 {
        width: 145px;
        top: -67px;
        left: calc(50% + 167px); } }
  @media screen and (min-width: 813px) {
    .smartAgri_firework .firework-03 {
      width: 145px;
      top: 6px;
      left: calc(50% - 654px); } }

.smartAgri_about {
  padding-bottom: 22.4vw;
  background-color: #A9DB05; }
  @media screen and (min-width: 813px) {
    .smartAgri_about {
      padding-bottom: 140px;
      background-color: #94D504; } }
  .smartAgri_about::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-01_sp.svg");
    background-size: 100vw 70.93333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 70.93333vw;
    display: block;
    position: relative;
    position: absolute;
    top: 3.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 813px) {
      .smartAgri_about::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-01_pc.svg");
        background-size: 2000px 614px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 2000px;
        height: 614px;
        display: block;
        position: relative;
        position: absolute;
        top: 55px;
        left: 50%; } }
  .smartAgri_about::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-02_sp.svg");
    background-size: 100vw 168vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 168vw;
    display: block;
    position: relative;
    position: absolute;
    top: 148.26667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 813px) {
      .smartAgri_about::after {
        display: none; } }
  .is-Night .smartAgri_about {
    background-color: #092F92; }
    @media screen and (min-width: 813px) {
      .is-Night .smartAgri_about {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #021D60), to(#021D60));
        background: linear-gradient(180deg, transparent 0%, transparent 50%, #021D60 50%, #021D60 100%); } }
    .is-Night .smartAgri_about::before {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-01-night_sp.svg");
      background-size: 100vw 70.93333vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 100vw;
      height: 70.93333vw;
      display: block;
      position: relative;
      position: absolute; }
      @media screen and (min-width: 813px) {
        .is-Night .smartAgri_about::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-01-night_pc.svg");
          background-size: 2000px 614px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 2000px;
          height: 614px;
          display: block;
          position: relative;
          position: absolute; } }
    .is-Night .smartAgri_about::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-02-night_sp.svg");
      background-size: 100vw 168vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 100vw;
      height: 168vw;
      display: block;
      position: relative;
      position: absolute; }
      @media screen and (min-width: 813px) {
        .is-Night .smartAgri_about::after {
          display: none; } }
  .smartAgri_about-inner {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 812px) {
      .smartAgri_about-inner .module-block-2col-11-img {
        margin-top: 0; } }
    @media screen and (max-width: 812px) {
      .smartAgri_about-inner .module-block-2col-11-inner {
        margin-top: 4.53333vw; } }
  .smartAgri_about-button {
    margin-top: 8vw; }
    @media screen and (min-width: 813px) {
      .smartAgri_about-button {
        margin-top: 60px; } }
    .smartAgri_about-button .module-button {
      margin-top: 0; }
      @media screen and (min-width: 813px) {
        .smartAgri_about-button .module-button .module-button-01 {
          max-width: 536px; } }

.smartAgri_evolution {
  margin-top: 6.4vw;
  padding-bottom: 46.4vw;
  background-color: #AEE400;
  position: relative; }
  @media screen and (min-width: 813px) {
    .smartAgri_evolution {
      margin-top: 0;
      padding-bottom: 354px; } }
  .is-Night .smartAgri_evolution {
    background-color: #00298c; }
    .is-Night .smartAgri_evolution .module-block-title-02 {
      color: #fff; }
    .is-Night .smartAgri_evolution .smartAgri_evolution-types > p {
      color: #fff; }
    .is-Night .smartAgri_evolution .smartAgri_evolution-other > p {
      color: #fff; }
    .is-Night .smartAgri_evolution .smartAgri_evolution-other .module-product-title-03 {
      background: #fff; }
      .is-Night .smartAgri_evolution .smartAgri_evolution-other .module-product-title-03 span {
        color: #003577; }
  .smartAgri_evolution img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .smartAgri_evolution-inner {
    position: relative;
    z-index: 1;
    width: 100vw; }
    @media screen and (min-width: 813px) {
      .smartAgri_evolution-inner {
        width: 100%; } }
    .smartAgri_evolution-inner .module-block-title-02 {
      margin-bottom: 5.86667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-inner .module-block-title-02 {
          margin-bottom: 48px; } }
      .smartAgri_evolution-inner .module-block-title-02-title {
        line-height: 1.54; }
        .smartAgri_evolution-inner .module-block-title-02-title > span {
          display: block;
          font-size: 5.33333vw;
          letter-spacing: 0; }
          @media screen and (min-width: 813px) {
            .smartAgri_evolution-inner .module-block-title-02-title > span {
              font-size: 40px; } }
          .smartAgri_evolution-inner .module-block-title-02-title > span > span {
            font-size: 5.33333vw;
            font-weight: 500; }
            @media screen and (min-width: 813px) {
              .smartAgri_evolution-inner .module-block-title-02-title > span > span {
                font-size: 40px;
                font-weight: 400; } }
    .smartAgri_evolution-inner .module-card-03 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .smartAgri_evolution-inner .module-card-03 + .smartAgri_evolution-inner .module-card-03 {
        margin-top: 6.13333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03 + .smartAgri_evolution-inner .module-card-03 {
            margin-top: 45px; } }
      .smartAgri_evolution-inner .module-card-03-item {
        width: 41.6vw;
        position: relative;
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
        -webkit-transition: opacity .4s, -webkit-transform .4s;
        transition: opacity .4s, -webkit-transform .4s;
        transition: opacity .4s, transform .4s;
        transition: opacity .4s, transform .4s, -webkit-transform .4s;
        margin-right: 3.2vw;
        margin-bottom: 3.2vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-item {
            width: calc(100% / 3 - 30px * 2 / 3);
            margin-right: 30px;
            margin-bottom: 30px; } }
        .smartAgri_evolution-inner .module-card-03-item._active {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        @media screen and (max-width: 812px) {
          .smartAgri_evolution-inner .module-card-03-item:nth-child(2n) {
            margin-right: 0; } }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-item:nth-child(3n) {
            margin-right: 0; } }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-item:last-of-type {
            margin-right: 0; } }
      .smartAgri_evolution-inner .module-card-03-link {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0.8vw 4vw rgba(0, 0, 0, 0.05);
                box-shadow: 0 0.8vw 4vw rgba(0, 0, 0, 0.05);
        border-radius: 4vw;
        background-color: #fff;
        overflow: hidden; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-link {
            -webkit-transition: -webkit-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-link {
            -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
                    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
            border-radius: 20px; } }
        .smartAgri_evolution-inner .module-card-03-link::after {
          content: '';
          display: block;
          position: absolute;
          top: 1.6vw;
          right: 1.86667vw;
          width: 3.46667vw;
          height: 3.46667vw;
          background: url("/special/virtual-exhibition-2026/assets/img/common/ico_plus_01_blue.svg") no-repeat left top/contain;
          pointer-events: none; }
          @media screen and (min-width: 813px) {
            .smartAgri_evolution-inner .module-card-03-link::after {
              top: 9px;
              right: 9px;
              width: 34px;
              height: 34px; } }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-link:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); } }
      .smartAgri_evolution-inner .module-card-03-head img {
        width: 100%;
        height: auto;
        vertical-align: top; }
      .smartAgri_evolution-inner .module-card-03-body {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 2.4vw 2.13333vw 4.26667vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-body {
            padding: 19px 32px 36px; } }
        _:-ms-lang(x)::-ms-backdrop, .smartAgri_evolution-inner .module-card-03-body {
          -ms-flex: auto;
              flex: auto; }
      .smartAgri_evolution-inner .module-card-03-lead {
        font-size: 2.66667vw;
        line-height: 1.5;
        font-weight: 600;
        color: #003577;
        letter-spacing: 0; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-lead {
            font-size: 14px; } }
      .smartAgri_evolution-inner .module-card-03-title {
        font-size: 3.73333vw;
        font-weight: 600;
        line-height: 1.5;
        color: #000;
        letter-spacing: 0;
        margin-top: 1.33333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-inner .module-card-03-title {
            font-size: 20px;
            margin-top: 8px; } }
  .smartAgri_evolution-about {
    padding: 6.4vw 6.4vw 10.66667vw;
    border-radius: 5.33333vw;
    background-color: #fff; }
    @media screen and (min-width: 813px) {
      .smartAgri_evolution-about {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 48px calc(80 / 1110 * 100%);
        border-radius: 20px; } }
    .smartAgri_evolution-about-img {
      border-radius: 5.33333vw;
      overflow: hidden; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-about-img {
          width: calc(284 / 950 * 100%);
          border-radius: 20px; } }
    .smartAgri_evolution-about-cont {
      letter-spacing: 0;
      margin-top: 6.13333vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-about-cont {
          width: calc(618 / 950 * 100%);
          margin-top: 0; } }
      .smartAgri_evolution-about-cont-ttl {
        font-size: 5.33333vw;
        font-weight: 600;
        margin-bottom: 2.66667vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-about-cont-ttl {
            font-size: 29px;
            margin-bottom: 20px; } }
        .smartAgri_evolution-about-cont-ttl > span {
          font-size: 3.73333vw; }
          @media screen and (min-width: 813px) {
            .smartAgri_evolution-about-cont-ttl > span {
              font-size: 21px; } }
      .smartAgri_evolution-about-cont-txt {
        font-size: 4vw;
        font-weight: 500;
        line-height: 1.8; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-about-cont-txt {
            font-size: 18px;
            line-height: 1.6; } }
  .smartAgri_evolution-types {
    margin-top: 13.33333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri_evolution-types {
        margin-top: 64px; } }
    .smartAgri_evolution-types > p {
      font-size: 5.33333vw;
      font-weight: 600;
      line-height: 1.6;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 7.46667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-types > p {
          font-size: 24px;
          line-height: 1.5;
          margin-bottom: 64px; } }
    @media screen and (max-width: 812px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-item {
        width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 3.2vw; } }
    @media screen and (min-width: 813px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-item {
        margin-bottom: 0; } }
    .smartAgri_evolution-types .module-card-03 .module-card-03-item:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 812px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (max-width: 812px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-head {
        width: 32vw; } }
    @media screen and (max-width: 812px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-body {
        width: calc(100% - 32vw);
        padding: 0 0 0 4.26667vw;
        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; } }
    @media screen and (max-width: 812px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-lead {
        font-size: 2.93333vw; } }
    @media screen and (max-width: 812px) {
      .smartAgri_evolution-types .module-card-03 .module-card-03-title {
        margin-top: 0.8vw; } }
  .smartAgri_evolution-other {
    margin-top: 17.06667vw; }
    @media screen and (min-width: 813px) {
      .smartAgri_evolution-other {
        margin-top: 88px; } }
    .smartAgri_evolution-other > p {
      font-size: 4.26667vw;
      font-weight: 500;
      line-height: 1.7;
      letter-spacing: 0;
      margin-top: 7.46667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-other > p {
          font-size: 20px;
          line-height: 1.8;
          margin-top: 32px; } }
    .smartAgri_evolution-other .module-product-title-03 {
      width: 100%;
      margin: 0 auto;
      background: #003577;
      text-align: center;
      border-radius: 5.33333vw;
      padding: 3.46667vw 5.33333vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-other .module-product-title-03 {
          border-radius: 20px;
          padding: 11px 45px; } }
      .smartAgri_evolution-other .module-product-title-03 > span {
        font-size: 5.33333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_evolution-other .module-product-title-03 > span {
            font-size: 24px; } }
    .smartAgri_evolution-other .module-card-03 {
      margin-top: 7.46667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_evolution-other .module-card-03 {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 32px; } }

.smartAgri_ksas {
  background-color: #fff;
  padding-bottom: 40.8vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .smartAgri_ksas {
      padding-bottom: 425px; } }
  .smartAgri_ksas::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-04_sp.svg");
    background-size: 117.86667vw 49.6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 117.86667vw;
    height: 49.6vw;
    display: block;
    position: relative;
    position: absolute;
    top: -27.73333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 813px) {
      .smartAgri_ksas::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-04_pc.svg");
        background-size: 3411px 302px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 3411px;
        height: 302px;
        display: block;
        position: relative;
        position: absolute;
        top: -220px;
        left: calc(50% - 362px); } }
  .smartAgri_ksas-inner {
    position: relative;
    z-index: 1; }
    .smartAgri_ksas-inner .module-block-title-02 {
      margin-bottom: 7.46667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-inner .module-block-title-02 {
          margin-bottom: 62px; } }
      .smartAgri_ksas-inner .module-block-title-02-title {
        margin-bottom: 0; }
        .smartAgri_ksas-inner .module-block-title-02-title span {
          line-height: 1.54;
          letter-spacing: 0; }
          @media screen and (min-width: 813px) {
            .smartAgri_ksas-inner .module-block-title-02-title span {
              line-height: 1.2; } }
          .smartAgri_ksas-inner .module-block-title-02-title span > span {
            color: #0C7E84; }
  .smartAgri_ksas-about {
    width: 86.4vw;
    margin: 0 auto; }
    @media screen and (min-width: 813px) {
      .smartAgri_ksas-about {
        width: calc(1000 / 1110 * 100%);
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .smartAgri_ksas-about-logo {
      width: 42.66667vw;
      margin: 0 auto 6.4vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-about-logo {
          width: calc(200 / 1000 * 100%);
          margin: 0; } }
    .smartAgri_ksas-about-text {
      font-size: 4.26667vw;
      font-weight: 500;
      line-height: 1.7;
      letter-spacing: 0; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-about-text {
          margin-top: 0;
          font-size: 20px;
          line-height: 1.9;
          letter-spacing: 0.03em;
          text-align: center; } }
  .smartAgri_ksas-block {
    width: 86.13333vw;
    margin-top: 14.93333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri_ksas-block {
        width: 100%;
        margin-top: 83px; } }
    .smartAgri_ksas-block-title {
      font-size: 5.33333vw;
      font-weight: 600;
      line-height: 1.6;
      color: #000;
      text-align: center;
      letter-spacing: 0;
      margin-bottom: 5.06667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-block-title {
          font-size: 20px;
          line-height: 1.2;
          margin-bottom: 31px; } }
    .smartAgri_ksas-block-worries {
      margin: 0 auto 8.53333vw;
      padding: 10.66667vw 8.53333vw 12.8vw;
      background-color: #fff;
      border: 1.06667vw solid #00A8A9;
      border-radius: 5.33333vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-block-worries {
          width: calc(985 / 1110 * 100%);
          margin: 0 auto 48px;
          padding: 52px calc(56 / 1110 * 100%);
          background-color: #fff;
          border: 4px solid #00A8A9;
          border-radius: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .smartAgri_ksas-block-worries > div {
        width: 44vw;
        margin: 0 auto; }
        @media screen and (min-width: 813px) {
          .smartAgri_ksas-block-worries > div {
            width: calc(224 / 865 * 100%);
            margin: 0; } }
      .smartAgri_ksas-block-worries > ul {
        margin-top: 6.4vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_ksas-block-worries > ul {
            margin-top: 0;
            margin-left: calc(40 / 865 * 100%); } }
        .smartAgri_ksas-block-worries > ul li {
          font-size: 4.53333vw;
          font-weight: 500;
          line-height: 1.6;
          color: #000;
          padding-left: 6.13333vw;
          margin-bottom: 4.26667vw;
          position: relative; }
          @media screen and (min-width: 813px) {
            .smartAgri_ksas-block-worries > ul li {
              font-size: 20px;
              padding-left: 23px;
              margin-bottom: 16px; } }
          .smartAgri_ksas-block-worries > ul li:last-of-type {
            margin-bottom: 0; }
          .smartAgri_ksas-block-worries > ul li::before {
            content: "";
            display: block;
            width: 2.13333vw;
            height: 2.13333vw;
            border-radius: 50%;
            background-color: #00A8A9;
            position: absolute;
            top: 2.66667vw;
            left: 0; }
            @media screen and (min-width: 813px) {
              .smartAgri_ksas-block-worries > ul li::before {
                width: 8px;
                height: 8px;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto; } }
    .smartAgri_ksas-block-banner {
      margin: 0 auto 8.53333vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-block-banner {
          width: calc(985 / 1110 * 100%);
          margin: 0 auto 37px; } }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-block-banner:last-of-type {
          margin-bottom: 0; } }
      .smartAgri_ksas-block-banner a {
        display: block; }
        @media screen and (min-width: 813px) {
          .smartAgri_ksas-block-banner a {
            -webkit-transition: opacity .3s;
            transition: opacity .3s; } }
        @media screen and (min-width: 813px) {
          .smartAgri_ksas-block-banner a:hover {
            opacity: 0.8; } }
        .smartAgri_ksas-block-banner a img {
          width: 100%;
          height: auto;
          vertical-align: top; }
    .smartAgri_ksas-block:last-of-type {
      margin-top: 17.06667vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_ksas-block:last-of-type {
          margin-top: 103px; } }
      .smartAgri_ksas-block:last-of-type .smartAgri_ksas-block-title {
        margin-bottom: 8.53333vw; }
        @media screen and (min-width: 813px) {
          .smartAgri_ksas-block:last-of-type .smartAgri_ksas-block-title {
            margin-bottom: 38px; } }

.smartAgri_product {
  padding-bottom: 14.13333vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .smartAgri_product {
      padding-bottom: 138px; } }
  .smartAgri_product::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-05_sp.svg");
    background-size: 117.86667vw 49.6vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 117.86667vw;
    height: 49.6vw;
    display: block;
    position: relative;
    position: absolute;
    top: -28.8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 813px) {
      .smartAgri_product::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-05_pc.svg");
        background-size: 3411px 302px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 3411px;
        height: 302px;
        display: block;
        position: relative;
        position: absolute;
        top: -265px;
        left: calc(50% - 362px); } }
  .is-Night .smartAgri_product {
    background-color: #00298C; }
    .is-Night .smartAgri_product::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-05-night_sp.svg");
      background-size: 117.86667vw 49.6vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 117.86667vw;
      height: 49.6vw;
      display: block;
      position: relative;
      position: absolute; }
      @media screen and (min-width: 813px) {
        .is-Night .smartAgri_product::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-05-night_pc.svg");
          background-size: 3411px 302px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 3411px;
          height: 302px;
          display: block;
          position: relative;
          position: absolute; } }
    .is-Night .smartAgri_product .module-block-title-02 {
      color: #fff; }
    .is-Night .smartAgri_product .smartAgri_product-block .module-product-section .module-product-text-01 {
      color: #fff; }
  .smartAgri_product-inner {
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 813px) {
      .smartAgri_product-inner .module-block-title-02 {
        margin-bottom: 30px; } }
    .smartAgri_product-inner .module-block-title-02-title {
      line-height: 1.54; }
      @media screen and (min-width: 813px) {
        .smartAgri_product-inner .module-block-title-02-title {
          line-height: 1.2;
          margin-bottom: 27px; } }
    .smartAgri_product-inner .module-block-title-02-text {
      line-height: 1.81; }
      @media screen and (min-width: 813px) {
        .smartAgri_product-inner .module-block-title-02-text {
          line-height: 1.9; } }
  .smartAgri_product-block {
    margin-top: 18.93333vw; }
    @media screen and (min-width: 813px) {
      .smartAgri_product-block {
        margin-top: 90px; } }
    @media screen and (min-width: 813px) {
      .smartAgri_product-block .module-product-title-03 {
        margin-bottom: 63px; } }
    .smartAgri_product-block .module-product-text-01 {
      margin-bottom: 5.6vw; }
      @media screen and (min-width: 813px) {
        .smartAgri_product-block .module-product-text-01 {
          line-height: 1.88;
          margin-bottom: 52px; } }

.smartAgri_recommend {
  padding-top: 8.53333vw;
  background-color: #A9DB05;
  position: relative; }
  @media screen and (min-width: 813px) {
    .smartAgri_recommend {
      padding-top: 57px; } }
  .smartAgri_recommend::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-06_sp.svg");
    background-size: 100vw 70.93333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 70.93333vw;
    display: block;
    position: relative;
    position: absolute;
    top: -10.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 813px) {
      .smartAgri_recommend::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-06_pc.svg");
        background-size: 3411px 302px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 3411px;
        height: 302px;
        display: block;
        position: relative;
        position: absolute;
        top: -118px;
        left: calc(50% - 362px); } }
  .is-Night .smartAgri_recommend {
    background-color: #092F92; }
    .is-Night .smartAgri_recommend::before {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-06-night_sp.svg");
      background-size: 100vw 70.93333vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 100vw;
      height: 70.93333vw;
      display: block;
      position: relative;
      position: absolute; }
      @media screen and (min-width: 813px) {
        .is-Night .smartAgri_recommend::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/smart-agriculture/bg-wave-06-night_pc.svg");
          background-size: 3411px 302px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 3411px;
          height: 302px;
          display: block;
          position: relative;
          position: absolute; } }
    .is-Night .smartAgri_recommend .smartAgri_recommend-title {
      color: #fff; }

/*# sourceMappingURL=../maps/smart-agriculture/smart-agriculture.css.map */
