@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

#main .section:nth-child(odd) {
  background-color: #f3f0e8;
}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  position: relative;
  z-index: 1;
}

#visual div.item.pc {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.item.sp {
    display: none;
  }

  #visual div.item.pc {
    display: block;
  }

}

/** ***************************************************************************
 * テキスト
 */

#visual div.text {
  width: 84%;
  max-width: 315px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.text {
    width: 48%;
    max-width: 100%;
  }

}

/** ***************************************************************************
 * 画像
 */

#visual div.item img {
  max-width: none;
  width: 109vw;
  position: relative;
  left: -9vw;
}

#visual.play div.item img {
  animation: 5.5s linear 0s forwards normal slideReset;
}

#visual.play div.item.slick-current img {
  animation: 5.5s linear 0s forwards normal slideStart;
  animation: 5.5s linear 0s forwards normal slideStart;
}

/* :::::::: アニメーション :::::::: */

@keyframes slideReset {
  0% {
    opacity: 0.5;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 9vw;
  }
}

@keyframes slideStart {
  0% {
    left: -9vw;
  }
  100% {
    left: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.item img {
    width: 105vw;
    left: -5vw;
  }

  /* :::::::: アニメーション :::::::: */

  @keyframes slideReset {
    0% {
      opacity: 0.5;
      left: 0;
    }
    100% {
      opacity: 1;
      left: 5vw;
    }
  }

  @keyframes slideStart {
    0% {
      left: -5vw;
    }
    100% {
      left: 0;
    }
  }

}

/** ***************************************************************************
 * 紹介文
 * ************************************************************************* */

#lead.section {
  padding-bottom: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead.section {
    padding-bottom: 80px;
  }

}

/** ***************************************************************************
 * タイトル
 */

#lead .section-title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: table;
}

#lead .section-title strong {
  width: 11em;
  vertical-align: middle;
  display: table-cell;
}

#lead .section-title::before {
  content: '';
  width: 3.825em;
  height: 4.75em;
  background: url("../_image/index/lead-illustration-1-sp.png") no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  display: table-cell;
}

#lead .section-title::after {
  content: '';
  width: 3.825em;
  height: 4.75em;
  border: none;
  background: url("../_image/index/lead-illustration-2-sp.png") no-repeat;
  background-size: 100% auto;
  position: static;
  vertical-align: middle;
  display: table-cell;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead .section-title {
    margin-bottom: 10px;
  }

  #lead .section-title strong {
    width: auto;
    display: block;
  }

  #lead .section-title::before {
    content: none;
  }

  #lead .section-title::after {
    content: none;
  }

}

/** ***************************************************************************
 * 内容
 */

#lead div.content {
  font-size: 1.143em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    padding: 1em 24%;
    letter-spacing: 2px;
    font-size: 1.2em;
    position: relative;
  }

  #lead div.content::before,
  #lead div.content::after {
    content: '';
    width: 20%;
    height: 100%;
    margin-top: -1em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
  }

  #lead div.content::before {
    background-image: url("../_image/index/lead-illustration-1-pc.png");
    left: 0;
  }

  #lead div.content::after {
    background-image: url("../_image/index/lead-illustration-2-pc.png");
    right: 0;
  }

}

/** ***************************************************************************
 * 中長期 推進目標
 */

#lead div.mokuhyo {
  max-width: 500px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.mokuhyo {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

}

/** ***************************************************************************
 * ボタン
 */

#lead div.button {
  margin-top: 30px;
  text-align: center;
}

#lead div.button a {
  text-decoration: none;
  display: inline-block;
}

#lead div.button img {
  max-width: 14em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.button img {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * 茶農業の技術開発
 * ************************************************************************* */

#tech.section {
  padding-bottom: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #tech.section {
    padding-bottom: 80px;
  }

}

/** ***************************************************************************
 * タイトル
 */

#tech .section-title {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: table;
}

#tech .section-title strong {
  width: 11em;
  vertical-align: middle;
  display: table-cell;
}

#tech .section-title::before {
  content: '';
  width: 3.825em;
  height: 4.75em;
  background: url("../_image/index/tech-illustration-1.png") no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  display: table-cell;
}

#tech .section-title::after {
  content: '';
  width: 3.825em;
  height: 4.75em;
  border: none;
  background: url("../_image/index/tech-illustration-2.png") no-repeat;
  background-size: 100% auto;
  position: static;
  vertical-align: middle;
  display: table-cell;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #tech .section-title {
    margin-bottom: 10px;
  }

  #tech .section-title strong {
    width: auto;
    display: block;
  }

  #tech .section-title::before {
    content: none;
  }

  #tech .section-title::after {
    content: none;
  }

}

/** ***************************************************************************
 * 内容
 */

#tech div.content {
  font-size: 1.143em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #tech div.content {
    min-height: 190px;
    padding: 1em 24%;
    letter-spacing: 2px;
    font-size: 1.2em;
    position: relative;
  }

  #tech div.content::before,
  #tech div.content::after {
    content: '';
    width: 20%;
    height: 100%;
    margin-top: -1em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
  }

  #tech div.content::before {
    background-image: url("../_image/index/tech-illustration-1.png");
    left: 0;
  }

  #tech div.content::after {
    background-image: url("../_image/index/tech-illustration-2.png");
    right: 0;
  }

}

/** ***************************************************************************
 * 中長期 推進目標
 */

#tech div.mokuhyo {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #tech div.mokuhyo {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * ボタン
 */

#tech div.button {
  margin-top: 30px;
  text-align: center;
}

#tech div.button a {
  text-decoration: none;
  display: inline-block;
}

#tech div.button img {
  max-width: 14em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #tech div.button img {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * 概要と関係図
 * ************************************************************************* */

#outline.section {
  padding-bottom: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #outline.section {
    padding-bottom: 80px;
  }

}

/** ***************************************************************************
 * タイトル
 */

#outline .section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: table;
}

#outline .section-title strong {
  width: 11em;
  vertical-align: middle;
  display: table-cell;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #outline .section-title {
    margin-bottom: 30px;
  }

  #outline .section-title strong {
    width: auto;
    display: block;
  }

}

/** ***************************************************************************
 * 契約栽培 / 新産地事業
 */

#outline div.contents .item {
  max-width: 460px;
  padding: 25px 15px 30px;
  border: 4px solid #1d7a40;
  display: flex;
  flex-direction: column;
}

#outline div.contents .item:nth-child(1) {
  animation-delay: 0.0s;
}

#outline div.contents .item:nth-child(2) {
  animation-delay: 0.3s;
}

#outline div.contents .item:nth-child(3) {
  animation-delay: 0.6s;
}

#outline div.contents .item:nth-child(4) {
  animation-delay: 0.9s;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #outline div.contents .item {
    max-width: 100%;
    min-width: 460px;
  }

  #outline div.contents .item:nth-child(1) {
    animation-delay: 0.0s;
  }

  #outline div.contents .item:nth-child(2) {
    animation-delay: 0.3s;
  }

  #outline div.contents .item:nth-child(3) {
    animation-delay: 0.3s;
  }

  #outline div.contents .item:nth-child(4) {
    animation-delay: 0.6s;
  }

}

/** ---------------------------------------------------------------------------
 * タイトル
 */

#outline div.contents .item .item-title {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 1.428em;
  font-weight: 500;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #outline div.contents .item .item-title {
    margin-bottom: 30px;
    font-size: 1.73em;
  }

}

/** ---------------------------------------------------------------------------
 * 画像
 */

#outline div.contents .item div.image {
  margin-bottom: 20px;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #outline div.contents .item div.image {
    margin-bottom: 30px;
  }

}

/** ---------------------------------------------------------------------------
 * 内容
 */

#outline div.contents .item div.content {
}

/** ---------------------------------------------------------------------------
 * ボタン
 */

#outline div.contents .item div.button {
  margin-top: 20px;
  text-align: center;
}

#outline div.contents .item div.button img {
  max-width: 9em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #outline div.contents .item div.button {
    margin-top: 30px;
  }

  #outline div.contents .item div.button img {
    max-width: 100%;
  }

}

/** ***************************************************************************
 * 緑茶原料以外の契約栽培
 * ************************************************************************* */

/** ***************************************************************************
 * タイトル
 */

#vegetable .section-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: table;
}

#vegetable .section-title strong {
  width: 11em;
  vertical-align: middle;
  display: table-cell;
}

#vegetable .section-title::before {
  content: '';
  width: 4.65em;
  height: 4.25em;
  background: url("../_image/_common/icon-ninjin.png") no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  display: table-cell;
}

#vegetable .section-title::after {
  content: '';
  width: 4.65em;
  height: 4.25em;
  border: none;
  background: url("../_image/_common/icon-moroheiya.png") no-repeat;
  background-size: 100% auto;
  position: static;
  vertical-align: middle;
  display: table-cell;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #vegetable .section-title {
    margin-bottom: 10px;
  }

  #vegetable .section-title strong {
    width: auto;
    display: block;
  }

  #vegetable .section-title::before {
    content: none;
  }

  #vegetable .section-title::after {
    content: none;
  }

}

/** ***************************************************************************
 * 内容
 */

#vegetable div.content {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.143em;
  display: table;
}

#vegetable div.content .button {
  text-align: center;
}

#vegetable div.content .button a {
  text-decoration: none;
  display: inline-block;
}

#vegetable div.content .button img {
  max-width: 9em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #vegetable div.content {
    padding: 1em 15%;
    letter-spacing: 2px;
    font-size: 1.2em;
    position: relative;
  }

  #vegetable div.content::before,
  #vegetable div.content::after {
    content: '';
    width: 19.4%;
    height: 100%;
    margin-top: -1em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
  }

  #vegetable div.content::before {
    background-image: url("../_image/_common/icon-ninjin.png");
    left: 0;
  }

  #vegetable div.content::after {
    background-image: url("../_image/_common/icon-moroheiya.png");
    right: 0;
  }

  #vegetable div.content .button {
    margin-top: 2em;
  }

  #vegetable div.content .button img {
    max-width: 100%;
  }

}
