.p-unner-mv01__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 980px;
}
@media screen and (max-width: 1024px) {
  .p-unner-mv01__container {
    height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .p-unner-mv01__container {
    display: block;
    height: auto;
  }
}
.p-unner-mv01__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-unner-mv01__text {
    height: 420px;
  }
}
.p-unner-mv01__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 980px;
  height: 100%;
}
.p-unner-mv01__title, .p-unner-mv02__title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-unner-mv01__title, .p-unner-mv02__title {
    font-size: 12px;
  }
}
.p-unner-mv01__title-en, .p-unner-mv02__title-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 34px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-unner-mv01__title-en, .p-unner-mv02__title-en {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.p-unner-mv01__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-unner-mv01__image {
    height: 400px;
  }
}
.p-unner-mv01__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-unner-mv02__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 658px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-unner-mv02__container {
    height: 395px;
    padding-top: 40px;
  }
}
.p-404 {
  text-align: center;
  padding: 60px 0 100px;
}
.p-404__btn {
  margin-top: 60px;
}