@charset "UTF-8";

/*
 * WordPress integration layer.
 *
 * The approved prototype remains the visual source of truth. This file only
 * normalizes recovered WordPress markup that does not exist in the prototype.
 */

html {
  overflow-x: hidden;
  overflow-x: clip;
}

.nc-prototype main#nc-main {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
}

.nc-prototype .nc-media-section-head h2 {
  text-wrap: balance;
}

.nc-prototype .nc-article-body h2 > .su-heading,
.nc-prototype .nc-article-body h2 > .su-heading > .su-heading-inner {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}

.nc-prototype .nc-article-body h2 > .su-heading::before,
.nc-prototype .nc-article-body h2 > .su-heading::after,
.nc-prototype .nc-article-body h2 > .su-heading > .su-heading-inner::before,
.nc-prototype .nc-article-body h2 > .su-heading > .su-heading-inner::after {
  display: none !important;
  content: none !important;
}

.nc-prototype .nc-article-body h2 br {
  display: none;
}

.nc-prototype .nc-entry-content iframe,
.nc-prototype .nc-entry-content video,
.nc-prototype .nc-entry-content table {
  max-width: 100%;
}

.nc-prototype .nc-entry-content img {
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
}

.nc-prototype .nc-entry-content .su-row .su-column img {
  max-width: 100% !important;
  max-height: none !important;
  height: auto !important;
  object-fit: contain !important;
}

.nc-prototype .nc-article-body picture {
  display: block;
  max-width: 100%;
}

.nc-prototype .nc-article-body img[class*="wp-image-"],
.nc-prototype .nc-article-body img.aligncenter {
  display: block;
  margin: 38px auto !important;
  border-radius: 6px 6px 18px 6px;
  object-fit: contain;
  box-shadow: 0 14px 34px rgba(7, 62, 83, 0.08);
}

.nc-prototype .nc-article-body a > img[class*="wp-image-"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nc-prototype .nc-article-body img.alignleft {
  float: left;
  max-width: min(48%, 360px) !important;
  margin: 8px 28px 20px 0 !important;
}

.nc-prototype .nc-article-body img.alignright {
  float: right;
  max-width: min(48%, 360px) !important;
  margin: 8px 0 20px 28px !important;
}

.nc-prototype .nc-entry-content figure,
.nc-prototype .nc-entry-content .wp-caption {
  width: auto !important;
  max-width: 100% !important;
  margin: 40px auto 46px;
}

.nc-prototype .nc-entry-content figure img,
.nc-prototype .nc-entry-content .wp-caption img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}

.nc-prototype .nc-entry-content figcaption,
.nc-prototype .nc-entry-content .wp-caption-text {
  margin: 10px 0 0;
  color: var(--nc-muted);
  font-size: 11px;
  line-height: 1.75;
  text-align: left;
}

.nc-prototype .nc-entry-content iframe {
  display: block;
  width: 100% !important;
  margin: 34px auto 40px;
  border: 0;
  border-radius: 6px 6px 18px 6px;
  background: var(--nc-mist);
}

.nc-prototype .nc-entry-content iframe[src*="youtube.com"] {
  height: auto !important;
  aspect-ratio: 16 / 9;
}

.nc-prototype .nc-entry-content iframe[src*="google.com"] {
  height: clamp(300px, 48vw, 440px) !important;
}

.nc-prototype .nc-entry-content video,
.nc-prototype .nc-entry-content .wp-video {
  width: 100% !important;
  height: auto !important;
}

.nc-prototype .nc-entry-content .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 34px auto !important;
}

.nc-prototype .nc-entry-content .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 40px auto 48px;
  touch-action: pan-y;
  user-select: none;
}

.nc-prototype .nc-entry-content .slick-list {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px 8px 24px 8px;
  background: var(--nc-mist);
}

.nc-prototype .nc-entry-content .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.nc-prototype .nc-entry-content .slick-track::before,
.nc-prototype .nc-entry-content .slick-track::after {
  display: table;
  content: "";
}

.nc-prototype .nc-entry-content .slick-track::after {
  clear: both;
}

.nc-prototype .nc-entry-content .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nc-prototype .nc-entry-content .slick-initialized .slick-slide {
  display: block;
}

.nc-prototype .nc-entry-content .slick-slide img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0;
  object-fit: contain !important;
  box-shadow: none;
}

.nc-prototype .nc-entry-content .author {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  margin: 54px 0;
  border: 1px solid rgba(3, 109, 126, 0.15);
  border-radius: 8px 8px 26px 8px;
  color: var(--nc-navy);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 201, 77, 0.22), transparent 9rem),
    linear-gradient(135deg, #fffdf8, #f2fbfa);
  box-shadow: 0 18px 44px rgba(7, 62, 83, 0.08);
}

.nc-prototype .nc-entry-content .author .photo {
  margin: 0;
}

.nc-prototype .nc-entry-content .author .photo img {
  width: 168px !important;
  height: auto !important;
  max-width: 168px !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 8px 8px 22px 8px;
  object-fit: contain !important;
  box-shadow: none;
}

.nc-prototype .nc-entry-content .author .txt {
  min-width: 0;
  align-self: center;
}

.nc-prototype .nc-entry-content .author .txt h4 {
  margin: 0 0 10px;
  color: var(--nc-navy-deep);
  font-size: 22px;
  font-weight: 900;
}

.nc-prototype .nc-entry-content .author .txt p {
  margin: 0;
  font-family: inherit !important;
  font-size: 15px;
  line-height: 1.85;
}

.nc-prototype .nc-entry-content .author .sns {
  display: flex;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
  align-items: center;
  gap: 10px;
}

.nc-prototype .nc-entry-content .author .sns li {
  padding: 0;
  margin: 0;
}

.nc-prototype .nc-entry-content .author .sns a {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(3, 109, 126, 0.16);
  border-radius: 50%;
  place-items: center;
  background: var(--nc-white);
  text-decoration: none;
}

.nc-prototype .nc-entry-content .author .sns img {
  width: 21px !important;
  height: 21px !important;
  max-width: 21px !important;
  max-height: 21px !important;
  margin: 0 !important;
  border-radius: 0;
  object-fit: contain !important;
  box-shadow: none;
}

.nc-prototype .nc-entry-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.nc-prototype .nc-entry-content .navi_logo-img {
  width: min(520px, 82%);
  margin: 48px auto !important;
}

.nc-prototype .nc-about-partner-mark {
  display: grid;
  width: min(430px, 100%);
  min-height: 210px;
  padding: 34px;
  border: 1px solid rgba(3, 109, 126, 0.18);
  border-radius: 28px 28px 10px 28px;
  place-content: center;
  color: var(--nc-navy);
  background:
    radial-gradient(circle at 84% 15%, rgba(255, 201, 77, 0.44), transparent 8rem),
    linear-gradient(135deg, #fff8df, #e6fbf8);
  box-shadow: var(--nc-shadow-soft);
  text-align: center;
}

.nc-prototype .nc-about-partner-mark strong,
.nc-prototype .nc-about-partner-mark small {
  display: block;
}

.nc-prototype .nc-about-partner-mark strong {
  color: var(--nc-ocean-deep);
  font-family: "Outfit", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.nc-prototype .nc-about-partner-mark small {
  margin-top: 14px;
  color: var(--nc-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.nc-prototype .nc-archive > header.nc-media-section {
  padding-top: clamp(68px, 9vw, 112px);
  padding-bottom: clamp(48px, 7vw, 82px);
  background:
    radial-gradient(circle at 88% 10%, rgba(35, 195, 206, 0.16), transparent 24rem),
    linear-gradient(135deg, #fffdf9 0%, #f2fbf9 100%);
}

.nc-prototype .nc-archive > header .nc-breadcrumb {
  margin-bottom: 44px;
}

.nc-prototype .nc-archive .nc-article-title h1 {
  max-width: 760px;
}

.nc-prototype .nc-archive .nc-hub-stories {
  padding-top: 64px;
}

.nc-prototype .nc-inline-search {
  width: min(100%, 470px);
  margin: 0;
}

.nc-prototype .nc-pagination {
  display: block;
  margin-top: 54px;
}

.nc-prototype .nc-pagination > ul.page-numbers {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.nc-prototype .nc-pagination > ul.page-numbers > li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nc-prototype .nav-links {
  display: flex;
  margin-top: 54px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.nc-prototype .nc-pagination a.page-numbers,
.nc-prototype .nc-pagination span.page-numbers,
.nc-prototype .nav-links .page-numbers {
  display: inline-grid;
  min-width: 44px;
  min-height: 44px;
  padding: 7px 12px;
  border: 1px solid var(--nc-line);
  border-radius: 999px;
  place-items: center;
  color: var(--nc-navy);
  background: var(--nc-white);
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.nc-prototype .nc-pagination .page-numbers.current,
.nc-prototype .nav-links .page-numbers.current {
  border-color: var(--nc-ocean);
  color: var(--nc-white);
  background: var(--nc-ocean);
}

.nc-prototype .nc-page {
  padding-top: var(--nc-header-h);
}

.nc-prototype .nc-page-hero {
  padding: clamp(56px, 8vw, 92px) 0 clamp(48px, 7vw, 78px);
  background:
    radial-gradient(circle at 90% 8%, rgba(255, 201, 77, 0.2), transparent 22rem),
    radial-gradient(circle at 8% 80%, rgba(35, 195, 206, 0.13), transparent 22rem),
    linear-gradient(135deg, #fffdf9 0%, #f2fbf9 100%);
}

.nc-prototype .nc-page-hero .nc-breadcrumb {
  margin-bottom: 42px;
}

.nc-prototype .nc-page-hero .nc-kicker {
  margin: 0 0 12px;
  color: var(--nc-ocean-deep);
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.nc-prototype .nc-page-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--nc-navy-deep);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.25;
}

.nc-prototype .nc-page-content {
  width: min(840px, calc(100% - 64px));
  padding: 64px 0 110px;
  margin-inline: auto;
  color: #173f55;
  font-size: 18px;
  line-height: 2;
}

.nc-prototype .nc-page-content h2 {
  position: relative;
  padding-top: 22px;
  margin: 70px 0 26px;
  color: var(--nc-navy);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.45;
}

.nc-prototype .nc-page-content h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--nc-coral), var(--nc-sun));
  content: "";
}

.nc-prototype .nc-page-content h3 {
  margin: 42px 0 18px;
  color: var(--nc-navy);
  font-size: 23px;
  font-weight: 900;
}

.nc-prototype .nc-page-content a {
  color: var(--nc-ocean-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nc-prototype .nc-404 {
  display: grid;
  min-height: calc(100vh - var(--nc-header-h));
  padding: calc(var(--nc-header-h) + 72px) 24px 96px;
  place-items: center;
  background:
    radial-gradient(circle at 84% 12%, rgba(255, 201, 77, 0.22), transparent 24rem),
    linear-gradient(135deg, #fffdf9, #f1fbfb);
}

.nc-prototype .nc-404__inner {
  width: min(900px, 100%);
  text-align: center;
}

.nc-prototype .nc-404__code {
  color: rgba(3, 109, 126, 0.14);
  font-family: "Outfit", sans-serif;
  font-size: clamp(88px, 18vw, 180px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.8;
}

.nc-prototype .nc-404 h1 {
  margin: 28px 0 0;
  color: var(--nc-navy);
  font-size: clamp(34px, 4.6vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1.3;
  text-wrap: balance;
}

.nc-prototype .nc-404 p {
  margin: 20px auto 0;
  color: var(--nc-muted);
  font-size: 17px;
}

.nc-prototype .nc-404 .nc-hero-search {
  margin: 30px auto 0;
  text-align: left;
}

.nc-prototype .nc-404__links {
  display: flex;
  margin-top: 26px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.nc-prototype .nc-404__links a {
  color: var(--nc-ocean-deep);
  font-size: 13px;
  font-weight: 800;
}

body.admin-bar.nc-prototype .nc-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.nc-prototype .nc-site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .nc-prototype .nc-article-body h2 {
    text-wrap: pretty;
  }

  .nc-prototype .nc-article-body img[class*="wp-image-"],
  .nc-prototype .nc-article-body img.aligncenter,
  .nc-prototype .nc-article-body img.alignleft,
  .nc-prototype .nc-article-body img.alignright {
    float: none;
    max-width: 100% !important;
    margin: 30px auto !important;
  }

  .nc-prototype .nc-entry-content .slick-slide img[class*="wp-image-"],
  .nc-prototype .nc-entry-content .slick-slide img.aligncenter {
    margin: 0 !important;
  }

  .nc-prototype .nc-entry-content figure,
  .nc-prototype .nc-entry-content .wp-caption {
    margin: 32px auto 38px;
  }

  .nc-prototype .nc-entry-content iframe {
    margin: 28px auto 34px;
  }

  .nc-prototype .nc-entry-content iframe[src*="google.com"] {
    height: auto !important;
    aspect-ratio: 4 / 3;
  }

  .nc-prototype .nc-entry-content .author {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 20px;
    padding: 22px;
    margin: 42px 0;
  }

  .nc-prototype .nc-entry-content .author .photo img {
    width: 112px !important;
    height: auto !important;
    max-width: 112px !important;
    max-height: none !important;
  }

  .nc-prototype .nc-archive > header.nc-media-section {
    padding-top: 52px;
  }

  .nc-prototype .nc-archive > header .nc-breadcrumb {
    margin-bottom: 28px;
  }

  .nc-prototype .nc-archive .nc-media-section-head {
    gap: 18px;
  }

  .nc-prototype .nc-inline-search {
    width: 100%;
  }

  .nc-prototype .nc-page-content {
    width: calc(100% - 36px);
    padding: 48px 0 78px;
    font-size: 17px;
  }

  .nc-prototype .nc-page-content h2 {
    margin-top: 58px;
    font-size: 29px;
  }
}

@media (max-width: 430px) {
  .nc-prototype .nc-entry-content .author {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nc-prototype .nc-entry-content .author .photo img {
    margin-inline: auto !important;
  }

  .nc-prototype .nc-entry-content .author .sns {
    justify-content: center;
  }
}

/*
 * Production safety net for GTranslate's fixed floating UI. Keep generic
 * .gtranslate_wrapper and select.gt_selector elements available so an
 * intentionally embedded inline language selector is not affected.
 */
.nc-v2-site .gtranslate_wrapper .gt_switcher_wrapper,
.nc-v2-site > .gt_switcher_wrapper,
.nc-v2-site .gtranslate_wrapper .gt_float_switcher,
.nc-v2-site > .gt_float_switcher {
  display: none !important;
}
