/*--------------------------------------------------------------------------
  top
---------------------------------------------------------------------------*/
#Main .inner {
  width: 880px;
  margin: 140px auto;
  background-color: #f0f8f3;
  padding-bottom: 40px;
}

.section_title span {
  color: #8a8583;
}

#Main .inner_nav {
  width: 1040px;
  margin: 0 auto;
  background: #f7f6f5;
}

#Main .inner_nav span {
  display: block;
  text-align: center;
}

#Main .inner_nav .inner {
  width: 880px;
  margin: 0 auto;
  background: #f7f6f5;
  padding-bottom: 0px;
}

#Main .inner_nav .inner ul {
  display: flex;
  justify-content: space-around;
  font-size: 2.0rem;
}

#Main .inner_nav .inner ul li {
  padding: 16px 0;
}

#Main .inner_nav .inner ul li:after {
  content: "";
  background: url(../img/about/arrow_bottom.png) no-repeat center;
  width: 11px;
  height: 6px;
  display: block;
  margin: 0 auto;
}

#Main .inner_nav .inner ul a {
  color: #8a8583;
  padding: 0 30px;
}

.section_explain {
  letter-spacing: .6px;
}

#Main .ttl_sub {
  font-size: 3.2rem;
  margin: 20px auto;
  color: #8a8583;
  font-weight: normal;
  text-align: center;
}

#Sec01 h4 {
  color: #00913a;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  width: 80%;
  text-align: center;
  margin: 0px auto 30px;
}

#Sec01 h4:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #00913a;
  display: block;
}

#Sec01 h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #00913a;
  display: block;
}

#Sec01 .event {
  margin-top: 60px;
}

#Sec01 .event .txt {
  width: 550px;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #3e3a39;
  margin: 35px auto;
}

#Sec01 h4 {
  color: #00913a;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  width: 80%;
  text-align: center;
}

#Sec01 h4:before,
#Sec01 h4:before {
  margin-right: 10px;
}

#Sec01 h4:after,
#Sec01 h4:after {
  margin-left: 10px;
}

#Sec01 h4:before,
#Sec01 h4:after,
#Sec01 h4:before,
#Sec01 h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #00913a;
  display: block;
}

#Sec01 .service_comment {
  height: 120px;
  top: 100px;
}

#Sec01 .service_detail {
  padding-right: 80px;
  padding-bottom: 80px;
}

#Sec01 .service_name {
  margin-top: 40px;
}


#Sec01 .service_detail:after {
  top: calc(50% - 60px);
}

#Sec01 .other_service {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

#Sec01 .other_service li {
  background: #c0e3ce;
  display: inline-block;
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}

#Sec01 .img_box {
  position: relative;
}

#Sec01 .img_box:nth-of-type(3) {
  top: 160px;
}


#Sec01 .img_box:nth-of-type(4) {
  top: 240px;
}

#Sec01 .img_box .img_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#Sec01 .img_box .img_list p {
  width: 400px;
  height: 300px;
}

#Sec01 .img_box .img_list p img {
  width: 100%;
  height: auto;
  display: block;
}


#Sec01 .layout_01 {
  margin-left: -80px;
}

#Sec01 .layout_02 {
  position: relative;
  right: -160px;
  top: 80px;
}

#Sec01 .img_box .sec {
  margin-top: 80px;
}

#Sec01 .layout_02 .sec {}

#Sec01 .layout_01 .comment {
  color: #fff;
  font-size: 2rem;
  line-height: 1.8;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  z-index: 1;
}

#Sec01 .layout_01 .comment_box {
  width: 360px;
  height: 150px;
  position: absolute;
  right: -80px;
  bottom: -40px;
  background: linear-gradient(90deg, #00913b, #01928a);
  box-sizing: border-box;
}

#Sec01 .layout_02 .comment {
  color: #fff;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 1.8;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  z-index: 1;
}

#Sec01 .layout_02 .comment_box {
  width: 360px;
  height: 150px;
  position: absolute;
  left: -240px;
  bottom: -40px;
  background: linear-gradient(90deg, #00913b, #01928a);
  box-sizing: border-box;
  z-index: 2;
}

#Sec01 .comment_box h3 {
  background: #3e3a39;
  padding: 5px 20px;
  font-size: 1.6rem;
  font-weight: normal;
}

#Sec01 .comment_box .txt {
  font-size: 2.4rem;
  padding: 0 20px;
  color: #fff;
  margin: 20px auto 15px;
  ;
}

#Sec01 .comment_box .detail {
  font-size: 1.2rem;
  padding: 0 20px;
}

#Sec01 .btn {
  position: relative;
  padding-top: 165px;
}


#Sec02 .support_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1040px;
  margin-left: -80px;
}

#Sec02 .support_list .support_box {
  margin-bottom: 40px;
}

#Sec02 .environment_list_ttl_box {
  position: relative;
  display: inline-block;
  background-color: #3e3a39;
  padding: 11px 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 340px;
  height: 38px;
}

#Sec02 .environment_list_ttl_box:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-top: 30px solid #00913a;
  border-left: 30px solid #00913a;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  box-sizing: border-box;
  z-index: -1;
}

#Sec02 .environment_list_ttl_box .environment_list_ttl {
  text-align: left;
  font-weight: normal;
}

#Sec02 .support_box .txt {
  background: #c0e3ce;
  width: 380px;
  padding: 50px 40px 40px;
  min-height: 80px;
  margin-left: 40px;
  margin-top: -20px;
}

.sp-slides-container .txt {
  position: relative;
  top: -120px;
  color: #fff;
  padding: 10px 20px 50px;
  text-shadow: 2px 2px 2px #000;
  background: linear-gradient(to top, #000000ed, #00000073 80%, #00000000 100%);
}

.sp-slides-container .txt h5 {
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  #Main .inner {
    width: 75% !important;
    margin: 75px auto;
    padding-bottom: 25px;
  }

  #Main .inner_nav {
    width: 87% !important;
    margin: 0 auto;
  }

  #Main .inner_nav .inner ul {
    display: block;
    text-align: center;
  }

  #Main .inner_nav .inner ul a {
    padding: 0;
  }

  #Main .inner_nav .inner ul li {
    padding: 10px 0;
  }

  #Sec01 .inner {
    padding-bottom: 25px;
  }

  #Sec01 h3 img {
    width: 89.6%;
  }

  #Sec01 h4 {
    margin-top: 0px;
  }


  .sp-horizontal .sp-previous-arrow {
    left: -38px !important;
  }

  .sp-horizontal .sp-next-arrow {
    right: -15px !important;
  }

  #Sec01 .img_box {
    display: block;
    width: 116.7%;
    margin: 0 auto;
  }

  #Sec01 .img_box .img_list {
    display: flex;
    position: relative;
    left: -8.35%;
  }

  #Sec01 .layout_01 .img,
  #Sec01 .layout_02 .img {
    width: 50%;
  }

  #Sec01 .layout_01 img,
  #Sec01 .layout_02 img {
    width: 100%;
  }

  #Sec01 .img_box .sec {
    margin-top: 0px;
  }

  #Sec01 .layout_01,
  #Sec01 .layout_02 {
    top: 0px;
    margin-bottom: 25px;
  }

  #Sec01 .layout_02 {
    left: 0;
    margin-bottom: 0px;
  }

  #Sec01 .layout_01 .comment_box,
  #Sec01 .layout_02 .comment_box {
    width: 100%;
    height: auto;
    padding: 0px 0px 20px;
    position: relative;
    display: block;
    right: 0;
    bottom: 0;
    left: -8.35%;
    text-align: center;
  }

  #Sec01 .layout_01 .comment,
  #Sec01 .layout_02 .comment {
    font-size: 1.6rem;
  }

  #Sec01 .event .txt {
    width: 80%;
  }

  #Sec01 .btn {
    padding-top: 25px;
  }

  #Sec02 h3 img {
    width: 47.7%;
  }

  #Sec02 .support_list {
    width: 116.7%;
    margin-left: -8.35%;
  }

  #Sec02 .support_list .support_box {
    width: 100%;
    margin-bottom: 25px;
  }

  #Sec02 .support_box .txt {
    width: calc(100% - 40px);
    margin-left: 0px;
    padding: 40px 20px 20px;
    min-height: auto;
  }

  #Sec02 .environment_list_ttl_box {
    width: 100%;
    height: 40px;
    padding: 7px 18px;
    font-size: 1.4rem;
    box-sizing: border-box;
  }

  #Sec02 .environment_list_ttl_box:before {
    width: 40px;
    height: 40px;
    border-top: 20px solid #00913a;
    border-left: 20px solid #00913a;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  #Sec02 .support_list .support_box:last-child {
    margin-bottom: 0px;
  }


  .sp-slides-container .txt h5 {
    font-size: 1.4rem;
  }

  .sp-slides-container .txt p {
    font-size: 1.1rem;
  }

  .sp-slides-container .txt {
    position: relative;
    top: -80px;
    color: #fff;
    padding: 10px 20px 30px;
    text-shadow: 1px 1px 0px #000;
    background: linear-gradient(#ffffff00, black);
    display: none;
  }
}