.page-top {
  margin-top: var(--header-height);
}
.page-top .mv {
  height: calc(67vh - var(--header-height));
  position: relative;
}
@media (max-width: 1024px) {
  .page-top .mv {
    height: 75vw;
  }
}
.page-top .mv .mv__img {
  width: 100%;
  height: 100%;
}
.page-top .mv .mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-top .mv .mv__content {
  position: absolute;
  left: 54px;
  bottom: 64px;
}
@media (max-width: 767px) {
  .page-top .mv .mv__content {
    left: 23px;
    bottom: 33px;
  }
}
.page-top .mv .mv__content .mv__text {
  font-family: Cormorant Garamond, serif;
  font-size: 9.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.97;
  letter-spacing: -0.04em;
}
@media (max-width: 1400px) {
  .page-top .mv .mv__content .mv__text {
    font-size: 6vw;
  }
}
@media (max-width: 1024px) {
  .page-top .mv .mv__content .mv__text {
    font-size: 7vw;
  }
}
@media (max-width: 767px) {
  .page-top .mv .mv__content .mv__text {
    font-size: 2.9rem;
    padding-right: 8px;
  }
}
.page-top .message {
  padding-block: 90px 85px;
}
  .page-top .message .container {
      min-width: auto;
    max-width: 1000px;
    margin: auto;
  }
@media (max-width: 1024px) {
  .page-top .message {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .page-top .message {
    padding-block: 50px;
  }
}
.page-top .message .message__wrap {
}
@media (max-width: 1279px) {
  .page-top .message .message__wrap {
  }
}
@media (max-width: 1024px) {
  .page-top .message .message__wrap {
  }
}
@media (max-width: 767px) {
  .page-top .message .message__wrap {
  }
}
.page-top .message .message__title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .page-top .message .message__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-top .message .message__title {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.page-top .message .message__text {
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 15px;
}
.page-top .message .movie  {
    margin: 30px 80px 0;
}
.page-top .message .movie div {
  padding:56.25% 0 0 0;
    position:relative;
}
.page-top .message .movie iframe {
  position:absolute;
    top:0;left:0;
    width:100%;
    height:100%;
}
.page-top .message .message__link {
    margin: 50px auto 0;
    max-width: 600px;
}
.page-top .message .message__link a {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 1em;
    position: relative;
}
.page-top .message .message__link a img {
    width: 27px;
    filter: brightness(0) saturate(100%) invert(37%) sepia(0%) saturate(435%) hue-rotate(143deg) brightness(97%) contrast(83%);
    position: absolute;
    right: 15px;
    bottom: 43%;
}
@media (max-width: 1024px) {
.page-top .message .message__link {
    margin-top: 40px;
}
.page-top .message .message__link a {
    padding: 0.8em;
}
}
@media (max-width: 767px) {
  .page-top .message .message__text {
    font-size: 1.5rem;
    margin-top: 7px;
  }
.page-top .message .movie {
    margin: 20px 30px 0;
}
.page-top .message .message__link {
    margin-top: 30px;
}
.page-top .message .message__link a img {
    width: 20px;
    right: 10px;
}
}
.page-top .info {
  background: #f4f4f4;
  padding-block: 85px;
}
  .page-top .info .container {
      min-width: auto;
    max-width: 1000px;
    margin: auto;
  }
@media (max-width: 1024px) {
.page-top .info {
    padding-block: 60px;
}
}
@media (max-width: 767px) {
  .page-top .info {
    padding-block: 50px;
  }
}
.page-top .info .info__inner {
}
@media (max-width: 767px) {
  .page-top .info .info__inner {
    grid-template-columns: 1fr;
    gap: 11px;
  }
}
.page-top .info .info__list {
  display: grid;
  gap: 20px;
}
@media (max-width: 767px) {
  .page-top .info .info__list {
    gap: 23px;
  }
}
.page-top .info a:hover .info-item__title {
  color: #007bc7;
}
.page-top .info .info-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-top .info .info-item__date {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
//  letter-spacing: 0.06em;
  width: 6.2em;
}
@media (max-width: 767px) {
  .page-top .info .info-item__date {
    font-size: 1.3rem;
    width: 6.5em;
  }
}
.page-top .info .info-item__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .page-top .info .info-item__categories {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-left: 0;
    gap: 8px 0;
  }
}
.page-top .info .info-item__category {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #fff;
  background-color: #6c7377;
  padding: 5px 12px;
  min-width: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-top .info .info-item__category {
    margin-left: 8px;
    font-size: 1.3rem;
    padding: 3px 12px;
    min-width: 113px;
  }
}
.page-top .info .info-item__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .info .info-item__title {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-left: 0;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.page-top .blocks {
  background-color: #005992;
  padding-block: 60px;
}
@media (max-width: 767px) {
  .page-top .blocks {
    padding-block: 30px 43px;
  }
}
.page-top .blocks .blocks__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}
@media (max-width: 767px) {
  .page-top .blocks .blocks__inner {
    grid-template-columns: 1fr;
  }
}
.page-top .blocks .block {
  color: #fff;
  background-color: #00619d;
}
.page-top .blocks .block:hover > * {
  opacity: 1;
}
.page-top .blocks .block:hover .block__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-top .blocks .block:hover .block__arrow {
  -webkit-transform: translateX(6px);
  transform: translate(6px);
}
.page-top .blocks .block__link {
  display: block;
}
.page-top .blocks .block__img {
  aspect-ratio: 640/210;
  overflow: hidden;
  position: relative;
}
.page-top .blocks .block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.page-top .blocks .block__content {
  padding: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .page-top .blocks .block__content {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .page-top .blocks .block__content {
    padding: 15px;
  }
}
.page-top .blocks .block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  gap: 8px;
}
.page-top .blocks .block__title--ja {
//  font-size: 3rem;
  font-size: 2.6rem;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .page-top .blocks .block__title--ja {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .page-top .blocks .block__title--ja {
    font-size: 2rem;
  }
.page-top .blocks .block__head {
    margin-bottom: 0.5em;
}
}
.page-top .blocks .block__title--en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
    margin-left: auto;
}
@media (max-width: 1024px) {
  .page-top .blocks .block__title--en {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-top .blocks .block__title--en {
    font-size: 1.2rem;
  }
}
.page-top .blocks .block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .page-top .blocks .block__body {
    gap: 15px;
  }
}
.page-top .blocks .block__text {
//  font-weight: 200;
  margin-top: 6px;
  padding-left: 2px;
  line-height: 1.875;
  letter-spacing: -0.05em;
//  width: -webkit-fit-content;
//  width: -moz-fit-content;
//  width: fit-content;
//  display: -webkit-box;
//  -webkit-line-clamp: 3;
//  -webkit-box-orient: vertical;
//  overflow: hidden;
}
@media (max-width: 767px) {
  .page-top .blocks .block__text {
    font-size: 1.4rem;
    line-height: 1.6666666667;
    margin-top: 0;
  }
}
.page-top .blocks .block__arrow {
  width: 27px;
  height: 13px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 6px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1024px) {
  .page-top .blocks .block__arrow {
    width: 23px;
    height: 11px;
  }
}
@media (max-width: 767px) {
  .page-top .blocks .block__arrow {
    width: 20px;
    height: 10px;
  }
}
.page-top .partners {
  padding-block: 94px 60px;
}
@media (max-width: 1024px) {
  .page-top .partners {
    padding-block: 86px 55px;
  }
}
@media (max-width: 767px) {
  .page-top .partners {
    padding-block: 66px 48px;
  }
}
.page-top .partners .partners__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .page-top .partners .partners__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 44px;
  }
}
.page-top .partners .partner {
  display: block;
  padding-inline: 80px;
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1279px) {
  .page-top .partners .partner {
    padding-inline: 30px;
  }
}
@media (max-width: 1024px) {
  .page-top .partners .partner {
    padding-inline: 0;
    border-right: 0;
  }
}
.page-top .partners .partner:last-child {
  border-right: 0;
}
.page-top .partners .partner:nth-of-type(1) .partner__img {
  width: 196px;
  height: 52px;
}
@media (max-width: 767px) {
  .page-top .partners .partner:nth-of-type(1) .partner__img {
    width: 147px;
    height: 39px;
  }
}
.page-top .partners .partner:nth-of-type(2) .partner__img {
  width: 184px;
  height: 37px;
}
@media (max-width: 767px) {
  .page-top .partners .partner:nth-of-type(2) .partner__img {
    width: 138px;
    height: 28px;
  }
}
.page-top .partners .partner:nth-of-type(3) .partner__img {
  width: 255px;
  height: 67px;
}
@media (max-width: 767px) {
  .page-top .partners .partner:nth-of-type(3) .partner__img {
    width: 169px;
    height: 51px;
  }
}
.page-top .partners .partner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
