@charset "UTF-8";
/* ----------------------------------------------------------------------
全体の設定
------------------------------------------------------------------------*/
html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400 !important;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  background: url(../images/img-beigebase.png) repeat;
  background-size: contain;
  line-height: 2;
  color: #222;
}

.wrapper {
  margin: 0;
  padding: 0;
  /*min-width: 1200px;*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    text-align: center;
    background: url(../images/img-beigebase.png) repeat;
    background-size: contain;
    line-height: 2;
    color: #222;
  }
  .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
* html body {
  overflow: hidden;
}

/* ----------------------------------------------------------------------
　表示・非表示設定
------------------------------------------------------------------------*/
/* PC版非表示設定 */
.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

/* SP版非表示設定 */
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
/* ----------------------------------------------------------------------
 margin - 余白
---------------------------------------------------------------------- */
.u-mt-xxsmall {
  margin: 5px 0 0;
}

.u-mt-xsmall {
  margin: 10px 0 0;
}

.u-mt-small {
  margin: 20px 0 0;
}

.u-mt {
  margin: 30px 0 0;
}

.u-mt-large {
  margin: 40px 0 0;
}

.u-mt-xlarge {
  margin: 50px 0 0;
}

.u-mt-xxlarge {
  margin: 60px 0 0;
}

.u-mr-xxsmall {
  margin: 0 5px 0 0;
}

.u-mr-xsmall {
  margin: 0 10px 0 0;
}

.u-mr-small {
  margin: 0 20px 0 0;
}

.u-mr {
  margin: 0 30px 0 0;
}

.u-mr-large {
  margin: 0 40px 0 0;
}

.u-mr-xlarge {
  margin: 0 50px 0 0;
}

.u-mb-xsmall {
  margin: 0 0 10px 0;
}

.u-mb-small {
  margin: 0 0 20px 0;
}

.u-mb {
  margin: 0 0 30px 0;
}

.u-mb-large {
  margin: 0 0 40px 0;
}

.u-mb-xlarge {
  margin: 0 0 50px 0;
}

.u-ml-xsmall {
  margin: 0 0 0 10px;
}

.u-ml-small {
  margin: 0 0 0 20px;
}

.u-ml {
  margin: 0 0 0 30px;
}

.u-ml-large {
  margin: 0 0 0 40px;
}

.u-ml-xlarge {
  margin: 0 0 0 50px;
}

/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.text-bd {
  font-weight: 700;
}

.text-ud {
  text-decoration: underline;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px;
}

.text14 {
  font-size: 14px;
}

.text15 {
  font-size: 15px;
}

.text16 {
  font-size: 16px;
}

.text18 {
  font-size: 18px;
}

.text20 {
  font-size: 20px;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text30 {
  font-size: 30px;
}

.text32 {
  font-size: 32px;
}

.text34 {
  font-size: 34px;
}

.text36 {
  font-size: 36px;
}

.text38 {
  font-size: 38px;
}

.text40 {
  font-size: 40px;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.cboth {
  clear: both;
}

/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none !important;
}

header {
  margin: 0 auto;
  padding: 15px 20px;
  width: 100%;
  z-index: 9;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
header h1 {
  margin: 15px 0 0;
  padding: 0;
  width: 200px;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .header-menu {
  margin: 0;
  padding: 0;
  width: 700px;
  display: flex;
  justify-content: space-between;
}
header .header-menu li:nth-child(-n+4) {
  margin: 0;
  padding: 0;
  width: 15%;
  text-align: center;
}
header .header-menu li:nth-child(-n+4) .h-icon {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  width: 47px;
}
header .header-menu li:nth-child(-n+4) .h-icon img {
  width: 100%;
  height: auto;
}
header .header-menu li:nth-child(-n+4) .h-icon:hover {
  opacity: 0.9;
}
header .header-menu li:nth-child(-n+4) .h-menu-text {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
header .header-menu li:nth-child(-n+4) .h-menu-text a {
  color: #72432E;
}
header .header-menu li:nth-child(-n+4) .h-menu-text a:hover {
  color: #ad7155;
}
header .header-menu li:last-child {
  margin: 0;
  padding: 0;
  width: 25%;
}
header .header-menu li:last-child .h-icon-contact {
  margin: 10px auto 0;
  padding: 0;
  line-height: 0;
  width: 100%;
}
header .header-menu li:last-child .h-icon-contact img {
  width: 100%;
  height: auto;
}
header .header-menu li:last-child .h-icon-contact:hover {
  opacity: 0.9;
}

.fixed-header {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.fixed-header.is-show {
  top: 0;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  header {
    margin: 0 auto;
    padding: 5px 0px 5px;
    width: 100%;
    z-index: 9;
    background: #fff;
    height: 50px;
    position: fixed;
  }
  h1.logo {
    margin: 4px 0 0 10px;
    padding: 0;
    text-align: left;
    width: 25%;
  }
  h1.logo img {
    width: 100%;
    height: auto;
  }
  .spmenu-base {
    margin: 70px auto 0;
    padding: 0;
    text-align: left;
    width: 80%;
  }
  .spmenu-base li.sp-menu-home {
    margin: 0 0 20px;
    padding: 0 0 8px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: url(../images/icon-home.png) no-repeat;
    background-position: left 6px;
    background-size: 20px;
  }
  .spmenu-base li.sp-menu-items {
    margin: 0 0 20px;
    padding: 0 0 8px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: url(../images/icon-retailer.png) no-repeat;
    background-position: left 6px;
    background-size: 20px;
  }
  .spmenu-base li.sp-menu-farmers {
    margin: 0 0 20px;
    padding: 0 0 8px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: url(../images/icon-farmers.png) no-repeat;
    background-position: left 6px;
    background-size: 20px;
  }
  .spmenu-base li.sp-menu-aboutus {
    margin: 0 0 20px;
    padding: 0 0 8px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: url(../images/icon-company.png) no-repeat;
    background-position: left 6px;
    background-size: 20px;
  }
  .spmenu-base li.sp-menu-privacy {
    margin: 0 0 20px;
    padding: 0 0 8px 30px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: url(../images/icon-privacy.png) no-repeat;
    background-position: 2px 6px;
    background-size: 20px;
  }
  .spmenu-base li.sp-menu-home a,
  .spmenu-base li.sp-menu-items a,
  .spmenu-base li.sp-menu-farmers a,
  .spmenu-base li.sp-menu-aboutus a,
  .spmenu-base li.sp-menu-privacy a {
    color: #72432E;
  }
  .sp-contactbtn {
    margin: 30px auto;
    padding: 0;
    width: 50%;
  }
  .sp-contactbtn img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  h1.logo {
    margin: 8px 0 0 8px;
    padding: 0;
    text-align: left;
    width: 35%;
  }
  h1.logo img {
    width: 100%;
    height: auto;
  }
}
.header {
  width: 100%;
  background: url(../images/img-beigebase.png);
  height: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

.header-inner {
  max-width: 1200px;
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 870px) {
  .fixed-header {
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
  }
  .fixed-header.is-show {
    top: 0;
    visibility: visible;
  }
}
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  background: url(../images/img-beigebase-shitaji.png);
  background-position: center top;
  background-size: cover;
  z-index: 2;
}
footer .footer-base {
  margin: 0 auto;
  padding: 40px 10px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .footer-base .address-box {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 45%;
}
footer .footer-base .address-box .footer-logo {
  margin: 0;
  padding: 0;
  width: 180px;
  box-sizing: border-box;
  line-height: 0;
}
footer .footer-base .address-box .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-base .address-box .footer-address {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  width: 300px;
  line-height: 1.7;
}
footer .footer-base .footer-menu-area {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
  flex-wrap: wrap;
  position: relative;
}
footer .footer-base .footer-menu-area .f-menu {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) {
  margin: 0 8% 0 0;
  list-style: none;
  text-align: left;
  font-size: 14px;
}
footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) a {
  color: #222;
}
footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) a:hover {
  color: #72432E;
}
footer .footer-base .footer-menu-area .f-menu li:last-child {
  margin: 0;
  list-style: none;
  text-align: left;
  font-size: 14px;
}
footer .footer-base .footer-menu-area .f-menu li:last-child a {
  color: #222;
}
footer .footer-base .footer-menu-area .f-menu li:last-child a:hover {
  color: #72432E;
}
footer .footer-base .footer-menu-area .f-contactbtn {
  margin: 0;
  padding: 0;
  width: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
}
footer .footer-base .footer-menu-area .f-contactbtn img {
  width: 100%;
  height: auto;
}
footer .f-copyright {
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  background: #007C36;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  footer .footer-base .address-box {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 40%;
  }
  footer .footer-base .address-box .footer-logo {
    margin: 0 10px 0 0;
    padding: 0;
    width: 100px;
    box-sizing: border-box;
    line-height: 0;
  }
  footer .footer-base .address-box .footer-logo img {
    width: 100%;
    height: auto;
  }
  footer .footer-base .address-box .footer-address {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
    width: 250px;
    line-height: 1.7;
  }
  footer .footer-base .footer-menu-area {
    margin: 0 0 0 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-basis: 65%;
    flex-wrap: wrap;
    position: relative;
  }
  footer .footer-base .footer-menu-area .f-menu {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
  }
  footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) {
    margin: 0 5% 0 0;
    list-style: none;
    text-align: left;
    font-size: 12px;
  }
  footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) a {
    color: #222;
  }
  footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) a:hover {
    color: #72432E;
  }
  footer .footer-base .footer-menu-area .f-menu li:last-child {
    margin: 0;
    list-style: none;
    text-align: left;
    font-size: 12px;
  }
  footer .footer-base .footer-menu-area .f-menu li:last-child a {
    color: #222;
  }
  footer .footer-base .footer-menu-area .f-menu li:last-child a:hover {
    color: #72432E;
  }
  footer .footer-base .footer-menu-area .f-contactbtn {
    margin: 0;
    padding: 0;
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
  }
  footer .footer-base .footer-menu-area .f-contactbtn img {
    width: 100%;
    height: auto;
  }
  footer .f-copyright {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    background: #007C36;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  footer {
    margin: 0;
    padding: 0px 0 0;
    width: 100%;
    position: relative;
    background: url(../images/img-beigebase-shitaji.png);
    background-position: center top;
    background-size: cover;
    z-index: 2;
  }
  footer .footer-base {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 94%;
    display: flex;
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  footer .footer-base .address-box {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 45%;
  }
  footer .footer-base .address-box .footer-logo {
    margin: 0 auto 0 0;
    padding: 0;
    width: 40%;
    box-sizing: border-box;
    line-height: 0;
  }
  footer .footer-base .address-box .footer-logo img {
    width: 100%;
    height: auto;
  }
  footer .footer-base .address-box .footer-address {
    margin: 15px 0 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    width: 100%;
    line-height: 1.7;
  }
  footer .footer-base .footer-menu-area {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
  }
  footer .footer-base .footer-menu-area .f-menu {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) {
    margin: 0 0 10px;
    list-style: none;
    text-align: center;
    font-size: 14px;
    width: 33%;
  }
  footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) a {
    color: #222;
  }
  footer .footer-base .footer-menu-area .f-menu li:nth-child(-n+4) a:hover {
    color: #72432E;
  }
  footer .footer-base .footer-menu-area .f-menu li:last-child {
    margin: 0 0 10px;
    list-style: none;
    text-align: left;
    font-size: 14px;
    width: 50%;
  }
  footer .footer-base .footer-menu-area .f-menu li:last-child a {
    color: #222;
  }
  footer .footer-base .footer-menu-area .f-menu li:last-child a:hover {
    color: #72432E;
  }
  footer .footer-base .footer-menu-area .f-contactbtn {
    margin: 10px auto 0;
    padding: 0;
    width: 50%;
    position: relative;
    bottom: 0;
    left: 0;
    line-height: 0;
  }
  footer .footer-base .footer-menu-area .f-contactbtn img {
    width: 100%;
    height: auto;
  }
  footer .f-copyright {
    margin: 0;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    background: #007C36;
    color: #fff;
  }
}
#page-item01,
#page-item02,
#page-item03,
#page-item04 {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  #page-item01,
  #page-item02,
  #page-item03,
  #page-item04 {
    margin-top: -60px;
    padding-top: 60px;
  }
}
.text-brown {
  color: #72432E;
}

.text-green {
  color: #007C36;
}

.main-visual {
  margin: 0;
  padding: 0 0 10px;
  height: 650px;
  max-width: 100%;
  background: url(../images/img-brown-wave.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
}
.main-visual .mv-inner {
  margin: 0 auto;
  padding: 20px 10px 0;
  max-width: 1200px;
  height: 650px;
  position: relative;
  box-sizing: border-box;
}
.main-visual .mv-inner .green-01 {
  position: absolute;
  left: -60px;
  bottom: 180px;
}
.main-visual .mv-inner .green-02 {
  position: absolute;
  left: 0;
  bottom: 80px;
}
.main-visual .mv-inner .green-03 {
  position: absolute;
  right: -40px;
  bottom: 200px;
}
.main-visual .mv-inner .green-04 {
  position: absolute;
  right: 0px;
  bottom: 60px;
}
.main-visual .mv-inner .mainv-01 {
  margin: 0;
  padding: 0;
  text-align: left;
  left: -50px;
  width: 85%;
  position: absolute;
}
.main-visual .mv-inner .mainv-01 img {
  width: 100%;
  height: auto;
}
.main-visual .mv-inner .main-catch {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 0;
}

@media screen and (max-width: 1320px) {
  .main-visual {
    height: 600px;
  }
  .main-visual .mv-inner {
    height: 600px;
  }
  .main-visual .mv-inner .mainv-01 {
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 10px;
    width: 80%;
  }
  .main-visual .mv-inner .mainv-01 img {
    width: 100%;
    height: auto;
  }
  .main-visual .mv-inner .main-catch {
    right: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .main-visual {
    margin: 0;
    padding: 0 10px;
    height: 450px;
    max-width: 100%;
    background: url(../images/img-brown-wave.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .main-visual .mv-inner {
    height: 450px;
    padding: 20px 10px 0;
  }
  .main-visual .mv-inner .mainv-01 {
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 10px;
    width: 75%;
  }
  .main-visual .mv-inner .mainv-01 img {
    width: 100%;
    height: auto;
  }
  .main-visual .mv-inner .main-catch {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 18%;
  }
  .main-visual .mv-inner .main-catch img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin: 0;
    padding: 0;
    height: 500px;
    background: url(../images/img-brown-wave.png) no-repeat;
    background-position: center bottom;
    background-size: 200%;
    position: relative;
  }
  .main-visual .sp-mainv-01 {
    margin: 80px auto 0;
    padding: 0;
    width: 94%;
  }
  .main-visual .sp-mainv-01 img {
    width: 100%;
    height: auto;
  }
  .main-visual .main-catch {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    width: 32%;
  }
  .main-visual .main-catch img {
    width: 100%;
    height: auto;
  }
  .main-visual .sub-catch {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 55%;
    width: 60px;
  }
  .main-visual .sub-catch img {
    width: 100%;
    height: auto;
  }
  .main-visual .sp-green-01 {
    position: absolute;
    left: 10px;
    bottom: 40px;
  }
  .main-visual .sp-green-02 {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .main-visual {
    margin: 0;
    padding: 0;
    height: 300px;
    background: url(../images/img-brown-wave.png) no-repeat;
    background-position: center bottom;
    background-size: 200%;
    position: relative;
  }
  .main-visual .sp-mainv-01 {
    margin: 80px auto 0;
    padding: 0;
    width: 94%;
  }
  .main-visual .sp-mainv-01 img {
    width: 100%;
    height: auto;
  }
  .main-visual .main-catch {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    width: 40%;
  }
  .main-visual .main-catch img {
    width: 100%;
    height: auto;
  }
  .main-visual .sub-catch {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 55%;
    width: 60px;
  }
  .main-visual .sub-catch img {
    width: 100%;
    height: auto;
  }
  .main-visual .sp-green-01 {
    position: absolute;
    left: 10px;
    bottom: 40px;
  }
  .main-visual .sp-green-02 {
    position: absolute;
    right: 10px;
    bottom: 20px;
  }
}
.news-base {
  margin: 20px auto 70px;
  padding: 0;
  max-width: 1000px;
  text-align: left;
}
.news-base h2.news-heading {
  margin: 0;
  padding: 0 0 0 60px;
  background: url(../images/icon-news.png) no-repeat;
  background-position: left 2px;
  background-size: contain;
  font-size: 24px;
  font-weight: bold;
  color: #72432E;
}
.news-base .news-contents {
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid #ddd;
  width: 100%;
  text-align: left;
}
.news-base .news-contents li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
}
.news-base .news-contents li .top-news-date {
  margin: 0;
  padding: 0;
  width: 17%;
}
.news-base .news-contents li .top-news-text {
  margin: 0;
  padding: 0;
  width: 80%;
}
.news-base .news-contents li .top-news-text a {
  text-decoration: underline;
  color: #222;
}
.news-base .news-contents li .top-news-text a:hover {
  text-decoration: none;
}
.news-base .news-contents li .top-news-text a.i-pdf {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: auto;
  line-height: 0;
}
.news-base .news-contents li .top-news-text a.i-pdf img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1020px) {
  .news-base {
    padding: 0 10px;
  }
}
.news-arcbtn {
  margin: 30px 0 0 auto;
  padding: 0;
  text-align: right;
  width: 160px;
  line-height: 0;
}
.news-arcbtn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news-base {
    margin: 40px auto;
    padding: 0;
    max-width: 94%;
    text-align: left;
  }
  .news-base h2.news-heading {
    margin: 0;
    padding: 0 0 0 50px;
    background: url(../images/icon-news.png) no-repeat;
    background-position: left 1px;
    background-size: contain;
    font-size: 20px;
    font-weight: bold;
    color: #72432E;
  }
  .news-base .news-contents {
    margin: 20px 0 0;
    padding: 0;
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: left;
  }
  .news-base .news-contents li {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
  }
  .news-base .news-contents li .top-news-date {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .news-base .news-contents li .top-news-text {
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
  }
  .news-arcbtn {
    margin: 30px auto 0;
    padding: 0;
    text-align: right;
    width: 50%;
    line-height: 0;
  }
  .news-arcbtn img {
    width: 100%;
    height: auto;
  }
}
.top-about-base {
  margin: 0;
  padding: 60px 0;
  background: url(../images/img-greenbase.png);
  background-position: center top;
  background-size: cover;
}
.top-about-base .about-text01 {
  font-size: 28px;
  font-weight: bold;
  color: #72432E;
  line-height: 1.7;
}
.top-about-base .about-text01 .text-strong {
  font-size: 36px;
}
.top-about-base .about-text02 {
  margin: 10px auto 0;
  padding: 0;
  max-width: 600px;
  text-align: left;
}
.top-about-base .about-ill {
  margin: 40px auto 0;
  padding: 0;
  width: 600px;
}
.top-about-base .about-ill img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-about-base {
    margin: 0 auto;
    padding: 40px 0;
    background: url(../images/img-greenbase.png);
    background-position: center top;
    background-size: cover;
  }
  .top-about-base .about-text01 {
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #72432E;
    line-height: 1.7;
    text-align: left;
    width: 94%;
  }
  .top-about-base .about-text01 .text-strong {
    font-size: 24px;
  }
  .top-about-base .about-text02 {
    margin: 10px auto 0;
    padding: 0;
    max-width: 94%;
    text-align: left;
  }
  .top-about-base .about-ill {
    margin: 40px auto 0;
    padding: 0;
    width: 94%;
  }
  .top-about-base .about-ill img {
    width: 100%;
    height: auto;
  }
}
.top-tokuchou-base {
  margin: 0;
  padding: 60px 10px;
  background: url(../images/img-beigebase-shitaji.png);
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}
.top-tokuchou-base .top-tokuchou-lead {
  margin: 10px 0 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
}
.top-tokuchou-base .box-jyurai {
  margin: 30px auto 0;
  padding: 40px 0 45px;
  background: #fff;
  max-width: 1200px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.top-tokuchou-base .box-jyurai .tokucho-arrow {
  position: absolute;
  bottom: -40px;
  left: 35%;
}
.top-tokuchou-base .box-actice {
  margin: 0 auto;
  padding: 55px 0 40px;
  background: #D2F9E3;
  max-width: 1200px;
  text-align: center;
  box-sizing: border-box;
}
.top-tokuchou-base .tokucho-heading {
  font-size: 22px;
  font-weight: bold;
}
.top-tokuchou-base .tokucho-jyurai-ill {
  margin: 30px auto 0;
  padding: 0 10px;
  max-width: 900px;
}
.top-tokuchou-base .tokucho-jyurai-ill img {
  width: 100%;
  height: auto;
}
.top-tokuchou-base .tokucho-actice-ill {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 900px;
}
.top-tokuchou-base .tokucho-actice-ill img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .top-tokuchou-base {
    margin: 0;
    padding: 40px 0;
    background: url(../images/img-beigebase-shitaji.png);
    background-position: center top;
    background-size: cover;
  }
  .top-tokuchou-base .top-tokuchou-lead {
    margin: 10px auto 0;
    padding: 0;
    font-size: 18px;
    text-align: left;
    width: 94%;
  }
  .top-tokuchou-base .box-jyurai {
    margin: 30px auto 0;
    padding: 20px 10px 30px;
    background: #fff;
    width: 94%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
  }
  .top-tokuchou-base .box-jyurai .sp-tokucho-text {
    font-size: 14px;
  }
  .top-tokuchou-base .box-jyurai .tokucho-arrow {
    position: absolute;
    bottom: -25px;
    left: 30%;
    width: 55px;
  }
  .top-tokuchou-base .box-jyurai .tokucho-arrow img {
    width: 100%;
    height: auto;
  }
  .top-tokuchou-base .box-actice {
    margin: 0 auto;
    padding: 30px 10px 20px;
    background: #D2F9E3;
    width: 94%;
    text-align: center;
    box-sizing: border-box;
  }
  .top-tokuchou-base .box-actice .sp-tokucho-text {
    font-size: 14px;
  }
  .top-tokuchou-base .tokucho-heading {
    font-size: 18px;
    font-weight: bold;
  }
  .top-tokuchou-base .tokucho-jyurai-ill {
    margin: 20px auto 0;
    padding: 0;
    max-width: 100%;
    line-height: 0;
  }
  .top-tokuchou-base .tokucho-jyurai-ill img {
    width: 100%;
    height: auto;
  }
  .top-tokuchou-base .tokucho-actice-ill {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    line-height: 0;
  }
  .top-tokuchou-base .tokucho-actice-ill img {
    width: 100%;
    height: auto;
  }
}
.banner-base {
  margin: 0;
  padding: 60px 10px;
  background: url(../images/img-greenbase.png);
  background-position: center top;
  background-size: cover;
}
.banner-base .banner-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 840px;
  display: flex;
  justify-content: space-between;
}
.banner-base .banner-inner .banner {
  margin: 0;
  padding: 0;
  width: 370px;
}
.banner-base .banner-inner .banner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .banner-base {
    margin: 0;
    padding: 30px 0;
    background: url(../images/img-greenbase.png);
    background-position: center top;
    background-size: cover;
  }
  .banner-base .banner-inner {
    margin: 0 auto;
    padding: 0;
    max-width: 840px;
    display: flex;
    flex-direction: column;
    width: 94%;
  }
  .banner-base .banner-inner .banner {
    margin: 10px auto;
    padding: 0;
    width: 90%;
  }
  .banner-base .banner-inner .banner img {
    width: 100%;
    height: auto;
  }
}
.banner-base-bottom {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 10px;
  background: url(../images/img-greenbase-bottom.png);
  background-position: center bottom;
  background-size: cover;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
}

.top-map-base {
  margin: -5px 0 0;
  padding: 0;
  height: 400px;
  /*background: url(../images/img-greenbase-bottom.png) no-repeat;
  background-position: center top;
  background-size: contain;*/
  z-index: 1;
  position: relative;
}

.page-heading-01 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
  color: #007C36;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-heading-01 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #007C36;
    text-align: center;
  }
}
.page-heading-02 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  color: #72432E;
  text-align: center;
}

.page-heading-03 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .page-heading-02 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #72432E;
    text-align: left;
    line-height: 1.5;
  }
  .page-heading-03 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    color: #222;
    text-align: left;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.breadcrumbs a {
  color: #222;
}
.breadcrumbs a:hover {
  color: #72432E;
  text-decoration: underline;
}

.page-base {
  margin: 60px auto 0;
  padding: 20px 0px 0px;
  max-width: 1200px;
  border-top: 1px solid #72432E;
  box-sizing: border-box;
}

.page-base-newsarc {
  margin: 60px auto 0;
  padding: 20px 0px 150px;
  max-width: 1200px;
  border-top: 1px solid #72432E;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .page-base {
    margin: 60px auto 0;
    padding: 20px 10px 0px;
    width: 100%;
    border-top: 1px solid #72432E;
    box-sizing: border-box;
  }
  .page-base-newsarc {
    margin: 60px auto 0;
    padding: 20px 10px 150px;
    width: 100%;
    border-top: 1px solid #72432E;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .page-base,
  .page-base-newsarc {
    margin: 60px auto 0;
    padding: 0;
    width: 94%;
    box-sizing: border-box;
    border-top: none;
  }
}
.pagetitle-items {
  margin: 20px 0 0;
  padding: 0 0 0 70px;
  font-size: 50px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-retailer.png) no-repeat;
  background-position: left 26px;
  background-size: 55px;
  letter-spacing: 3px;
}

.pagetitle-farmers {
  margin: 20px 0 0;
  padding: 0 0 0 70px;
  font-size: 50px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-farmers.png) no-repeat;
  background-position: left 26px;
  background-size: 55px;
  letter-spacing: 3px;
}

.pagetitle-aboutus {
  margin: 20px 0 0;
  padding: 0 0 0 70px;
  font-size: 50px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-company.png) no-repeat;
  background-position: left 26px;
  background-size: 55px;
  letter-spacing: 3px;
}

.pagetitle-privacy {
  margin: 20px 0 0;
  padding: 0 0 0 70px;
  font-size: 50px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-privacy.png) no-repeat;
  background-position: left 26px;
  background-size: 55px;
  letter-spacing: 3px;
}

.pagetitle-news {
  margin: 20px 0 0;
  padding: 0 0 0 70px;
  font-size: 50px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-news.png) no-repeat;
  background-position: left 26px;
  background-size: 55px;
  letter-spacing: 3px;
}

.pagetitle-contact {
  margin: 20px 0 0;
  padding: 0 0 0 70px;
  font-size: 50px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-contact.png) no-repeat;
  background-position: left 33px;
  background-size: 55px;
  letter-spacing: 3px;
}

@media screen and (max-width: 768px) {
  .pagetitle-items {
    margin: 20px 0 0;
    padding: 0 0 0 40px;
    font-size: 28px;
    font-weight: bold;
    color: #72432E;
    text-align: left;
    background: url(../images/icon-retailer.png) no-repeat;
    background-position: left 13px;
    background-size: 32px;
    letter-spacing: 3px;
  }
  .pagetitle-farmers {
    margin: 20px 0 0;
    padding: 0 0 0 40px;
    font-size: 28px;
    font-weight: bold;
    color: #72432E;
    text-align: left;
    background: url(../images/icon-farmers.png) no-repeat;
    background-position: left 13px;
    background-size: 32px;
    letter-spacing: 3px;
  }
  .pagetitle-aboutus {
    margin: 20px 0 0;
    padding: 0 0 0 40px;
    font-size: 28px;
    font-weight: bold;
    color: #72432E;
    text-align: left;
    background: url(../images/icon-company.png) no-repeat;
    background-position: left 13px;
    background-size: 32px;
    letter-spacing: 3px;
  }
  .pagetitle-privacy {
    margin: 20px 0 0;
    padding: 0 0 0 36px;
    font-size: 25px;
    font-weight: bold;
    color: #72432E;
    text-align: left;
    background: url(../images/icon-privacy.png) no-repeat;
    background-position: left 8px;
    background-size: 32px;
    letter-spacing: 0px;
  }
  .pagetitle-news {
  margin: 20px 0 0;
  padding: 0 0 0 38px;
  font-size: 25px;
  font-weight: bold;
  color: #72432E;
  text-align: left;
  background: url(../images/icon-news.png) no-repeat;
  background-position: left 10px;
  background-size: 32px;
  letter-spacing: 3px;
  }
  .pagetitle-contact {
    margin: 20px 0 0;
    padding: 0 0 0 40px;
    font-size: 25px;
    font-weight: bold;
    color: #72432E;
    text-align: left;
    background: url(../images/icon-contact.png) no-repeat;
    background-position: left 14px;
    background-size: 32px;
    letter-spacing: 0px;
  }
}
.pageitems-box {
  margin: 50px 0 0;
  padding: 50px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
.pageitems-box .items-network {
  margin: 30px auto 0;
  padding: 0;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
}
.pageitems-box .items-network li:nth-of-type(1),
.pageitems-box .items-network li:nth-of-type(2) {
  margin: 0;
  padding: 0;
  width: 30%;
  box-sizing: border-box;
  position: relative;
}
.pageitems-box .items-network li:nth-of-type(1) img,
.pageitems-box .items-network li:nth-of-type(2) img {
  width: 100%;
  height: auto;
}
.pageitems-box .items-network li:nth-of-type(1) .text,
.pageitems-box .items-network li:nth-of-type(2) .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.pageitems-box .items-network li:nth-of-type(3) {
  margin: 0;
  padding: 0;
  width: 30%;
  box-sizing: border-box;
  position: relative;
}
.pageitems-box .items-network li:nth-of-type(3) img {
  width: 100%;
  height: auto;
}
.pageitems-box .items-network li:nth-of-type(3) .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pageitems-box {
    margin: 50px 0 0;
    padding: 50px 30px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
  }
  .pageitems-box .items-network {
    margin: 30px auto 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .pageitems-box .items-network li:nth-of-type(1),
  .pageitems-box .items-network li:nth-of-type(2) {
    margin: 0;
    padding: 0;
    width: 32%;
    box-sizing: border-box;
    position: relative;
  }
  .pageitems-box .items-network li:nth-of-type(1) img,
  .pageitems-box .items-network li:nth-of-type(2) img {
    width: 100%;
    height: auto;
  }
  .pageitems-box .items-network li:nth-of-type(1) .text,
  .pageitems-box .items-network li:nth-of-type(2) .text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
  }
  .pageitems-box .items-network li:nth-of-type(3) {
    margin: 0;
    padding: 0;
    width: 32%;
    box-sizing: border-box;
    position: relative;
  }
  .pageitems-box .items-network li:nth-of-type(3) img {
    width: 100%;
    height: auto;
  }
  .pageitems-box .items-network li:nth-of-type(3) .text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .pageitems-box {
    margin: 30px 0 0;
    padding: 20px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
  }
  .pageitems-box .items-network {
    margin: 20px auto 0;
    padding: 0;
    max-width: 700px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .pageitems-box .items-network li:nth-of-type(1),
  .pageitems-box .items-network li:nth-of-type(2) {
    margin: 10px auto;
    padding: 0;
    width: 80%;
    box-sizing: border-box;
    position: relative;
  }
  .pageitems-box .items-network li:nth-of-type(1) img,
  .pageitems-box .items-network li:nth-of-type(2) img {
    width: 100%;
    height: auto;
  }
  .pageitems-box .items-network li:nth-of-type(1) .text,
  .pageitems-box .items-network li:nth-of-type(2) .text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .pageitems-box .items-network li:nth-of-type(3) {
    margin: 10px auto;
    padding: 0;
    width: 80%;
    box-sizing: border-box;
    position: relative;
  }
  .pageitems-box .items-network li:nth-of-type(3) img {
    width: 100%;
    height: auto;
  }
  .pageitems-box .items-network li:nth-of-type(3) .text {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    line-height: 1.4;
  }
}
.items-lead-01 {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .items-lead-01 {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.items-lead-02 {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .items-lead-02 {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
  }
}
.farmers-lead-01 {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .farmers-lead-01 {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .items-lead-01 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.page-contents-01 {
  margin: 0;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .page-contents-01 {
    margin: 0;
    padding: 30px 0;
  }
}
.items-location-01 {
  margin: 60px auto 0;
  padding: 0;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.items-location-01 .loc-img {
  margin: 0 0 0 30px;
  padding: 0;
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.items-location-01 .loc-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.items-location-01 .loc-img .location-stamp {
  margin: 0;
  padding: 17px 0 0 9px;
  background: url(../images/img-location-stamp.svg) no-repeat;
  width: 183px;
  height: 85px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  transform: rotate(-12deg);
  position: absolute;
  left: -30px;
  bottom: -20px;
}
.items-location-01 .loc-textarea {
  margin: 0;
  padding: 0;
  width: 57%;
  text-align: left;
}
.items-location-01 .loc-textarea .loc-heading {
  margin: 0;
  padding: 0 0 0 35px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/icon-kinoko.png) no-repeat;
  background-position: left 6px;
  background-size: 28px;
}
.items-location-01 .loc-textarea .loc-text {
  margin: 0;
  padding: 0;
}
.items-location-01 .loc-textarea .loc-note {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .items-location-01 {
    margin: 30px auto 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .items-location-01 .loc-img {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .items-location-01 .loc-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .items-location-01 .loc-img .location-stamp {
    margin: 0;
    padding: 17px 0 0 9px;
    background: url(../images/img-location-stamp.svg) no-repeat;
    width: 183px;
    height: 85px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    transform: rotate(-12deg);
    position: absolute;
    left: -30px;
    bottom: -20px;
  }
  .items-location-01 .loc-textarea {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .items-location-01 .loc-textarea .loc-heading {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/icon-kinoko.png) no-repeat;
    background-position: left 5px;
    background-size: 24px;
  }
  .items-location-01 .loc-textarea .loc-text {
    margin: 0;
    padding: 0;
  }
}
.items-location-02 {
  margin: 60px auto 0;
  padding: 0;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.items-location-02 .loc-img {
  margin: 0 20px 0 0;
  padding: 0;
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.items-location-02 .loc-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.items-location-02 .loc-img .location-stamp {
  margin: 0;
  padding: 17px 0 0 9px;
  background: url(../images/img-location-stamp.svg) no-repeat;
  width: 183px;
  height: 85px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
  transform: rotate(-12deg);
  position: absolute;
  left: -30px;
  bottom: -20px;
}
.items-location-02 .loc-textarea {
  margin: 0;
  padding: 0;
  width: 58%;
  text-align: left;
}
.items-location-02 .loc-textarea .loc-heading {
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/icon-ninniku.png) no-repeat;
  background-position: left 6px;
  background-size: 28px;
}
.items-location-02 .loc-textarea .loc-text {
  margin: 0;
  padding: 0;
}
.items-location-02 .loc-textarea .loc-note {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .items-location-02 {
    margin: 60px auto 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    box-sizing: border-box;
  }
  .items-location-02 .loc-img {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .items-location-02 .loc-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .items-location-02 .loc-img .location-stamp {
    margin: 0;
    padding: 17px 0 0 9px;
    background: url(../images/img-location-stamp.svg) no-repeat;
    width: 183px;
    height: 85px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    transform: rotate(-12deg);
    position: absolute;
    left: -30px;
    bottom: -20px;
  }
  .items-location-02 .loc-textarea {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .items-location-02 .loc-textarea .loc-heading {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/icon-ninniku.png) no-repeat;
    background-position: left 5px;
    background-size: 24px;
  }
  .items-location-02 .loc-textarea .loc-text {
    margin: 0;
    padding: 0;
  }
}
.items-location-03 {
  margin: 60px auto 0;
  padding: 0;
  max-width: 1000px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
.items-location-03 .loc-img {
  margin: 0 0 0 30px;
  padding: 0;
  width: 35%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.items-location-03 .loc-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.items-location-03 .loc-img .location-stamp {
  margin: 0;
    padding: 17px 0 0 9px;
    background: url(../images/img-location-stamp.svg) no-repeat;
    width: 183px;
    height: 85px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    transform: rotate(-12deg);
    position: absolute;
    left: -30px;
    bottom: -20px;
}
.items-location-03 .loc-textarea {
  margin: 0;
  padding: 0;
  width: 57%;
  text-align: left;
}
.items-location-03 .loc-textarea .loc-heading {
  margin: 0;
  padding: 0 0 0 40px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/icon-syouga.png) no-repeat;
  background-position: left 9px;
  background-size: 32px;
}
.items-location-03 .loc-textarea .loc-text {
  margin: 0;
  padding: 0;
}
.items-location-03 .loc-textarea .loc-note {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .items-location-03 {
    margin: 60px auto 0;
    padding: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .items-location-03 .loc-img {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
  }
  .items-location-03 .loc-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .items-location-03 .loc-img .location-stamp {
    margin: 0;
    padding: 17px 0 0 9px;
    background: url(../images/img-location-stamp.svg) no-repeat;
    width: 183px;
    height: 85px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    box-sizing: border-box;
    transform: rotate(-12deg);
    position: absolute;
    left: -30px;
    bottom: -20px;
  }
  .items-location-03 .loc-textarea {
    margin: 40px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .items-location-03 .loc-textarea .loc-heading {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/icon-syouga.png) no-repeat;
    background-position: left 5px;
    background-size: 24px;
  }
  .items-location-03 .loc-textarea .loc-text {
    margin: 0;
    padding: 0;
  }
}
.wh-base {
  width: 100%;
  background: #fff;
}

.page-items-archive {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1000px;
}

@media screen and (max-width: 1020px) {
  .page-items-archive {
    margin: 0 auto;
    padding: 50px 10px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1020px) {
  .page-items-archive {
    margin: 0 auto;
    padding: 50px 10px;
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .page-items-archive {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 94%;
  }
}
.items-archive-ill {
  margin: 50px 0 0;
  padding: 0;
  width: 100%;
}
.items-archive-ill img {
  width: 100%;
  height: auto;
}

.items-heading {
  margin: 30px 0 0;
  padding: 3px 10px;
  background: #007C36;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.items-list {
  margin: 10px 0 0;
  padding: 0 0 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  list-style-type: disc;
  border-bottom: 1px solid #ddd;
}
.items-list li {
  margin: 0 0 0 20px;
  padding: 0;
  width: 40%;
  box-sizing: border-box;
}

.items-prefecture {
  margin: 10px 0 0;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.items-period {
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}

.items-period-green {
  margin: 10px 0 0;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #007C36;
}

.farmers-sublead {
  margin: 20px auto 50px;
  padding: 0;
  max-width: 1000px;
  text-align: left;
}

.support-base {
  margin: 40px 0 0;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.support-base .support-icon {
  margin: 0;
  padding: 0;
  width: 16%;
  position: relative;
  line-height: 0;
}
.support-base .support-icon img {
  width: 100%;
  height: auto;
}
.support-base .support-text {
  margin: 0;
  padding: 0;
  width: 81%;
  text-align: left;
}
.support-base .support-text .support-heading {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .support-base {
    margin: 20px 0 0;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .support-base .support-icon {
    margin: 0 auto;
    padding: 0;
    width: 70%;
    position: relative;
    line-height: 0;
  }
  .support-base .support-icon img {
    width: 100%;
    height: auto;
  }
  .support-base .support-text {
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .support-base .support-text .support-heading {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.torihiki-base {
  margin: 50px auto 0;
  padding: 0;
  max-width: 750px;
  display: flex;
  justify-content: space-between;
}
.torihiki-base li {
  margin: 0;
  padding: 0;
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
}
.torihiki-base li img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.torihiki-text {
  margin: 5px 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .torihiki-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
  }
}
.sp-torihiki-img {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
.sp-torihiki-img img {
  width: 100%;
  height: auto;
}

.aboutus-list {
  margin: 15px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #ddd;
  text-align: left;
  line-height: 1.7;
}
.aboutus-list li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.aboutus-list li .aboutus-item {
  font-size: 16px;
  width: 15%;
  font-weight: bold;
}
.aboutus-list li .aboutus-text {
  font-size: 16px;
  width: 80%;
}

@media screen and (max-width: 768px) {
  .aboutus-list {
    margin: 25px 0 0;
    padding: 0;
    border-top: 0px solid #ddd;
    text-align: left;
    line-height: 1.7;
  }
  .aboutus-list li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 0px solid #ddd;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .aboutus-list li .aboutus-item {
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
  }
  .aboutus-list li .aboutus-text {
    font-size: 16px;
    width: 100%;
    margin: 10px 0 0;
  }
}
.greeting-box {
  margin: 70px 0 0;
  padding: 45px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.greeting-heading {
  margin: 0;
  padding: 0 0 25px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  line-height: 1;
}

.greeting-lead {
  margin: 20px 0 0;
  padding: 0;
  font-size: 20px;
}

.greeting-sign {
  margin: 20px 0 0;
  padding: 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .greeting-box {
    margin: 40px 0 0;
    padding: 20px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .greeting-heading {
    margin: 0;
    padding: 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    line-height: 1;
  }
  .greeting-lead {
    margin: 15px 0 0;
    padding: 0;
    font-size: 18px;
  }
  .greeting-sign {
    margin: 15px 0 0 auto;
    padding: 0;
    text-align: right;
    width: 100%;
    font-size: 14px;
  }
  .greeting-sign img {
    width: 50%;
    height: auto;
  }
}
.page-privacy,
.page-newsarchive {
  margin: 60px 0 0;
  padding: 40px 40px 10px;
  background: #fff;
  text-align: left;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  .page-privacy,
  .page-newsarchive {
    margin: 40px 0 0;
    padding: 15px 18px 1px;
    background: #fff;
    text-align: left;
  }
}
.privacy-list {
  margin: 30px 0 0;
  padding: 0;
  text-align: left;
}
.privacy-list li {
  margin: 0 0 30px;
  padding: 0;
}
.privacy-list li .privacy-heading {
  margin: 0;
  padding: 0 0 5px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.privacy-list li .privacy-text {
  margin: 5px 0 0;
  padding: 0;
}
.privacy-list li .privacy-text .inner-list {
  margin: 0;
  padding: 0;
}
.privacy-list li .privacy-text .inner-list li {
  list-style-type: disc;
  margin: 0 0 0 20px;
  padding: 0;
}
.privacy-list li .privacy-text a {
  text-decoration: underline;
  color: #222;
}
.privacy-list li .privacy-text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .privacy-list {
    margin: 20px 0 0;
    padding: 0;
    text-align: left;
  }
  .privacy-list li {
    margin: 0 0 20px;
    padding: 0;
  }
  .privacy-list li .privacy-heading {
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
  }
  .privacy-list li .privacy-text {
    margin: 5px 0 0;
    padding: 0;
  }
  .privacy-list li .privacy-text .inner-list {
    margin: 0;
    padding: 0;
  }
  .privacy-list li .privacy-text .inner-list li {
    list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0;
  }
  .privacy-list li .privacy-text a {
    text-decoration: underline;
    color: #222;
  }
  .privacy-list li .privacy-text a:hover {
    text-decoration: none;
  }
}
.news-archive-list {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.news-archive-list li {
  margin: 0 0 30px;
  padding: 0 0 30px;
  display: flex;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.news-archive-list li .news-arc-date {
  margin: 0;
  padding: 0;
  width: 15%;
}
.news-archive-list li .news-arc-text {
  margin: 0;
  padding: 0;
  width: 84%;
}
.news-archive-list li .news-arc-text a {
  color: #222;
  text-decoration: underline;
}
.news-archive-list li .news-arc-text a:hover {
  text-decoration: none;
}
.news-archive-list li .news-arc-text a.i-pdf {
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: auto;
  line-height: 0;
}
.news-archive-list li .news-arc-text a.i-pdf img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news-archive-list {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .news-archive-list li {
    margin: 0 0 15px;
    padding: 0 0 15px;
    display: flex;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .news-archive-list li .news-arc-date {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .news-archive-list li .news-arc-text {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
  }
  .news-archive-list li .news-arc-text a {
    color: #222;
    text-decoration: underline;
  }
  .news-archive-list li .news-arc-text a:hover {
    text-decoration: none;
  }
}
.pagetop {
  position: fixed;
  right: 2.5%;
  bottom: -200px;
  transition: 0.7s ease-out;
  z-index: 3;
}

.pagetop.is-active {
  bottom: 30px;
}

@media screen and (max-width: 768px) {
  .pagetop {
    position: fixed;
    right: 2.5%;
    bottom: -200px;
    transition: 0.7s ease-out;
    width: 55px;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
  .pagetop.is-active {
    bottom: 5px;
  }
}
.ryutsu-box {
  margin: 40px auto 0;
  padding: 30px 50px;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  background: #167c36;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}
.ryutsu-box div.left {
  margin: 0;
  padding: 0;
  width: 40%;
}
.ryutsu-box div.left img {
  width: 100%;
  height: auto;
}
.ryutsu-box div.left .ryutsu-heading {
  margin: 0 0 2px;
  padding: 0 0 2px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.ryutsu-box div.right {
  margin: 0;
  padding: 0;
  width: 46%;
}
.ryutsu-box div.right img {
  width: 100%;
  height: auto;
}
.ryutsu-box .ryutsu-heading {
  margin: 0 0 2px;
  padding: 0 0 2px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .ryutsu-box {
    margin: 30px auto 0;
    padding: 10px 15px;
    max-width: 94%;
    display: flex;
    flex-direction: column;
    background: #167c36;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
  }
  .ryutsu-box div.left {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .ryutsu-box div.left img {
    width: 100%;
    height: auto;
  }
  .ryutsu-box div.left .ryutsu-heading {
    margin: 0 0 2px;
    padding: 0 0 2px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
  .ryutsu-box div.right {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
  }
  .ryutsu-box div.right img {
    width: 100%;
    height: auto;
  }
  .ryutsu-box .ryutsu-heading {
    margin: 0 0 2px;
    padding: 0 0 2px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
  }
}

.slide-items {
  display: none;
}
.slide-items.slick-initialized {
  display: block;
}

.slide-items{
  width: 100%;
  height: auto;
  margin: auto;
}

.slide-items img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 30px;
}

.slick-prev:before {
  left: 100px;
}

.slick-next:before {
 margin: 0 100px 0 0;
}

.slick-dots li {
    display: none;
}


.slick-dots li button:before {
  font-size: 18px;
  top: 6px;
}

.slick-dots li {
    display: none;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */


.form-height{
  height: 1350px;
}

@media screen and (max-width: 768px) {
.form-height{
  min-height: 1550px;
}
}