/*
 * 09 THE OBSERVER
 * Figma: 32:804 (desktop reference: 1920 x 672)
 *
 * This file intentionally scopes every rule to the observer section so it can
 * be composed with the shared page stylesheet without changing other sections.
 */
.philosophy-observer[data-node-id="32:804"] {
  position: relative;
  display: block;
  width: 100%;
  height: 672px;
  overflow: hidden;
  color: #070b1e;
  background: #fff;
      max-width: 1920px;
    margin: 0 auto;
}
.bg-fff{
  background: #fff;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-observer__photo {
  position: absolute;
  top: 1px;
  left: 0;
  width: 899px;
  height: 673px;
  overflow: hidden;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-observer__photo img {
  display: block;
  width: 899px;
  height: 673px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-observer__content {
  position: absolute;
  z-index: 2;
  top: 314px;
  left: 979px;
  width: 798px;
  margin: 0;
  color: #070b1e;
  letter-spacing: 3px;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-feature__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 798px;
  gap: 24px;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-feature__en {
  font-family: "Cinzel", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-feature__en span {
  color: #811704;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-feature__heading h2 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-feature__body {
  width: 798px;
  margin: 80px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-observer__soul {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: auto;
  left: 1520px;
  width: 400px;
  height: 400px;
  font-family: "Noto Serif JP", serif;
  font-size: 400px;
  font-weight: 400;
  font-feature-settings: "vkrn" 1;
  line-height: 400px;
  letter-spacing: 3px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(231, 194, 75, 0.6),
    rgba(57, 52, 36, 0.6)
  );
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.4;
}

.philosophy-observer[data-node-id="32:804"] .philosophy-observer__vertical {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: auto;
  left: 1712px;
  display: block;
  width: 48px;
  height: 655px;
  max-width: none;
}

@media (min-width: 769px) and (max-width: 1919px) {
  .philosophy-observer[data-node-id="32:804"] {
    display: grid;
    grid-template-columns: minmax(0, 46.823%) minmax(360px, 1fr);
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 672px;
    gap: 80px;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__photo,
  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__content {
    position: relative;
    top: auto;
    left: auto;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__photo {
    align-self: stretch;
    width: 100%;
    height: 35vw !important;
    min-height: initial !important;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__content {
    width: min(100%, 798px);
    padding-right: 48px;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-feature__heading,
  .philosophy-observer[data-node-id="32:804"] .philosophy-feature__body {
    width: 100%;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__soul {
    top: 0;
    right: 0;
    left: auto;
    width: 300px;
    height: 300px;
    font-size: 300px;
    line-height: 300px;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__vertical {
    top: 8px;
    right: 130px;
    left: auto;
    height: calc(100% - 16px);
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .philosophy-observer[data-node-id="32:804"] {
    grid-template-columns: minmax(0, 44%) minmax(320px, 1fr);
    min-height: 600px;
    gap: 32px;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__content {
    padding-right: 32px;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-feature__en {
    font-size: 32px;
    line-height: 1.15;
    white-space: normal;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-feature__body {
    margin-top: 56px;
  }

  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__soul {
    width: 240px;
    height: 240px;
    font-size: 240px;
    line-height: 240px;
  }
  .philosophy-observer[data-node-id="32:804"] .philosophy-observer__vertical {
    top: 8px;
    right: 108px;
    left: auto;
    width:auto;
    height: calc(100% - 205px);
  }
}
