.top {
  aspect-ratio: 1500/750;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top {
    aspect-ratio: 1/1;
  }
}
.top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept {
  overflow-x: clip;
}
.concept__inner {
  width: 90%;
  margin-inline: auto;
  max-width: 1200px;
}
.concept__block {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .concept__block {
    margin-top: 50px;
  }
}
.concept__block:not(:first-child) {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .concept__block:not(:first-child) {
    margin-top: 100px;
  }
}
.concept__block:nth-child(2n) .concept__text {
  width: calc(50% - 8.3333333333%);
}
@media screen and (max-width: 768px) {
  .concept__block:nth-child(2n) .concept__text {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .concept__block:nth-child(2n+1) .concept__container {
    flex-direction: column-reverse;
  }
}
.concept__block:nth-child(2n+1) .concept__text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .concept__block:nth-child(2n+1) .concept__text {
    width: 100%;
  }
}
.concept__block:nth-child(2n+1) .concept__image {
  width: calc(50% - 8.3333333333%);
}
@media screen and (max-width: 768px) {
  .concept__block:nth-child(2n+1) .concept__image {
    width: 50%;
  }
}
.concept__block:nth-child(2) {
  margin-top: 245px;
}
@media screen and (max-width: 768px) {
  .concept__block:nth-child(2) {
    margin-top: 120px;
  }
}
.concept__block:nth-child(3) .concept__text {
  padding-left: 5%;
}
.concept__block:nth-child(4) .concept__text {
  padding-left: 6.6666666667%;
}
.concept__block:nth-child(5) .concept__text {
  padding-left: 5.8333333333%;
}
.concept__block:nth-child(6) .concept__text {
  padding-left: 4.1666666667%;
}
.concept__block:nth-child(7) .concept__container {
  padding-left: 0;
}
.concept__block:nth-child(7) .concept__image {
  width: 100%;
}
.concept__block:nth-child(7) .concept__text {
  width: 100%;
}
.concept__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8.3333333333%;
}
@media screen and (max-width: 768px) {
  .concept__container {
    flex-direction: column;
    padding-left: 0;
  }
}
.concept__text {
  line-height: 2.1111111111;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
}
.concept__text::before, .concept__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.concept__text::before {
  margin-block-end: calc((1 - 2.1111111111) * 0.5em);
}
.concept__text::after {
  margin-block-start: calc((1 - 2.1111111111) * 0.5em);
}
@media screen and (max-width: 768px) {
  .concept__text {
    padding-left: 0 !important;
    font-size: 1.6rem;
  }
}
.concept__text--large {
  line-height: 1.9444444444;
  letter-spacing: 0.12em;
  font-size: 3.6rem;
  margin-top: 5rem;
}
.concept__text--large::before, .concept__text--large::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.concept__text--large::before {
  margin-block-end: calc((1 - 1.9444444444) * 0.5em);
}
.concept__text--large::after {
  margin-block-start: calc((1 - 1.9444444444) * 0.5em);
}
@media screen and (max-width: 768px) {
  .concept__text--large {
    font-size: 3.2rem;
  }
}
.concept__image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .concept__image {
    margin-top: 70px;
  }
}
.concept__image--2 {
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .concept__image--2 {
    margin-inline: auto 0;
  }
}
.concept__image--3 {
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .concept__image--3 {
    margin-inline: 0 auto;
  }
}
.concept__image--4 {
  max-width: 650px;
  width: min(43.3333333333vw, 650px);
  grid-area: 1/7/2/13;
  justify-self: end;
  margin-right: max(-10vw, -150px);
}
@media screen and (max-width: 768px) {
  .concept__image--4 {
    margin-inline: auto calc(50% - 50vw);
    width: 100vw;
    margin-right: 0;
  }
}
.concept__image--5 {
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .concept__image--5 {
    margin-inline: 0 auto;
  }
}
.concept__image--6 {
  max-width: 540px;
  justify-self: flex-end;
}
@media screen and (max-width: 768px) {
  .concept__image--6 {
    margin-inline: auto 0;
  }
}
.concept__image--7 {
  max-width: 750px;
  width: min(50vw, 750px);
  grid-area: 1/7/2/13;
  justify-self: end;
  margin-left: max(-10vw, -150px);
}
@media screen and (max-width: 1024px) {
  .concept__image--7 {
    max-width: 500px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 980px) {
  .concept__image--7 {
    max-width: 450px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 980px) and (max-width: 820px) {
  .concept__image--7 {
    max-width: 430px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 980px) and (max-width: 820px) and (max-width: 768px) {
  .concept__image--7 {
    margin-inline: calc(50% - 50vw) auto;
    width: 100vw !important;
    max-width: 450px;
  }
}
.concept__text-wrapper {
  padding-left: 13.1666666667%;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .concept__text-wrapper {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 860px) {
  .concept__text-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 1024px) and (max-width: 860px) and (max-width: 768px) {
  .concept__text-wrapper {
    padding-left: 0;
    width: 100%;
  }
}

.activity {
  margin-block: 150px 200px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .activity {
    margin-block: 75px 100px;
  }
}
.activity__text {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  font-size: 1.6rem;
}
.activity__text::before, .activity__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.activity__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.activity__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .activity__text {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
.activity__btn {
  margin-top: 4rem;
  margin-inline: auto;
}
/*# sourceMappingURL=style.css.map */
