@charset "UTF-8";
/* CSS Document */

header {
  opacity: 0;
  animation: header 0.25s ease-in both;
  animation-delay: 0.5s;
}

@keyframes header {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.header.active {
  background: rgba(0, 0, 0, 0.3);
}

.sec1 {
  position: relative;
  background-image: linear-gradient(#0b0b0c 35%, #2c2d33);
  overflow: hidden;
}

.sec1__bg1 {
  position: absolute;
  top: -15%;
  left: 0;
  width: 50%;
}

.sec1__bg1 source {
  width: 100%;
}

.sec1__bg2 {
  position: absolute;
  bottom: -15%;
  right: 0;
  width: 50%;
}

.sec1__bg2 source {
  width: 100%;
}

.sec1__wapper {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1920px;
  padding: 90px 0 100px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
}

.sec1__wapper__h2 {
  font-size: min(20vw, 40rem);
  letter-spacing: -1rem;
  font-weight: 700;
  margin-bottom: 50px;
  margin-left: -1.7%;
  line-height: 1.4;
  font-family: var(--en-font);
}

.sec1__wapper__h2 span {
  display: block;
  clip-path: inset(100% 0 0 0);
  animation: toptitle 0.7s ease-out both;
  animation-delay: 1s;
  margin-top: -9%;
}

.sec1__wapper__h2 span:nth-child(2) {
  animation-delay: 1.25s;
  margin-top: -10%;
}

@keyframes toptitle {
  0% {
    clip-path: inset(100% 0 0 0);
  }

  100% {
    clip-path: inset(0 0 0 0);
  }
}

.sec1__wapper__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  opacity: 0;
  animation: sec1bottom 0.25s ease-in both;
  animation-delay: 0.5s;
}

@keyframes sec1bottom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sec1__wapper__bottom__left {
  width: fit-content;
}

.sec1__wapper__bottom__left__strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec1__wapper__bottom__left__small {
  display: block;
  font-size: 1.4rem;
  font-family: var(--en-font);
}

.sec1__wapper__bottom__right {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.sec1__wapper__bottom__right p {
  font-size: 1.4rem;
  font-family: var(--en-font);
  font-weight: 700;
}

.sec1__wapper__bottom__right span {
  display: block;
  width: 1px;
  height: 50px;
  background: #FFFFFF;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


@media (max-width: 1024px) {
  .sec1__wapper__h2 {
    font-size: 35vw;
    letter-spacing: -0.5rem;
    writing-mode: vertical-rl;
  }

  .sec1__wapper__bottom__left__strong {
    font-size: 2.15rem;
  }

  .sec1__wapper__bottom__left__small {
    font-size: 1.3rem;
  }

  .sec1__wapper__bottom__right p {
    font-size: 1.3rem;
  }

  .sec1__wapper__h2 span {
    transform: translateX(10%);
    margin-top: 0;
    margin-right: 5%;
  }

  .sec1__wapper__h2 span:nth-child(2) {
    margin-top: 0;
    transform: translateX(50%);
  }

  @keyframes toptitle {
    0% {
      clip-path: inset(0 0 0 100%);
    }

    100% {
      clip-path: inset(0 0 0 0);
    }
  }
}


@media (max-width: 599px) {
  .sec1__wapper__bottom__left__strong {
    font-size: 1.8rem;
  }

  .sec1__wapper__bottom__left__small,
  .sec1__wapper__bottom__right p {
    font-size: 1.2rem;
  }

  .sec1__wapper__bottom__left__small {
    width: 60%;
  }
}




.images {
  position: relative;
}

.images img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.images1-1 {
  object-position: 40% 50%;
}

.images1-4 {
  object-position: 75% 50%;
}




.sec2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 100px 0 200px;
}

.sec2__bg1 {
  position: absolute;
  top: -10%;
  left: 0;
  width: 50%;
}

.sec2__bg1 source {
  width: 100%;
}

.sec2__bg2 {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 50%;
}

.sec2__bg2 source {
  width: 100%;
}

.sec2__wapper {
  position: relative;
  z-index: 1;
}

.sec2__wapper__top {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 200px;
}

.sec2__wapper__top p {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: var(--en-font);
  line-height: 1.2;
  margin-bottom: 50px;
  width: 59%;
  margin-left: auto;
}

.sec2__wapper__top h2 {
  font-weight: 600;
  width: 59%;
  margin-left: auto;
}

.sec2__wapper__bottom {
  display: flex;
  align-items: stretch;
}

.sec2__wapper__bottom__left {
  width: 50%;
}

.sec2__wapper__bottom__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

.sec2__wapper__bottom__right p {
  width: 90%;
  margin: 0 auto 0 5%;
  max-width: 960px;
  line-height: 1.8;
  font-weight: 600;
}

.sec2__wapper__bottom__right small {
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}


@media (max-width: 1024px) {
  .sec2 {
    padding: 150px 0;
  }

  .sec2__wapper__top {
    margin-bottom: 100px;
  }

  .sec2__wapper__top p {
    font-size: 3rem;
    width: 100%;
  }

  .sec2__wapper__top h2 {
    font-size: 1.5rem;
    width: 100%;
  }

  .sec2__wapper__bottom__right p {
    font-size: 1.5rem;
  }

  .sec2__wapper__bottom__right small {
    font-size: 1.5rem;
  }

  .sec2__wapper__bottom {
    flex-direction: column;
    gap: 50px;
  }

  .sec2__wapper__bottom__left {
    width: 100%;
  }

  .sec2__wapper__bottom__right {
    width: 100%;
  }
}


@media (max-width: 599px) {

  .sec2 {
    padding: 100px 0;
  }

  .sec2__wapper__top p {
    font-size: 2.5rem;
  }

  .sec2__wapper__top h2 {
    font-size: 1.4rem;
  }

  .sec2__wapper__bottom__right p {
    font-size: 1.4rem;
  }

  .sec2__wapper__bottom__right small {
    font-size: 1.4rem;
  }
}




.sec3 {
  padding: 100px 0 200px;
  position: relative;
  background-image: linear-gradient(#0b0b0c 35%, #2c2d33);
}

.sec3__bg1 {
  position: absolute;
  top: 0;
  left: 0%;
  width: 50%;
}

.sec3__bg1 source {
  width: 100%;
}

.sec3__bg2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50%;
}

.sec3__bg2 source {
  width: 100%;
}

.sec3__bg3 {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 50%;
}

.sec3__bg3 source {
  width: 100%;
}

.sec3__wapper {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.sec3__wapper__left__contents {
  width: 35%;
}

.sec3__wapper__left {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 100px - 5%);
  position: sticky;
  top: 100px;
  left: 0;
}

.sec3__wapper__left__top p {
  font-size: 3.5rem;
  font-family: var(--en-font);
  font-weight: 700;
  margin-bottom: 25px;
}

.sec3__wapper__left__top h2 {
  font-weight: 600;
}

.sec3__wapper__left__text {
  font-size: 1.4rem;
  font-family: var(--en-font);
  font-weight: 700;
}

.sec3__wapper__right {
  width: 65%;
}

.sec3__wapper__right__top {
  position: relative;
  margin-bottom: 30px;
}

.sec3__wapper__right__top img:nth-of-type(2) {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 20%;
}

.sec3__wapper__right__center {
  margin-bottom: 50px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.sec3__wapper__right__center__left {
  width: 250px;
}

.sec3__wapper__right__center__left strong {
  display: block;
  font-size: 3rem;
  font-family: var(--en-font);
  font-weight: 700;
  margin-bottom: 5px;
}

.sec3__wapper__right__center__left h3 {
  font-weight: 600;
  line-height: 1.1;
}


.sec3__wapper__right__center__right {
  flex: 1;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3rem;
}

.sec3__wapper__right__ul__li {
  padding: 30px 0;
  border-top: solid 1px #FFFFFF;
  display: flex;
  align-items: center;
  gap: 30px;
}

.sec3__wapper__right__ul__li:last-child {
  padding-bottom: 0;
}

.sec3__wapper__right__ul__li img {
  display: block;
  width: 150px;
  height: 150px;
}

.sec3__wapper__right__ul__li div {
  flex: 1;
}

.sec3__wapper__right__ul__li div h4 {
  font-size: 3rem;
  font-family: var(--en-font);
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.1;
}

.sec3__wapper__right__ul__li div p {
  font-weight: 600;
}

.sec3__wapper__right__ul__li div small {
  font-size: 1.4rem;
  display: block;
  margin-top: 20px;
}


@media (max-width: 1024px) {
  .sec3 {
    padding: 150px 0;
  }

  .sec3__wapper {
    flex-direction: column;
    gap: 75px;
  }

  .sec3__wapper__left {
    gap: 75px;
    width: 100%;
  }

  .sec3__wapper__right {
    width: 100%;
  }

  .sec3__wapper__left__top p {
    font-size: 3rem;
  }

  .sec3__wapper__left__top h2 {
    font-size: 1.5rem;
  }

  .sec3__wapper__left__text {
    font-size: 1.3rem;
  }

  .sec3__wapper__right__center__left strong {
    font-size: 2.5rem;
  }

  .sec3__wapper__right__center__left h3 {
    font-size: 1.5rem;
  }

  .sec3__wapper__right__center__right {
    font-size: 1.3rem;
  }

  .sec3__wapper__right__ul__li div h4 {
    font-size: 2.5rem;
  }

  .sec3__wapper__right__ul__li div p {
    font-size: 1.5rem;
  }

  .sec3__wapper__right__ul__li img {
    width: 135px;
    height: 135px;
  }
}


@media (max-width: 599px) {
  .sec3 {
    padding: 100px 0;
  }

  .sec3__wapper__left__top p {
    font-size: 2.5rem;
  }

  .sec3__wapper__left__top h2 {
    font-size: 1.4rem;
  }

  .sec3__wapper__left__text {
    font-size: 1.2rem;
  }

  .sec3__wapper__right__center__left strong {
    font-size: 2rem;
  }

  .sec3__wapper__right__center__left h3 {
    font-size: 1.4rem;
  }

  .sec3__wapper__right__center__right {
    font-size: 1.2rem;
  }

  .sec3__wapper__right__ul__li div h4 {
    font-size: 2rem;
  }

  .sec3__wapper__right__ul__li div p {
    font-size: 1.4rem;
  }

  .sec3__wapper__right__ul__li img {
    width: 120px;
    height: 120px;
  }

  .sec3__wapper__right__center {
    flex-direction: column;
    gap: 20px;
  }
}




.sec4 {
  position: relative;
  overflow: hidden;
  padding: 100px 0 200px;
}

.sec4__bg1 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 50%;
}

.sec4__bg2 {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 50%;
}

.sec4__bg3 {
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 50%;
}

.sec4 source {
  width: 100%;
}

.sec4__wapper {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
}

.sec4__wapper__h2 {
  font-size: clamp(12.5rem, 18.0555vw, 26rem);
  letter-spacing: -1.5rem;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 50px;
  margin-left: -1.7%;
}

.sec4__wapper__ul {
  display: flex;
  flex-direction: column;
  gap: 200px;
}

.sec4__wapper__ul__li {
  border-top: solid 1px #000000;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.sec4__wapper__ul__li__left {
  width: 40%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec4__wapper__ul__li__left__number {
  font-size: 8rem;
  font-weight: 700;
  font-family: var(--en-font);
}

.sec4__wapper__ul__li img {
  width: 60%;
}

.sec4__wapper__ul__li__left__bottom h3 {
  font-size: 2.5rem;
  font-family: var(--en-font);
  font-weight: 700;
  margin-bottom: 10px;
}

.sec4__wapper__ul__li__left__bottom p {
  font-weight: 600;
  margin-bottom: 50px;
}

.sec4__wapper__ul__li__left__bottom a {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--en-font);
  gap: 10px;
}

.sec4__wapper__ul__li__left__bottom a img {
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  filter: invert(1);
  margin-top: 5px;
}

.sec4sp {
  display: none;
}


@media (max-width: 1024px) {
  .sec4pc {
    display: none;
  }

  .sec4sp {
    display: block;
    width: 100% !important;
    margin: 30px 0 50px;
  }

  .sec4 {
    padding: 150px 0;
  }

  .sec4__wapper__h2 {
    letter-spacing: -0.5rem;
  }

  .sec4__wapper__ul {
    gap: 100px;
  }

  .sec4__wapper__ul__li__left {
    width: 100%;
    padding: 0;
  }

  .sec4__wapper__ul__li__left__number {
    font-size: 6.5rem;
  }

  .sec4__wapper__ul__li__left__bottom h3 {
    font-size: 2.25rem;
  }

  .sec4__wapper__ul__li__left__bottom p {
    font-size: 1.5rem;
  }

  .sec4__wapper__ul__li__left__bottom a {
    font-size: 1.3rem;
  }

  .sec4__wapper__ul__li__left__bottom a img {
    width: 12px;
  }

}


@media (max-width: 599px) {
  .sec4 {
    padding: 100px 0;
  }

  .sec4__wapper__ul__li__left__number {
    font-size: 5rem;
  }

  .sec4__wapper__ul__li__left__bottom h3 {
    font-size: 2rem;
  }

  .sec4__wapper__ul__li__left__bottom p {
    font-size: 1.4rem;
  }

  .sec4__wapper__ul__li__left__bottom a {
    font-size: 1.2rem;
  }

  .sec4__wapper__ul__li__left__bottom a img {
    width: 11px;
  }
}




.images2 {
  position: relative;
}

.images2 img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.images2__text {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-family: var(--en-font);
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}

.images2__text span {
  margin: 0 -9px;
  transition-delay: calc(0.03s * var(--i));
}

.images2-1 {
  object-position: 55% 50%;
}

.images2-2 {
  object-position: 25% 50%;
}

.images2-3 {
  object-position: 40% 50%;
}

.images2-4 {
  object-position: 30% 50%;
}


@media (max-width: 1024px) {
  .images2__text {
    font-size: 5rem;
  }

  .images2__text span {
    margin: 0 -7px;
  }
}


@media (max-width: 599px) {
  .images2__text {
    font-size: 4rem;
  }

  .images2__text span {
    margin: 0 -5px;
  }
}




.sec5 {
  background: #FFFFFF;
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
}

.sec5__bg1 {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 40%;
}

.sec5__bg2 {
  position: absolute;
  bottom: 10%;
  right: -10%;
  width: 40%;
}

.sec5 source {
  width: 100%;
}

.sec5__wapper {
  position: relative;
  z-index: 1;
  width: 95%;
  max-width: 1920px;
  margin: 0 auto;
  border-top: solid 1px #000000;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sec5__wapper__h2 {
  width: 45%;
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--en-font);
}

.sec5__wapper__ul {
  width: 65%;
}

.sec5__wapper__ul__li {
  display: flex;
  padding: 30px 0;
  border-bottom: solid 1px #000000;
}

.sec5__wapper__ul__li:first-child {
  padding-top: 20px;
}

.sec5__wapper__ul__li__h3 {
  width: 30%;
  min-width: 75px;
}

.sec5__wapper__ul__li__text {
  width: 70%;
}


@media (max-width: 1024px) {
  .sec5 {
    padding: 150px 0;
  }

  .sec5__wapper {
    flex-direction: column;
    gap: 50px;
  }

  .sec5__wapper__h2,
  .sec5__wapper__ul {
    width: 100%;
  }

  .sec5__wapper__h2 {
    font-size: 3.25rem;
  }

  .sec5__wapper__ul {
    font-size: 1.5rem;
  }
}


@media (max-width: 599px) {
  .sec5 {
    padding: 100px 0;
  }

  .sec5__wapper__h2 {
    font-size: 2.5rem;
  }

  .sec5__wapper__ul {
    font-size: 1.4rem;
  }
}


.slick-arrow {
  display: none !important;
}