@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
body, .main {
  background-color: transparent;
}
.logo-image {
  padding: 30px 0 0;
}
.navi-in a:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
body.nnw-is-top, body.nnw-is-about {
  overflow-x: hidden;
}
body.nnw-is-top *, body.nnw-is-top *::before, body.nnw-is-top *::after, body.nnw-is-about *, body.nnw-is-about *::before, body.nnw-is-about *::after {
  box-sizing: border-box;
}
body.nnw-is-top .content, body.nnw-is-about .content {
  margin-top: 0;
}
body.nnw-is-top #content, body.nnw-is-about #content {
  position: relative;
  background: transparent;
  overflow: hidden;
}
body.nnw-is-top .wrap, body.nnw-is-about .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-top .main, body.nnw-is-about .main {
  max-width: 100vw;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-top #content > *, body.nnw-is-about #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-top .header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}
body.nnw-is-top .navi {
  background-color: transparent;
}
body.nnw-is-top .nnw-bg, body.nnw-is-about .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.25;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-top .nnw-bg--1 {
  top: 207vh;
  left: -40vh;
  transform: rotate(-15deg);
}
body.nnw-is-top .nnw-bg--2 {
  top: 362vh;
  right: -410px;
  transform: rotate(9deg);
  opacity: 0.18;
}
body.nnw-is-top .nnw-bg--3 {
  bottom: -34vh;
  left: -25%;
  transform: rotate(-20deg) scale(1.1);
  opacity: 0.22;
}
body.nnw-is-top .nnw-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
body.nnw-is-top .nnw-hero__bg {
  position: absolute;
  inset: 0;
  min-height: 980px;
  background: url("/wp-content/uploads/01_top/01_top_hero_main.jpg") center / cover no-repeat;
  z-index: 0;
}
body.nnw-is-top .nnw-hero__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}
body.nnw-is-top .nnw-hero__catch {
  position: absolute;
  left: 80px;
  bottom: 60px;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 50px);
  font-weight: 400;
  line-height: 1.3;
  max-width: min(82vw, 720px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
body.nnw-is-top .nnw-intro {
  padding: 55px 0 24px;
}
body.nnw-is-top .nnw-intro__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
body.nnw-is-top .nnw-intro__text {
  margin: 0;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 400;
}
body.nnw-is-top .nnw-quick {
  padding: 24px 0 72px;
}
body.nnw-is-top .nnw-quick__inner {
  max-width: 140vh;
  margin: 0 auto;
  padding: 0 24px;
}
body.nnw-is-top .nnw-quick__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}
body.nnw-is-top .nnw-quick__card {
  display: block;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}
body.nnw-is-top .nnw-quick__img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.nnw-is-top .nnw-quick__img--eat {
  background-image: url("/wp-content/uploads/01_top/02_top_quick_eat.jpg");
}
body.nnw-is-top .nnw-quick__img--grow {
  background-image: url("/wp-content/uploads/01_top/03_top_quick_grow_make.jpg");
}
body.nnw-is-top .nnw-quick__img--exp {
  background-image: url("/wp-content/uploads/01_top/04_top_quick_experience.jpg");
}
body.nnw-is-top .nnw-quick__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px 20px 10px 25px;
}
body.nnw-is-top .nnw-quick__label {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  white-space: nowrap;
}
body.nnw-is-top .nnw-quick__desc {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
body.nnw-is-top .nnw-about-teaser {
  padding: 30px 0;
}
body.nnw-is-top .nnw-about-teaser__inner {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr;
  gap: 40px;
  align-items: stretch;
  margin: 100px 0;
}
body.nnw-is-top .nnw-about-teaser__media {
  height: 520px;
  margin-left: calc(50% - 30vw);
  background: url("/wp-content/uploads/01_top/05_top_about_teaser.jpg") center / cover no-repeat;
}
body.nnw-is-top .nnw-about-teaser__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 50px;
}
body.nnw-is-top .nnw-about-teaser__title {
  margin: 0;
  font-size: 75px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: left;
}
body.nnw-is-top .nnw-about-teaser__body {
  margin: 30px 80px 0 0;
  text-align: right;
  min-width: 0;
}
body.nnw-is-top .nnw-about-teaser__text {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body.nnw-is-top .nnw-ourservices-teaser_1 {
  padding: 30px 0;
}
body.nnw-is-top .nnw-ourservices-teaser__inner_1 {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr;
  gap: 40px;
  align-items: stretch;
  margin: 100px 0;
  padding-left: 50px;
}
body.nnw-is-top .nnw-ourservices-teaser__left_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 50px;
  margin: 0 0 0 50px;
}
body.nnw-is-top .nnw-ourservices-teaser__title_1 {
  margin: 0;
  font-size: 75px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: left;
}
body.nnw-is-top .nnw-ourservices-teaser__body_1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  min-width: 0;
}
body.nnw-is-top .nnw-ourservices-teaser__text_1 {
  margin: 30px 0 0;
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body.nnw-is-top .nnw-ourservices-teaser__media_1 {
  height: 520px;
  margin-right: calc(50% - 25vw);
  background: url("/wp-content/uploads/01_top/06_top_ourservices_teaser_01.jpg") center / cover no-repeat;
}
body.nnw-is-top .nnw-ourservices-teaser_2 {
  padding: 30px 0;
}
body.nnw-is-top .nnw-ourservices-teaser__inner_2 {
  display: grid;
  grid-template-columns: 1.2fr 1.4fr;
  gap: 40px;
  align-items: stretch;
  margin: 100px 0;
}
body.nnw-is-top .nnw-ourservices-teaser__media_2 {
  height: 520px;
  margin-left: calc(50% - 30vw);
  background: url("/wp-content/uploads/01_top/07_top_ourservices_teaser_02.jpg") center / cover no-repeat;
}
body.nnw-is-top .nnw-ourservices-teaser__right_2 {
  padding: 0 50px 0 0;
  margin: 0 50px 0 0;
}
body.nnw-is-top .nnw-ourservices-teaser__body_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 80px 0 0;
  text-align: right;
  min-width: 0;
}
body.nnw-is-top .nnw-ourservices-teaser__text_2 {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body.nnw-is-top .nnw-events-teaser {
  padding: 30px 0;
}
body.nnw-is-top .nnw-events-teaser__inner {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr;
  gap: 40px;
  align-items: stretch;
  margin: 100px 0;
}
body.nnw-is-top .nnw-events-teaser__media {
  height: 520px;
  margin-left: calc(50% - 20vw);
  background: url("/wp-content/uploads/01_top/08_top_events_teaser.jpg") center / cover no-repeat;
}
body.nnw-is-top .nnw-events-teaser__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 50px;
  margin: 0 0 0 50px;
}
body.nnw-is-top .nnw-events-teaser__title {
  margin: 0;
  font-size: 75px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-align: left;
}
body.nnw-is-top .nnw-events-teaser__body {
  margin: 30px 80px 0 0;
  text-align: left;
  min-width: 0;
}
body.nnw-is-top .nnw-events-teaser__text {
  font-size: 25px;
  line-height: 2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
body.nnw-is-top .nnw-br-punct {
  display: none;
}
@media screen and (max-width: 834px) {
  body.nnw-is-top .nnw-br-punct {
    display: inline;
  }
}
body.nnw-is-top .nnw-about-teaser__link, body.nnw-is-top .nnw-ourservices-teaser__link_2, body.nnw-is-top .nnw-events-teaser__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 30px 0 0;
  padding: 0 0 0.35em;
  color: #2f372c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 55, 44, 0.55);
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
body.nnw-is-top .nnw-about-teaser__link::before, body.nnw-is-top .nnw-ourservices-teaser__link_2::before, body.nnw-is-top .nnw-events-teaser__link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: rgba(47, 55, 44, 0.15);
}
body.nnw-is-top .nnw-about-teaser__link:hover, body.nnw-is-top .nnw-ourservices-teaser__link_2:hover, body.nnw-is-top .nnw-events-teaser__link:hover {
  transform: translateX(6px);
  border-color: rgba(47, 55, 44, 1);
  opacity: 1;
}
body.nnw-is-top .nnw-ourservices-teaser__link_2 {
  align-self: flex-end;
}
body.nnw-is-about .nnw-about-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 700px;
  overflow: hidden;
}
body.nnw-is-about .nnw-about-hero__bg {
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/02_about/01_about_hero_main.jpg") center center / cover no-repeat;
  z-index: 0;
}
body.nnw-is-about .nnw-about-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.nnw-is-about .nnw-about-hero__title {
  position: absolute;
  left: 80px;
  top: 60px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 9vw, 150px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}
body.nnw-is-about .nnw-about-hero__copy {
  position: absolute;
  right: 80px;
  bottom: 60px;
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: right;
  max-width: min(90vw, 760px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
body.nnw-is-about .nnw-about-intro {
  padding: 72px 0 40px;
}
body.nnw-is-about .nnw-about-intro__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-about .nnw-about-intro__text {
  margin: 0 0 2.2em;
  font-size: 24px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
body.nnw-is-about .nnw-about-intro__text:last-child {
  margin-bottom: 0;
}
body.nnw-is-about .nnw-about-photo {
  margin: 0 0 56px;
}
body.nnw-is-about .nnw-about-photo img {
  display: block;
  width: 100%;
  height: auto;
}
body.nnw-is-about .nnw-about-intro__text + .nnw-about-photo {
  margin-top: 8px;
}
body.nnw-is-about .nnw-about-company {
  padding: 48px 0 120px;
}
body.nnw-is-about .nnw-about-company__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-about .nnw-about-company__title {
  margin: 0 0 36px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.nnw-is-about .nnw-about-company__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
body.nnw-is-about .nnw-about-company__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #d8d8d8;
}
body.nnw-is-about .nnw-about-company__row dt, body.nnw-is-about .nnw-about-company__row dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}
body.nnw-is-about .nnw-about-company__row dt {
  font-weight: 700;
}
body.nnw-is-about .nnw-about-company__row dd a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-about .nnw-about-company__row dd a:hover {
  opacity: 0.7;
}
body.nnw-is-about .nnw-about-company__docs {
  display: grid;
  gap: 14px;
  margin-top: 36px;
}
body.nnw-is-about .nnw-about-company__doc {
  display: inline-block;
  width: fit-content;
  color: inherit;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-about .nnw-about-company__doc:hover {
  opacity: 0.7;
}
body.nnw-is-about .nnw-about-members {
  padding: 40px 0 72px;
}
body.nnw-is-about .nnw-about-members__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-about .nnw-about-members__title {
  margin: 0 0 36px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.nnw-is-about .nnw-about-members__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
body.nnw-is-about .nnw-member-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: start;
}
body.nnw-is-about .nnw-member-card__image {
  margin: 0;
  overflow: hidden;
}
body.nnw-is-about .nnw-member-card__image img {
  display: block;
  width: 100%;
  height: auto;
}
body.nnw-is-about .nnw-member-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.nnw-is-about .nnw-member-card__role {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 700;
}
body.nnw-is-about .nnw-member-card__name {
  margin: 0;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.02em;
}
body.nnw-is-about .nnw-member-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  letter-spacing: 0.02em;
}
body.nnw-is-about .nnw-member-card__linkwrap {
  margin: 6px 0 0;
}
body.nnw-is-about .nnw-member-card__link {
  display: inline-block;
  color: inherit;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-about .nnw-member-card__link:hover {
  opacity: 0.7;
}
body.nnw-is-about .nnw-about-supporters {
  padding: 0 0 120px;
}
body.nnw-is-about .nnw-about-supporters__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-about .nnw-about-supporters__title {
  margin: 0 0 36px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.nnw-is-about .nnw-about-supporters__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
body.nnw-is-top .nnw-instagram-feed {
  padding: 56px 0 96px;
}
body.nnw-is-top .nnw-instagram-feed__inner {
  margin: 0 auto;
}
@media screen and (min-width: 835px) {
  body.nnw-is-top .nnw-instagram-feed__inner {
    max-width: 1500px;
    padding: 0 30px;
  }
  body.nnw-is-top .nnw-instagram-feed__inner #sb_instagram, body.nnw-is-top .nnw-instagram-feed__inner .sbi {
    max-width: 1500px;
    margin: 0 auto !important;
  }
  body.nnw-is-top .nnw-instagram-feed__inner #sb_instagram.sbi_col_3, body.nnw-is-top .nnw-instagram-feed__inner #sb_instagram.sbi_col_4, body.nnw-is-top .nnw-instagram-feed__inner #sb_instagram.sbi_col_5, body.nnw-is-top .nnw-instagram-feed__inner #sb_instagram.sbi_col_6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.nnw-is-top .nnw-instagram-feed__inner #sb_instagram .sbi_item, body.nnw-is-top .nnw-instagram-feed__inner .sbi .sbi_item {
    padding: 6px !important;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1023px) {
  body.nnw-is-top .nnw-bg {
    width: 1700px;
    height: 560px;
    opacity: 0.22;
  }
  body.nnw-is-top .nnw-bg--1 {
    top: 180vh;
    left: -52%;
    transform: rotate(-16deg);
  }
  body.nnw-is-top .nnw-bg--2 {
    top: 325vh;
    right: -48%;
    transform: rotate(10deg);
    opacity: 0.18;
  }
  body.nnw-is-top .nnw-bg--3 {
    bottom: -10vh;
    left: -40%;
    transform: rotate(-18deg) scale(1.05);
    opacity: 0.2;
  }
  body.nnw-is-top .nnw-hero, body.nnw-is-about .nnw-about-hero {
    height: 68vh;
    height: 68svh;
    min-height: 480px;
    max-height: 700px;
  }
  body.nnw-is-top .nnw-hero__bg {
    min-height: auto;
  }
  body.nnw-is-top .nnw-hero__catch {
    left: 48px;
    bottom: 40px;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.5;
    max-width: 82vw;
  }
  body.nnw-is-about .nnw-about-hero__title {
    left: 48px;
    top: 40px;
  }
  body.nnw-is-about .nnw-about-hero__copy {
    right: 48px;
    bottom: 40px;
    font-size: clamp(24px, 3.4vw, 34px);
    line-height: 1.75;
    max-width: 76vw;
  }
  body.nnw-is-about .nnw-about-intro {
    padding: 56px 0 32px;
  }
  body.nnw-is-about .nnw-about-intro__inner {
    padding: 0 32px;
  }
  body.nnw-is-about .nnw-about-intro__text {
    font-size: 23px;
    line-height: 2;
  }
  body.nnw-is-about .nnw-about-photo {
    margin-bottom: 48px;
  }
  body.nnw-is-about .nnw-about-company {
    padding: 40px 0 96px;
  }
  body.nnw-is-about .nnw-about-company__inner, body.nnw-is-about .nnw-about-members__inner, body.nnw-is-about .nnw-about-supporters__inner {
    padding: 0 32px;
  }
  body.nnw-is-about .nnw-about-company__row {
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }
  body.nnw-is-about .nnw-about-company__row dt, body.nnw-is-about .nnw-about-company__row dd, body.nnw-is-about .nnw-about-company__doc {
    font-size: 18px;
  }
  body.nnw-is-about .nnw-about-members {
    padding: 32px 0 56px;
  }
  body.nnw-is-about .nnw-about-members__grid {
    gap: 48px;
  }
  body.nnw-is-about .nnw-member-card {
    grid-template-columns: 260px 1fr;
    gap: 28px;
  }
  body.nnw-is-top .nnw-quick__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  body.nnw-is-top .nnw-quick__label {
    font-size: 30px;
  }
  body.nnw-is-top .nnw-quick__desc {
    font-size: 17px;
    line-height: 1.6;
  }
  body.nnw-is-top .nnw-intro__text {
    font-size: 20px;
    line-height: 2.05;
  }
  body.nnw-is-top .nnw-about-teaser, body.nnw-is-top .nnw-ourservices-teaser_1, body.nnw-is-top .nnw-ourservices-teaser_2, body.nnw-is-top .nnw-events-teaser {
    padding: 20px 0;
  }
  body.nnw-is-top .nnw-about-teaser__inner, body.nnw-is-top .nnw-ourservices-teaser__inner_1, body.nnw-is-top .nnw-ourservices-teaser__inner_2, body.nnw-is-top .nnw-events-teaser__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 56px 0;
    padding-left: 0;
  }
  body.nnw-is-top .nnw-about-teaser__media, body.nnw-is-top .nnw-ourservices-teaser__media_1, body.nnw-is-top .nnw-ourservices-teaser__media_2, body.nnw-is-top .nnw-events-teaser__media {
    order: 1;
    width: calc(100% - 64px);
    max-width: 760px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  body.nnw-is-top .nnw-about-teaser__right, body.nnw-is-top .nnw-ourservices-teaser__left_1, body.nnw-is-top .nnw-ourservices-teaser__right_2, body.nnw-is-top .nnw-events-teaser__left {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    margin: 0;
    text-align: center;
  }
  body.nnw-is-top .nnw-about-teaser__title, body.nnw-is-top .nnw-ourservices-teaser__title_1, body.nnw-is-top .nnw-events-teaser__title {
    margin: 0 0 18px;
    font-size: 60px;
    white-space: nowrap;
    text-align: center;
    order: 1;
  }
  body.nnw-is-top .nnw-about-teaser__body, body.nnw-is-top .nnw-ourservices-teaser__body_1, body.nnw-is-top .nnw-ourservices-teaser__body_2, body.nnw-is-top .nnw-events-teaser__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    order: 2;
    text-align: center;
  }
  body.nnw-is-top .nnw-about-teaser__text, body.nnw-is-top .nnw-ourservices-teaser__text_1, body.nnw-is-top .nnw-ourservices-teaser__text_2, body.nnw-is-top .nnw-events-teaser__text {
    width: 100%;
    max-width: 760px;
    margin: 0;
    font-size: 28px;
    line-height: 2;
    white-space: normal;
    text-align: left;
    order: 1;
  }
  body.nnw-is-top .nnw-about-teaser__link, body.nnw-is-top .nnw-ourservices-teaser__link_2, body.nnw-is-top .nnw-events-teaser__link {
    margin-top: 20px;
    font-size: 32px;
    align-self: center;
    order: 2;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-top .header-container {
    background-color: rgba(255, 255, 255, 0.7);
  }
  body.nnw-is-top .nnw-bg {
    width: 1300px;
    height: 420px;
    opacity: 0.22;
  }
  body.nnw-is-top .nnw-bg--1 {
    top: 150vh;
    left: -54%;
    transform: rotate(-16deg);
  }
  body.nnw-is-top .nnw-bg--2 {
    top: 290vh;
    right: -44%;
    transform: rotate(9deg);
  }
  body.nnw-is-top .nnw-bg--3 {
    bottom: 4vh;
    left: -34%;
    transform: rotate(-16deg) scale(1.02);
  }
  body.nnw-is-top .nnw-hero, body.nnw-is-about .nnw-about-hero {
    height: 58vh;
    height: 58svh;
    min-height: 380px;
    max-height: 520px;
  }
  body.nnw-is-about .nnw-about-hero__title {
    left: 32px;
    top: 32px;
    font-size: clamp(42px, 11vw, 88px);
  }
  body.nnw-is-about .nnw-about-intro {
    padding: 48px 0 28px;
  }
  body.nnw-is-about .nnw-about-intro__inner, body.nnw-is-about .nnw-about-company__inner, body.nnw-is-about .nnw-about-members__inner, body.nnw-is-about .nnw-about-supporters__inner {
    padding: 0 24px;
  }
  body.nnw-is-about .nnw-about-photo {
    margin-bottom: 40px;
  }
  body.nnw-is-about .nnw-about-company {
    padding: 36px 0 80px;
  }
  body.nnw-is-about .nnw-about-company__title {
    margin-bottom: 28px;
  }
  body.nnw-is-about .nnw-about-company__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }
  body.nnw-is-about .nnw-about-company__row dt, body.nnw-is-about .nnw-about-company__row dd, body.nnw-is-about .nnw-about-company__doc {
    font-size: 17px;
    line-height: 1.85;
  }
  body.nnw-is-about .nnw-about-company__docs {
    gap: 12px;
    margin-top: 28px;
  }
  body.nnw-is-about .nnw-about-members {
    padding: 28px 0 48px;
  }
  body.nnw-is-about .nnw-about-members__title {
    margin-bottom: 28px;
  }
  body.nnw-is-about .nnw-about-supporters {
    padding: 0 0 80px;
  }
  body.nnw-is-about .nnw-about-supporters__title {
    margin-bottom: 28px;
  }
  body.nnw-is-about .nnw-member-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.nnw-is-about .nnw-member-card__name {
    font-size: 26px;
  }
  body.nnw-is-about .nnw-member-card__text {
    font-size: 17px;
    line-height: 1.95;
  }
  body.nnw-is-top .nnw-intro {
    padding: 40px 0 20px;
  }
  body.nnw-is-top .nnw-quick__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  body.nnw-is-top .nnw-quick__overlay {
    padding: 12px 12px 8px 12px;
  }
  body.nnw-is-top .nnw-quick__label {
    font-size: 19px;
  }
  body.nnw-is-top .nnw-quick__desc {
    font-size: 15px;
    line-height: 1.6;
  }
  body.nnw-is-top .nnw-about-teaser__media, body.nnw-is-top .nnw-ourservices-teaser__media_1, body.nnw-is-top .nnw-ourservices-teaser__media_2, body.nnw-is-top .nnw-events-teaser__media {
    width: calc(100% - 48px);
    max-width: 620px;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  body.nnw-is-top .nnw-about-teaser__link, body.nnw-is-top .nnw-ourservices-teaser__link_2, body.nnw-is-top .nnw-events-teaser__link {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-top .nnw-bg {
    width: 980px;
    height: 300px;
    opacity: 0.22;
  }
  body.nnw-is-top .nnw-bg--1 {
    top: 122vh;
    left: -56%;
    transform: rotate(-15deg);
  }
  body.nnw-is-top .nnw-bg--2 {
    top: 246vh;
    right: -40%;
    transform: rotate(8deg);
  }
  body.nnw-is-top .nnw-bg--3 {
    bottom: 8vh;
    left: -28%;
    transform: rotate(-14deg) scale(1);
  }
  body.nnw-is-top .nnw-hero, body.nnw-is-about .nnw-about-hero {
    height: 48vh;
    height: 48svh;
    min-height: 300px;
    max-height: 380px;
  }
  body.nnw-is-about .nnw-about-hero__title {
    left: 20px;
    top: 24px;
    font-size: clamp(34px, 12vw, 60px);
  }
  body.nnw-is-about .nnw-about-intro {
    padding: 36px 0 24px;
  }
  body.nnw-is-about .nnw-about-intro__inner, body.nnw-is-about .nnw-about-company__inner, body.nnw-is-about .nnw-about-members__inner, body.nnw-is-about .nnw-about-supporters__inner {
    padding: 0 16px;
  }
  body.nnw-is-about .nnw-about-photo {
    margin-bottom: 32px;
  }
  body.nnw-is-about .nnw-about-company {
    padding: 28px 0 64px;
  }
  body.nnw-is-about .nnw-about-company__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
  body.nnw-is-about .nnw-about-company__row {
    padding: 16px 0;
  }
  body.nnw-is-about .nnw-about-company__row dt, body.nnw-is-about .nnw-about-company__row dd, body.nnw-is-about .nnw-about-company__doc {
    font-size: 16px;
    line-height: 1.8;
  }
  body.nnw-is-about .nnw-about-members {
    padding: 24px 0 40px;
  }
  body.nnw-is-about .nnw-about-members__grid {
    gap: 32px;
  }
  body.nnw-is-about .nnw-member-card__role {
    font-size: 14px;
  }
  body.nnw-is-about .nnw-member-card__name {
    font-size: 24px;
  }
  body.nnw-is-about .nnw-about-supporters {
    padding: 0 0 64px;
  }
  body.nnw-is-top .nnw-intro__inner, body.nnw-is-top .nnw-quick__inner {
    padding: 0 16px;
  }
  body.nnw-is-top .nnw-quick {
    padding: 20px 0 48px;
  }
  body.nnw-is-top .nnw-quick__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  body.nnw-is-top .nnw-quick__overlay {
    padding: 8px 8px 6px 8px;
  }
  body.nnw-is-top .nnw-quick__label {
    font-size: 15px;
  }
  body.nnw-is-top .nnw-quick__desc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.55;
  }
  body.nnw-is-top .nnw-about-teaser, body.nnw-is-top .nnw-ourservices-teaser_1, body.nnw-is-top .nnw-ourservices-teaser_2, body.nnw-is-top .nnw-events-teaser {
    padding: 10px 0;
  }
  body.nnw-is-top .nnw-about-teaser__inner, body.nnw-is-top .nnw-ourservices-teaser__inner_1, body.nnw-is-top .nnw-ourservices-teaser__inner_2, body.nnw-is-top .nnw-events-teaser__inner {
    gap: 20px;
    margin: 32px 0;
  }
  body.nnw-is-top .nnw-about-teaser__media, body.nnw-is-top .nnw-ourservices-teaser__media_1, body.nnw-is-top .nnw-ourservices-teaser__media_2, body.nnw-is-top .nnw-events-teaser__media {
    width: calc(100% - 32px);
    max-width: 100%;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  body.nnw-is-top .nnw-about-teaser__right, body.nnw-is-top .nnw-ourservices-teaser__left_1, body.nnw-is-top .nnw-ourservices-teaser__right_2, body.nnw-is-top .nnw-events-teaser__left {
    padding: 0 16px;
  }
}
body.nnw-is-services {
  overflow-x: hidden;
}
body.nnw-is-services *, body.nnw-is-services *::before, body.nnw-is-services *::after {
  box-sizing: border-box;
}
body.nnw-is-services .content {
  margin-top: 0;
}
body.nnw-is-services #content {
  position: relative;
  background: transparent;
  overflow-x: clip;
  overflow-y: visible;
}
@supports not (overflow: clip) {
  body.nnw-is-services #content {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
body.nnw-is-services .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-services .main {
  width: 100%;
  max-width: none;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-services #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-services .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-services .nnw-bg--1 {
  top: 115vh;
  left: -35vw;
  transform: rotate(-14deg);
}
body.nnw-is-services .nnw-bg--2 {
  top: 300vh;
  right: -28vw;
  transform: rotate(9deg);
  opacity: 0.16;
}
body.nnw-is-services .nnw-services-hero {
  position: relative;
  width: 100%;
  height: 85vh;
  min-height: 700px;
  overflow: hidden;
}
body.nnw-is-services .nnw-services-hero__bg {
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/03_services/01_services_hero_main.jpg") center center / cover no-repeat;
  z-index: 0;
}
body.nnw-is-services .nnw-services-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.16));
}
body.nnw-is-services .nnw-services-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.nnw-is-services .nnw-services-hero__title {
  position: absolute;
  left: 80px;
  top: 60px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 9vw, 150px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0.02em;
}
body.nnw-is-services .nnw-services-intro {
  padding: 72px 0 40px;
}
body.nnw-is-services .nnw-services-intro__inner, body.nnw-is-services .nnw-services-list__inner, body.nnw-is-services .nnw-services-price-link__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-services .nnw-services-intro__text {
  margin: 0 0 2.2em;
  font-size: 24px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  font-weight: 400;
  text-align: left;
}
body.nnw-is-services .nnw-services-intro__text:last-child {
  margin-bottom: 0;
}
body.nnw-is-services .nnw-services-list {
  padding: 24px 0 56px;
}
body.nnw-is-services .nnw-service-card {
  margin-bottom: 88px;
  scroll-margin-top: 120px;
}
body.nnw-is-services .nnw-service-card:last-child {
  margin-bottom: 0;
}
body.nnw-is-services .nnw-service-card__title {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: left;
}
body.nnw-is-services .nnw-service-card__title-ja {
  display: block;
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
body.nnw-is-services .nnw-service-card__title-en {
  display: block;
  margin-top: 6px;
  font-size: clamp(20px, 1.5vw, 25px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
body.nnw-is-services .nnw-service-card__image {
  margin: 0 0 28px;
  overflow: hidden;
}
body.nnw-is-services .nnw-service-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: auto;
}
body.nnw-is-services .nnw-service-card__text {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
}
body.nnw-is-services .nnw-service-card__linkwrap {
  margin: 20px 0 0;
  text-align: right;
}
body.nnw-is-services .nnw-service-card__link {
  display: inline-block;
  color: inherit;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.2s ease;
}
body.nnw-is-services .nnw-service-card__link:hover {
  opacity: 0.7;
}
body.nnw-is-services .nnw-services-price-link {
  padding: 24px 0 120px;
}
body.nnw-is-services .nnw-services-price-link__inner {
  text-align: center;
}
body.nnw-is-services .nnw-services-price-link__text {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.02em;
}
body.nnw-is-services .nnw-services-price-link__button {
  display: inline-block;
  padding: 14px 28px;
  color: inherit;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  border: 1px solid rgba(47, 55, 44, 0.35);
  background: rgba(255, 255, 255, 0.75);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body.nnw-is-services .nnw-services-price-link__button:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
@media screen and (max-width: 1023px) {
  body.nnw-is-services .nnw-bg {
    width: 1700px;
    height: 560px;
    opacity: 0.2;
  }
  body.nnw-is-services .nnw-bg--1 {
    top: 98vh;
    left: -52%;
  }
  body.nnw-is-services .nnw-bg--2 {
    top: 250vh;
    right: -48%;
  }
  body.nnw-is-services .nnw-bg--3 {
    bottom: -10vh;
    left: -34%;
  }
  body.nnw-is-services .nnw-services-hero {
    height: 68vh;
    height: 68svh;
    min-height: 480px;
    max-height: 700px;
  }
  body.nnw-is-services .nnw-services-hero__title {
    left: 48px;
    top: 40px;
  }
  body.nnw-is-services .nnw-services-intro__inner, body.nnw-is-services .nnw-services-list__inner, body.nnw-is-services .nnw-services-price-link__inner {
    padding: 0 32px;
  }
  body.nnw-is-services .nnw-services-intro__text {
    font-size: 23px;
    line-height: 2;
  }
  body.nnw-is-services .nnw-service-card {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-hero {
    height: 58vh;
    height: 58svh;
    min-height: 380px;
    max-height: 520px;
  }
  body.nnw-is-services .nnw-services-hero__title {
    left: 32px;
    top: 32px;
    font-size: clamp(42px, 11vw, 88px);
    line-height: 0.95;
  }
  body.nnw-is-services .nnw-services-intro {
    padding: 48px 0 28px;
  }
  body.nnw-is-services .nnw-services-intro__inner, body.nnw-is-services .nnw-services-list__inner, body.nnw-is-services .nnw-services-price-link__inner {
    padding: 0 24px;
  }
  body.nnw-is-services .nnw-services-list {
    padding: 20px 0 48px;
  }
  body.nnw-is-services .nnw-service-card {
    margin-bottom: 60px;
  }
  body.nnw-is-services .nnw-service-card__title {
    margin-bottom: 18px;
  }
  body.nnw-is-services .nnw-service-card__title-ja {
    font-size: clamp(20px, 5.5vw, 30px);
  }
  body.nnw-is-services .nnw-service-card__title-en {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.55;
  }
  body.nnw-is-services .nnw-service-card__image {
    margin-bottom: 20px;
  }
  body.nnw-is-services .nnw-service-card__text, body.nnw-is-services .nnw-services-price-link__text {
    font-size: 18px;
    line-height: 1.95;
  }
  body.nnw-is-services .nnw-services-price-link {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-bg {
    width: 980px;
    height: 300px;
    opacity: 0.2;
  }
  body.nnw-is-services .nnw-bg--1 {
    top: 88vh;
    left: -58%;
  }
  body.nnw-is-services .nnw-bg--2 {
    top: 224vh;
    right: -42%;
  }
  body.nnw-is-services .nnw-bg--3 {
    bottom: -4vh;
    left: -34%;
  }
  body.nnw-is-services .nnw-services-hero {
    height: 48vh;
    height: 48svh;
    min-height: 300px;
    max-height: 380px;
  }
  body.nnw-is-services .nnw-services-hero__title {
    left: 20px;
    top: 24px;
    font-size: clamp(34px, 12vw, 60px);
    line-height: 0.95;
  }
  body.nnw-is-services .nnw-services-intro {
    padding: 36px 0 24px;
  }
  body.nnw-is-services .nnw-services-intro__inner, body.nnw-is-services .nnw-services-list__inner, body.nnw-is-services .nnw-services-price-link__inner {
    padding: 0 16px;
  }
  body.nnw-is-services .nnw-service-card {
    margin-bottom: 48px;
  }
  body.nnw-is-services .nnw-service-card__title-ja {
    font-size: clamp(15px, 6.5vw, 25px);
  }
  body.nnw-is-services .nnw-service-card__title-en {
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  body.nnw-is-services .nnw-service-card__image img {
    aspect-ratio: 4 / 3;
  }
  body.nnw-is-services .nnw-service-card__text, body.nnw-is-services .nnw-services-price-link__text {
    font-size: 16px;
    line-height: 1.9;
  }
  body.nnw-is-services .nnw-service-card__link, body.nnw-is-services .nnw-services-price-link__button {
    font-size: 15px;
  }
}
body.nnw-is-services .nnw-services-events {
  scroll-margin-top: 80px;
  padding: 44px 0 56px;
}
body.nnw-is-services .nnw-services-events__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-services .nnw-services-events__head {
  display: block;
  margin-bottom: 34px;
  text-align: center;
}
body.nnw-is-services .nnw-services-events__title {
  margin: 0;
  font-size: clamp(42px, 5.8vw, 75px);
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-align: center;
}
body.nnw-is-services .nnw-services-events__sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 20px;
}
body.nnw-is-services .nnw-services-events__sortlink {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0.3em;
  color: #2f372c;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 55, 44, 0.25);
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
body.nnw-is-services .nnw-services-events__sortlink:hover, body.nnw-is-services .nnw-services-events__sortlink.is-active {
  opacity: 1;
  border-color: rgba(47, 55, 44, 0.9);
  transform: translateX(4px);
}
body.nnw-is-services .nnw-services-events__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
body.nnw-is-services .nnw-event-card {
  display: flex;
  flex-direction: column;
}
body.nnw-is-services .nnw-event-card__thumb {
  display: block;
  overflow: hidden;
}
body.nnw-is-services .nnw-event-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  height: auto;
  transition: transform 0.35s ease;
}
body.nnw-is-services .nnw-event-card__thumb:hover img {
  transform: scale(1.04);
}
body.nnw-is-services .nnw-event-card__body {
  padding-top: 16px;
}
body.nnw-is-services .nnw-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 10px;
  color: rgba(47, 55, 44, 0.82);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
body.nnw-is-services .nnw-event-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
body.nnw-is-services .nnw-event-card__title a {
  color: inherit;
  text-decoration: none;
}
body.nnw-is-services .nnw-event-card__title a:hover {
  opacity: 0.75;
}
body.nnw-is-services .nnw-event-card__linkwrap {
  margin: 14px 0 0;
  text-align: right;
}
body.nnw-is-services .nnw-event-card__link {
  display: inline-flex;
  align-items: center;
  color: #2f372c;
  font-size: 16px;
  line-height: 1.6;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 55, 44, 0.5);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body.nnw-is-services .nnw-event-card__link:hover {
  opacity: 0.85;
  transform: translateX(4px);
}
body.nnw-is-services .nnw-services-events__empty {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events {
    padding: 4px 0 48px;
  }
  body.nnw-is-services .nnw-services-events__inner {
    padding: 0 20px;
  }
  body.nnw-is-services .nnw-services-events__head {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  body.nnw-is-services .nnw-services-events__title {
    margin: 0;
    font-size: clamp(34px, 9vw, 56px);
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-event-card__link {
    font-size: 15px;
  }
}
body.nnw-is-contact {
  overflow-x: hidden;
}
body.nnw-is-contact *, body.nnw-is-contact *::before, body.nnw-is-contact *::after {
  box-sizing: border-box;
}
body.nnw-is-contact .content {
  margin-top: 0;
}
body.nnw-is-contact #content {
  position: relative;
  background: transparent;
  overflow: hidden;
}
body.nnw-is-contact .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-contact .main {
  max-width: 100vw;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-contact #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-contact .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-contact .nnw-bg--1 {
  top: 22vh;
  left: -36vw;
  transform: rotate(-14deg);
}
body.nnw-is-contact .nnw-bg--2 {
  bottom: -18vh;
  right: -26vw;
  transform: rotate(10deg);
  opacity: 0.16;
}
body.nnw-is-contact .nnw-contact-intro {
  padding: 50px 0 50px;
}
body.nnw-is-contact .nnw-contact-intro__inner, body.nnw-is-contact .nnw-contact-info__inner, body.nnw-is-contact .nnw-contact-form__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-contact .nnw-contact-intro__title {
  margin: 0 0 32px;
  font-size: clamp(32px, 4.8vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
body.nnw-is-contact .nnw-contact-intro__text {
  margin: 0 0 2.2em;
  font-size: 24px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  font-weight: 400;
}
body.nnw-is-contact .nnw-contact-intro__text:last-child {
  margin-bottom: 0;
}
body.nnw-is-contact .nnw-contact-info {
  padding: 24px 0 72px;
}
body.nnw-is-contact .nnw-contact-info__title {
  margin: 0 0 36px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.nnw-is-contact .nnw-contact-info__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d8d8;
}
body.nnw-is-contact .nnw-contact-info__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #d8d8d8;
}
body.nnw-is-contact .nnw-contact-info__row dt, body.nnw-is-contact .nnw-contact-info__row dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}
body.nnw-is-contact .nnw-contact-info__row dt {
  font-weight: 700;
}
body.nnw-is-contact .nnw-contact-info__row dd a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-contact .nnw-contact-info__row dd a:hover {
  opacity: 0.7;
}
body.nnw-is-contact .nnw-contact-info__note {
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
body.nnw-is-contact .nnw-contact-form {
  padding: 0 0 120px;
}
body.nnw-is-contact .nnw-contact-form__title {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.nnw-is-contact .nnw-contact-form__lead {
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.02em;
}
body.nnw-is-contact .nnw-contact-form__body {
  padding: 32px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(47, 55, 44, 0.12);
}
body.nnw-is-contact .nnw-contact-form__body p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.85;
}
body.nnw-is-contact .nnw-contact-form__body label {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}
body.nnw-is-contact .nnw-contact-form__body input[type="text"], body.nnw-is-contact .nnw-contact-form__body input[type="email"], body.nnw-is-contact .nnw-contact-form__body input[type="tel"], body.nnw-is-contact .nnw-contact-form__body textarea, body.nnw-is-contact .nnw-contact-form__body select {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  appearance: none;
}
body.nnw-is-contact .nnw-contact-form__body textarea {
  min-height: 180px;
  resize: vertical;
}
body.nnw-is-contact .nnw-contact-form__body input[type="submit"], body.nnw-is-contact .nnw-contact-form__body button, body.nnw-is-contact .nnw-contact-form__body .wpcf7-submit {
  display: inline-block;
  min-width: 220px;
  padding: 14px 28px;
  border: 1px solid rgba(47, 55, 44, 0.35);
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body.nnw-is-contact .nnw-contact-form__body input[type="submit"]:hover, body.nnw-is-contact .nnw-contact-form__body button:hover, body.nnw-is-contact .nnw-contact-form__body .wpcf7-submit:hover {
  opacity: 0.8;
  transform: translateY(-1px);
}
@media screen and (max-width: 1023px) {
  body.nnw-is-contact .nnw-bg {
    width: 1700px;
    height: 560px;
    opacity: 0.2;
  }
  body.nnw-is-contact .nnw-bg--1 {
    top: 18vh;
    left: -52%;
  }
  body.nnw-is-contact .nnw-bg--2 {
    bottom: -8vh;
    right: -42%;
  }
  body.nnw-is-contact .nnw-contact-intro__inner, body.nnw-is-contact .nnw-contact-info__inner, body.nnw-is-contact .nnw-contact-form__inner {
    padding: 0 32px;
  }
  body.nnw-is-contact .nnw-contact-intro {
    padding: 30px 0 30px;
  }
  body.nnw-is-contact .nnw-contact-intro__text {
    font-size: 23px;
    line-height: 2;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-contact .nnw-contact-intro {
    padding: 25px 0 25px;
  }
  body.nnw-is-contact .nnw-contact-intro__inner, body.nnw-is-contact .nnw-contact-info__inner, body.nnw-is-contact .nnw-contact-form__inner {
    padding: 0 24px;
  }
  body.nnw-is-contact .nnw-contact-intro__title {
    margin-bottom: 24px;
    font-size: clamp(28px, 6.5vw, 44px);
    text-align: center;
  }
  body.nnw-is-contact .nnw-contact-intro__text {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 1.8em;
  }
  body.nnw-is-contact .nnw-contact-info {
    padding: 20px 0 56px;
  }
  body.nnw-is-contact .nnw-contact-info__title, body.nnw-is-contact .nnw-contact-form__title {
    margin-bottom: 28px;
  }
  body.nnw-is-contact .nnw-contact-info__row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px 0;
  }
  body.nnw-is-contact .nnw-contact-info__row dt, body.nnw-is-contact .nnw-contact-info__row dd, body.nnw-is-contact .nnw-contact-form__lead {
    font-size: 17px;
    line-height: 1.85;
  }
  body.nnw-is-contact .nnw-contact-form {
    padding-bottom: 80px;
  }
  body.nnw-is-contact .nnw-contact-form__body {
    padding: 24px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-contact .nnw-bg {
    width: 980px;
    height: 300px;
    opacity: 0.2;
  }
  body.nnw-is-contact .nnw-bg--1 {
    top: 12vh;
    left: -58%;
  }
  body.nnw-is-contact .nnw-bg--2 {
    bottom: -2vh;
    right: -36%;
  }
  body.nnw-is-contact .nnw-contact-intro {
    padding: 20px 0 20px;
  }
  body.nnw-is-contact .nnw-contact-intro__inner, body.nnw-is-contact .nnw-contact-info__inner, body.nnw-is-contact .nnw-contact-form__inner {
    padding: 0 16px;
  }
  body.nnw-is-contact .nnw-contact-intro__title {
    margin-bottom: 20px;
    font-size: clamp(24px, 8vw, 34px);
    text-align: center;
  }
  body.nnw-is-contact .nnw-contact-intro__text {
    font-size: 18px;
    line-height: 1.95;
    margin-bottom: 1.7em;
  }
  body.nnw-is-contact .nnw-contact-info__title, body.nnw-is-contact .nnw-contact-form__title {
    font-size: 28px;
  }
  body.nnw-is-contact .nnw-contact-info__row dt, body.nnw-is-contact .nnw-contact-info__row dd, body.nnw-is-contact .nnw-contact-form__lead, body.nnw-is-contact .nnw-contact-info__note, body.nnw-is-contact .nnw-contact-form__body p, body.nnw-is-contact .nnw-contact-form__body label {
    font-size: 16px;
    line-height: 1.8;
  }
  body.nnw-is-contact .nnw-contact-form {
    padding-bottom: 64px;
  }
  body.nnw-is-contact .nnw-contact-form__body {
    padding: 18px;
  }
  body.nnw-is-contact .nnw-contact-form__body input[type="text"], body.nnw-is-contact .nnw-contact-form__body input[type="email"], body.nnw-is-contact .nnw-contact-form__body input[type="tel"], body.nnw-is-contact .nnw-contact-form__body textarea, body.nnw-is-contact .nnw-contact-form__body select, body.nnw-is-contact .nnw-contact-form__body input[type="submit"], body.nnw-is-contact .nnw-contact-form__body button, body.nnw-is-contact .nnw-contact-form__body .wpcf7-submit {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  #header-container #navi, .header-container #navi, #navi {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
  }
  #header-container .navi-in > ul > .menu-item-has-children > a::after, .header-container .navi-in > ul > .menu-item-has-children > a::after, #navi .navi-in > ul > .menu-item-has-children > a::after {
    display: none !important;
  }
  .mobile-menu-buttons, .mobile-header-menu-buttons {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .logo-image {
    padding: 18px 0 0;
  }
  .logo-image img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 280px !important;
    max-height: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .logo-image {
    padding: 14px 0 0;
  }
  .logo-image img {
    max-width: 240px !important;
    max-height: 60px !important;
  }
}
@media screen and (max-width: 480px) {
  .logo-image {
    padding-top: 20px;
    padding: 10px 0 0;
  }
  .logo-image img {
    max-width: 200px !important;
    max-height: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-top .nnw-hero__catch {
    left: 32px;
    bottom: 32px;
    max-width: 84vw;
    font-size: 24px;
    line-height: 1.5;
  }
  body.nnw-is-top .nnw-intro__text {
    font-size: 18px;
    line-height: 1.9;
    text-align: left;
  }
  body.nnw-is-top .nnw-about-teaser__title, body.nnw-is-top .nnw-ourservices-teaser__title_1, body.nnw-is-top .nnw-events-teaser__title {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 1.2;
    white-space: normal;
  }
  body.nnw-is-top .nnw-about-teaser__text, body.nnw-is-top .nnw-ourservices-teaser__text_1, body.nnw-is-top .nnw-ourservices-teaser__text_2, body.nnw-is-top .nnw-events-teaser__text {
    text-align: left;
    font-size: 18px;
    line-height: 1.85;
  }
  body.nnw-is-about .nnw-about-hero__copy {
    right: 32px;
    bottom: 32px;
    max-width: 78vw;
    font-size: 18px;
    line-height: 1.7;
  }
  body.nnw-is-about .nnw-about-intro__text {
    margin-bottom: 1.9em;
    font-size: 18px;
    line-height: 1.9;
  }
  body.nnw-is-services .nnw-services-intro__text {
    margin-bottom: 1.7em;
    font-size: 18px;
    line-height: 1.9;
  }
  body.nnw-is-services .nnw-service-card__text, body.nnw-is-services .nnw-services-events__intro-text, body.nnw-is-services .nnw-services-price-link__text {
    font-size: 16px;
    line-height: 1.85;
  }
  body.nnw-is-top .nnw-intro__text br, body.nnw-is-top .nnw-about-teaser__text br, body.nnw-is-top .nnw-ourservices-teaser__text_1 br, body.nnw-is-top .nnw-ourservices-teaser__text_2 br, body.nnw-is-top .nnw-events-teaser__text br, body.nnw-is-about .nnw-about-intro__text br, body.nnw-is-about .nnw-member-card__text br, body.nnw-is-services .nnw-services-intro__text br, body.nnw-is-services .nnw-service-card__text br, body.nnw-is-services .nnw-services-events__intro-text br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-top .nnw-hero__catch {
    left: 20px;
    right: 20px;
    bottom: 24px;
    max-width: none;
    font-size: 20px;
    line-height: 1.5;
  }
  body.nnw-is-top .nnw-intro__text {
    font-size: 15px;
    line-height: 1.85;
  }
  body.nnw-is-top .nnw-about-teaser__title, body.nnw-is-top .nnw-ourservices-teaser__title_1, body.nnw-is-top .nnw-events-teaser__title {
    white-space: nowrap;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  body.nnw-is-top .nnw-about-teaser__text, body.nnw-is-top .nnw-ourservices-teaser__text_1, body.nnw-is-top .nnw-ourservices-teaser__text_2, body.nnw-is-top .nnw-events-teaser__text {
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
  }
  body.nnw-is-top .nnw-about-teaser__link, body.nnw-is-top .nnw-ourservices-teaser__link_2, body.nnw-is-top .nnw-events-teaser__link {
    padding-bottom: 0.3em;
    font-size: 17px;
    margin-top: 12px;
  }
  body.nnw-is-about .nnw-about-hero__copy {
    right: 20px;
    left: 20px;
    bottom: 24px;
    max-width: none;
    text-align: right;
    font-size: 16px;
    line-height: 1.7;
  }
  body.nnw-is-about .nnw-about-intro__text {
    margin-bottom: 1.7em;
    font-size: 16px;
    line-height: 1.85;
  }
  body.nnw-is-about .nnw-member-card__text {
    font-size: 15px;
    line-height: 1.8;
  }
  body.nnw-is-services .nnw-services-intro__text {
    font-size: 16px;
    line-height: 1.85;
  }
  body.nnw-is-services .nnw-service-card__title {
    font-size: 28px;
    line-height: 1.3;
  }
  body.nnw-is-services .nnw-service-card__text, body.nnw-is-services .nnw-services-events__intro-text, body.nnw-is-services .nnw-services-price-link__text {
    font-size: 15px;
    line-height: 1.8;
  }
  body.nnw-is-services .nnw-services-events__title {
    font-size: 32px;
    line-height: 1.15;
  }
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background-color: #f4f4f4;
}
#content {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
#footer {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  background: transparent !important;
}
#footer .footer-container, #footer .footer {
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent !important;
}
footer#footer {
  padding: 0;
}
.nnw-footer-custom {
  position: relative;
  overflow: hidden;
  color: #6e7276;
}
.nnw-footer-custom__main {
  position: relative;
  background: transparent;
  padding: 50px 20px 62px;
}
.nnw-footer-custom__inner {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.nnw-footer-custom__name {
  text-decoration: none;
  color: inherit;
  margin: 0;
  font-size: clamp(18px, 2.0vw, 30px);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.nnw-footer-custom__address {
  margin: 12px 0 0;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.nnw-footer-custom__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 28px;
}
.nnw-footer-custom__social-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111;
  text-decoration: none;
}
.nnw-footer-custom__social-link:hover {
  opacity: 0.75;
}
.nnw-footer-custom__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
}
.nnw-footer-custom__icon svg {
  width: 100%;
  height: 100%;
}
.nnw-footer-custom__note-logo {
  display: inline-block;
  font-size: clamp(34px, 3vw, 56px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
}
.nnw-footer-custom__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.nnw-footer-custom__bottom {
  background: #d8d8d8;
  padding: 16px 20px 18px;
  margin: 0;
}
.nnw-footer-custom__bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.nnw-footer-custom__copyright {
  margin: 0;
  font-size: clamp(12px, 1vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #66707b;
}
@media screen and (max-width: 834px) {
  .nnw-footer-custom__main {
    padding: 88px 20px 84px;
  }
  .nnw-footer-custom__name {
    font-size: 26px;
  }
  .nnw-footer-custom__address {
    font-size: 16px;
  }
  .nnw-footer-custom__social {
    gap: 34px;
    margin-top: 40px;
  }
  .nnw-footer-custom__icon {
    width: 58px;
    height: 58px;
  }
  .nnw-footer-custom__note-logo {
    font-size: 52px;
  }
  .nnw-footer-custom__bottom {
    padding: 14px 16px 15px;
  }
}
@media screen and (max-width: 480px) {
  .nnw-footer-custom__main {
    padding: 72px 16px 72px;
  }
  .nnw-footer-custom__name {
    font-size: 22px;
    line-height: 1.5;
  }
  .nnw-footer-custom__address {
    font-size: 14px;
    line-height: 1.8;
  }
  .nnw-footer-custom__social {
    gap: 24px;
    margin-top: 32px;
  }
  .nnw-footer-custom__icon {
    width: 48px;
    height: 48px;
  }
  .nnw-footer-custom__note-logo {
    font-size: 40px;
  }
  .nnw-footer-custom__bottom {
    padding: 22px 16px 26px;
  }
  .nnw-footer-custom__copyright {
    font-size: 13px;
    line-height: 1.7;
  }
}
body.nnw-is-services .nnw-bg--3 {
  bottom: -28vh;
  left: -22vw;
  transform: rotate(-18deg) scale(1.05);
  opacity: 0.18;
  display: none;
}
.nnw-slim-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  z-index: 10050;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.nnw-slim-header.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nnw-slim-header__inner {
  max-width: 1400px;
  min-height: 64px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nnw-slim-header__brand {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  flex: 0 0 auto;
}
.nnw-slim-header__logo {
  display: inline-flex;
  align-items: center;
}
.nnw-slim-header__logo-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 40px;
}
.nnw-slim-header__nav {
  flex: 1 1 auto;
}
.nnw-slim-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nnw-slim-header__item {
  margin: 0;
  padding: 0;
}
.nnw-slim-header__item a:hover {
  opacity: 0.75;
  border-color: rgba(47, 55, 44, 0.5);
}
body.admin-bar .nnw-slim-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .nnw-slim-header {
    top: 46px;
  }
}
.nnw-floating-contact {
  display: none;
}
.nnw-floating-shop {
  display: none;
}
@media screen and (max-width: 1023px) {
  .nnw-floating-shop {
    position: fixed;
    right: 18px;
    bottom: 92px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    z-index: 10059;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .nnw-floating-shop:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }
  .nnw-floating-shop__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 30px;
    flex: 0 0 auto;
  }
  .nnw-floating-shop__icon-image {
    display: block;
    width: 100%;
    height: auto;
  }
  .nnw-floating-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(50, 140, 80, 1.0);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    z-index: 10060;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .nnw-floating-contact:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }
  .nnw-floating-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 25px;
    flex: 0 0 auto;
  }
  .nnw-floating-contact__icon-image {
    display: block;
    width: 100%;
    height: auto;
  }
  .nnw-floating-contact__text {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .nnw-slim-header__inner {
    min-height: 56px;
    padding: 8px 16px;
    gap: 16px;
  }
  .nnw-slim-header__logo-image {
    max-width: 150px;
    max-height: 34px;
  }
  .nnw-floating-shop {
    right: 12px;
    bottom: 76px;
    width: 50px;
    height: 50px;
  }
  .nnw-floating-shop__icon {
    width: 40px;
    height: 25px;
  }
  .nnw-floating-contact {
    right: 12px;
    bottom: 12px;
    gap: 9px;
    padding: 12px 15px;
  }
  .nnw-floating-contact__icon {
    width: 30px;
    height: 30px;
  }
  .nnw-floating-contact__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  #header-container .navi-in > ul > li:last-child, #header-container .navi-in > ul > li:nth-last-child(2), .header-container .navi-in > ul > li:last-child, .header-container .navi-in > ul > li:nth-last-child(2), #navi .navi-in > ul > li:last-child, #navi .navi-in > ul > li:nth-last-child(2) {
    display: none !important;
  }
  .nnw-slim-header__item--shop, .nnw-slim-header__item--contact {
    display: none !important;
  }
}
body.nnw-is-story {
  overflow-x: hidden;
}
body.nnw-is-story *, body.nnw-is-story *::before, body.nnw-is-story *::after {
  box-sizing: border-box;
}
body.nnw-is-story .content {
  margin-top: 0;
}
body.nnw-is-story #content {
  position: relative;
  background: transparent;
  overflow-x: clip;
  overflow-y: visible;
}
@supports not (overflow: clip) {
  body.nnw-is-story #content {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
body.nnw-is-story .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-story .main {
  width: 100%;
  max-width: none;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-story #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-story .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.18;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-story .nnw-bg--1 {
  top: 60vh;
  left: -34vw;
  transform: rotate(-14deg);
}
body.nnw-is-story .nnw-bg--2 {
  bottom: -10vh;
  right: -28vw;
  transform: rotate(10deg);
  opacity: 0.14;
}
body.nnw-is-story .nnw-story-hero {
  padding: 96px 0 48px;
}
body.nnw-is-story .nnw-story-hero__inner, body.nnw-is-story .nnw-story-intro__inner, body.nnw-is-story .nnw-story-section__inner, body.nnw-is-story .nnw-story-quote__inner, body.nnw-is-story .nnw-story-future__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-story .nnw-story-hero__eyebrow, body.nnw-is-story .nnw-story-section__eyebrow, body.nnw-is-story .nnw-story-future__eyebrow {
  margin: 0 0 12px;
  color: #9e936d;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
body.nnw-is-story .nnw-story-hero__title {
  margin: 0;
  font-size: clamp(25px, 5vw, 40px);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: 0.02em;
}
body.nnw-is-story .nnw-story-hero__lead {
  margin: 28px 0 0;
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.02em;
}
body.nnw-is-story .nnw-story-intro {
  padding: 24px 0 88px;
}
body.nnw-is-story .nnw-story-intro__grid, body.nnw-is-story .nnw-story-section__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
body.nnw-is-story .nnw-story-section__grid--reverse {
  grid-template-columns: 0.9fr 1.1fr;
}
body.nnw-is-story .nnw-story-intro__text, body.nnw-is-story .nnw-story-section__text, body.nnw-is-story .nnw-story-future__text {
  margin: 0 0 1.8em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
}
body.nnw-is-story .nnw-story-intro__text:last-child, body.nnw-is-story .nnw-story-section__text:last-child, body.nnw-is-story .nnw-story-future__text:last-child {
  margin-bottom: 0;
}
body.nnw-is-story .nnw-story-intro__image, body.nnw-is-story .nnw-story-section__image {
  margin: 0;
}
body.nnw-is-story .nnw-story-intro__image img, body.nnw-is-story .nnw-story-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
body.nnw-is-story .nnw-story-section {
  padding: 0 0 96px;
}
body.nnw-is-story .nnw-story-section--alt {
  padding-bottom: 88px;
}
body.nnw-is-story .nnw-story-section__head, body.nnw-is-story .nnw-story-future__head {
  margin-bottom: 32px;
}
body.nnw-is-story .nnw-story-section__title, body.nnw-is-story .nnw-story-future__title {
  margin: 0;
  font-size: clamp(25px, 3.2vw, 30px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
body.nnw-is-story .nnw-story-quote {
  padding: 0 0 88px;
}
body.nnw-is-story .nnw-story-quote__text {
  margin: 0;
  padding: 42px 48px;
  background: rgba(255, 255, 255, 0.62);
  border-left: 3px solid #9e936d;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
body.nnw-is-story .nnw-story-future {
  padding: 0 0 120px;
}
@media screen and (max-width: 1023px) {
  body.nnw-is-story .nnw-bg {
    width: 1700px;
    height: 560px;
  }
  body.nnw-is-story .nnw-story-hero__inner, body.nnw-is-story .nnw-story-intro__inner, body.nnw-is-story .nnw-story-section__inner, body.nnw-is-story .nnw-story-quote__inner, body.nnw-is-story .nnw-story-future__inner {
    padding: 0 32px;
  }
  body.nnw-is-story .nnw-story-intro__grid, body.nnw-is-story .nnw-story-section__grid, body.nnw-is-story .nnw-story-section__grid--reverse {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-story .nnw-story-hero {
    padding: 80px 0 40px;
  }
  body.nnw-is-story .nnw-story-hero__inner, body.nnw-is-story .nnw-story-intro__inner, body.nnw-is-story .nnw-story-section__inner, body.nnw-is-story .nnw-story-quote__inner, body.nnw-is-story .nnw-story-future__inner {
    padding: 0 24px;
  }
  body.nnw-is-story .nnw-story-hero__lead {
    font-size: 18px;
    line-height: 1.9;
  }
  body.nnw-is-story .nnw-story-intro {
    padding-bottom: 72px;
  }
  body.nnw-is-story .nnw-story-section {
    padding-bottom: 72px;
  }
  body.nnw-is-story .nnw-story-quote {
    padding-bottom: 72px;
  }
  body.nnw-is-story .nnw-story-quote__text {
    padding: 28px 24px;
    font-size: 24px;
    line-height: 1.75;
  }
  body.nnw-is-story .nnw-story-future {
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-story .nnw-bg {
    width: 980px;
    height: 300px;
  }
  body.nnw-is-story .nnw-story-hero {
    padding: 64px 0 32px;
  }
  body.nnw-is-story .nnw-story-hero__inner, body.nnw-is-story .nnw-story-intro__inner, body.nnw-is-story .nnw-story-section__inner, body.nnw-is-story .nnw-story-quote__inner, body.nnw-is-story .nnw-story-future__inner {
    padding: 0 16px;
  }
  body.nnw-is-story .nnw-story-hero__eyebrow, body.nnw-is-story .nnw-story-section__eyebrow, body.nnw-is-story .nnw-story-future__eyebrow {
    font-size: 13px;
  }
  body.nnw-is-story .nnw-story-intro__text, body.nnw-is-story .nnw-story-section__text, body.nnw-is-story .nnw-story-future__text {
    font-size: 16px;
    line-height: 1.9;
  }
  body.nnw-is-story .nnw-story-quote__text {
    padding: 22px 18px;
    font-size: 20px;
  }
  body.nnw-is-story .nnw-story-future {
    padding-bottom: 72px;
  }
}
body.nnw-is-post-common {
  overflow-x: hidden;
}
body.nnw-is-post-common *, body.nnw-is-post-common *::before, body.nnw-is-post-common *::after {
  box-sizing: border-box;
}
body.nnw-is-post-common .content {
  margin-top: 0;
}
body.nnw-is-post-common #content {
  position: relative;
  background: transparent;
  overflow: hidden;
}
body.nnw-is-post-common .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-post-common .main {
  width: 100%;
  max-width: none;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-post-common #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-post-common .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-post-common .nnw-bg--1 {
  top: 100vh;
  left: -34vw;
  transform: rotate(-14deg);
}
body.nnw-is-post-common .nnw-bg--2 {
  bottom: -18vh;
  right: -24vw;
  transform: rotate(10deg);
  opacity: 0.16;
}
body.nnw-is-post-common .nnw-post-hero {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
body.nnw-is-post-common .nnw-post-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
}
body.nnw-is-post-common .nnw-post-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.16)), linear-gradient(to right, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.08));
}
body.nnw-is-post-common .nnw-post-hero__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body.nnw-is-post-common .nnw-post-hero__category {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
body.nnw-is-post-common .nnw-post-hero__category a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.nnw-is-post-common .nnw-post-hero__category a:hover {
  opacity: 0.8;
}
body.nnw-is-post-common .nnw-post-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.015em;
  max-width: min(90vw, 760px);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}
body.nnw-is-post-common .nnw-post-hero__meta {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
body.nnw-is-post-common .nnw-post-hero__meta-sep {
  margin: 0 0.6em;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-hero__inner {
  max-width: 1120px;
  align-items: center;
  text-align: center;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-hero__title {
  max-width: 720px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-hero__overlay {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.14)), linear-gradient(to right, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.06));
}
body.nnw-is-post-common .nnw-post-excerpt {
  padding: 52px 0 0;
}
body.nnw-is-post-common .nnw-post-excerpt__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-post-common .nnw-post-excerpt__text {
  margin: 0;
  font-size: 23px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-excerpt__inner {
  max-width: 980px;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-excerpt__text {
  font-size: 21px;
}
body.nnw-is-post-common .nnw-post-article {
  padding: 44px 0 72px;
}
body.nnw-is-post-common .nnw-post-article__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-post-common .nnw-post-article__content {
  background: rgba(255, 255, 255, 0.92);
  padding: 56px 56px 64px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-article__inner {
  max-width: 980px;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-article__content {
  background: #fff;
  padding: 52px 48px 58px;
  box-shadow: none;
  border: 1px solid #e8e3d7;
}
body.nnw-is-post-common .nnw-post-article__content > *:first-child {
  margin-top: 0;
}
body.nnw-is-post-common .nnw-post-article__content > *:last-child {
  margin-bottom: 0;
}
body.nnw-is-post-common .nnw-post-article__content p {
  margin: 0 0 1.8em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-post-common .nnw-post-article__content h2 {
  margin: 2.4em 0 1em;
  padding-bottom: 0.35em;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #2f372c;
  border-bottom: 1px solid #d8d8d8;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-article__content h2 {
  border-bottom-color: #cfc7b6;
}
body.nnw-is-post-common .nnw-post-article__content h3 {
  margin: 2em 0 0.9em;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-post-common .nnw-post-article__content h4 {
  margin: 1.8em 0 0.8em;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-post-common .nnw-post-article__content ul, body.nnw-is-post-common .nnw-post-article__content ol {
  margin: 0 0 1.8em 1.4em;
  padding: 0;
}
body.nnw-is-post-common .nnw-post-article__content li {
  margin: 0 0 0.6em;
  font-size: 18px;
  line-height: 1.95;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-post-common .nnw-post-article__content a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-post-common .nnw-post-article__content a:hover {
  opacity: 0.75;
}
body.nnw-is-post-common .nnw-post-article__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
body.nnw-is-post-common .nnw-post-article__content figure {
  margin: 0 0 2.2em;
}
body.nnw-is-post-common .nnw-post-article__content blockquote {
  margin: 0 0 2em;
  padding: 1.2em 1.4em;
  border-left: 3px solid #b7ad8a;
  background: rgba(183, 173, 138, 0.08);
}
body.nnw-is-post-common .nnw-post-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 2em;
}
body.nnw-is-post-common .nnw-post-article__content th, body.nnw-is-post-common .nnw-post-article__content td {
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
body.nnw-is-post-common .nnw-post-article__content .wp-block-button {
  margin-top: 2em;
}
body.nnw-is-post-common .nnw-post-article__content .wp-block-button__link {
  background: #2f372c;
  color: #fff;
  padding: 0.9em 1.5em;
  border: none;
}
body.nnw-is-post-common .nnw-post-article__content .wp-block-separator {
  margin: 2.2em auto;
}
body.nnw-is-post-common .nnw-post-article__page-links {
  margin-top: 2.2em;
  font-size: 16px;
  line-height: 1.8;
}
body.nnw-is-post-common .nnw-post-article__tags {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d8d8d8;
}
body.nnw-is-post-common .nnw-post-article__tags-label {
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #66707b;
}
body.nnw-is-post-common .nnw-post-article__tags-list {
  min-width: 0;
  font-size: 15px;
  line-height: 1.9;
}
body.nnw-is-post-common .nnw-post-article__tags-list a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-post-common .nnw-post-nav {
  padding: 0 0 110px;
}
body.nnw-is-post-common .nnw-post-nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-post-common .nnw-post-page--standard .nnw-post-nav__inner {
  max-width: 980px;
}
body.nnw-is-post-common .nnw-post-nav__links {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid #d8d8d8;
}
body.nnw-is-post-common .nnw-post-nav__item--prev {
  text-align: left;
}
body.nnw-is-post-common .nnw-post-nav__item--next {
  text-align: right;
}
body.nnw-is-post-common .nnw-post-nav__item a, body.nnw-is-post-common .nnw-post-nav__archive {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-post-common .nnw-post-nav__item a:hover, body.nnw-is-post-common .nnw-post-nav__archive:hover {
  opacity: 0.75;
}
@media screen and (max-width: 1023px) {
  body.nnw-is-post-common .nnw-bg {
    width: 1700px;
    height: 560px;
    opacity: 0.22;
  }
  body.nnw-is-post-common .nnw-bg--1 {
    top: 88vh;
    left: -46%;
  }
  body.nnw-is-post-common .nnw-bg--2 {
    bottom: -10vh;
    right: -40%;
  }
  body.nnw-is-post-common .nnw-post-hero__inner {
    padding: 120px 32px 64px;
  }
  body.nnw-is-post-common .nnw-post-excerpt__inner, body.nnw-is-post-common .nnw-post-article__inner, body.nnw-is-post-common .nnw-post-nav__inner {
    padding: 0 32px;
  }
  body.nnw-is-post-common .nnw-post-excerpt__text {
    font-size: 20px;
    line-height: 1.9;
  }
  body.nnw-is-post-common .nnw-post-article__content {
    padding: 44px 40px 52px;
  }
  body.nnw-is-post-common .nnw-post-page--standard .nnw-post-article__content {
    padding: 42px 36px 48px;
  }
  body.nnw-is-post-common .nnw-post-article__content p, body.nnw-is-post-common .nnw-post-article__content li {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-post-common .nnw-post-hero {
    min-height: 25vh;
  }
  body.nnw-is-post-common .nnw-post-hero__inner {
    min-height: 25vh;
    padding: 92px 24px 36px;
  }
  body.nnw-is-post-common .nnw-post-hero__category {
    font-size: 13px;
  }
  body.nnw-is-post-common .nnw-post-hero__meta {
    font-size: 14px;
  }
  body.nnw-is-post-common .nnw-post-excerpt {
    padding-top: 38px;
  }
  body.nnw-is-post-common .nnw-post-excerpt__inner, body.nnw-is-post-common .nnw-post-article__inner, body.nnw-is-post-common .nnw-post-nav__inner {
    padding: 0 24px;
  }
  body.nnw-is-post-common .nnw-post-excerpt__text {
    font-size: 18px;
    line-height: 1.85;
  }
  body.nnw-is-post-common .nnw-post-article {
    padding: 34px 0 60px;
  }
  body.nnw-is-post-common .nnw-post-article__content {
    padding: 34px 24px 40px;
  }
  body.nnw-is-post-common .nnw-post-page--standard .nnw-post-article__content {
    padding: 32px 22px 38px;
  }
  body.nnw-is-post-common .nnw-post-article__content p, body.nnw-is-post-common .nnw-post-article__content li {
    font-size: 16px;
    line-height: 1.85;
  }
  body.nnw-is-post-common .nnw-post-article__content h2 {
    margin-top: 2.1em;
  }
  body.nnw-is-post-common .nnw-post-nav__links {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.nnw-is-post-common .nnw-post-nav__item--prev, body.nnw-is-post-common .nnw-post-nav__item--next, body.nnw-is-post-common .nnw-post-nav__archive {
    text-align: left;
    justify-self: start;
  }
  body.nnw-is-post-common .nnw-post-article__tags {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-post-common .nnw-post-hero__inner {
    padding: 82px 16px 28px;
  }
  body.nnw-is-post-common .nnw-post-excerpt__inner, body.nnw-is-post-common .nnw-post-article__inner, body.nnw-is-post-common .nnw-post-nav__inner {
    padding: 0 16px;
  }
  body.nnw-is-post-common .nnw-post-page--standard .nnw-post-hero__title {
    max-width: 92%;
  }
  body.nnw-is-post-common .nnw-post-excerpt__text {
    font-size: 16px;
    line-height: 1.8;
  }
  body.nnw-is-post-common .nnw-post-article__content {
    padding: 28px 18px 34px;
  }
  body.nnw-is-post-common .nnw-post-page--standard .nnw-post-article__content {
    padding: 26px 16px 32px;
  }
  body.nnw-is-post-common .nnw-post-article__content p, body.nnw-is-post-common .nnw-post-article__content li, body.nnw-is-post-common .nnw-post-article__content th, body.nnw-is-post-common .nnw-post-article__content td {
    font-size: 15px;
    line-height: 1.8;
  }
  body.nnw-is-post-common .nnw-post-article__content h3 {
    font-size: 20px;
  }
  body.nnw-is-post-common .nnw-post-nav {
    padding-bottom: 84px;
  }
}
body.nnw-is-event-post .nnw-post-page--event .nnw-post-excerpt__inner, body.nnw-is-event-post .nnw-post-page--event .nnw-post-article__inner, body.nnw-is-event-post .nnw-post-page--event .nnw-post-nav__inner, body.nnw-is-event-post .nnw-event-detail__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-event-post .nnw-event-detail {
  padding: 20px 0 24px;
}
body.nnw-is-event-post .nnw-event-detail__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
body.nnw-is-event-post .nnw-event-detail__table th {
  width: 240px;
  font-weight: 500;
  background: #f7f4ed;
}
body.nnw-is-event-post .nnw-post-article--event {
  padding-top: 12px;
}
body.nnw-is-event-post .nnw-event-section {
  margin: 0 0 40px;
  padding: 0 0 28px;
  border-bottom: 1px solid #dfdbd1;
}
body.nnw-is-event-post .nnw-event-section:last-of-type {
  margin-bottom: 32px;
}
body.nnw-is-event-post .nnw-event-section__body p {
  margin: 0 0 1.4em;
  font-size: 17px;
  line-height: 1.95;
  color: #2f372c;
}
body.nnw-is-event-post .nnw-event-bullet-list {
  margin: 0;
  padding-left: 1.4em;
}
body.nnw-is-event-post .nnw-event-bullet-list li {
  margin: 0 0 0.65em;
  font-size: 17px;
  line-height: 1.95;
  color: #2f372c;
}
body.nnw-is-event-post .nnw-event-cta {
  margin-top: 36px;
  text-align: center;
}
body.nnw-is-event-post .nnw-event-cta__button {
  display: inline-block;
  min-width: 240px;
  padding: 16px 28px;
  background: #2f372c;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #2f372c;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body.nnw-is-event-post .nnw-event-cta__button:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
@media screen and (max-width: 834px) {
  body.nnw-is-event-post .nnw-post-page--event .nnw-post-excerpt__inner, body.nnw-is-event-post .nnw-post-page--event .nnw-post-article__inner, body.nnw-is-event-post .nnw-post-page--event .nnw-post-nav__inner, body.nnw-is-event-post .nnw-event-detail__inner {
    padding: 0 24px;
  }
  body.nnw-is-event-post .nnw-event-detail__table th, body.nnw-is-event-post .nnw-event-detail__table td {
    padding: 15px 16px;
    font-size: 16px;
  }
  body.nnw-is-event-post .nnw-event-detail__table th {
    width: 180px;
  }
  body.nnw-is-event-post .nnw-event-section__body p, body.nnw-is-event-post .nnw-event-bullet-list li {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-event-post .nnw-post-page--event .nnw-post-excerpt__inner, body.nnw-is-event-post .nnw-post-page--event .nnw-post-article__inner, body.nnw-is-event-post .nnw-post-page--event .nnw-post-nav__inner, body.nnw-is-event-post .nnw-event-detail__inner {
    padding: 0 16px;
  }
  body.nnw-is-event-post .nnw-event-detail__table, body.nnw-is-event-post .nnw-event-detail__table tbody, body.nnw-is-event-post .nnw-event-detail__table tr, body.nnw-is-event-post .nnw-event-detail__table th, body.nnw-is-event-post .nnw-event-detail__table td {
    display: block;
    width: 100%;
  }
  body.nnw-is-event-post .nnw-event-detail__table tr {
    border-bottom: 1px solid #e4e1d8;
  }
  body.nnw-is-event-post .nnw-event-detail__table th {
    border-bottom: none;
    padding-bottom: 6px;
    background: #f7f4ed;
  }
  body.nnw-is-event-post .nnw-event-detail__table td {
    padding-top: 0;
    border-bottom: none;
  }
}
body.nnw-is-event-post .nnw-post-page--event .nnw-post-hero__inner {
  align-items: center;
  text-align: center;
}
body.nnw-is-event-post .nnw-post-page--event .nnw-post-hero__title {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
body.nnw-is-event-post .nnw-post-page--event .nnw-post-excerpt__text {
  max-width: 920px;
  font-size: 18px;
  line-height: 1.9;
}
body.nnw-is-event-post .nnw-event-detail__title {
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 400;
  line-height: 1.4;
}
body.nnw-is-event-post .nnw-event-detail__table th, body.nnw-is-event-post .nnw-event-detail__table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e4e1d8;
  vertical-align: top;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
body.nnw-is-event-post .nnw-event-section__title {
  margin: 0 0 18px;
  letter-spacing: 0.02em;
  color: #2f372c;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  line-height: 1.4;
}
body.nnw-is-event-post .nnw-event-section__body p, body.nnw-is-event-post .nnw-event-bullet-list li {
  font-size: 15px;
  line-height: 1.85;
}
body.nnw-is-event-post .nnw-post-article--event .nnw-post-article__content {
  margin-top: 28px;
  display: none;
}
@media screen and (max-width: 834px) {
  body.nnw-is-event-post .nnw-post-page--event .nnw-post-hero__title {
    max-width: 90%;
    font-size: clamp(22px, 5vw, 32px);
  }
  body.nnw-is-event-post .nnw-post-page--event .nnw-post-excerpt__text {
    font-size: 16px;
    line-height: 1.85;
  }
  body.nnw-is-event-post .nnw-event-detail__title {
    font-size: clamp(20px, 5vw, 28px);
  }
  body.nnw-is-event-post .nnw-event-detail__table th, body.nnw-is-event-post .nnw-event-detail__table td, body.nnw-is-event-post .nnw-event-section__body p, body.nnw-is-event-post .nnw-event-bullet-list li {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.nnw-is-event-post .nnw-event-keyfacts {
  padding: 28px 0 8px;
}
body.nnw-is-event-post .nnw-event-keyfacts__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
body.nnw-is-event-post .nnw-event-keyfacts__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #dfdbd1;
}
body.nnw-is-event-post .nnw-event-keyfacts__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  color: #2f372c;
}
body.nnw-is-event-post .nnw-event-keyfacts__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.nnw-is-event-post .nnw-event-keyfacts__text {
  min-width: 0;
}
body.nnw-is-event-post .nnw-event-keyfacts__label {
  display: block;
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #6a6a6a;
}
body.nnw-is-event-post .nnw-event-keyfacts__value {
  display: block;
  font-size: 17px;
  line-height: 1.7;
  color: #2f372c;
  word-break: break-word;
}
body.nnw-is-event-post .nnw-event-keyfacts__item--price .nnw-event-keyfacts__value--price {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  body.nnw-is-event-post .nnw-event-keyfacts__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-event-post .nnw-event-keyfacts {
    padding: 24px 0 4px;
  }
  body.nnw-is-event-post .nnw-event-keyfacts__inner {
    padding: 0 24px;
    gap: 14px;
  }
  body.nnw-is-event-post .nnw-event-keyfacts__item {
    padding: 16px;
  }
  body.nnw-is-event-post .nnw-event-keyfacts__value {
    font-size: 16px;
  }
  body.nnw-is-event-post .nnw-event-keyfacts__item--price .nnw-event-keyfacts__value--price {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-event-post .nnw-event-keyfacts__inner {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}
body.nnw-is-event-post .nnw-event-slider {
  padding: 18px 0 30px;
}
body.nnw-is-event-post .nnw-event-slider__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-event-post .nnw-event-slider__viewport {
  overflow: hidden;
  background: #ffffff;
  outline: none;
}
body.nnw-is-event-post .nnw-event-slider__track {
  display: flex;
  transition: transform 0.8s ease;
  will-change: transform;
}
body.nnw-is-event-post .nnw-event-slider__slide {
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
}
body.nnw-is-event-post .nnw-event-slider__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
body.nnw-is-event-post .nnw-event-slider__caption {
  padding: 12px 16px 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #5a5f56;
  background: #fff;
}
body.nnw-is-event-post .nnw-event-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  border: none;
  background: rgba(47, 55, 44, 0.78);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
body.nnw-is-event-post .nnw-event-slider__nav--prev {
  left: 52px;
}
body.nnw-is-event-post .nnw-event-slider__nav--next {
  right: 52px;
}
body.nnw-is-event-post .nnw-event-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}
body.nnw-is-event-post .nnw-event-slider__dot {
  width: 10px;
  height: 10px;
  border: none;
  padding: 0;
  background: #c9c7c0;
  border-radius: 50%;
  cursor: pointer;
}
body.nnw-is-event-post .nnw-event-slider__dot.is-active {
  background: #2f372c;
}
@media screen and (max-width: 834px) {
  body.nnw-is-event-post .nnw-event-slider {
    padding: 14px 0 24px;
  }
  body.nnw-is-event-post .nnw-event-slider__inner {
    padding: 0 24px;
  }
  body.nnw-is-event-post .nnw-event-slider__nav {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 24px;
  }
  body.nnw-is-event-post .nnw-event-slider__nav--prev {
    left: 30px;
  }
  body.nnw-is-event-post .nnw-event-slider__nav--next {
    right: 30px;
  }
  body.nnw-is-event-post .nnw-event-slider__caption {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-event-post .nnw-event-slider__inner {
    padding: 0 16px;
  }
  body.nnw-is-event-post .nnw-event-slider__nav--prev {
    left: 20px;
  }
  body.nnw-is-event-post .nnw-event-slider__nav--next {
    right: 20px;
  }
}
body.nnw-is-news {
  overflow-x: hidden;
}
body.nnw-is-news *, body.nnw-is-news *::before, body.nnw-is-news *::after {
  box-sizing: border-box;
}
body.nnw-is-news .content {
  margin-top: 0;
}
body.nnw-is-news #content {
  position: relative;
  background: transparent;
  overflow: hidden;
}
body.nnw-is-news .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-news .main {
  max-width: 100vw;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-news #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-news .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-news .nnw-bg--1 {
  top: 20vh;
  left: -35vw;
  transform: rotate(-14deg);
}
body.nnw-is-news .nnw-bg--2 {
  bottom: -10vh;
  right: -28vw;
  transform: rotate(10deg);
}
body.nnw-is-news .nnw-news-hero {
  padding: 50px 0 50px;
}
body.nnw-is-news .nnw-news-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
body.nnw-is-news .nnw-news-hero__title {
  margin: 0;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.nnw-is-news .nnw-news-hero__lead {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #4f554b;
}
body.nnw-is-news .nnw-news-archive {
  padding: 0 0 120px;
}
body.nnw-is-news .nnw-news-archive__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-news .nnw-news-archive__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
body.nnw-is-news .nnw-news-row {
  min-width: 0;
}
body.nnw-is-news .nnw-news-row__image {
  margin: 0;
  overflow: hidden;
  background: #f5f3ee;
    height: 100%;
}
body.nnw-is-news .nnw-news-row__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.nnw-is-news .nnw-news-row__link:hover .nnw-news-row__title {
  text-decoration: underline;
}
body.nnw-is-news .nnw-news-card__link:hover .nnw-news-card__more {
  opacity: 0.7;
}
body.nnw-is-news .nnw-news-pagination {
  margin-top: 56px;
}
body.nnw-is-news .nnw-news-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
body.nnw-is-news .nnw-news-pagination .page-numbers li {
  margin: 0;
}
body.nnw-is-news .nnw-news-pagination .page-numbers a, body.nnw-is-news .nnw-news-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d7d4ca;
  color: inherit;
  text-decoration: none;
  font-size: 15px;
}
body.nnw-is-news .nnw-news-pagination .page-numbers .current {
  background: #2f372c;
  color: #fff;
  border-color: #2f372c;
}
body.nnw-is-news .nnw-news-empty {
  padding: 36px 0 0;
}
body.nnw-is-news .nnw-news-empty__text {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 834px) {
  body.nnw-is-news .nnw-news-hero {
    padding: 30px 0 30px;
  }
  body.nnw-is-news .nnw-news-hero__inner, body.nnw-is-news .nnw-news-archive__inner {
    padding: 0 24px;
  }
  body.nnw-is-news .nnw-news-hero__lead {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  body.nnw-is-news .nnw-news-hero__inner, body.nnw-is-news .nnw-news-archive__inner {
    padding: 0 16px;
  }
}
body.nnw-is-top .nnw-news {
  padding: 32px 0 72px;
}
body.nnw-is-top .nnw-news__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-top .nnw-news__heading {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
body.nnw-is-top .nnw-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d8c78f;
}
body.nnw-is-top .nnw-news__item {
  margin: 0;
  border-bottom: 1px solid #d8c78f;
}
body.nnw-is-top .nnw-news__link {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px 0;
  color: inherit;
  text-decoration: none;
}
body.nnw-is-top .nnw-news__date {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
  color: #6f7569;
  white-space: nowrap;
}
body.nnw-is-top .nnw-news__title {
  display: block;
  min-width: 0;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
body.nnw-is-top .nnw-news__more {
  display: inline-block;
  margin-left: 12px;
  font-size: 14px;
  line-height: 1.7;
  white-space: nowrap;
  color: #6f7569;
}
body.nnw-is-top .nnw-news__link:hover .nnw-news__title, body.nnw-is-top .nnw-news__link:hover .nnw-news__more {
  text-decoration: underline;
}
@media screen and (max-width: 834px) {
  body.nnw-is-top .nnw-news {
    padding: 24px 0 56px;
  }
  body.nnw-is-top .nnw-news__inner {
    padding: 0 24px;
  }
  body.nnw-is-top .nnw-news__heading {
    margin-bottom: 18px;
    font-size: clamp(24px, 6vw, 34px);
    text-align: center;
  }
  body.nnw-is-top .nnw-news__link {
    grid-template-columns: 92px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 16px 0;
  }
  body.nnw-is-top .nnw-news__date {
    font-size: 12px;
  }
  body.nnw-is-top .nnw-news__title {
    font-size: 15px;
    line-height: 1.7;
  }
  body.nnw-is-top .nnw-news__more {
    margin-left: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-top .nnw-news__inner {
    padding: 0 16px;
  }
  body.nnw-is-top .nnw-news__heading {
    font-size: 26px;
    text-align: center;
  }
  body.nnw-is-top .nnw-news__link {
    grid-template-columns: 78px 1fr auto;
    gap: 10px;
  }
  body.nnw-is-top .nnw-news__date {
    font-size: 11px;
  }
  body.nnw-is-top .nnw-news__title {
    font-size: 14px;
  }
  body.nnw-is-top .nnw-news__more {
    font-size: 11px;
  }
}
body.nnw-is-services .nnw-services-events__intro-image {
  margin: 0 0 24px;
  width: 100%;
  overflow: hidden;
}
body.nnw-is-services .nnw-services-events__intro-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 5.5;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events__intro-image img {
    aspect-ratio: 16 / 7;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-services-events__intro-image img {
    aspect-ratio: 16 / 8;
  }
}
body.nnw-is-services .nnw-services-events__subhead {
  margin: 36px 0 22px;
  text-align: center;
}
body.nnw-is-services .nnw-services-events__subhead-label {
  display: inline-block;
  margin: 0;
  padding: 0 18px 10px;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(216, 199, 143, 0.9);
  color: #2f372c;
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events__subhead {
    margin: 28px 0 18px;
  }
  body.nnw-is-services .nnw-services-events__subhead-label {
    padding: 0 14px 8px;
    font-size: 18px;
  }
}
body.nnw-is-services .nnw-event-card.is-hidden {
  display: none;
}
body.nnw-is-services .nnw-services-events__more {
  margin-top: 32px;
  text-align: center;
}
body.nnw-is-services .nnw-services-events__more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border: 1px solid rgba(47, 55, 44, 0.28);
  background: rgba(255, 255, 255, 0.88);
  color: inherit;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
body.nnw-is-services .nnw-services-events__more-button:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events__more {
    margin-top: 26px;
  }
  body.nnw-is-services .nnw-services-events__more-button {
    min-width: 180px;
    padding: 12px 22px;
    font-size: 15px;
  }
}
body.nnw-is-services #events-list {
  scroll-margin-top: 130px;
}
body.nnw-is-services .nnw-services-events__toolbar {
  margin-top: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events__toolbar {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-services-events__toolbar {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-event-card__thumb {
    width: 100%;
  }
  body.nnw-is-services .nnw-event-card__thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }
  body.nnw-is-services .nnw-event-card__body {
    padding-top: 0;
    min-width: 0;
  }
  body.nnw-is-services .nnw-event-card__meta {
    margin: 0 0 6px;
    font-size: 12px;
    line-height: 1.6;
    gap: 6px 12px;
  }
  body.nnw-is-services .nnw-event-card__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
  }
  body.nnw-is-services .nnw-event-card__linkwrap {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-services-events__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.nnw-is-services .nnw-event-card__meta {
    font-size: 11px;
    line-height: 1.55;
  }
  body.nnw-is-services .nnw-event-card__title {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body.nnw-is-services .nnw-event-card {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 14px;
    align-items: start;
    padding: 0 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #d8c78f;
  }
  body.nnw-is-services .nnw-event-card:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-event-card {
    grid-template-columns: 104px 1fr;
    gap: 12px;
    padding: 0 0 14px;
    margin: 0 0 14px;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-services .nnw-services-events__sort {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }
  body.nnw-is-services .nnw-services-events__sortlink {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid rgba(47, 55, 44, 0.18);
    background: rgba(255, 255, 255, 0.92);
  }
  body.nnw-is-services .nnw-services-events__sortlink.is-active {
    border-color: #2f372c;
    background: #2f372c;
    color: #fff;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-services .nnw-services-events__sort {
    gap: 6px;
  }
  body.nnw-is-services .nnw-services-events__sortlink {
    min-height: 38px;
    padding: 8px 6px;
    font-size: 12px;
  }
}
body.nnw-is-price {
  overflow-x: hidden;
}
body.nnw-is-price *, body.nnw-is-price *::before, body.nnw-is-price *::after {
  box-sizing: border-box;
}
body.nnw-is-price .content {
  margin-top: 0;
}
body.nnw-is-price #content {
  position: relative;
  background: transparent;
  overflow: hidden;
}
body.nnw-is-price .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-price .main {
  max-width: 100vw;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-price #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-price .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-price .nnw-bg--1 {
  top: 20vh;
  left: -35vw;
  transform: rotate(-14deg);
}
body.nnw-is-price .nnw-bg--2 {
  bottom: -12vh;
  right: -28vw;
  transform: rotate(10deg);
}
body.nnw-is-price .nnw-price-hero {
  padding: 40px 0 40px;
}
body.nnw-is-price .nnw-price-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
body.nnw-is-price .nnw-price-hero__title {
  margin: 0;
  font-size: clamp(42px, 7vw, 60px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-price .nnw-price-hero__lead {
  margin: 16px auto 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #4f554b;
}
body.nnw-is-price .nnw-price-content {
  padding: 0 0 120px;
}
body.nnw-is-price .nnw-price-content__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-price .nnw-price-content__body {
  background: rgba(255, 255, 255, 0.92);
  padding: 56px 56px 64px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
body.nnw-is-price .nnw-price-content__body > *:first-child {
  margin-top: 0;
}
body.nnw-is-price .nnw-price-content__body > *:last-child {
  margin-bottom: 0;
}
body.nnw-is-price .nnw-price-content__body p {
  margin: 0 0 1.8em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-price .nnw-price-content__body h2 {
  margin: 2.4em 0 1em;
  padding-bottom: 0.35em;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #2f372c;
  border-bottom: 1px solid #d8d8d8;
}
body.nnw-is-price .nnw-price-content__body h3 {
  margin: 2em 0 0.9em;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-price .nnw-price-content__body h4 {
  margin: 1.8em 0 0.8em;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-price .nnw-price-content__body ul, body.nnw-is-price .nnw-price-content__body ol {
  margin: 0 0 1.8em;
  padding-left: 1.4em;
}
body.nnw-is-price .nnw-price-content__body li {
  margin-bottom: 0.5em;
  font-size: 17px;
  line-height: 1.9;
  color: #2f372c;
}
body.nnw-is-price .nnw-price-content__body strong {
  font-weight: 700;
}
body.nnw-is-price .nnw-price-content__body a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-price .nnw-price-content__body a:hover {
  opacity: 0.7;
}
body.nnw-is-price .nnw-price-content__body hr {
  margin: 42px 0;
  border: 0;
  border-top: 1px solid #ddd8cc;
}
body.nnw-is-price .nnw-price-content__body .has-background {
  margin: 28px 0 32px;
  padding: 24px 24px;
}
body.nnw-is-price .nnw-price-content__body .wp-block-group.has-background, body.nnw-is-price .nnw-price-content__body .wp-block-cover, body.nnw-is-price .nnw-price-content__body .wp-block-quote {
  border: 1px solid #e3ded1;
}
body.nnw-is-price .nnw-price-content__body blockquote {
  margin: 28px 0 32px;
  padding: 22px 24px;
  background: #f8f5ee;
  border-left: 4px solid #b9b09a;
}
body.nnw-is-price .nnw-price-content__body blockquote p:last-child {
  margin-bottom: 0;
}
body.nnw-is-price .nnw-price-content__body .wp-block-table {
  margin: 28px 0 40px;
  overflow-x: auto;
}
body.nnw-is-price .nnw-price-content__body table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd8cc;
}
body.nnw-is-price .nnw-price-content__body th, body.nnw-is-price .nnw-price-content__body td {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.85;
  color: #2f372c;
  border: 1px solid #ddd8cc;
  vertical-align: top;
}
body.nnw-is-price .nnw-price-content__body th {
  width: 28%;
  min-width: 180px;
  font-weight: 700;
  background: #f6f3ea;
  text-align: left;
}
body.nnw-is-price .nnw-price-content__body td {
  background: rgba(255, 255, 255, 0.95);
}
body.nnw-is-price .nnw-price-content__body .wp-block-buttons {
  margin: 30px 0 0;
}
body.nnw-is-price .nnw-price-content__body .wp-block-button__link {
  padding: 0.9em 1.5em;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 1023px) {
  body.nnw-is-price .nnw-bg {
    width: 1700px;
    height: 560px;
    opacity: 0.2;
  }
  body.nnw-is-price .nnw-bg--1 {
    top: 16vh;
    left: -48%;
  }
  body.nnw-is-price .nnw-bg--2 {
    bottom: -6vh;
    right: -42%;
  }
  body.nnw-is-price .nnw-price-hero {
    padding: 30px 0 30px;
  }
  body.nnw-is-price .nnw-price-hero__inner, body.nnw-is-price .nnw-price-content__inner {
    padding: 0 32px;
  }
  body.nnw-is-price .nnw-price-content__body {
    padding: 44px 40px 52px;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-price .nnw-bg {
    width: 1300px;
    height: 420px;
  }
  body.nnw-is-price .nnw-bg--1 {
    top: 12vh;
    left: -56%;
  }
  body.nnw-is-price .nnw-bg--2 {
    bottom: 0;
    right: -48%;
  }
  body.nnw-is-price .nnw-price-hero {
    padding: 30px 0 30px;
  }
  body.nnw-is-price .nnw-price-hero__title {
    font-size: clamp(34px, 9vw, 62px);
  }
  body.nnw-is-price .nnw-price-hero__lead {
    font-size: 16px;
    line-height: 1.8;
  }
  body.nnw-is-price .nnw-price-content {
    padding-bottom: 90px;
  }
  body.nnw-is-price .nnw-price-content__body {
    padding: 34px 28px 42px;
  }
  body.nnw-is-price .nnw-price-content__body p, body.nnw-is-price .nnw-price-content__body li {
    font-size: 16px;
    line-height: 1.9;
  }
  body.nnw-is-price .nnw-price-content__body h2 {
    margin: 56px 0 20px;
    font-size: clamp(24px, 6vw, 36px);
  }
  body.nnw-is-price .nnw-price-content__body h3 {
    margin: 34px 0 14px;
    font-size: 24px;
  }
  body.nnw-is-price .nnw-price-content__body h4 {
    font-size: 18px;
  }
  body.nnw-is-price .nnw-price-content__body th, body.nnw-is-price .nnw-price-content__body td {
    padding: 14px 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  body.nnw-is-price .nnw-price-hero__inner, body.nnw-is-price .nnw-price-content__inner {
    padding: 0 16px;
  }
  body.nnw-is-price .nnw-price-content__body {
    padding: 28px 20px 34px;
    font-size: 15px;
  }
  body.nnw-is-price .nnw-price-content__body .wp-block-table {
    margin: 24px 0 32px;
  }
  body.nnw-is-price .nnw-price-content__body table {
    min-width: 560px;
  }
  body.nnw-is-price .nnw-price-content__body .has-background {
    padding: 18px 16px;
  }
}
@media screen and (max-width: 1023px) {
  #header-container .navi-in, .header-container .navi-in, #navi .navi-in {
    width: 100%;
    overflow: visible !important;
  }
  #header-container .navi-in > ul, .header-container .navi-in > ul, #navi .navi-in > ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    width: 100%;
    margin: 0;
    justify-content: center;
    gap: 8px;
    padding: 0 6px;
    overflow: visible !important;
    white-space: nowrap !important;
  }
  #header-container .navi-in > ul > li, .header-container .navi-in > ul > li, #navi .navi-in > ul > li {
    list-style: none;
    height: auto;
    line-height: 1.3;
    flex: 0 1 auto !important;
    min-width: auto !important;
  }
  #header-container #navi a, .header-container #navi a, #navi a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 42px;
    padding: 6px 4px;
    font-size: clamp(14px, 1.7vw, 16px);
    line-height: 1.2;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
}
@media screen and (max-width: 480px) {
  #header-container .navi-in > ul, .header-container .navi-in > ul, #navi .navi-in > ul {
    gap: 4px;
    padding: 0 4px;
  }
  #header-container #navi a, .header-container #navi a, #navi a {
    min-height: 40px;
    line-height: 1.25;
    font-size: 14px;
    padding: 6px 3px;
    letter-spacing: 0;
  }
}
.nnw-slim-header__item a {
  display: inline-flex;
  align-items: center;
  color: #2f372c;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
  transition: opacity 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
  word-break: normal;
  overflow: visible;
  text-overflow: clip;
}
@media screen and (max-width: 1023px) {
  .nnw-slim-header__nav {
    min-width: 0;
    flex: 1 1 auto;
  }
  .nnw-slim-header__menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
  }
  .nnw-slim-header__item {
    flex: 0 0 auto;
  }
  .nnw-slim-header__item a {
    font-size: clamp(11px, 1.7vw, 13px);
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .nnw-slim-header__menu {
    gap: 20px;
  }
  .nnw-slim-header__item a {
    font-size: 11px;
  }
}
body.nnw-is-about .nnw-about-intro__text, body.nnw-is-services .nnw-services-intro__text, body.nnw-is-contact .nnw-contact-intro__text {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  body.nnw-is-about .nnw-about-intro__text, body.nnw-is-services .nnw-services-intro__text, body.nnw-is-contact .nnw-contact-intro__text {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {
  body.nnw-is-about .nnw-about-intro__text, body.nnw-is-services .nnw-services-intro__text, body.nnw-is-contact .nnw-contact-intro__text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  body.nnw-is-about .nnw-about-intro__text, body.nnw-is-services .nnw-services-intro__text, body.nnw-is-contact .nnw-contact-intro__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 834px) {}
@media screen and (max-width: 420px) {
  body.nnw-is-news .nnw-news-row__body {
    grid-template-columns: 70px 1fr;
    gap: 8px;
  }
  body.nnw-is-news .nnw-news-row__excerpt {
    font-size: 12px;
    line-height: 1.65;
  }
}
body.nnw-is-news .nnw-news-row__excerpt--pc {
  display: inline;
}
body.nnw-is-news .nnw-news-row__excerpt--sp {
  display: none;
}
body.nnw-is-news .nnw-news-row__link {
  color: inherit;
  text-decoration: none;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9d6cc;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 28px;
  align-items: start;
}
body.nnw-is-news .nnw-news-row__body {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: start;
  min-width: 0;
}
body.nnw-is-news .nnw-news-row__date {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #6a6f66;
  display: block;
  margin: 0;
  white-space: nowrap;
}
body.nnw-is-news .nnw-news-row__text {
  min-width: 0;
}
body.nnw-is-news .nnw-news-row__title {
  font-size: 24px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}
body.nnw-is-news .nnw-news-row__excerpt {
  font-size: 15px;
  line-height: 1.95;
  color: #4f554b;
  margin-top: 12px;
}
@media screen and (max-width: 834px) {
  body.nnw-is-news .nnw-news-row__excerpt--pc {
    display: none;
  }
  body.nnw-is-news .nnw-news-row__link {
    grid-template-columns: 150px 1fr;
    gap: 20px;
    align-items: start;
  }
  body.nnw-is-news .nnw-news-row__body {
    grid-template-columns: 88px 1fr;
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
  }
  body.nnw-is-news .nnw-news-row__date {
    white-space: nowrap;
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.7;
  }
  body.nnw-is-news .nnw-news-row__title {
    font-size: 15px;
    line-height: 1.5;
  }
  body.nnw-is-news .nnw-news-row__excerpt {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 8px;
  }
  body.nnw-is-news .nnw-news-row__excerpt--sp {
    display: inline;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  body.nnw-is-news .nnw-news-row__link {
    grid-template-columns: 130px 1fr;
    gap: 12px;
    align-items: start;
  }
  body.nnw-is-news .nnw-news-row__body {
    grid-template-columns: 78px 1fr;
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  body.nnw-is-news .nnw-news-row__date {
    margin: 0 0 6px;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  body.nnw-is-news .nnw-news-row__title {
    font-size: 13px;
    line-height: 1.45;
  }
  body.nnw-is-news .nnw-news-row__excerpt {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 6px;
  }
  body.nnw-is-news .nnw-news-row__excerpt--sp {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 420px) {
  body.nnw-is-news .nnw-news-row__link {
    grid-template-columns: 110px 1fr;
    gap: 10px;
  }
  body.nnw-is-news .nnw-news-row__title {
    font-size: 13px;
  }
  body.nnw-is-news .nnw-news-row__excerpt--sp {
    font-size: 12px;
    line-height: 1.65;
  }
}
:root {
  --footer_overlap: 0px;
  --nnw-anchor-offset: 96px;
}
body.nnw-is-services .nnw-service-card, body.nnw-is-services .nnw-services-events, body.nnw-is-services #events-list {
  scroll-margin-top: var(--nnw-anchor-offset);
}
@media screen and (max-width: 834px) {
  :root {
    --footer_overlap: 100px;
    --nnw-anchor-offset: 88px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    --footer_overlap: 72px;
    --nnw-anchor-offset: 76px;
  }
}
/************************************
** Privacy Policy ページ
************************************/
body.nnw-is-privacy-policy {
  overflow-x: hidden;
}
body.nnw-is-privacy-policy *, body.nnw-is-privacy-policy *::before, body.nnw-is-privacy-policy *::after {
  box-sizing: border-box;
}
body.nnw-is-privacy-policy .content {
  margin-top: 0;
}
body.nnw-is-privacy-policy #content {
  position: relative;
  background: transparent;
  overflow: hidden;
}
body.nnw-is-privacy-policy .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}
body.nnw-is-privacy-policy .main {
  max-width: 100vw;
  padding: 0;
  border: none;
  position: relative;
  z-index: 0;
}
body.nnw-is-privacy-policy #content > * {
  position: relative;
  z-index: 1;
}
body.nnw-is-privacy-policy .nnw-bg {
  position: absolute;
  width: 2650px;
  height: 800px;
  background: url("/wp-content/uploads/bgwave.svg") no-repeat center / contain;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
body.nnw-is-privacy-policy .nnw-bg--1 {
  top: 20vh;
  left: -35vw;
  transform: rotate(-14deg);
}
body.nnw-is-privacy-policy .nnw-bg--2 {
  bottom: -12vh;
  right: -28vw;
  transform: rotate(10deg);
}
/************************************
** Privacy Policy：ヒーロー
************************************/
body.nnw-is-privacy-policy .nnw-privacy-policy-hero {
  padding: 40px 0 40px;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-hero__title {
  margin: 0;
  font-size: clamp(42px, 7vw, 30px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-hero__lead {
  margin: 16px auto 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #4f554b;
}
/************************************
** Privacy Policy：本文エリア
************************************/
body.nnw-is-privacy-policy .nnw-privacy-policy-content {
  padding: 0 0 120px;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body {
  background: rgba(255, 255, 255, 0.92);
  padding: 56px 56px 64px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
/************************************
** Privacy Policy：本文タイポグラフィ
************************************/
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body > *:first-child {
  margin-top: 0;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body > *:last-child {
  margin-bottom: 0;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body p {
  margin: 0 0 1.8em;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body h2 {
  margin: 2.4em 0 1em;
  padding-bottom: 0.35em;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #2f372c;
  border-bottom: 1px solid #d8d8d8;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body h3 {
  margin: 2em 0 0.9em;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body h4 {
  margin: 1.8em 0 0.8em;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #2f372c;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body ul, body.nnw-is-privacy-policy .nnw-privacy-policy-content__body ol {
  margin: 0 0 1.8em;
  padding-left: 1.4em;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body li {
  margin-bottom: 0.5em;
  font-size: 17px;
  line-height: 1.9;
  color: #2f372c;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body strong {
  font-weight: 700;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body a:hover {
  opacity: 0.7;
}
/************************************
** Privacy Policy：区切り・背景ブロック
************************************/
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body hr {
  margin: 42px 0;
  border: 0;
  border-top: 1px solid #ddd8cc;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .has-background {
  margin: 28px 0 32px;
  padding: 24px 24px;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-group.has-background, body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-cover, body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-quote {
  border: 1px solid #e3ded1;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body blockquote {
  margin: 28px 0 32px;
  padding: 22px 24px;
  background: #f8f5ee;
  border-left: 4px solid #b9b09a;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body blockquote p:last-child {
  margin-bottom: 0;
}
/************************************
** Privacy Policy：表
************************************/
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-table {
  margin: 28px 0 40px;
  overflow-x: auto;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd8cc;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body th, body.nnw-is-privacy-policy .nnw-privacy-policy-content__body td {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.85;
  color: #2f372c;
  border: 1px solid #ddd8cc;
  vertical-align: top;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body th {
  width: 28%;
  min-width: 180px;
  font-weight: 700;
  background: #f6f3ea;
  text-align: left;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body td {
  background: rgba(255, 255, 255, 0.95);
}
/************************************
** Privacy Policy：ボタン系ブロック
************************************/
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-buttons {
  margin: 30px 0 0;
}
body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-button__link {
  padding: 0.9em 1.5em;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: none;
}
/************************************
** Privacy Policy：1023px以下
************************************/
@media screen and (max-width: 1023px) {
  body.nnw-is-privacy-policy .nnw-bg {
    width: 1700px;
    height: 560px;
    opacity: 0.2;
  }
  body.nnw-is-privacy-policy .nnw-bg--1 {
    top: 16vh;
    left: -48%;
  }
  body.nnw-is-privacy-policy .nnw-bg--2 {
    bottom: -6vh;
    right: -42%;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-hero {
    padding: 30px 0 30px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-hero__inner, body.nnw-is-privacy-policy .nnw-privacy-policy-content__inner {
    padding: 0 32px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body {
    padding: 44px 40px 52px;
  }
}
/************************************
** Privacy Policy：834px以下
************************************/
@media screen and (max-width: 834px) {
  body.nnw-is-privacy-policy .nnw-bg {
    width: 1300px;
    height: 420px;
  }
  body.nnw-is-privacy-policy .nnw-bg--1 {
    top: 12vh;
    left: -56%;
  }
  body.nnw-is-privacy-policy .nnw-bg--2 {
    bottom: 0;
    right: -48%;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-hero {
    padding: 30px 0 30px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-hero__title {
    font-size: clamp(34px, 9vw, 62px);
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-hero__lead {
    font-size: 16px;
    line-height: 1.8;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content {
    padding-bottom: 90px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body {
    padding: 34px 28px 42px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body p, body.nnw-is-privacy-policy .nnw-privacy-policy-content__body li {
    font-size: 16px;
    line-height: 1.9;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body h2 {
    margin: 56px 0 20px;
    font-size: clamp(24px, 6vw, 36px);
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body h3 {
    margin: 34px 0 14px;
    font-size: 24px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body h4 {
    font-size: 18px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body th, body.nnw-is-privacy-policy .nnw-privacy-policy-content__body td {
    padding: 14px 14px;
    font-size: 15px;
  }
}
/************************************
** Privacy Policy：640px以下
************************************/
@media screen and (max-width: 640px) {
  body.nnw-is-privacy-policy .nnw-privacy-policy-hero__inner, body.nnw-is-privacy-policy .nnw-privacy-policy-content__inner {
    padding: 0 16px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body {
    padding: 28px 20px 34px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body {
    font-size: 15px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .wp-block-table {
    margin: 24px 0 32px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body table {
    min-width: 560px;
  }
  body.nnw-is-privacy-policy .nnw-privacy-policy-content__body .has-background {
    padding: 18px 16px;
  }
}
/************************************
** Footer：著作権は中央、プライバシーポリシーは右端
************************************/
.nnw-footer-custom__bottom-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.nnw-footer-custom__copyright {
  margin: 0;
}
.nnw-footer-custom__privacy-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #66707b;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.nnw-footer-custom__privacy-link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 834px) {
  .nnw-footer-custom__privacy-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .nnw-footer-custom__bottom-inner {
    padding-bottom: 26px;
  }
  .nnw-footer-custom__privacy-link {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    white-space: nowrap;
  }
}
@media screen and (max-width: 834px) {
  .nnw-news-row__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/* スクロール表示アニメーション */
.js-fadeup {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  will-change: opacity, transform;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 834px) {
  .js-fadeup {
    transform: translateY(20px);
    transition: opacity 1.0s ease, transform 1.0s ease;
  }
}