/*==================================================
section top_about
===================================*/
.top_about {
  background-color: #f7f7f7;
}

.top_about__wrapper {
  padding: 0 0 20rem;
  background-color: #003056;
  color: #fff;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

@media screen and (max-width: 767px) {
  .top_about__wrapper {
    padding: 0 0 10rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }
}

.top_about__wrapper::after {
  content: "ABOUT US";
  font-family: "Oswald", sans-serif;
  font-size: 18rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.12rem;
  line-height: 17.5rem;
  position: absolute;
  top: 18%;
  right: -8rem;
  display: block;
  width: 54rem;
  transform: rotate(90deg);
}

.top_about__content {
  padding: 4rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .top_about__content {
    flex-direction: column;
    gap: 4rem;
  }
}

.top_about__content--left {
  width: calc(50% - 6rem);
}

.top_about__content--right {
  width: 50%;
  max-width: 38vw;
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .top_about__content--left,
  .top_about__content--right {
    width: 100%;
    padding: 0 5%;
  }

  .top_about__content--right {
    max-width: unset;
    padding-top: 0;
  }
}

.top_about__title {
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .top_about__title {
    padding-left: 0;
  }
}

.top_about__title_jp {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  padding-left: 1.2rem;
}

.top_about__title_en {
  font-family: "Oswald", sans-serif;
  font-size: 7.2rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  line-height: 7rem;
}

.top_about__lead {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.top_about__lead label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-family: 400;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .top_about__lead label {
    font-size: 1.4rem;
  }
}

.top_about__lead span {
  color: #003056;
  display: block;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
  background-color: #fff;
  width: fit-content;
  line-height: 3.2rem;
  padding: 0.5rem 1.5rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .top_about__lead span {
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
    padding-bottom: 1rem;
  }
}

.top_about__text_ja {
  margin-bottom: 1.5rem;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 767px) {
  .top_about__text_ja {
    line-height: 2.3rem;
  }
}

.top_about__text_en {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 767px) {
  .top_about__text_en {
    font-size: 1.2rem;
  }
}

/*==================================================
section top_about END
===================================*/
