.top {
  background: #f0f3f5;
  padding-block: 120px;
}
@media screen and (max-width: 768px) {
  .top {
    padding-block: 80px;
  }
}
.top__inner {
  max-width: 1000px;
  width: 90%;
  margin-inline: auto;
}
.top__container {
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 1024px) {
  .top__container {
    gap: 5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .top__container {
    flex-direction: column;
    gap: 0;
  }
}
.top__ceo {
  max-width: 300px;
  width: 100%;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .top__ceo {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .top__image {
    order: 2;
    margin-top: 35px;
    width: 80%;
    margin-inline: auto;
  }
}
.top__position {
  font-size: 1.6rem;
  margin-top: 3rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.top__position::before, .top__position::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__position::before {
  margin-block-end: calc((1 - 2.5) * 0.5em);
}
.top__position::after {
  margin-block-start: calc((1 - 2.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__position {
    order: 3;
    text-align: right;
    margin-top: 5rem;
    width: 80%;
    margin-inline: auto;
  }
}
.top__name {
  font-size: 2.4rem;
  margin-top: 1rem;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
}
.top__name::before, .top__name::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__name::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.top__name::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__name {
    order: 4;
    text-align: right;
    width: 80%;
    margin-inline: auto;
  }
}
.top__textbox {
  width: 100%;
  width: calc(100% - 40%);
}
@media screen and (max-width: 768px) {
  .top__textbox {
    display: contents;
  }
}
.top__lead {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
}
.top__lead::before, .top__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__lead::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.top__lead::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__lead {
    order: 1;
    font-size: 2.4rem;
  }
}
.top__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 50px;
}
.top__disc::before, .top__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.top__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .top__disc {
    order: 5;
  }
}

@media screen and (max-width: 1024px) {
  .mvv {
    margin-bottom: 100px;
  }
}
.mvv__inner {
  width: 90%;
  margin-inline: auto;
}
.mvv__container {
  display: flex;
  gap: 14rem;
}
@media screen and (max-width: 1024px) {
  .mvv__container {
    flex-direction: column;
    gap: 80px;
  }
}
.mvv__image {
  padding-block: 10%;
  margin-inline: calc(50% - 50vw) 0;
  width: 100vw;
  height: calc(100vh - var(--header-h));
  overflow: hidden;
  position: sticky;
  top: var(--header-h);
}
@media screen and (max-width: 1024px) {
  .mvv__image {
    position: static;
    height: 400px;
    padding-block: 0;
    margin-top: 100px;
  }
}
.mvv__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvv__text-area {
  width: 100%;
  padding-block: 10%;
}
@media screen and (max-width: 1024px) {
  .mvv__text-area {
    padding-block: 0;
  }
}
.mvv__text-block:first-child {
  margin-top: 100px;
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .mvv__text-block:first-child {
    margin-top: 0;
  }
}
.mvv__text-block:not(:first-child) {
  margin-top: 150px;
  margin-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .mvv__text-block:not(:first-child) {
    margin-top: 80px;
  }
}
.mvv__head {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.mvv__title {
  font-size: 1.4rem;
  border: 1px solid #737373;
  padding: 8px 15px 7px;
}
.mvv__subtitle {
  font-size: 1.4rem;
  color: #737373;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.mvv__subtitle::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1px;
  background: #d9d9d9;
}
.mvv__text--large {
  line-height: 2;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
  margin-top: 5rem;
}
.mvv__text--large::before, .mvv__text--large::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mvv__text--large::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.mvv__text--large::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .mvv__text--large {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
.mvv__text--reguler {
  line-height: 2.1111111111;
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  margin-top: 5rem;
}
.mvv__text--reguler::before, .mvv__text--reguler::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mvv__text--reguler::before {
  margin-block-end: calc((1 - 2.1111111111) * 0.5em);
}
.mvv__text--reguler::after {
  margin-block-start: calc((1 - 2.1111111111) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .mvv__text--reguler {
    margin-top: 3rem;
  }
}
.mvv__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .mvv__list {
    gap: 3rem;
    margin-top: 3rem;
  }
}
.mvv__item {
  line-height: 2.1111111111;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
  display: flex;
  align-items: flex-start;
}
.mvv__item::before, .mvv__item::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.mvv__item::before {
  margin-block-end: calc((1 - 2.1111111111) * 0.5em);
}
.mvv__item::after {
  margin-block-start: calc((1 - 2.1111111111) * 0.5em);
}
.mvv__item--large {
  font-size: 2rem;
}
.mvv__line {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  margin-top: 0.5lh;
}
.mvv__disc {
  margin-left: 15px;
  font-size: 1.6rem;
}
.mvv__disc--large {
  font-size: 1.8rem;
}

@keyframes zoomUpAnimation {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.swiper {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper .swiper-slide-active img,
.swiper .swiper-slide-duplicate-active img,
.swiper .swiper-slide-prev img {
  animation: zoomUpAnimation 12s linear;
}
/*# sourceMappingURL=style.css.map */
