
#top .mainvisual{
 padding: 87px 0 0 0;
 margin: auto;
}
#top .mainvisual .slider-mv .box{
  height: calc(35vw);
  text-align: center;
  position: relative;
}
#top .mainvisual .slider-mv .box.slider00{
  background: url(../img/top/top_mv00.jpg);
  background-size: cover;
  background-position: center;
}
#top .mainvisual .slider-mv .box.slider01{
  background: url(../img/top/top_mv01.jpg);
  background-size: cover;
}
#top .mainvisual .slider-mv .box.slider01 h2.title{
  width: 50%;
  display: block;
  background-color: #ffffffcc;
  padding: 3% 1%;
  max-width:800px;
  margin: 6% auto 5% auto;
  font-size: clamp(2.3rem, 3vw, 5rem);
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
}
#top .mainvisual .slider-mv .box .btn{
  position: absolute;
  margin: auto;
  left: 0; right:0;
  bottom: 3.5rem;
}
#top .mainvisual .slider-mv .box.slider02{
  background: url(../img/top/top_mv02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#top .mainvisual .slider-mv .box.slider02 .text01{
  font-size: clamp(1.5rem, 3vw, 5rem);
  margin-top: 5%;
}
#top .mainvisual .slider-mv .box.slider02 .text02{
  font-size: clamp(1.2rem, 1.6vw, 3rem);
  margin-top: 8%;
}
#top .mainvisual .slider-mv .box.slider03{
  background: url(../img/top/top_mv03.jpg);
  background-size: cover;
}
#top .mainvisual .slider-mv .box.slider03 h2.title{
  font-size: clamp(1.5rem, 6vw, 8rem);
  margin-top:6%;
  line-height: 1.5;
  color: #fff;
  text-shadow: 5px 5px 10px #0008;
}
#top .mainvisual .slider-mv .box.slider04{
  background: url(../img/top/top_mv04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#top .mainvisual .slider-mv .box.slider04 h2.title{
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size:clamp(2.4em,5vw,6em);
  color: #fff;  
  text-shadow: 0 0 10px #000000;
  border-bottom: 1px solid #fff;
  margin: 6% auto .5em auto;
  padding: 1rem 3rem;
  display: inline-block;
  line-height: 1.2;
}
#top .mainvisual .slider-mv .box.slider04 h2.title .eng{
  display: block;
  font-size: 60%;
}
#top .mainvisual .slider-mv .box.slider04 .text01{
  font-size: 2rem;
  color: #fff;
}
#top .mainvisual .slick-dotted.slick-slider{
  margin: 0;
}
#top .mainvisual .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
}
#top .mainvisual .slick-dots li button::before {
  font-size: 1rem;
}
#top .mainvisual .slick-dots li button::before {
  color: var(--blue);
}
#top .mainvisual .slick-prev{
  left: 0px;
  width: 50px;
  height: 100%;
  z-index: 1;
  background-color: #004ea280;
}
#top .mainvisual .slick-prev::before{
  content: "◀︎";
}
#top .mainvisual .slick-next{
  right: 0px;
  width: 50px;
  height: 100%;
  z-index: 1;
  background-color: #004ea280;
}
#top .mainvisual .slick-next::before{
  content: "▶︎";
}
#top .mainvisual .slick-prev:hover,
#top .mainvisual .slick-next:hover{
  opacity: .6;
}
/*
#top .mainvisual .slick-prev{
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-image: url(../img/arrow_l_w.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#top .mainvisual .slick-next{
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-image: url(../img/arrow_r_w.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#top .mainvisual .slick-prev:hover,
#top .mainvisual .slick-next:hover{
  opacity: .6;
}
*/

#top .aboutus{
  padding: 100px 0 50px 0;
}
#top .aboutus .text-area{
  width: 38%;
  padding: 10rem 0 0 0;
}
#top .aboutus .slider-aboutus{
  width: 50%;
  padding-bottom:20px;
}
#top .aboutus .img-area{
  background: url(../img/top/top_img_group.jpg) center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2rem;
  aspect-ratio: 600/ 400;
}
#top .aboutus .img-area.s2{
  background: url(../img/top/top_img_global.jpg) center;
  background-size: cover;
}
#top .aboutus .img-area.s3{
  background: url(../img/top/top_img_sdgs.jpg) center;
  background-size: cover;
}
#top .aboutus .img-area.s4{
  background: url(../img/top/top_img_dx.jpg) center;
  background-size: cover;
}
#top .aboutus .img-area .btn{
  padding-top: 55%;
  margin: 0 auto;
}
#top .aboutus .slick-list{
  padding-bottom: 50px!important;
}
#top .aboutus .slick-active{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
}
@keyframes fadeUpAnime{
  from {transform: translateY(40px);}
  to {transform: translateY(0);}
}
#top .group{
  padding: 100px 0 100px 0;
  background: #0000000D;
}
#top .group .flex{
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
#top .group .box4{
  width: 23%;
  padding-bottom: 0;
  position: relative;
}
#top .group .box4 .img-box img{
  object-fit: cover;
  height: 250px;
}
#top .group .box4 .fukidashi{
  opacity: 0;
  color: #fff;
  position: absolute;
  width: 90%;
  left: 0;right: 0;
  top: 3%;
  margin: auto;
  text-align: center;
  min-height: 120px;
  padding-top: 1rem;
}
#top .group .box4 .fukidashi .text{
  font-size: 1.3rem;
  padding: 0 1rem 1rem 1rem;
}
#top .group .box4 .fukidashi span{
  font-weight: 700;
  font-size: 120%;
}
#top .group .box4:hover .fukidashi{
  display: block;
  opacity: 1;
  transition : 1s;
}
/*
#top .group .box4 .fukidashi::after{
  content: "";
  position: absolute;
  background-color: var(--blue);
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0%,  50% 100%);
  bottom:-15px;
  left:0;right:0;
  margin: auto;
}*/

#top .group .box4:hover .illust{
  z-index: 1;
  position: relative;
}
#top .group .box4.blue .fukidashi{
  background-color: #1f4af1e6;
}
#top .group .box4.blue .fukidashi::after{
  background-color: #1f4af1;
}
#top .group .box4.green .fukidashi{
  background-color: #00b500e6;
}
#top .group .box4.green .fukidashi::after{
  background-color: #00b500;
}
#top .group .box4.lightblue .fukidashi{
  background-color: #00bcf1e6;
}
#top .group .box4.lightblue .fukidashi::after{
  background-color: #00bcf1;
}
#top .group .box4.red .fukidashi{
  background-color: #f13120e6;
}
#top .group .box4.red .fukidashi::after{
  background-color: #f13120;
}


#top .group .box4.blue{
  border-bottom: solid 5px #1f4af1;
  background-color: #fff;
}
#top .group .box4.green{
  border-bottom: solid 5px #00b500;
  background-color: #fff;
}
#top .group .box4.lightblue{
  border-bottom: solid 5px #00bcf1;
  background-color: #fff;
}
#top .group .box4.red{
  border-bottom: solid 5px #f13120;
  background-color: #fff;
}
#top .group .box4 .illust{
  text-align: center;
  margin-top: -50px;
  position: relative;
}
#top .group .box4 .illust2{
  display: none;
}
#top .group .box4 .illust img{
  width: 100px;
}
#top .group .box4 .illust2 img{
  width: 100px;
  display: none;
}
#top .group .box4 .logo{
  margin: 2em auto;
  text-align: center;
}
#top .group .box4 .logo img{
  height: 26px;
  width: auto;
}
#top .group .box4 .text{
  padding: 0 1em 2em 1em;
}
#top .group .box4 .btn{
  text-align: center;
}
#top .group .box4.blue .btn a{
  background: linear-gradient(90deg, #7fa2f7, #1f4af1);
}
#top .group .box4.green .btn a{
  background: linear-gradient(90deg, #6bf791, #00b500);
}
#top .group .box4.lightblue .btn a{
  background: linear-gradient(90deg, #66f6f7, #00bcf1);
}
#top .group .box4.red .btn a{
  background: linear-gradient(90deg, #f78b35, #f13120);
}
#top .group .box4.blue .btn a::before {
  background: #1f4af1;
}
#top .group .box4.green .btn a::before{
  background: #00b500;
}
#top .group .box4.lightblue .btn a::before{
  background: #00bcf1;
}
#top .group .box4.red .btn a::before{
  background: #f13120;
}
/*
#top .group .bnr-guardian{
  text-align: center;
  margin: 4rem auto;
}
#top .group .bnr-guardian a{
  background: #013670!important;
}*/

#top .group .bnr-guardian{
  max-width: 620px;
  padding: 0 2rem;
  margin: 4rem auto;
}
#top .group .bnr-guardian a{
  transition: all 0.5s ease-out;
  display: block;
  aspect-ratio: 3.5 / 1;
  background: url(../img/top/top_bnr_guardians.png);
  background-size: cover;
}
#top .group .bnr-guardian a:hover{
}
#top .group .bnr-guardian a img{
  opacity: 0;
}

#top .environment{
  padding: 60px 0 120px 0;
  position: relative;
}
/*
#top .environment::before{
  content: "";
  width: 200px;
  height: 400px;
  position: absolute;
  top:-200px;
  left:0;
  background: url(../img/bg_circle_blue.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
*/
#top .environment .slider-environmaent{
  padding-bottom: 0;
  max-width: 1200px;
  margin: auto;
}
#top .environment .box h4.title{
  font-size: 1.6rem;
  padding: 1em 2rem 2rem 2rem;
  font-weight: 500;
}
#top .environment .box .text{
  padding: 0 2em 2em 2rem;
}
#top .environment .slick-arrow{
  width: 34px;
}
.slick-prev:before, .slick-next:before{
  content: none;
}
#top .environment .slick-prev{
  left: calc(50% - 50px);
  top: auto;
  bottom: -5rem;
  z-index: 2;
}
#top .environment .slick-next{
  right: calc(50% - 50px);
  top: auto;
  bottom: -5rem;
  z-index: 1;
}
#top .environment .slick-dots{
  max-width: 1000px;
  margin: auto;
  bottom: 0;
  left: 0;right: 0;
}
#top .environment .slick-dots li {
  width: 13%;
  margin: 0;
  padding: 0;
  height: 2px;
  cursor: pointer;
  }
  #top .environment .slick-dots li button{
  width: 100%;
  height: 2px;
  padding: 0;
  display: block;
  background-color: #e9e8e8;
}
#top .environment .slick-dots li.slick-active button{
  background-color: var(--blue);
}
#top .environment .slick-dots li button::before{
  content: none;
}
#top .news{
  padding: 60px 0;
  background: url(../img/bg_circle_green.png), #0000000D;
  background-repeat: no-repeat;
  background-position: right top, center;
  background-size: cover;
  position: relative;
}
#top .news .wrap{
  width: 60%;
  margin: auto;
}
#top .news h3.title{
  display: block;
}
#top .news .news-list{
}
#top .news .news-list li{
  background: #fff;
  display: block;
  margin-bottom: 1rem;
  padding: 1em 1em;
  border-radius: 10px;
}
#top .news .news-list li .ctg{
  color: #fff;
  border-radius: 10px;
  width: 150px;
  text-align: center;
  display: block;
  float: left;
  margin: 0.5em;
}
#top .news .news-list li .ctg.toyamasangyo{
  background-color: #004ea2;
}
#top .news .news-list li .ctg.greenlife{
  background-color: #22ac38;
}
#top .news .news-list li .ctg.toyamakogyo{
  background-color: #0093d4;
}
#top .news .news-list li .ctg.mets{
  background-color: #e60012;
}
#top .news .news-list li a{
  margin-left: 0;
  display: block;
  font-size: 1.3rem;
  text-indent: -4.5rem;
  padding-left: 11rem;

  width: 100%;
}
#top .news .news-list li .date{
  color: #918c8a;
  display: inline-block;
  padding-right: 1rem;
}


@media only screen and (max-width: 780px) {

  #top .mainvisual{
  padding: 57px 0 0 0;
  background-color: #fff;
  }
  #top .mainvisual .slider-mv .box{
    height: 60lvh;
    min-height: 460px;
    text-align: center;
  }
 
  #top .mainvisual .slider-mv .box.slider00{
    background: url(../img/top/top_mv00.jpg) no-repeat;
    background-color: #e4eef2;
    background-size:contain;
    background-position: center;
  }
  #top .mainvisual .slider-mv .box.slider01 h2.title{
    width: 80%;
    margin: 40% auto 5% auto;
  }
  #top .mainvisual .slider-mv .box .btn{
    bottom: 4rem;
  }
  #top .mainvisual .slider-mv .box.slider02{
    background: url(../img/top/top_mv02.jpg);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #top .mainvisual .slider-mv .box.slider02 .text01{
    font-size: 3rem;
    margin-top: 10%;
    text-wrap: balance;
  }
  #top .mainvisual .slider-mv .box.slider02 .text02{
    font-size: 1.4rem;
    margin-top: 30%;
  }
  #top .mainvisual .slider-mv .box.slider03{
    background: url(../img/top/top_mv03.jpg);
    background-size: cover;
  }
  #top .mainvisual .slider-mv .box.slider03 h2.title{
    font-size: 3rem;
    margin-top: 40%;
  }
  #top .mainvisual .slider-mv .box.slider04{
    background-size: cover;
  }
  #top .mainvisual .slider-mv .box.slider04 h2.title{
    margin: 30% auto 5% auto;
    font-size: 2.5rem;
    color: #fff;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    text-shadow: 5px 5px 10px #0008;
  }
  #top .mainvisual .slider-mv .box.slider04 .text01{
    font-size: 1.5rem;
    color: #fff;
  }
  #top .mainvisual .slick-prev{
    left: 0px;
    width: 30px;
    /*height: 30px;*/
  }
  #top .mainvisual .slick-next{
    right: 0px;
    width: 30px;
    /*height: 30px;*/
  }
  #top .aboutus{
    padding: 50px 0 50px 0;
  }
  #top .aboutus .text-area{
    width: 100%;
    padding: 0;
  }
  #top .aboutus .slider-aboutus{
    width: 100%;
    padding:40px 0 0 0;
  }
  #top .aboutus .img-area{
    padding: 1rem;
  }
  #top .aboutus .img-area .btn{
    padding-top: 50%;
    margin: 0 auto;
  }
  #top .aboutus .slick-list{
    padding-bottom: 40px!important;
  }
  #top .group{
    padding: 50px 0;
  }
  #top .group .box4{
    width: calc(100% - 4em);
    margin: 0 auto 2em auto;
    padding-bottom: 20px;
  }
  #top .group .box4.blue{
    background-color: #fff;
  }
  #top .group .box4.green{
    background-color: #fff;
  }
  #top .group .box4.lightblue{
    background-color: #fff;
  }
  #top .group .box4.red{
    background-color: #fff;
  }
  #top .group .box4 .illust{
    text-align: center;
    margin-top: -50px;
  }
  #top .group .box4 .illust img{
    width: 125px;
  }
  #top .group .box4 .logo{
    margin: 2em auto;
    text-align: center;
  }
  #top .group .box4 .logo img{
    height: 26px;
    width: auto;
  }
  #top .group .box4 .text{
    padding: 0 2em 2em 2em;
  }
  #top .group .box4 .btn{
    text-align: center;
  }
  #top .environment{
    padding: 50px 0 100px 0;
    position: relative;
  }
  #top .environment .slider-environmaent{
    padding-bottom: 0;
  }
  #top .environment .box h4.title{
    font-size: 1.8rem;
    padding:1em 1em 0 1em;
  }
  #top .environment .box .text{
    padding: 0 2em 2em 2rem;
  }
  #top .environment .slick-prev{
    bottom: -6rem;
  }
  #top .environment .slick-next{
    bottom: -6rem;
  }
  #top .environment .slick-dots{
    margin: auto;
    bottom: -20px;
    left: auto;right:auto;
  }


  #top .environment .slick-dots li {
    width: 8%;
  }
  #top .news{
    padding: 50px 0;
    background: url(../img/bg_circle_green.png), #0000000D;
    background-repeat: no-repeat;
    background-position: right bottom, center;
    background-size:contain;
    position: relative;
  }
  #top .news .wrap{
    width: auto;
  }
  #top .news h3.title{
    float: none;
  }
  #top .news .news-list{
    margin-left: 0%;
  }
  #top .news .news-list li .ctg{
    font-size: 1.3rem;
    float: none;
    margin-bottom: 1rem;
    width: 46%;
    margin: 2%;
    display: inline-block;
  }
  #top .news .news-list li a{
    margin-left: 0;
    font-size: 1.3rem;
    text-indent: 0;
    padding-left: 0;
  }
  #top .news .news-list li .date{
    display: block;
  }
  #top .news .btn{
    text-align: center;
  }

}