@charset "UTF-8";
.main .sec_mv {
  position: relative;
  overflow: hidden;
}
.main .sec_mv .slick_mv {
  height: 82vh;
}
.main .sec_mv .slick_mv .image {
  height: 82vh;
}
.main .sec_mv .slick_mv .image:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.main .sec_mv .slick_mv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .main .sec_mv .slick_mv {
    height: 7rem;
  }
  .main .sec_mv .slick_mv .image {
    height: 7rem;
  }
}
.main .sec_mv .mv_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.28em;
}
@media screen and (max-width: 750px) {
  .main .sec_mv .mv_text {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_mv .scrollbar_wrap {
    position: absolute;
    bottom: 0;
    right: 0.7rem;
  }
}
.main .sec_mv .scrollbar-text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  padding: 0.2rem 0.2rem 2.2rem;
  color: #fff;
  font-size: 0.24rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .main .sec_mv .scrollbar-text {
    padding-bottom: 1.3rem;
    writing-mode: unset;
    bottom: 0;
    font-size: 0.2rem;
  }
}
.main .sec_mv .scrollbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
}
.main .sec_mv .scrollbar:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 2rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .main .sec_mv .scrollbar:after {
    height: 1rem;
  }
}
.main .sec_mv .scrollbar:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.07rem;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite, cirlemovehide 3s ease-out infinite;
}
@media screen and (max-width: 750px) {
  .main .sec_mv .scrollbar:before {
    animation: circlemoveSP 3s ease-in-out infinite, cirlemovehideSP 3s ease-out infinite;
  }
}
@keyframes circlemove {
  0% {
    bottom: 2rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes circlemoveSP {
  0% {
    bottom: 1rem;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehideSP {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.main .sec_concept {
  margin-top: 1rem;
}
.main .sec_concept .ttl {
  font-size: 0.56rem;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: 0.76em;
  margin-right: -0.76em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .main .sec_concept .ttl {
    font-size: 0.36rem;
  }
}
.main .sec_concept .logo {
  width: 7.4rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .sec_concept .logo {
    width: 4.5rem;
    margin-top: 0.7rem;
  }
}
.main .sec_concept .text {
  margin-top: 1rem;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: 0.36em;
  margin-right: -2em;
  line-height: 2;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .sec_concept .text {
    margin-top: 0.7rem;
    font-size: 0.28rem;
    margin-right: -0.9em;
  }
}
.main .sec_concept .text p + p {
  margin-top: 0.5rem;
}
.main .sec_concept .btn {
  margin-top: 1rem;
}
.main .sec_concept .btn a {
  width: 20rem;
  margin: 0 auto;
  font-size: 0.4rem;
  padding: 0.4rem 0;
  text-align: center;
  letter-spacing: 0.8em;
  border: 1px solid;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec_concept .btn a {
    width: 100%;
    font-size: 0.3rem;
    letter-spacing: 0.5em;
    padding: 0.2rem;
    gap: 0.1rem;
  }
}
.main .sec_concept .btn a .arrow {
  width: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec_concept .btn a .arrow {
    width: 0.12rem;
  }
}
.main .sec_concept .btn a:hover {
  color: #e50012;
  border-color: #e50012;
}
.main .sec_initiative {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative {
    margin-top: 1.5rem;
  }
}
.main .sec_initiative .mainttl {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .mainttl {
    margin-top: 1rem;
  }
}
.main .sec_initiative .mainttl span {
  display: inline-block;
  letter-spacing: 0.8em;
  margin-right: -0.8em;
  font-size: 0.46rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .mainttl span {
    letter-spacing: 0.5em;
    margin-right: -0.5em;
    font-size: 0.4rem;
    line-height: 2;
  }
}
.main .sec_initiative .forest {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .forest {
    margin-top: 0.5rem;
  }
}
.main .sec_initiative .grid {
  margin-top: 1rem;
  padding: 0.2rem;
  background: #34714d;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid {
    margin-top: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1rem;
    padding: 0.1rem;
  }
}
.main .sec_initiative .grid .card {
  display: block;
  overflow: hidden;
  position: relative;
}
.main .sec_initiative .grid .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.6s ease-in-out;
}
.main .sec_initiative .grid .card .ttl {
  font-weight: 600;
  color: #fff;
  font-size: 0.36rem;
  letter-spacing: 0.58em;
  line-height: 2;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card .ttl {
    font-size: 0.26rem;
    letter-spacing: 0.2em;
  }
}
.main .sec_initiative .grid .card .ttl small {
  display: block;
  font-weight: 300;
  font-size: 0.28rem;
  letter-spacing: 0.38em;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card .ttl small {
    font-size: 0.22rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card .ttl.--ct {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card .ttl.--ct {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.main .sec_initiative .grid .card .arrow {
  position: absolute;
  bottom: 0.4rem;
  right: 0.5rem;
  width: 0.8rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card .arrow {
    bottom: 0.2rem;
    right: 0.2rem;
    width: 0.4rem;
  }
}
.main .sec_initiative .grid .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card:after {
    background: rgba(0, 0, 0, 0.2);
  }
}
.main .sec_initiative .grid .card.--bl .ttl {
  bottom: 0.4rem;
  left: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card.--bl .ttl {
    bottom: auto;
    top: 0.2rem;
    left: 0.2rem;
  }
}
.main .sec_initiative .grid .card.--bl:after {
  background: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, transparent 75%);
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card.--bl:after {
    background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 35%, transparent 75%);
  }
}
.main .sec_initiative .grid .card.--tl .ttl {
  top: 0.4rem;
  left: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card.--tl .ttl {
    top: 0.2rem;
    left: 0.2rem;
  }
}
.main .sec_initiative .grid .card.--tl:after {
  background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 25%, transparent 75%);
}
.main .sec_initiative .grid .card:hover img {
  filter: brightness(1.2);
  transform: scale(1.1);
}
.main .sec_initiative .grid .card.comingsoon {
  pointer-events: none;
}
.main .sec_initiative .grid .card.comingsoon:after {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(1) {
    grid-column: span 8;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(2) {
    grid-column: span 10;
  }
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card:nth-child(2) .ttl {
    width: 2.9rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(3) {
    grid-column: span 6;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(4) {
    grid-column: span 9;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(5) {
    grid-column: span 8;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(6) {
    grid-column: span 7;
    /*.ttl {
    	left: 3.5rem;
    }*/
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(7) {
    grid-column: span 7;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(8) {
    grid-column: span 7;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_initiative .grid .card:nth-child(9) {
    grid-column: span 10;
  }
}
@media screen and (max-width: 750px) {
  .main .sec_initiative .grid .card:nth-child(9) {
    grid-column: span 2;
  }
}
.main .sec_initiative .grid .card:nth-child(9) {
  /*.ttl {
  	top: 15%;
  	transform: translate(-50%, -15%);
  	width: 6.3rem;

  	@include sp {
  		top: 10%;
  		transform: translate(-50%, -10%);
  		width: 3.5rem;
  	}
  }*/
}

.gFooter {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter {
    margin-top: 0.8rem;
  }
}/*# sourceMappingURL=unique.css.map */