.p-top-mv {
  position: relative;
  background-color: #1d3379;
  overflow: hidden;
}
.p-top-mv:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/bg-back.png) 50% 50%/cover no-repeat;
}
.p-top-mv__inner {
  display: flex;
  align-items: center;
  gap: 8.8rem;
  padding-right: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
}
.p-top-mv__content {
  margin-top: 6.5rem;
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv__content {
    margin-top: 0;
  }
}
.p-top-mv__title {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-size: 9.4rem;
  line-height: 1;
  letter-spacing: -0.03rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    font-size: 4.4rem;
  }
}
.p-top-mv__subtitle {
  margin-top: 0.8rem;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  color: #f2bc56;
}
@media screen and (max-width: 767px) {
  .p-top-mv__subtitle {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}
.p-top-mv__divider {
  margin-top: 2.4rem;
  border: none;
  border-top: 0.1rem solid #F2BC56;
}
@media screen and (max-width: 767px) {
  .p-top-mv__divider {
    margin-top: 1.6rem;
  }
}
.p-top-mv__divider--sub {
  margin-top: 1.7rem;
  border-color: #BDC6E2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__divider--sub {
    margin-top: 1.2rem;
  }
}
.p-top-mv__catch {
  margin-top: 2.4rem;
  background: linear-gradient(180deg, #f2bc56 0%, #e6a52d 50%, #884c2a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 6.2rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch {
    margin-top: 1.6rem;
    font-size: 2.8rem;
  }
}
.p-top-mv__catch span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__catch span {
    font-size: 2.25rem;
  }
}
.p-top-mv__date {
  margin-top: 6.8rem;
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__date {
    margin-top: 3.2rem;
    font-size: 2.6rem;
  }
}
.p-top-mv__date span {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__date span {
    font-size: 2rem;
  }
}
.p-top-mv__place {
  margin-top: 0.8rem;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  color: #f2bc56;
}
@media screen and (max-width: 767px) {
  .p-top-mv__place {
    margin-top: 0.6rem;
    font-size: 1.3rem;
  }
}
.p-top-mv__president-role {
  margin-top: 1rem;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #f2bc56;
}
.p-top-mv__president-wrap {
  margin-top: -0.5rem;
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__president-wrap {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-top-mv__president-name {
  margin-top: 0.4rem;
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv__president-name {
    font-size: 2rem;
  }
}
.p-top-mv__president-name span {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__president-name span {
    font-size: 1.65rem;
  }
}
.p-top-mv__president-detail {
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: #fff;
}
.p-top-mv__media {
  flex: 1;
  min-width: 0;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .p-top-mv__media {
    flex: none;
    align-self: auto;
    margin: 0 calc(50% - 50vw);
  }
}
.p-top-mv__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    height: auto;
    aspect-ratio: 1120/1360;
  }
}

.p-top-message {
  scroll-margin-top: var(--header-height, 6.9rem);
  padding: 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    padding: 5rem 0;
  }
}
.p-top-message__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.p-top-message__row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-message__row {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
  }
}
.p-top-message__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 32rem;
}
.p-top-message__photo {
  overflow: hidden;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
}
.p-top-message__photo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-message__role {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  color: #1e1e1e;
  text-align: center;
}
.p-top-message__name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.575;
  letter-spacing: 0.36rem;
  color: #ca8c19;
  text-align: center;
}
.p-top-message__affiliation {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  color: #1e1e1e;
  text-align: center;
}
.p-top-message__body {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  line-height: 1.75;
  color: #1e1e1e;
}
.p-top-message__paragraph:not(:first-child) {
  margin-top: 3rem;
}
.p-top-message__text {
  width: 100%;
  font-weight: 400;
  line-height: 1.75;
  color: #1e1e1e;
}

.p-top-overview {
  scroll-margin-top: var(--header-height, 6.9rem);
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-overview {
    padding: 5rem 0;
  }
}
.p-top-overview__inner {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.p-top-overview__block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-top-overview__block:last-child .p-top-overview__row:last-child .p-top-overview__term,
.p-top-overview__block:last-child .p-top-overview__row:last-child .p-top-overview__description {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-top-overview__block:last-child .p-top-overview__row:last-child .p-top-overview__term {
    border-bottom: 0.1rem solid #ddd;
  }
}
.p-top-overview__heading {
  font-family: "times-new-roman", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.126rem;
  color: #ca8c19;
}
@media screen and (max-width: 767px) {
  .p-top-overview__heading {
    font-size: 2.2rem;
  }
}
.p-top-overview__list {
  border-top: 0.1rem solid #E5D3B1;
}
.p-top-overview__row {
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-overview__row {
    flex-direction: column;
    gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-overview__row:not(:first-child) {
    margin-top: 2rem;
  }
}
.p-top-overview__term {
  padding: 1.6rem 0;
  flex-shrink: 0;
  width: 19.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #1e1e1e;
  border-bottom: 0.1rem solid #ddd;
}
@media screen and (max-width: 767px) {
  .p-top-overview__term {
    width: 100%;
  }
}
.p-top-overview__description {
  padding: 1.6rem 0;
  flex: 1;
  min-width: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #1e1e1e;
  border-bottom: 0.1rem solid #ddd;
}
.p-top-overview__link {
  color: #1e1e1e;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-overview__link:hover {
    color: #ca8c19;
  }
}/*# sourceMappingURL=style.css.map */