@charset "UTF-8";
.top {
  padding-top: 0;
}

.top-container {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width:1024px) {
  .top-container {
    padding: 60px 0;
  }
}
.top-container--gray {
  background-color: var(--color-gray-01);
}
.top-container--01 {
  padding: 80px 0;
  z-index: 2;
  background-color: #F8F8F8;
}
@media screen and (max-width:1024px) {
  .top-container--01 {
    padding: 45px 0;
  }
}
.top-container--02 {
  padding: 155px 0;
}
@media screen and (max-width:767px) {
  .top-container--02 {
    padding: 25vw 0;
  }
}
.top-container--02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(0deg);
  background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_seamap_02.webp");
  background-repeat: no-repeat;
  background-size: 1600px auto;
  background-color: #FFFFFF;
}
@media screen and (max-width:1024px) {
  .top-container--02::before {
    width: 2000px;
    height: 2000px;
    top: -1022px;
    left: -954px;
  }
}
.top-container--07 {
  padding: 0px 0;
}
.top-container--07 .p-news-list__item {
  padding: 19px 16px;
}
.top-container section {
  position: relative;
  z-index: 2;
}

@media screen and (max-width:1024px) {
  .top-ttl-01 {
    margin-bottom: 20px;
  }
}
.top-ttl-01 > * {
  display: block;
}
.top-ttl-01 > * + * {
  margin-top: 10px;
}
.top-ttl-01 span {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .top-ttl-01 span {
    font-size: 1.4rem;
  }
}
.top-ttl-01 b {
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .top-ttl-01 b {
    font-size: 3.2rem;
  }
}
.top-ttl-01--en b {
  font-size: 4rem;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .top-ttl-01--en b {
    font-size: 4.1rem;
  }
}
@media screen and (max-width:1024px) {
  .top-ttl-01--md {
    text-align: center;
  }
}
.top-ttl-01--md b {
  font-size: 3.6rem;
}
@media screen and (max-width:1024px) {
  .top-ttl-01--md b {
    font-size: 2.8rem;
  }
}
.top-ttl-01--sm span {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .top-ttl-01--sm span {
    font-size: 2rem;
  }
}
.top-ttl-01--sm b {
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .top-ttl-01--sm b {
    font-size: 1.4rem;
  }
}

.top-head-01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width:1024px) {
  .top-head-01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .top-head-01 {
    display: block;
    margin-bottom: 0;
  }
}

.top-animate-cont.is-animate {
  opacity: 0;
}
.top-animate-cont.is-animated {
  opacity: 1;
}

.top-mv {
  position: relative;
  overflow: hidden;
  background: var(--color-main-02);
  color: #fff;
  position: relative;
  z-index: 2;
  height: calc(100dvh - 250px);
}
@media screen and (max-width:1280px) {
  .top-mv {
    height: calc(100dvh - 200px);
  }
}
@media screen and (max-width:767px) {
  .top-mv {
    height: calc(100dvh - 306px);
  }
}
@media screen and (max-width:374px) {
  .top-mv {
    height: calc(100dvh - 81.6vw);
  }
}
.top-mv__inner {
  max-width: 2000px;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 160px 40px 95px 6%;
}
@media screen and (max-width:1480px) {
  .top-mv__inner {
    padding: 160px 40px 95px 40px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv__inner {
    padding: 80px 20px 56px;
  }
}
@media screen and (max-width:767px) {
  .top-mv__inner {
    max-width: 400px;
  }
}
.is-loaded .top-mv .top-mv__bg {
  opacity: 1;
  transition-delay: 1s;
  transition-duration: 1s;
}

.top-mv-video {
  width: 100%;
  height: 100%;
}
.top-mv-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-mv-slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 1s;
}
.top-mv-slider__item {
  overflow: hidden;
  backface-visibility: hidden;
  height: 100%;
}
@media screen and (max-width:1024px) {
  .top-mv-slider__item {
    min-height: 640px;
  }
}
.top-mv-slider__img {
  background-color: #071822;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .top-mv-slider__img {
    background-size: cover;
    background-position: center top;
  }
}
.top-mv-slider__item--01 .top-mv-slider__img {
  background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_01.jpg");
}
@media screen and (max-width:767px) {
  .top-mv-slider__item--01 .top-mv-slider__img {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_01_sp.jpg");
  }
}
.top-mv-slider__item--02 .top-mv-slider__img {
  background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_02.jpg");
}
@media screen and (max-width:767px) {
  .top-mv-slider__item--02 .top-mv-slider__img {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_02_sp.jpg");
  }
}
.top-mv-slider__item--03 .top-mv-slider__img {
  background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_03.jpg");
}
@media screen and (max-width:767px) {
  .top-mv-slider__item--03 .top-mv-slider__img {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/top/mv_bg_03_sp.jpg");
    background-position: center bottom;
  }
}
.top-mv-slider .swiper-pagination {
  bottom: 15px;
}
.is-loaded .top-mv-slider {
  transition-delay: 1s;
  opacity: 1;
}

/*.swiper-slide-active .top-mv-slider__img,
.swiper-slide-duplicate-active .top-mv-slider__img,
.swiper-slide-prev .top-mv-slider__img {
  animation: zoomUp 12s linear 0s;
  animation-fill-mode: both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}*/
.top-mv-01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.top-mv-01__ttl {
  max-width: 564px;
  position: relative;
}
@media screen and (max-width:1280px) {
  .top-mv-01__ttl {
    max-width: 420px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-01__ttl {
    transform-origin: left bottom;
    transform: scale(0.8);
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__ttl {
    max-width: inherit;
    text-align: right;
    transform: none;
  }
}
.top-mv-01__ttl sup {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 70px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width:1280px) {
  .top-mv-01__ttl sup {
    top: 0;
    right: 50px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__ttl sup {
    top: 0;
    right: 30px;
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__ttl img {
    width: 54vw;
    max-width: 260px;
  }
}
.top-mv-01__achievement {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 564px;
  height: 106px;
  margin: 50px 0 0;
  padding: 0.5em 0 0;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(16.9433994293px);
  text-align: center;
  line-height: 1;
}
@media screen and (max-width:1280px) {
  .top-mv-01__achievement {
    transform: scale(0.8);
    transform-origin: left bottom;
    margin: 20px 0 0;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-01__achievement {
    transform: scale(0.68);
    margin: -10px 0 0;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__achievement {
    width: auto;
    height: 80px;
    margin: 10px -20px 0;
    background: none;
    border: none;
    backdrop-filter: none;
    transform: none;
  }
}
.top-mv-01__achievement dl:nth-child(n+2) {
  margin: 0 0 0 40px;
}
@media screen and (max-width:767px) {
  .top-mv-01__achievement dl:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
.top-mv-01__achievement dt {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .top-mv-01__achievement dt {
    font-size: 1.2rem;
  }
}
.top-mv-01__achievement dt sup {
  margin-left: 0.2em;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: bottom;
}
.top-mv-01__achievement dd {
  font-size: 3.3rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width:767px) {
  .top-mv-01__achievement dd {
    font-size: 1.5rem;
  }
}
.top-mv-01__achievement dd strong {
  font-size: 4.8rem;
}
@media screen and (max-width:767px) {
  .top-mv-01__achievement dd strong {
    font-size: 3rem;
  }
}
.top-mv-01__achievement dd span {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .top-mv-01__achievement dd span {
    font-size: 1.3rem;
  }
}
.top-mv-01__cv {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 72px;
  right: 30px;
}
@media screen and (max-width:1480px) {
  .top-mv-01__cv {
    flex-direction: column;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-01__cv {
    right: 15px;
    bottom: 36px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__cv {
    display: block;
    position: static;
  }
}
.top-mv-01__cv-txt {
  width: 254px;
  margin: 0 22px 0 0;
}
@media screen and (max-width:1480px) {
  .top-mv-01__cv-txt {
    margin: 0 15px 10px 0;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-01__cv-txt {
    width: 200px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__cv-txt {
    width: 246px;
    margin: 10px auto 0;
  }
}
.top-mv-01__cv-balloon {
  margin-bottom: -19px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width:1024px) {
  .top-mv-01__cv-balloon {
    margin-bottom: -15px;
    width: 320px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__cv-balloon {
    width: 218px;
    margin: 0 auto -17px;
  }
}
.top-mv-01__cv-btn {
  margin: 0 auto;
}
.top-mv-01__notes {
  margin-top: 35px;
  font-size: 1rem;
  line-height: 1.5;
  width: 50%;
}
@media screen and (max-width:1024px) {
  .top-mv-01__notes {
    width: 55%;
    margin-top: 10px;
    transform: scale(0.9);
    transform-origin: left bottom;
  }
}
@media screen and (max-width:767px) {
  .top-mv-01__notes {
    width: 125%;
    margin: 0.2em 0 0;
    transform: scale(0.8);
  }
}

.top-mv-02 {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-mv-02 {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.top-mv-02__ttl {
  max-width: 600px;
}
@media screen and (max-width:1280px) {
  .top-mv-02__ttl {
    max-width: 500px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-02__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 60%;
    margin: 0 auto;
  }
}
.top-mv-02__box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:1280px) {
  .top-mv-02__box {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-02__box {
    position: static;
  }
}
.top-mv-02__lead {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin: -0.5em 0.5em -0.5em 0;
}
@media screen and (max-width:1280px) {
  .top-mv-02__lead {
    margin: 0 0 1em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-02__lead {
    font-size: 1.4rem;
  }
}
.top-mv-02__btn {
  display: flex;
}
@media screen and (max-width:1024px) {
  .top-mv-02__btn {
    flex-direction: column;
  }
}
.top-mv-02__btn > * {
  min-width: 320px;
}
@media screen and (max-width:1024px) {
  .top-mv-02__btn > * {
    min-width: 245px;
  }
}
@media screen and (max-width:374px) {
  .top-mv-02__btn > * {
    min-width: 290px;
  }
}
.top-mv-02__btn > * + * {
  margin: 0 0 0 16px;
}
@media screen and (max-width:1024px) {
  .top-mv-02__btn > * + * {
    margin: 22px 0 0;
    min-width: 315px;
    white-space: nowrap;
  }
}

.top-mv-03 {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-mv-03 {
    flex-direction: column;
    justify-content: flex-end;
  }
}
.top-mv-03__ttl {
  max-width: 581px;
}
@media screen and (max-width:1280px) {
  .top-mv-03__ttl {
    max-width: 500px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-03__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: 55%;
    margin: 0 auto;
  }
}
.top-mv-03__box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width:1280px) {
  .top-mv-03__box {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-03__box {
    position: static;
    height: 45%;
  }
}
.top-mv-03__lead {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin: -0.5em 0.5em -0.5em 0;
}
@media screen and (max-width:1280px) {
  .top-mv-03__lead {
    margin: 0 0 1em;
    font-size: 2.4rem;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-03__lead {
    font-size: 1.4rem;
  }
}
.top-mv-03__btn {
  display: flex;
}
@media screen and (max-width:1024px) {
  .top-mv-03__btn {
    flex-direction: column;
  }
}
.top-mv-03__btn > * {
  min-width: 320px;
}
@media screen and (max-width:1024px) {
  .top-mv-03__btn > * {
    min-width: 245px;
  }
}
.top-mv-03__btn > * + * {
  margin: 0 0 0 16px;
}
@media screen and (max-width:1024px) {
  .top-mv-03__btn > * + * {
    margin: 22px 0 0;
  }
}

.top-mv-sns {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width:1024px) {
  .top-mv-sns {
    display: none;
  }
}
.top-mv-sns-item {
  display: block;
  line-height: 0;
}
.top-mv-sns-item i {
  display: inline-block;
  width: 22px;
  height: auto;
}
.top-mv-sns-item i img,
.top-mv-sns-item i svg {
  display: inline-block;
  width: 22px;
  height: auto;
  fill: #ffffff;
  vertical-align: top;
}

.top-mv-plan {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #ffffff;
  padding: 0 0 174px 0;
}
@media screen and (max-width:1280px) {
  .top-mv-plan {
    padding: 0 0 140px 0;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan {
    padding: 0 0 12vw 0;
  }
}
.top-mv-plan__wrapper {
  position: relative;
  background-color: #F8F8F8;
  padding: 0;
}
@media screen and (max-width:1024px) {
  .top-mv-plan__wrapper {
    padding: 0;
  }
}
.top-mv-plan__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  padding-right: 70px;
  gap: 60px;
}
@media screen and (max-width:1480px) {
  .top-mv-plan__container {
    width: fit-content;
    gap: 40px;
    justify-content: center;
  }
}
@media screen and (max-width:1280px) {
  .top-mv-plan__container {
    min-height: 200px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__container {
    gap: 20px;
    padding: 30px 20px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__container {
    display: block;
    height: 306px;
    padding: 30px 20px;
  }
}
@media screen and (max-width:374px) {
  .top-mv-plan__container {
    height: auto;
    min-height: 81.6vw;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__head {
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__head {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
.top-mv-plan__head-ttl {
  width: fit-content;
  font-feature-settings: "palt";
}
.top-mv-plan__head-ttl .--en {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  font-family: var(--font-en-03);
}
.top-mv-plan__head-ttl .--jp {
  display: block;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width:1280px) {
  .top-mv-plan__head-ttl .--en {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .top-mv-plan__head-ttl .--jp {
    font-size: 3.2rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__head-ttl .--en {
    font-size: 1.5rem;
  }
  .top-mv-plan__head-ttl .--jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__head-ttl .--en {
    font-size: 1.5rem;
  }
  .top-mv-plan__head-ttl .--jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width:374px) {
  .top-mv-plan__head-ttl .--en {
    font-size: 1.5rem;
  }
  .top-mv-plan__head-ttl .--jp {
    font-size: 2.6rem;
  }
}
.top-mv-plan__head-subttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 700;
  background-color: var(--color-main-08);
  color: #ffffff;
  width: 100%;
  padding: 0.1em 0.5em 0.2em;
  margin-top: 20px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1280px) {
  .top-mv-plan__head-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__head-subttl {
    margin-top: 10px;
    line-height: 2;
    padding: 0.1em 1em 0.3em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__head-subttl {
    margin-top: 25px;
    line-height: 2;
    padding: 0.1em 1em 0.3em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:374px) {
  .top-mv-plan__head-subttl {
    font-size: 1.4rem;
  }
}
.top-mv-plan__list {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width:1280px) {
  .top-mv-plan__list {
    gap: 20px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__list {
    gap: 10px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__list {
    margin: 20px auto 0;
    width: 100%;
    max-width: 335px;
    gap: 2%;
  }
}
.top-mv-plan__list-item {
  color: #ffffff;
  position: relative;
  width: 160px;
}
@media screen and (max-width:1280px) {
  .top-mv-plan__list-item {
    width: 130px;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__list-item {
    width: 110px;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__list-item {
    width: 32%;
    max-width: 105px;
  }
}
.top-mv-plan__list a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 100%;
}
.top-mv-plan__list a::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  background-color: var(--color-main-08);
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width:768px) {
  .top-mv-plan__list a::after {
    transition: all 0.4s;
  }
  .top-mv-plan__list a:hover::after {
    transform: scale(1.05);
    filter: brightness(120%);
  }
}
.top-mv-plan__list-box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.top-mv-plan__list-for {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--color-main-08);
  background-color: #ffffff;
  width: fit-content;
  min-width: 83px;
  margin: 0 auto;
  padding: 0.1em 0 0.2em;
}
@media screen and (max-width:1280px) {
  .top-mv-plan__list-for {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__list-for {
    min-width: 5.4rem;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 0.2em 0;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__list-for {
    min-width: 5.4rem;
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 0.2em 0;
  }
}
.top-mv-plan__list-ttl {
  font-size: 2rem;
  line-height: 1.2;
  min-height: 4.8rem;
  font-feature-settings: "palt";
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1280px) {
  .top-mv-plan__list-ttl {
    font-size: 1.5rem;
    min-height: 3.6rem;
  }
}
@media screen and (max-width:1024px) {
  .top-mv-plan__list-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__list-ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width:374px) {
  .top-mv-plan__list-ttl {
    font-size: 1.2rem;
  }
}
.top-mv-plan__list-for + .top-mv-plan__list-ttl {
  margin-top: 1.5rem;
}
@media screen and (max-width:1024px) {
  .top-mv-plan__list-for + .top-mv-plan__list-ttl {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .top-mv-plan__list-for + .top-mv-plan__list-ttl {
    margin-top: 0.5rem;
  }
}
.top-mv-plan .scroll-anim {
  width: 1.2em;
  line-height: 1.4;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .top-mv-plan .scroll-anim {
    display: none;
  }
}
.top-mv-plan .scroll-anim .scroll-txt {
  display: block;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  color: var(--color-main-08);
}
@media screen and (max-width:1280px) {
  .top-mv-plan .scroll-anim .scroll-txt {
    font-size: 1.3rem;
  }
}
.top-mv-plan .scroll-anim .scroll-bar {
  display: block;
  position: relative;
  z-index: 1;
}
.top-mv-plan .scroll-anim .scroll-bar::after {
  content: "";
  display: block;
  position: relative;
  background-color: var(--color-main-08);
  width: 1px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (max-width:1280px) {
  .top-mv-plan .scroll-anim .scroll-bar::after {
    height: 50px;
  }
}
.top-mv-plan .scroll-anim .scroll-bar::before {
  content: "";
  display: block;
  background-color: var(--color-main-08);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: keyAnim_ScrollMove 3s ease-in-out infinite;
}
@keyframes keyAnim_ScrollMove {
  0% {
    top: 0;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  20% {
    top: 0;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  60% {
    top: 100%;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    top: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
  }
}

.top-latest__head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width:1024px) {
  .top-latest__head {
    justify-content: space-between;
    margin-bottom: 16px;
  }
}
.top-latest__ttl {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .top-latest__ttl {
    font-size: 2rem;
  }
}
.top-latest__btn {
  margin: 0 0 0 44px;
}
@media screen and (max-width:1024px) {
  .top-latest__btn {
    margin: 0;
  }
}

.top-latest-slider {
  overflow: visible;
}
.top-latest-slider__accessory {
  display: flex;
  align-items: center;
  position: absolute;
  top: -90px;
  right: 0;
}
@media screen and (max-width:1024px) {
  .top-latest-slider__accessory {
    justify-content: space-between;
    position: static;
    margin: 20px 0 0;
  }
}
.top-latest-slider__button {
  width: 128px;
  display: flex;
  justify-content: space-between;
  margin-left: 32px;
}
.top-latest-slider .swiper-button-prev,
.top-latest-slider .swiper-button-next {
  width: 60px;
  height: 60px;
  position: static;
  margin: 0;
}
.top-latest-slider .swiper-button-prev::after,
.top-latest-slider .swiper-button-next::after {
  display: none;
}
.top-latest-slider .swiper-pagination {
  width: auto;
  position: static;
  font-size: 0;
  color: var(--color-main-01);
}
.top-latest-slider .swiper-pagination::before {
  content: "";
  display: block;
  width: 1px;
  height: 55%;
  background: var(--color-main-01);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(40deg);
}
.top-latest-slider .swiper-pagination-current,
.top-latest-slider .swiper-pagination-total {
  display: inline-block;
  font-size: 1.8rem;
  width: 1rem;
  text-align: center;
}
.top-latest-slider .swiper-pagination-total {
  margin-left: 24px;
}

.top-about {
  position: relative;
  padding: 145px 0;
  color: #fff;
}
@media screen and (max-width:1024px) {
  .top-about {
    padding: 280px 0 50px;
  }
}
.top-about::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/top/about_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width:1480px) {
  .top-about::before {
    background-position: 65% center;
  }
}
@media screen and (max-width:1024px) {
  .top-about::before {
    background-image: url("/wp-content/themes/nmp_theme/assets/images/top/about_bg_01_sp.jpg");
    background-position: center;
  }
}
@media screen and (max-width:1024px) {
  .top-about::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--color-main-01);
    opacity: 0.7;
  }
}
.top-about__inner {
  position: relative;
  z-index: 2;
}
.top-about__ttl {
  margin-bottom: 0.6em;
}
.top-about__lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .top-about__lead {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
  }
}
.top-about__txt {
  margin-top: 1em;
  line-height: 1.75;
  font-feature-settings: "palt";
}
.top-about__txt > * + * {
  margin-top: 1em;
}
.top-about__btn {
  margin-top: 40px;
}
@media screen and (max-width:1024px) {
  .top-about__btn {
    margin-top: 40px;
  }
}
.top-about.is-animate::after {
  visibility: hidden;
  opacity: 0;
  transition-duration: 1s;
}
.top-about.is-animated::after {
  visibility: visible;
  opacity: 0.7;
}

.top-service__head {
  margin-bottom: 50px;
}
@media screen and (max-width:1280px) {
  .top-service__head {
    display: block;
    margin-bottom: 50px;
  }
}
.top-service__head .top-service__ttl.top-ttl-01 b {
  font-size: 4rem;
}
.top-service__lead {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width:1280px) {
  .top-service__lead {
    max-width: inherit;
    margin-top: 20px;
  }
}
@media screen and (max-width:1024px) {
  .top-service__list {
    margin-top: 50px;
  }
}
.top-service__list-items {
  display: flex;
}
@media screen and (max-width:767px) {
  .top-service__list-items {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -24px;
  }
}
.top-service__list-item {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top-service__list-item {
    margin-top: 24px;
  }
}
.top-service__list-item:nth-child(1) {
  background-color: var(--color-main-01);
}
.top-service__list-item:nth-child(2) {
  background-color: #006BA5;
}
.top-service__list-item:nth-child(3) {
  background-color: #2A93BA;
}
.top-service__list-img picture {
  display: block;
  width: 100%;
  padding-top: 66.75%;
  position: relative;
}
.top-service__list-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top-service__list-box {
  padding: 30px 20px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: right 42px top 37px;
  background-size: 90px;
  line-height: 1.5;
}
@media screen and (max-width:1280px) {
  .top-service__list-box {
    padding: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .top-service__list-box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:1024px) {
  .top-service__list-box {
    padding: 24px 20px;
    background-position: right 20px top 25px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 870px) {
  .top-service__list-box {
    font-size: 1.3rem;
  }
}
.top-service__list-ttl {
  margin-bottom: 0.7em;
  font-size: 2.4rem;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .top-service__list-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:1024px) {
  .top-service__list-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 870px) {
  .top-service__list-ttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width:767px) {
  .top-service__list-ttl {
    font-size: 2rem;
  }
}
.top-service__list-ttl span {
  display: block;
  line-height: 1;
  margin-bottom: 1em;
  font-size: 1.4rem;
}
.top-service__btn {
  margin-top: 62px;
}
@media screen and (max-width:1024px) {
  .top-service__btn {
    margin-top: 32px;
  }
}

@media screen and (max-width:1280px) {
  .top-mypage__head {
    display: block;
    margin-bottom: 50px;
  }
}
.top-mypage__lead {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width:1280px) {
  .top-mypage__lead {
    max-width: inherit;
    margin-top: 20px;
  }
}
@media screen and (max-width:1024px) {
  .top-mypage__list {
    margin-top: 40px;
  }
}
.top-mypage__list-items {
  display: flex;
  flex-wrap: wrap;
  margin: -60px 0 0 -60px;
}
@media screen and (max-width:1280px) {
  .top-mypage__list-items {
    margin: -40px 0 0 -40px;
  }
}
@media screen and (max-width:1024px) {
  .top-mypage__list-items {
    margin: -30px 0 0 -30px;
  }
}
@media screen and (max-width:767px) {
  .top-mypage__list-items {
    flex-direction: column;
    margin: -25px 0 0;
  }
}
.top-mypage__list-item {
  width: calc(33.3% - 60px);
  margin: 60px 0 0 60px;
}
@media screen and (max-width:1280px) {
  .top-mypage__list-item {
    width: calc(33.3% - 40px);
    margin: 40px 0 0 40px;
  }
}
@media screen and (max-width:1024px) {
  .top-mypage__list-item {
    width: calc(33.3% - 30px);
    margin: 30px 0 0 30px;
  }
}
@media screen and (max-width:767px) {
  .top-mypage__list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px 0 0;
  }
}
.top-mypage__list-img {
  position: relative;
}
@media screen and (max-width:767px) {
  .top-mypage__list-img {
    width: 120px;
  }
}
.top-mypage__list-img video {
  width: 100%;
}
.top-mypage__list-img .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 20px;
  padding: 0 8px;
  border-radius: 10px;
  background: #ddd;
  opacity: 0.8;
  background: rgba(221, 221, 221, 0.8);
  border-radius: 20px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width:1024px) {
  .top-mypage__list-img .swiper-pagination {
    background: none;
    position: static;
    margin: 10px auto 0;
    height: auto;
    transform: none;
  }
}
.top-mypage__list-img .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 8px !important;
  background: #222 !important;
  opacity: 0.3 !important;
}
@media screen and (max-width:1024px) {
  .top-mypage__list-img .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
}
.top-mypage__list-img .swiper-pagination-bullet-active {
  background: var(--color-main-01) !important;
  opacity: 1 !important;
}
.top-mypage__list-img .swiper-button-next {
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .top-mypage__list-img .swiper-button-next {
    display: none;
  }
}
.top-mypage__list-img .swiper-button-next::before {
  content: "クリック";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-plain-02);
  opacity: 0;
  transition: all 0.4s;
}
.top-mypage__list-img .swiper-button-next::after {
  display: none;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-mypage__list-img .swiper-button-next:hover::before {
    opacity: 1;
  }
}
.top-mypage__list-model {
  background-color: #203864;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 66.5%;
  height: 0;
  overflow: hidden;
}
.top-mypage__list-model model-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-mypage__list-slider {
  overflow: hidden;
  position: relative;
}
.top-mypage__list-map {
  background-color: #ccc;
  position: relative;
  padding-top: 66.5%;
  height: 0;
  overflow: hidden;
}
.top-mypage__list-map iframe {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-mypage__list-box {
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width:767px) {
  .top-mypage__list-box {
    width: calc(100% - 135px);
    margin: 0;
    font-size: 1.4rem;
  }
}
.top-mypage__list-ttl {
  margin-bottom: 0.5em;
  font-size: 2.4rem;
}
@media screen and (max-width:1024px) {
  .top-mypage__list-ttl {
    font-size: 1.6rem;
  }
}
.top-mypage__btn {
  margin-top: 50px;
}
@media screen and (max-width:1024px) {
  .top-mypage__btn {
    margin-top: 40px;
  }
}

.top-fundlist__ttl {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .top-fundlist__ttl {
    margin-bottom: 35px;
  }
}
.top-fundlist__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 328px;
  height: 72px;
  padding-left: 24px;
  margin-top: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: var(--color-main-01);
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .top-fundlist__toggle {
    height: 56px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .top-fundlist__toggle {
    margin: 0 auto 37px;
  }
}
.top-fundlist__toggle i {
  display: inline-block;
  margin-right: 1em;
  width: 13px;
  height: 13px;
}
.top-fundlist__toggle i svg {
  width: 13px;
  height: 13px;
  fill: var(--color-main-01);
}
.top-fundlist__toggle div {
  display: flex;
  align-items: center;
  width: 68px;
  height: 38px;
  padding: 4px;
  border-radius: 38px;
  background: #999;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .top-fundlist__toggle div {
    width: 48px;
    height: 30px;
    right: 16px;
  }
}
.top-fundlist__toggle div::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.22));
  transition: all 0.4s;
}
@media screen and (max-width:1024px) {
  .top-fundlist__toggle div::before {
    width: 22px;
    height: 22px;
    background-size: 11px;
  }
}
.top-fundlist__toggle.is-active {
  border-color: var(--color-main-01);
}
.top-fundlist__toggle.is-active div {
  background: var(--color-main-01);
}
.top-fundlist__toggle.is-active div::before {
  transform: translateX(100%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.064 9.323"><path fill="%23004290" d="M1333.959,4433.5l-5.312-4.824a1,1,0,1,1,1.344-1.48l3.947,3.583,6.762-6.332a1,1,0,0,1,1.367,1.46Z" transform="translate(-1328.319 -4424.182)" /></svg>');
}
@media screen and (max-width:1024px) {
  .top-fundlist__toggle.is-active div::before {
    transform: translateX(18px);
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-fundlist__toggle:hover {
    background: var(--color-gray-01);
  }
}
.top-fundlist__btn {
  margin-top: 64px;
}
@media screen and (max-width:1024px) {
  .top-fundlist__btn {
    margin-top: 47px;
  }
}

.top-fundlist-cont-01 {
  border-top: 1px solid var(--color-border-01);
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01 {
    border-top: none;
  }
}
.top-fundlist-cont-01__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid var(--color-border-01);
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01__item {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .top-fundlist-cont-01__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.top-fundlist-cont-01__img {
  width: 33.3%;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01__img {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top-fundlist-cont-01__state {
  position: relative;
  z-index: 2;
}
.top-fundlist-cont-01__body {
  width: 62%;
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01__body {
    width: auto;
    margin-top: 16px;
  }
}
.top-fundlist-cont-01__ttl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__ttl {
    margin-bottom: 16px;
  }
}
.top-fundlist-cont-01__ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 47px;
  border: 1px solid var(--color-main-01);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__ttl span {
    width: 58px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-01__ttl b {
  width: calc(100% - 80px);
  padding-left: 1em;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__ttl b {
    width: calc(100% - 58px);
    padding-left: 0.8em;
    font-size: 1.8rem;
  }
}
.top-fundlist-cont-01__info {
  display: flex;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(16.9433994293px);
  text-align: center;
  line-height: 1;
  position: relative;
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01__info {
    flex-wrap: wrap;
  }
}
.top-fundlist-cont-01__info::before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-border-01);
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01__info::before {
    width: 100%;
    height: 1px;
  }
}
.top-fundlist-cont-01__info dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width:767px) {
  .top-fundlist-cont-01__info dl {
    width: 50%;
    padding-top: 10px;
  }
  .top-fundlist-cont-01__info dl:nth-child(n+3) {
    margin-top: 10px;
  }
  .top-fundlist-cont-01__info dl:nth-child(even)::after {
    content: "";
    display: block;
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-border-01);
  }
}
.top-fundlist-cont-01__info dl::before {
  content: "";
  display: block;
  width: 1px;
  height: 90%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-border-01);
}
.top-fundlist-cont-01__info dt {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-plain-02);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info dt {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
.top-fundlist-cont-01__info dd {
  display: flex;
  align-items: center;
  height: 1.5em;
  font-size: 3.3rem;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.top-fundlist-cont-01__info dd div {
  display: flex;
  align-items: baseline;
}
.top-fundlist-cont-01__info dd strong {
  font-size: 4.2rem;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info dd strong {
    font-size: 3.2rem;
  }
}
.top-fundlist-cont-01__info dd span {
  margin-left: 0.1em;
}
.top-fundlist-cont-01__info-profits dd span {
  font-size: 2.6rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info-profits dd span {
    font-size: 1.6rem;
  }
}
.top-fundlist-cont-01__info-period span {
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info-period span {
    font-size: 1.2rem;
  }
}
.top-fundlist-cont-01__info-amount dd strong {
  font-size: 2.4rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info-amount dd strong {
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-01__info-amount dd span {
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info-amount dd span {
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-01__info-minimum span {
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__info-minimum span {
    font-size: 1.2rem;
  }
}
.top-fundlist-cont-01__situation {
  margin-top: 40px;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation {
    margin-top: 15px;
  }
}
.top-fundlist-cont-01__situation-head {
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-head {
    margin-bottom: 20px;
  }
}
.top-fundlist-cont-01__situation-ttl {
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-ttl {
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-01__situation-people {
  display: flex;
  align-items: center;
  margin-left: 1.5em;
  font-weight: 700;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-people {
    margin-left: 1em;
    position: relative;
    top: -0.1em;
  }
}
.top-fundlist-cont-01__situation-people i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.3em;
}
.top-fundlist-cont-01__situation-people i svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  fill: var(--color-main-01);
  vertical-align: top;
}
.top-fundlist-cont-01__situation-amount {
  margin-left: 1.5em;
  font-weight: 700;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-amount {
    margin-left: 1em;
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-01__situation-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-body {
    align-items: flex-end;
  }
}
.top-fundlist-cont-01__situation-bar {
  width: calc(100% - 102px);
  height: 16px;
  background: var(--color-gray-01);
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-bar {
    width: calc(100% - 70px);
    height: 9px;
  }
}
.top-fundlist-cont-01__situation-bar > div {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 50px;
  position: absolute;
  left: -20px;
  bottom: 0;
  overflow: hidden;
  box-sizing: content-box;
  padding: 0 20px;
  transform-origin: left center;
  transition: 4s;
}
.is-animate .top-fundlist-cont-01__situation-bar > div {
  width: 0%;
}
.is-animated .top-fundlist-cont-01__situation-bar > div {
  width: 100%;
}
.top-fundlist-cont-01__situation-bar > div > div {
  height: 24px;
  background-image: url("/wp-content/themes/nmp_theme/assets/images/bg_wave_01.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 24px;
  position: relative;
  animation: bgWave 4s linear infinite;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-bar > div > div {
    height: 17px;
  }
}
.top-fundlist-cont-01__situation-bar > div > div::before {
  content: "";
  display: block;
  width: 35px;
  height: 16px;
  margin-bottom: 5px;
  position: absolute;
  right: -15px;
  bottom: 100%;
  background: url("/wp-content/themes/nmp_theme/assets/images/ico_ship_01.svg") no-repeat center/cover;
  animation: ship 3s 0s linear infinite;
}
.top-fundlist-cont-01__situation-ratio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 23px;
  padding-top: 0.12em;
  border-radius: 23px;
  background: var(--color-main-01);
  color: #fff;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-01__situation-ratio {
    width: 60px;
    height: 20px;
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-01__situation-ratio--100 {
  background: #02837E;
}
.top-fundlist-cont-01__situation-ratio--over {
  background: #DC143C;
}
.is-animate .top-fundlist-cont-01__situation-ratio {
  opacity: 0;
}
.is-animated .top-fundlist-cont-01__situation-ratio {
  opacity: 1;
  transition-delay: 1.5s;
  transition-duration: 0.5s;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-fundlist-cont-01 a:hover .top-fundlist-cont-01__img img {
    transform: scale(1.05);
  }
}

@keyframes bgWave {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -48px top;
  }
}
@keyframes ship {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-fundlist-cont-02 {
  display: none;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02 {
    margin: 0 -20px;
  }
}
@media print, screen and (min-width:1025px) {
  .top-fundlist-cont-02__wrap {
    overflow: visible !important;
  }
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__wrap {
    padding: 0 20px;
  }
  .top-fundlist-cont-02__wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .top-fundlist-cont-02__wrap::-webkit-scrollbar-track {
    background-color: var(--color-border-01);
    border-radius: 5px;
  }
  .top-fundlist-cont-02__wrap::-webkit-scrollbar-thumb {
    background-color: var(--color-main-01);
    border-radius: 5px;
  }
}
.top-fundlist-cont-02__inner {
  min-width: 904px;
  white-space: nowrap;
}
.top-fundlist-cont-02__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  margin: 0 -0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__head {
    margin: 0 -0.2em;
    font-size: 1.2rem;
  }
}
.top-fundlist-cont-02__head > div {
  margin: 0 0.5em;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__head > div {
    margin: 0 0.2em;
  }
}
.top-fundlist-cont-02__items {
  border-top: 1px solid var(--color-border-01);
  overflow: hidden;
}
.top-fundlist-cont-02__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 -0.5em;
  border-bottom: 1px solid var(--color-border-01);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__item {
    padding: 12px 0;
  }
}
.top-fundlist-cont-02__item > div {
  margin: 0 0.5em;
}
.top-fundlist-cont-02__img {
  width: 112px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__img {
    width: 96px;
  }
}
.top-fundlist-cont-02__fund {
  width: 276px;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__fund {
    width: 190px;
  }
}
.top-fundlist-cont-02__state {
  width: fit-content;
  height: 25px !important;
  padding: 0.5em !important;
  font-size: 1.3rem !important;
  margin-bottom: 0.5em;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__state {
    height: 23px !important;
    font-size: 1.2rem !important;
  }
}
.top-fundlist-cont-02__ttl {
  text-align: left;
  white-space: pre-wrap;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__ttl {
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-02__format {
  width: 90px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__format {
    width: 70px;
  }
}
.top-fundlist-cont-02__format div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 47px;
  margin: 0 auto;
  border: 1px solid var(--color-main-01);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__format div {
    max-width: 58px;
    height: 32px;
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-02__profits {
  width: 90px;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__profits {
    width: 80px;
  }
}
.top-fundlist-cont-02__profits div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
}
.top-fundlist-cont-02__profits strong {
  font-size: 3rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__profits strong {
    font-size: 2.8rem;
  }
}
.top-fundlist-cont-02__profits span {
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__profits span {
    font-size: 1.2rem;
  }
}
.top-fundlist-cont-02__period {
  width: 90px;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__period {
    width: 80px;
  }
}
.top-fundlist-cont-02__period div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
}
.top-fundlist-cont-02__period strong {
  font-size: 3rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__period strong {
    font-size: 2.8rem;
  }
}
.top-fundlist-cont-02__period span {
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__period span {
    font-size: 1.2rem;
  }
}
.top-fundlist-cont-02__amount {
  width: 130px;
  white-space: nowrap;
}
.top-fundlist-cont-02__amount b {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__amount b {
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-02__amount b + span::before {
  content: "／";
}
.top-fundlist-cont-02__amount span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__amount span {
    font-size: 1.2rem;
  }
}
.top-fundlist-cont-02__minimum {
  width: 90px;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__minimum {
    width: 80px;
  }
}
.top-fundlist-cont-02__minimum div {
  font-size: 1.4rem;
}
.top-fundlist-cont-02__deadline {
  width: 90px;
  white-space: nowrap;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__deadline {
    width: 80px;
  }
}
.top-fundlist-cont-02__deadline div {
  font-size: 1.4rem;
  font-weight: 700;
}
.top-fundlist-cont-02__ratio {
  width: 90px;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__ratio {
    width: 90px;
  }
}
.top-fundlist-cont-02__ratio div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90px;
  height: 23px;
  margin: 0 auto;
  padding-top: 0.12em;
  border-radius: 23px;
  background: var(--color-main-01);
  color: #fff;
}
@media screen and (max-width:1024px) {
  .top-fundlist-cont-02__ratio div {
    max-width: 60px;
    font-size: 1.4rem;
  }
}
.top-fundlist-cont-02__ratio--100 div {
  background: #02837E;
}
.top-fundlist-cont-02__ratio--over div {
  background: #DC143C;
}
.top-fundlist-cont-02 .scroll-hint-icon {
  top: 140px;
}
@media print, screen and (min-width:1025px) {
  .top-fundlist-cont-02 .scroll-hint-icon {
    display: none !important;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-fundlist-cont-02 a:hover .top-fundlist-cont-02__img img {
    transform: scale(1.05);
  }
}

.top-achievement {
  min-height: 512px;
  padding: 0 calc(50% + 30px) 0 0;
  position: relative;
}
@media screen and (max-width:1280px) {
  .top-achievement {
    padding: 0 calc(42% + 30px) 0 0;
  }
}
@media screen and (max-width:1024px) {
  .top-achievement {
    min-height: 300px;
  }
}
@media screen and (max-width:767px) {
  .top-achievement {
    padding: 0;
  }
}
.top-achievement__ttl {
  margin-bottom: 30px;
}
.top-achievement__total {
  padding: 30px 40px;
  background: #fff;
  line-height: 1.5;
}
@media screen and (max-width:1280px) {
  .top-achievement__total {
    padding: 30px;
  }
}
@media screen and (max-width:1024px) {
  .top-achievement__total {
    padding: 24px;
  }
}
.top-achievement__total-ttl {
  margin-bottom: 0.25em;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-achievement__total-ttl {
    font-size: 1.8rem;
  }
}
.top-achievement__total-txt {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width:1280px) {
  .top-achievement__total-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width:1024px) {
  .top-achievement__total-txt {
    font-size: 1.4rem;
  }
}
.top-achievement__total-txt > * + * {
  margin-top: 0.5em;
}
@media screen and (max-width:1024px) {
  .top-achievement__total-txt > * + * {
    letter-spacing: -0.02em;
  }
}
.top-achievement__total-num {
  font-size: 2rem;
  color: var(--color-main-01);
}
@media screen and (max-width:1024px) {
  .top-achievement__total-num {
    font-size: 1.4rem;
  }
}
.top-achievement__total-num b {
  font-size: 4.8rem;
  position: relative;
  top: 0.1em;
}
@media screen and (max-width:1280px) {
  .top-achievement__total-num b {
    font-size: 4.2rem;
  }
}
@media screen and (max-width:1024px) {
  .top-achievement__total-num b {
    font-size: 2.8rem;
  }
}
.top-achievement__total-num span {
  margin: 0 0.2em;
}
.top-achievement__cont {
  width: calc(50% - 30px);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width:1280px) {
  .top-achievement__cont {
    width: calc(45% - 30px);
    margin-top: 24px;
  }
}
@media screen and (max-width:767px) {
  .top-achievement__cont {
    width: 100%;
    position: static;
  }
}
.top-achievement__cont-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-achievement__cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: calc(50% - 30px);
  height: 257px;
  padding: 24px 0;
  border-bottom: 1px solid #666;
  font-weight: 700;
}
@media screen and (max-width:1280px) {
  .top-achievement__cont-item {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width:1024px) {
  .top-achievement__cont-item {
    height: 150px;
    padding: 15px 0 9px;
  }
}
.top-achievement__cont-item:nth-child(1), .top-achievement__cont-item:nth-child(2) {
  border-top: 1px solid #666;
}
.top-achievement__cont-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .top-achievement__cont-ttl {
    font-size: 1.4rem;
  }
}
.top-achievement__cont-num {
  line-height: 1;
  color: var(--color-main-01);
}
.top-achievement__cont-num b {
  font-size: 6.4rem;
}
@media screen and (max-width:1280px) {
  .top-achievement__cont-num b {
    font-size: 5.8rem;
  }
}
@media screen and (max-width:1024px) {
  .top-achievement__cont-num b {
    font-size: 4rem;
  }
}
.top-achievement__cont-num span {
  margin-left: 0.2em;
}
.top-achievement__cont-num span.u-ff-en-02 {
  font-size: 2.4rem;
}
.top-achievement__cont-img {
  max-width: 72px;
  margin: 0 auto;
}
@media screen and (max-width:1024px) {
  .top-achievement__cont-img {
    max-width: 48px;
  }
}
.top-achievement__notes {
  margin-top: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width:1024px) {
  .top-achievement__notes {
    margin-top: 15px;
  }
}

.top-more__ttl {
  margin-bottom: 1em;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .top-more__ttl {
    margin-bottom: 15px;
    font-size: 3.2rem;
    text-align: left;
  }
}
.top-more__lead {
  text-align: center;
}
@media screen and (max-width:1024px) {
  .top-more__lead {
    text-align: left;
  }
}
.top-more__cont {
  margin-top: 70px;
}
@media screen and (max-width:1024px) {
  .top-more__cont {
    margin-top: 40px;
  }
}
.top-more__cont-items {
  display: flex;
}
@media screen and (max-width:767px) {
  .top-more__cont-items {
    display: block;
  }
}
.top-more__cont-item {
  width: 100%;
  color: #fff;
  padding: 50px 80px 65px;
  font-weight: 700;
}
@media screen and (max-width:1280px) {
  .top-more__cont-item {
    padding: 50px 55px 65px;
  }
}
@media screen and (max-width:1024px) {
  .top-more__cont-item {
    padding: 20px 20px 32px;
  }
}
.top-more__cont-item--anxiety {
  background: var(--color-main-01);
}
.top-more__cont-item--learning {
  background: var(--color-main-02);
}
.top-more__cont-ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 48px;
}
@media screen and (max-width:1024px) {
  .top-more__cont-ttl {
    font-size: 2rem;
  }
}
.top-more__cont-ttl i {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 0.5em;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .top-more__cont-ttl i {
    margin: 0 auto 0.2em;
  }
}
.top-more__cont-ttl i svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}
.top-more__cont-ttl b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.6em;
}
@media screen and (max-width:767px) {
  .top-more__cont-ttl b {
    height: auto;
  }
}
.top-more__link {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width:1024px) {
  .top-more__link {
    font-size: 1.4rem;
  }
}
.top-more__link-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-more__link-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 77px;
  padding: 5px 56px;
  position: relative;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width:1024px) {
  .top-more__link-item a {
    height: 60px;
  }
}
.top-more__link-item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform-origin: left center;
  transition: all 0.4s;
  transform: scale(0);
  opacity: 0;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-more__link-item a:hover::after {
    transform: scale(1);
    opacity: 1;
  }
  .is-view-pc .top-more__link-item a:hover .top-more__link-arrow::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .is-view-pc .top-more__link-item a:hover .top-more__link-arrow svg {
    fill: var(--color-main-01);
  }
}
.top-more__link-item span {
  display: inline-block;
  font-size: 80%;
}
.top-more__link-item .top-more__link-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .top-more__link-item .top-more__link-arrow {
    right: 12px;
  }
}
.top-more__link-item .top-more__link-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  transition: all 0.4s;
}
.top-more__link-item .top-more__link-arrow svg {
  fill: #fff;
  position: relative;
  z-index: 2;
}
.top-more__link-ico {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -16px;
}
.top-more__link-ico svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}

.top-company {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-company {
    display: block;
  }
}
.top-company__ttl {
  min-width: 360px;
}
.top-company__cont {
  width: 100%;
  max-width: 696px;
}
@media screen and (max-width:1024px) {
  .top-company__cont {
    max-width: inherit;
  }
}
.top-company__cont-items {
  overflow: hidden;
}
.top-company__cont-item {
  width: 50%;
  float: left;
  position: relative;
}
.top-company__cont-item::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-company__cont-item:hover::before {
    opacity: 1;
  }
  .is-view-pc .top-company__cont-item:hover .top-company__cont-ttl::before {
    opacity: 0;
  }
}
.top-company__cont-box {
  position: absolute;
  inset: 0;
  padding: 24px 32px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:1024px) {
  .top-company__cont-box {
    padding: 6px 12px;
  }
}
.top-company__cont-ttl {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-company__cont-ttl {
    font-size: 1.4rem;
  }
}
.top-company__cont-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.4s;
}
.top-company__cont-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media screen and (max-width:1024px) {
  .top-company__cont-arrow {
    display: none;
  }
}
@media print, screen and (min-width:1025px) {
  .top-company__btn {
    position: absolute;
    top: 154px;
    left: 0;
  }
}
@media screen and (max-width:1024px) {
  .top-company__btn {
    margin-top: 24px;
  }
}

.top-news {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-news {
    display: block;
  }
}
.top-news__ttl {
  min-width: 240px;
}
.top-news__list {
  width: 100%;
  max-width: 885px;
}
@media screen and (max-width:1024px) {
  .top-news__list {
    max-width: inherit;
  }
}
@media print, screen and (min-width:1025px) {
  .top-news__btn {
    max-width: 200px;
    position: absolute;
    top: 122px;
    left: 0;
  }
}
@media screen and (max-width:1024px) {
  .top-news__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width:1280px) {
  .top-library__head {
    display: block;
    margin-bottom: 40px;
  }
}
.top-library__lead {
  width: 100%;
  max-width: 560px;
}
@media screen and (max-width:1280px) {
  .top-library__lead {
    max-width: inherit;
    margin-top: 20px;
  }
}
.top-library__list {
  padding-left: calc(50% + 40px);
  position: relative;
}
@media screen and (max-width:1024px) {
  .top-library__list {
    padding: 0;
    margin-top: 40px;
  }
}
.top-library__list-items {
  display: flex;
  flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}
@media screen and (max-width:1024px) {
  .top-library__list-items {
    display: block;
    margin: 0;
  }
}
.top-library__list-item {
  width: calc(50% - 40px);
  margin: 40px 0 0 40px;
}
@media screen and (max-width:1024px) {
  .top-library__list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid var(--color-border-01);
  }
}
@media print, screen and (min-width:1025px) {
  .top-library__list-item:first-child {
    width: 50%;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width:1281px) {
  .top-library__list-item:first-child {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width:1024px) {
  .top-library__list-item:first-child {
    flex-direction: column;
    padding: 0 0 32px;
  }
  .top-library__list-item:first-child .top-library__list-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .top-library__list-item:first-child .top-library__list-box {
    width: 100%;
  }
}
.top-library__list-item:first-child .top-library__list-ttl {
  font-size: 2.4rem;
}
@media screen and (max-width:1024px) {
  .top-library__list-item:first-child .top-library__list-ttl {
    font-size: 1.8rem;
  }
}
.top-library__list-img {
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .top-library__list-img {
    width: 120px;
  }
}
.top-library__list-box {
  line-height: 1.5;
  margin-top: 1em;
}
@media screen and (max-width:1024px) {
  .top-library__list-box {
    width: calc(100% - 135px);
    margin: 0;
  }
}
.top-library__list-cat {
  display: inline-block;
  padding: 0.15em 0.55em;
  margin-bottom: 1em;
  border: 1px solid var(--color-main-01);
  font-size: 1.3rem;
  color: var(--color-main-01);
  text-align: center;
}
@media screen and (max-width:1024px) {
  .top-library__list-cat {
    margin-bottom: 8px;
  }
}
.top-library__list-ttl {
  font-size: 1.8rem;
}
@media screen and (max-width:1024px) {
  .top-library__list-ttl {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .top-library__list a:hover .top-library__list-img img {
    transform: scale(1.05);
  }
}
.top-library__btn {
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .top-library__btn {
    margin-top: 40px;
  }
}

.swiper-pagination {
  bottom: 25px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 14px !important;
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.js-count-unit {
  opacity: 0;
  transition: all 0.4s;
}
.js-count-unit.is-show {
  opacity: 1;
}/*# sourceMappingURL=top.css.map */