@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@700&display=swap");
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-from-left {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-from-right {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-anim {
  opacity: 0;
}

.slideIn {
  animation: slideIn 0.5s forwards;
  animation-delay: 0.1s;
}

.slide-from-left {
  animation: slideLeftIn 0.5s forwards;
}

.slide-from-right {
  animation: slide-from-right 0.5s forwards;
  animation-delay: 0.1s;
}

.slide-from-left {
  animation: slide-from-left 0.5s forwards;
  animation-delay: 0.1s;
}

@keyframes bg-gradient {
  0% {
    background-position: 0 0;
  }
  30% {
    background-position: 10% 30%;
  }
  50% {
    background-position: 100% 50%;
  }
  70% {
    background-position: 50% 70%;
  }
  100% {
    background-position: 0 0;
  }
}
.main-visual-wrap {
  min-height: 90vh;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-visual-wrap {
    min-height: 90vh;
  }
}

.main-movie {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.main-movie-logoarea {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  text-align: center;
}
.main-movie-logoarea__logo {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-movie-logoarea__logo {
    max-width: 90%;
  }
}
.main-movie-logoarea__message {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.4rem;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  line-height: 2;
  text-shadow: 0 0 10px black;
  max-width: 900px;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  .main-movie-logoarea__message {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    color: #fff;
    line-height: 1em;
    font-weight: 700;
  }
}
.main-movie-logoarea__message > ul {
  list-style: none;
  height: 100px;
  overflow: hidden;
}

/*
.main-visual{
  content : '';
  position : absolute;
  top : 0;
  right : 0;
  bottom : 0;
  left : 0;
  display : block;
  background-image : url('/asset/images/index/main-visual-1.jpg');
  background-position : top center;
  background-repeat : no-repeat;
  background-size : cover;
  opacity:0;

  @media screen and (max-width: $sp-break) {
    &{
      background-size : auto 100%;
    }
  }
}*/
.company-concept {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .company-concept {
    margin-left: 0;
    display: block;
    padding: 1em;
  }
  .company-concept::before {
    content: none;
  }
}

.company-concept-image {
  width: 50%;
  text-align: right;
  position: relative;
  min-height: 700px;
}
.company-concept-image__box {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background: url("/asset/images/index/company-concept-image.jpg") no-repeat;
  background-position: center;
  width: 100%;
}
.company-concept-image img {
  vertical-align: middle;
  height: 100%;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-concept-image {
    min-height: 300px;
    width: 100%;
  }
  .company-concept-image__box {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    background-size: cover;
  }
}

.company-concept-info {
  box-sizing: border-box;
  width: 50%;
}
.company-concept-info__box {
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.company-concept-info__logo {
  margin-top: 5rem;
  margin-bottom: 4rem;
  text-align: center;
}
.company-concept-info__logo > img {
  max-width: 200px;
}
.company-concept-info__read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 4rem;
  text-align: center;
}
.company-concept-info__txt {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.company-concept-info__btn {
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 3em;
}
.company-concept-info__requests {
  list-style: none;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .company-concept-info {
    width: 100%;
  }
  .company-concept-info__box {
    margin-left: 0;
    max-width: 100%;
  }
}

.business {
  /*&-waste{
    background-image : url('/asset/images/index/business-waste-bg.jpg?d=202312');
    background-repeat : no-repeat;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    background-attachment: fixed;




    @media screen and (max-width: $tb-break) {
      background-position : center;
      background-size : cover;
      background-attachment : unset;
    }
  }
  &-demolition{
    background : url('/asset/images/index/business-demolition-bg.jpg');
    background-repeat : no-repeat;
    //background-size : cover;
    background-attachment: fixed;
    background-size : auto 100%;
    background-position : 50%;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;

    @media screen and (max-width: $tb-break) {
      background-position : center;
      background-size : cover;
      background-attachment : unset;
    }
    @media screen and (max-width: $tb-break) {
      background-attachment: scroll;
    }
  }
  &-recycle{
    background : url('/asset/images/index/business-recycle-bg.jpg');
    background-repeat : no-repeat;
    //background-size : cover;
    background-attachment: fixed;
    background-size : auto 100%;
    background-position : 50%;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;

    @media screen and (max-width: $tb-break) {
      background-attachment: scroll;
    }
  }
  &-care{
    background : url('/asset/images/index/business-care-bg.jpg');
    background-repeat : no-repeat;
    //background-size : cover;
    background-attachment: fixed;
    background-size : auto 100%;
    background-position : 50%;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;

    @media screen and (max-width: $tb-break) {
      background-attachment: scroll;
    }
  }*/
}
.business-block {
  min-height: auto;
  position: relative;
}
@media screen and (max-width: 959px) {
  .business-block {
    min-height: auto;
  }
}
.business-block__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 5rem;
  text-shadow: 6px 6px 6px rgba(255, 255, 255, 0.3), -6px 6px 6px rgba(255, 255, 255, 0.3), 6px -6px 6px rgba(255, 255, 255, 0.3), -6px -6px 6px rgba(255, 255, 255, 0.3), 6px 0px 6px rgba(255, 255, 255, 0.3), 0px 6px 6px rgba(255, 255, 255, 0.3), -6px 0px 6px rgba(255, 255, 255, 0.3), 0px -6px 6px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .business-block__ttl {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    color: #444444;
    line-height: 1em;
    font-weight: 700;
  }
}
.business-block__logo {
  width: 20%;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .business-block__logo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
}
.business-block__logo p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .business-block__logo p {
    max-width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
  }
}
.business-block__info {
  width: 100%;
}
.business-block__read {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  color: #444444;
  line-height: 1em;
  font-weight: 700;
  text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.3), -4px 4px 4px rgba(255, 255, 255, 0.3), 4px -4px 4px rgba(255, 255, 255, 0.3), -4px -4px 4px rgba(255, 255, 255, 0.3), 4px 0px 4px rgba(255, 255, 255, 0.3), 0px 4px 4px rgba(255, 255, 255, 0.3), -4px 0px 4px rgba(255, 255, 255, 0.3), 0px -4px 4px rgba(255, 255, 255, 0.3);
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .business-block__read {
    font-size: 2rem;
  }
}
.business-block__txt {
  font-size: 1.6rem;
  margin-top: 1.5em;
  font-weight: bold;
}
.business-block__txt--shadow {
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.3), -3px 3px 3px rgba(255, 255, 255, 0.3), 3px -3px 3px rgba(255, 255, 255, 0.3), -3px -3px 3px rgba(255, 255, 255, 0.3), 3px 0px 3px rgba(255, 255, 255, 0.3), 0px 3px 3px rgba(255, 255, 255, 0.3), -3px 0px 3px rgba(255, 255, 255, 0.3), 0px -3px 3px rgba(255, 255, 255, 0.3);
}
.business-block .btn {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.business-block__flex {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .business-block__flex {
    display: block;
  }
}
.business-block__flex > .btn-wrap {
  width: 100%;
}
.business-block__flex > .btn-wrap .btn {
  max-width: 80%;
}
.business-waste, .business-demolition, .business-recycle, .business-care {
  padding: 150px 0 150px 0;
  position: relative;
  background-size: auto 100%;
  background: transparent;
}
@media screen and (max-width: 959px) {
  .business-waste, .business-demolition, .business-recycle, .business-care {
    padding: 60px 0;
  }
}
@media screen and (max-width: 959px) {
  .business-waste {
    background-image: url("/asset/images/index/business-waste-bg-sp.jpg?d=202312") !important;
    background-position: center !important;
    background-size: auto 100% !important;
  }
  .business-demolition {
    background: url("/asset/images/index/business-demolition-bg-sp.jpg") !important;
    background-position: center !important;
    background-size: auto 100% !important;
  }
  .business-recycle {
    background: url("/asset/images/index/business-recycle-bg-sp.jpg") !important;
    background-position: center !important;
    background-size: auto 100% !important;
  }
  .business-care {
    background: url("/asset/images/index/business-care-bg-sp.jpg") !important;
    background-position: center !important;
    background-size: auto 100% !important;
  }
}

.sdgs {
  background-image: url("/asset/images/index/sdgs-bg.jpg");
  background-repeat: no-repeat;
  padding: 6rem 0;
}
.sdgs__wblock {
  max-width: 317px;
  margin-right: auto;
  margin-left: auto;
}
.sdgs__blocks {
  margin-bottom: 3rem;
}

.news {
  margin: 2rem auto 7rem auto;
  max-width: 1080px;
}
.news .news-lists {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
.news .news-lists__date {
  width: 12em;
}
.news .news-lists__text {
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .news {
    padding-right: 2em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .news .news-lists {
    display: block;
    margin-bottom: 2em;
  }
  .news .news-lists__text {
    margin-left: 0.5em;
    border-left: 1px solid #444444;
    padding-left: 0.5em;
  }
  .news .news-lists:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.news-more {
  text-align: right;
  margin-top: 1em;
  margin-right: 0;
}
.news-more > a {
  text-decoration: none;
}/*# sourceMappingURL=home.css.map */