@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Oswald:wght@500&family=Shippori+Mincho:wght@500&display=swap");
.clearfix:before, .flex-style:before,
.clearfix:after,
.flex-style:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after, .flex-style:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix, .flex-style {
  zoom: 1;
}
.clearfix:after, .flex-style:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex, .all-wrapper #top .section02 .flex-box-02 .list-area, .all-wrapper .align-table, .all-wrapper .align-table2, .flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4, .flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap, .all-wrapper #top .section02 .flex-box-02 .list-area, .all-wrapper .align-table, .all-wrapper .align-table2, .flex-style {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column, .flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style .box-3, .flex-style .box-2a, .flex-style .box-2b, .flex-style .box-4 {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style .box-4 {
    width: 46%;
    margin: 0 2% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 29.33%;
    margin: 0 2% 40px;
  }
  .flex-style .box-4 {
    width: 21%;
    margin: 0 2% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a, .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.btnA a {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 10px 120px 20px 0px;
  text-decoration: none;
  border-bottom: 3px solid #2E7C53;
  font-size: 2rem;
}
.btnA a:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 30px;
  width: 60px;
  height: 1px;
  background: #000;
}
.btnA a:after {
  content: "";
  position: absolute;
  top: 49%;
  right: 30px;
  width: 9px;
  height: 1px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btnA a img {
  display: inline-block;
  width: 21px;
  height: auto;
  margin-right: 15px;
  vertical-align: -6px;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 10px 180px 20px 0px;
    font-size: 2.4rem;
  }
}

/*　////////////////////////////////
見出し
//////////////////////////////////　*/
.all-wrapper {
  /*--------大きい文字のみの見出し--------*/
  /*--------背景グラデーションの見出し--------*/
  /*--------両端に森のイラストがある見出し--------*/
  /*--------下に三角形の見出し--------*/
  /*　////////////////////////////////
  表　スタイル
  //////////////////////////////////　*/
}
.all-wrapper .h-style-a {
  margin-bottom: 20px;
  font-size: 2.8rem;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .all-wrapper .h-style-a {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-style-a {
    margin-bottom: 30px;
    font-size: 4.6rem;
  }
}
.all-wrapper .h-style-b {
  background: rgb(76, 122, 46);
  background: -webkit-gradient(linear, right top, left top, from(rgb(76, 122, 46)), to(rgb(46, 124, 83)));
  background: linear-gradient(270deg, rgb(76, 122, 46) 0%, rgb(46, 124, 83) 100%);
  color: #fff;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.all-wrapper .h-style-b span {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
  margin-left: 25px;
  vertical-align: 3px;
}
@media (min-width: 768px) {
  .all-wrapper .h-style-b {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .all-wrapper .h-style-b span {
    font-size: 1.7rem;
    margin-left: 40px;
    vertical-align: 5px;
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-style-b {
    font-size: 3.6rem;
  }
}
.all-wrapper .h-forest {
  text-align: center;
  position: relative;
  font-size: 1.8rem;
  padding-top: 50px;
  margin-bottom: 15px;
}
.all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
  content: "";
  position: absolute;
  background-image: url("../img/common/forest.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 72px;
  height: 26px;
}
.all-wrapper .h-forest::before {
  top: 0%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
}
.all-wrapper .h-forest::after {
  display: none;
}
@media (min-width: 768px) {
  .all-wrapper .h-forest {
    padding-top: 0;
    font-size: 1.8rem;
  }
  .all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 43.2px;
    height: 15.6px;
  }
  .all-wrapper .h-forest::before {
    left: 0;
  }
  .all-wrapper .h-forest::after {
    right: 0;
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-forest {
    padding-top: 0;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
    width: 57.6px;
    height: 20.8px;
  }
}
@media (min-width: 1220px) {
  .all-wrapper .h-forest {
    font-size: 2.4rem;
  }
  .all-wrapper .h-forest::before, .all-wrapper .h-forest::after {
    width: 72px;
    height: 26px;
  }
}
.all-wrapper .h-triangle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 30px;
  position: relative;
}
.all-wrapper .h-triangle::after {
  content: "▼";
  position: absolute;
  font-size: 1.6rem;
  color: #4C7A2E;
  top: 65%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .all-wrapper .h-triangle {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .all-wrapper .h-triangle::after {
    font-size: 2rem;
    top: 120%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
  }
}
@media (min-width: 987px) {
  .all-wrapper .h-triangle {
    margin-bottom: 50px;
    font-size: 4.4rem;
  }
}
.all-wrapper .align-table dt,
.all-wrapper .align-table dd, .all-wrapper .align-table2 dt,
.all-wrapper .align-table2 dd {
  font-family: "Noto Sans JP", sans-serif;
}
.all-wrapper .align-table dt, .all-wrapper .align-table dd, .all-wrapper .align-table2 dt, .all-wrapper .align-table2 dd {
  margin-bottom: 5px;
  line-height: 1.4;
}
.all-wrapper .align-table dt, .all-wrapper .align-table2 dt {
  width: 150px;
}
.all-wrapper .align-table dd, .all-wrapper .align-table2 dd {
  width: calc(100% - 150px);
}
.all-wrapper .align-table .txt-2::first-letter, .all-wrapper .align-table2 .txt-2::first-letter {
  letter-spacing: 5em;
}
.all-wrapper .align-table .txt-3, .all-wrapper .align-table2 .txt-3 {
  letter-spacing: 2em;
}
.all-wrapper .align-table .txt-4, .all-wrapper .align-table2 .txt-4 {
  letter-spacing: 1em;
}
.all-wrapper .align-table .txt-5, .all-wrapper .align-table2 .txt-5 {
  letter-spacing: 0.5em;
}
.all-wrapper .align-table .txt-6, .all-wrapper .align-table2 .txt-6 {
  letter-spacing: 0.2em;
}
.all-wrapper .align-table .txt-7, .all-wrapper .align-table2 .txt-7 {
  letter-spacing: 0em;
}
.all-wrapper .align-table .mail, .all-wrapper .align-table2 .mail {
  height: 16px;
  width: auto;
  display: inline-block;
  vertical-align: -2px;
}
.all-wrapper .align-table2 dt, .all-wrapper .align-table2 dd {
  margin-bottom: 15px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .all-wrapper .align-table2 dt, .all-wrapper .align-table2 dd {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .all-wrapper .align-table2 dt {
    width: 180px;
  }
  .all-wrapper .align-table2 dd {
    width: calc(100% - 180px);
  }
}
.all-wrapper .visual-img {
  padding: 0;
  position: relative;
}
.all-wrapper .visual-img .img-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 240px;
}
.all-wrapper .visual-img img {
  width: 100%;
  height: auto;
}
.all-wrapper .visual-img span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
  .all-wrapper .visual-img {
    padding: 0 15px;
  }
  .all-wrapper .visual-img .img-inner {
    height: 380px;
    background-attachment: fixed;
  }
}

/* all-wrapper */
.op {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.srtclass_block {
  position: fixed;
  z-index: 9001;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  text-align: center;
}

.srtclass_block img {
  width: 200px;
  height: auto;
  -webkit-animation-name: strfixed;
          animation-name: strfixed;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes strfixed {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes strfixed {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.all-wrapper {
  /*　////////////////////////////////////////////////////////////////////////////////////////////////
  top
  //////////////////////////////////////////////////////////////////////////////////////////////////　*/
  /* top */
}
.all-wrapper #top {
  overflow: hidden;
  /*　////////////////////////////
  section01
  //////////////////////////////////////////////////////////　*/
  /*　////////////////////////////
  section02
  //////////////////////////////////////////////////////////　*/
  /*　////////////////////////////
  section04
  //////////////////////////////////////////////////////////　*/
  /*　////////////////////////////
  info area
  //////////////////////////////////////////////////////////　*/
}
.all-wrapper #top header.header {
  position: relative;
  margin-top: 10px;
  margin-bottom: 180px;
  /* 動画を囲う親要素 */
}
.all-wrapper #top header.header h1 {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
}
.all-wrapper #top header.header h1 img {
  width: 136px;
  height: auto;
}
.all-wrapper #top header.header .box-2a {
  margin-top: -20px;
}
.all-wrapper #top header.header .top-main-visual {
  padding: 0 15px;
}
.all-wrapper #top header.header .video-container,
.all-wrapper #top header.header .video-container_sp {
  height: 90vh;
  width: 100%;
  position: relative;
  /*youtube 上のロゴ */
}
.all-wrapper #top header.header .video-container video#video,
.all-wrapper #top header.header .video-container_sp video#video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  height: 90vh;
}
.all-wrapper #top header.header .video-container .main-txt-area,
.all-wrapper #top header.header .video-container_sp .main-txt-area {
  color: #000;
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 121%;
  -webkit-transform: translateY(-121%);
  transform: translateY(-121%);
  margin-left: 40%;
  font-size: 1.6rem;
  text-align: left;
}
.all-wrapper #top header.header .video-container .main-txt-area p,
.all-wrapper #top header.header .video-container_sp .main-txt-area p {
  font-family: "Shippori Mincho", serif;
}
.all-wrapper #top header.header .video-container picture,
.all-wrapper #top header.header .video-container_sp picture {
  position: initial !important;
}
.all-wrapper #top header.header .video-container .lb-img,
.all-wrapper #top header.header .video-container_sp .lb-img {
  margin-top: 92vh;
  margin-left: -30px;
  width: 150px;
}
.all-wrapper #top header.header .sp-top-img {
  display: inline-block;
}
.all-wrapper #top header.header .pc-top-img {
  display: none;
}
@media (min-width: 480px) {
  .all-wrapper #top header.header {
    margin-bottom: 240px;
  }
  .all-wrapper #top header.header .video-container .main-txt-area,
  .all-wrapper #top header.header .video-container_sp .main-txt-area {
    top: 128%;
    -webkit-transform: translateY(-128%);
    transform: translateY(-128%);
    font-size: 2rem;
  }
  .all-wrapper #top header.header .video-container .lb-img,
  .all-wrapper #top header.header .video-container_sp .lb-img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .all-wrapper #top header.header {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  .all-wrapper #top header.header h1 {
    position: static;
    top: initial;
    left: initial;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  .all-wrapper #top header.header h1 img {
    margin-top: 38%;
    width: 140px;
  }
  .all-wrapper #top header.header .sp-top-img {
    display: none;
  }
  .all-wrapper #top header.header .pc-top-img {
    display: inline-block;
  }
  .all-wrapper #top header.header .top-main-visual {
    padding: 0 30px;
  }
  .all-wrapper #top header.header .top-main-visual .flex-style {
    margin: 0 -2% 0;
  }
  .all-wrapper #top header.header .top-main-visual .flex-style .box-2a, .all-wrapper #top header.header .top-main-visual .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .all-wrapper #top header.header .top-main-visual .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 21%;
  }
  .all-wrapper #top header.header .top-main-visual .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 71%;
  }
  .all-wrapper #top header.header .video-container,
  .all-wrapper #top header.header .video-container_sp {
    padding-top: 56.25%;
    height: auto;
  }
  .all-wrapper #top header.header .video-container video#video,
  .all-wrapper #top header.header .video-container_sp video#video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    height: auto;
  }
  .all-wrapper #top header.header .video-container .main-txt-area,
  .all-wrapper #top header.header .video-container_sp .main-txt-area {
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    left: 18%;
    -webkit-transform: translateX(-18%);
    transform: translateX(-18%);
    font-size: 2rem;
    color: #fff;
    margin: 0;
  }
  .all-wrapper #top header.header .video-container .lb-img,
  .all-wrapper #top header.header .video-container_sp .lb-img {
    position: absolute;
    height: auto;
    z-index: 4;
    margin: 0;
    width: 36%;
    bottom: -40%;
    left: -54%;
    -webkit-transform: translateX(54%);
    transform: translateX(54%);
  }
}
@media (min-width: 987px) {
  .all-wrapper #top header.header h1 img {
    width: 160px;
  }
  .all-wrapper #top header.header .video-container .main-txt-area,
  .all-wrapper #top header.header .video-container_sp .main-txt-area {
    left: 13%;
    -webkit-transform: translateX(-13%);
    transform: translateX(-13%);
    top: 70%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    font-size: 2.6rem;
  }
  .all-wrapper #top header.header .video-container .lb-img,
  .all-wrapper #top header.header .video-container_sp .lb-img {
    bottom: -38%;
  }
}
@media (min-width: 1220px) {
  .all-wrapper #top header.header .video-container .main-txt-area,
  .all-wrapper #top header.header .video-container_sp .main-txt-area {
    top: 80%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
    font-size: 3rem;
  }
  .all-wrapper #top header.header .video-container .lb-img,
  .all-wrapper #top header.header .video-container_sp .lb-img {
    bottom: -25%;
  }
}
.all-wrapper #top .section01 {
  position: relative;
}
.all-wrapper #top .section01 .bg-img {
  position: absolute;
  max-width: 860px;
  width: 100%;
  height: auto;
  bottom: -150px;
  right: 0;
  z-index: -1;
}
.all-wrapper #top .section01 .box-2a .sub-title {
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .all-wrapper #top .section01 .bg-img {
    bottom: -250px;
  }
  .all-wrapper #top .section01 .flex-style {
    margin-bottom: 60px;
  }
  .all-wrapper #top .section01 .box-2b {
    margin-top: 110px;
  }
}
.all-wrapper #top .section02 {
  position: relative;
  padding-bottom: 40px;
}
.all-wrapper #top .section02 .bg-img {
  position: absolute;
  max-width: 1150px;
  width: 100%;
  height: auto;
  bottom: -220px;
  left: 0;
  z-index: -1;
}
.all-wrapper #top .section02 .flex-box-01 {
  margin-bottom: 50px;
}
.all-wrapper #top .section02 .flex-box-01 .detail-box {
  margin-bottom: 30px;
}
.all-wrapper #top .section02 .flex-box-01 .detail-box h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.all-wrapper #top .section02 .flex-box-01 .detail-box ul {
  margin-top: 10px;
}
.all-wrapper #top .section02 .flex-box-01 .detail-box dl {
  margin-top: 10px;
}
.all-wrapper #top .section02 .flex-box-01 .detail-box dl dt {
  font-size: 1.8rem;
}
.all-wrapper #top .section02 .flex-box-01 .detail-box dl dd {
  margin-bottom: 10px;
}
.all-wrapper #top .section02 .flex-box-02 {
  margin-bottom: 60px;
}
.all-wrapper #top .section02 .flex-box-02 .list-area .txt-box {
  margin-bottom: 20px;
}
.all-wrapper #top .section02 .flex-box-02 .list-area .txt-box li {
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: 5px;
}
.all-wrapper #top .section02 .flex-box-02 .list-area .txt-box li::before {
  content: "●";
  color: #4C7A2E;
  margin-right: 3px;
}
.all-wrapper #top .section02 .flex-box-02 .list-area .img-box {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .all-wrapper #top .section02 {
    margin-bottom: 80px;
    padding-bottom: 120px;
  }
  .all-wrapper #top .section02 .bg-img {
    bottom: -250px;
  }
  .all-wrapper #top .section02 .flex-box-01 {
    margin-bottom: 80px;
  }
  .all-wrapper #top .section02 .flex-box-01 .box-2a {
    margin-top: 60px;
  }
  .all-wrapper #top .section02 .flex-box-01 .box-2b {
    margin-left: 0%;
  }
  .all-wrapper #top .section02 .flex-box-01 .detail-box h4 {
    font-size: 2.4rem;
  }
  .all-wrapper #top .section02 .flex-box-02 .flex-style {
    margin: 0 -2% 0;
  }
  .all-wrapper #top .section02 .flex-box-02 .flex-style .box-2a, .all-wrapper #top .section02 .flex-box-02 .flex-style .box-2b {
    margin: 0 2% 30px;
  }
  .all-wrapper #top .section02 .flex-box-02 .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 56%;
  }
  .all-wrapper #top .section02 .flex-box-02 .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 36%;
  }
  .all-wrapper #top .section02 .flex-box-02 .list-area {
    position: relative;
    padding-bottom: 15px;
  }
  .all-wrapper #top .section02 .flex-box-02 .list-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: rgb(76, 122, 46);
    background: -webkit-gradient(linear, right top, left top, from(rgb(76, 122, 46)), to(rgb(46, 124, 83)));
    background: linear-gradient(270deg, rgb(76, 122, 46) 0%, rgb(46, 124, 83) 100%);
  }
  .all-wrapper #top .section02 .flex-box-02 .list-area .txt-box {
    width: 70%;
  }
  .all-wrapper #top .section02 .flex-box-02 .list-area .img-box {
    width: 28%;
    margin-left: 2%;
  }
}
@media (min-width: 768px) {
  .all-wrapper #top .section04 .txt {
    margin-bottom: 30px;
  }
  .all-wrapper #top .section04 .btnA {
    margin-left: 0;
  }
  .all-wrapper #top .section04 .flex-style .box-2b {
    margin-right: 0%;
  }
}
.all-wrapper #top .info-area {
  padding-bottom: 200px;
  position: relative;
}
.all-wrapper #top .info-area .bg-forest {
  position: absolute;
  z-index: -1;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.all-wrapper #top .info-area .left-forest {
  left: 0;
  bottom: 0;
}
.all-wrapper #top .info-area .right-forest {
  right: 0;
  bottom: -70px;
}
.all-wrapper #top .info-area #top-info-a ul {
  margin-bottom: 30px;
}
.all-wrapper #top .info-area #top-info-a li {
  padding: 8px 0;
  border-bottom: 1px solid #dededf;
  position: relative;
}
.all-wrapper #top .info-area #top-info-a li::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-left: 12px solid #2E7C53;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.all-wrapper #top .info-area #top-info-a li:first-child {
  border-top: 1px solid #dededf;
}
.all-wrapper #top .info-area #top-info-a .info-more {
  font-size: 1.8rem;
  color: #4C7A2E;
  position: relative;
}
.all-wrapper #top .info-area #top-info-a .info-more:before {
  content: "";
  position: absolute;
  top: 55%;
  right: -70px;
  width: 50px;
  height: 1px;
  background: #4C7A2E;
}
.all-wrapper #top .info-area #top-info-a .info-more:after {
  content: "";
  position: absolute;
  top: 38%;
  right: -70px;
  width: 11px;
  height: 1px;
  background: #4C7A2E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .all-wrapper #top .info-area {
    padding-bottom: 400px;
  }
  .all-wrapper #top .info-area .bg-forest {
    max-width: 1000px;
  }
  .all-wrapper #top .info-area .left-forest {
    left: 0;
    bottom: -50px;
  }
  .all-wrapper #top .info-area .right-forest {
    right: 0;
    bottom: -200px;
  }
}