/* ===============================
  TOP
=============================== */
/*------------------------------
fv
------------------------------*/
.fv {
  position: relative;
  margin-top: min(90px, 4.6875vw);
}

.fv__content p {
  color: #fff;
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 200;
}
.fv__content p span {
  writing-mode: horizontal-tb;
  letter-spacing: normal;
}
.fv__content p:nth-child(1) {
  font-size: 1.40625vw;
  letter-spacing: 0.2em;
  height: 16lh;
  transform: translate(1510%, -44%);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv__content p:nth-child(1)::before {
  content: "";
  position: absolute;
  background: #fff;
  transform: translate(-50%, -3%);
  width: 1px;
  height: 5lh;
  left: 50%;
  top: 100%;
}
.fv__content .fv-text2 {
  z-index: 200;
  position: absolute;
  top: 46%;
  left: 15.4%;
  transform: translate(-50%, -40%);
  width: 13%;
  opacity: 0;
}
@media (max-width: 767px) {
  .fv__content p:nth-child(1) {
    height: 17lh;
    transform: translate(-50%, -44%);
    font-size: 3.7333333333vw;
    left: 85%;
  }
  .fv__content .fv-text2 {
    left: 25%;
    width: 30%;
  }
}

.fv__content.act p:nth-child(1) {
  transform: translate(1510%, -64%);
  opacity: 1;
  transition: all 0.7s 0.2s;
}
.fv__content.act .fv-text2 {
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.7s 0.7s;
}
@media (max-width: 767px) {
  .fv__content.act p:nth-child(1) {
    transform: translate(-50%, -64%);
    opacity: 1;
    transition: all 0.7s 0.2s;
  }
}

#fadeWrap {
  position: relative;
  aspect-ratio: 1440/720;
  width: 83.4%;
  overflow: hidden;
}
#fadeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
@media (max-width: 767px) {
  #fadeWrap {
    width: 95%;
    aspect-ratio: 1440/1320;
  }
  #fadeWrap img:nth-child(1) {
    -o-object-position: right;
       object-position: right;
  }
}

/*------------------------------
overview
------------------------------*/
.overview {
  padding: min(225px, 11.71875vw) 0 min(330px, 17.1875vw);
}

.overview__content {
  width: 1110px;
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .overview__content {
    padding-left: min(136px, 9.9243243243vw);
  }
}
@media (max-width: 767px) {
  .overview__content {
    width: 100%;
  }
}

.overview__heading {
  font-size: min(2rem, 2.3351351351vw);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .overview__heading {
    font-size: 1.25rem;
  }
}

.overview__message {
  margin-top: 10.5%;
  font-size: min(1.125rem, 1.3135135135vw);
  font-weight: 400;
  line-height: 2.6;
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .overview__message {
    font-size: 0.875rem;
    line-height: 2;
  }
}

/*------------------------------
strength
------------------------------*/
.strength {
  display: flex;
}
@media (max-width: 767px) {
  .strength {
    display: block;
  }
}

.strength__content {
  width: 46.3%;
  background: rgba(66, 66, 66, 0.84);
  color: #fff;
  padding: min(13%, 250px) 5.2083333333% min(6.5%, 125px);
}
@media (max-width: 767px) {
  .strength__content {
    width: 100%;
  }
}

.strength__title {
  font-size: min(2.5rem, 2.1428571429vw);
  font-weight: 600;
  letter-spacing: 0.12em;
  padding-left: 17%;
}
@media (max-width: 767px) {
  .strength__title {
    font-size: 1.25rem;
  }
}

.strength__title-en {
  display: block;
  font-size: min(1rem, 0.8571428571vw);
  font-weight: 300;
  line-height: 1.75;
  margin-top: 0.5em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .strength__title-en {
    font-size: 0.75rem;
  }
}

.strength__list {
  margin-top: 8.8235294118%;
}

.strength__item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: min(13%, 89px) 17% min(12%, 82px);
  display: flex;
}
@media (max-width: 767px) {
  .strength__item {
    padding: 10% 5%;
  }
}

.strength__number {
  font-size: min(1.5rem, 1.2857142857vw);
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .strength__number {
    font-size: 1.25rem;
  }
}

.strength__body {
  margin-left: 20%;
}

.strength__heading {
  font-size: min(1.5rem, 1.2857142857vw);
  font-weight: 600;
  letter-spacing: 0.16em;
}
@media (max-width: 767px) {
  .strength__heading {
    font-size: 1rem;
  }
}

.strength__description {
  font-size: min(1rem, 0.8571428571vw);
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.6;
  margin-top: 1.3em;
}
@media (max-width: 767px) {
  .strength__description {
    font-size: 0.75rem;
  }
}

.strength__movies {
  width: 54.1666666667%;
  width: 53.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strength__movies .video {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.strength__movies .video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1300/1185;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .strength__movies .video {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .strength__movies {
    width: 100%;
  }
  .strength__movies .video {
    aspect-ratio: 300/270;
  }
}

/*------------------------------
projects
------------------------------*/
.projects {
  padding-top: min(190px, 9.8958333333vw);
}

.projects__inner {
  width: 1920px;
  max-width: 100%;
  padding: 0 15px;
}

.projects__content {
  margin-top: 1.5%;
}

.projects__list-wrap {
  position: relative;
}
.projects__list-wrap .swiper-button-next, .projects__list-wrap .swiper-button-prev {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  height: auto;
  width: auto;
  position: absolute;
  background: url(../img/icon_arrow2.webp) no-repeat center center/100%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 3.7%;
  left: 96.2%;
  top: 45%;
}
.projects__list-wrap .swiper-button-next::after, .projects__list-wrap .swiper-button-prev::after {
  display: none;
}
@media (max-width: 767px) {
  .projects__list-wrap .swiper-button-next, .projects__list-wrap .swiper-button-prev {
    width: 13%;
    left: 90%;
  }
}

.projects__list {
  overflow: hidden;
}
@media (min-width: 768px) {
  .projects__list {
    width: calc(100% - min(50px, 2.6041666667vw));
    margin: 0 auto;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .projects__list {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: 0;
  }
}

.projects__item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .projects__item {
    width: 100%;
  }
}

.projects__title {
  margin-top: 1.5em;
  font-size: clamp(0.625rem, 1.0714285714vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .projects__title {
    font-size: 1rem;
  }
}

.projects__category {
  font-size: clamp(0.5rem, 0.75vw, 0.875rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #8e8e8e;
}
@media (max-width: 767px) {
  .projects__category {
    font-size: 0.75rem;
  }
}

.projects__button {
  text-align: right;
  margin-top: 4%;
  padding: 0 1.4%;
}
.projects__button a {
  display: inline-block;
  font-size: clamp(0.625rem, 1.0714285714vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .projects__button a {
    font-size: 1rem;
  }
}

.projectsSwiper .projects__thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .projectsSwiper .swiper-slide-active {
    transform: translateY(90px);
  }
  .projectsSwiper .swiper-slide-active + .swiper-slide + .swiper-slide {
    transform: translateY(90px);
  }
}

/*------------------------------
news
------------------------------*/
.news {
  padding: min(225px, 11.71875vw) 0 min(220px, 11.4583333333vw);
}

.news__list {
  max-width: 1400px;
  margin: 5.9523809524% auto 0;
}

.news__button {
  margin-top: 4.1666666667%;
}
.news__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.25rem, 1.0714285714vw);
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.18em;
  padding-left: 5em;
}
.news__button a::before {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/icon_arrow.webp) no-repeat center center/contain;
  width: 2.9em;
  aspect-ratio: 1/1;
  margin-right: 1.5em;
}
@media (max-width: 767px) {
  .news__button {
    margin-top: 10%;
  }
  .news__button a {
    font-size: 1rem;
  }
  .news__button a::before {
    width: 1.8em;
  }
}

/*------------------------------
menu
------------------------------*/
.menu__item {
  color: #fff;
}
.menu__item a {
  display: inline-block;
  padding: min(570px, 29.6875vw) 0 min(110px, 5.7291666667vw);
  width: 100%;
  height: 100%;
}

.menu__title-ja {
  display: block;
  font-size: min(3.5rem, 3vw);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .menu__title-ja {
    font-size: 1.5rem;
  }
}

.menu__title-en {
  display: block;
  font-size: min(1rem, 0.8571428571vw);
  font-size: clamp(0.625rem, 0.8571428571vw, 1rem);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.2em;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .menu__title-en {
    font-size: 0.75rem;
  }
}

.menu__item--information {
  background: url(../img/menu_information.webp) no-repeat center center/cover;
}

.menu__item--service {
  background: url(../img/menu_service.webp) no-repeat center center/cover;
}

.menu__item--contact {
  background: url(../img/menu_contact.webp) no-repeat center center/cover;
}
/*# sourceMappingURL=top.css.map */