.sec1__msg--1,
.sec1__msg--2,
.sec1__msg--3 {
  opacity: 0;
  transform: translateX(-50px);
}

.sec1 {
  padding-top: 80px;
  height: 100dvh;
  max-height: 800px;
}
.sec1__wrap {
  display: flex;
  flex-flow: row-reverse;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec1__wrap {
    display: block;
  }
}
.sec1__item--tx {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec1__item--tx {
    width: 100%;
    margin-top: 10px;
  }
}
.sec1__item--swiper {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .sec1__item--swiper {
    width: 100%;
  }
}
.sec1__msg-wrap {
  position: absolute;
  bottom: 15%;
  left: 15%;
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .sec1__msg-wrap {
    position: static;
    margin-left: 20px;
    width: auto;
  }
}
.sec1__msg {
  font-size: 2.8rem;
  white-space: nowrap;
  text-shadow: 2px 2px 2px white;
}
@media screen and (max-width: 992px) {
  .sec1__msg {
    font-size: 2rem;
    white-space: static;
  }
}
.sec1__msg--2 {
  margin-left: 15%;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .sec1__msg--2 {
    margin-top: 20px;
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .sec1__msg--2 {
    margin-top: 5px;
  }
}
.sec1__msg--3 {
  margin-left: 30%;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .sec1__msg--3 {
    margin-top: 20px;
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .sec1__msg--3 {
    margin-top: 5px;
  }
}
.sec1__swiper {
  height: 100%;
}
.sec1__swiper-img {
  width: 100%;
  height: 100%;
}

.sec2 {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .sec2 {
    padding-bottom: 0;
  }
}
.sec2__otr {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec2__otr {
    margin-top: 0;
  }
}
.sec2__item--ctn {
  display: grid;
  place-items: center;
  position: relative;
  height: 560px;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .sec2__item--ctn {
    padding-top: 210px;
    padding-bottom: 540px;
    justify-content: flex-start;
  }
}
.sec2__item--tx {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .sec2__logo-img {
    width: 150px;
    margin-left: 10px;
  }
}
.sec2__tx1 {
  color: #ae975e;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sec2__tx1 {
    font-size: 2.2rem;
  }
}
.sec2__tx2 {
  font-size: 2.4rem;
  margin-top: 30px;
  padding-bottom: 34px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .sec2__tx2 {
    font-size: 1.8rem;
    margin-top: 20px;
    padding-bottom: 24px;
  }
}
.sec2__tx3 {
  font-size: 1.5rem;
  padding-bottom: 20px;
  text-align: center;
}
.sec2__subject {
  position: absolute;
}
.sec2__subject--voice {
  top: 30px;
  left: 16%;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice {
    top: 0px;
    left: 16%;
  }
}
.sec2__subject--voice .sec2__ttl-en {
  color: #e1d89d;
}
.sec2__subject--voice .sec2__ttl-ja {
  color: #ae975e;
}
.sec2__subject--voice .sec2__symptom {
  text-decoration-color: #d6ca8f;
}
.sec2__subject--voice .sec2__symptom--1 {
  top: 20px;
  left: -80px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice .sec2__symptom--1 {
    top: 20px;
    left: -40px;
  }
}
.sec2__subject--voice .sec2__symptom--2 {
  top: 100px;
  left: 0px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice .sec2__symptom--2 {
    top: 100px;
    left: -20px;
  }
}
.sec2__subject--voice .sec2__symptom--3 {
  top: -40px;
  left: 130px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice .sec2__symptom--3 {
    top: -40px;
    left: 130px;
  }
}
.sec2__subject--voice .sec2__symptom--4 {
  top: -20px;
  left: 120px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice .sec2__symptom--4 {
    top: -15px;
    left: 145px;
  }
}
.sec2__subject--voice .sec2__symptom--5 {
  top: -40px;
  left: -70px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice .sec2__symptom--5 {
    top: -25px;
    left: 0px;
  }
}
.sec2__subject--voice .sec2__symptom--6 {
  top: -20px;
  left: 180px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--voice .sec2__symptom--6 {
    top: -10px;
    left: 140px;
  }
}
.sec2__subject--performance {
  top: 321px;
  left: 14%;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance {
    top: 480px;
    left: 14%;
  }
}
.sec2__subject--performance .sec2__ttl-en {
  color: #a9ceec;
}
.sec2__subject--performance .sec2__ttl-ja {
  color: #38a6ff;
}
.sec2__subject--performance .sec2__symptom {
  text-decoration-color: #a9ceec;
}
.sec2__subject--performance .sec2__symptom--1 {
  top: 20px;
  left: 30px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance .sec2__symptom--1 {
    top: 20px;
    left: 30px;
  }
}
.sec2__subject--performance .sec2__symptom--2 {
  top: 40px;
  left: 250px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance .sec2__symptom--2 {
    top: 30px;
    left: 180px;
  }
}
.sec2__subject--performance .sec2__symptom--3 {
  top: 10px;
  left: 0px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance .sec2__symptom--3 {
    top: 10px;
    left: 0px;
  }
}
.sec2__subject--performance .sec2__symptom--4 {
  top: 30px;
  left: 70px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance .sec2__symptom--4 {
    top: 30px;
    left: 30px;
  }
}
.sec2__subject--performance .sec2__symptom--5 {
  top: 10px;
  left: 210px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance .sec2__symptom--5 {
    top: 0px;
    left: 170px;
  }
}
.sec2__subject--performance .sec2__symptom--6 {
  top: -120px;
  left: 220px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--performance .sec2__symptom--6 {
    top: -110px;
    left: 210px;
  }
}
.sec2__subject--general {
  top: 80px;
  right: 20%;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general {
    top: 220px;
    right: 10%;
  }
}
.sec2__subject--general .sec2__ttl-en {
  color: #cbc9c9;
}
.sec2__subject--general .sec2__symptom {
  text-decoration-color: #cbc9c9;
}
.sec2__subject--general .sec2__symptom--1 {
  top: 20px;
  left: -10px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general .sec2__symptom--1 {
    top: 20px;
    left: -10px;
  }
}
.sec2__subject--general .sec2__symptom--2 {
  top: 10px;
  left: 160px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general .sec2__symptom--2 {
    top: 25px;
    left: 60px;
  }
}
.sec2__subject--general .sec2__symptom--3 {
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general .sec2__symptom--3 {
    top: 30px;
    left: -40px;
  }
}
.sec2__subject--general .sec2__symptom--4 {
  top: 20px;
  left: 170px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general .sec2__symptom--4 {
    top: 60px;
    left: -130px;
  }
}
.sec2__subject--general .sec2__symptom--5 {
  top: 30px;
  left: 0px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general .sec2__symptom--5 {
    top: 15px;
    left: 75px;
  }
}
.sec2__subject--general .sec2__symptom--6 {
  top: 40px;
  left: 180px;
}
@media screen and (max-width: 992px) {
  .sec2__subject--general .sec2__symptom--6 {
    top: 35px;
    left: 60px;
  }
}
.sec2__symptom {
  text-decoration: underline;
  text-underline-offset: 4px;
  position: relative;
}
.sec2__ttl {
  text-align: center;
}
.sec2__ttl-en {
  font-size: 5rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .sec2__ttl-en {
    font-size: 3rem;
  }
}
.sec2__ttl-ja {
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  .sec2__ttl-ja {
    font-size: 1.6rem;
  }
}

.sec3 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.sec3 .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.sec3 .scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.sec3 .scroll-infinity__list--right {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.sec3 .scroll-infinity__item {
  width: 25vw;
}
@media screen and (max-width: 992px) {
  .sec3 .scroll-infinity__item {
    width: 33.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .scroll-infinity__item {
    width: 50vw;
  }
}
@media screen and (max-width: 576px) {
  .sec3 .scroll-infinity__item {
    width: 50vw;
  }
}
.sec3 .scroll-infinity__item > img {
  width: 100%;
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.sec4__otr {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec4__otr {
    margin-top: 20px;
  }
}
.sec4__item {
  display: flex;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .sec4__item {
    display: block;
  }
}
.sec4__item .sec4__img-wrap {
  margin-right: 5%;
}
.sec4__item-reverse {
  display: flex;
  padding-bottom: 100px;
  flex-flow: row-reverse;
}
@media screen and (max-width: 992px) {
  .sec4__item-reverse {
    display: block;
  }
}
.sec4__item-reverse .sec4__img-wrap {
  margin-left: 5%;
}
.sec4__num {
  font-size: 5rem;
  color: #e5e5e5;
}
.sec4__h3 {
  font-size: 1.8rem;
  position: relative;
  top: -8px;
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
  .sec4__h3--1 {
    font-size: 1.4rem;
    padding-left: 0;
  }
}
.sec4__wrap {
  display: flex;
}
@media screen and (max-width: 992px) {
  .sec4__wrap {
    display: block;
  }
}
.sec4__tx1 {
  max-width: 500px;
  margin-right: 150px;
  line-height: 3;
}
@media screen and (max-width: 992px) {
  .sec4__tx1 {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .sec4__btn {
    margin-top: 20px;
  }
}
.sec4__btn2 {
  text-align: center;
}

.sec5__otr {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec5__otr {
    display: block;
    margin-top: 20px;
  }
}
.sec5__item {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.sec5__item:nth-child(n+2) {
  margin-left: 5%;
}
@media screen and (max-width: 992px) {
  .sec5__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec5__item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .sec5__item {
    width: 100%;
  }
}
.sec5__img {
  width: 100%;
  transition: 0.6s all;
}
.sec5__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px white;
}
.sec5__btn {
  text-align: center;
  margin-top: 50px;
}

.sec6__otr {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec6__otr {
    display: block;
    margin-top: 20px;
  }
}
.sec6 .article__item {
  width: 30%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.sec6 .article__item:nth-child(n+2) {
  margin-left: 5%;
}
@media screen and (max-width: 992px) {
  .sec6 .article__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec6 .article__item:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 992px) {
  .sec6 .article__item {
    width: 100%;
  }
}
.sec6 .article__img {
  width: 100%;
  transition: 0.6s all;
}
.sec6__btn {
  text-align: center;
  margin-top: 50px;
}

.sec7__otr {
  display: flex;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec7__otr {
    display: block;
    margin-top: 20px;
  }
}
.sec7__item {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .sec7__item {
    width: 100%;
  }
}
.sec7__item:nth-child(2) {
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .sec7__item:nth-child(2) {
    padding-left: 0;
    margin-top: 20px;
  }
}
.sec7__iframe {
  width: 100%;
}
.sec7__table {
  padding-bottom: 50px;
}
.sec7__map {
  margin-left: 5px;
}
.sec7 .dl {
  align-items: initial;
}
.sec7 .dl__dt {
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .sec7 .dl__dt {
    width: 20%;
  }
}
.sec7 .dl__dd {
  line-height: 2;
}
@media screen and (max-width: 992px) {
  .sec7 .dl__dd {
    width: 80%;
  }
}/*# sourceMappingURL=top.css.map */