@media screen and (max-width: 768px) {
}
.l-top-kv {
  width: 100%;
  overflow: hidden;
  /* margin-bottom: 180px; 
  margin-bottom: 20px; */
}
@media screen and (max-width: 768px) {
  .l-top-kv {
    /* margin-bottom: 60px; */
  }
}
.l-top-statement {
  width: 100%;
  /* margin-bottom: 130px; */
  margin-bottom: 330px;
}
@media screen and (max-width: 768px) {
  .l-top-statement {
    margin-bottom: 70px;
  }
}
.l-top-business {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .l-top-business {
    margin-bottom: 80px;
  }
}
.l-top-about {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .l-top-about {
    margin-bottom: 80px;
  }
}
.l-top-news {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-top-news {
    margin-bottom: 60px;
  }
}
#glt-translate-trigger {
  opacity: 0;
  bottom: -50px;
}
.top-kv {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.top-kv__image {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.top-kv__image > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1120px) {
  .top-kv__image > img {
    -o-object-position: bottom;
    object-position: bottom;
  }
}
.top-kv__copywrap {
  position: absolute;
 /* top: 50%;
  left: 50%; */
/*  -webkit-transform: translate(150%, -80%);
 transform: translate(150%, -80%); */

  -webkit-transform: translate(131%, -80%);
 transform: translate(131%, -80%); 

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 3;
}
@media screen and (max-width: 1120px) {
  .top-kv__copywrap {
    top: 100px;
    right: 10vw;
    left: auto;
   /* -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%); */

  -webkit-transform: translate(26%, 0%);
 transform: translate(26%, 0%); 

  }
}
.top-kv__copy--01,
.top-kv__copy--02 {
  margin-left: 40px;
  width: 24px;
}
@media screen and (max-width: 1120px) {
  .top-kv__copy--01,
  .top-kv__copy--02 {
    margin-left: 20px;
    width: 13px;
  }
}
.top-kv__copy--03 {
  width: 23.5px;
}
@media screen and (max-width: 1120px) {
  .top-kv__copy--03 {
    width: 12.5px;
  }
}
.top-kv__copy > img {
  width: 100%;
  height: auto;
}
.top-statement {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .top-statement {
    padding: 0 0 40%;
  }
}
.top-statement__image {
  width: 50%;
  position: absolute;
  /* top: 50%; */
  top: 95%;
  /* right: 0; */
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-statement__image {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 20px;
  }

  .top-kv__copywrap {

  -webkit-transform: translate(44%, 0%);
 transform: translate(44%, 0%); 

  }


}
.top-statement__image > img {
  width: 100%;
  height: auto;
  max-height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-statement__title {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1345.827232796486px) {
  .top-statement__title {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .top-statement__title {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .top-statement__title {
    width: 100%;
    padding: 25px 0;
    overflow: hidden;
  }
}
.top-statement__title--bg {
  font-size: 17rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 'light';
  font-weight: 100;
  color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
  z-index: 1;
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .top-statement__title--bg {
    font-size: 8rem;
    left: 13px;
  }
}
.top-statement__title--en {
  position: relative;
  z-index: 3;
}
.top-statement__title--en > span {
  color: #009d80;
  font-family: 'Poppins', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  position: relative;
  padding-left: 112px;
}
@media screen and (max-width: 768px) {
  .top-statement__title--en > span {
    font-size: 1rem;
    padding-left: 62px;
  }
}
.top-statement__title--en > span::before,
.top-statement__title--en > span::after {
  content: '';
  position: absolute;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-statement__title--en > span::before {
  width: 100px;
  background-color: #009d80;
}
@media screen and (max-width: 768px) {
  .top-statement__title--en > span::before {
    width: 50px;
  }
}
.top-statement__title--en > span::after {
  width: 20px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .top-statement__title--en > span::after {
    content: none;
  }
}
.top-statement__text {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /* padding-left: 112px; */
  padding-left: 10px;
  /* color: #009d80; 
  color: #42B049; */
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'medium';
  font-weight: 500;
  /* font-size: 1.8rem; */
  font-size: 2.2rem;
  line-height: 2.5;
  letter-spacing: 0.3em;
 top:130px;
}
@media screen and (max-width: 1345.827232796486px) {
  .top-statement__text {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .top-statement__text {
    width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .top-statement__text {
    padding-left: 0;
    font-size: 1.4rem;
    /* background-color: #edf8f6; */
    background-color: #fff;
    padding: 25px 35px;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
  }
}
.top-business {
  display: block;
}
.top-business__list {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-business__list {
    margin-top: 0;
    display: block;
  }
}
.top-business__list__item:nth-of-type(1),
.top-business__list__item:nth-of-type(2),
.top-business__list__item:nth-of-type(3) {
  width: calc(calc(100% - 2px) / 3);
  height: 320px;
  margin-bottom: 1px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-business__list__item:nth-of-type(1),
  .top-business__list__item:nth-of-type(2),
  .top-business__list__item:nth-of-type(3) {
    width: 33.3%;
  }
}
.top-business__list__item:nth-of-type(4),
.top-business__list__item:nth-of-type(5) {
  width: calc(calc(100% - 1px) / 2);
  height: 270px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-business__list__item:nth-of-type(4),
  .top-business__list__item:nth-of-type(5) {
    width: 49.96%;
  }
}
@media screen and (max-width: 768px) {
  .top-business__list__item {
    width: 100% !important;
    height: 180px !important;
  }
  .top-business__list__item:not(:last-of-type) {
    margin-bottom: 1px;
  }
}
.top-business__link,
.top-about__link {
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
}
.top-business__link--text,
.top-about__link--text {
  color: #fff;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'medium';
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  line-height: 1.6;
  z-index: 3;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-business__link--text,
  .top-about__link--text {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.top-about__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-about__list {
    display: block;
    margin-top: 0;
  }
}
.top-about__list__item {
  width: calc(calc(100% - 2px) / 3);
  height: 320px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .top-about__list__item {
    width: 33.3%;
  }
}
@media screen and (max-width: 768px) {
  .top-about__list__item {
    width: 100%;
    height: 180px;
  }
  .top-about__list__item:not(:last-of-type) {
    margin-bottom: 1px;
  }
}
.top-news {
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding-top: 5px;
  }
}
.top-news__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1345.827232796486px) {
  .top-news__inner {
    width: 87.84773060029282%;
  }
}
@media screen and (max-width: 1120px) {
  .top-news__inner {
    width: 92vw;
  }
}
.top-news__list {
  width: auto;
  margin-left: -20px;
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-left: -5px;
    margin-top: 0;
    padding-bottom: 45px;
  }
}
.top-news__list > .slick-list {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .top-news__list > .slick-list {
    width: 72% !important;
  }
}
.top-news__list__item {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .top-news__list__item {
    padding: 0 10px;
  }
}
.top-news__link {
  display: block;
  outline: none;
}
.top-news__image {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-news__image {
    margin-bottom: 12px;
  }
}
.top-news__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.top-news__title {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 12px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .top-news__title {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.top-news__date {
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 'bold';
  font-weight: 700;
  color: #009d80;
  background-color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 15px;
  border-radius: 11px;
  display: inline-block;
}
.top-news__dots {
  position: absolute;
  bottom: 17px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-news__dots > li {
  margin: 0 6px;
  outline: none;
}
.top-news__dots > li > button {
  width: 8px;
  height: 8px;
  padding: 0;
  background-color: #009d80;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: -99px;
  overflow: hidden;
  outline: none;
  border: none;
  opacity: 0.12;
}
.top-news__dots > li.slick-active > button {
  opacity: 1;
}
.slick-arrow {
  width: 44px;
  height: 44px;
  text-indent: -99px;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 22px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  outline: none;
}
.slick-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
}
.slick-arrow.slick-prev {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slick-arrow.slick-prev::before {
  border-width: 4.5px 6px 4.5px 0;
  border-color: transparent #009d80 transparent transparent;
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}
.slick-arrow.slick-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.slick-arrow.slick-next::before {
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #009d80;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}
#js-top-movie {
  opacity: 0;
}
.top-kv__arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.top-kv__button:hover .top-kv__arrow {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
.top-kv__button:hover .top-kv__arrow::before {
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-color: transparent transparent transparent $BURGUNDY;
  -webkit-animation: movie-arrow 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  animation: movie-arrow 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}
@-webkit-keyframes movie-arrow {
  0% {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }
  100% {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
}
@keyframes movie-arrow {
  0% {
    -webkit-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }
  100% {
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
}
.top-business__list__item,
.top-about__list__item,
.top-news__list__item {
  opacity: 0;
}
@media screen and (min-width: 1121px) {
  .top-business__link::before,
  .top-about__link::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #009d80;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .top-business__link:hover::before,
  .top-about__link:hover::before {
    opacity: 0.9;
  }
  .top-news__link {
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .top-news__link:hover {
    opacity: 0.8;
  }
  .slick-arrow {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .slick-arrow:hover {
    background-color: #009d80;
    border-color: #009d80;
  }
  .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 599px) {
  .top-kv__copywrap {
  -webkit-transform: translate(69%, 0%);
 transform: translate(69%, 0%); 
  }
}