#environment .inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #environment .inner {
    padding: 12rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #environment .inner {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 769px) {
  #environment h3 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #environment h3 {
    padding-bottom: 2rem;
  }
}

#environment .slider_set {
  position: relative;
}
@media screen and (min-width: 769px) {
  #environment .slider_set {
    margin: 6rem auto 0;
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .slider_set {
    margin: 4rem auto 0;
    width: 33.5rem;
  }
}

@media screen and (min-width: 769px) {
  #environment .slider {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  #environment .slider > div {
    position: relative;
    width: 24.4rem;
    height: 17rem;
  }
}
#environment .slider > div img {
  position: relative;
}
@media screen and (min-width: 769px) {
  #environment .slider > div img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#environment .slick-prev,
#environment .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
  transition: ease-out 0.6s all;
}
@media screen and (min-width: 769px) {
  #environment .slick-prev,
  #environment .slick-next {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #environment .slick-prev,
  #environment .slick-next {
    bottom: 0rem;
    width: 4rem;
    height: 4rem;
  }
}

#environment .slick-prev {
  transform: scale(-1, 1);
  background: #fff url("../../images/icon_arrow_b.svg") center center no-repeat;
  background-size: 1.6rem auto;
}
@media screen and (max-width: 768px) {
  #environment .slick-prev {
    left: 0rem;
  }
}

#environment .slick-next {
  background: #fff url("../../images/icon_arrow_b.svg") center center no-repeat;
  background-size: 1.6rem auto;
}
@media screen and (max-width: 768px) {
  #environment .slick-next {
    right: 0rem;
  }
}

#environment .block {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #environment .block {
    width: 100rem;
    margin-top: 8rem;
    background: url("../../images/cont_bg.jpg") center top repeat;
    background-size: 100% 100%;
    padding: 6rem 8rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block {
    margin-top: 6rem;
    background: url("../../images/cont_bg_sp.jpg") center top repeat;
    background-size: 100% 100%;
    padding: 3rem 4rem;
  }
}

#environment .block_ttl {
  position: relative;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #environment .block_ttl {
    padding: 0rem 2.5rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block_ttl {
    padding: 0rem 1rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}

#environment .block_ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  border-top: #0000ff 1px solid;
  border-bottom: #0000ff 1px solid;
  border-left: #0000ff 1px solid;
}
@media screen and (min-width: 769px) {
  #environment .block_ttl::before {
    width: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block_ttl::before {
    width: 2rem;
  }
}

#environment .block_ttl::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  border-top: #0000ff 1px solid;
  border-bottom: #0000ff 1px solid;
  border-right: #0000ff 1px solid;
}
@media screen and (min-width: 769px) {
  #environment .block_ttl::after {
    width: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block_ttl::after {
    width: 2rem;
  }
}

#environment .block_ttl dl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #environment .block_ttl dl {
    padding: 2rem 3.5rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block_ttl dl {
    padding: 1rem 0rem;
    gap: 0.5rem;
  }
}

#environment .block_ttl dt {
  position: relative;
  font-weight: 700;
  letter-spacing: 0em;
  color: #0000ff;
}
@media screen and (min-width: 769px) {
  #environment .block_ttl dt {
    line-height: 1em;
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block_ttl dt {
    line-height: 1.556em;
    font-size: 1.8rem;
  }
}

#environment .block_ttl dd {
  position: relative;
  font-weight: 500;
  letter-spacing: 0em;
  color: #0000ff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 769px) {
  #environment .block_ttl dd {
    line-height: 1em;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .block_ttl dd {
    line-height: 1.125em;
    font-size: 1.6rem;
  }
}

#environment .box {
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 769px) {
  #environment .box {
    flex-wrap: wrap;
    justify-content: center;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  #environment .box {
    flex-direction: column;
    padding: 0rem 0rem;
  }
}

#environment .box dl {
  position: relative;
  display: flex;
}
@media screen and (min-width: 769px) {
  #environment .box dl {
    width: 33.33%;
    flex-direction: column;
    padding-top: 3rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #environment .box dl {
    width: 100%;
    border-bottom: #0000ff 1px solid;
    flex-direction: column;
    padding: 2rem 0rem 2rem;
    gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #environment .box dl:nth-of-type(1) {
    border-top: #0000ff 1px solid;
  }
}

@media screen and (min-width: 769px) {
  #environment .box dl:nth-of-type(1),
  #environment .box dl:nth-of-type(2),
  #environment .box dl:nth-of-type(3) {
    border-bottom: #0000ff 1px solid;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media screen and (min-width: 769px) {
  #environment .box dl:nth-of-type(1),
  #environment .box dl:nth-of-type(2),
  #environment .box dl:nth-of-type(4),
  #environment .box dl:nth-of-type(5) {
    border-right: #0000ff 1px solid;
  }
}
@media screen and (min-width: 769px) {
  #environment .box dl:nth-of-type(1),
  #environment .box dl:nth-of-type(4) {
    padding-right: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  #environment .box dl:nth-of-type(2),
  #environment .box dl:nth-of-type(5) {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
}
@media screen and (min-width: 769px) {
  #environment .box dl:nth-of-type(3),
  #environment .box dl:nth-of-type(6) {
    padding-left: 2rem !important;
  }
}
#environment .box dl dt {
  position: relative;
  text-align: center;
}
#environment .box dl dd {
  position: relative;
}
@media screen and (min-width: 769px) {
  #environment .box dl dd {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #environment .box dl dd {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */