@charset "UTF-8";

/*****************************
  top
*****************************/

/*****************************
topsec-fv
*****************************/
.topsec-fv{
  padding: 0;
}
/* .topsec-fv::before{
  content: "";
  background: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
} */
.topsec-fv .splide__slide{
  height: 100vh;
}
.topsec-fv .catch{
  color: #2D5C10;
  position: absolute;
  left:5%;
  bottom: 10%;
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
  z-index: 1;
}
.topsec-fv .catch .main{
  margin-bottom: 2rem;
}
.topsec-fv .catch .main span{
  display: block;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1.4;
}
.topsec-fv .catch .sub{
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-fv .catch .main span{
    font-size: 4.8rem;
  }
  .topsec-fv .catch .sub{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-fv .catch .main span{
    font-size: 8vw;
  }
  .topsec-fv .catch .sub{
    font-size: 4vw;
  }
}

/*****************************
topsec-greeting
*****************************/
.topsec-greeting{
  padding: 10rem 0 0;
}
.topsec-greeting .txtbox{
  background: rgba(255,255,255,.85);
  max-width: 750px;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 5rem;
  transform: translateY(-50%);
  z-index: 1;
}
.topsec-greeting .txtbox p{
  font-size: 2.4rem;
  line-height: 1.8;
}
.topsec-greeting .imggr{
  justify-content: end;
}
.topsec-greeting .imggr img{
  width: 44%;
}
.topsec-greeting .imggr img:nth-of-type(2){
  margin: 0 -24%;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-greeting {
    overflow: hidden;
  }
  .topsec-greeting .txtbox{
    max-width: 700px;
    left: 0;
  }
  .topsec-greeting .txtbox p {
    font-size: 1.8rem;
  }
  .topsec-greeting .imggr {
    margin-right: -10rem;
  }
  .topsec-greeting .imggr img {
    width: 47%;
  }
  .topsec-greeting .imggr img:nth-of-type(2){
    margin: 0 -26%;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-greeting{
    padding: 8rem 0 0;
  }
  .topsec-greeting .txtbox{
    padding: 0;
    position: static;
    transform: none;
  }
  .topsec-greeting .imggr img {
    width: 50%;
  }
  .topsec-greeting .imggr img:nth-of-type(2){
    margin: 0 -28%;
  }
}

/*****************************
topsec-recycle
*****************************/
.topsec-recycle {
  padding: 10rem 0 15rem;
}
.topsec-recycle::before{
  content: "";
  aspect-ratio: 1000/1073;
  background: url(../images/top/recycle_bg.webp) no-repeat center / contain;
  opacity: .15;
  position: absolute;
  right: -20%;
  bottom: 0;
  height: auto;
  width: 100%;
}
.topsec-recycle .recycle,
.topsec-recycle .recyclesp {
  margin: 0 auto;
  max-width: 800px;
}
.topsec-recycle .recycle svg,
.topsec-recycle .recyclesp svg{
  height: auto;
  width: 100%;
}
.topsec-recycle .recycle svg .btn a,
.topsec-recycle .recyclesp svg .btn a{
  opacity: 1;
}
.topsec-recycle .recycle svg .btn a g,
.topsec-recycle .recycle svg .btn a path,
.topsec-recycle .recyclesp svg .btn a g,
.topsec-recycle .recyclesp svg .btn a path{
  transition: .5s;
}
.topsec-recycle .recycle svg .btn a:hover > g:first-of-type g,
.topsec-recycle .recyclesp svg .btn a:hover > g:first-of-type g{
  fill: #8eb6eb;
}
.topsec-recycle .recycle svg .btn a:hover > g:first-of-type path,
.topsec-recycle .recyclesp svg .btn a:hover > g:first-of-type path{
  fill: #fff;
}
.topsec-recycle .recycle svg .btn a:hover g[data-name="btn"] path,
.topsec-recycle .recyclesp svg .btn a:hover g[data-name="btn"] path{
  fill: #389323;
}
.topsec-recycle .recycle svg .btn a:hover g[data-name="btn"] path:first-of-type,
.topsec-recycle .recyclesp svg .btn a:hover g[data-name="btn"] path:first-of-type{
  fill: #DBEEC7;
}
.topsec-recycle .recyclesp{
  display: none;
}

@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-recycle {
    padding: 8rem 0 ;
  }
  .topsec-recycle .recycle{
    display: none;
  }
  .topsec-recycle .recyclesp{
    display: block;
  }
  .topsec-recycle::before {
    right: -40%;
    bottom: 30rem;
    width: 300%;
  }
}

/*****************************
topsec-company
*****************************/
.topsec-company{
  padding: 0 0 10rem;
}
.topsec-company .contentgr{
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

/* .topsec-company .overview{
  padding-bottom: 10rem;
} */
/* .topsec-company .overview::before{
  content: "";
  aspect-ratio: 1 / 1;
  background: url(../images/top/logo.svg) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  left: -5rem;
  height: auto;
  width: 40%;
} */
.topsec-company .overview .tblbox1{
  margin: 0 auto;
}
.topsec-company .overview .area{
  gap: 2rem;
}
.topsec-company .overview .officer li{
  gap: 2rem;
}
.topsec-company .overview .officer li span:first-of-type{
  text-align: right;
  width: 80px;
}

.topsec-company .business dl{
  position: relative;
  margin-top: 5rem;
}
.topsec-company .business dt{
  background: #389323;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: .5rem 2rem;
  position: absolute;
  top: -3rem;
  left: 2rem;
}
.topsec-company .business dd{
  background: #F2FFEF;
  border: 1px solid #389323;
  border-radius: 15px;
  padding: 2.5rem 3rem 2rem;
}
.topsec-company .business dd ul{
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.topsec-company .business dd li{
  font-size: 1.8rem;
}
.topsec-company .business dd li::before{
  top: 12px;
}

.topsec-company .history ul{
  display: flex;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
.topsec-company .history ul::before,
.topsec-company .history li:last-of-type::before{
  content: "";
  background: #389323;
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 3px;
  z-index: -1;
}
.topsec-company .history li:last-of-type::before{
  background: #fff;
}
.topsec-company .history li {
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.topsec-company .history li:last-of-type::before{
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  height: 100%;
  width: 5px;
  z-index: -1;
}
.topsec-company .history li span{
  background: #fff;
  color: #389323;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  padding: .5rem;
  width: 110px;
}
.topsec-company .history li p{
  width: calc(100% - 130px);
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .topsec-company .overview .tblbox1 {
    max-width: 600px;
  }
  .topsec-company .overview::before {
    width: 50%;
  }

  .topsec-company .business dd li {
    font-size: 1.6rem;
  }
  .topsec-company .business dd li::before{
    top: 9px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .topsec-company{
    padding: 0 0 8rem;
  }

  .topsec-company .overview::before {
    width: 80%;
  }

  .topsec-company .business dl{
    margin: 0;
  }
  .topsec-company .business dt {
    font-size: 1.8rem;
    padding: .5rem 1rem;
    position: static;
  }
  .topsec-company .business dd{
    margin-top: 1rem;
    padding: 1.5rem ;
  }

  .topsec-company .history li{
    gap: 0;
  }
  .topsec-company .history li span {
    font-size: 2rem;
    width: 70px;
  }
  .topsec-company .history li p{
    width: calc(100% - 70px);
  }
  .topsec-company .history ul::before, .topsec-company .history li:last-of-type::before {
    left: 30px;
  }
}