:root {
  --c-bg: #faf8f3;
  --c-ink: #1c1c1e;
  --c-mist: #8b9199;
  --c-accent: #d94e3f;
  --c-indigo: #1a1f3a;
  --c-gold: #d4af37;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--c-bg);
  color: var(--c-ink);
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.section.top-hero {
  background-image: url('../images/mk-bg.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.is-sm {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.is-md {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.is-md.introduction {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is-md.align-centaer {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section.is-lg {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section.is-hero {
  padding-left: 0;
  padding-right: 0;
}

.section.navmenu-wrapper {
  background-color: #0000;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section.display-off {
  display: none;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.container-full {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: static;
}

.container.container-full.absolute {
  position: absolute;
  inset: 0%;
}

.main-4-image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: 50vh 50vh;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  height: 100dvh;
  display: grid;
  position: relative;
  inset: 0%;
}

.bg-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-right: 0;
  overflow: hidden;
}

.bg-image-wrapper.image-1 {
  background-image: url('../images/gd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-image-wrapper.image-2 {
  background-image: url('../images/oct.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70%;
  padding-right: 0;
}

.bg-image-wrapper.image-3 {
  background-image: url('../images/ne.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90%;
}

.bg-image-wrapper.image-4 {
  background-image: url('../images/nu.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90%;
}

.image {
  max-width: 100%;
}

.image-2 {
  max-width: 100%;
  padding-right: 32px;
}

.image-3 {
  max-width: 100%;
}

.image-4 {
  object-fit: fill;
}

.div-block {
  background-image: url('../images/gd.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.mian-copy-wrapper {
  background-image: url('../images/mk-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 500px;
  position: absolute;
  inset: auto auto 0%;
}

.center-block-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 600px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.section-foundations {
  padding: 64px 24px;
}

.container-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: block;
}

.text-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.08;
}

.text-h1.is-hero {
  color: var(--c-ink);
}

.sg-block {
  margin-top: 32px;
}

.text-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
}

.sg-swatch-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-swatch {
  border: 1px solid #e6e2dc;
  border-radius: 8px;
  padding: 16px;
}

.sg-swatch-chip {
  background-color: #fff;
  border-radius: 6px;
  height: 56px;
  margin-bottom: 12px;
}

.sg-swatch-chip.is-bg {
  background-color: var(--c-bg);
}

.sg-swatch-chip.is-ink {
  background-color: var(--c-ink);
}

.sg-swatch-chip.is-mist {
  background-color: var(--c-mist);
}

.sg-swatch-chip.is-accent {
  background-color: var(--c-accent);
}

.sg-swatch-chip.is-indigo {
  background-color: var(--c-indigo);
}

.sg-swatch-chip.is-gold {
  background-color: var(--c-gold);
}

.text-label {
  color: var(--c-mist);
  letter-spacing: .02em;
  font-size: 12px;
  line-height: 1.4;
}

.text-hex {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.link-accent {
  color: var(--c-accent);
  text-decoration: none;
}

.body {
  background-color: var(--c-bg);
}

.sg-type-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-body {
  line-height: 1.8;
}

.text-caption {
  color: var(--c-mist);
  letter-spacing: .02em;
  font-size: 12px;
  line-height: 1.4;
}

.text-meta {
  color: var(--c-mist);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.text-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

.sg-spacing-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.sg-spacing-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sg-spacing-bar {
  border: 1px solid var(--c-mist);
  background-color: var(--c-bg);
  border-radius: 4px;
  width: 4px;
  height: 8px;
}

.container-article {
  max-width: 680px;
}

.container-article.introduction {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  background-image: url('../images/image4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.layout-2col {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-body {
  width: 100%;
  max-width: 680px;
}

.sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hero-fog {
  background-color: var(--c-bg);
  background-image: linear-gradient(180deg, #ffffff40, var(--c-bg));
  opacity: 0;
  pointer-events: none;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-overlay {
  background-image: linear-gradient(180deg, #0000001a 53%, var(--c-bg));
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.hero-title-wrap {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 32px 3%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--c-indigo);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.logo-wrapper {
  width: 300px;
  position: absolute;
  inset: 3% auto auto 3%;
}

.text-top-introduction {
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.9;
}

.main-article-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-article-richtext p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 1.95;
}

.main-article-richtext h2 {
  margin-top: 64px;
  margin-bottom: 16px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
  line-height: 1.25;
}

.main-article-richtext h3 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
}

.main-article-richtext h4 {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.main-article-richtext figcaption {
  color: var(--c-mist);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 12px;
}

.main-article-richtext blockquote {
  background-color: #f0efee;
  border-left-style: none;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 1.95;
}

.line {
  border: 1px none var(--c-mist);
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--c-mist) 33%, white);
  border-radius: 20px;
  width: auto;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.prof-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prof-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
  overflow: visible;
}

.prof-stack.top-margin {
  margin-top: 24px;
}

.prof-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.prof-image {
  border-radius: 200px;
  width: 150px;
  height: 150px;
}

.body-2 {
  background-color: var(--c-bg);
}

.prof-discription {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .main-4-image-wrapper {
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
  }

  .bg-image-wrapper.image-1 {
    background-position: 0 0;
    width: 100%;
    height: 80%;
  }

  .bg-image-wrapper.image-2 {
    background-position: 100% 0;
    width: 100%;
  }

  .center-block-wrapper {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .center-block-wrapper {
    width: 120px;
    height: auto;
  }

  .text-h1.is-hero {
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-title-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-top-introduction {
    font-size: 17px;
  }

  .main-article-richtext p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.9;
  }

  .main-article-richtext h2 {
    margin-top: 44px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .main-article-richtext h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.35;
  }

  .main-article-richtext figcaption {
    color: var(--c-mist);
    margin-top: 8px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .main-article-richtext blockquote {
    font-size: 16px;
    line-height: 1.9;
  }

  .image-5 {
    max-width: 50%;
  }
}

#w-node-_29b5cdb2-dd8f-dbae-226d-1f3c8c95f64b-e90d9b91 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4e807738-3973-fc79-e048-4a771eeb48d4-e90d9b91 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  display: grid;
}

@media screen and (max-width: 479px) {
  #w-node-_29b5cdb2-dd8f-dbae-226d-1f3c8c95f64b-e90d9b91, #w-node-_4e807738-3973-fc79-e048-4a771eeb48d4-e90d9b91 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


