@charset "UTF-8";
.p-nisa-home {
  color: #172333;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  overflow: clip;
}

.p-nisa-home, .p-nisa-home * {
  box-sizing: border-box;
}

.p-nisa-home img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-nisa-home a {
  color: inherit;
  text-decoration: none;
}

.p-nisa-home p, .p-nisa-home h1, .p-nisa-home h2, .p-nisa-home h3, .p-nisa-home ul, .p-nisa-home ol {
  margin-top: 0;
}

.p-nisa-home button {
  font: inherit;
}

.p-nisa-home section[id] {
  scroll-margin-top: 100px;
}

@media (prefers-reduced-motion: reduce) {
  .p-nisa-home *, .p-nisa-home *::before, .p-nisa-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.p-nisa-home .p-home-header {
  position: relative;
  z-index: 50;
  background: #fff;
}

.p-nisa-home .p-home-header__inner {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.p-nisa-home .p-home-header__brand {
  display: flex;
  align-items: baseline;
  gap: 38px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.p-nisa-home .p-home-header__brand strong {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.p-nisa-home .p-home-header__brand span {
  font-size: 12px;
  font-weight: 500;
}

.p-nisa-home .p-home-header__nav {
  margin-left: auto;
}

.p-nisa-home .p-home-header__list {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.p-nisa-home .p-home-header__list li + li {
  margin-left: 22px;
  padding-left: 22px;
  border-left: 1px solid #d7dbd7;
}

.p-nisa-home .p-home-header__list a {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.p-nisa-home .p-home-header__menu-button {
  display: none;
  place-content: center;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  padding: 0 14px;
  border: 0;
  border-radius: 50%;
  background: #4f8060;
  cursor: pointer;
}

.p-nisa-home .p-home-header__menu-button span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 3px 0;
  background: #fff;
  transition: transform 0.2s, opacity 0.2s;
}

@media (min-width: 1025px) {
  .p-nisa-home .p-home-header__inner {
    min-height: 90px;
  }
}
@media (max-width: 1024px) {
  body.is-nisa-menu-open {
    overflow: hidden;
  }
  .p-nisa-home .p-home-header__inner {
    min-height: 84px;
  }
  .p-nisa-home .p-home-header__brand {
    gap: 20px;
  }
  .p-nisa-home .p-home-header__nav {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 24px;
    background: #fff;
    border-top: 1px solid #e8e9e6;
    transform: translateY(-8px);
    transition: 0.2s;
  }
  .p-nisa-home .p-home-header__list {
    display: grid;
  }
  .p-nisa-home .p-home-header__list li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .p-nisa-home .p-home-header__list a {
    display: block;
    padding: 13px 4px;
    border-bottom: 1px solid #eceeea;
    font-size: 14px;
  }
  .p-nisa-home.is-menu-open .p-home-header__nav {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .p-nisa-home.is-menu-open .p-home-header__menu-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .p-nisa-home.is-menu-open .p-home-header__menu-button span:nth-child(2) {
    opacity: 0;
  }
  .p-nisa-home.is-menu-open .p-home-header__menu-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .p-nisa-home .p-home-header__menu-button {
    display: grid;
    margin-left: auto;
    transition: transform 0.18s ease-out;
  }
  .p-nisa-home .p-home-header__menu-button span:nth-child(3) {
    display: none;
  }
  .p-nisa-home .p-home-header__menu-button:active {
    transform: scale(0.92);
  }
}
@media (max-width: 640px) {
  .p-nisa-home .p-home-header__inner {
    min-height: 72px;
  }
  .p-nisa-home .p-home-header__brand {
    display: block;
    line-height: 1.25;
  }
  .p-nisa-home .p-home-header__brand strong {
    display: block;
    font-size: 21px;
  }
  .p-nisa-home .p-home-header__brand span {
    display: block;
    margin-top: 2px;
    font-size: 9px;
  }
  .p-nisa-home .p-home-header__menu-button {
    width: 44px;
    height: 44px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-home-header__inner {
    min-height: 82px;
  }
  .p-nisa-home .p-home-header__brand {
    display: block;
    line-height: 1.25;
  }
  .p-nisa-home .p-home-header__brand strong {
    display: block;
    font-size: 22px;
  }
  .p-nisa-home .p-home-header__brand span {
    display: block;
    margin-top: 3px;
    font-size: 10px;
  }
  .p-nisa-home .p-home-header__nav {
    display: block;
  }
  .p-nisa-home .p-home-header__menu-button {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-nisa-home .p-home-header__inner {
    min-height: 90px;
  }
}
.p-nisa-home .l-home-container {
  width: min(1280px, 100% - 80px);
  margin-inline: auto;
}

.p-nisa-home .p-home-main {
  background: #fff;
}

.p-nisa-home .l-home-section {
  padding-top: 150px;
}

.p-nisa-home .p-latest {
  padding-top: 80px;
}

.p-nisa-home .p-asset-summary {
  padding-top: 150px;
}

.p-nisa-home .c-home-heading {
  margin-bottom: 36px;
}

.p-nisa-home .c-home-heading__en {
  margin-bottom: 2px;
  color: #4f8060;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-nisa-home .c-home-heading h2 {
  margin-bottom: 0;
  color: #172333;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5;
}

.p-nisa-home .c-home-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #315f47;
  font-size: 14px;
  font-weight: 600;
}

.p-nisa-home .c-home-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-nisa-home .p-home-columns {
  padding-top: 150px;
  padding-bottom: 150px;
}

.p-nisa-home .p-home-columns__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 1025px) {
  .p-nisa-home .p-latest {
    padding-top: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-nisa-home .p-latest,
  .p-nisa-home .p-asset-summary {
    padding-top: 112px;
  }
}
@media (max-width: 960px) {
  .p-nisa-home .l-home-container {
    width: min(100% - 48px, 1280px);
  }
  .p-nisa-home .l-home-section {
    padding-top: 112px;
  }
  .p-nisa-home .p-home-columns__inner {
    grid-template-columns: 1fr;
    gap: 88px;
  }
}
@media (max-width: 640px) {
  .p-nisa-home .l-home-container {
    width: min(100% - 40px, 1280px);
  }
  .p-nisa-home .l-home-section {
    padding-top: 84px;
  }
  .p-nisa-home .c-home-heading {
    margin-bottom: 26px;
  }
  .p-nisa-home .c-home-heading h2 {
    font-size: 22px;
  }
  .p-nisa-home .p-home-columns {
    padding-bottom: 76px;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .l-home-container {
    width: min(100% - 48px, 1280px);
  }
  .p-nisa-home .l-home-section {
    padding-top: 116px;
  }
  .p-nisa-home .p-latest,
  .p-nisa-home .p-asset-summary,
  .p-nisa-home .p-home-columns {
    padding-top: 116px;
  }
  .p-nisa-home .p-home-columns {
    padding-bottom: 110px;
  }
  .p-nisa-home .p-home-columns__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-nisa-home .c-home-heading {
    margin-bottom: 30px;
  }
}
.p-nisa-home .p-home-footer {
  padding: 0 0 42px;
  background: #fff;
}

.p-nisa-home .p-home-footer__inner {
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  align-items: end;
  gap: 40px;
  padding-top: 34px;
  border-top: 1px solid #e2e5e1;
}

.p-nisa-home .p-home-footer__brand a {
  font-size: 21px;
  font-weight: 600;
}

.p-nisa-home .p-home-footer__brand p {
  margin: 2px 0 0;
  font-size: 11px;
}

.p-nisa-home .p-home-footer__center {
  text-align: center;
}

.p-nisa-home .p-home-footer__nav {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0;
  margin-bottom: 24px;
  list-style: none;
}

.p-nisa-home .p-home-footer__nav li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #d8dcd7;
}

.p-nisa-home .p-home-footer__nav a {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.p-nisa-home .p-home-footer__center small {
  font-size: 11px;
}

.p-nisa-home .p-home-footer__social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
}

.p-nisa-home .p-home-footer__instagram {
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 2px solid currentColor;
  border-radius: 6px;
  font-size: 0;
}

.p-nisa-home .p-home-footer__instagram::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

@media (max-width: 960px) {
  .p-nisa-home .p-home-footer__inner {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }
  .p-nisa-home .p-home-footer__social {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .p-nisa-home .p-home-footer__nav {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  .p-nisa-home .p-home-footer__nav li + li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-home-footer {
    padding-bottom: 38px;
  }
  .p-nisa-home .p-home-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 38px;
    text-align: center;
  }
  .p-nisa-home .p-home-footer__center {
    display: contents;
  }
  .p-nisa-home .p-home-footer__center nav {
    order: 1;
  }
  .p-nisa-home .p-home-footer__brand {
    order: 2;
    margin-top: 42px;
    padding-top: 30px;
    border-top: 1px solid #e2e5e1;
  }
  .p-nisa-home .p-home-footer__center small {
    order: 3;
    margin-top: 16px;
  }
  .p-nisa-home .p-home-footer__social {
    order: 4;
    justify-content: center;
    margin-top: 18px;
  }
  .p-nisa-home .p-home-footer__nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    text-align: left;
  }
  .p-nisa-home .p-home-footer__nav li + li {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .p-nisa-home .p-home-footer__nav a {
    position: relative;
    display: block;
    padding: 12px 28px 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #eceeea;
  }
  .p-nisa-home .p-home-footer__nav a::after {
    content: "›";
    position: absolute;
    right: 4px;
    font-size: 18px;
    line-height: 1;
  }
}
.p-nisa-home .p-home-fv {
  position: relative;
  padding: 30px 0 0;
  background: #fff;
}

.p-nisa-home .p-home-fv__inner {
  display: grid;
  grid-template-columns: 39% 61%;
  align-items: center;
  min-height: 590px;
}

.p-nisa-home .p-home-fv__content {
  min-width: 0;
  padding: 22px 20px 22px 68px;
}

.p-nisa-home .p-home-fv__title {
  margin-bottom: 22px;
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  white-space: nowrap;
}

.p-nisa-home .p-home-fv__title span {
  color: #4f8060;
  letter-spacing: 0.08em;
}

.p-nisa-home .p-home-fv__rule {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 20px;
  background: #4f8060;
}

.p-nisa-home .p-home-fv__lead {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.9;
}

.p-nisa-home .p-home-fv__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 240px;
  min-height: 50px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #4f8060;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, transform 0.2s;
}

.p-nisa-home .p-home-fv__button:hover {
  background: #3f6d50;
  transform: translateY(-1px);
}

.p-nisa-home .p-home-fv__visual {
  align-self: center;
}

.p-nisa-home .p-home-fv__visual img {
  width: 107%;
  max-width: none;
  max-height: 600px;
  margin-left: -2%;
  object-fit: contain;
}

.p-nisa-home .p-home-fv__scroll {
  position: absolute;
  z-index: 1;
  bottom: -112px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #4f8060;
  transform: translateX(-50%);
}

.p-nisa-home .p-home-fv__scroll span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
}

.p-nisa-home .p-home-fv__scroll i {
  position: relative;
  display: block;
  width: 1px;
  height: 42px;
  overflow: visible;
  background: #c3d4c7;
}

.p-nisa-home .p-home-fv__scroll i::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #4f8060;
  border-bottom: 1px solid #4f8060;
  content: "";
  transform: translateX(-50%) rotate(45deg);
  animation: home-scroll-arrow 1.8s ease-in-out infinite;
}

@keyframes home-scroll-arrow {
  0%, 100% {
    opacity: 0.35;
    transform: translate(-50%, -8px) rotate(45deg);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 3px) rotate(45deg);
  }
}
@media (min-width: 1025px) {
  .p-nisa-home .p-home-fv {
    padding-top: 0;
  }
  .p-nisa-home .p-home-fv__inner {
    min-height: 440px;
  }
}
@media (max-width: 960px) {
  .p-nisa-home .p-home-fv__inner {
    grid-template-columns: 40% 60%;
    min-height: 500px;
  }
  .p-nisa-home .p-home-fv__content {
    padding-left: 24px;
  }
  .p-nisa-home .p-home-fv__title {
    font-size: clamp(40px, 5vw, 54px);
  }
  .p-nisa-home .p-home-fv__visual img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .p-nisa-home .p-home-fv {
    padding-top: 28px;
  }
  .p-nisa-home .p-home-fv__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .p-nisa-home .p-home-fv__content {
    padding: 10px 8px 42px;
  }
  .p-nisa-home .p-home-fv__title {
    font-size: clamp(40px, 13vw, 52px);
    white-space: normal;
  }
  .p-nisa-home .p-home-fv__visual img {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-home-fv {
    padding-top: 52px;
  }
  .p-nisa-home .p-home-fv__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .p-nisa-home .p-home-fv__content {
    padding: 0 0 46px;
  }
  .p-nisa-home .p-home-fv__title {
    margin-bottom: 20px;
    font-size: clamp(40px, 11.8vw, 48px);
    line-height: 1.28;
    white-space: nowrap;
  }
  .p-nisa-home .p-home-fv__lead {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
  }
  .p-nisa-home .p-home-fv__button {
    width: 242px;
    min-width: 0;
    min-height: 52px;
  }
  .p-nisa-home .p-home-fv__visual img {
    width: calc(100% + 32px);
    max-width: 440px;
    max-height: none;
    margin-inline: -16px;
    object-fit: contain;
  }
  .p-nisa-home .p-home-fv__scroll {
    bottom: -91px;
    gap: 7px;
  }
  .p-nisa-home .p-home-fv__scroll i {
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-nisa-home .p-home-fv {
    padding-top: 0;
  }
  .p-nisa-home .p-home-fv__inner {
    min-height: 440px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-nisa-home .p-home-fv__scroll i::after {
    animation: none;
    opacity: 1;
  }
}
.p-nisa-home .p-latest__body {
  display: grid;
  grid-template-columns: minmax(0, 49fr) minmax(0, 51fr);
  align-items: center;
  gap: 32px;
  width: min(100%, 1160px);
  margin-inline: auto;
}

.p-nisa-home .p-latest__visual img {
  width: 106%;
  max-width: none;
  max-height: 450px;
  margin-left: -2%;
  object-fit: contain;
}

.p-nisa-home .p-latest__article {
  max-width: 610px;
  padding: 0 12px 0 0;
}

.p-nisa-home .p-latest__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
}

.p-nisa-home .p-latest__meta span {
  padding: 3px 9px 2px;
  border-radius: 999px;
  background: #b9d7c1;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.p-nisa-home .p-latest__article h3 {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
}

.p-nisa-home .p-latest__article > p {
  max-width: 580px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 2;
}

.p-nisa-home .p-latest__article .c-home-link {
  font-size: 15px;
}

@media (min-width: 961px) {
  .p-nisa-home .p-latest .c-home-heading {
    margin-bottom: 4px;
  }
}
@media (max-width: 760px) {
  .p-nisa-home .p-latest__body {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .p-nisa-home .p-latest__visual img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .p-nisa-home .p-latest__article {
    padding: 0;
  }
  .p-nisa-home .p-latest__article h3 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-latest__body {
    grid-template-columns: 1fr;
    gap: 34px;
    width: 100%;
  }
  .p-nisa-home .p-latest__visual img {
    width: calc(100% + 32px);
    max-width: 462px;
    max-height: none;
    margin-inline: -16px;
    object-fit: contain;
  }
  .p-nisa-home .p-latest__article {
    max-width: none;
    padding: 0;
  }
  .p-nisa-home .p-latest__meta {
    margin-bottom: 18px;
  }
  .p-nisa-home .p-latest__article h3 {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.65;
  }
  .p-nisa-home .p-latest__article > p {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.9;
  }
  .p-nisa-home .p-latest__article .c-home-link {
    font-size: 14px;
  }
}
.p-nisa-home .p-asset-summary__panel {
  padding: 56px 74px 40px;
  border-radius: 38px;
  background: #f4f5eb;
}

.p-nisa-home .p-asset-summary__heading {
  margin-bottom: 22px;
}

.p-nisa-home .p-asset-summary__heading .c-home-heading__en {
  margin-bottom: 4px;
}

.p-nisa-home .p-asset-summary__title-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.p-nisa-home .p-asset-summary__title-row h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.p-nisa-home .p-asset-summary__title-row p {
  margin-bottom: 0;
  font-size: 12px;
}

.p-nisa-home .p-asset-summary__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p-nisa-home .p-asset-summary__item {
  position: relative;
  min-width: 0;
  padding: 0 34px 12px;
  text-align: center;
}

.p-nisa-home .p-asset-summary__item + .p-asset-summary__item {
  border-left: 1px solid #b8c0b7;
}

.p-nisa-home .p-asset-summary__icon {
  width: 68px;
  height: 62px;
  margin: 0 auto 8px;
  object-fit: contain;
}

.p-nisa-home .p-asset-summary__item--investment .p-asset-summary__icon {
  width: 74px;
}

.p-nisa-home .p-asset-summary__item--total .p-asset-summary__icon {
  width: 62px;
}

.p-nisa-home .p-asset-summary__item--profit .p-asset-summary__icon {
  width: 76px;
}

.p-nisa-home .p-asset-summary__item h3 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.p-nisa-home .p-asset-summary__amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 6px;
  white-space: nowrap;
}

.p-nisa-home .p-asset-summary__amount span {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(25px, 2.2vw, 32px);
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}

.p-nisa-home .p-asset-summary__amount small {
  margin-left: 7px;
  font-size: 13px;
  font-weight: 500;
}

.p-nisa-home .p-asset-summary__amount.is-positive {
  color: #3f7655;
}

.p-nisa-home .p-asset-summary__amount.is-negative {
  color: #4c6780;
}

.p-nisa-home .p-asset-summary__change {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.p-nisa-home .p-asset-summary__change strong {
  margin-left: 12px;
  font-weight: 500;
}

.p-nisa-home .p-asset-summary__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin: 12px auto 0;
  color: #3b7654;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1040px) {
  .p-nisa-home .p-asset-summary__panel {
    padding-inline: 34px;
  }
  .p-nisa-home .p-asset-summary__item {
    padding-inline: 20px;
  }
  .p-nisa-home .p-asset-summary__amount span {
    font-size: clamp(22px, 2.45vw, 25px);
  }
}
@media (max-width: 760px) {
  .p-nisa-home .p-asset-summary__panel {
    padding: 34px 22px 26px;
    border-radius: 28px;
  }
  .p-nisa-home .p-asset-summary__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }
  .p-nisa-home .p-asset-summary__item {
    padding-inline: 12px;
  }
  .p-nisa-home .p-asset-summary__item:nth-child(3) {
    border-left: 0;
  }
  .p-nisa-home .p-asset-summary__amount span {
    font-size: clamp(24px, 6.8vw, 29px);
  }
}
@media (max-width: 420px) {
  .p-nisa-home .p-asset-summary__title-row {
    display: block;
  }
  .p-nisa-home .p-asset-summary__grid {
    grid-template-columns: 1fr;
  }
  .p-nisa-home .p-asset-summary__item + .p-asset-summary__item {
    padding-top: 28px;
    border-top: 1px solid #c7cec4;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-asset-summary__panel {
    padding: 30px 20px 28px;
    border-radius: 30px;
  }
  .p-nisa-home .p-asset-summary__heading {
    margin-bottom: 14px;
  }
  .p-nisa-home .p-asset-summary__title-row {
    display: flex;
    align-items: baseline;
    gap: 7px;
  }
  .p-nisa-home .p-asset-summary__title-row h2 {
    font-size: 21px;
    white-space: nowrap;
  }
  .p-nisa-home .p-asset-summary__title-row p {
    font-size: 10px;
    white-space: nowrap;
  }
  .p-nisa-home .p-asset-summary__grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
  .p-nisa-home .p-asset-summary__item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    grid-template-areas: "icon title amount";
    align-items: center;
    min-height: 88px;
    padding: 16px 0;
    text-align: left;
  }
  .p-nisa-home .p-asset-summary__item + .p-asset-summary__item {
    padding-top: 16px;
    border-top: 1px solid #c7cec4;
    border-left: 0;
  }
  .p-nisa-home .p-asset-summary__icon,
  .p-nisa-home .p-asset-summary__item--investment .p-asset-summary__icon,
  .p-nisa-home .p-asset-summary__item--total .p-asset-summary__icon,
  .p-nisa-home .p-asset-summary__item--profit .p-asset-summary__icon {
    grid-area: icon;
    justify-self: center;
    width: 46px;
    height: 50px;
    max-width: 46px;
    max-height: 50px;
    margin: 0;
    object-fit: contain;
  }
  .p-nisa-home .p-asset-summary__item h3 {
    grid-area: title;
    min-width: 0;
    margin: 0;
    padding-right: 4px;
    font-size: 12px;
    line-height: 1.55;
    white-space: nowrap;
  }
  .p-nisa-home .p-asset-summary__amount {
    grid-area: amount;
    justify-content: flex-end;
    margin: 0;
  }
  .p-nisa-home .p-asset-summary__amount span {
    font-size: clamp(24px, 6.8vw, 29px);
  }
  .p-nisa-home .p-asset-summary__amount small {
    margin-left: 5px;
    font-size: 11px;
  }
  .p-nisa-home .p-asset-summary__change {
    grid-area: change;
    margin: 2px 0 0;
    font-size: 10px;
    text-align: right;
  }
  .p-nisa-home .p-asset-summary__change strong {
    margin-left: 8px;
  }
  .p-nisa-home .p-asset-summary__link {
    margin-top: 18px;
    font-size: 13px;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .p-nisa-home .p-asset-summary__amount span {
    font-size: 24px;
  }
}
.p-nisa-home .p-popular {
  padding-right: 70px;
}

.p-nisa-home .p-popular__list {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.p-nisa-home .p-popular__list li {
  display: grid;
  grid-template-columns: 36px 66px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 84px;
  padding: 10px 0;
}

.p-nisa-home .p-popular__list li + li {
  border-top: 1px solid #e5e7e3;
}

.p-nisa-home .p-popular__number {
  color: #4f8060;
  font-family: "Josefin Sans", sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.p-nisa-home .p-popular__list img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.p-nisa-home .p-popular__list a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

@media (min-width: 961px) {
  .p-nisa-home .p-popular__list a {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .p-nisa-home .p-popular {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  .p-nisa-home .p-popular__list li {
    grid-template-columns: 28px 50px 1fr;
  }
  .p-nisa-home .p-popular__list img {
    width: 44px;
    height: 44px;
  }
  .p-nisa-home .p-popular__list a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-popular {
    padding-right: 0;
  }
  .p-nisa-home .p-popular__list li {
    grid-template-columns: 22px 44px minmax(0, 1fr);
    gap: 8px;
    min-height: 100px;
    padding: 18px 0;
  }
  .p-nisa-home .p-popular__number {
    width: 22px;
    font-size: 24px;
  }
  .p-nisa-home .p-popular__list img {
    width: 40px;
    height: 40px;
  }
  .p-nisa-home .p-popular__list a {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-nisa-home .p-about {
  padding-left: 70px;
  border-left: 1px solid #cbd0cb;
}

.p-nisa-home .p-about__visual {
  width: 112%;
  max-width: none;
  height: 252px;
  margin: 0 0 26px -6%;
  object-fit: contain;
}

.p-nisa-home .p-about__text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.9;
}

@media (min-width: 961px) {
  .p-nisa-home .p-about__text {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .p-nisa-home .p-about {
    padding: 70px 0 0;
    border-top: 1px solid #cbd0cb;
    border-left: 0;
  }
  .p-nisa-home .p-about__visual {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-about {
    margin-top: 72px;
    padding: 44px 0 0;
    border-top: 1px solid #cbd0cb;
    border-left: 0;
  }
  .p-nisa-home .p-about__visual {
    width: 100%;
    max-width: 400px;
    max-height: none;
    margin: 0 auto 30px;
    object-fit: contain;
  }
  .p-nisa-home .p-about__text {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 2;
  }
}
.p-nisa-home .p-home-drawer,
.p-nisa-home .p-home-drawer__overlay {
  display: none;
}

@media (max-width: 1024px) {
  .p-nisa-home .p-home-header__nav {
    display: none;
  }
  .p-nisa-home .p-home-drawer__overlay {
    position: fixed;
    z-index: 900;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.4);
    cursor: default;
    transition: opacity 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .p-nisa-home .p-home-drawer {
    position: fixed;
    z-index: 901;
    top: 0;
    right: 0;
    display: block;
    visibility: hidden;
    width: min(90%, 380px);
    height: 100vh;
    height: 100dvh;
    background: #fffefa;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(16px) scale(0.98);
    transform-origin: top right;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, visibility 0s linear 0.25s;
  }
  .p-nisa-home .p-home-drawer__scroll {
    height: 100%;
    padding: 28px 22px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .p-nisa-home .p-home-drawer__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 31px;
  }
  .p-nisa-home .p-home-drawer__brand {
    display: block;
    padding-top: 6px;
    line-height: 1.3;
  }
  .p-nisa-home .p-home-drawer__brand strong {
    display: block;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
  .p-nisa-home .p-home-drawer__brand span {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 500;
  }
  .p-nisa-home .p-home-drawer__close {
    position: relative;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #4f8060;
    cursor: pointer;
  }
  .p-nisa-home .p-home-drawer__close span {
    position: absolute;
    top: 21px;
    left: 11px;
    width: 22px;
    height: 1px;
    border-radius: 2px;
    background: #fff;
  }
  .p-nisa-home .p-home-drawer__close span:first-child {
    transform: rotate(45deg);
  }
  .p-nisa-home .p-home-drawer__close span:last-child {
    transform: rotate(-45deg);
  }
  .p-nisa-home .p-home-drawer__navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .p-nisa-home .p-home-drawer__navigation li + li {
    border-top: 1px solid #dfe4df;
  }
  .p-nisa-home .p-home-drawer__navigation a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    min-height: 62px;
    padding: 18px 6px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    transition: background-color 0.15s ease;
  }
  .p-nisa-home .p-home-drawer__navigation a:active {
    background: rgba(90, 135, 100, 0.08);
  }
  .p-nisa-home .p-home-drawer__navigation svg {
    width: 29px;
    height: 29px;
    overflow: visible;
    fill: none;
    stroke: #172333;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
  }
  .p-nisa-home .p-home-drawer__navigation svg .accent {
    fill: #a9cbb0;
    stroke: #4f8060;
  }
  .p-nisa-home .p-home-drawer__navigation b {
    color: #4f8060;
    font-size: 31px;
    font-weight: 300;
    line-height: 1;
    text-align: right;
  }
  .p-nisa-home .p-home-drawer__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 48px;
    margin-top: 22px;
    padding: 9px 20px;
    border-radius: 999px;
    background: #4f8060;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .p-nisa-home .p-home-drawer__contact svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
  }
  .p-nisa-home .p-home-drawer__about {
    margin-top: 27px;
    padding: 22px 18px 12px;
    border-radius: 22px;
    background: #f4f5eb;
  }
  .p-nisa-home .p-home-drawer__about h2 {
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 600;
  }
  .p-nisa-home .p-home-drawer__about p {
    margin-bottom: 11px;
    font-size: 11px;
    line-height: 1.85;
  }
  .p-nisa-home .p-home-drawer__about a {
    display: inline-flex;
    gap: 14px;
    color: #3f7655;
    font-size: 12px;
    font-weight: 600;
  }
  .p-nisa-home .p-home-drawer__about img {
    width: 100%;
    max-width: 270px;
    max-height: 154px;
    margin: 8px auto 0;
    object-fit: contain;
  }
  .p-nisa-home .p-home-drawer__follow {
    margin-top: 24px;
    text-align: center;
  }
  .p-nisa-home .p-home-drawer__follow > p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 600;
  }
  .p-nisa-home .p-home-drawer__follow > p::before,
  .p-nisa-home .p-home-drawer__follow > p::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #dfe4df;
  }
  .p-nisa-home .p-home-drawer__follow > div {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
  .p-nisa-home .p-home-drawer__follow a {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid #cdd3cd;
    border-radius: 50%;
    font-family: "Josefin Sans", sans-serif;
    font-size: 21px;
  }
  .p-nisa-home .p-home-drawer__instagram span {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    border: 1.5px solid currentColor;
    border-radius: 5px;
  }
  .p-nisa-home .p-home-drawer__instagram span::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
  }
  .p-nisa-home .p-home-drawer__instagram span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
  }
  .p-nisa-home .p-home-drawer__copyright {
    margin: 18px 0 0;
    font-size: 11px;
    text-align: center;
  }
  .p-nisa-home.is-menu-open .p-home-drawer__overlay {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s ease-out;
  }
  .p-nisa-home.is-menu-open .p-home-drawer {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
  }
}
@media (max-width: 374px) {
  .p-nisa-home .p-home-drawer__scroll {
    padding-inline: 18px;
  }
  .p-nisa-home .p-home-drawer__navigation a {
    grid-template-columns: 31px minmax(0, 1fr) 16px;
    gap: 10px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-nisa-home .p-home-drawer {
    width: 90%;
    max-width: none;
  }
}
.p-nisa-home.p-category {
  min-height: 100vh;
  background: #fffefa;
}

.p-nisa-home .p-category__main {
  background: #fffefa;
}

.p-nisa-home .p-category__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 34px;
  color: #6f7880;
  font-size: 11px;
}

.p-nisa-home .p-category__breadcrumb a {
  transition: color 0.2s;
}

.p-nisa-home .p-category__breadcrumb a:hover {
  color: #4f8060;
}

.p-nisa-home .p-category__hero {
  padding-top: 72px;
}

.p-nisa-home .p-category__hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 92px;
  min-height: 360px;
}

.p-nisa-home .p-category__heading {
  padding-left: 18px;
}

.p-nisa-home .p-category__label {
  margin-bottom: 11px;
  color: #4f8060;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.p-nisa-home .p-category__heading h1 {
  margin-bottom: 24px;
  color: #172333;
  font-size: clamp(38px, 3.4vw, 52px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.p-nisa-home .p-category__description {
  max-width: 570px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2;
  overflow-wrap: anywhere;
  white-space: pre-line;
}

.p-nisa-home .p-category__visual {
  display: grid;
  place-items: center;
  min-height: 330px;
  padding: 36px;
  border-radius: 44% 56% 48% 52%/58% 44% 56% 42%;
  background: #f2f3e8;
}

.p-nisa-home .p-category__visual img {
  width: 100%;
  max-width: 480px;
  max-height: 280px;
  object-fit: contain;
}

.p-nisa-home .p-category__visual--investment-rules,
.p-nisa-home .p-category__visual--unyo-kiroku {
  padding: 72px;
}

.p-nisa-home .p-category__visual--investment-rules img,
.p-nisa-home .p-category__visual--unyo-kiroku img {
  max-width: 210px;
}

@media (min-width: 1025px) {
  .category-unyo-kiroku .p-nisa-home .p-category__hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 72px;
  }
  .category-unyo-kiroku .p-nisa-home .p-category__heading h1 {
    font-size: clamp(38px, 3vw, 46px);
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .category-unyo-kiroku .p-nisa-home .p-category__hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 36px;
  }
  .category-unyo-kiroku .p-nisa-home .p-category__heading h1 {
    font-size: 32px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .category-unyo-kiroku .p-nisa-home .p-category__heading h1 {
    font-size: clamp(21px, 5.9vw, 23px);
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.p-nisa-home .p-category-list {
  padding: 158px 0 164px;
}

.p-nisa-home .p-category-list__inner {
  max-width: 1160px;
}

.p-nisa-home .p-category-list__heading {
  margin-bottom: 52px;
}

.p-nisa-home .p-category-list__items {
  border-top: 1px solid #e3e7e2;
}

.p-nisa-home .p-category-list__item {
  display: grid;
  grid-template-columns: minmax(330px, 42%) minmax(0, 1fr);
  align-items: center;
  gap: 62px;
  padding: 54px 0;
  border-bottom: 1px solid #e3e7e2;
}

.p-nisa-home .p-category-list__image {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 28px;
  background: #f4f5eb;
}

.p-nisa-home .p-category-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-nisa-home .p-category-list__image.is-fallback img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.p-nisa-home .p-category-list__content {
  min-width: 0;
  padding-right: 12px;
}

.p-nisa-home .p-category-list__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 17px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
}

.p-nisa-home .p-category-list__meta a {
  padding: 3px 10px 2px;
  border-radius: 999px;
  background: #dcebdd;
  color: #315f47;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.p-nisa-home .p-category-list__title {
  margin-bottom: 18px;
  font-size: clamp(22px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.65;
}

.p-nisa-home .p-category-list__title a {
  transition: color 0.2s;
}

.p-nisa-home .p-category-list__title a:hover {
  color: #4f8060;
}

.p-nisa-home .p-category-list__excerpt {
  margin-bottom: 20px;
  color: #46505a;
  font-size: 14px;
  line-height: 2;
}

.p-nisa-home .p-category-list__more {
  font-size: 13px;
}

.p-nisa-home .p-category-list__empty {
  padding: 70px 0;
  border-block: 1px solid #e3e7e2;
  text-align: center;
}

.p-nisa-home .navigation.pagination {
  margin-top: 58px;
}

.p-nisa-home .nav-links {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.p-nisa-home .page-numbers {
  display: grid;
  place-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dce1dc;
  border-radius: 7px;
  background: #fff;
  color: #315f47;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
}

.p-nisa-home .page-numbers.current {
  border-color: #4f8060;
  background: #4f8060;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-nisa-home .p-category__breadcrumb {
    padding-top: 28px;
  }
  .p-nisa-home .p-category__hero {
    padding-top: 58px;
  }
  .p-nisa-home .p-category__hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 48px;
    min-height: 320px;
  }
  .p-nisa-home .p-category__heading {
    padding-left: 0;
  }
  .p-nisa-home .p-category__visual {
    min-height: 280px;
    padding: 30px;
  }
  .p-nisa-home .p-category__visual--investment-rules,
  .p-nisa-home .p-category__visual--unyo-kiroku {
    padding: 58px;
  }
  .p-nisa-home .p-category-list {
    padding: 128px 0 132px;
  }
  .p-nisa-home .p-category-list__inner {
    max-width: none;
  }
  .p-nisa-home .p-category-list__item {
    grid-template-columns: minmax(280px, 40%) minmax(0, 1fr);
    gap: 42px;
    padding: 46px 0;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-category__breadcrumb {
    gap: 9px;
    padding-top: 22px;
    font-size: 10px;
  }
  .p-nisa-home .p-category__hero {
    padding-top: 54px;
  }
  .p-nisa-home .p-category__hero-inner {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
  }
  .p-nisa-home .p-category__label {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .p-nisa-home .p-category__heading h1 {
    margin-bottom: 19px;
    font-size: 34px;
  }
  .p-nisa-home .p-category__description {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-nisa-home .p-category__visual {
    min-height: 240px;
    padding: 24px;
    border-radius: 40% 60% 46% 54%/55% 42% 58% 45%;
  }
  .p-nisa-home .p-category__visual img {
    max-height: 220px;
  }
  .p-nisa-home .p-category__visual--investment-rules,
  .p-nisa-home .p-category__visual--unyo-kiroku {
    padding: 48px;
  }
  .p-nisa-home .p-category__visual--investment-rules img,
  .p-nisa-home .p-category__visual--unyo-kiroku img {
    max-width: 170px;
  }
  .p-nisa-home .p-category-list {
    padding: 112px 0 116px;
  }
  .p-nisa-home .p-category-list__heading {
    margin-bottom: 34px;
  }
  .p-nisa-home .p-category-list__item {
    grid-template-columns: 1fr;
    gap: 27px;
    padding: 42px 0 48px;
  }
  .p-nisa-home .p-category-list__image {
    border-radius: 24px;
  }
  .p-nisa-home .p-category-list__content {
    padding-right: 0;
  }
  .p-nisa-home .p-category-list__meta {
    margin-bottom: 14px;
  }
  .p-nisa-home .p-category-list__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.65;
  }
  .p-nisa-home .p-category-list__excerpt {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 1.9;
  }
  .p-nisa-home .navigation.pagination {
    margin-top: 46px;
  }
  .p-nisa-home .page-numbers {
    min-width: 38px;
    height: 38px;
  }
}
.p-nisa-home.p-single {
  min-height: 100vh;
  background: #fffefa;
}

.p-nisa-home .p-single__main {
  background: #fffefa;
}

.p-nisa-home .p-single__breadcrumb {
  display: flex;
  align-items: baseline;
  gap: 11px;
  padding-top: 34px;
  color: #6f7880;
  font-size: 11px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.p-nisa-home .p-single__breadcrumb a {
  flex: 0 0 auto;
  transition: color 0.2s;
}

.p-nisa-home .p-single__breadcrumb a:hover {
  color: #4f8060;
}

.p-nisa-home .p-single__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  grid-template-areas: "content visual" "author visual";
  align-items: center;
  gap: 32px 72px;
  padding-top: 86px;
}

.p-nisa-home .p-single__head-content {
  grid-area: content;
  min-width: 0;
}

.p-nisa-home .p-single__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 23px;
  font-size: 12px;
}

.p-nisa-home .p-single__meta > a {
  padding: 4px 11px 3px;
  border-radius: 999px;
  background: #dcebdd;
  color: #315f47;
  font-size: 10px;
  font-weight: 600;
}

.p-nisa-home .p-single__meta time {
  font-family: "Josefin Sans", sans-serif;
}

.p-nisa-home .p-single__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.p-nisa-home .p-single__share .c-shareBtns {
  margin: 0;
}

.p-nisa-home .p-single__share .c-shareBtns__list {
  justify-content: flex-start;
  gap: 12px;
}

.p-nisa-home .p-single__share .c-shareBtns__btn {
  width: 40px;
  height: 40px;
  border: 1px solid #cbd6ce;
  border-radius: 50%;
  box-shadow: none;
  background: transparent;
  color: #315f47;
}

.p-nisa-home .p-single__share .c-shareBtns__icon {
  color: inherit;
}

.p-nisa-home .p-single__visual {
  grid-area: visual;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 390px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 30px;
  background: #f3f4e9;
}

.p-nisa-home .p-single__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-nisa-home .p-single__visual.is-fallback img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.p-nisa-home .p-single__author {
  grid-area: author;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 78px;
  padding: 12px 18px;
  border-radius: 16px;
  background: #f0f4ef;
}

.p-nisa-home .p-single__author-avatar {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
}

.p-nisa-home .p-single__author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-nisa-home .p-single__author strong,
.p-nisa-home .p-single__author small {
  display: block;
}

.p-nisa-home .p-single__author strong {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}

.p-nisa-home .p-single__author small {
  font-size: 10px;
}

.p-nisa-home .p-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 330px);
  justify-content: center;
  align-items: start;
  gap: 82px;
  padding-top: 128px;
  padding-bottom: 160px;
}

.p-nisa-home .p-single__content-wrap {
  min-width: 0;
}

.p-nisa-home .p-single__content {
  width: 100%;
  color: #26313c;
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.p-nisa-home .p-single__content > *:first-child {
  margin-top: 0;
}

.p-nisa-home .p-single__content p {
  margin-bottom: 1.75em;
}

.p-nisa-home .p-single__content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  position: relative;
  margin: 3.3em 0 1.25em;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  color: #315f47;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.55;
}

.p-nisa-home .p-single__content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  content: "";
  position: absolute;
  top: 0.18em;
  bottom: 0.18em;
  left: 0;
  width: 3px;
  height: auto;
  border: 0;
  background: #4f8060;
}

.p-nisa-home .p-single__content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
  margin: 2.7em 0 1.1em;
  padding: 0 0 0.55em;
  border: 0;
  border-bottom: 1px solid #dce4dd;
  color: #315f47;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.p-nisa-home .p-single__content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title))::before {
  content: none;
}

.p-nisa-home .p-single__content h4 {
  margin-top: 2.2em;
  color: #315f47;
}

.p-nisa-home .p-single__content ul,
.p-nisa-home .p-single__content ol {
  margin: 1.4em 0 2em;
  padding-left: 1.5em;
}

.p-nisa-home .p-single__content li {
  margin: 0.45em 0;
}

.p-nisa-home .p-single__content blockquote {
  position: relative;
  margin: 2.4em 0;
  padding: 30px 34px 30px 56px;
  border: 0;
  border-radius: 16px;
  background: #f0f4ef;
}

.p-nisa-home .p-single__content blockquote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 20px;
  width: auto;
  height: auto;
  border: 0;
  color: #6f9a79;
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1;
}

.p-nisa-home .p-single__content img {
  height: auto;
  border-radius: 18px;
}

.p-nisa-home .p-single__content .p-toc {
  margin: 3em 0;
  padding: 30px 34px;
  border: 0;
  border-radius: 18px;
  background: #f0f4ef;
}

.p-nisa-home .p-single__content .p-toc::before,
.p-nisa-home .p-single__content .p-toc::after {
  content: none;
}

.p-nisa-home .p-single__content .p-toc__ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #172333;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.p-nisa-home .p-single__content .p-toc__list {
  max-height: 2400px;
  margin-bottom: 0;
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.25s ease, opacity 0.2s ease, margin 0.25s ease;
}

.p-nisa-home .p-single__content .p-toc.is-collapsed .p-toc__list {
  max-height: 0;
  margin-top: 0;
  opacity: 0;
}

.p-nisa-home .p-single__content .p-single__toc-toggle {
  flex: 0 0 auto;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #4f8060;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

.p-nisa-home .p-single__content .p-toc__childList {
  padding-left: 1.25em;
}

.p-nisa-home .p-single__content .p-single__toc-item--h3 {
  padding-left: 1.25em;
}

.p-nisa-home .p-single__content h2,
.p-nisa-home .p-single__content h3 {
  scroll-margin-top: 100px;
}

.p-nisa-home .p-single__content table {
  width: 100%;
  font-size: 0.92em;
}

.p-nisa-home .p-single__end-profile {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 96px;
  padding: 24px 26px;
  border-radius: 18px;
  background: #f0f4ef;
}

.p-nisa-home .p-single__end-profile img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.p-nisa-home .p-single__end-profile p {
  margin: 0;
}

.p-nisa-home .p-single__end-profile strong,
.p-nisa-home .p-single__end-profile span {
  display: block;
}

.p-nisa-home .p-single__end-profile strong {
  font-size: 13px;
}

.p-nisa-home .p-single__end-profile span {
  margin-top: 2px;
  font-size: 11px;
}

.p-nisa-home .p-single__end-profile .c-home-link {
  font-size: 12px;
}

.p-nisa-home .p-single-sidebar {
  position: sticky;
  top: 100px;
  align-self: start;
  display: grid;
  gap: 28px;
}

.p-nisa-home .p-single-sidebar__section {
  padding: 26px 24px;
  border: 1px solid #e2e7e2;
  border-radius: 18px;
  background: #fff;
}

.p-nisa-home .p-single-sidebar__section > h2 {
  margin-bottom: 22px;
  color: #4f8060;
  font-size: 18px;
  font-weight: 600;
}

.p-nisa-home .p-single-sidebar__profile-head {
  display: grid;
  grid-template-columns: 66px 1fr;
  align-items: center;
  gap: 14px;
}

.p-nisa-home .p-single-sidebar__profile-head img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
}

.p-nisa-home .p-single-sidebar__profile-head p {
  margin: 0;
}

.p-nisa-home .p-single-sidebar__profile-head strong,
.p-nisa-home .p-single-sidebar__profile-head span {
  display: block;
}

.p-nisa-home .p-single-sidebar__profile-head strong {
  font-size: 13px;
}

.p-nisa-home .p-single-sidebar__profile-head span {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.7;
}

.p-nisa-home .p-single-sidebar__profile-text {
  margin: 18px 0;
  font-size: 11px;
  line-height: 1.9;
}

.p-nisa-home .p-single-sidebar__profile > a {
  display: block;
  padding: 9px 12px;
  border: 1px solid #78a083;
  border-radius: 999px;
  color: #315f47;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.p-nisa-home .p-single-sidebar__category ul,
.p-nisa-home .p-single-sidebar__recent ul,
.p-nisa-home .p-single-sidebar__popular ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-nisa-home .p-single-sidebar__category li + li,
.p-nisa-home .p-single-sidebar__recent li + li,
.p-nisa-home .p-single-sidebar__popular li + li {
  border-top: 1px solid #e4e8e4;
}

.p-nisa-home .p-single-sidebar__category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 2px;
  font-size: 12px;
  font-weight: 500;
}

.p-nisa-home .p-single-sidebar__category b {
  color: #4f8060;
  font-size: 20px;
  font-weight: 400;
}

.p-nisa-home .p-single-sidebar__popular li {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 15px 0;
}

.p-nisa-home .p-single-sidebar__popular li > span {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: -4px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  background: #315f47;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 11px;
}

.p-nisa-home .p-single-sidebar__thumb {
  display: grid;
  place-items: center;
  width: 62px;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 9px;
  background: #f3f4e9;
}

.p-nisa-home .p-single-sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-nisa-home .p-single-sidebar__thumb.is-fallback img {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.p-nisa-home .p-single-sidebar__popular li > a:last-child {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.7;
}

.p-nisa-home .p-single-sidebar__recent li {
  padding: 15px 0;
}

.p-nisa-home .p-single-sidebar__recent a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.p-nisa-home .p-single-sidebar__recent time {
  display: block;
  margin-top: 5px;
  color: #69737b;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
}

@media (min-width: 1025px) {
  .p-nisa-home .p-single-sidebar {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-color: #a9b9ad transparent;
    scrollbar-width: thin;
  }
  .p-nisa-home .p-single-sidebar::-webkit-scrollbar {
    width: 6px;
  }
  .p-nisa-home .p-single-sidebar::-webkit-scrollbar-track {
    background: transparent;
  }
  .p-nisa-home .p-single-sidebar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #a9b9ad;
  }
}
@media (max-width: 1024px) {
  .p-nisa-home .p-single__breadcrumb {
    padding-top: 28px;
  }
  .p-nisa-home .p-single__header {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "visual" "author";
    gap: 38px;
    padding-top: 70px;
  }
  .p-nisa-home .p-single__head-content {
    max-width: 760px;
  }
  .p-nisa-home .p-single__title {
    font-size: 32px;
  }
  .p-nisa-home .p-single__content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
    font-size: 25px;
  }
  .p-nisa-home .p-single__content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
    font-size: 21px;
  }
  .p-nisa-home .p-single__visual {
    min-height: 0;
    max-width: 820px;
    aspect-ratio: 16/9;
  }
  .p-nisa-home .p-single__author {
    width: min(100%, 620px);
  }
  .p-nisa-home .p-single__layout {
    display: block;
    max-width: 760px;
    padding-top: 110px;
    padding-bottom: 132px;
  }
  .p-nisa-home .p-single__sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-single__breadcrumb {
    flex-wrap: wrap;
    gap: 5px 8px;
    padding-top: 22px;
    font-size: 10px;
  }
  .p-nisa-home .p-single__breadcrumb a {
    flex: 0 1 auto;
  }
  .p-nisa-home .p-single__header {
    gap: 29px;
    padding-top: 58px;
  }
  .p-nisa-home .p-single__meta {
    margin-bottom: 18px;
  }
  .p-nisa-home .p-single__title {
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1.5;
  }
  .p-nisa-home .p-single__share .c-shareBtns__list {
    gap: 9px;
  }
  .p-nisa-home .p-single__share .c-shareBtns__btn {
    width: 37px;
    height: 37px;
  }
  .p-nisa-home .p-single__visual {
    aspect-ratio: 4/3;
    border-radius: 24px;
  }
  .p-nisa-home .p-single__author {
    gap: 13px;
    min-height: 72px;
    padding: 11px 14px;
  }
  .p-nisa-home .p-single__author-avatar {
    width: 48px;
    height: 48px;
  }
  .p-nisa-home .p-single__author strong {
    font-size: 11px;
  }
  .p-nisa-home .p-single__author small {
    font-size: 9px;
  }
  .p-nisa-home .p-single__layout {
    padding-top: 94px;
    padding-bottom: 112px;
  }
  .p-nisa-home .p-single__content {
    font-size: 16px;
    line-height: 2;
  }
  .p-nisa-home .p-single__content h2:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
    margin-top: 3em;
    padding-left: 16px;
    font-size: 22px;
    line-height: 1.6;
  }
  .p-nisa-home .p-single__content h3:where(:not([class^=swell-block-]):not(.faq_q):not(.p-postList__title)) {
    margin-top: 2.5em;
    font-size: 19px;
    line-height: 1.65;
  }
  .p-nisa-home .p-single__content blockquote {
    padding: 26px 24px 26px 48px;
  }
  .p-nisa-home .p-single__content .p-toc {
    margin: 2.6em 0;
    padding: 25px 22px;
    border-radius: 16px;
  }
  .p-nisa-home .p-single__end-profile {
    grid-template-columns: 50px 1fr;
    margin-top: 74px;
    padding: 20px;
  }
  .p-nisa-home .p-single__end-profile img {
    width: 50px;
    height: 50px;
  }
  .p-nisa-home .p-single__end-profile .c-home-link {
    grid-column: 1/-1;
    justify-self: start;
    margin-top: 4px;
  }
}
.p-nisa-home.p-page-common {
  min-height: 100vh;
  background: #fffefa;
}

.p-nisa-home .p-page-common__main {
  background: #fffefa;
}

.p-nisa-home .p-page-common__breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 34px;
  color: #6f7880;
  font-size: 11px;
}

.p-nisa-home .p-page-common__breadcrumb a {
  transition: color 0.2s;
}

.p-nisa-home .p-page-common__breadcrumb a:hover {
  color: #4f8060;
}

.p-nisa-home .p-page-common__hero {
  padding-top: 80px;
}

.p-nisa-home .p-page-common__hero-inner {
  max-width: 1180px;
}

.p-nisa-home .p-page-common__label {
  margin-bottom: 11px;
  color: #4f8060;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.p-nisa-home .p-page-common__hero h1 {
  margin-bottom: 24px;
  color: #172333;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.p-nisa-home .p-page-common__description {
  max-width: 570px;
  margin-bottom: 0;
  color: #46505a;
  font-size: 15px;
  line-height: 2;
  white-space: pre-line;
}

.p-nisa-home.p-page-common--rules .p-page-common__hero {
  padding-top: 72px;
}

.p-nisa-home .p-page-common__hero-inner--rules {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 92px;
  max-width: none;
  min-height: 360px;
}

.p-nisa-home .p-page-common__hero-inner--rules .p-page-common__heading {
  padding-left: 18px;
}

.p-nisa-home .p-page-common__rules-visual {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 330px;
  padding: 0;
}

.p-nisa-home .p-page-common__rules-visual img {
  width: 100%;
  max-width: 560px;
  max-height: none;
  object-fit: contain;
}

.p-nisa-home .p-page-common__body {
  padding: 128px 24px 164px;
}

.p-nisa-home .p-page-common__content {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  color: #26313c;
  font-size: 17px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.p-nisa-home .p-page-common__content > *:first-child {
  margin-top: 0;
}

.p-nisa-home .p-page-common__content p {
  margin-bottom: 1.75em;
}

.p-nisa-home .p-page-common__content h2 {
  position: relative;
  margin: 3.3em 0 1.25em;
  padding: 0 0 0 20px;
  border: 0;
  background: transparent;
  color: #315f47;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.55;
}

.p-nisa-home .p-page-common__content h2::before {
  content: "";
  position: absolute;
  top: 0.18em;
  bottom: 0.18em;
  left: 0;
  width: 3px;
  height: auto;
  border: 0;
  background: #4f8060;
}

.p-nisa-home .p-page-common__content h3 {
  margin: 2.7em 0 1.1em;
  padding: 0 0 0.55em;
  border: 0;
  border-bottom: 1px solid #dce4dd;
  background: transparent;
  color: #315f47;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.p-nisa-home .p-page-common__content h3::before {
  content: none;
}

.p-nisa-home .p-page-common__content h2,
.p-nisa-home .p-page-common__content h3 {
  scroll-margin-top: 100px;
}

.p-nisa-home .p-page-common__content ul,
.p-nisa-home .p-page-common__content ol {
  margin: 1.4em 0 2em;
  padding-left: 1.5em;
}

.p-nisa-home .p-page-common__content li {
  margin: 0.45em 0;
}

.p-nisa-home .p-page-common__content blockquote {
  margin: 2.4em 0;
  padding: 28px 32px;
  border: 0;
  border-radius: 16px;
  background: #f0f4ef;
}

.p-nisa-home .p-page-common__content img {
  height: auto;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .p-nisa-home .p-page-common__breadcrumb {
    padding-top: 28px;
  }
  .p-nisa-home .p-page-common__hero {
    padding-top: 68px;
  }
  .p-nisa-home .p-page-common__hero h1 {
    font-size: 42px;
  }
  .p-nisa-home .p-page-common__body {
    padding-top: 112px;
    padding-bottom: 136px;
  }
  .p-nisa-home .p-page-common__content h2 {
    font-size: 25px;
  }
  .p-nisa-home .p-page-common__content h3 {
    font-size: 21px;
  }
  .p-nisa-home.p-page-common--rules .p-page-common__hero {
    padding-top: 58px;
  }
  .p-nisa-home .p-page-common__hero-inner--rules {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
    gap: 48px;
    min-height: 320px;
  }
  .p-nisa-home .p-page-common__hero-inner--rules .p-page-common__heading {
    padding-left: 0;
  }
  .p-nisa-home .p-page-common__rules-visual {
    min-height: 280px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-page-common__breadcrumb {
    gap: 9px;
    padding-top: 22px;
    font-size: 10px;
  }
  .p-nisa-home .p-page-common__hero {
    padding-top: 54px;
  }
  .p-nisa-home .p-page-common__label {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .p-nisa-home .p-page-common__hero h1 {
    margin-bottom: 19px;
    font-size: 34px;
  }
  .p-nisa-home .p-page-common__description {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-nisa-home .p-page-common__body {
    padding: 96px 22px 116px;
  }
  .p-nisa-home .p-page-common__content {
    font-size: 16px;
    line-height: 2;
  }
  .p-nisa-home .p-page-common__content h2 {
    margin-top: 3em;
    padding-left: 16px;
    font-size: 22px;
    line-height: 1.6;
  }
  .p-nisa-home .p-page-common__content h3 {
    margin-top: 2.5em;
    font-size: 19px;
    line-height: 1.65;
  }
  .p-nisa-home .p-page-common__content blockquote {
    padding: 24px 22px;
  }
  .p-nisa-home.p-page-common--rules .p-page-common__hero {
    padding-top: 54px;
  }
  .p-nisa-home .p-page-common__hero-inner--rules {
    grid-template-columns: 1fr;
    gap: 46px;
    min-height: 0;
  }
  .p-nisa-home .p-page-common__rules-visual {
    min-height: 240px;
    padding: 0;
  }
  .p-nisa-home .p-page-common__rules-visual img {
    max-height: none;
  }
}
.p-nisa-home .p-page-profile__intro {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 76px;
  max-width: 1040px;
  margin-top: 112px;
  padding: 48px 58px;
  border-radius: 34px;
  background: #f3f4e9;
}

.p-nisa-home .p-page-profile__visual img {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  object-fit: contain;
}

.p-nisa-home .p-page-profile__summary h2 {
  margin-bottom: 12px;
  color: #172333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.p-nisa-home .p-page-profile__tagline {
  margin-bottom: 22px;
  color: #315f47;
  font-size: 14px;
  font-weight: 600;
}

.p-nisa-home .p-page-profile__summary > p:last-child {
  margin-bottom: 0;
  color: #46505a;
  font-size: 15px;
  line-height: 2;
}

.p-nisa-home.p-page-common--profile .p-page-common__body {
  padding-top: 112px;
}

@media (max-width: 1024px) {
  .p-nisa-home .p-page-profile__intro {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 46px;
    margin-top: 96px;
    padding: 42px;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-page-profile__intro {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 78px;
    padding: 34px 24px 38px;
    border-radius: 28px;
  }
  .p-nisa-home .p-page-profile__visual img {
    max-width: 390px;
  }
  .p-nisa-home .p-page-profile__summary h2 {
    font-size: 26px;
  }
  .p-nisa-home .p-page-profile__tagline {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .p-nisa-home .p-page-profile__summary > p:last-child {
    font-size: 14px;
    line-height: 1.9;
  }
  .p-nisa-home.p-page-common--profile .p-page-common__body {
    padding-top: 88px;
  }
}
.p-nisa-home .p-page-contact__content {
  max-width: 700px;
}

.p-nisa-home .p-page-contact__content .wpcf7 {
  width: 100%;
}

.p-nisa-home .p-page-contact__content .wpcf7 p {
  margin-bottom: 28px;
}

.p-nisa-home .p-page-contact__content .wpcf7 label {
  display: block;
  color: #172333;
  font-weight: 500;
}

.p-nisa-home .p-page-contact__content .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.p-nisa-home .p-page-contact__content input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.p-nisa-home .p-page-contact__content textarea,
.p-nisa-home .p-page-contact__content select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccd6ce;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: #26313c;
  font: inherit;
  transition: border-color 0.2s;
}

.p-nisa-home .p-page-contact__content textarea {
  min-height: 220px;
  resize: vertical;
}

.p-nisa-home .p-page-contact__content input:not([type=submit]):focus,
.p-nisa-home .p-page-contact__content textarea:focus,
.p-nisa-home .p-page-contact__content select:focus {
  border-color: #4f8060;
  box-shadow: none;
}

.p-nisa-home .p-page-contact__content input[type=submit] {
  min-width: 190px;
  padding: 13px 28px;
  border: 0;
  border-radius: 999px;
  background: #4f8060;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.p-nisa-home .p-page-contact__content input[type=submit]:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.p-nisa-home .p-page-contact__content .wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #b44848;
  font-size: 13px;
}

.p-nisa-home .p-page-contact__content .wpcf7-response-output {
  margin: 28px 0 0;
  padding: 14px 16px;
  border-width: 1px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .p-nisa-home .p-page-contact__content .wpcf7 p {
    margin-bottom: 24px;
  }
  .p-nisa-home .p-page-contact__content textarea {
    min-height: 190px;
  }
  .p-nisa-home .p-page-contact__content input[type=submit] {
    width: 100%;
  }
}
.p-nisa-home.p-not-found {
  min-height: 100vh;
  background: #faf9f5;
}

.p-nisa-home .p-not-found__main {
  display: grid;
  min-height: calc(100vh - 236px);
  padding: 96px 0 112px;
  background: linear-gradient(180deg, #fff 0%, #faf9f5 100%);
}

.p-nisa-home .p-not-found__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: 72px;
}

.p-nisa-home .p-not-found__content {
  padding-left: 68px;
}

.p-nisa-home .p-not-found__inner.is-no-illustration {
  grid-template-columns: minmax(0, 680px);
  justify-content: center;
}

.p-nisa-home .p-not-found__inner.is-no-illustration .p-not-found__content {
  padding-left: 0;
  text-align: center;
}

.p-nisa-home .p-not-found__label {
  margin-bottom: 8px;
  color: #4f8060;
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.p-nisa-home .p-not-found__number {
  margin-bottom: 14px;
  color: #315f47;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(88px, 9vw, 132px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.9;
}

.p-nisa-home .p-not-found__content h1 {
  margin-bottom: 24px;
  color: #172333;
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.p-nisa-home .p-not-found__description {
  margin-bottom: 34px;
  color: #46505a;
  font-size: 15px;
  line-height: 2;
}

.p-nisa-home .p-not-found__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 220px;
  min-height: 52px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #4f8060;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s, transform 0.2s;
}

.p-nisa-home .p-not-found__button:hover {
  background: #3f6d50;
  transform: translateY(-1px);
}

.p-nisa-home .p-not-found__visual {
  display: grid;
  place-items: center;
  min-height: 460px;
}

.p-nisa-home .p-not-found__visual img {
  width: 100%;
  max-width: 620px;
  max-height: 520px;
  object-fit: contain;
}

.p-nisa-home .p-not-found__visual.is-empty {
  display: none;
}

@media (max-width: 1024px) {
  .p-nisa-home .p-not-found__main {
    padding: 80px 0 96px;
  }
  .p-nisa-home .p-not-found__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
    gap: 42px;
  }
  .p-nisa-home .p-not-found__content {
    padding-left: 24px;
  }
  .p-nisa-home .p-not-found__visual, .p-nisa-home .p-not-found__visual.is-empty {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .p-nisa-home .p-not-found__main {
    min-height: 0;
    padding: 74px 0 90px;
  }
  .p-nisa-home .p-not-found__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-nisa-home .p-not-found__content {
    display: contents;
  }
  .p-nisa-home .p-not-found__inner.is-no-illustration {
    display: block;
    text-align: center;
  }
  .p-nisa-home .p-not-found__inner.is-no-illustration .p-not-found__content {
    display: block;
  }
  .p-nisa-home .p-not-found__label {
    order: 1;
    margin-bottom: 7px;
  }
  .p-nisa-home .p-not-found__number {
    order: 2;
    margin-bottom: 12px;
    font-size: clamp(82px, 25vw, 98px);
  }
  .p-nisa-home .p-not-found__content h1 {
    order: 3;
    margin-bottom: 22px;
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.45;
  }
  .p-nisa-home .p-not-found__description {
    order: 4;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.95;
  }
  .p-nisa-home .p-not-found__visual {
    order: 5;
    width: 100%;
    min-height: 260px;
    margin-bottom: 36px;
  }
  .p-nisa-home .p-not-found__visual.is-empty {
    width: 100%;
    min-height: 250px;
    border-radius: 44% 56% 48% 52%/54% 45% 55% 46%;
  }
  .p-nisa-home .p-not-found__visual img {
    max-height: 320px;
  }
  .p-nisa-home .p-not-found__button {
    order: 6;
    justify-self: start;
    min-width: 218px;
  }
  .p-nisa-home .p-not-found__inner.is-no-illustration .p-not-found__button {
    justify-self: auto;
  }
}

/*# sourceMappingURL=main.css.map */
