@charset "UTF-8";

body {

  
}


.top-slider-pc-container{
  position: relative;
}
.top-slider-pc img{
  height: calc(100vh - 50px);
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.top-slider-pc-link-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  height: 600px;
}

.top-slider-pc-link-container .left{
  width: 27.5%;
}
.top-slider-pc-link-container .right{
  width: 27.5%;
}
.top-slider-pc-link-container .center {
  width: 29%;
}
.top-slider-pc-link-container .center img{
  width: 100%;
}
.top-slider-pc-link-container img {
  width: 50%;
}

.top-slider-pc-link-container .left a:nth-child(2){
  margin-left: 50%;
}
.top-slider-pc-link-container .right a:nth-child(1),
.top-slider-pc-link-container .right a:nth-child(3){
  margin-left: 50%;
}

/* スクロールの矢印 */
.top-slider-arrow-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position:absolute;
  top: calc(100% - 20%);
  width: 100%;
}

.top-slider-arrow {
  width: 42px;
  height: 42px;
  background-color:#002819;
  border-radius: 50%;
  position: relative;
  animation: down 2.0s infinite;
  -webkit-animation: down 2.0s infinite;
  opacity: 78%;
  &::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 17px solid #ffffff;
    border-bottom: 0;
  }
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(5px);
  }
  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}
/* end of スクロールの矢印 */

.top-news{
  margin-bottom: 100px;
}
.top-news h2{
  margin: 90px auto 35px;
  width: 148px;
  max-width: 30%;
}
.top-news-top-news-tab-wrap{
  max-width: 925px;
  margin: 0 auto;
}

.top-news-list{

}
.top-news-list-item {
  display: flex;
  padding: 18px 18px 18px 0;
  border-bottom:1px solid#8a8a8a;
}
.top-news-list-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.top-news-list-item time {
font-size: .16rem;
color: #1a8048;
white-space: nowrap;
margin: 0 16px 0 25px;
}
.top-news-list-item p{
  font-size: .16rem;
}
.top-news-list-item a{
  color: #085e1b;
  text-decoration: underline;
}


.top-news-tab-label {
  color: White;
  background: #2a9b62;
  padding: 3px 12px;
  cursor: pointer;
  display: inline-block;
}
.top-news-tab-content {
  display: none;
  border-top: 1px solid #8a8a8a;

  height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
}
.top-news-tab-switch:checked+.top-news-tab-label {
  background: #085e1b;
}
#top-news-tab-01:checked ~ #top-news-tab-01-content,
#top-news-tab-02:checked ~ #top-news-tab-02-content,
#top-news-tab-03:checked ~ #top-news-tab-03-content,
#top-news-tab-04:checked ~ #top-news-tab-04-content,
#top-news-tab-05:checked ~ #top-news-tab-05-content,
#top-news-tab-06:checked ~ #top-news-tab-06-content,
#top-news-tab-07:checked ~ #top-news-tab-07-content {
  display: block;
}
.top-news-tab-switch {
  display: none;
}

.top-features-head h2{
  width: 455px;
  max-width: 70%;
  margin: 0 auto 25px;
}

.top-features-1{
  margin-bottom:60px;
}
.top-features-2{
  margin-bottom:60px;
}
.top-features-3{
  margin-bottom:120px;
}
.top-features-head{
  text-align: center;
}
.top-features-head h2{
  font-size:.33rem;
}
.top-features-head h2 span{
  font-size:.54rem;
  color:#45a23b;
  margin-left: 10px ;
  vertical-align: middle;
}
.top-features-head p {
  margin: 6px 0 50px;
  font-size: .20rem;
  text-align: center;
}
.top-features-title {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 134px;
}

.top-features-title.first > div.top-features-title-back {
  height: 134px;
  width: 100%;
  margin-left: calc((100% - 1500px) / 2);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(128, 162, 86, 1) 15.47%);
  position: absolute;
}
.top-features-title.second > div.top-features-title-back {
  height: 134px;
  width: calc(100% - ((100% - 1500px) / 2));
  margin-right: calc((100% - 1500px) / 2);
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(88, 135, 98, 1) 17.45%);
  position: absolute;
}
.top-features-title.third > div.top-features-title-back {
  height: 134px;
  width: 100%;
  margin-left: calc((100% - 1500px) / 2);
  background : linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(181, 202, 75, 1) 16.95%);
  position: absolute;
}
.top-features-title-image {
  height: 134px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-features-title img {
  position: absolute;
  top: -28px;
  left: -20px;
  height: 162px;
  width: auto;
}
.top-features-2 .top-features-title img {
  left: auto;
  right: -20px;
}
.top-features-content{
  max-width: 1200px;
  margin: 0 auto;
}
.top-features-content-inner {
  display: flex;
  justify-content: space-between;
}
.top-features-content-inner > div{

}
.top-features-content-inner > img {
  width: 314px;
  margin-top: 34px;
}
.top-features-content-inner .button-1-green{
  width: 100%;
  max-width: 288px;
}
.top-features-content-inner .top-features-overview {
  max-width: 614px;
  margin: 34px 0 90px;
}
.top-features-2 .top-features-overview {
  max-width: 640px;
  margin-left: auto;
}
.top-features-2 .top-features-overview {
  max-width: 640px;
  margin-left: auto;
}
.top-features-2 .top-features-links {
  justify-content: flex-end;
}
.top-features-2 .top-features-links .button-1-green {
  margin-left: 25px;
  margin-right: 0px;
}
.top-features-overview {
  font-size: .16rem;
  margin: 23px 0 27px;
  line-height: 1.7;
}
.top-features-items p{
font-size: .16rem;
}
.top-features-items img{
margin: 0 0 14px;
}

.top-features-items a{
font-size : .17rem;
color : #0B8434;
text-decoration : underline;
}


.top-features-links{
  display: flex;
}
.top-features-links .button-1-green {
  width: 100%;
  max-width: 214px;
  margin-right:25px;
}
.top-features-items{
  display: flex;
  justify-content: space-between;
  margin:50px 0 20px;
}
.top-features-items div {
  max-width: 317px;
  width: 30%;
}

.top-features-2 .top-features-items div{
  max-width: 270px;
  width: 23%;
}



.top-path {
  background: url(../images/top/top-path-back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px;
  margin-bottom: 105px;
  padding: 14px 20px;
  text-align: center;
}
.top-path-head{
  color: #fff;
}
.top-path-head h2{
  width: 498px;
  max-width: 80%;
  margin: 20px auto 40px;
}

.top-path p {
  margin: 10px 0 48px;
  font-size: .20rem;
  text-align: center;
}
.top-path > img {
  max-width: 273px;
  margin-bottom: 36px;
}


.top-life {
  background: url(../images/top/top-life-back.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px;
  margin-bottom: 90px;
  padding: 14px 20px;
  text-align: center;
}
.top-life-head{
  color: #fff;
}
.top-life h2{
  width: 378px;
  max-width: 65%;
  margin: 20px auto 30px;
}
.top-life p{
  text-align: center;
}
.top-life-images {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 50px auto 36px;
}
.top-life-images img{
  width: 232px;
  max-width: 23%;
}






@media screen and (min-width: 961px) and (max-width: 1300px) {

}
@media screen and (max-width: 1030px){

}
@media screen and (min-width: 768px) and (max-width: 960px) {


}
@media screen and (max-width: 767px) {

  .top-slider-pc-link-container .center {
    width: 45%;
  }

  .slick-slide img {
    height: 60vh;
    /* width: auto !important; */
    max-width: initial;
  }
  .slick-slide:nth-child(1) img {
    object-position: center;
  }
  .slick-slide:nth-child(2) img {
    object-position: 75% 0%;
  }
  .slick-slide:nth-child(3) img {
    object-position: left;
  }
  .slick-slide:nth-child(4) img {
    object-position: left;
  }
  .slick-slide:nth-child(5) img {
    object-position: center;
  }
  .top-slider-pc-link-container .left,
  .top-slider-pc-link-container .right {
    display: none;
  }
  .top-slider-arrow-box {
    display: none;
  }
  .top-slide-link-sp{
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-slide-link-sp a{
    width: 28%;
    margin-top: 10px;
  }

  .top-news h2 {
    margin: 40px auto 20px;
  }
  .top-news-top-news-tab-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
  }
  .top-news-tab-label {
    margin: 0 3px 5px;
    padding: 7px 10px;
  }
  .top-news-list-item {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 14px 10px;
  }
  .top-news-tab-content{
    width: 100%;
    height: 45vh;
    margin-top: 15px;
  }
  .top-news-top-news-tab-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    height: 80px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 10%, rgba(255, 255, 255, .9) 90%);
    pointer-events: none;
}

  .top-slider-pc-link-container {
    height: auto;
  }
  .top-news-list-item time {
    order: 0;
    margin: 0;
    width: 100%;
  }
  .top-news-list-item img {
    order: 2;
    width: 90px;
    height: 90px;
    margin-top: -20px;
  }
  .top-news-list-item p {
    order: 1;
    width: calc(100% - 106px);
    font-size: .15rem;
  }
  .top-features-head h2 span {
    margin-left: 0;
    display: block;
    line-height: 1;
  }
  .top-features-title.first > div.top-features-title-back,
  .top-features-title.second > div.top-features-title-back,
  .top-features-title.third > div.top-features-title-back {
    margin-left: 0;
    height: auto;
  }
  .top-features-title img,
  .top-features-2 .top-features-title img,
  .top-features-3 .top-features-title img {
    position: relative;
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    height: auto;
    width: auto;
  }
  .top-features-content {
    padding: 0 20px;
  }
  .top-features-links .button-1-green, 
  .top-features-2 .top-features-links .button-1-green {
    margin: 0;
    width: 48%;
}
  .top-features-items {
    margin: 30px 0 20px;
  }
  .top-features-items {
    flex-direction: column;
  }
  .top-features-items div,
  .top-features-2 .top-features-items div{
    max-width: 600px;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-features-1 .top-features-title {
    background:rgba(128, 162, 86, 1) ;
    height: auto;
  }
  .top-features-2 .top-features-title {
    background:rgba(88, 135, 98, 1);
    height: auto;
  }
  .top-features-3 .top-features-title {
    background:rgba(181, 202, 75, 1);
    height: auto;
  }
  .top-features-title-image {
    width: 90%;
    height: auto;
    padding: 10px 18px 5px 10px;
  }
  .top-features-content-inner {
    flex-direction: column;
  }
  .top-features-content-inner > img{
    max-width: 600px;
    width: 100%;
  }
  .top-features-content-inner .top-features-overview {
    margin: 23px 0 27px;
  }
  .top-features-1 .top-features-links,
  .top-features-2 .top-features-links {
    justify-content: space-between;
  }
  .top-features-1 .top-features-links a,
  .top-features-2 .top-features-links a {
    padding: 15px 10px;
  }
  .top-features-1,
  .top-features-2,
  .top-features-3{
    margin-bottom: 30px;
  }
  .top-features-content-inner .button-1-green {
    padding: 15px 10px;
  }
  .top-path h2 {
    font-size: .25rem;
  }
  .top-path h2 span {
    margin-left: 0;
    display: block;
    font-size: .34rem;
    line-height: 1;
  }
  .top-news {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .top-features-head h2 {
    font-size: .25rem;
  }
  .top-features-head h2 span {
    font-size: .40rem;
  }
  .top-features-head p {
    padding: 0 20px;
  }
  .top-path {
    min-height: 0;
    padding: 30px 20px 40px;
    margin: 70px 0 40px;
    background-position: left;
  }
  .top-path p {
    margin: 10px 0 30px;
    font-size: .18rem;
  }
  .top-path > img {
    max-width: 50%;
    margin-bottom: 20px;
}
  .top-life {
    padding: 30px 20px 40px;
    min-height: auto;
  }
  .top-life p {
    margin: 10px 0 30px;
    font-size: .18rem;
  }
  .top-life h2 {
    margin-bottom: 0;
    font-size: .30rem;
  }
  .top-life-images {
    margin: 0px auto 13px;
    flex-wrap: wrap;
  }
  .top-life-images img {
    max-width: 46%;
    margin-bottom: 26px;
  }



} 