@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

* {
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  line-height: normal;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

li {
  list-style: none;
}

[class^=np-],
[class*=" np-"] {
  box-sizing: border-box;
}

.np-section {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #222;
}
.np-section a {
  color: #004096;
  text-decoration: none;
  transition: opacity 0.3s, color 0.3s;
}
.np-section a:hover {
  opacity: 0.75;
}
.np-section img {
  width: 100%;
  height: auto;
  display: block;
  margin: 2rem 0;
}

.np-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.6rem;
}
@media screen and (min-width: 800px) {
  .np-inner {
    padding: 0 2rem;
  }
}

.np-heading {
  margin-bottom: 2.4rem;
}
.np-heading .np-heading-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  color: #004096;
  margin-bottom: 0.6rem;
}
.np-heading h1,
.np-heading h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .np-heading h1,
  .np-heading h2 {
    font-size: 2.8rem;
  }
}
.np-heading p {
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: #5a5f68;
}

.np-page-lead {
  background: #e6edf6;
  padding: 2.4rem 0;
}
@media screen and (min-width: 800px) {
  .np-page-lead {
    padding: 4rem 0;
  }
}
.np-page-lead .np-page-lead-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  color: #004096;
}
.np-page-lead h1 {
  font-size: 2.4rem;
  color: #111;
  margin: 0.6rem 0 0 0;
}
@media screen and (min-width: 800px) {
  .np-page-lead h1 {
    font-size: 3.2rem;
  }
}
.np-page-lead p {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  color: #5a5f68;
  max-width: 70rem;
}

.np-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.2rem 2.8rem;
  background: #004096;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 100px;
  transition: opacity 0.3s, transform 0.2s;
}
.np-cta-btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.np-cta-btn.np-cta-btn--ghost {
  background: #fff;
  color: #004096 !important;
  border: 1px solid #004096;
}

.np-tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  padding: 0.3rem 1rem;
  border-radius: 100px;
  margin: 0 0.4rem 0.4rem 0;
}

.np-quicklinks {
  padding: 4rem 0 5rem 0;
  background: #fff;
}
@media screen and (min-width: 800px) {
  .np-quicklinks {
    padding: 7rem 0 8rem 0;
  }
}

.np-quicklinks-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (min-width: 640px) {
  .np-quicklinks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media screen and (min-width: 800px) {
  .np-quicklinks-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.np-quicklinks-item {
  display: block;
  position: relative;
  padding: 2.4rem 1.8rem;
  background: #e6edf6;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-quicklinks-item:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-4px);
  opacity: 1;
}
.np-quicklinks-item .np-quicklinks-num {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.2rem;
}
.np-quicklinks-item .np-quicklinks-title {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  color: #111;
  margin-top: 0.8rem;
}
.np-quicklinks-item .np-quicklinks-sub {
  display: block;
  font-size: 1.3rem;
  color: #5a5f68;
  margin-top: 0.4rem;
}
.np-quicklinks-item .np-quicklinks-arrow {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  font-size: 1.8rem;
  color: #004096;
}
.np-quicklinks-item .np-quicklinks-children {
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(0, 64, 150, 0.15);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.8rem;
}
.np-quicklinks-item .np-quicklinks-children a {
  font-size: 1.2rem;
  color: #004096;
  text-decoration: underline;
}

.np-hub {
  padding: 4rem 0 6rem 0;
}
@media screen and (min-width: 800px) {
  .np-hub {
    padding: 6rem 0 9rem 0;
  }
}

.np-hub-intro {
  max-width: 76rem;
  font-size: 1.6rem;
  color: #5a5f68;
  margin-bottom: 3.2rem;
}

.np-hub-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 3rem;
}
.np-hub-filter button,
.np-hub-filter .np-hub-filter-btn {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.8rem 1.8rem;
  border: 1px solid #004096;
  background: #fff;
  color: #004096;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.np-hub-filter button.is-active, .np-hub-filter button:hover,
.np-hub-filter .np-hub-filter-btn.is-active,
.np-hub-filter .np-hub-filter-btn:hover {
  background: #004096;
  color: #fff;
}

.np-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .np-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 800px) {
  .np-card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
}
@media screen and (min-width: 800px) {
  .np-card-grid.np-card-grid--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}

.np-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-card:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-4px);
}
.np-card .np-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e6edf6;
}
.np-card .np-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-card .np-card-body {
  padding: 1.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.np-card .np-card-area {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
}
.np-card .np-card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.8rem 0;
  line-height: 1.4;
}
.np-card .np-card-text {
  font-size: 1.4rem;
  color: #5a5f68;
  line-height: 1.7;
  flex: 1;
}
.np-card .np-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.2rem;
}
.np-card .np-card-link {
  margin-top: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #004096;
}
.np-card .np-card-link::after {
  content: "›";
  font-size: 1.6rem;
}

.np-station-hero {
  background: linear-gradient(135deg, #004096 0%, #0061c7 100%);
  color: #fff;
  padding: 3.2rem 0;
}
@media screen and (min-width: 800px) {
  .np-station-hero {
    padding: 5rem 0;
  }
}
.np-station-hero .np-station-hero-area {
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  opacity: 0.85;
}
.np-station-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0.8rem 0 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .np-station-hero h1 {
    font-size: 3.4rem;
  }
}
.np-station-hero h1 .np-station-hero-station {
  display: inline-block;
  background: #fff;
  color: #004096;
  font-size: 1.4rem;
  padding: 0.3rem 1.2rem;
  border-radius: 100px;
  margin-right: 0.8rem;
  vertical-align: middle;
}
.np-station-hero .np-station-hero-lead {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  max-width: 60rem;
  opacity: 0.95;
}
.np-station-hero .np-cta-btn {
  margin-top: 2.4rem;
}

.np-station-body {
  padding: 4rem 0;
}
@media screen and (min-width: 800px) {
  .np-station-body {
    padding: 6rem 0;
  }
}

.np-station-grid {
  display: block;
}
@media screen and (min-width: 800px) {
  .np-station-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
  }
}

.np-station-main > * + * {
  margin-top: 3.2rem;
}

.np-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.np-info-table tr {
  border-bottom: 1px solid #e3e6ec;
}
.np-info-table th {
  width: 30%;
  text-align: left;
  padding: 1.2rem 1rem;
  background: #e6edf6;
  font-weight: 700;
  color: #004096;
}
@media screen and (min-width: 800px) {
  .np-info-table th {
    width: 22%;
  }
}
.np-info-table td {
  padding: 1.2rem 1rem;
  color: #222;
}

.np-related {
  background: #e6edf6;
  padding: 2.4rem;
  border-radius: 1.2rem;
}
.np-related h3 {
  font-size: 1.6rem;
  color: #004096;
  margin: 0 0 1.2rem 0;
}
.np-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.np-related li {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(0, 64, 150, 0.12);
}
.np-related li:last-child {
  border-bottom: none;
}
.np-related li a {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.np-related li a::after {
  content: "›";
}

.np-station-sidebar > * + * {
  margin-top: 2.4rem;
}

.np-breadcrumb-3 {
  font-size: 1.2rem;
  color: #5a5f68;
}
.np-breadcrumb-3 a {
  color: #004096;
}
.np-breadcrumb-3 span {
  margin: 0 0.4rem;
}

.np-pillar-hero {
  background: #004096;
  color: #fff;
  padding: 3.6rem 0;
}
@media screen and (min-width: 800px) {
  .np-pillar-hero {
    padding: 5.6rem 0;
  }
}
.np-pillar-hero .np-pillar-hero-label {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  opacity: 0.85;
}
.np-pillar-hero h1 {
  font-size: 2.4rem;
  margin: 1rem 0 0 0;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .np-pillar-hero h1 {
    font-size: 3.2rem;
  }
}
.np-pillar-hero p {
  margin-top: 1.6rem;
  max-width: 64rem;
  font-size: 1.6rem;
  opacity: 0.95;
}

.np-pillar-toc {
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  padding: 2rem 2.2rem;
  margin: -2.8rem auto 4rem auto;
  max-width: 1100px;
  position: relative;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
}
@media screen and (min-width: 800px) {
  .np-pillar-toc {
    padding: 2.6rem 3rem;
  }
}
.np-pillar-toc h2 {
  font-size: 1.5rem;
  color: #004096;
  margin: 0 0 1.2rem 0;
}
.np-pillar-toc ol {
  margin: 0;
  padding: 0 0 0 1.8rem;
  columns: 1;
}
@media screen and (min-width: 640px) {
  .np-pillar-toc ol {
    columns: 2;
    column-gap: 2.4rem;
  }
}
.np-pillar-toc li {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.np-pillar-body {
  padding-bottom: 5rem;
}

.np-pillar-lead {
  max-width: 76rem;
  font-size: 1.6rem;
  margin-bottom: 3.2rem;
}
.np-pillar-lead p + p {
  margin-top: 1.4rem;
}

.np-pillar-group {
  margin-bottom: 4rem;
}
.np-pillar-group h2 {
  font-size: 1.9rem;
  color: #111;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #004096;
  margin-bottom: 1.8rem;
}
.np-pillar-group h2 span {
  font-size: 1.2rem;
  color: #004096;
  font-weight: 700;
  display: block;
  margin-bottom: 0.4rem;
}

.np-cluster-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (min-width: 640px) {
  .np-cluster-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 800px) {
  .np-cluster-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.np-cluster-list-item {
  display: block;
  padding: 1.6rem;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-cluster-list-item:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-3px);
}
.np-cluster-list-item .np-cluster-list-kw {
  font-size: 1.1rem;
  color: #004096;
  font-weight: 700;
  margin-bottom: 0.4rem;
  display: block;
}
.np-cluster-list-item .np-cluster-list-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}

.np-cluster-wrap {
  padding: 3.2rem 0 6rem 0;
}
@media screen and (min-width: 800px) {
  .np-cluster-wrap {
    padding: 4.8rem 0 8rem 0;
  }
}

.np-cluster-layout {
  display: block;
}
@media screen and (min-width: 800px) {
  .np-cluster-layout {
    display: grid;
    grid-template-columns: 1fr 29rem;
    gap: 4rem;
    align-items: start;
  }
}

.np-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.2rem;
}
@media screen and (min-width: 800px) {
  .np-sidebar {
    position: sticky;
    top: 96px;
    margin-top: 0;
  }
}

.np-cluster-header {
  margin-bottom: 2.4rem;
}
.np-cluster-header .np-cluster-pillar-link {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  padding: 0.4rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
}
.np-cluster-header h1 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #111;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .np-cluster-header h1 {
    font-size: 2.8rem;
  }
}
.np-cluster-header .np-cluster-meta {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: #5a5f68;
}
.np-cluster-header .np-cluster-meta span + span {
  margin-left: 1.2rem;
}

.np-cluster-meta h1 {
  font-size: 2.2rem !important;
  line-height: 1.5;
  color: #111;
  margin: 0;
}

.np-cluster-meta-bar {
  padding: 1rem 0;
}

.np-cluster-body {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
.np-cluster-body h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 2rem 0;
  padding: 1.1rem 1.6rem;
  background: #004096;
  border-radius: 0.8rem;
  position: relative;
}
@media screen and (min-width: 800px) {
  .np-cluster-body h2 {
    font-size: 2.2rem;
    margin: 4rem 0 1.6rem 0;
  }
}
.np-cluster-body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #c2d500;
  border-radius: 0.8rem 0 0 0.8rem;
}
.np-cluster-body h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  margin: 4.4rem 0 1.6rem;
  padding: 1.1rem 1.6rem;
  background: #e6edf6;
  border-left: 4px solid #004096;
  border-radius: 0 0.8rem 0.8rem 0;
  line-height: 1.65;
}
@media screen and (min-width: 800px) {
  .np-cluster-body h3 {
    font-size: 1.9rem;
  }
}
.np-cluster-body h3:first-child {
  margin-top: 0;
}
.np-cluster-body h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin: 2.8rem 0 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid #004096;
}
.np-cluster-body p {
  margin: 1.4rem 0;
  line-height: 2;
}
.np-cluster-body ul {
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
}
.np-cluster-body ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  border-bottom: 1px dashed #e3e6ec;
}
.np-cluster-body ul li:last-child {
  border-bottom: none;
}
.np-cluster-body ul li::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 1.1rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004096;
  flex-shrink: 0;
}
.np-cluster-body ol {
  margin: 1.6rem 0;
  padding: 0;
  list-style: none;
  counter-reset: np-ol;
}
.np-cluster-body ol li {
  counter-increment: np-ol;
  position: relative;
  padding: 0.8rem 1.2rem 0.8rem 3.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  background: #fafbfd;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  margin-bottom: 0.8rem;
}
.np-cluster-body ol li::before {
  content: counter(np-ol);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004096;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50%;
  line-height: 1;
}
.np-cluster-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 64, 150, 0.07);
}
.np-cluster-body table thead tr {
  background: #004096;
  color: #fff;
}
.np-cluster-body table th {
  padding: 1.1rem 1.4rem;
  font-weight: 700;
  text-align: left;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
}
.np-cluster-body table td {
  padding: 1rem 1.4rem;
  color: #333;
  border-bottom: 1px solid #e3e6ec;
  vertical-align: top;
  line-height: 1.8;
}
.np-cluster-body table tbody tr {
  background: #fff;
  transition: background 0.15s;
}
.np-cluster-body table tbody tr:hover {
  background: #e6edf6;
}
.np-cluster-body table tbody tr:last-child td {
  border-bottom: none;
}
.np-cluster-body table tbody tr td:first-child {
  font-weight: 700;
  color: #004096;
  background: #f4f7fc;
  white-space: nowrap;
}
.np-cluster-body a:not([class]) {
  color: #004096;
  text-decoration: underline;
  text-decoration-color: rgba(0, 64, 150, 0.3);
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.2s, text-decoration-color 0.2s;
}
.np-cluster-body a:not([class]):hover {
  color: #0090d9;
  text-decoration-color: #0090d9;
  opacity: 1;
}
.np-cluster-body .np-link-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  border: 1.5px solid #004096;
  border-radius: 0.8rem;
  background: #e6edf6;
  margin: 2rem 0;
  transition: background 0.2s, box-shadow 0.2s;
}
.np-cluster-body .np-link-card:hover {
  background: #dde8f7;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
  opacity: 1;
}
.np-cluster-body .np-link-card::before {
  content: "›";
  font-size: 2rem;
  font-weight: 700;
  color: #004096;
  line-height: 1;
  flex-shrink: 0;
}
.np-cluster-body .np-link-card span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #004096;
  line-height: 1.5;
}
.np-cluster-body strong {
  color: #004096;
  font-weight: 700;
}
.np-cluster-body blockquote {
  margin: 2rem 0;
  padding: 1.4rem 1.8rem 1.4rem 2.2rem;
  border-left: 4px solid #c2d500;
  background: #f9fce8;
  border-radius: 0 0.8rem 0.8rem 0;
  font-size: 1.5rem;
  color: #444;
  line-height: 1.85;
  font-style: italic;
}

.np-toc {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}
.np-toc h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  margin: 0;
  padding: 1.1rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.np-toc h2::before {
  content: "≡";
  font-size: 1.6rem;
  line-height: 1;
}
.np-toc ol {
  margin: 0;
  padding: 0.6rem 0 0.8rem;
  list-style: none;
  counter-reset: toc-ol;
}
.np-toc ol li {
  counter-increment: toc-ol;
}
.np-toc ol li a {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.8rem 1.4rem;
  font-size: 1.3rem;
  color: #555;
  line-height: 1.55;
  border-left: 3px solid transparent;
  transition: color 0.2s, background 0.2s, border-color 0.2s;
}
.np-toc ol li a::before {
  content: counter(toc-ol);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  background: #e3e6ec;
  color: #666;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.np-toc ol li a:hover {
  color: #004096;
  background: #e6edf6;
  border-left-color: rgba(0, 64, 150, 0.3);
}
.np-toc ol li a.is-active {
  color: #004096;
  font-weight: 700;
  background: #e6edf6;
  border-left-color: #004096;
}
.np-toc ol li a.is-active::before {
  background: #004096;
  color: #fff;
}
.np-toc ol li.is-sub a {
  padding-left: 3.4rem;
  font-size: 1.2rem;
}
.np-toc ol li.is-sub a::before {
  display: none;
}
.np-toc ol li.is-sub a::after {
  content: "└";
  order: -1;
  color: #e3e6ec;
  font-size: 1rem;
  margin-right: 0.2rem;
}

.np-related-cluster {
  margin-top: 0;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}
.np-related-cluster h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  margin: 0;
  padding: 1.1rem 1.6rem;
}
.np-related-cluster ul {
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
}
.np-related-cluster li {
  border-bottom: 1px solid #e3e6ec;
}
.np-related-cluster li:last-child {
  border-bottom: none;
}
.np-related-cluster a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.6rem;
  font-size: 1.3rem;
  color: #333;
  transition: background 0.2s, color 0.2s;
}
.np-related-cluster a::before {
  content: "›";
  color: #004096;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
.np-related-cluster a:hover {
  background: #e6edf6;
  color: #004096;
  opacity: 1;
}

.np-cluster-cta {
  margin-top: 4rem;
  padding: 2.8rem;
  background: #e6edf6;
  border-radius: 1.2rem;
  text-align: center;
}
.np-cluster-cta p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.6rem;
}

.np-cluster-breadcrumb {
  font-size: 1.2rem;
  color: #5a5f68;
  margin-bottom: 1.6rem;
}
.np-cluster-breadcrumb a {
  color: #004096;
}
.np-cluster-breadcrumb span.sep {
  margin: 0 0.4rem;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .np-heading h1,
  .np-heading h2 {
    font-size: 2rem;
  }
  .np-pillar-toc {
    margin-top: -1.6rem;
  }
}
.np-hs-intro {
  padding: 6rem 0;
  background: #fff;
}
@media screen and (min-width: 800px) {
  .np-hs-intro {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 800px) {
  .np-hs-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }
}
.np-hs-intro-body p {
  font-size: 1.6rem;
  color: #5a5f68;
  line-height: 1.9;
  margin-bottom: 1.6rem;
}
.np-hs-intro-body p:last-child {
  margin-bottom: 0;
}
.np-hs-intro-stats {
  margin-top: 3.2rem;
}
@media screen and (min-width: 800px) {
  .np-hs-intro-stats {
    margin-top: 0;
  }
}

.np-hs-badge-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (min-width: 640px) {
  .np-hs-badge-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.np-hs-badge {
  background: #e6edf6;
  border-radius: 1.2rem;
  padding: 2rem 1.6rem;
  text-align: center;
}
.np-hs-badge-num {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #004096;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.np-hs-badge-unit {
  font-size: 1.4rem;
  font-weight: 700;
  color: #004096;
}
.np-hs-badge-label {
  display: block;
  font-size: 1.2rem;
  color: #5a5f68;
  margin-top: 0.4rem;
  line-height: 1.5;
}

.np-hs-area {
  padding: 4rem 0 8rem;
  background: #f7f9fc;
}
@media screen and (min-width: 800px) {
  .np-hs-area {
    padding: 7rem 0 10rem;
  }
}
.np-hs-area-title-block {
  margin-bottom: 4rem;
  text-align: center;
}
.np-hs-area-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #004096;
  margin-bottom: 0.6rem;
}
.np-hs-area-ja {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .np-hs-area-ja {
    font-size: 2.6rem;
  }
}

.np-hs-area-group {
  margin-bottom: 5.6rem;
}
.np-hs-area-group:last-child {
  margin-bottom: 0;
}

.np-hs-area-label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.np-hs-area-label-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  background: #004096;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}
.np-hs-area-label h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin: 0;
  border: none;
}
@media screen and (min-width: 800px) {
  .np-hs-area-label h2 {
    font-size: 2.4rem;
  }
}

.np-hs-detail-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .np-hs-detail-card {
    display: grid;
    grid-template-columns: 420px 1fr;
  }
}
.np-hs-detail-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #e6edf6;
}
@media screen and (min-width: 800px) {
  .np-hs-detail-card-img {
    aspect-ratio: auto;
    min-height: 28rem;
  }
}
.np-hs-detail-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-hs-detail-card-body {
  padding: 2.4rem;
}
@media screen and (min-width: 800px) {
  .np-hs-detail-card-body {
    padding: 3.2rem;
  }
}
.np-hs-detail-card-feature {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  padding: 0.3rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
}
.np-hs-detail-card-lead {
  font-size: 1.4rem;
  color: #5a5f68;
  line-height: 1.8;
  margin-bottom: 1.6rem;
}
.np-hs-detail-card-points {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}
.np-hs-detail-card-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #222;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e3e6ec;
  line-height: 1.6;
}
.np-hs-detail-card-points li:last-child {
  border-bottom: none;
}
.np-hs-detail-card-points li::before {
  content: "✓";
  color: #004096;
  font-weight: 700;
  flex-shrink: 0;
}
.np-hs-detail-card-target {
  background: #e6edf6;
  border-radius: 0.8rem;
  padding: 1.4rem 1.6rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.7;
}
.np-hs-detail-card-target strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  margin-bottom: 0.4rem;
}
.np-hs-detail-card-stations {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.4rem;
}
.np-hs-detail-card-stations a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  background: #f4f6fa;
  border: 1px solid #e3e6ec;
  border-radius: 6px;
  padding: 0.4rem 1rem;
  transition: background 0.2s, color 0.2s;
}
.np-hs-detail-card-stations a:hover {
  background: #004096;
  color: #fff;
}

.np-hs-station {
  padding: 6rem 0;
  background: #fff;
}
.np-hs-station-head {
  margin-bottom: 3.2rem;
}
.np-hs-station-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #004096;
  margin-bottom: 0.6rem;
}
.np-hs-station-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}
.np-hs-station-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (min-width: 640px) {
  .np-hs-station-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.np-hs-station-area-card {
  background: #f7f9fc;
  border-radius: 1.2rem;
  padding: 2rem;
}
.np-hs-station-area-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 100px;
  margin: 0 0 1.2rem 0;
}
.np-hs-station-area-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.np-hs-station-area-card li a {
  display: block;
  font-size: 1.3rem;
  color: #333;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e3e6ec;
  transition: color 0.2s;
}
.np-hs-station-area-card li a::before {
  content: "→ ";
  color: #004096;
  font-size: 1.1rem;
}
.np-hs-station-area-card li a:hover {
  color: #004096;
}
.np-hs-station-area-card li:last-child a {
  border-bottom: none;
}

.np-hs-faq {
  padding: 6rem 0;
  background: #f7f9fc;
}
.np-hs-faq-head {
  margin-bottom: 3.2rem;
  text-align: center;
}
.np-hs-faq-list {
  max-width: 80rem;
  margin: 0 auto;
}

.np-hs-faq-item {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.np-hs-faq-item-q {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 2rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  list-style: none;
}
.np-hs-faq-item-q::marker, .np-hs-faq-item-q::-webkit-details-marker {
  display: none;
}
.np-hs-faq-item-q::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #004096;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}
details[open] .np-hs-faq-item-q {
  border-bottom: 1px solid #e3e6ec;
}
.np-hs-faq-item-a {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 2rem 2.4rem;
  font-size: 1.5rem;
  color: #5a5f68;
  line-height: 1.8;
}
.np-hs-faq-item-a::before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #e6edf6;
  color: #004096;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.np-hs-cta {
  padding: 7rem 0;
  background: linear-gradient(135deg, #004096 0%, #0061c7 100%);
  text-align: center;
  color: #fff;
}
.np-hs-cta-label {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4rem 1.6rem;
  border-radius: 100px;
  margin-bottom: 1.6rem;
}
.np-hs-cta h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.2rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 800px) {
  .np-hs-cta h2 {
    font-size: 3rem;
  }
}
.np-hs-cta p {
  font-size: 1.6rem;
  opacity: 0.9;
  margin-bottom: 3.2rem;
}
.np-hs-cta-price {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  opacity: 0.9;
}
.np-hs-cta-price strong {
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  color: #c2d500;
  margin-right: 0.4rem;
  vertical-align: baseline;
}
.np-hs-cta .np-cta-btn {
  background: #c2d500;
  color: #111 !important;
  font-size: 1.8rem;
  padding: 1.6rem 4rem;
  border-radius: 100px;
}
.np-hs-cta .np-cta-btn:hover {
  opacity: 0.9;
}
.np-hs-cta-sub {
  margin-top: 1.6rem;
  font-size: 1.3rem;
  opacity: 0.8;
}

.np-hs-hero {
  background: #e8edf5;
  padding: 3.2rem 0;
}
.np-hs-hero-breadcrumb {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.2rem;
}
.np-hs-hero-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1100px) {
  .np-hs-hero-title {
    font-size: 2.6rem;
  }
}
.np-hs-hero-lead {
  font-size: 1.4rem;
  color: #5a5f68;
  line-height: 1.7;
  margin: 0;
}

.np-hs-breadcrumb-bar {
  background: #fff;
  padding: 1.2rem 0;
  border-bottom: 1px solid #e8ecf2;
}

.np-hs-breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  color: #5a5f68;
}
.np-hs-breadcrumb-list li a {
  color: #5a5f68;
}
.np-hs-breadcrumb-list li a:hover {
  color: #004096;
}
.np-hs-breadcrumb-list li span {
  color: #aaa;
}

.np-hs-about {
  padding: 3rem 0;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .np-hs-about {
    padding: 6rem 0;
    background: #fff;
  }
}

.np-hs-about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  align-items: start;
}
@media screen and (min-width: 900px) {
  .np-hs-about-grid {
    grid-template-columns: 1fr 320px;
    gap: 5rem;
  }
}

.np-hs-about-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #004096;
  margin: 0 0 1rem;
}

.np-hs-about-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
  margin: 0 0 2rem;
}

.np-hs-about-body p {
  font-size: 1.5rem;
  color: #5a5f68;
  line-height: 1.9;
  margin: 0 0 1rem;
}
.np-hs-about-body p:last-child {
  margin-bottom: 0;
}

.np-hs-about-stats {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.np-hs-stat-card {
  background: #f4f7fc;
  border-radius: 12px;
  padding: 2rem 2.4rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.np-hs-about-stats.is-visible .np-hs-stat-card:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  transform: none;
}
.np-hs-about-stats.is-visible .np-hs-stat-card:nth-child(2) {
  transition-delay: 0.15s;
  opacity: 1;
  transform: none;
}
.np-hs-about-stats.is-visible .np-hs-stat-card:nth-child(3) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .np-hs-stat-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.np-hs-stat-label {
  font-size: 1.2rem;
  color: #5a5f68;
  margin: 0 0 0.6rem;
  line-height: 1.5;
}

.np-hs-stat-num {
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}

.np-hs-count {
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  color: #004096;
}

.np-hs-stat-unit {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004096;
}

.np-hs-lineup {
  padding: 3rem 0;
  background: #f7f9fc;
}
@media screen and (min-width: 640px) {
  .np-hs-lineup {
    padding: 6rem 0 8rem;
    background: #f7f9fc;
  }
}

.np-hs-lineup-head {
  text-align: center;
  margin-bottom: 4rem;
}

.np-hs-lineup-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
  color: #004096;
  margin: 0 0 0.6rem;
}

.np-hs-lineup-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
  color: #111;
}
@media screen and (min-width: 640px) {
  .np-hs-lineup-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 4rem 0;
    color: #111;
  }
}

.np-hs-studio-block {
  margin-bottom: 5rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
@media screen and (min-width: 640px) {
  .np-hs-studio-block {
    margin-bottom: 6rem;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.65s ease, transform 0.65s ease;
  }
}
.np-hs-studio-block:last-child {
  margin-bottom: 0;
}
.np-hs-studio-block.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .np-hs-studio-block {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.np-hs-studio-num-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}

.np-hs-studio-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #004096;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.np-hs-studio-name {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.np-hs-studio-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  padding: 2rem;
  gap: 2rem;
}
@media screen and (min-width: 700px) {
  .np-hs-studio-card {
    grid-template-columns: 220px 1fr;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .np-hs-studio-card {
    grid-template-columns: 260px 1fr;
    gap: 3rem;
  }
}
.np-hs-studio-card img {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .np-hs-studio-card img {
    width: 100%;
    margin: 0;
  }
}

.np-hs-studio-card-img {
  position: relative;
  background: #111;
  flex-shrink: 0;
  border: 2px solid #e0e4ec;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.np-hs-studio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.75;
  display: block;
}
.np-hs-studio-card-img--online img {
  opacity: 0.55;
}

.np-hs-studio-card-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  padding: 1.2rem;
  text-align: center;
  gap: 0.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}
.np-hs-studio-card-img-label span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.np-hs-studio-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  opacity: 0.85;
  letter-spacing: 0.05em;
}

.np-hs-studio-card-body {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  min-width: 0;
}

.np-hs-studio-badge {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  align-self: flex-start;
}
@media screen and (min-width: 640px) {
  .np-hs-studio-badge {
    display: inline-block;
    width: auto;
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    background: #004096;
    padding: 0.6rem 1.4rem;
    border-radius: 4px;
    align-self: flex-start;
  }
}
.np-hs-studio-badge--online {
  color: #1f8a4c;
  background: #e3f5e9;
}

.np-hs-studio-desc {
  font-size: 1.4rem;
  color: #5a5f68;
  line-height: 1.8;
  margin: 0;
}

.np-hs-studio-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.np-hs-studio-points li {
  font-size: 1.4rem;
  color: #333;
  padding: 0.8rem 0 0.8rem 2.2rem;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid #e3e6ec;
}
.np-hs-studio-points li:last-child {
  border-bottom: none;
}
.np-hs-studio-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #004096;
  font-weight: 700;
  font-size: 1.5rem;
}

.np-hs-studio-target {
  background: #e6edf6;
  border-radius: 8px;
  padding: 1.2rem 1.6rem;
}

.np-hs-studio-target-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #004096;
  margin: 0 0 0.4rem;
}

.np-hs-studio-target p:last-child {
  font-size: 1.3rem;
  color: #222;
  line-height: 1.7;
  margin: 0;
}

.np-hs-studio-stations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.np-hs-studio-stations-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5a5f68;
  flex-shrink: 0;
}

.np-hs-studio-stations a {
  font-size: 1.2rem;
  color: #333;
  background: #f4f6fa;
  border: 1px solid #d5dae6;
  border-radius: 6px;
  padding: 0.35rem 0.9rem;
  transition: background 0.2s, color 0.2s;
}
.np-hs-studio-stations a:hover {
  background: #004096;
  color: #fff;
}

.np-hs-studio-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #003480;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.4rem 3.6rem 1.4rem 2rem;
  border-radius: 40px;
  width: 100%;
  text-align: center;
  transition: opacity 0.2s, transform 0.2s;
  margin-top: 0.4rem;
}
.np-hs-studio-cta:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.np-hs-studio-cta span {
  position: absolute;
  right: 1.6rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}

.np-hs-access {
  padding: 3rem 0 2rem 0;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .np-hs-access {
    padding: 6rem 0;
    background: #fff;
  }
}

.np-hs-access-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  color: #004096;
  margin: 0 0 0.6rem;
}

.np-hs-access-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 1rem;
}

.np-hs-access-lead {
  font-size: 1.4rem;
  color: #5a5f68;
  margin: 0 0 2.8rem;
  line-height: 1.7;
}

.np-hs-access-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (min-width: 700px) {
  .np-hs-access-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.np-hs-access-area {
  background: #f7f9fc;
  border-radius: 12px;
  padding: 2rem;
}

.np-hs-access-area-label {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  border-radius: 100px;
  padding: 0.5rem 1.4rem;
  margin: 0 0 1.4rem;
}

.np-hs-access-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.np-hs-access-area li {
  border-bottom: 1px solid #dde2ec;
}
.np-hs-access-area li:last-child {
  border-bottom: none;
}
.np-hs-access-area li a {
  display: block;
  font-size: 1.3rem;
  color: #222;
  padding: 0.7rem 0.2rem;
  transition: color 0.2s;
}
.np-hs-access-area li a:hover {
  color: #004096;
}
.np-hs-access-area li a::before {
  content: "→ ";
  color: #004096;
  font-size: 1.1rem;
}

.np-hs-faq {
  padding: 2rem 0;
  background: #fff;
}
@media screen and (min-width: 640px) {
  .np-hs-faq {
    padding: 5rem 0 8rem 0;
    background: #fff;
  }
}

.np-hs-faq-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin: 0 0 3.2rem;
}

.np-hs-faq-list {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.np-hs-faq-item {
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 12px;
  overflow: hidden;
}

.np-hs-faq-q {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.8rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  list-style: none;
}
.np-hs-faq-q::-webkit-details-marker {
  display: none;
}
details[open] .np-hs-faq-q {
  border-bottom: 1px solid #e3e6ec;
}

.np-hs-faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #004096;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}
.np-hs-faq-icon--a {
  background: #e6edf6;
  color: #004096;
}

.np-hs-faq-a {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.8rem 2rem;
}
.np-hs-faq-a p {
  font-size: 1.4rem;
  color: #5a5f68;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}

.np-hc-hub-links {
  padding: 3.2rem 0;
  background: #f7f9fc;
  border-bottom: 1px solid #e3e6ec;
}

.np-hc-hub-link-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 700px) {
  .np-hc-hub-link-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.np-hc-hub-link-btn {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 12px;
  padding: 1.8rem 2rem;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.np-hc-hub-link-btn > .material-icons-outlined:first-child {
  font-size: 2.8rem;
  color: #004096;
  flex-shrink: 0;
}
.np-hc-hub-link-btn:hover {
  border-color: #004096;
  box-shadow: 0 6px 20px rgba(0, 64, 150, 0.12);
  transform: translateY(-2px);
}

.np-hc-hub-link-btn-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  flex: 1;
  min-width: 0;
}

.np-hc-hub-link-btn-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.np-hc-hub-link-btn-sub {
  display: block;
  font-size: 1.3rem;
  color: #5a5f68;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.np-hc-hub-link-arrow {
  font-size: 2rem;
  color: #004096;
  flex-shrink: 0;
  margin-left: auto;
}

.np-hc-diagnosis-banner {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #004096;
  border-radius: 14px;
  padding: 2.4rem 2.8rem;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.np-hc-diagnosis-banner:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}
@media screen and (min-width: 700px) {
  .np-hc-diagnosis-banner {
    padding: 2.8rem 3.2rem;
  }
}

.np-hc-diagnosis-banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  flex-shrink: 0;
}
.np-hc-diagnosis-banner-icon .material-icons-outlined {
  font-size: 3rem;
  color: #fff;
}

.np-hc-diagnosis-banner-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}

.np-hc-diagnosis-banner-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .np-hc-diagnosis-banner-title {
    font-size: 2rem;
  }
}

.np-hc-diagnosis-banner-sub {
  display: block;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.np-hc-diagnosis-banner-cta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  color: #004096;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 1.8rem;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
}
.np-hc-diagnosis-banner-cta .material-icons-outlined {
  font-size: 1.8rem;
}
@media screen and (max-width: 639px) {
  .np-hc-diagnosis-banner-cta {
    display: none;
  }
}

.np-hc-intro {
  padding: 4rem 0;
  background: #fff;
}
.np-hc-intro .np-hs-about-en {
  margin-bottom: 0.8rem;
}
.np-hc-intro .np-hs-about-heading {
  margin-bottom: 2rem;
}

.np-hc-intro-body p {
  font-size: 1.5rem;
  color: #5a5f68;
  line-height: 1.9;
  margin: 0 0 1.4rem;
}
.np-hc-intro-body p:last-child {
  margin-bottom: 0;
}

.np-hc-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}
@media screen and (max-width: 639px) {
  .np-hc-stats-row {
    grid-template-columns: 1fr;
  }
}
.np-hc-stats-row .np-hs-stat-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.np-hc-stats-row.is-visible .np-hs-stat-card:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  transform: none;
}
.np-hc-stats-row.is-visible .np-hs-stat-card:nth-child(2) {
  transition-delay: 0.15s;
  opacity: 1;
  transform: none;
}
.np-hc-stats-row.is-visible .np-hs-stat-card:nth-child(3) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: none;
}

.np-hc-nav {
  padding: 5rem 0 2rem 0;
  background: #f7f9fc;
}

.np-hc-nav-lead {
  text-align: left;
  font-size: 1.5rem;
  color: #5a5f68;
  margin: 1rem 0 4rem;
}

.np-hc-nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 700px) {
  .np-hc-nav-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.np-hc-nav-card {
  background: #fff;
  border-radius: 14px;
  padding: 2.4rem 2rem;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.07);
}
.np-hc-nav-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin: 1.2rem 0 1.4rem;
  line-height: 1.5;
}
.np-hc-nav-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.np-hc-nav-card li {
  border-bottom: 1px solid #eef0f4;
}
.np-hc-nav-card li:last-child {
  border-bottom: none;
}
.np-hc-nav-card li a {
  display: block;
  font-size: 1.3rem;
  color: #004096;
  padding: 0.7rem 0;
  font-weight: 700;
  transition: opacity 0.2s;
}
.np-hc-nav-card li a:hover {
  opacity: 0.7;
}

.np-hc-nav-icon {
  font-size: 3.6rem;
  color: #004096;
  display: block;
  line-height: 1;
}

.np-hc-lineup {
  padding: 6rem 0 4rem 0;
  background: #f7f9fc;
}

.np-hc-course-block {
  margin-top: 2rem;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.np-hc-course-block.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .np-hc-course-block {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.np-hc-course-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  padding: 2.5rem 2rem 2rem 2rem;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .np-hc-course-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 2rem;
  }
}
.np-hc-course-card img {
  width: 50%;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (min-width: 640px) {
  .np-hc-course-card img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 700px) {
  .np-hc-course-card {
    grid-template-columns: 180px 1fr;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .np-hc-course-card {
    grid-template-columns: 220px 1fr;
    gap: 3rem;
  }
}

.np-hc-course-card-img {
  position: relative;
  background: #f4f7fc;
  flex-shrink: 0;
  border: 1px solid #e0e4ec;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.np-hc-course-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.np-hc-course-card-img--online {
  background: #0c0f16;
}

.np-hc-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  flex-wrap: wrap;
  background: #f4f7fc;
  border-radius: 8px;
  padding: 1rem 1.4rem;
  margin-top: 0.4rem;
}

.np-hc-price-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #5a5f68;
  white-space: nowrap;
}

.np-hc-price-value {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #004096;
  line-height: 1;
}

.np-hc-price-tax {
  font-size: 1.2rem;
  color: #5a5f68;
}

.np-hc-compare {
  padding: 6rem 0;
  background: #fff;
}

.np-hc-compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 3rem;
}

.np-hc-compare-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 1.4rem;
  line-height: 1.6;
}
.np-hc-compare-table th,
.np-hc-compare-table td {
  padding: 1.4rem 1.8rem;
  text-align: left;
  border-bottom: 1px solid #e3e6ec;
  vertical-align: top;
}
.np-hc-compare-table thead tr {
  background: #004096;
  color: #fff;
  font-weight: 700;
}
.np-hc-compare-table tbody tr:nth-child(even) {
  background: #f4f7fc;
}
.np-hc-compare-table tbody tr:hover {
  background: #e6edf6;
}

.np-hc-th-item {
  width: 18%;
}

.np-hc-th-icon {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.np-hc-td-item {
  font-weight: 700;
  color: #004096;
}

.np-blog-author {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin: 2rem 0;
  padding: 1.4rem 1.6rem;
  background: #e6edf6;
  border-radius: 0.8rem;
}
.np-blog-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #004096;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  overflow: hidden;
}
.np-blog-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.np-blog-author-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
}
.np-blog-author-role {
  font-size: 1.1rem;
  color: #5a5f68;
  margin-top: 2px;
}

.np-blog-eyecatch {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 1.2rem;
  margin: 2rem 0 2.4rem;
}
.np-blog-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.np-blog-authorbox {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  padding: 2rem;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  background: #fafbfd;
  margin-top: 3.6rem;
}
@media screen and (min-width: 640px) {
  .np-blog-authorbox {
    padding: 2.4rem 2.8rem;
  }
}
.np-blog-authorbox-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #004096;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  overflow: hidden;
}
.np-blog-authorbox-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.np-blog-authorbox-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}
.np-blog-authorbox-role {
  font-size: 1.1rem;
  color: #004096;
  font-weight: 700;
  margin-bottom: 8px;
}
.np-blog-authorbox-body {
  font-size: 1.3rem;
  color: #5a5f68;
  line-height: 1.85;
}

.np-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 2.4rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid #e3e6ec;
}
.np-blog-tags a {
  font-size: 1.2rem;
  color: #004096;
  border: 1px solid #004096;
  padding: 0.4rem 1.2rem;
  border-radius: 100px;
  transition: background 0.2s, color 0.2s;
}
.np-blog-tags a:hover {
  background: #004096;
  color: #fff;
  opacity: 1;
}

.np-blog-related {
  margin-top: 2.4rem;
}
.np-blog-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
@media screen and (min-width: 640px) {
  .np-blog-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.np-blog-related-card {
  display: block;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-blog-related-card:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-3px);
}
.np-blog-related-card-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eef0f6;
}
.np-blog-related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.np-blog-related-card:hover .np-blog-related-card-img img {
  transform: scale(1.04);
}
.np-blog-related-card-body {
  padding: 1.4rem 1.6rem;
}
.np-blog-related-card-meta {
  font-size: 1.1rem;
  color: #5a5f68;
  margin-bottom: 0.6rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.np-blog-related-card-cat {
  font-size: 1rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  padding: 0.2rem 0.8rem;
  border-radius: 100px;
}
.np-blog-related-card-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  line-height: 1.55;
}

.np-pillar-hero-eyecatch {
  margin-top: 2.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  aspect-ratio: 16/6;
}
.np-pillar-hero-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.np-sidebar-cats {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}
.np-sidebar-cats h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  margin: 0;
  padding: 1.1rem 1.6rem;
}
.np-sidebar-cats ul {
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
}
.np-sidebar-cats li {
  border-bottom: 1px solid #e3e6ec;
}
.np-sidebar-cats li:last-child {
  border-bottom: none;
}
.np-sidebar-cats li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.6rem;
  font-size: 1.3rem;
  color: #333;
  transition: background 0.2s, color 0.2s, padding-left 0.2s;
}
.np-sidebar-cats li a:hover {
  background: #e6edf6;
  color: #004096;
  padding-left: 2rem;
  opacity: 1;
}
.np-sidebar-cats li a.is-active {
  color: #004096;
  font-weight: 700;
  background: #e6edf6;
}
.np-sidebar-cats li a .count {
  font-size: 1.1rem;
  color: #fff;
  background: #004096;
  padding: 0.1rem 0.7rem;
  border-radius: 100px;
  min-width: 2.4rem;
  text-align: center;
}

.np-sidebar-posts {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}
.np-sidebar-posts h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  margin: 0;
  padding: 1.1rem 1.6rem;
}
.np-sidebar-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.np-sidebar-posts li {
  border-bottom: 1px solid #e3e6ec;
}
.np-sidebar-posts li:last-child {
  border-bottom: none;
}
.np-sidebar-posts li a {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.2rem;
  align-items: center;
  padding: 1.2rem 1.6rem;
  transition: background 0.2s;
}
.np-sidebar-posts li a:hover {
  background: #e6edf6;
  opacity: 1;
}
.np-sidebar-posts li a img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 0.8rem;
  display: block;
}
.np-sidebar-posts li a .ttl {
  font-size: 1.3rem;
  font-weight: 500;
  color: #222;
  line-height: 1.55;
  transition: color 0.2s;
}
.np-sidebar-posts li a:hover .ttl {
  color: #004096;
}
.np-sidebar-posts li a .date {
  font-size: 1rem;
  color: #5a5f68;
  margin-top: 4px;
  display: block;
}

.np-note {
  background: #e6edf6;
  border-left: 4px solid #004096;
  border-radius: 0 0.8rem 0.8rem 0;
  padding: 1.4rem 1.8rem;
  margin: 1.8rem 0;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.85;
}

.np-pl-wrap {
  padding: 3.2rem 0 6rem;
}
@media screen and (min-width: 800px) {
  .np-pl-wrap {
    padding: 4rem 0 8rem;
  }
}

.np-pl-layout {
  display: block;
}
@media screen and (min-width: 800px) {
  .np-pl-layout {
    display: grid;
    grid-template-columns: 1fr 29rem;
    gap: 4rem;
    align-items: start;
  }
}
.np-pl-layout br {
  display: none;
}
.np-pl-layout main p strong {
  color: #004096;
  font-weight: bold;
}

.np-sidebar-pillars {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}
.np-sidebar-pillars h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  margin: 0;
  padding: 1.1rem 1.6rem;
}
.np-sidebar-pillars ul {
  margin: 0;
  padding: 0.4rem 0;
  list-style: none;
}
.np-sidebar-pillars li {
  border-bottom: 1px solid #e3e6ec;
}
.np-sidebar-pillars li:last-child {
  border-bottom: none;
}
.np-sidebar-pillars a {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.1rem 1.6rem;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.5;
  transition: background 0.2s, color 0.2s;
}
.np-sidebar-pillars a::before {
  content: "★";
  color: #c2d500;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.np-sidebar-pillars a:hover {
  background: #e6edf6;
  color: #004096;
  opacity: 1;
}
.np-sidebar-pillars a.is-current {
  color: #004096;
  font-weight: 700;
  background: #e6edf6;
  pointer-events: none;
}

.np-pl-breadbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  background: #f4f6fb;
  border-bottom: 1px solid #e3e6ec;
  font-size: 1.2rem;
  color: #5a5f68;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.np-pl-breadbar::-webkit-scrollbar {
  display: none;
}
.np-pl-breadbar {
  scrollbar-width: none;
}
.np-pl-breadbar a {
  color: #004096;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.np-pl-breadbar a:hover {
  opacity: 0.7;
}
.np-pl-breadbar .sep {
  color: #bbb;
  flex-shrink: 0;
}
.np-pl-breadbar .cur {
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 1.6rem;
}

.np-pl-hero {
  background: #fff;
  border-bottom: 3px solid #004096;
  padding: 3.2rem 0 2.8rem;
}
@media screen and (min-width: 800px) {
  .np-pl-hero {
    padding: 4rem 0 3.6rem;
  }
}
.np-pl-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
  background: #004096;
  padding: 0.4rem 1.2rem 0.4rem 0.8rem;
  border-radius: 100px;
  margin-bottom: 1.4rem;
}
.np-pl-hero-label::before {
  content: "★";
  color: #c2d500;
  font-size: 1rem;
}
.np-pl-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #111;
  line-height: 1.45;
  margin: 0 0 1.4rem;
}
@media screen and (min-width: 800px) {
  .np-pl-hero h1 {
    font-size: 3rem;
  }
}
.np-pl-hero-lead {
  font-size: 1.5rem;
  color: #5a5f68;
  line-height: 1.9;
  max-width: 72rem;
}
.np-pl-hero-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  color: #5a5f68;
}

.np-pl-toc {
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  padding: 2rem 2.2rem;
  margin: 2.4rem 0 3.6rem;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
}
@media screen and (min-width: 800px) {
  .np-pl-toc {
    padding: 2.4rem 2.8rem;
  }
}
.np-pl-toc-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #004096;
  margin: 0 0 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e6edf6;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.np-pl-toc-ttl::before {
  content: "≡";
  font-size: 1.8rem;
  line-height: 1;
}
.np-pl-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}
@media screen and (min-width: 640px) {
  .np-pl-toc ol {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
}
.np-pl-toc li {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  font-size: 1.35rem;
  color: #333;
  padding: 0.6rem 0.8rem;
  border-radius: 0.8rem;
  transition: background 0.2s;
}
.np-pl-toc li:hover {
  background: #e6edf6;
}
.np-pl-toc li .num {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.np-pl-toc li a {
  color: #333;
  line-height: 1.5;
  transition: color 0.2s;
}
.np-pl-toc li a:hover {
  color: #004096;
  opacity: 1;
}

.np-pl-section {
  margin-bottom: 3rem;
}
@media screen and (min-width: 640px) {
  .np-pl-section {
    margin-bottom: 4.8rem;
  }
}
.np-pl-section-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #004096;
}
.np-pl-section-head .num {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.np-pl-section-head h2 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .np-pl-section-head h2 {
    font-size: 2.2rem;
  }
}
.np-pl-section-head h2 span {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.08em;
  margin-bottom: 0.3rem;
}
.np-pl-section-body {
  font-size: 1.5rem;
  color: #444;
  line-height: 1.95;
  margin-bottom: 2rem;
}
.np-pl-section-body p + p {
  margin-top: 1.2rem;
}
.np-pl-section-body strong {
  color: #004096;
  font-weight: 700;
}

.np-pl-cluster-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
@media screen and (min-width: 640px) {
  .np-pl-cluster-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .np-pl-cluster-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.np-pl-cluster-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-pl-cluster-card:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-3px);
}
.np-pl-cluster-card--coming {
  opacity: 0.55;
  pointer-events: none;
}
.np-pl-cluster-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eef0f6;
  position: relative;
}
.np-pl-cluster-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.np-pl-cluster-card:hover .np-pl-cluster-card__img img {
  transform: scale(1.04);
}
.np-pl-cluster-card__badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.2rem 0.8rem;
  border-radius: 100px;
}
.np-pl-cluster-card__body {
  padding: 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.np-pl-cluster-card__kw {
  font-size: 1.05rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.np-pl-cluster-card__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}
.np-pl-cluster-card__arrow {
  margin-top: auto;
  font-size: 1.2rem;
  color: #004096;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.np-pl-cluster-card__arrow::after {
  content: "›";
  font-size: 1.6rem;
  font-weight: 700;
}

.np-pl-other-pillars {
  background: #e6edf6;
  border-radius: 1.2rem;
  padding: 2.4rem;
  margin-top: 4rem;
}
.np-pl-other-pillars-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #004096;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.np-pl-other-pillars-ttl::before {
  content: "★";
  color: #c2d500;
}
.np-pl-other-pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .np-pl-other-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.np-pl-other-pillars a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  font-size: 1.35rem;
  font-weight: 600;
  color: #222;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.np-pl-other-pillars a:hover {
  border-color: #004096;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
  color: #004096;
  opacity: 1;
}
.np-pl-other-pillars a .icon {
  width: 3.6rem;
  height: 3.6rem;
  background: #e6edf6;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  flex-shrink: 0;
}
.np-pl-other-pillars a .sub {
  font-size: 1.1rem;
  color: #5a5f68;
  font-weight: 400;
  display: block;
}

.np-blog-back-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.4rem;
  border: 1.5px solid #e3e6ec;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #004096;
  background: #fff;
  transition: background 0.2s, border-color 0.2s;
  margin-top: 1.6rem;
}
.np-blog-back-bar::before {
  content: "←";
  font-size: 1.4rem;
}
.np-blog-back-bar:hover {
  background: #e6edf6;
  border-color: #004096;
  opacity: 1;
}

.np-body-toc {
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  padding: 2rem 2.4rem;
  margin: 2rem 0 1.5rem 0;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
}
@media screen and (min-width: 800px) {
  .np-body-toc {
    padding: 2.4rem 3rem;
  }
}
.np-body-toc-ttl {
  font-size: 1.35rem;
  font-weight: 700;
  color: #004096;
  margin: 0 0 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e6edf6;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.np-body-toc-ttl::before {
  content: "≡";
  font-size: 1.8rem;
  line-height: 1;
}
.np-body-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: bodytoc;
}
.np-body-toc > ol {
  display: grid;
  gap: 0;
}
.np-body-toc li {
  counter-increment: bodytoc;
  border-bottom: 1px dashed #e3e6ec;
}
.np-body-toc li:last-child {
  border-bottom: none;
}
.np-body-toc li > a {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.85rem 0.4rem;
  font-size: 1.35rem;
  color: #333;
  line-height: 1.5;
  transition: color 0.2s, padding-left 0.2s;
}
.np-body-toc li > a::before {
  content: counter(bodytoc);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  background: #004096;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}
.np-body-toc li > a:hover {
  color: #004096;
  padding-left: 0.6rem;
  opacity: 1;
}
.np-body-toc li ol {
  list-style: none;
  padding: 0 0 0.4rem 2.8rem;
  counter-reset: bodytoc-sub;
  margin: 0;
}
.np-body-toc li ol li {
  border-bottom: none;
  counter-increment: bodytoc-sub;
}
.np-body-toc li ol li a {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.5rem 0.2rem;
  font-size: 1.25rem;
  color: #555;
  transition: color 0.2s;
}
.np-body-toc li ol li a::before {
  content: counter(bodytoc) "-" counter(bodytoc-sub);
  font-size: 1rem;
  color: #fff;
  white-space: nowrap;
}
.np-body-toc li ol li a:hover {
  color: #004096;
  opacity: 1;
}

.np-pl-list {
  margin-top: 1.6rem;
}
.np-pl-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .np-pl-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.np-pl-list-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  border-bottom: 1px solid #e3e6ec;
  background: #fff;
  transition: background 0.18s, color 0.18s;
  font-size: 1.35rem;
  color: #222;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 640px) {
  .np-pl-list-item {
    border-right: 1px solid #e3e6ec;
  }
  .np-pl-list-item:nth-child(2n) {
    border-right: none;
  }
  .np-pl-list-item:nth-last-child(1):nth-child(odd) {
    border-bottom: none;
  }
  .np-pl-list-item:nth-last-child(2) {
    border-bottom: none;
  }
}
.np-pl-list-item:last-child {
  border-bottom: none;
}
.np-pl-list-item::before {
  content: "›";
  color: #004096;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  flex-shrink: 0;
}
.np-pl-list-item:hover {
  background: #e6edf6;
  color: #004096;
}
.np-pl-list-item--coming {
  color: #5a5f68;
  pointer-events: none;
  background: #fafbfd;
}
.np-pl-list-item--coming::before {
  color: #ccc;
}
.np-pl-list-item--coming::after {
  content: "準備中";
  font-size: 1rem;
  color: #fff;
  background: #bbb;
  padding: 0.15rem 0.7rem;
  border-radius: 100px;
  margin-left: auto;
  white-space: nowrap;
  align-self: center;
  flex-shrink: 0;
}

.np-pl-content {
  font-size: 1.55rem;
  line-height: 2.15;
  color: #333;
  margin: 2.4rem 0 0 0rem;
}
@media screen and (min-width: 640px) {
  .np-pl-content {
    font-size: 1.55rem;
    line-height: 2.15;
    color: #333;
    margin: 2.4rem 0 3.6rem;
  }
}
.np-pl-content p {
  margin-bottom: 1em;
  line-height: 2.15;
}
.np-pl-content p:last-child {
  margin-bottom: 0;
}
.np-pl-content strong {
  color: #004096;
  font-weight: 700;
}
.np-pl-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
  margin: 2rem 0 1.6rem 0;
  padding: 1.1rem 1.6rem;
  background: #e6edf6;
  border-left: 4px solid #004096;
  border-radius: 0 0.8rem 0.8rem 0;
  line-height: 1.65;
}
.np-pl-content h3:first-child {
  margin-top: 0;
}
.np-pl-content .np-pl-point {
  background: #fff;
  border: 1.5px solid #004096;
  border-radius: 0.8rem;
  padding: 1.6rem 2rem;
  margin: 2rem 0;
}
.np-pl-content .np-pl-point-ttl {
  font-size: 1.35rem;
  font-weight: 700;
  color: #004096;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.np-pl-content .np-pl-point-ttl::before {
  content: "✓";
  font-size: 1.4rem;
  color: #c2d500;
}
.np-pl-content .np-pl-point ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.np-pl-content .np-pl-point ul li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.8rem;
  font-size: 1.45rem;
  color: #333;
  border-bottom: 1px dashed #e3e6ec;
}
.np-pl-content .np-pl-point ul li:last-child {
  border-bottom: none;
}
.np-pl-content .np-pl-point ul li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 2rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #004096;
}
.np-pl-content .np-note {
  background: #e6edf6;
  border-left: 4px solid #004096;
  border-radius: 0 0.8rem 0.8rem 0;
  padding: 1.4rem 1.8rem;
  margin: 1.8rem 0;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.85;
}

.np-pl-cluster-link {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1.4rem 1.8rem;
  background: #fff;
  border: 1.5px solid #e3e6ec;
  border-left: 4px solid #004096;
  border-radius: 0 0.8rem 0.8rem 0;
  margin: 2rem 0;
  transition: background 0.2s, border-color 0.2s;
}
.np-pl-cluster-link:hover {
  background: #e6edf6;
  border-color: #004096;
  opacity: 1;
}
.np-pl-cluster-link__icon {
  font-size: 2.2rem;
  flex-shrink: 0;
  line-height: 1;
}
.np-pl-cluster-link__body {
  flex: 1;
}
.np-pl-cluster-link__label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  display: block;
}
.np-pl-cluster-link__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}
.np-pl-cluster-link__arrow {
  font-size: 2rem;
  color: #004096;
  font-weight: 700;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.np-pl-cluster-link:hover .np-pl-cluster-link__arrow {
  transform: translateX(4px);
}

.np-pl-divider {
  border: none;
  margin: 4rem 0 0;
}

.np-pl-summary {
  background: #004096;
  border-radius: 1.2rem;
  padding: clamp(2.4rem, 3.5vw, 4rem) clamp(2rem, 3vw, 3.2rem);
  margin-top: 4rem;
  color: #fff;
}
.np-pl-summary-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 800px) {
  .np-pl-summary-ttl {
    font-size: 2.4rem;
  }
}
.np-pl-summary-body {
  font-size: 1.5rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 2.4rem;
}
.np-pl-summary-body p + p {
  margin-top: 1.2em;
}
.np-pl-summary-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: #c2d500;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.4rem 2.8rem;
  border-radius: 0.8rem;
  transition: opacity 0.2s, transform 0.2s;
}
.np-pl-summary-cta:hover {
  opacity: 0.88;
  transform: translateY(-2px);
}
.np-pl-summary-cta::after {
  content: "›";
  font-size: 2rem;
  font-weight: 700;
}
.np-pl-summary-sub {
  margin-top: 1.2rem;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.7);
}

.np-pl-faq {
  margin-top: 2rem;
}
.np-pl-faq-item {
  border-bottom: 1px solid #e3e6ec;
}
.np-pl-faq-item:first-child {
  border-top: 1px solid #e3e6ec;
}
.np-pl-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.4rem 0.4rem;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  transition: color 0.2s;
}
.np-pl-faq-q:hover {
  color: #004096;
}
.np-pl-faq-q .q-mark {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #004096;
  line-height: 1.2;
  flex-shrink: 0;
}
.np-pl-faq-q .q-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.55;
  flex: 1;
}
.np-pl-faq-q .q-icon {
  font-size: 1.8rem;
  color: #5a5f68;
  flex-shrink: 0;
  transition: transform 0.3s;
  margin-top: 0.2rem;
}
.np-pl-faq-item.is-open .np-pl-faq-q .q-icon {
  transform: rotate(180deg);
  color: #004096;
}
.np-pl-faq-a {
  display: none;
  padding: 0 0.4rem 1.6rem 3.8rem;
  font-size: 1.45rem;
  color: #5a5f68;
  line-height: 1.9;
}
.np-pl-faq-item.is-open .np-pl-faq-a {
  display: block;
}
.np-pl-faq-a a {
  color: #004096;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.np-pl-table {
  margin: 2.4rem 0;
  overflow-x: auto;
  border-radius: 1.2rem;
  box-shadow: 0 2px 16px rgba(0, 64, 150, 0.07);
}
.np-pl-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 1.4rem;
  background: #fff;
}
.np-pl-table thead tr {
  background: #004096;
  color: #fff;
}
.np-pl-table th {
  padding: 1.2rem 1.6rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.np-pl-table th:last-child {
  border-right: none;
}
.np-pl-table th:first-child {
  text-align: left;
}
.np-pl-table td {
  padding: 1.1rem 1.6rem;
  border-bottom: 1px solid #e3e6ec;
  border-right: 1px solid #e3e6ec;
  vertical-align: middle;
  text-align: center;
  color: #444;
  line-height: 1.7;
}
.np-pl-table td:last-child {
  border-right: none;
}
.np-pl-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #111;
  background: #f8fafd;
  white-space: nowrap;
}
.np-pl-table tbody tr {
  transition: background 0.15s;
}
.np-pl-table tbody tr:hover {
  background: #e6edf6;
}
.np-pl-table tbody tr:last-child td {
  border-bottom: none;
}
.np-pl-table .col-vt {
  background: rgba(0, 64, 150, 0.05);
  color: #004096;
  font-weight: 700;
}
.np-pl-table .ico-ok {
  color: #22c55e;
  font-size: 1.8rem;
  font-weight: 700;
}
.np-pl-table .ico-tri {
  color: #f59e0b;
  font-size: 1.6rem;
}
.np-pl-table .ico-ng {
  color: #d1d5db;
  font-size: 1.6rem;
}
.np-pl-table .ico-vt {
  color: #004096;
  font-size: 1.8rem;
  font-weight: 700;
}
.np-pl-table-caption {
  font-size: 1.2rem;
  color: #5a5f68;
  margin-top: 0.8rem;
  text-align: right;
}

.np-pl-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 2.4rem 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .np-pl-flow {
    grid-template-columns: repeat(4, 1fr);
  }
}
.np-pl-flow-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.6rem 1.2rem;
  background: #fff;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  position: relative;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.np-pl-flow-item:hover {
  border-color: #004096;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
}
.np-pl-flow-num {
  width: 3.2rem;
  height: 3.2rem;
  background: #004096;
  color: #fff;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  flex-shrink: 0;
}
.np-pl-flow-icon {
  font-size: 2.6rem;
  margin-bottom: 0.6rem;
  line-height: 1;
}
.np-pl-flow-ttl {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  line-height: 1.45;
  margin-bottom: 0.4rem;
}
.np-pl-flow-sub {
  font-size: 1.15rem;
  color: #5a5f68;
  line-height: 1.5;
}

.np-pl-kpi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  margin: 2.4rem 0;
}
@media screen and (min-width: 640px) {
  .np-pl-kpi {
    grid-template-columns: repeat(3, 1fr);
  }
}
.np-pl-kpi-item {
  background: #004096;
  border-radius: 0.8rem;
  padding: 1.8rem 1.4rem;
  text-align: center;
  color: #fff;
}
.np-pl-kpi-num {
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.1;
  color: #c2d500;
  display: block;
}
.np-pl-kpi-lbl {
  font-size: 1.2rem;
  opacity: 0.9;
  margin-top: 0.5rem;
  line-height: 1.4;
  display: block;
}

.np-pl-ngok {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin: 2.4rem 0;
}
@media screen and (min-width: 640px) {
  .np-pl-ngok {
    grid-template-columns: 1fr 1fr;
  }
}
.np-pl-ngok-panel {
  border-radius: 0.8rem;
  padding: 1.6rem 1.8rem;
}
.np-pl-ngok-panel--ng {
  background: #fff5f5;
  border: 1.5px solid #fca5a5;
}
.np-pl-ngok-panel--ok {
  background: #f0fdf4;
  border: 1.5px solid #86efac;
}
.np-pl-ngok-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.np-pl-ngok-ttl .ng-mark {
  color: #ef4444;
}
.np-pl-ngok-ttl .ok-mark {
  color: #22c55e;
}
.np-pl-ngok-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.np-pl-ngok-list li {
  font-size: 1.35rem;
  color: #333;
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  line-height: 1.65;
}
.np-pl-ngok-list li:last-child {
  border-bottom: none;
}

.np-sidebar-genre {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  background: #fff;
  overflow: hidden;
}
.np-sidebar-genre-head {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  margin: 0;
  padding: 1.1rem 1.6rem;
}
.np-sidebar-genre-group {
  border-bottom: 1px solid #e3e6ec;
}
.np-sidebar-genre-group:last-child {
  border-bottom: none;
}
.np-sidebar-genre-group.is-open {
  background: #fafbfd;
}
.np-sidebar-genre-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.1rem 1.4rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 0.8rem;
  transition: color 0.2s, background 0.2s;
}
.np-sidebar-genre-trigger:hover {
  color: #004096;
  background: #e6edf6;
}
.np-sidebar-genre-trigger .genre-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.np-sidebar-genre-trigger .genre-label {
  flex: 1;
}
.np-sidebar-genre-trigger .genre-count {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #004096;
  padding: 0.15rem 0.65rem;
  border-radius: 100px;
  flex-shrink: 0;
}
.np-sidebar-genre-trigger .genre-arrow {
  font-size: 1.2rem;
  color: #5a5f68;
  flex-shrink: 0;
  transition: transform 0.25s;
}
.np-sidebar-genre-group.is-open .np-sidebar-genre-trigger {
  color: #004096;
  background: #e6edf6;
}
.np-sidebar-genre-group.is-open .np-sidebar-genre-trigger .genre-arrow {
  transform: rotate(180deg);
  color: #004096;
}
.np-sidebar-genre-list {
  display: none;
  padding: 0.2rem 0 0.6rem;
}
.np-sidebar-genre-group.is-open .np-sidebar-genre-list {
  display: block;
}
.np-sidebar-genre-item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.75rem 1.4rem 0.75rem 2rem;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5;
  transition: background 0.15s, color 0.15s;
  border-bottom: 1px solid #e3e6ec;
}
.np-sidebar-genre-item:last-child {
  border-bottom: none;
}
.np-sidebar-genre-item::before {
  content: "›";
  color: #004096;
  font-size: 1.3rem;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.3;
}
.np-sidebar-genre-item:hover {
  background: #e6edf6;
  color: #004096;
}
.np-sidebar-genre-item.is-current {
  color: #004096;
  font-weight: 700;
  background: #e6edf6;
  pointer-events: none;
}

.np-sidebar-cluster-list-head {
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.np-sidebar-cluster-list-item {
  line-height: 1.6;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.np-pl-collist-section {
  padding: clamp(4rem, 6vw, 7rem) 0;
  background: #f7f9fc;
  border-top: 1px solid #e3e6ec;
}

.np-pl-collist-ttl {
  font-size: clamp(2rem, 2.4vw, 2.6rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 0.6rem;
}

.np-pl-collist-sub {
  font-size: 1.45rem;
  color: #5a5f68;
  margin-bottom: 3.2rem;
}

.np-pl-collist-group {
  margin-bottom: 3.6rem;
}
.np-pl-collist-group:last-child {
  margin-bottom: 0;
}
.np-pl-collist-group-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #004096;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #004096;
}

.np-pl-collist-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 640px) {
  .np-pl-collist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.np-pl-collist-item {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  padding: 0.85rem 0.4rem;
  font-size: 1.4rem;
  color: #222;
  line-height: 1.6;
  border-bottom: 1px solid #e3e6ec;
  transition: color 0.2s, padding-left 0.2s, background 0.2s;
}
@media screen and (min-width: 640px) {
  .np-pl-collist-item:nth-child(odd) {
    border-right: 1px solid #e3e6ec;
  }
  .np-pl-collist-item:nth-last-child(1), .np-pl-collist-item:nth-last-child(2) {
    border-bottom: none;
  }
}
.np-pl-collist-item::before {
  content: "▶";
  color: #004096;
  font-size: 0.9rem;
  flex-shrink: 0;
  line-height: 1.9;
  transition: transform 0.2s;
}
.np-pl-collist-item:hover {
  color: #004096;
  padding-left: 0.6rem;
  background: #e6edf6;
}
.np-pl-collist-item:hover::before {
  transform: translateX(3px);
}

.np-sidebar-instructor {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}
.np-sidebar-instructor-head {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background: #004096;
  padding: 1.1rem 1.6rem;
  display: block;
}
.np-sidebar-instructor-card {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.np-sidebar-instructor-card + .np-sidebar-instructor-card {
  border-top: 1px solid #e3e6ec;
}
.np-sidebar-instructor-top {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 1.2rem;
  align-items: center;
}
.np-sidebar-instructor-img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  display: block;
  flex-shrink: 0;
  border: 2.5px solid #e6edf6;
  background: #eef1f7;
  margin: 0 !important;
}
.np-sidebar-instructor-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
.np-sidebar-instructor-studio {
  font-size: 1.1rem;
  color: #004096;
  font-weight: 600;
  margin-top: 0.3rem;
}
.np-sidebar-instructor-desc {
  font-size: 1.25rem;
  color: #5a5f68;
  line-height: 1.75;
}
.np-sidebar-instructor-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  border-top: 1px dashed #e3e6ec;
}
.np-sidebar-instructor-price-lbl {
  font-size: 1.1rem;
  color: #5a5f68;
}
.np-sidebar-instructor-price-val {
  font-size: 1.7rem;
  font-weight: 700;
  color: #004096;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.np-sidebar-instructor-price-tax {
  font-size: 1.05rem;
  color: #5a5f68;
}
.np-sidebar-instructor-btn {
  display: block;
  text-align: center;
  background: #004096;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.9rem 1.2rem;
  border-radius: 0.8rem;
  transition: background 0.2s, opacity 0.2s;
}
.np-sidebar-instructor-btn:hover {
  background: #0055c4;
  opacity: 0.9;
}

.np-pl-section .np-hc-course-card {
  grid-template-columns: 140px 1fr !important;
  gap: 2rem !important;
  padding: 2rem !important;
  align-items: start;
}
@media screen and (min-width: 640px) {
  .np-pl-section .np-hc-course-card {
    grid-template-columns: 200px 1fr !important;
    gap: 2.4rem !important;
  }
}
@media screen and (min-width: 1100px) {
  .np-pl-section .np-hc-course-card {
    grid-template-columns: 240px 1fr !important;
    gap: 3rem !important;
  }
}
.np-pl-section .np-hc-course-card img {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain;
  border-radius: 8px;
}

.np-bi-hero {
  background: #004096;
  padding: clamp(3.2rem, 5vw, 5.6rem) 0 clamp(2.8rem, 4.5vw, 4.8rem);
  text-align: center;
  color: #fff;
}
.np-bi-hero-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.np-bi-hero-ttl {
  font-size: clamp(2.4rem, 3.5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.2rem;
}
.np-bi-hero-sub {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  max-width: 64rem;
  margin: 0 auto 2.4rem;
}

.np-bi-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 640px) {
  .np-bi-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .np-bi-pillars {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.np-bi-pillar-card {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-bi-pillar-card:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-3px);
}
.np-bi-pillar-card__head {
  background: #004096;
  padding: 1.4rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.np-bi-pillar-card__icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
.np-bi-pillar-card__label {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.2rem;
}
.np-bi-pillar-card__ttl {
  font-size: 1.45rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.np-bi-pillar-card__list {
  padding: 0.8rem 0 0.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.np-bi-pillar-card__item {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  padding: 0.75rem 1.4rem;
  font-size: 1.3rem;
  color: #333;
  line-height: 1.55;
  border-bottom: 1px solid #e3e6ec;
  transition: background 0.15s, color 0.15s;
}
.np-bi-pillar-card__item:last-child {
  border-bottom: none;
}
.np-bi-pillar-card__item::before {
  content: "›";
  color: #004096;
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.3;
}
.np-bi-pillar-card__item:hover {
  background: #e6edf6;
  color: #004096;
}
.np-bi-pillar-card__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.4rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  border-top: 1px solid #e3e6ec;
  transition: background 0.2s;
  margin-top: auto;
}
.np-bi-pillar-card__more::after {
  content: "›";
  font-size: 1.6rem;
  font-weight: 700;
}
.np-bi-pillar-card__more:hover {
  background: #d4dfef;
  opacity: 1;
}

.np-bi-news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
@media screen and (min-width: 640px) {
  .np-bi-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .np-bi-news {
    grid-template-columns: repeat(3, 1fr);
  }
}

.np-bi-news-card {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.4rem;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  background: #fff;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.np-bi-news-card:hover {
  border-color: #004096;
  box-shadow: 0 4px 16px rgba(0, 64, 150, 0.08);
}
.np-bi-news-card__img {
  width: 68px;
  height: 68px;
  border-radius: 0.8rem;
  object-fit: cover;
  flex-shrink: 0;
  background: #e6edf6;
  display: block;
}
.np-bi-news-card__body {
  flex: 1;
}
.np-bi-news-card__cat {
  font-size: 1.05rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  padding: 0.15rem 0.7rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.np-bi-news-card__ttl {
  font-size: 1.3rem;
  font-weight: 600;
  color: #111;
  line-height: 1.55;
  transition: color 0.2s;
}
.np-bi-news-card:hover .np-bi-news-card__ttl {
  color: #004096;
}
.np-bi-news-card__date {
  font-size: 1.05rem;
  color: #5a5f68;
  margin-top: 0.4rem;
  display: block;
}

.np-bi-sec {
  padding: clamp(3.6rem, 5.5vw, 6.4rem) 0;
}
.np-bi-sec--gray {
  background: #f7f9fc;
}
.np-bi-sec--white {
  background: #fff;
}
.np-bi-sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: clamp(2rem, 3vw, 3.2rem);
  border-bottom: 2px solid #004096;
  padding-bottom: 1.2rem;
}
.np-bi-sec-en {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #004096;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}
.np-bi-sec-ttl {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0;
}
.np-bi-sec-more {
  font-size: 1.3rem;
  font-weight: 600;
  color: #004096;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: opacity 0.2s;
}
.np-bi-sec-more::after {
  content: "›";
  font-size: 1.6rem;
}
.np-bi-sec-more:hover {
  opacity: 0.75;
}

.np-bi-cats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .np-bi-cats {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 800px) {
  .np-bi-cats {
    grid-template-columns: repeat(4, 1fr);
  }
}

.np-bi-cat-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.np-bi-cat-card:hover {
  border-color: #004096;
  background: #e6edf6;
  opacity: 1;
}
.np-bi-cat-card__icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
.np-bi-cat-card__body {
  flex: 1;
}
.np-bi-cat-card__name {
  font-size: 1.35rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  display: block;
  transition: color 0.2s;
}
.np-bi-cat-card:hover .np-bi-cat-card__name {
  color: #004096;
}
.np-bi-cat-card__count {
  font-family: "Roboto", sans-serif;
  font-size: 1.15rem;
  color: #5a5f68;
  margin-top: 0.2rem;
  display: block;
}

.np-arc-head {
  background: #fff;
  border-bottom: 3px solid #004096;
  padding: clamp(2.4rem, 4vw, 4rem) 0 clamp(2rem, 3.5vw, 3.2rem);
}
.np-arc-head-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.6rem;
}
.np-arc-head-ttl {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0 0 1rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.np-arc-head-ttl .icon {
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  line-height: 1;
}
.np-arc-head-desc {
  font-size: 1.5rem;
  color: #5a5f68;
  line-height: 1.85;
  max-width: 68rem;
}
.np-arc-head-count {
  font-size: 1.3rem;
  color: #5a5f68;
  margin-top: 0.8rem;
}
.np-arc-head-count strong {
  font-size: 1.8rem;
  font-weight: 700;
  color: #004096;
  font-family: "Roboto", sans-serif;
}

.np-arc-pillar-bar {
  background: #e6edf6;
  border-bottom: 1px solid #c8d6e8;
  padding: 0.9rem 0;
}
.np-arc-pillar-bar p {
  font-size: 1.3rem;
  color: #004096;
  font-weight: 600;
}
.np-arc-pillar-bar p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #004096;
  transition: opacity 0.2s;
}
.np-arc-pillar-bar p a:hover {
  opacity: 0.7;
}

.np-arc-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  padding: clamp(3.2rem, 5vw, 5.6rem) 0;
}
@media screen and (min-width: 800px) {
  .np-arc-layout {
    grid-template-columns: 1fr 29rem;
    align-items: start;
  }
}

.np-arc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .np-arc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.np-arc-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.3s;
}
.np-arc-card:hover {
  box-shadow: 0 8px 24px rgba(0, 64, 150, 0.16);
  transform: translateY(-3px);
}
.np-arc-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #e6edf6;
}
.np-arc-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.np-arc-card:hover .np-arc-card__img img {
  transform: scale(1.04);
}
.np-arc-card__body {
  padding: 1.6rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.np-arc-card__cat {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  padding: 0.15rem 0.8rem;
  border-radius: 100px;
  display: inline-block;
  align-self: flex-start;
}
.np-arc-card__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  line-height: 1.55;
  transition: color 0.2s;
}
.np-arc-card:hover .np-arc-card__ttl {
  color: #004096;
}
.np-arc-card__excerpt {
  font-size: 1.3rem;
  color: #5a5f68;
  line-height: 1.75;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.np-arc-card__more {
  font-size: 1.3rem;
  color: #004096;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding-top: 0.8rem;
  border-top: 1px solid #e3e6ec;
  margin-top: auto;
}
.np-arc-card__more::after {
  content: "›";
  font-size: 1.6rem;
  font-weight: 700;
}

.np-arc-other-cats {
  margin-top: 4rem;
  padding-top: 3.2rem;
  border-top: 1px solid #e3e6ec;
}
.np-arc-other-cats-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.4rem;
}
.np-arc-other-cats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (min-width: 640px) {
  .np-arc-other-cats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.np-arc-other-cats a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  font-size: 1.3rem;
  color: #333;
  background: #fff;
  line-height: 1.4;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}
.np-arc-other-cats a .cat-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.np-arc-other-cats a:hover {
  border-color: #004096;
  background: #e6edf6;
  color: #004096;
  opacity: 1;
}
.np-arc-other-cats a.is-current {
  border-color: #004096;
  background: #004096;
  color: #fff;
  pointer-events: none;
}

.np-st-hero {
  background: linear-gradient(135deg, #002d6a 0%, #004096 50%, #0061c7 100%);
  color: #fff;
  padding: clamp(3.2rem, 5vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}
.np-st-hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -4rem;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.np-st-hero-label {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.np-st-hero-station-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #fff;
  color: #004096;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.4rem 1.4rem;
  border-radius: 100px;
  margin-bottom: 1.2rem;
}
.np-st-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 1.4rem;
}
.np-st-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.np-st-hero-meta span {
  font-size: 1.3rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.np-st-hero-meta span::before {
  content: "✓";
  color: #c2d500;
  font-weight: 700;
}
.np-st-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #c2d500;
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1.2rem 2.8rem;
  border-radius: 100px;
  transition: opacity 0.2s;
}
.np-st-hero-cta:hover {
  opacity: 0.85;
}
.np-st-hero-cta::after {
  content: "›";
  font-size: 1.8rem;
  font-weight: 700;
}

.np-st-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
  padding: clamp(3.2rem, 5vw, 5.6rem) 0;
}
@media screen and (min-width: 800px) {
  .np-st-layout {
    grid-template-columns: 1fr 29rem;
    align-items: start;
  }
}

.np-st-h2 {
  font-size: clamp(1.9rem, 2.2vw, 2.4rem);
  font-weight: 700;
  color: #111;
  border-left: 4px solid #004096;
  padding-left: 1.2rem;
  margin-bottom: 1.6rem;
  line-height: 1.45;
}

.np-st-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.45rem;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
  overflow: hidden;
}
.np-st-table tr {
  border-bottom: 1px solid #e3e6ec;
}
.np-st-table tr:last-child {
  border-bottom: none;
}
.np-st-table th {
  width: 30%;
  background: #e6edf6;
  color: #004096;
  font-weight: 700;
  padding: 1.1rem 1.2rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (min-width: 800px) {
  .np-st-table th {
    width: 22%;
  }
}
.np-st-table td {
  padding: 1.1rem 1.2rem;
  color: #222;
  line-height: 1.7;
}

.np-st-map {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #e3e6ec;
  background: #e6edf6;
}
.np-st-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.np-st-map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #004096;
  font-size: 1.4rem;
  gap: 1rem;
}
.np-st-map-placeholder .icon {
  font-size: 3.2rem;
}

.np-st-route {
  background: #e6edf6;
  border-radius: 0.8rem;
  padding: 2rem;
}
.np-st-route-step {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(0, 64, 150, 0.1);
  font-size: 1.45rem;
  color: #333;
  line-height: 1.6;
}
.np-st-route-step:last-child {
  border-bottom: none;
}
.np-st-route-step-num {
  background: #004096;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.np-st-instructor {
  border: 1px solid #e3e6ec;
  border-radius: 1.2rem;
  overflow: hidden;
  background: #fff;
}
.np-st-instructor-head {
  background: #004096;
  padding: 1.2rem 1.6rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
.np-st-instructor-card {
  display: flex;
  gap: 1.4rem;
  padding: 1.6rem;
  border-bottom: 1px solid #e3e6ec;
}
.np-st-instructor-card:last-child {
  border-bottom: none;
}
.np-st-instructor-img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: #e6edf6;
}
.np-st-instructor-body {
  flex: 1;
}
.np-st-instructor-name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 0.2rem;
}
.np-st-instructor-label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  background: #e6edf6;
  padding: 0.1rem 0.7rem;
  border-radius: 100px;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.np-st-instructor-desc {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.7;
}
.np-st-instructor-price {
  font-size: 1.25rem;
  color: #5a5f68;
  margin-top: 0.4rem;
}
.np-st-instructor-price strong {
  font-size: 1.5rem;
  color: #004096;
  font-weight: 700;
}

.np-st-faq-item {
  border-bottom: 1px solid #e3e6ec;
}
.np-st-faq-item:last-child {
  border-bottom: none;
}
.np-st-faq-q {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.4rem 0;
  font-size: 1.45rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  text-align: left;
  line-height: 1.5;
}
.np-st-faq-q .q-mark {
  background: #004096;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.np-st-faq-q .q-icon {
  margin-left: auto;
  flex-shrink: 0;
  color: #004096;
}
.np-st-faq-a {
  padding: 0 0 1.4rem 3.4rem;
  font-size: 1.4rem;
  color: #444;
  line-height: 1.85;
  display: none;
}

.np-st-cluster-item {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #e3e6ec;
  font-size: 1.35rem;
  color: #333;
  line-height: 1.55;
  transition: color 0.15s;
}
.np-st-cluster-item:last-child {
  border-bottom: none;
}
.np-st-cluster-item::before {
  content: "›";
  color: #004096;
  font-size: 1.6rem;
  font-weight: 700;
  flex-shrink: 0;
}
.np-st-cluster-item:hover {
  color: #004096;
}

.np-st-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.np-st-sidenav {
  background: #e6edf6;
  border-radius: 0.8rem;
  overflow: hidden;
}
.np-st-sidenav-head {
  background: #004096;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.9rem 1.4rem;
}
.np-st-sidenav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.np-st-sidenav li {
  border-bottom: 1px solid rgba(0, 64, 150, 0.1);
}
.np-st-sidenav li:last-child {
  border-bottom: none;
}
.np-st-sidenav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1.4rem;
  font-size: 1.35rem;
  color: #333;
  transition: background 0.15s, color 0.15s;
}
.np-st-sidenav li a::after {
  content: "›";
  color: #004096;
  font-size: 1.5rem;
  font-weight: 700;
}
.np-st-sidenav li a:hover {
  background: rgba(0, 64, 150, 0.06);
  color: #004096;
}
.np-st-sidenav li.is-current a {
  background: #004096;
  color: #fff;
  pointer-events: none;
  font-weight: 700;
}
.np-st-sidenav li.is-current a::after {
  color: rgba(255, 255, 255, 0.6);
}

.np-pl-cluster-link__icon {
  font-size: 2rem;
  align-self: center;
}
.np-pl-cluster-link__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.np-pl-cluster-link__ttl {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.np-pl-courses {
  background: #f0f4fa;
  padding: 5rem 0;
}

.np-pl-courses-head {
  text-align: center;
  margin-bottom: 3.2rem;
}

.np-pl-courses-en {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #004096;
  margin-bottom: 0.4rem;
}

.np-pl-courses-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.np-pl-courses-ttl span {
  color: #004096;
}
@media screen and (min-width: 640px) {
  .np-pl-courses-ttl {
    font-size: 2.6rem;
  }
}

.np-pl-courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
@media screen and (min-width: 640px) {
  .np-pl-courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .np-pl-courses-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

.np-pl-course-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #dde3ec;
  border-radius: 1.2rem;
  text-decoration: none;
  color: #333;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.np-pl-course-card:hover {
  border-color: #004096;
  box-shadow: 0 6px 20px rgba(0, 64, 150, 0.1);
  transform: translateY(-2px);
}
.np-pl-course-card__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.np-pl-course-card__icon {
  font-size: 2.4rem;
  line-height: 1;
  flex-shrink: 0;
}
.np-pl-course-card__label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.05em;
}
.np-pl-course-card__body {
  flex: 1;
}
.np-pl-course-card__name {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}
.np-pl-course-card__desc {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.np-pl-course-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.np-pl-course-card__tag {
  font-size: 1.1rem;
  padding: 0.25rem 0.8rem;
  border-radius: 100px;
  background: #e8f0fe;
  color: #004096;
  font-weight: 600;
}
.np-pl-course-card__arrow {
  align-self: flex-end;
  font-size: 2rem;
  font-weight: 700;
  color: #004096;
  line-height: 1;
  transition: transform 0.2s;
}
.np-pl-course-card:hover .np-pl-course-card__arrow {
  transform: translateX(3px);
}

.np-pl-course-card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #dde3ec;
  border-radius: 1.2rem;
  text-decoration: none;
  color: #333;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.np-pl-course-card:hover {
  border-color: #004096;
  box-shadow: 0 6px 20px rgba(0, 64, 150, 0.1);
  transform: translateY(-2px);
}
.np-pl-course-card__head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.np-pl-course-card__icon {
  font-size: 2.4rem;
  line-height: 1;
  flex-shrink: 0;
}
.np-pl-course-card__label {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004096;
  letter-spacing: 0.05em;
}
.np-pl-course-card__body {
  flex: 1;
}
.np-pl-course-card__name {
  font-size: 1.55rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 0.6rem;
  line-height: 1.4;
}
.np-pl-course-card__desc {
  font-size: 1.3rem;
  color: #555;
  line-height: 1.75;
  margin: 0 0 1rem;
}
.np-pl-course-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.np-pl-course-card__tag {
  font-size: 1.1rem;
  padding: 0.25rem 0.8rem;
  border-radius: 100px;
  background: #e8f0fe;
  color: #004096;
  font-weight: 600;
}
.np-pl-course-card__arrow {
  align-self: flex-end;
  font-size: 2rem;
  font-weight: 700;
  color: #004096;
  line-height: 1;
  transition: transform 0.2s;
}
.np-pl-course-card:hover .np-pl-course-card__arrow {
  transform: translateX(3px);
}

.np-pl-studio-card {
  display: block;
  border: 1px solid #dde3ec;
  border-radius: 1.2rem;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  transition: box-shadow 0.2s, transform 0.2s;
}
.np-pl-studio-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.np-pl-studio-card__head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 2rem;
  color: #fff;
}
.np-pl-studio-card__city-icon {
  font-size: 2.4rem;
  flex-shrink: 0;
  line-height: 1;
}
.np-pl-studio-card__city {
  display: block;
  font-size: 1.1rem;
  opacity: 0.8;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.np-pl-studio-card__name {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.np-pl-studio-card__badge {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 1.1rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.3rem 0.9rem;
  border-radius: 100px;
  white-space: nowrap;
}
.np-pl-studio-card__body {
  padding: 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  background: #fff;
}
.np-pl-studio-card__row {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.35rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}
.np-pl-studio-card__row span:first-child {
  flex-shrink: 0;
}
.np-pl-studio-card__foot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #004096;
  border-top: 1px solid #eee;
  background: #f7f9fc;
  transition: background 0.2s;
}
.np-pl-studio-card__foot span {
  font-size: 1.6rem;
}
.np-pl-studio-card:hover .np-pl-studio-card__foot {
  background: #e8f0fe;
}

.np-hs-studio-block .np-hs-studio-card {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 700px) {
  .np-hs-studio-block .np-hs-studio-card {
    grid-template-columns: 220px 1fr;
    gap: 2.4rem;
  }
}
@media screen and (min-width: 1100px) {
  .np-hs-studio-block .np-hs-studio-card {
    grid-template-columns: 260px 1fr;
    gap: 3rem;
  }
}
.np-hs-studio-block .np-hs-studio-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  border: 2px solid #e0e4ec;
}
.np-hs-studio-block .np-hs-studio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.75;
}
.np-hs-studio-block .np-hs-studio-card-img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem;
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  color: #fff;
  pointer-events: none;
}
.np-hs-studio-block .np-hs-studio-card-img-label span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.np-pl-columns {
  margin: 3rem 0;
}

.np-pl-columns-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}

.np-pl-columns-lead {
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 2.4rem;
}

.np-pl-col-group {
  margin-bottom: 3rem;
}
.np-pl-col-group-ttl {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #004096;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #004096;
  margin-bottom: 1.4rem;
}
.np-pl-col-group-icon {
  font-size: 1.8rem;
}
.np-pl-col-group-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}
@media screen and (min-width: 800px) {
  .np-pl-col-group-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.np-pl-col-group-list li {
  font-size: 1.35rem;
}
.np-pl-col-group-list a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  color: #333;
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eef0f5;
}
.np-pl-col-group-list a::before {
  content: "▶";
  font-size: 0.9rem;
  color: #004096;
  flex-shrink: 0;
}
.np-pl-col-group-list a:hover {
  color: #004096;
}

.np-pl-other-pillars-en {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #004096;
  opacity: 0.75;
  margin-bottom: 0.2rem;
  font-family: "Roboto", sans-serif;
}

.np-pl-section ul {
  list-style: none;
  margin: 1.6rem 0 2.4rem;
  padding: 0;
}
.np-pl-section ul li {
  position: relative;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  padding: 0.7rem 0 0.7rem 2.4rem;
  border-bottom: 1px solid #e3e6ec;
}
@media screen and (min-width: 640px) {
  .np-pl-section ul li {
    font-size: 1.6rem;
  }
}
.np-pl-section ul li:last-child {
  border-bottom: none;
}
.np-pl-section ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.7rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #004096;
  line-height: 1.8;
}
.np-pl-section ol {
  list-style: none;
  counter-reset: pl-ol;
  margin: 1.6rem 0 2.4rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.np-pl-section ol li {
  counter-increment: pl-ol;
  position: relative;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.8;
  padding: 1rem 1.4rem 1rem 4.8rem;
  background: #f7f9fc;
  border: 1px solid #e3e6ec;
  border-radius: 0.8rem;
}
@media screen and (min-width: 640px) {
  .np-pl-section ol li {
    font-size: 1.6rem;
  }
}
.np-pl-section ol li::before {
  content: counter(pl-ol);
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: #004096;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.np-pl-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0 2.4rem;
  font-size: 1.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 64, 150, 0.07);
}
@media screen and (max-width: 640px) {
  .np-pl-section table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.np-pl-section table thead tr {
  background: #004096;
  color: #fff;
}
.np-pl-section table th {
  padding: 1.1rem 1.6rem;
  font-weight: 700;
  font-size: 1.35rem;
  text-align: left;
  letter-spacing: 0.02em;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.np-pl-section table th:last-child {
  border-right: none;
}
.np-pl-section table td {
  padding: 1rem 1.6rem;
  color: #333;
  border-bottom: 1px solid #e3e6ec;
  border-right: 1px solid #e3e6ec;
  vertical-align: top;
  line-height: 1.8;
}
.np-pl-section table td:last-child {
  border-right: none;
}
.np-pl-section table td:first-child {
  font-weight: 700;
  color: #004096;
  background: #f4f7fc;
  white-space: nowrap;
}
.np-pl-section table tbody tr {
  background: #fff;
  transition: background 0.15s;
}
.np-pl-section table tbody tr:hover {
  background: #f0f5fc;
}
.np-pl-section table tbody tr:last-child td {
  border-bottom: none;
}
.np-pl-section table tbody tr:nth-child(even) td {
  background: #f8fafd;
}
.np-pl-section table tbody tr:nth-child(even) td:first-child {
  background: #edf2fa;
}

.np-st-sec-en {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #004096;
  margin-bottom: 0.4rem;
  display: block;
}

.np-st-sec-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.8rem;
  line-height: 1.4;
}
.np-st-sec-ttl span {
  color: #004096;
}
@media (max-width: 640px) {
  .np-st-sec-ttl {
    font-size: 1.9rem;
  }
}

.np-st-hero {
  padding: 7rem 0 5.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.np-st-hero-en {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  opacity: 0.7;
  margin-bottom: 0.8rem;
  display: block;
}
.np-st-hero h1 {
  font-size: 3.2rem;
  line-height: 1.35;
  margin-bottom: 1.4rem;
  font-weight: 900;
}
@media (max-width: 640px) {
  .np-st-hero h1 {
    font-size: 2.2rem;
  }
}
.np-st-hero-lead {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 2.2rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.np-st-hero-badges {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.np-st-hero-badge {
  font-size: 1.25rem;
  padding: 0.5rem 1.2rem;
  border-radius: 100px;
  font-weight: 600;
}
.np-st-hero-cta {
  display: inline-block;
  background: #c2d500;
  color: #000;
  font-weight: 700;
  font-size: 1.65rem;
  padding: 1.4rem 4.4rem;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.np-st-hero-cta:hover {
  opacity: 0.85;
}
.np-st-hero-sub {
  margin-top: 1.2rem;
  font-size: 1.35rem;
  opacity: 0.65;
  display: block;
}

.np-st-method {
  padding: 3rem 0;
  background: #f7f9fc;
}
@media screen and (min-width: 640px) {
  .np-st-method {
    padding: 5.5rem 0;
    background: #f7f9fc;
  }
}
.np-st-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .np-st-method-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.np-st-method-card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.np-st-method-card h3 {
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 0.9rem;
  line-height: 1.5;
}
.np-st-method-card p {
  font-size: 1.35rem;
  line-height: 1.85;
  color: #444;
  margin: 0;
}
.np-st-method-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: #004096;
  opacity: 0.12;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.np-st-method h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}

.np-st-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .np-st-compare {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
}
.np-st-compare-item {
  border-radius: 1.2rem;
  padding: 2.4rem 2.8rem;
}
.np-st-compare-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.np-st-compare-item li {
  font-size: 1.4rem;
  line-height: 1.7;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}
.np-st-compare-item li::before {
  content: "✓";
  font-weight: 900;
  flex-shrink: 0;
  color: #c2d500;
  font-size: 1.5rem;
}
.np-st-compare-item--vt {
  background: #004096;
  color: #fff;
}
.np-st-compare-item--old {
  background: #f5f5f5;
  border: 1.5px solid #dde3ec;
  color: #333;
}
.np-st-compare-item--old li::before {
  content: "✗";
  color: #cc3333;
}
.np-st-compare-head {
  font-size: 1.7rem;
  font-weight: 900;
  margin: 0 0 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1.3;
}
.np-st-compare-item--old .np-st-compare-head {
  border-bottom-color: #dde3ec;
}

.np-st-instructors {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .np-st-instructors {
    padding: 5.5rem 0;
  }
}
.np-st-instructors h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}

.np-st-ins-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .np-st-ins-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .np-st-ins-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.np-st-ins-card {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 1rem;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.np-st-ins-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.np-st-ins-img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}

.np-st-ins-body {
  padding: 1.4rem;
}

.np-st-ins-name {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
}

.np-st-ins-label {
  font-size: 1.1rem;
  color: #004096;
  font-weight: 700;
  margin: 0 0 0.8rem;
  line-height: 1.5;
}

.np-st-ins-career {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.65;
  padding-left: 1.2rem;
  margin: 0 0 1.2rem;
}
.np-st-ins-career li {
  margin-bottom: 0.2rem;
}

.np-st-ins-price {
  background: #f7f9fc;
  border-radius: 0.6rem;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.np-st-ins-price-lbl {
  font-size: 1.1rem;
  color: #666;
}
.np-st-ins-price-val {
  font-size: 1.8rem;
  font-weight: 900;
  color: #004096;
}
.np-st-ins-price-tax {
  font-size: 1.1rem;
  color: #666;
}

.np-st-ins-cta {
  display: flex;
  gap: 0.6rem;
}
.np-st-ins-cta a {
  flex: 1;
  text-align: center;
  padding: 0.7rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  transition: opacity 0.2s;
  text-decoration: none;
}
.np-st-ins-cta a:hover {
  opacity: 0.8;
}
.np-st-ins-cta a:first-child {
  background: #004096;
  color: #fff;
}
.np-st-ins-cta a:last-child {
  border: 1.5px solid #004096;
  color: #004096;
}

.np-st-voice {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .np-st-voice {
    padding: 5.5rem 0;
  }
}
.np-st-voice h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}
.np-st-voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .np-st-voice-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .np-st-voice-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.np-st-voice-card {
  background: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem;
  border: 1px solid #e8edf4;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.np-st-voice-card-top {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.6rem;
}
.np-st-voice-avatar {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #e8edf4;
}
.np-st-voice-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
}
.np-st-voice-role {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 0.4rem;
}
.np-st-voice-stars {
  color: #f5a623;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 0 0 0.4rem;
  display: block;
}
.np-st-voice-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.np-st-voice-tag {
  font-size: 1.1rem;
  padding: 0.3rem 0.8rem;
  border-radius: 100px;
  font-weight: 600;
}
.np-st-voice-highlight {
  border-left: 3px solid #004096;
  padding: 0.8rem 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #004096;
  line-height: 1.6;
  margin: 0 0 1.2rem;
  background: #f0f4fa;
  border-radius: 0 0.6rem 0.6rem 0;
}
.np-st-voice-text {
  font-size: 1.35rem;
  line-height: 1.85;
  color: #444;
  margin: 0;
}

.np-st-more-btn {
  display: inline-block;
  border: 2px solid #004096;
  color: #004096;
  font-weight: 700;
  font-size: 1.45rem;
  padding: 1.1rem 3.4rem;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.2s;
}
.np-st-more-btn:hover {
  opacity: 0.8;
}

.np-st-access {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .np-st-access {
    padding: 5.5rem 0;
  }
}
.np-st-access h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}
.np-st-access-grid {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .np-st-access-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.np-st-access-map {
  border-radius: 1.2rem;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.np-st-access-info h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
.np-st-access-route {
  margin-bottom: 2rem;
}
.np-st-access-route-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.35rem;
}
.np-st-access-route-item .station {
  font-weight: 700;
  min-width: 8rem;
  flex-shrink: 0;
}
.np-st-access-route-item .walk {
  color: #004096;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
}
.np-st-access-address {
  background: #f7f9fc;
  border-radius: 0.8rem;
  padding: 1.4rem;
  font-size: 1.35rem;
  line-height: 2;
}

.np-st-area {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .np-st-area {
    padding: 5.5rem 0;
  }
}
.np-st-area h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}
.np-st-area-grid {
  display: grid;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .np-st-area-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.np-st-area-card {
  border: 1px solid #e8edf4;
  border-radius: 1.2rem;
  padding: 2.2rem;
}
.np-st-area-card h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1.4;
}
.np-st-area-card p {
  font-size: 1.35rem;
  line-height: 1.9;
  color: #444;
  margin: 0;
}

.station-access {
  padding: 5rem 0;
}
.station-access h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0.6rem;
}
.station-access-lead {
  text-align: center;
  color: #666;
  font-size: 1.35rem;
  margin-bottom: 2.8rem;
}
.station-access-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .station-access-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}
.station-access-item {
  display: block;
  background: #fff;
  border: 1px solid #dde3ec;
  border-radius: 0.8rem;
  padding: 1.6rem;
  text-align: center;
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}
.station-access-item:hover {
  background: #154744;
  border-color: #154744;
  color: #fff;
}

.station-name {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.station-walk {
  display: block;
  font-size: 1.2rem;
  opacity: 0.6;
}

.np-st-blog {
  padding: 3rem 0;
}
@media screen and (min-width: 640px) {
  .np-st-blog {
    padding: 5.5rem 0;
  }
}
.np-st-blog-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.np-st-blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 640px) {
  .np-st-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1000px) {
  .np-st-blog-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.np-st-blog-card {
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.np-st-blog-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.np-st-blog-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.np-st-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.np-st-blog-card:hover .np-st-blog-thumb img {
  transform: scale(1.04);
}
.np-st-blog-body {
  padding: 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.np-st-blog-cat {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.3rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 0.6rem;
}
.np-st-blog-date {
  font-size: 1.2rem;
  color: #888;
  margin: 0 0 0.5rem;
}
.np-st-blog-title {
  font-size: 1.35rem;
  line-height: 1.65;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
.np-st-blog-cta {
  text-align: center;
  margin-top: 3rem;
}
.np-st-blog-cta a {
  border: 2px solid #004096;
  color: #004096;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1rem 3rem;
  border-radius: 0.6rem;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
}
.np-st-blog-cta a:hover {
  background: #004096;
  color: #fff;
}
.np-st-blog h2, .np-st-blog-inner h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
}

.np-st-cta {
  padding: 5rem 0;
  text-align: center;
  color: #fff;
}
.np-st-cta h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .np-st-cta h2 {
    font-size: 2rem;
  }
}
.np-st-cta p {
  font-size: 1.55rem;
  opacity: 0.85;
  margin: 0 0 2.2rem;
  line-height: 1.8;
}
.np-st-cta-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1.65rem;
  padding: 1.5rem 4.8rem;
  border-radius: 100px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.np-st-cta-btn:hover {
  opacity: 0.85;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=new-page2026.css.map */