@charset "UTF-8";

.lyt-visual-01.type-01 {
  background-image: url("/global/agri/concept/img/bg_concept_01_pc.jpg");
}
.lyt-visual-01.type-02 {
  background-image: url("/global/agri/concept/img/bg_concept_02_pc.jpg");
}
.lyt-visual-01.type-03 {
  background-image: url("/global/agri/concept/img/bg_concept_03_pc.jpg");
}

.concept-txt-02 {
  display: none;
}
.concept-txt-03 {
  margin-top: 20%;
}

.lyt-visual-01.type-03,
.lyt-visual-01.type-03 h2 {
  position: relative;
  z-index: 1;
}
.concept-txt-04 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 38%;
  max-height: 270px;
  background-color: rgba(0,0,0,0.7);
  z-index: 0;
}

#content-container #content2 {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.concept-box {
  overflow: hidden;
}
.concept-box .concept-ttl {
  position: relative;
  width: 50%;
  padding: 2% 2% 2% 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.concept-box .concept-img {
  width: 50%;
}
.concept-box:nth-child(odd) .concept-ttl,
.concept-box:nth-child(even) .concept-img {
  float: left;
}
.concept-box:nth-child(even) .concept-ttl,
.concept-box:nth-child(odd) .concept-img {
  float: right;
}

.concept-box .concept-ttl .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 14%;
  margin: 4%;
}
.concept-box .concept-ttl .icon img {
  width: 100%;
  max-width: 100%;
}

.concept-box .concept-img img {
  width: 100%;
}

.list-move {
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: rotateY(270deg);
  transform: rotateY(270deg);
}
.move-on {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

@media screen and (max-width: 1279px) {
  #content-container #content2 {
    width: 100%;
  }
}

@media screen and (max-width: 939px) {
  .concept-txt-01 {
    text-align: left !important;
  }
  .concept-txt-02 {
    display: block;
  }
  .concept-txt-03 {
    margin-top: 0;
  }
  .concept-txt-04 {
    display: none;
  }

  .concept-box .concept-ttl {
    width: 100%;
    padding: 7.5% 5% 2.5% 25%;
  }
  .concept-box .concept-img {
    width: 100%;
  }
  .concept-box:nth-child(odd) .concept-ttl,
  .concept-box:nth-child(even) .concept-img,
  .concept-box:nth-child(even) .concept-ttl,
  .concept-box:nth-child(odd) .concept-img {
    float: none;
  }

  .concept-box .concept-ttl .icon {
    margin: 7.5% 5%;
  }

  .concept-box .concept-ttl .doc-plain-01 br {
    display: none;
  }

  .list-move {
    -webkit-transition: transform 0s ease-out;
    transition: transform 0s ease-out;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .move-on {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}