.p-top-opening {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.p-top-opening__logo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-top-opening__logo {
    width: 152px;
  }
}
.p-top-opening__bg {
  width: 100%;
  height: 100%;
}
.p-top-opening__bg img, .p-top-opening__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}

.p-top-mv {
  position: relative;
  overflow: hidden;
}
.p-top-mv__content {
  position: relative;
  height: 100%;
}
.p-top-mv__list {
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-mv__list.slick-initialized {
  opacity: 1;
}
.p-top-mv__item {
  vertical-align: bottom;
}
.p-top-mv__wrap {
  position: relative;
  padding-top: 51.4167%;
}
@media screen and (max-width: 768px) {
  .p-top-mv__wrap {
    padding-top: 162.85%;
  }
}
.p-top-mv__wrap img, .p-top-mv__wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv .slick-dots {
  left: 50%;
  bottom: 60px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-mv .slick-dots {
    bottom: 40px;
    text-align: left;
    padding-left: 25px;
  }
}
.p-top-mv .slick-dots li {
  width: auto;
  height: auto;
}
.p-top-mv .slick-dots li.slick-active button::before {
  background: #fff;
}
.p-top-mv .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p-top-mv .slick-dots li button {
    margin: 0 8px;
  }
}
.p-top-mv .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-top-mv .slick-dots li button:before:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
.p-top-mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-top-about {
  background: url(../img/top/bg_about01.webp) no-repeat center/cover;
  padding: 120px 0 140px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    background-image: url(../img/top/bg_about01_sp.webp);
    padding: 85px 15px 190px;
    margin-bottom: 100px;
  }
}
.p-top-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-about__content {
    max-width: 380px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__head {
    padding-right: 45px;
  }
}
.p-top-about__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-top-about__title {
    height: 270px;
    font-size: 26px;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
}
.p-top-about__title::after {
  content: "";
  position: absolute;
  top: calc(100% + 20px);
  left: calc(50% - 1px);
  width: 1px;
  height: 80px;
  background: currentColor;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-top-about__title.is-show::after {
  opacity: 1;
}
.p-top-about__title-item {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
  will-change: opacity, filter;
}
.p-top-about__title-item.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.p-top-about__body {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}
.p-top-about__body.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-top-about__text {
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 0.1em;
  padding-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-about__text {
    font-size: 13px;
    letter-spacing: 0.025em;
    padding-top: 94px;
  }
}
.p-top-about__logo {
  text-align: center;
  margin-top: 80px;
}

.p-top-content {
  /*
  &--bg {
    position: relative;
    padding-bottom: 40px;
    @include m.sp(){
      padding-bottom: 20px;
    }
    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 522px;
      background: linear-gradient(to bottom, rgba(250,246,243,1) 0%,rgba(217,235,242,1) 100%);
      @include m.sp(){
        height: 1016px;
      }
    }
  }
  */
}
.p-top-content__title {
  margin-bottom: 60px;
}
.p-top-content__content {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-top-content__content {
    padding: 0 15px;
    margin-bottom: 120px;
  }
}
.p-top-content__bnr {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .p-top-content__bnr {
    max-width: 500px;
    margin: 0 auto 27px;
  }
}
.p-top-content__link, .p-top-content__link--nolink {
  display: block;
  position: relative;
}
.p-top-content__link:hover .c-btn01::before, .p-top-content__link--nolink:hover .c-btn01::before {
  background-color: #7E88B7;
  border-color: #7E88B7;
}
.p-top-content__link:hover .c-btn01::after, .p-top-content__link--nolink:hover .c-btn01::after {
  background-image: url(../img/common/icon_chevron_r02.svg);
}
.p-top-content__link--nolink {
  pointer-events: none;
}
.p-top-content__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 17px 34px 17px 39px;
}
@media screen and (max-width: 768px) {
  .p-top-content__btn {
    padding: 9px 11px 9px 14px;
  }
}
.p-top-content__subtitle {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-content__subtitle {
    font-size: 12px;
  }
}

.p-top-voice {
  margin-bottom: 140px;
}
.p-top-voice__container {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-voice__container {
    padding: 0 15px;
  }
}
.p-top-voice__title {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-voice__image {
    padding: 0 15px;
    margin-bottom: 120px;
  }
}
.p-top-voice__link {
  position: relative;
  display: block;
  height: 520px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-top-voice__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-voice__link {
    height: 375px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice__link {
    height: auto;
  }
}
.p-top-voice__link img, .p-top-voice__link source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-news {
  padding-bottom: 165px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    padding-bottom: 0;
  }
}
.p-top-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top-news__container {
    display: block;
    padding: 0;
  }
}
.p-top-news__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  .p-top-news__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    background: url(../img/top/bg_news01.webp) no-repeat center/cover;
    padding: 178px 0 153px;
  }
}
.p-top-news__title {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #7E88B7;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    font-size: 12px;
    text-align: center;
  }
}
.p-top-news__title-en {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .p-top-news__title-en {
    font-size: 24px;
    margin-bottom: 9px;
  }
}
.p-top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    color: #fff;
    background: #7E88B7;
    padding: 60px 15px 80px;
  }
}
.p-top-news__inner {
  height: 335px;
  padding-right: 15px;
  overflow-y: auto;
}
.p-top-news__inner::-webkit-scrollbar {
  width: 4px;
}
.p-top-news__inner::-webkit-scrollbar-thumb {
  background: #535353;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner::-webkit-scrollbar-thumb {
    background: #fff;
  }
}
.p-top-news__item {
  margin-bottom: 23px;
}
.p-top-news__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 17px;
  margin-bottom: 14px;
}
.p-top-news__item-date {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.p-top-news__item-category {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  border: 1px solid currentColor;
  padding: 1px 6px;
}
.p-top-news__item-title {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #535353;
  padding-bottom: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-top-news__item-title:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__item-title {
    border-color: #fff;
  }
}
.p-top-news__item-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_plus01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-top-news__item-title::after {
    background-image: url(../img/common/icon_plus02.svg);
  }
}
.p-top-news__item-title.is-open::after {
  background-image: url(../img/common/icon_minus01.svg);
}
@media screen and (max-width: 768px) {
  .p-top-news__item-title.is-open::after {
    background-image: url(../img/common/icon_minus02.svg);
  }
}
.p-top-news__item-body {
  display: none;
  padding-top: 12px;
}
.p-top-news__item-text {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-news__item-text {
    font-size: 12px;
  }
}