.mv {
  position: relative;
  z-index: 2;
}
.mv__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #224312;
  position: absolute;
  top: 25%;
  left: 20px;
  z-index: 5;
  text-align: center;
}
.mv__movie {
  position: relative;
}
.mv__movie video {
  width: 100%;
  vertical-align: bottom;
}
.mv .scroll {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 40;
  width: 65px;
  height: 188px;
  pointer-events: none;
}
.mv .scroll span.txt {
  color: #fff;
  transform: rotate(90deg) translate(-100%, 0%);
  display: inline-block;
}
.mv .scroll span.arrow {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
}
.mv .scroll span.arrow::before {
  content: "";
  height: 160px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.about {
  position: relative;
  padding: 60px 40px 40px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.about__box {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #224312;
  margin-bottom: 20px;
  font-size: 1.12rem;
  line-height: 1.6;
}
.about__txt {
  font-family: "Noto Serif JP", serif;
  color: #224312;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 0.9rem;
}
.about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_dec01.png) no-repeat top 0 left 0/160px;
  pointer-events: none;
}
.about::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/img_dec02.png) no-repeat bottom 0 right 0/140px;
  pointer-events: none;
}

.business {
  background-color: #FFFFF6;
  position: relative;
  padding: 50px 0;
}
.business__head {
  margin-bottom: 30px;
}
.business__head .c_heading {
  color: #224312;
  margin-bottom: 30px;
}
.business__head h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #224312;
  margin-bottom: 10px;
}
.business__head_txt {
  margin-bottom: 40px;
}
.business__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.business__item_img {
  margin-bottom: 20px;
}
.business__item_box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
.business__item_ttl {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}
.business__item_ttl::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  background-color: #fff;
  mask-image: url(../images/common/icon_arrow.svg);
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}
.business__item_txt {
  color: #fff;
}
.business__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgb(52, 52, 52) 100%);
  opacity: 0.51;
}

.company {
  padding-bottom: 50px;
}
.company__img {
  margin-top: 50px;
  padding-right: 20px;
}
.company .c_heading {
  margin-bottom: 30px;
}
.company__txt {
  margin-bottom: 40px;
  color: #fff;
}
.news {
  padding: 50px 0;
}
.news .c_news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mv__box {
  }
  .mv__ttl {
    font-size: clamp(2.7rem, 3.6vw , 4rem);
    top: 22%;
    left: 11%;
  }
  .mv__ttl .spec {
    display: inline;
  }
  .mv__txt {
    font-size: 1.5rem;
  }
  .mv .scroll {
    display: block;
  }
  .about {
    padding: 120px 0;
  }
  .about__box {
    margin-left: auto;
  }
  .about__ttl {
    margin-bottom: 50px;
    font-size: 2.2rem;
  }
  .about__txt {
    margin-bottom: 60px;
    font-size: 1.2rem;
  }
  .about__btn {
    display: block;
  }
  .about::before {
    background: url(../images/common/img_dec01.png) no-repeat top 0 left 0/360px;
  }
  .about::after {
    background: url(../images/common/img_dec02.png) no-repeat bottom 5% right 0/300px;
  }
  .business {
    padding: 80px 0;
  }
  .business__head {
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .business__head .c_heading {
    margin-bottom: 50px;
  }
  .business__head_txt {
    margin-bottom: 20px;
  }
  .business__item {
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .business__item_box {
    left: 40px;
    bottom: 46px;
  }
  .business__item_ttl {
    margin-bottom: 17px;
    font-size: 1.5rem;
  }
  .business__item_ttl::after {
    width: 16px;
    height: 14px;
  }
  .business__item_txt {
    max-width: 460px;
  }
  .business__item::before {
    height: 50%;
  }
  .company {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: clamp(6.25rem, 3.4855769231vw + 4.5769230769rem, 8.0625rem);
  }
  .company__img {
    margin-top: 0;
    margin-bottom: clamp(6.25rem, 4.8076923077vw + 3.9423076923rem, 8.75rem);
  }
  .company .c_heading {
    margin-bottom: 19px;
  }
  .company .c_heading__en {
    margin-bottom: 28px;
  }
  .company__box {
    max-width: 800px;
    margin-left: auto;
  }
  .company__txt {
    margin-bottom: 56px;
  }
  .news {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1024px) {
  .business__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .business__wrap .business__head {
    width: 49%;
  }
.business__head h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
}
@media screen and (min-width: 1440px) {
  .mv__box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv__img {
    padding-left: calc(50% - 680px);
  }
  .company__img {
    padding-right: calc(50% - 580px);
  }
}
/*# sourceMappingURL=top.css.map */

