/* mv
---------------------------------------- */
.p-top-mv {
  position: relative;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-optical-sizing: auto;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1400px) {
  .p-top-mv__bg {
    height: 450px;
  }
  .p-top-mv__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
  }
}
@media screen and (max-width: 763px) {
  .p-top-mv__bg {
    height: auto;
  }
}
.p-top-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-mv__sub {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 763px) {
  .p-top-mv__sub {
    font-size: 1.8rem;
  }
}
.p-top-mv__title {
  font-size: 5.6rem;
  font-weight: 600;
}
@media screen and (max-width: 763px) {
  .p-top-mv__title {
    font-size: 2.4rem;
  }
}

/* section
---------------------------------------- */
.p-top-section {
  padding: 80px 0;
}
@media screen and (max-width: 763px) {
  .p-top-section {
    padding: 50px 0;
  }
}
.p-top-section--bgcolor {
  background-color: #E9F4FF;
}
.p-top-section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .p-top-section__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-top-section__content {
  max-width: 540px;
  width: 100%;
}
.p-top-section__title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 763px) {
  .p-top-section__title {
    padding-left: 10px;
    font-size: 2rem;
  }
}
.p-top-section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 4px;
  background-color: #0F57A3;
  content: "";
}
@media screen and (max-width: 763px) {
  .p-top-section__title::before {
    width: 4px;
  }
}
.p-top-section__title--en {
  padding-left: 0;
  font-size: 2.8rem;
  word-break: break-word;
}
@media screen and (max-width: 763px) {
  .p-top-section__title--en {
    font-size: 2rem;
  }
}
.p-top-section__title--en::before {
  display: none;
}
.p-top-section__lead {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 763px) {
  .p-top-section__lead {
    font-size: 1.4rem;
  }
}
.p-top-section__lead--en {
  word-break: break-word;
}
.p-top-section__image {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1079px) {
  .p-top-section__image {
    margin-bottom: 20px;
  }
}
.p-top-section__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1079px) {
  .p-top-section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-section__button a {
  min-width: 280px;
}
.p-top-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding: 40px 50px;
  border: 1px solid #0F57A3;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1079px) {
  .p-top-section__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 763px) {
  .p-top-section__box {
    padding: 20px;
  }
}
.p-top-section__comingsoon {
  font-size: 2.4rem;
}
@media screen and (max-width: 763px) {
  .p-top-section__comingsoon {
    font-size: 2rem;
  }
}